Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#### Login to your vps as smartadmin or ID you used to run smartcashd, donwload the installck.sh file and then run it:
```
wget https://rawgit.com/controllinghand/smartnode-checkonly/master/installck.sh
wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/installck.sh
bash ./installck.sh
```
#### At the end of the install your server will reboot
Expand Down
8 changes: 4 additions & 4 deletions installck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ cd ~/smartnode/

# Download the appropriate scripts
# wget https://rawgit.com/controllinghand/smartnode-checkonly/master/anti-ddos.sh
wget https://rawgit.com/controllinghand/smartnode-checkonly/master/makerun.sh
wget https://rawgit.com/controllinghand/smartnode-checkonly/master/checkdaemon.sh
wget https://rawgit.com/controllinghand/smartnode-checkonly/master/upgrade.sh
wget https://rawgit.com/controllinghand/smartnode-checkonly/master/clearlog.sh
wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/makerun.sh
wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/checkdaemon.sh
wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/upgrade.sh
wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/clearlog.sh

# Create a cronjob for making sure smartcashd is always running
# (crontab -l ; echo "*/1 * * * * ~/smartnode/makerun.sh") | crontab -
Expand Down
4 changes: 2 additions & 2 deletions patches/readme
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
wget https://rawgit.com/controllinghand/smartnode-checkonly/master/patches/patch-0.2.sh
wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/patches/patch-0.2.sh
bash patch-0.2.sh
wget https://rawgit.com/controllinghand/smartnode-checkonly/master/patches/patch-0.3.sh
wget https://cdn.jsdelivr.net/gh/controllinghand/smartnode-checkonly/patches/patch-0.3.sh
sudo bash patch-0.3.sh