Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
sudo install -m 0755 -o root -g root -t /usr/local/bin bitcoin-0.20.1/bin/*

...

2. Create an RPC token:

The RPC token is designed to eliminate the need for hard-coded passwords in configuration and script files. You will receive a password here ONCE.

...

The cookie/token is a secure hash of your password. The point is to hide your password on the node server to other users of the node. If your node is secure, then using the cookie is simply added security in the event of a server breach, however if your server is breached - you have a bigger problem than an exposed password - and that hash will afford very little protection.

...

3. Create the Bitcoin Core configuration file.

Create a new file and secure it:

...

5. Setup a tunnel for CAS <--> node secure communication.

The tunnel must be live 24x7.

Option 1: Using the Wallet Tunnel (recommended):

...

Filter by label (Content by label)
cas bitcoind node hotwallet
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@10d56
showSpacefalse
sortmodified
typeshowSpacepagefalse
reversetruelabels
typepage
cqllabel in ( "node" , "cas" , "bitcoind" , "hotwallet" ) and type = "page" and space = "ESD"
labelscas bitcoind node hotwallet
Page Properties
hiddentrue

Related issues