Become a Block Producer

To obtain a Block Producer account on CoVax, reach out in the CoVax Telegram channel: https://t.me/CoVaxApparrow-up-right.

Hyperion: https://covax.eosrio.io/v2/docs/index.htmlarrow-up-right | courtesy of eosriobrazilarrow-up-right

Block Producer Scorecardarrow-up-right | courtesy of EOS Nationarrow-up-right

EOS Block Producer Benchmarksarrow-up-right | courtesy of Aloha EOSarrow-up-right

Guide:

Genesis JSON:

{
  "initial_timestamp": "2018-03-18T08:55:11.000",
  "initial_key": "EOS6HyUZskuWbHzhZx4Vi8ZxcaW28hte5MVGhejFGJeDbd6iYYXBn",
  "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": "63788f6e75cdb4ec9d8bb64ce128fa08005326a8b91702d0d03e81ba80e14d27"
}

Peers:

API Endpoints:

Snapshots:

https://snapshots.eosnation.io/arrow-up-right | courtesy of EOS Nationarrow-up-right

Scripts:

The following are a list of scripts from the bios boot sequence tutorial located herearrow-up-right. The PURBLIC_KEY_HERE and PRIVATE_KEY_HERE fields must be updated in the genesis_start.sh, start.sh, and hard_replay.sh scripts.

To start the chain from genesis, run the genesis_start.sh file, then if you need to stop the chain, run stop.sh, if you need to start again, run start.sh. If you get a dirty flag, run hard_replay.sh.

If you need to wipe everything, run stop.sh, clean.sh, genesis_start.sh.

If you need to install eosio, see the eosio nodearrow-up-right section of the docs.

genesis_start.sh

start.sh

stop.sh

hard_replay.sh

clean.sh

Last updated

Was this helpful?