lian / bitcoin-ruby

bitcoin utils and protocol in ruby.
Other
922 stars 322 forks source link

BTG(BTCGPU) support ? #223

Open JokerCatz opened 6 years ago

JokerCatz commented 6 years ago

I try import

source = `bgold-cli getblock $(bgold-cli getblockhash 500299) false`
block = Bitcoin::Protocol::Block.new(Array(source).pack('H*'))
block.tx #=> []

it look like non supported ... (but BCH is work very well :) )