mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 20:17:54 +00:00
make p2pool and monerod interactive tty
This commit is contained in:
parent
22e1e43ea2
commit
4d56b44f76
@ -22,6 +22,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
build: monerod/.
|
build: monerod/.
|
||||||
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
ports:
|
ports:
|
||||||
- "18080:18080"
|
- "18080:18080"
|
||||||
volumes:
|
volumes:
|
||||||
@ -30,6 +32,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
build: p2pool/.
|
build: p2pool/.
|
||||||
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
||||||
|
stdin_open: true
|
||||||
|
tty: true
|
||||||
ports:
|
ports:
|
||||||
- "3333:3333"
|
- "3333:3333"
|
||||||
- "37888:37888"
|
- "37888:37888"
|
||||||
|
@ -10,5 +10,4 @@ monero/monerod \
|
|||||||
--add-priority-node=node.supportxmr.com:18080 \
|
--add-priority-node=node.supportxmr.com:18080 \
|
||||||
--add-priority-node=nodes.hashvault.pro:18080 \
|
--add-priority-node=nodes.hashvault.pro:18080 \
|
||||||
--disable-dns-checkpoints \
|
--disable-dns-checkpoints \
|
||||||
--enable-dns-blocklist \
|
--enable-dns-blocklist
|
||||||
--non-interactive
|
|
||||||
|
@ -2,6 +2,5 @@
|
|||||||
|
|
||||||
cd cache
|
cd cache
|
||||||
~/p2pool \
|
~/p2pool \
|
||||||
--mini \
|
|
||||||
--host monerod \
|
--host monerod \
|
||||||
--wallet 42j7pyNRf8WE96D1xb6pjPWCwaDaYYevwZSPpELbTJjnXiKp7Lhtahbhb5Gc3p2BVxgMB3FEGNPUcbST1oZds6nBERA4jrQ
|
--wallet 42j7pyNRf8WE96D1xb6pjPWCwaDaYYevwZSPpELbTJjnXiKp7Lhtahbhb5Gc3p2BVxgMB3FEGNPUcbST1oZds6nBERA4jrQ
|
||||||
|
Loading…
x
Reference in New Issue
Block a user