Post
Topic
Board Announcements (Altcoins)
Re: [ANN][66] ★ Coin 66 ★
by
Klaasje
on 27/11/2014, 06:18:54 UTC
does anbody know off a different port for solo mining? 16666 doesnt work for me

Friend verifies While saying this 66.conf settings
rpcuser= YOU USER
rpcpassword= YOU PASS
rpcallowip=localhost
rpcallowip=*
rpcport=16666
port=37667
gen=0
server=1
daemon=1


thanks but i still get pool 0 slow/down or url or credentials invalid
And i have been solo mining other coins so i dont know what i'm doing wrong

The wallet reads your 66.conf located in %appdata%/66 (in Windows usually  C:\Users\username\\AppData\Roaming\66 ) at startup.
rpcport=16666 should be fine or 12345 if you like.

You probably have something wrong in your batfile when starting your miner (or cgminer.conf / sgminer.conf if you use that) located in the miner-dir.

save this to solo66.bat in your miner-dir and run it to test:
sgminer.exe -o 127.0.0.1:16666 -u username -p password -I 13 -g 1 -w 512 --thread-concurrency 16384 --verbose
pause

or for cgminer:
cgminer.exe --scrypt -o 127.0.0.1:16666 -u username -p password -I 13 -g 1 -w 512 --thread-concurrency 16384 --verbose
pause

"username" and "password" should match rpcuser and rpcpassword in 66.conf.
intensity and thread-concurrency should normally be higher but this is just to test.
with --verbose you´ll see that your miner is alive you can turn it off with d and v .
pause is there to possably see what went wrong and not letting the commandline window close it self.

if you´re using a bat-file remember to rename cgminer.conf or sgminer.conf otherwise the miner will read parameters from it.



Like i said i have been solomining before 66coin.

This is my bat.file (i have more then one on my desktop)

bfgminer.exe --scrypt -o localhost:16666 -u xxx -p x -S zeus:all --set zus:clock=342

And this is my 66.conf

rpcuser=xxx
rpcpassword=x
rpcallowip=localhost
rpcallowip=*
rpcport=16666
port=37667
gen=0
server=1
daemon=1

addnode=188.138.84.237
addnode=188.138.92.21
addnode=62.75.181.217
addnode=188.138.84.237
addnode=188.138.92.21
addnode=62.75.181.217
addnode=162.159.255.123
addnode=84.117.98.75
addnode=82.224.222.136
addnode=192.40.58.67
addnode=174.44.0.175
addnode=65.60.190.183
addnode=188.138.84.235
addnode=158.255.212.165
addnode=178.48.81.192
addnode=118.209.11.71
addnode=188.226.187.110
addnode=79.136.7.244
addnode=46.59.63.233
addnode=217.118.83.181
addnode=162.243.9.179
addnode=188.234.20.54
addnode=95.80.77.43
addnode=192.241.188.47
addnode=192.168.80.214
addnode=173.88.49.191
addnode=80.223.233.166
addnode=90.188.29.27
addnode=173.88.49.191
addnode=98.25.210.237
addnode=189.27.180.60
addnode=68.148.28.13
addnode=80.223.233.166
addnode=188.234.20.54
addnode=116.231.149.86
addnode=46.205.112.219
addnode=37.123.187.99
addnode=196.42.38.237
addnode=192.168.80.214
addnode=173.88.49.191
addnode=80.223.233.166
addnode=188.234.20.54
addnode=116.231.149.86
addnode=46.205.112.219
addnode=37.123.187.99
addnode=196.42.38.237
addnode=188.234.20.54
addnode=192.241.188.47
addnode=95.80.77.43
addnode=162.243.9.179
addnode=188.234.20.54
addnode=31.51.56.56
addnode=188.234.20.42
addnode=192.168.178.1


Other coins work with this solomining bat.file on a different port