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
362 stars 68 forks source link

Features/proxy generatoaddress #267

Closed phillamy closed 2 years ago

phillamy commented 2 years ago

Added a generatetoaddress in proxy. This lets the proxy/tests/tests.sh run without user having to mine 1 block

Kexkey commented 2 years ago

I'd like the arguments to all be optional: if no nbblocks provided, use 1 and if no address supplied, get a new one from the spending wallet.

Thanks!!

phillamy commented 2 years ago

All changes made