Files
lightning/bitcoin
Rusty Russell e7b9a913a6 bitcoind: getrawblock helper.
It turns out using the verbose=false parameter, you can get the raw block
from getblock.  Do that.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-04-24 19:40:29 +09:30
..
2016-04-12 13:07:03 +09:30
2016-04-24 19:33:13 +09:30
2016-04-24 19:40:29 +09:30
2016-04-24 19:40:29 +09:30
2016-04-11 16:34:29 +09:30
2016-04-11 16:42:53 +09:30
2015-06-25 13:48:05 +09:30
2016-04-24 19:33:13 +09:30
2016-04-24 19:33:13 +09:30
2016-04-24 19:40:29 +09:30
2016-04-24 19:40:29 +09:30
2016-04-12 13:07:03 +09:30
2016-04-12 13:07:03 +09:30

These are standard bitcoin manipulation routines which should be
provided by any normal bitcoin library in whatever language you choose.

The ones here are standalone ones taken from bitcoin core and some I
wrote, many taken from bitcoin-iterate and pasted in here.