mirror of
https://git.wownero.com/qvqc/wow-sman.git
synced 2024-08-15 03:18:33 +00:00
moarfix
This commit is contained in:
parent
c5acb23745
commit
13996cd429
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
@ -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 ~
|
||||
|
|
Loading…
Reference in a new issue