We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa2a8d commit b308b66Copy full SHA for b308b66
pr896/miner3.sh
@@ -36,5 +36,5 @@ echo "--- Phase 2: Starting Custom Signet and Miner Setup ---"
36
37
# Start bitcoind in Signet mode as a daemon
38
echo "Starting bitcoind in Signet mode as a daemon..."
39
-./bin/bitcoin-qt -port=8080 -signet -daemon -datadir=$SIGNET_DATADIR-$TIMESTAMP || { echo "Error: Failed to start bitcoind in Signet mode."; exit 1; }
+./bin/bitcoin-qt -listen=1 -port=$(gnostr-weeble) -signet -daemon -datadir=$SIGNET_DATADIR-$TIMESTAMP || { echo "Error: Failed to start bitcoind in Signet mode."; exit 1; }
40
sleep 5
0 commit comments