Pages:
Author

Topic: [ANN][DCN] Deepcoin secure hashing (CPU/GPU) New algo/ No premine/ No IPO/ PoW - page 87. (Read 182581 times)

hero member
Activity: 658
Merit: 534
hashharder is not working now. This pool is suck.

I don't think it's the pool's fault. Solo mining also isn't working now. Seems the master node(s) are down.

Better take action dev.

Mining down = Bittrex getting further away, not closer.

Solo mining is working fine, newbie. Just found a block a couple mins ago.
full member
Activity: 249
Merit: 100
hashharder is not working now. This pool is suck.

I don't think it's the pool's fault. Solo mining also isn't working now. Seems the master node(s) are down.

Better take action dev.

Mining down = Bittrex getting further away, not closer.
member
Activity: 112
Merit: 10
Start twetting Bittrex Folks . Lets get this listed.
full member
Activity: 185
Merit: 100
hashharder is not working now. This pool is suck.
hero member
Activity: 1050
Merit: 501
We need another pool, on hashharder i get lower mhs and solo the difficulty is to high right now

try on p2pool - it's better for the coin and your income!
sr. member
Activity: 620
Merit: 289
Ⓚ KORE TEAM Ⓚ ★ Portuguese/SPA
We need another pool, on hashharder i get lower mhs and solo the difficulty is to high right now
hero member
Activity: 658
Merit: 534
{
"blocks" : 8311,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 22.04052355,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 1502306330,
"pooledtx" : 0,
"testnet" : false
}

Difficulty rising
hero member
Activity: 658
Merit: 500
I'm unable to solo mine.
I create a file deepcoin.conf in the AppRoaming data Deepcoin folder.
Code:
rpcuser=th00ber
rpcpassword=xxx
rpcport=8888
rpcallowip=192.168.1.*
rpcthreads=*
listen=1
daemon=1
server=1
maxconnections=32

And I start my rig from another IP with :
ccminer -a qubit -o http://192.168.1.20:8888 -u th00ber -p xxx

But I have only this :
HTTP request failed: Operation timed out after 30001 milliseconds with 0 out of -1 bytes received
json_rpc_call failed, retry after 30 seconds

What did I do wrong ?
I want to test solo, because I have a very slow submit speed on hashharder.
With 2x24Mh/s I was expecting a lot of coin, hashharder report a low hashrate for me Cry

Ummm, remove the http://

Just use

ccminer -a qubit -o 192.168.1.20:8888 -u th00ber -p xxx
member
Activity: 108
Merit: 10
Sgminer 5.0 has this issue. But earlier version are working properly on pool Smiley
hero member
Activity: 789
Merit: 501
Thanks all, that was indeed the a firewall rule, now I can solo \o/
... Let the luck do the rest ^^
hero member
Activity: 789
Merit: 501
Hashharder has a low share rate on my rig ... Is there a way to improve that ?
How to manage the worker diff ?
sr. member
Activity: 386
Merit: 250
I'm unable to solo mine.
I create a file deepcoin.conf in the AppRoaming data Deepcoin folder.
Code:
rpcuser=th00ber
rpcpassword=xxx
rpcport=8888
rpcallowip=192.168.1.*
rpcthreads=*
listen=1
daemon=1
server=1
maxconnections=32

And I start my rig from another IP with :
ccminer -a qubit -o http://192.168.1.20:8888 -u th00ber -p xxx

But I have only this :
HTTP request failed: Operation timed out after 30001 milliseconds with 0 out of -1 bytes received
json_rpc_call failed, retry after 30 seconds

What did I do wrong ?
I want to test solo, because I have a very slow submit speed on hashharder.
With 2x24Mh/s I was expecting a lot of coin, hashharder report a low hashrate for me Cry

Try this:

Code:
rpcuser=USER_NAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
port=22871
rpcport=22872
listen=1
daemon=1
server=1


Plus, sometime the firewall is playing nasty games. If this conf. file wont work then try to disable your firewall and try again to make sure it is/is not a firewall thing.

try to shutdown firewall or make the rpcport accessible from other miner
legendary
Activity: 3248
Merit: 1070
can you add other standard pool, i don't want to dl 1517761781 client...
full member
Activity: 126
Merit: 100
sr. member
Activity: 381
Merit: 250
I'm unable to solo mine.
I create a file deepcoin.conf in the AppRoaming data Deepcoin folder.
Code:
rpcuser=th00ber
rpcpassword=xxx
rpcport=8888
rpcallowip=192.168.1.*
rpcthreads=*
listen=1
daemon=1
server=1
maxconnections=32

And I start my rig from another IP with :
ccminer -a qubit -o http://192.168.1.20:8888 -u th00ber -p xxx

But I have only this :
HTTP request failed: Operation timed out after 30001 milliseconds with 0 out of -1 bytes received
json_rpc_call failed, retry after 30 seconds

What did I do wrong ?
I want to test solo, because I have a very slow submit speed on hashharder.
With 2x24Mh/s I was expecting a lot of coin, hashharder report a low hashrate for me Cry

Try this:

Code:
rpcuser=USER_NAME
rpcpassword=PASSWORD
rpcallowip=127.0.0.1
port=22871
rpcport=22872
listen=1
daemon=1
server=1


Plus, sometime the firewall is playing nasty games. If this conf. file wont work then try to disable your firewall and try again to make sure it is/is not a firewall thing.
sr. member
Activity: 386
Merit: 250
The net hashrate is 1.1172Gh/s now,three times as much as yesterday.
that's really a good sigh ~ Grin
hero member
Activity: 789
Merit: 501
I'm unable to solo mine.
I create a file deepcoin.conf in the AppRoaming data Deepcoin folder.
Code:
rpcuser=th00ber
rpcpassword=xxx
rpcport=8888
rpcallowip=192.168.1.*
rpcthreads=*
listen=1
daemon=1
server=1
maxconnections=32

And I start my rig from another IP with :
ccminer -a qubit -o http://192.168.1.20:8888 -u th00ber -p xxx

But I have only this :
HTTP request failed: Operation timed out after 30001 milliseconds with 0 out of -1 bytes received
json_rpc_call failed, retry after 30 seconds

What did I do wrong ?
I want to test solo, because I have a very slow submit speed on hashharder.
With 2x24Mh/s I was expecting a lot of coin, hashharder report a low hashrate for me Cry
hero member
Activity: 658
Merit: 534
I think, this coin will make Qubit algo very famous. And thank you  marada and Markos for opening my eyes.

I'm glad this coin is under the radar so far Wink
jox
hero member
Activity: 681
Merit: 500
I think, this coin will make Qubit algo very famous. And thank you  marada and Markos for opening my eyes.
hero member
Activity: 658
Merit: 500
I have added qubit algo to ccminer, now nvidia cards can mine this coin:

https://github.com/djm34/ccminer
binaries here: http://cryptomining-blog.com/2963-new-ccminer-fork-with-x14-algorithm-support-now-available/
(thanks to them, compilation is rather long)

performance: on 750ti:       ~4000khash/s
                   on 780ti (oc) ~9400khash/s

command: ccminer -a qubit

If you find it useful please donate to this address:
DCN: D7wGWDDrruAVY43xb99M4DkL4GHAnQ3gwp





This one also worked.  http://cryptomining-blog.com/?s=nvidia+qubit

edit..

oh, thats the same one..  lol  nevermind
Pages:
Jump to: