SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
365 stars 69 forks source link

Added regtest support #113

Closed schulterklopfer closed 5 years ago

Kexkey commented 5 years ago

generate is deprecated! :-o

Ok I had to generatetoaddress blocks for sparkwallet/clightning to be able to run. We need to document that, or call generatetoaddress during start if there's less than 101 blocks in the regtest blockchain.

Oh, fyi, I called getnewaddress on spending01.dat and generated coinbase to that address.

Besides that, lgtm!

Please rebase on dev.

schulterklopfer commented 5 years ago

will rebase. dunno what to do about the other stuff :)

Kexkey commented 5 years ago

Nothing, it's just good to know that c-lightning/sparkwallet won't work if there's no blocks mined in the regtest blockchain.