Skip to content

Commit

Permalink
Minor upgrades, v0.15, remove address, new start variables due to pub…
Browse files Browse the repository at this point in the history
…lic rpc auth
  • Loading branch information
shermand100 committed Jan 2, 2020
1 parent 9b36ca5 commit 33272db
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion etc/systemd/system/monerod-start.service
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ WorkingDirectory=/home/pinodexmr/
StandardOutput=inherit
StandardError=inherit
Type=forking
PIDFile=/home/pinodexmr/monero/monerod.pid
PIDFile=/home/pinodexmr/monero-active/monerod.pid
Restart=always
RestartSec=30
User=pinodexmr
Expand Down
2 changes: 1 addition & 1 deletion home/pinodexmr/current-ver.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
CURRENT_VERSION=01412
CURRENT_VERSION=01500
13 changes: 13 additions & 0 deletions home/pinodexmr/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,18 @@ then
else
echo "loading ..."
fi

if [ $BOOT_STATUS -eq 6 ]
then
sudo systemctl start monerod-start-public.service
echo "Monero Public Node Started in background"
else
echo "loading ..."
fi

echo "Start Monero-onion-block-explorer"
sudo systemctl start explorer-start.service
echo "Starting Onion-Block-Explorer in background"

#Notes:
#
2 changes: 1 addition & 1 deletion home/pinodexmr/mining-address.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
MINING_ADDRESS=4AKj8uZSnGAVgFK7eMr3YXTKNQicEJtrgJ76X9Z9ZUQq6He4rvcH8mBfzmHSKz65vGTKwSQuZo89Ah5ynirBWvFtMaBNs9j
MINING_ADDRESS=
2 changes: 1 addition & 1 deletion home/pinodexmr/strip.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
STRIP=2
STRIP=1

0 comments on commit 33272db

Please sign in to comment.