harmony-one / harmony-ops

Harmony Ops Master Repository.
MIT License
35 stars 25 forks source link

[testnet] setup new bootnodes for testnet #599

Closed LeoHChen closed 3 years ago

LeoHChen commented 3 years ago

I am thinking to have p-ops own the bootnodes of testnet as well. So it won’t interfere with the mainnet.

just two small nodes on DO should be enough.

the bootnodse program can be built from main branch, and it rarely change

I have created an ansible playbook to install bootnode. https://github.com/harmony-one/ansible/blob/master/playbooks/install-bootnode.yml

Here is a sample configuration of bootnode on ansible host file for mainnet.

[bootnode1]
100.26.90.187 ansible_user=ec2-user key=bootnode-9874.key port=9874

[bootnode2]
54.213.43.194 ansible_user=ec2-user key=bootnode-9874-bn2.key port=9874

I can send you the key for the testnet bootnode.

I know the IP address will be changed, once you have it setup, I can update the code to use the new bootnode for testnet.

LeoHChen commented 3 years ago

done.