1.安装bitcoin core
2.打开bitcoin core时,会提示设置存储目录
如:d:\mybtc\data
3.在d:\mybtc\data下面,创建一个bitcoin.conf文件,内容如下(配置为测试环境):
server=1 testnet=1 rpcuser=123456 rpcpassword=abcdef rpcallowip=127.0.0.1 rpcport=10002 txindex=1
BTC测试币领取地址:https://testnet.manu.backend.hamburg/faucet
BTC测试区块查询地址:https://www.blocktrail.com/BTC
ETH(ropsten)测试币领取地址:http://faucet.ropsten.be:3001/
ETH(ropsten)测试区块查询地址:https://ropsten.etherscan.io/
btc json-rpc api : https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list#Full_list
omni-usdt json-rpc api:https://github.com/OmniLayer/omnicore/blob/master/src/omnicore/doc/rpc-api.md#omni_getwalletbalances
4.获取json-rpc帮助
在bitcoin core的安装目录daemon/里面,调用bitcoin-cli help 可以看到函数列表