scoin / multichain-node

A simple wrapper for Multichain's JSON RPC api that parses your input.
MIT License
73 stars 54 forks source link

Add support for getMiningInfo #1

Closed j-mccloskey closed 8 years ago

j-mccloskey commented 8 years ago

I've added the getMiningInfo call as it appears to be missing. Related test has also been added. Please let me know if you have any questions and if it can be rolled into the next release.

scoin commented 8 years ago

Hey thanks. I will run when I get to my machine, if it looks good I will merge.

For my work I only need the Multichain commands as defined in their spec but I'm happy to add all the other unlisted bitcoind commands, so long as they are organized and tested as you've done.