Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Created April 16, 2021 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imylomylo/18b5705317b1bee3dc25aa69a48508d8 to your computer and use it in GitHub Desktop.
Save imylomylo/18b5705317b1bee3dc25aa69a48508d8 to your computer and use it in GitHub Desktop.
$ komodo-cli -ac_name=OFDEMO getbalance64
{
"mature": 573000,
"immature": 67000,
"staking": [
1000000000000,
1000000000000,
1000000000000,
1000000000000,
1000000000000,
1000000000000,
800000000000,
900000000000,
800000000000,
700000000000,
900000000000,
900000000000,
900000000000,
900000000000,
800000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
800000000000,
900000000000,
900000000000,
900000000000,
900000000000,
800000000000,
800000000000,
900000000000,
900000000000,
900000000000,
800000000000,
900000000000,
900000000000,
900000000000,
800000000000,
800000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
900000000000,
1000000000000,
1000000000000
],
"notstaking": [
0,
0,
0,
0,
0,
0,
200000000000,
100000000000,
200000000000,
300000000000,
100000000000,
100000000000,
100000000000,
100000000000,
200000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
200000000000,
100000000000,
100000000000,
100000000000,
100000000000,
200000000000,
200000000000,
100000000000,
100000000000,
100000000000,
200000000000,
100000000000,
100000000000,
100000000000,
200000000000,
200000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
100000000000,
0,
0
]
}
@imylomylo
Copy link
Author

getblocktemplate

$ komodo-cli -ac_name=OFDEMO getblocktemplate
{
  "capabilities": [
    "proposal"
  ],
  "version": 4,
  "previousblockhash": "00014e1a81d3a8150a59ba7db4d3937e13e74d95a528beda3582d6033754bfaf",
  "finalsaplingroothash": "3e49b5f954aa9d3545bc6c37744661eea48d7c34e3000d82b7f0010c30f4c2fb",
  "transactions": [
  ],
  "coinbasetxn": {
    "data": "0400008085202f89010000000000000000000000000000000000000000000000000000000000000000ffffffff0502bc040101ffffffff0100f90295000000002321038afbc819aecfb3d65acdf270f755c9279d69d4a27293f10889264b8bd6c1fae2ac204a7960000000000000000000000000000000",
    "hash": "c077335daf61997243f5780efcc585b334b516d2c7c20d5f963ce6916fbc43ea",
    "depends": [
    ],
    "fee": 0,
    "sigops": 1,
    "coinbasevalue": 2500000000,
    "required": true
  },
  "longpollid": "00014e1a81d3a8150a59ba7db4d3937e13e74d95a528beda3582d6033754bfaf1",
  "target": "000000e1694841cb6e037fd32594884c008b3a7bb54f9e4420d9bd75cc5012f0",
  "PoSperc": 94,
  "ac_staked": 95,
  "origtarget": "0f0f0c0000000000000000000000000000000000000000000000000000000000",
  "mintime": 1618379982,
  "mutable": [
    "time",
    "transactions",
    "prevblock"
  ],
  "noncerange": "00000000ffffffff",
  "sigoplimit": 60000,
  "sizelimit": 4194304,
  "curtime": 1618561568,
  "bits": "200f0f0c",
  "height": 1212
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment