-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
狗币 #223
Labels
Comments
CPU 挖狗狗币Windows 系统Ubuntu 系统
xmrig -o rx.unmineable.com:3333 -a rx -k -u DOGE:DQUR7FN5G4CJXQb4aQFtr78UtB5UVxrBZP.HuaWei-Ubuntu-CPU#poa7-rplo
Android 系统https://www.oignite.com/2021/04/how-to-mine-on-your-android-phone-use-termux-xmrig-unmineable.html
./xmrig-notls -o rx.unmineable.com:3333 -a rx -k -u DOGE:DQUR7FN5G4CJXQb4aQFtr78UtB5UVxrBZP.Mix2-Android#poa7-rplo |
GPU 挖狗狗币Windows 系统
Ubuntu 系统#!/bin/bash
#################################
## Begin of user-editable part ##
#################################
POOL=ethash.unmineable.com:3333
WALLET=DOGE:DQUR7FN5G4CJXQb4aQFtr78UtB5UVxrBZP.HuaWei-Ubuntu-GPU#poa7-rplo.lolMinerWorker
#################################
## End of user-editable part ##
#################################
cd "$(dirname "$0")"
./lolMiner --algo ETHASH --pool $POOL --user $WALLET --ethstratum ETHPROXY $@
while [ $? -eq 42 ]; do
sleep 10s
./lolMiner --algo ETHASH --pool $POOL --user $WALLET --ethstratum ETHPROXY $@
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: