Join Amber testnet as a Validator
1. build the binary
cd ~/smart_bch
git clone -b v0.4.2 --depth 1 https://github.com/smartbch/smartbch
cd smartbch
go build -tags "params_amber cppbtree" github.com/smartbch/smartbch/cmd/smartbchd2. prepare the working directory
cp ~/smart_bch/smartbch/smartbchd ~/build/smartbchd
cd ~
rm -rf .smartbchd
~/build/smartbchd init mynode --chain-id 0x2711
wget https://github.com/smartbch/artifacts/releases/download/v0.0.5/dot.smartbchd.tgz
tar zxvf dot.smartbchd.tgz
cp -rf dot.smartbchd/* .smartbchd/3. Prepare the validator keys
4. Modify App config
5. start smartbchd
6. Build createValidator Tx
7. Get some BCH to Send Tx
8. Send Tx to smartBCH Amber
9. Vote your consensus pubkey in Amber Xhedge Contract
Last updated
Was this helpful?