Skip to content

Instantly share code, notes, and snippets.

@binario200
Last active July 15, 2020 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save binario200/408671e8bb30be167511f0f352f28362 to your computer and use it in GitHub Desktop.
Save binario200/408671e8bb30be167511f0f352f28362 to your computer and use it in GitHub Desktop.
bitcoin notes.

My bitcoin notes.

Decentralized digital currency

  • Not central authority to shut down. - not central point of failure
  • no frozen accounts
  • no fees

How it works

concepts: ledger - bank statement

Blockchain

  • Decentralized ledger

  • Miner

  • Proof of work - easy to verify - add to the blockchain

    block - block of transactions

Bitcoin wallet

Use a bitcoin wallet to store, send and receive bitcoin.

  • Bitcoin address
  • Bitcoin private key

Walltet Providers

  • coinbase - stores your privates keys
  • blockchain - give tools for you to hold private keys

Ways to get bitcoin

  • get paid in bitcoin
  • bitcoin atm
  • trade bitcoin
  • localbitcoin
  • mining
  • online exchanges
  • coinbase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment