Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 611 Bytes

File metadata and controls

22 lines (20 loc) · 611 Bytes

My own blockchain. The currency is shitcoin. Please buy my coin so I can rugpull you and get rich :=|

How it works

Nodes can sync and broadcast. Clients can make and broadcast transactions. Mining increases nonce until sha256 hash starts with 4 zeroes. Nodes verify transaction signature before processing it.

To run it:

  1. Install Nim
  2. Clone the repo
  3. Run ./setup.sh
  4. To run a node
        cd node/
        nim r node.nim
  5. To run a client
        cd client/
        nim r client.nim

To send me money for some shitcoins contact me at ctusigwe@gmail.com