shohu / c0ban

c0ban source tree
MIT License
0 stars 0 forks source link

Sink in mempool #68

Closed shohu closed 6 years ago

shohu commented 6 years ago
# c0ban-cli -rpcuser=c0ban -rpcpassword=c0ban getinfo
{
  "deprecation-warning": "WARNING: getinfo is deprecated and will be fully removed in 0.16. Projects should transition to using getblockchaininfo, getnetworkinfo, and getwalletinfo before upgrading to 0.16",
  "version": 150101,
  "protocolversion": 70015,
  "walletversion": 139900,
  "balance": 0.09895520,
  "blocks": 1445589,
  "timeoffset": 0,
  "connections": 8,
  "proxy": "",
  "difficulty": 2345413108.544859,
  "testnet": false,
  "keypoololdest": 1535689068,
  "keypoolsize": 1999,
  "paytxfee": 0.00000000,
  "relayfee": 0.00001000,
  "errors": ""
}

Check mempool transaction

# c0ban-cli -rpcuser=c0ban -rpcpassword=c0ban getrawmempool
[
  "ca88ccf49444cd0b8c4f7ae58671e0441b2808bc59f5d3d022b4fe55cb709633"
]