Pages:
Author

Topic: [ANN][66] ★ Coin 66 ★ - page 31. (Read 56047 times)

full member
Activity: 275
Merit: 104
November 27, 2014, 04:48:01 PM
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


I have no experience at all of bfgminer but i have to ask if its just a spell mistake at the end of your batfile.

Shouldnt it be  zeus:clock=342  ?
legendary
Activity: 1080
Merit: 1000
BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
November 27, 2014, 02:18:54 AM
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
full member
Activity: 275
Merit: 104
November 26, 2014, 09:11:47 PM
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.


legendary
Activity: 1080
Merit: 1000
BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
November 26, 2014, 04:41:35 PM
Ty
hero member
Activity: 616
Merit: 500
November 26, 2014, 04:40:08 PM
When this thing is at 10BTC you wankers can expect
a substantial bonus. Don´t forget to call me on it when
it happens. Very serious here.

Good luck, g
sr. member
Activity: 392
Merit: 250
November 26, 2014, 04:25:49 PM
Does anybody know who owns this pool https://66.maxminers.net?
i wanted to withdraw my coins there but you have to own 1,0 66coin and withdrawl fee is 0,1

I messaged him.

I also messaged him 2 days ago buy no response back

Well, no response. So I temporarily deleted link to their pool from the heading of the thread.
I'm mining now untill i have 1 66coin over there just in case Grin


Sorry for the delay, it is fixed now, min withdrawal is 0.1 66coin
legendary
Activity: 1080
Merit: 1000
BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
November 26, 2014, 04:18:56 PM
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
hero member
Activity: 616
Merit: 500
November 25, 2014, 10:39:03 PM
Excellent.

Good luck, g
full member
Activity: 238
Merit: 250
November 25, 2014, 10:36:20 PM
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
GOOD NEWS,  Grin  Shocked Grin

new wallet finished yesterday and now I am, testing the new version 66coin in TESTNET if all goes well, I upload the new version.

regards  Wink

Very good news!

When does it go public?

very soon,
As the result, TESTNET have been very satisfactory.
I only need to correct a small problem, for example, double payments.
I hope this week to make it public

cant wait please release it ASAP  Shocked great news btw
link=topic=647324.msg9636043#msg9636043 date=1416794192]
Any news of development, promotions etc ?

Just a few comments above: a new (improved) version of wallet is on its way Smiley.

Something wrong with the current wallet ?

Seems to sync nicely.

I´m buying but people don´t seem too eager to sell this thing.
[/quote]
everything works fine, I'm just correcting some small bugs and logos, also have changed the super block reward and other things, jejejej. including for example you mined in some pool 0.12344 66coins, the wallet only allows two transactions of this and that little bugs is fixed.

pending friends, is that these changes will be that this coin is again popular.

legendary
Activity: 1080
Merit: 1000
BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
November 24, 2014, 05:13:24 PM
Does anybody know who owns this pool https://66.maxminers.net?
i wanted to withdraw my coins there but you have to own 1,0 66coin and withdrawl fee is 0,1

I messaged him.

I also messaged him 2 days ago buy no response back

Well, no response. So I temporarily deleted link to their pool from the heading of the thread.
I'm mining now untill i have 1 66coin over there just in case Grin
member
Activity: 99
Merit: 10
November 24, 2014, 12:11:20 PM
Any news of development, promotions etc ?

Just a few comments above: a new (improved) version of wallet is on its way Smiley.

Something wrong with the current wallet ?

Seems to sync nicely.

I´m buying but people don´t seem too eager to sell this thing.

Honestly, I don't know what possibly could be wrong. Smiley. I'm not a developer. But mrflow27 surely knows what he does Wink
hero member
Activity: 616
Merit: 500
November 23, 2014, 09:56:32 PM
Any news of development, promotions etc ?

Just a few comments above: a new (improved) version of wallet is on its way Smiley.

Something wrong with the current wallet ?

Seems to sync nicely.

I´m buying but people don´t seem too eager to sell this thing.
member
Activity: 99
Merit: 10
November 23, 2014, 09:47:53 PM
Any news of development, promotions etc ?

Just a few comments above: a new (improved) version of wallet is on its way Smiley.
hero member
Activity: 616
Merit: 500
November 23, 2014, 08:20:45 PM
Any news of development, promotions etc ?
member
Activity: 99
Merit: 10
November 23, 2014, 08:18:05 PM
Does anybody know who owns this pool https://66.maxminers.net?
i wanted to withdraw my coins there but you have to own 1,0 66coin and withdrawl fee is 0,1

I messaged him.

I also messaged him 2 days ago buy no response back

Well, no response. So I temporarily deleted link to their pool from the heading of the thread.
member
Activity: 70
Merit: 10
★Bitin.io★ - Instant Exchange
November 22, 2014, 12:58:47 PM
GOOD NEWS,  Grin  Shocked Grin

new wallet finished yesterday and now I am, testing the new version 66coin in TESTNET if all goes well, I upload the new version.

regards  Wink

Very good news!

When does it go public?

very soon,
As the result, TESTNET have been very satisfactory.
I only need to correct a small problem, for example, double payments.
I hope this week to make it public

cant wait please release it ASAP  Shocked great news btw
legendary
Activity: 1080
Merit: 1000
BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
November 22, 2014, 11:50:33 AM
does anbody know off a different port for solo mining? 16666 doesnt work for me
full member
Activity: 238
Merit: 250
November 22, 2014, 02:47:09 AM
GOOD NEWS,  Grin  Shocked Grin

new wallet finished yesterday and now I am, testing the new version 66coin in TESTNET if all goes well, I upload the new version.

regards  Wink

Very good news!

When does it go public?

very soon,
As the result, TESTNET have been very satisfactory.
I only need to correct a small problem, for example, double payments.
I hope this week to make it public
legendary
Activity: 1080
Merit: 1000
BTC - 14ZVqS5UGqhY77d5u9aUSW24ipRJ2g9wmm
November 21, 2014, 05:04:46 PM
GOOD NEWS,  Grin  Shocked Grin

new wallet finished yesterday and now I am, testing the new version 66coin in TESTNET if all goes well, I upload the new version.

regards  Wink

Very good news!

When does it go public?
member
Activity: 99
Merit: 10
November 21, 2014, 03:06:29 PM
GOOD NEWS,  Grin  Shocked Grin

new wallet finished yesterday and now I am, testing the new version 66coin in TESTNET if all goes well, I upload the new version.

regards  Wink

Very good news!
Pages:
Jump to: