Skip to content

Instantly share code, notes, and snippets.

@rbmarliere
Created August 25, 2018 01:05
Show Gist options
  • Save rbmarliere/5815a883b7b946272329df5fa819f130 to your computer and use it in GitHub Desktop.
Save rbmarliere/5815a883b7b946272329df5fa819f130 to your computer and use it in GitHub Desktop.
sample eosio genesis.json
{
"initial_timestamp": "2018-03-02T12:00:00.000",
"initial_key": "EOS6bV6b51cem7TEngFY5G4t5dGtFWSGpjc2zxiuPaqSAybjR62kX",
"initial_configuration": {
"max_block_net_usage": 1048576,
"target_block_net_usage_pct": 1000,
"max_transaction_net_usage": 524288,
"base_per_transaction_net_usage": 12,
"net_usage_leeway": 500,
"context_free_discount_net_usage_num": 20,
"context_free_discount_net_usage_den": 100,
"max_block_cpu_usage": 100000,
"target_block_cpu_usage_pct": 500,
"max_transaction_cpu_usage": 50000,
"min_transaction_cpu_usage": 100,
"max_transaction_lifetime": 3600,
"deferred_trx_expiration_window": 600,
"max_transaction_delay": 3888000,
"max_inline_action_size": 4096,
"max_inline_action_depth": 4,
"max_authority_depth": 6
},
"initial_chain_id": "0000000000000000000000000000000000000000000000000000000000000000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment