Skip to content
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

Open
bingoogolapple opened this issue May 7, 2021 · 2 comments
Open

狗币 #223

bingoogolapple opened this issue May 7, 2021 · 2 comments

Comments

@bingoogolapple
Copy link
Owner

bingoogolapple commented May 7, 2021

@bingoogolapple
Copy link
Owner Author

bingoogolapple commented May 8, 2021

CPU 挖狗狗币

Windows 系统

Ubuntu 系统

xmrig -o rx.unmineable.com:3333 -a rx -k -u DOGE:DQUR7FN5G4CJXQb4aQFtr78UtB5UVxrBZP.HuaWei-Ubuntu-CPU#poa7-rplo
  • 别名
alias dogecoin-wallet='nohup dogecoin-qt >/dev/null 2>&1 &'
alias dogecoin-mining-front='xmrig -o rx.unmineable.com:3333 -t 2 -a rx -k -u DOGE:DQUR7FN5G4CJXQb4aQFtr78UtB5UVxrBZP.HuaWei-Ubuntu-GPU#poa7-rplo'
alias dogecoin-mining-back='nohup xmrig -o rx.unmineable.com:3333 -t 2 -a rx -k -u DOGE:DQUR7FN5G4CJXQb4aQFtr78UtB5UVxrBZP.HuaWei-Ubuntu-GPU#poa7-rplo >/dev/null 2>&1 &'

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

@bingoogolapple
Copy link
Owner Author

bingoogolapple commented May 8, 2021

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
Projects
None yet
Development

No branches or pull requests

1 participant