8000 Releases · testzcrypto/ccminer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: testzcrypto/ccminer

Reintroduce anime algo

10 Jan 11:45
Compare
Choose a tag to compare

For solo mining you need to add flowing lines to animecoin.conf (if animecoin.conf doesn't exists you should create it in folder where wallet.dat located), addnode lines is not required for mining but it's will help to sync wallet with network, instead USER and PASS put any your values, password must be strong:

listen=1
daemon=1
server=1
rpcuser=USER
rpcpassword=PASS
rpcallowip=*

addnode=213.108.119.84:1212
addnode=195.46.187.71:1212
addnode=211.211.140.41:1212
addnode=211.210.248.193:1212
addnode=91.143.171.173:1212
addnode=2.95.233.94:1212
addnode=88.193.255.251:1212
addnode=1.227.67.183:1212
addnode=188.79.171.197:1212

Run ccminer as:

ccminer -a anime -o <IP of machine where you run Anime wallet>:2121 -u <USER from animecoin.conf> -p <PASS from animecoin.conf>

Happy mining and New Year!!!

0