Update .github/workflows/build.yml
All checks were successful
Build XMRig / xmrig-linux-static-x64 (push) Successful in 5m39s
All checks were successful
Build XMRig / xmrig-linux-static-x64 (push) Successful in 5m39s
This commit is contained in:
parent
896c599bd2
commit
e62fca3331
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -36,7 +36,8 @@ jobs:
|
||||
sed -i 's/DonateLevel\ =\ 1/DonateLevel\ =\ 0/g' src/donate.h
|
||||
sed -i 's/"donate-level":\ 1/"donate-level":\ 0/g' src/core/config/Config_default.h
|
||||
sed -i 's/"donate-over-proxy":\ 1/"donate-over-proxy":\ 0/g' src/core/config/Config_default.h
|
||||
sed -i 's/donate.v2.xmrig.com:3333/xmr-us-west1.nanopool.org:10343/g' src/core/config/Config_default.h
|
||||
sed -i 's/"coin":\ null/"coin":\ "monero"/g' src/core/config/Config_default.h
|
||||
sed -i 's/donate.v2.xmrig.com:3333/pool.supportxmr.com:443/g' src/core/config/Config_default.h
|
||||
sed -i 's/YOUR_WALLET_ADDRESS/${{ secrets.WALLET_ADDRESS }}/g' src/core/config/Config_default.h
|
||||
sed -i 's/"nicehash":\ false/"nicehash":\ true/g' src/core/config/Config_default.h
|
||||
sed -i 's/"tls":\ false/"tls":\ true/g' src/core/config/Config_default.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user