slimcoin-project / Slimcoin

SLIMCoin official repository
https://slimcoin-project.github.io
MIT License
28 stars 13 forks source link

add rpc batch functionality #17

Open barrystyle opened 6 years ago

barrystyle commented 6 years ago

allows nomp/unomp to communicate with daemon

ghost commented 6 years ago

Works for me with a trivial curl test of getinfo: curl http://rpcuser:rpcpassword@127.0.0.1:rpcport -H 'content-type:text/plain;' --data-binary '{"jsonrpc":"1.0","id":"curltext","method":"getinfo","params":[]}'

The main development work is taking place in the master branch, I've taken the liberty of integrating your PR there (https://github.com/slimcoin-project/Slimcoin/commit/3c9b8e9bf7d773276e1d3360719d46f787995b23) rather than you having to re-make the PR.

Cheers Graham