Simple steps on how Run a Node in Digital Ocean:
I created this so that everyone can run a node for free and can configure it in less than 10 minutes.
Click here to receive a 100 USD bonus. You must sign up here: https://t.co/RYJW8vFsmR?amp=1
Check this video for instructions on how to set up server and to configure: https://youtu.be/jU8DZfANjWU
- 
git clone https://github.com/nemfoundation/symbol-testnet-bootstrap.git 
- 
cd symbol-testnet-bootstrap/api-harvest-assembly 
- 
docker-compose up --build --detach / docker-compose up --build -d to Start the Node 
- 
To Change your node name, turn off your node with: “docker-compose down” then you must install nano app, it looks like this: “apt-get install nano” 
- 
After that, you must access: nano api-node/config-input.yaml ( Check Video) 
You can Check your node status here: http://<NODE_URL>:3000/chain/height Check Video
Cheers!
