https://github.com/cbusuioceanu/webdollar-node-custom-start
A simple 1, 2, 3 way to start a Full Node for WebDollar!
https://github.com/cbusuioceanu/webdollar-node-custom-start
shell-script webdollar webdollar-fullnode-start
Last synced: about 1 year ago
JSON representation
A simple 1, 2, 3 way to start a Full Node for WebDollar!
- Host: GitHub
- URL: https://github.com/cbusuioceanu/webdollar-node-custom-start
- Owner: cbusuioceanu
- License: mit
- Created: 2018-05-24T12:57:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-13T11:29:24.000Z (over 7 years ago)
- Last Synced: 2024-05-02T04:46:59.711Z (about 2 years ago)
- Topics: shell-script, webdollar, webdollar-fullnode-start
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebDollar Node Custom Start [](https://travis-ci.org/cbusuioceanu/WebDollar-Node-Custom-Start)
A simple 1, 2, 3 way to start a Full Node for WebDollar!
#### 1. git clone https://github.com/cbusuioceanu/WebDollar-Node-Custom-Start.git
#### 2. execute: ```sudo su``` then ```bash start-fullnode.sh``` or ```./start-fullnode.sh```
#### 3. choose how many ports do you want to use
#### 4. run ```pm2 dash``` to check if the blockchain is loading
## Troubleshooting
#### 1. If you get a permission denied message when running ./custom_start.sh, run the command:
```chmod +x start-fullnode.sh```