This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # This script will install all needed dependencies to run the backend for a public node. | |
| # The script is designed to work on Debian 9 stretch | |
| # If you do not have a github account, create one to simplify the install process | |
| # First fork this repo https://github.com/crappyrules/turtlecoind-ha/tree/script then edit index.js line 67 to add your wallet address and 68 for set your node fee | |
| # Then fork this gist https://gist.github.com/crappyrules/5087dd1485064620dcc97420e7af8f84/forks. Edit line 21 to point to your github and not mine | |
| # so it would be git clone -b script https://github.com/YOURGITHUBNAME/turtlecoind-ha.git | |
| # after you've forked and edited the script on github, click the Raw button at the top of the code. copy that URL | |
| # go to your bash prompt and type | |
| # sudo apt update && sudo apt install -y wget && wget URL TO YOUR GIST GOES HERE |
NewerOlder