mirror of
https://github.com/ilyakooo0/xmrig-autoinstall.git
synced 2024-11-22 02:30:53 +03:00
Update .config
This commit is contained in:
parent
ac759456c2
commit
00959032cf
12
.config
12
.config
@ -7,15 +7,15 @@ DIR_NAME="xmrig"
|
||||
export POOL_COIN="--coin monero"
|
||||
|
||||
# Enable TLS by removing '#' - Disable TLS by prepending '#' or skipping
|
||||
#export POOL_TLS="--tls"
|
||||
export POOL_TLS="--tls"
|
||||
|
||||
export POOL_HOST=gulf.moneroocean.stream
|
||||
export POOL_PORT=10001
|
||||
export POOL_USER=MY_MONERO_ADDRESS
|
||||
export POOL_PASS=MY_POOL_PASS
|
||||
export POOL_HOST=xmrpool.eu
|
||||
export POOL_PORT=9999
|
||||
export POOL_USER=44FADBDhNRvjJszF5mLS4VCwZ71mY7ftfUErEisPoT724hb5eYuvuFqWthniY8dGPBTcWuBoeLrLJVkxLHCb1Lsd4DdbZzZ
|
||||
export POOL_PASS=
|
||||
|
||||
# Enable LOGGING by removing '#' - Disable LOGGING by prepending '#' or skipping
|
||||
export POOL_LOG="--log-file=/var/log/xmrig.log"
|
||||
# export POOL_LOG="--log-file=/var/log/xmrig.log"
|
||||
|
||||
|
||||
# THIS IS WHICH GIT SOURCE TO COMPILE. ADVANCED USERS CAN CHANGE THIS AND MODIFY INSTALL SCRIPTS FOR REQUIRED PACKAGES (RTFM)
|
||||
|
Loading…
Reference in New Issue
Block a user