인공지능 블록체인/블록체인

비트코인백서 Introduction

HumanityDream 2021. 3. 18. 17:34

www.youtube.com/watch?v=p59p0K29CgA

 

1. Introduction

 

Commerce on the Internet has come to rely almost exclusively on financial institutions serving as trusted third parties to process electronic payments. While the system works well enough for most transactions, it still suffers from the inherent weaknesses of the trust based model. Completely non-reversible transactions are not really possible, since financial institutions cannot avoid mediating disputes. The cost of mediation increases transaction costs, limiting the minimum practical transaction size and cutting off the possibility for small casual transactions, and there is a broader cost in the loss of ability to make non-reversible payments for nonreversible services(?).

With the possibility of reversal, the need for trust spreads. Merchants must be wary of their customers, hassling them for more information than they would otherwise need.

A certain percentage of fraud is accepted as unavoidable. These costs and payment uncertainties can be avoided in person by using physical currency, but no mechanism exists to make payments over a communications channel without a trusted party.

What is needed is an electronic payment system based on cryptographic proof instead of trust, allowing any two willing parties to transact directly with each other without the need for a trusted third party. Transactions that are computationally impractical to reverse would protect sellers from fraud, and routine escrow mechanisms could easily be implemented to protect buyers.

In this paper, we propose a solution to the double-spending problem using a peer-to-peer distributed timestamp server to generate computational proof of the chronological order of transactions.

The system is secure as long as honest nodes collectively control more CPU power than any cooperating group of attacker nodes.

 

 

철회가불가능한 송금방식을 사용할 수 없다. 3자의 중개 기관은 분쟁을 조정해주는 역할을 해야한다. 조정결과에 따라 송금 내역을 철회시킬 수 있어야 한다.

이러한 중재역할을 해주기 때문에 거래 수수료는 올라가고 아주 작은 송금들은 수수료가 부담스러워서 시행하기 어렵다. -> 현재 모순적으로 비트코인은 규모가 매우 커져서 수수료가 올라 아주 작은 송금을 하기 힘들어졌다

 

현재의 중개기관방식은 송금내역이 생겨도 이것이 철회될 수 있기 때문에 더 큰 신뢰에 대한 요구가 필요된다. 따라서 온갖 정보들을 다 요구하면서 경계하게 된다.

 

Fraud는 언제나 어느정도의 비율로 존재하게 되는데 이는 신용카드 회사의 cost를 높히고 이는 수수료인상으로 이어진다.

 

이러한 cost가 발생하지 않으려면 그냥 직접 만나서 실물화폐를 교환하면 된다. 하지만 이는 불편하다. 인터넷거래에서 오는 수많은 장점을 살리면서도 중개기관없이 교환을 가능하게 해주는 방식은 현재 없다

 

3자에 대한 신뢰가 아닌 암호화방식을 기반으로 한 전자 송금방식이 필요하다. 판매자들은 철회가능성에 대해 걱정하지 않아도 되고, 구매자들은 에스크로를 통해 물건을 전달 받은 것이 확인되면 송금하면 된다. -> 결국 물건거래에 대해서는 제3자의 에스크로 서비스가 필요

 

시간적 순서를 가지고있고 연산량에 대한 증거가 기록된 수많은 사람들에게 분산되어서 저장되는 장부를 활용해서

이중지불 문제를 해결한다

공격을 당하더라도 정직한 노드들의 cpu파워가 과반수를 넘으면 안전하게 설계되었다