Skip to content

Instantly share code, notes, and snippets.

@SuperCipher
Created December 1, 2021 13:35
Show Gist options
  • Save SuperCipher/21f65b37361e6f8d6c4dc00c06d13556 to your computer and use it in GitHub Desktop.
Save SuperCipher/21f65b37361e6f8d6c4dc00c06d13556 to your computer and use it in GitHub Desktop.
free SmartBCH rpc pool
(py385) ~/dev/sandbox-af/SmartBCHhealthCheck ⮀ main● ⮀ 4h49m ⮀ curl 'https://smartbch.greyh.at/mainnet' -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","method":"tm_nodeInfo","params":[],"id":1}'
{"jsonrpc":"2.0","id":1,"result":{"is_validator":false,"validator_index":0,"height":1920280,"seed":"b4eb02fb78e9b76a3ed148e764229abd8b766516@0.0.0.0:26656","consensus_pub_key":"cA+f3YBN4oFdcsoBIefrfNICWfSI72HJ14vvg34ibL0=","app_state":{"validators":[{"address":"0x9a6dd2f7ceb71788de691844d16b6b6852f07aa3","pubkey":"0xfbdc5c690ab36319d6a68ed50407a61d95d0ec6a6e9225a0c40d17bd8358010e","reward_to":"0x9a6dd2f7ceb71788de691844d16b6b6852f07aa3","voting_power":10,"introduction":"matrixport","staked_coins":"0x0000000000000000000000000000000000000000000000000000000000000000","is_retiring":false},{"address":"0x7dd41d92235cbbe0d2fe4ebd548cdd29f9befe5e","pubkey":"0x45caa8b683a1838f6cf8c3de60ef826ceaac27351843bc9f8c84cedb7da9a8a0","reward_to":"0x7dd41d92235cbbe0d2fe4ebd548cdd29f9befe5e","voting_power":1,"introduction":"btccom","staked_coins":"0x0000000000000000000000000000000000000000000000000000000000000000","is_retiring":false},{"address":"0xde5ddf2a1101d9501aa3db39750acb1764aa5c5b","pubkey":"0xfc609736388585e77dc106885dd401b1dab7be87e61a3597239db9d0483e9a46","reward_to":"0xde5ddf2a1101d9501aa3db39750acb1764aa5c5b","voting_power":1,"introduction":"viabtc","staked_coins":"0x0000000000000000000000000000000000000000000000000000000000000000","is_retiring":false}],"alloc":{"0x9a6dd2f7ceb71788de691844d16b6b6852f07aa3":{"balance":"0x115eec47f6cf7e35000000"}}}}}
(py385) ~/dev/sandbox-af/SmartBCHhealthCheck ⮀ main● ⮀ 4h50m ⮀ curl 'https://smartbch.fountainhead.cash/mainnet' -X POST -H 'Content-Type: application/json' --data '{"jsonrpc":"2.0","method":"tm_nodeInfo","params":[],"id":1}'
{"jsonrpc":"2.0","id":1,"result":{"is_validator":false,"validator_index":0,"height":1920287,"seed":"8ecd4f2ea0f50eb905c2866d707c7ed6ae5f03c6@0.0.0.0:26656","consensus_pub_key":"oi1Ven7dOq20RJ3UZCGQmn6reiJSgMQ1ujhwVt3U1ig=","app_state":{"validators":[{"address":"0x9a6dd2f7ceb71788de691844d16b6b6852f07aa3","pubkey":"0xfbdc5c690ab36319d6a68ed50407a61d95d0ec6a6e9225a0c40d17bd8358010e","reward_to":"0x9a6dd2f7ceb71788de691844d16b6b6852f07aa3","voting_power":10,"introduction":"matrixport","staked_coins":"0x0000000000000000000000000000000000000000000000000000000000000000","is_retiring":false},{"address":"0x7dd41d92235cbbe0d2fe4ebd548cdd29f9befe5e","pubkey":"0x45caa8b683a1838f6cf8c3de60ef826ceaac27351843bc9f8c84cedb7da9a8a0","reward_to":"0x7dd41d92235cbbe0d2fe4ebd548cdd29f9befe5e","voting_power":1,"introduction":"btccom","staked_coins":"0x0000000000000000000000000000000000000000000000000000000000000000","is_retiring":false},{"address":"0xde5ddf2a1101d9501aa3db39750acb1764aa5c5b","pubkey":"0xfc609736388585e77dc106885dd401b1dab7be87e61a3597239db9d0483e9a46","reward_to":"0xde5ddf2a1101d9501aa3db39750acb1764aa5c5b","voting_power":1,"introduction":"viabtc","staked_coins":"0x0000000000000000000000000000000000000000000000000000000000000000","is_retiring":false}],"alloc":{"0x9a6dd2f7ceb71788de691844d16b6b6852f07aa3":{"balance":"0x115eec47f6cf7e35000000"}}}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment