Bitcoin Forum
October 07, 2024, 06:18:57 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / getblocktemplate miner example and bitcoin address generator on: December 09, 2013, 10:52:06 AM
Hello,

I thought I might share some of my Bitcoin related code here, in case it proves useful or informative to others.

ntgbtminer is a no thrills, demonstrative getblocktemplate protocol miner written in Python. It's freely available under the MIT license here: https://github.com/vsergeev/ntgbtminer. It might be useful to anyone interfacing directly with the getblocktemplate protocol or writing a helper library for it.

gimme-bitcoin-address is a standalone Bitcoin address generator written in Go. It's also freely available under the MIT license here: https://github.com/vsergeev/gimme-bitcoin-address. I wrote it because I was curious about ECDSA secp256k1 keypair generation and Bitcoin's encoding of those keypairs with Base58Check. It might be useful to anyone interested in the underlying crypto of Bitcoin addresses (although using a popular crypto library in practice is highly recommended).

Thanks!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!