mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 22:57:59 -05:00
contrib/localnet/darkfid*: use higher retries than default so xmr doesn't stop trying while darkfid inits
This commit is contained in:
@@ -8,7 +8,7 @@ XMRIG_BINARY_PATH="xmrig"
|
||||
XMRIG_STRATUM_ENDPOINT="127.0.0.1:48241"
|
||||
XMRIG_THREADS="4"
|
||||
XMRIG_USER="OERjbThtVW1VMkZIYmI2RlhucUx0OXByaFRSWmVWcE5hdTROWXQ3Szg1ZDVVWnA0RGpabmFKZVZEAAA"
|
||||
XMRIG_PARAMS="-u x+1 -o $XMRIG_STRATUM_ENDPOINT -t $XMRIG_THREADS -u $XMRIG_USER"
|
||||
XMRIG_PARAMS="-u x+1 -r 1000 -R 20 -o $XMRIG_STRATUM_ENDPOINT -t $XMRIG_THREADS -u $XMRIG_USER"
|
||||
XMRIG="$XMRIG_BINARY_PATH $XMRIG_PARAMS"
|
||||
|
||||
# Path to darkfid binary
|
||||
|
||||
Reference in New Issue
Block a user