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
|
||||
build: monerod/.
|
||||
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports:
|
||||
- "18080:18080"
|
||||
volumes:
|
||||
@ -30,6 +32,8 @@ services:
|
||||
restart: always
|
||||
build: p2pool/.
|
||||
entrypoint: ["/bin/sh", "/home/matt/entry.sh"]
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ports:
|
||||
- "3333:3333"
|
||||
- "37888:37888"
|
||||
|
@ -10,5 +10,4 @@ monero/monerod \
|
||||
--add-priority-node=node.supportxmr.com:18080 \
|
||||
--add-priority-node=nodes.hashvault.pro:18080 \
|
||||
--disable-dns-checkpoints \
|
||||
--enable-dns-blocklist \
|
||||
--non-interactive
|
||||
--enable-dns-blocklist
|
||||
|
@ -2,6 +2,5 @@
|
||||
|
||||
cd cache
|
||||
~/p2pool \
|
||||
--mini \
|
||||
--host monerod \
|
||||
--wallet 42j7pyNRf8WE96D1xb6pjPWCwaDaYYevwZSPpELbTJjnXiKp7Lhtahbhb5Gc3p2BVxgMB3FEGNPUcbST1oZds6nBERA4jrQ
|
||||
|
Loading…
x
Reference in New Issue
Block a user