This commit is contained in:
qvqc 2021-08-03 12:45:45 -04:00
parent c5acb23745
commit 13996cd429
No known key found for this signature in database
GPG Key ID: 9EB04103C6BE892D
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,6 @@ Info: https://forum.wownero.com/t/solo-miners-alliance-network/746
One command to install Wownero, Tor, i2pd, xmrig, xmrig-proxy on Ubuntu / Debian.
```
wget https://git.wownero.com/qvqc/wow-sman/raw/branch/master/wow-sman.sh -O - | sudo sh
wget https://git.wownero.com/qvqc/wow-sman/raw/branch/master/wow-sman.sh -O - | sh
```

View File

@ -20,7 +20,7 @@ cd ansible-remote-node
## add Alliance Network Nodes here
cat <<EOT >> roles/wownerod/templates/wownerod.conf.j2
cat <<'EOT' >> roles/wownerod/templates/wownerod.conf.j2
add-peer=v2admi6gbeprxnk6i2oscizhgy4v5ixu6iezkhj5udiwbfjjs2w7dnid.onion:34566
add-peer=iy6ry6uudpzvbd72zsipepukp6nsazjdu72n52vg3isfnxqn342flzad.onion:34566
add-peer=7ftpbpp6rbgqi5kjmhyin46essnh3eqb3m3rhfi7r2fr33iwkeuer3yd.onion:34566
@ -53,7 +53,7 @@ ansible-playbook -i inventory.ini site.yaml -b
## getting local node info
i2pP2P=$( curl http://127.0.0.1:7070/?page=i2p_tunnels 2>&1 | grep -Eo "[a-zA-Z0-9./?=_%:-]*" | grep "34565" )
i2pRPC=$( curl http://127.0.0.1:7070/?page=i2p_tunnels 2>&1 | grep -Eo "[a-zA-Z0-9./?=_%:-]*" | grep "34568" )
torRPCP2P=$( cat /var/lib/tor/wownero/hostname )
torRPCP2P=$( sudo cat /var/lib/tor/wownero/hostname )
## add xmrig
cd ~