diff --git a/docs/nodes/providers/2_setting_up.md b/docs/nodes/providers/2_setting_up.md index 9c3080f..d1cf38f 100644 --- a/docs/nodes/providers/2_setting_up.md +++ b/docs/nodes/providers/2_setting_up.md @@ -14,9 +14,17 @@ Check latest version [here](https://github.com/JackalLabs/canine-provider/releas ::: +:::note + +'Setting Up' instructions must be followed fully to add necessary golang path info to the current users ~/.profile. If these steps are skipped, 'make install' will not build jprovd--the provider daemon. + +::: + ```sh git clone https://github.com/JackalLabs/canine-provider.git +cd canine-provider + git pull git checkout {version} @@ -32,6 +40,14 @@ Your keybase identity can be left as `""` if you don't want to link your provide ::: +:::note + +Before running 'jprovd init', your account will need tokens. +Testnet tokens can be obtained at https://testnet-faucet.jackalprotocol.com/ +Mainnet tokens can be purchased on https://frontier.osmosis.zone/ + +::: + ```sh export PHOME={path-to-pool-from-before}