Add Producer/Validator Nodes
Generating the key pair for the node
cleos create key --to-consolecleos create account eosio ACCOUNT_NAME PUBLIC_KEY1 PUBLIC_KEY2....
producer-name = eosio
signature-provider=PUBLIC_KEY1=KEY:PRIVATE_KEY1
....{
"schedule": [
{
"producer_name": "eosio",
"authority": [
"block_signing_authority_v0",
{
"threshold": 1,
"keys": [
{
"key": "EOS5LT7tn9ZbrFskZiKkhWMzyYZBqiyXYC6QZZAvjymomfZZjCWFv",
"weight": 1
}
]
}
]
},{
"producer_name": "wandx",
"authority": [
"block_signing_authority_v0",
{
"threshold": 1,
"keys": [
{
"key": "EOS87Di7hY7n54c4JCp9PUYe19N6EMu5yQvqpnW65vuWyq1RZaqr5",
"weight": 1
}
]
}
]
}
]
}Last updated