freewil / bitcoin-testnet-box

Create your own private bitcoin testnet
MIT License
593 stars 273 forks source link

Bitcoind v0.9.x #15

Closed davesag closed 9 years ago

davesag commented 10 years ago

Updated to use the latest version of bitcoind etc, as per issue #14

davesag commented 10 years ago

This is an improved PR with working generate all running in gentest mode. Ignore the previous PR

freewil commented 10 years ago

Thanks, I'll take a look at this soon. I'm considering whether we should keep it so the first node has a pregenerated number of bitcoins.

davesag commented 10 years ago

Yeah I considered that and figured it only takes about 5 seconds to generate the first 50 coins anyway via make generate whereas it takes about 5 minutes to download all the old block chain bits and pieces from github. This way the whole package is might lighter.

In the project I am working on, I can generate coins to trigger the walletnotify script I've written to check that it's working.

freewil commented 10 years ago

Yeah I considered that and figured it only takes about 5 seconds to generate the first 50 coins anyway.

That's a good point and is probably the best way to go.

inian commented 10 years ago

Are there any other changes that need to be made? I would like to use this with 0.9.x as well! Thanks :smile:

freewil commented 10 years ago

Sorry - haven't had a chance to look at this yet - maybe this weekend?

@inian congrats on having the most obnoxious avatar ever! :grinning:

inian commented 10 years ago

@freewil that would be great! Thanks :smile: Haha I love trolling people :p

freewil commented 9 years ago

@davesag Thanks for doing this. I went through tonight and upgraded everything and this PR made my job a lot easier. I ended up cherry-picking some of your changes to keep the commit history clean. Pretty much everything should be merged into master now. Let me know if I missed something.