Skip to content

JoeyWeate/Cryptocurrecny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptocurrency Cafe

Pointcoin, a self created cryptocurrency, has all the same features of bitcoin except for difficulty in finding a new block. This allows miners to use less compuational power to see the strengths and weaknesses of bitcoin.

This code uses the BTC Suite library for bitcoin.

  • keypair.go: code for generating a bitcoin key pair (including its public address).
  • spend.go: code for generating a bitcoin transaction.
  • miner.go: code for mining cryptocurrency This is intended for learning and exploration only! IT WOULD BE VERY FOOLISH TO SEND ANY SIGNIFICANT FUNDS TO ADDRESSES GENERATED OR USED IN THIS CODE.

About

Bitcoin experiments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%