运行验证器
AIA 上的验证者是负责通过POS 共识机制生成区块和保护网络的节点。他们参与打包交易、创建和验证区块以保护 AIA 网络,并获得 AIA 代币作为奖励。
Last updated
AIA 上的验证者是负责通过POS 共识机制生成区块和保护网络的节点。他们参与打包交易、创建和验证区块以保护 AIA 网络,并获得 AIA 代币作为奖励。
Last updated
echo {your-password for the consensus account} > password.txt./geth --config ./config.toml --datadir ./node --syncmode full -unlock {the address of your mining account} --password password.txt --minenohup ./geth --config ./config.toml --datadir ./node --syncmode full -unlock {the address of your mining account} --password password.txt --mine --logpath logs >> /dev/null 2>&1 &