Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 852 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 852 Bytes

WebDollar Node Fast Install Build Status

Configure your server as a WebDollar Node. Fast and easy!

2. execute: sudo su then bash install-fullnode.sh or ./install-fullnode.sh

3. Now you should run custom_start.sh script. If you don't have it, do:

git clone https://github.com/cbusuioceanu/WebDollar-Node-Custom-Start.git

execute: sudo su then bash start-fullnode.sh or ./start-fullnode.sh

4. Done!

Troubleshooting

1. If you get a permission denied message when running ./node-install.sh, run the command:

chmod +x install-fullnode.sh