docker version
. It should print out something like this:8q8Hv7NfZGxh4yc9JiiRAoCdvKwzSz5TUexkku0Rql
. Take note of your key, as you will need it later..env
file to hold your environment variables. Copy and run the code below, just remember to change yourapikey
to the API key you got from the website in Step 2.-p
option with a path to a text file containing the wallet key password, and a -a
option, pointing to a text file containing the API email and password. Instructions on how to do that are here.6688:localhost:6688
to enable connectivity to the GUI. Typically this is done with ssh -i $KEY [email protected]$REMOTE-IP -L 6688:localhost:6688 -N
. A SSH tunnel is recommended over opening up ports specific to the Chainlink node to be public facing. See our Best Security and Operating Practices page for more details on how to secure your node.