优化 CI 构建流程
Some checks failed
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 29s
Build and Release / build-and-test (amd64, ubuntu) (push) Failing after 16m22s
Build and Release / build-and-test (amd64, alpine) (push) Failing after 16m24s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 28m28s
Build and Release / release (push) Has been skipped
Some checks failed
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in 29s
Build and Release / build-and-test (amd64, ubuntu) (push) Failing after 16m22s
Build and Release / build-and-test (amd64, alpine) (push) Failing after 16m24s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 28m28s
Build and Release / release (push) Has been skipped
This commit is contained in:
11
debian/p2pool.service
vendored
11
debian/p2pool.service
vendored
@@ -8,7 +8,16 @@ Type=simple
|
||||
User=p2pool
|
||||
Group=p2pool
|
||||
WorkingDirectory=/var/lib/p2pool
|
||||
ExecStart=/usr/local/bin/p2pool --host 127.0.0.1 --rpc-port 18081 --wallet YOUR_MONERO_WALLET_ADDRESS
|
||||
ExecStart=/opt/p2pool/p2pool \
|
||||
--host 127.0.0.1 \
|
||||
--rpc-port 18081 \
|
||||
--zmq-port 18083 \
|
||||
--wallet YOUR_MONERO_WALLET_ADDRESS \
|
||||
--merge-mine tari://TARI_NODE_IP:18102 TARI_WALLET_ADDRESS \
|
||||
--p2p 0.0.0.0:37889 \
|
||||
--data-api /var/lib/p2pool/data-api \
|
||||
--local-api \
|
||||
--loglevel 3
|
||||
Restart=on-failure
|
||||
RestartSec=10s
|
||||
StandardOutput=journal
|
||||
|
||||
Reference in New Issue
Block a user