Skip to content

Simple tool to generate bitcoin addresses (with corresponding private keys) to STDOUT.

License

Notifications You must be signed in to change notification settings

GoodLuckCanuck/btc-address-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

btc-address-generator

Simple tool to generate bitcoin addresses (with corresponding private keys) to STDOUT.
Install dependencies:
$ export GOPATH=~/btc-address-generator
$ go get github.com/btcsuite/btcutil
Run:
$ export GOPATH=~/btc-address-generator
$ go run btc-address-generator.go

Note: if using an older version of golang, you may run into issues with the btcsuite/btcutil code, in that LastIndexByte is not available. It might be safe for the purposes of this program to comment out affected lines and replace it with hardcoded values of 1, for example.

About

Simple tool to generate bitcoin addresses (with corresponding private keys) to STDOUT.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages