Appearance
Nodes
TIP
Start scripts are already provided in /nodes
directory.
Edit them to change RPC usernames and passwords (this is important!).
Node can be launched by executing ./start.sh
Ethereum
Go to /nodes/geth
and open README.md
file for instructions.
Bitcoin Cash
Execute before starting start.sh
:
mkdir /bch
chmod -R 777 /bch
Solana
There is no configuration required, and there is no start.sh
script.
RPC urls
Open Wallet page and set correct RPC url for the node:
- Bitcoin - http://user:password@localhost:8445
- Bitcoin Cash - http://user:password@localhost:8446
- Dogecoin - http://user:password@localhost:22555
- Litecoin - http://user:password@localhost:9332
“Not able to execute a .sh file: /bin/bash^M: bad interpreter” error
If you have this error, execute:
sed -i -e 's/\r$//' /var/www/html/nodes/bitcoin/bin/start.sh
sed -i -e 's/\r$//' /var/www/html/nodes/bitcoin-abc/bin/start.sh
sed -i -e 's/\r$//' /var/www/html/nodes/dogecoin/bin/start.sh
sed -i -e 's/\r$//' /var/www/html/nodes/litecoin/bin/start.sh
sed -i -e 's/\r$//' /var/www/html/nodes/geth/start.sh
sed -i -e 's/\r$//' /var/www/html/app/Currency/Native/BlockNotify/Unix/blocknotify.sh
sed -i -e 's/\r$//' /var/www/html/app/Currency/Native/WalletNotify/Unix/walletnotify.sh