Comment on page
Cloud Setup
- The estimated cost is about 80-100 USD per month
- f(x)Core is system agnostic but Ubuntu is preferred
Remoting into the cloud server
Running the command
ssh -L 127.0.0.1:26657:127.0.0.1:26657<ssh_id>@<IP address>
connects your local port 26657 with your cloud's port 26657. This is just one of the way you can connect your local machine with your cloud instance to connect your HD wallets. The command should look something like:ssh -L 127.0.0.1:26657:127.0.0.1:26657 [email protected]
You must ensure you have fxcored installed in your local machine.
Alternatively, you can add the--node flag
and ensure that your IP address has either been whitelisted or your port is open. Also you can consider configuring your config.toml file to set your node up.