Skip to content

Instantly share code, notes, and snippets.

@Deadlyelder
Last active June 12, 2017 09:40
Show Gist options
  • Save Deadlyelder/e80b24f1ea4c78f60d31997089954139 to your computer and use it in GitHub Desktop.
Save Deadlyelder/e80b24f1ea4c78f60d31997089954139 to your computer and use it in GitHub Desktop.
Bitcoin-cli RPC Python call
{u'merkleroot': u'064d68e9b8eb27b6db3a1f993cf8c1fefd4acc86721e30a062abac17de3b2638',
u'nonce': 2057802261, u'previousblockhash': u'00000000010876fecdc6f59b34a95ba790e5140ef694986e4b7ac9aadde3415b',
u'hash': u'0000000007b52c4ff25443ab5a07cea530bb6981aad956116239e9c060bda368', u'version': 1, u'weight': 764,
u'chainwork': u'0000000000000000000000000000000000000000000000000000995099509950', u'mediantime': 1338180889,
u'height': 7777, u'difficulty': 16, u'nextblockhash': u'000000000a14868100bb1cb9cbf25fa853df56c56392556ba66aecc6de0af641',
u'confirmations': 1118429, u'time': 1338180890, u'versionHex': u'00000001', u'strippedsize': 191,
u'tx': [u'064d68e9b8eb27b6db3a1f993cf8c1fefd4acc86721e30a062abac17de3b2638'], u'bits': u'1c0ffff0', u'size': 191}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment