Automated Setup (Deprecated)
Last updated
Last updated
This guides shows how to use the automated setup scripts to configure your validator node and download the binaries automatically.
fn
: Findora Node Setup (fn) is a command-line (CLI) utility that allows you to set up a validator node and stake/unstake FRA.
Download the appropriate file and move to your path:
Generate a new, random pair of public and private keys that will be used for FRA staking:
To view the keys: cat tmp.gen.keypair
Example:
Before continuing, the staking keypair should be saved in a file at the following path:
Note: If this directory does not exist, you will need to create it.
Example:
NOTE
All existing validator and wallet information will be removed by running these scripts. If all you want is to keep your data, Safety Clean should be used
To connect fn
with the Findora Network, use this command:
For Testnet: fn setup -S https://prod-testnet.prod.findora.org
For Mainnet: fn setup -S https://prod-mainnet.prod.findora.org
To connect your staking key (inside node.mnemonic
) to fn, use the below command. This allows fn to sign transactions on your behalf.
To connect your Node Key to fn, use the command below.
NOTE
For the next steps, proceed to this Staking Guide to learn how to fund your validator and stake FRA.