F(x) Core validator node setup on f(x)Core Testnet

Done. Here is the version installed:

name: fxcore
server_name: fxcored
version: master-9fe9dea8474d5540cb649b558add3531faf37b5f
commit: 9fe9dea8474d5540cb649b558add3531faf37b5f
build_tags: netgo,ledger
go: go version go1.17.1 linux/arm64

Synchronized during approx. 2h36…
Of course, my previous private key for “fxcore” network did not work for this “dhobyghaut” network.

So, I created a new key thru fxcored keys add --KEY-NAME--
Got a 100 faucet FX from https://dhobyghaut-faucet.functionx.io/ for this new account (actually, I got a more for different accounts and transferred on this main FX testnet account).

Then, I created a new validator thru fxcored tx staking create-validator --chain-id=dhobyghaut --gas="auto" --gas-adjustment=1.2 --gas-prices="6000000000000FX" --from="--KEY-NAME--" --amount=100000000000000000000FX --pubkey=$(fxcored tendermint show-validator) --moniker="--NODE-NAME--" --commission-rate="0.001" --commission-max-rate="0.20" --commission-max-change-rate="0.003" --min-self-delegation="100000000000000000000" --moniker="--NODE-NAME--" --website="https://forum.pundi.ai/u/mdmdmd83" --details="---DESCRIPTION--"

And everything appears fine in PundiScan

Looking forward to test further ! Anyway, works fine on a RPi4. I’m updating my GitBook for RPi4 !