Skip to content

proullon/bitcoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitcoin Go implementation

Naive implementation of bitcoin in Go, using bitcoin whitepaper.

Build and run

There is to binaries, a CLI and a network node. To build them:

$ make install
$ bitcoin-cli help
$ bitcoin-node help

Generate a key:

$ bitcoin-cli generate-key secret.key

Then start the node:

$ bitcoin-node run --key secret.key --workdir /tmp/

About

Naive implementation of bitcoin in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published