Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am nelsonburton on github.
  • I am nel (https://keybase.io/nel) on keybase.
  • I have a public key whose fingerprint is 013B CAB5 E223 2ECF F3A8 D1E1 454D C403 36C5 B9E0

To claim this, I am signing this object:

$:.unshift( File.expand_path("../../lib", __FILE__) )
require 'bitcoin'
require 'ap'
require 'open-uri'
#specify to use the testnet network, could use :bitcoin to use bitcoin network
Bitcoin::network = :testnet3
=begin
key = Bitcoin::generate_key
ap key