Skip to content

Instantly share code, notes, and snippets.

@leto
Created January 5, 2020 17:19
Show Gist options
  • Save leto/cbc7feb8e5cf54de0911e248408252f3 to your computer and use it in GitHub Desktop.
Save leto/cbc7feb8e5cf54de0911e248408252f3 to your computer and use it in GitHub Desktop.
$ ./hush-cli getchaintxstats
{
"time": 1578244656,
"txcount": 304823,
"window_final_block_hash": "00000001aac0e5ee4567a228858bbec75adef3bf84830924c212161316662858",
"window_final_block_height": 152458,
"window_block_count": 17280,
"notarizations": 24467,
"shielded_txcount": 18721,
"fully_shielded_txcount": 514,
"deshielding_txcount": 9057,
"shielding_txcount": 9150,
"shielded_payments": 73882,
"fully_shielded_payments": 31148,
"deshielding_payments": 999,
"shielding_payments": 18505,
"nullifiers": 18105,
"shielded_pool_size": 32578,
"shielded_outputs": 50683,
"window_tx_count": 32733,
"window_interval": 2624536,
"txrate": 0.01247191884584551,
"notarization_txrate": 0.0008755833412077411,
"shielded_txrate": 0.0008508170587105682,
"fully_shielded_txrate": 0.0001329758860232818,
"paymentrate": 0.06856640564274981,
"shielded_paymentrate": 0.01358678257794902,
"fully_shielded_paymentrate": 0.01179827596192241,
"window_payments": 179955,
"window_notarizations": 2298,
"window_fully_shielded_txcount": 349,
"window_deshielding_txcount": 854,
"window_shielding_txcount": 1030,
"window_shielded_txcount": 2233,
"window_fully_shielded_payments": 30965,
"window_shielded_payments": 35659,
"window_shielding_payments": 2664,
"window_deshielding_payments": 10,
"shielded_tx_percent": 0.06821861729752848,
"fully_shielded_tx_percent": 0.01066202303485779,
"shielding_tx_percent": 0.0314667155470015,
"deshielding_tx_percent": 0.0260898787156692,
"shielded_payments_percent": 0.1981550943291378,
"fully_shielded_payments_percent": 0.1720707954766469,
"shielding_payments_percent": 0.01480370092523131,
"deshielding_payments_percent": 5.556944791753494e-05,
"shielded": {
"fully_shielded_tx_percent": 0.1562919838781908,
"shielding_tx_percent": 0.4612628750559785,
"deshielding_tx_percent": 0.3824451410658307,
"fully_shielded_payments_percent": 0.8683642278246726,
"shielding_payments_percent": 0.07470764743823438,
"deshielding_payments_percent": 0.0002804341120053843
},
"organic": {
"shielded_tx_percent": 0.1697453439756746,
"fully_shielded_tx_percent": 0.02652983656404409,
"shielding_tx_percent": 0.07829722538958571,
"deshielding_tx_percent": 0.06491828202204485,
"shielded_payments_percent": 0.2223448499473117,
"fully_shielded_payments_percent": 0.19307631393529,
"shielding_payments_percent": 0.01661086065957089,
"deshielding_payments_percent": 6.235308055394477e-05,
"paymentrate": 0.06110680135460134,
"txrate": 0.005012314557697056,
"txcount": 13155,
"payments": 160377
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment