build(config): enable native/LTO flags, tune defaults, and ignore .conf files
This commit is contained in:
@@ -10,8 +10,8 @@ WALLET_ADDRESS=bcrt1qn9ewln06n3xmc64278nj8m4nyde7ddeuvsvhw6
|
||||
# Mining
|
||||
DIFFICULTY_FACTOR=0.01
|
||||
NONCE_MODE=incremental # incremental | random | mixed
|
||||
TIMESTAMP_UPDATE_INTERVAL=30
|
||||
BATCH=10000
|
||||
TIMESTAMP_UPDATE_INTERVAL=120
|
||||
BATCH=200000
|
||||
COINBASE_MESSAGE=/c-miner/
|
||||
EXTRANONCE1=1234567890abcdef
|
||||
EXTRANONCE2=12341234
|
||||
@@ -20,4 +20,4 @@ EXTRANONCE2=12341234
|
||||
NUM_PROCESSORS=0 # <=0 uses CPU count
|
||||
|
||||
# Watchdog
|
||||
CHECK_INTERVAL=20
|
||||
CHECK_INTERVAL=120
|
||||
|
||||
Reference in New Issue
Block a user