Pages:
Author

Topic: [ANN][SPEC] SpectrumCoin - 12 Algos - X11|Groestl|Keccak|Scrypt|SHA - Bounties - page 7. (Read 30675 times)

full member
Activity: 140
Merit: 100
"nfactor" : "12", but don't wok  Huh

Yeas, it falls back to N=10. Maybe it needs some more parameters tweaked down.
sr. member
Activity: 826
Merit: 250
"nfactor" : "12", but don't wok  Huh
full member
Activity: 140
Merit: 100
28.02. version, nfactor 12 (2^12, 4096).

Oh. So N=12 after all. Thank you!

Anyone has any idea on how to set vertminer for N=12? Or how to mine with N=12 on AMD?
member
Activity: 111
Merit: 10
28.02. version, nfactor 12 (2^12, 4096).
full member
Activity: 140
Merit: 100
Cudaminer works great on scrypt-N. I can't say I'm not satisfied.

What version of cudaminer? And what parameters?
member
Activity: 111
Merit: 10
Cudaminer works great on scrypt-N. I can't say I'm not satisfied.
full member
Activity: 182
Merit: 100
Quote
Looks like the daemon now checks the correct algo (10), but the daemon rejects the block because the difficulty of the block is not high enough.

Which miner are you using?


vertminer  (GPU vertcoin miner)
I used it too to try solo mining, and all blocks are rejected!
tested with 0.5.2 and 0.5.4


Dev say the N is different ... now i try to check both source codes ( coin + miner) and discover if the N is somewhere in code locked (as Vercoin start from 10 till 30 )

i am really lost for now with it..

I tried with N=10 , 11 and 12. Same results, blocks are rejected.
hero member
Activity: 619
Merit: 501
https://www.massict.com/
Quote
Looks like the daemon now checks the correct algo (10), but the daemon rejects the block because the difficulty of the block is not high enough.

Which miner are you using?


vertminer  (GPU vertcoin miner)
I used it too to try solo mining, and all blocks are rejected!
tested with 0.5.2 and 0.5.4


Dev say the N is different ... now i try to check both source codes ( coin + miner) and discover if the N is somewhere in code locked (as Vercoin start from 10 till 30 )

i am really lost for now with it..
full member
Activity: 182
Merit: 100
Quote
Looks like the daemon now checks the correct algo (10), but the daemon rejects the block because the difficulty of the block is not high enough.

Which miner are you using?


vertminer  (GPU vertcoin miner)
I used it too to try solo mining, and all blocks are rejected!
tested with 0.5.2 and 0.5.4
hero member
Activity: 619
Merit: 501
https://www.massict.com/
Quote
Looks like the daemon now checks the correct algo (10), but the daemon rejects the block because the difficulty of the block is not high enough.

Which miner are you using?


vertminer  (GPU vertcoin miner)
newbie
Activity: 45
Merit: 0
need help, on both quark and scryptn i get this type of errors:

Code:
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
received block c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
Warning: Local node 127.0.0.1:40901 misbehaving (delta: 50)!
received block c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
Warning: Local node 127.0.0.1:40901 misbehaving (delta: 50)!


Code:
2014-07-04 18:30:31.058385
2014-07-04 18:30:31.058492 GOT BLOCK FROM MINER! Passing to bitcoind! c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
2014-07-04 18:30:31.058543
2014-07-04 18:30:31.062000 GOT SHARE! SWadduPrZ4f7gGd52LetUKBzTfcM7tzdxC 6912ad68 prev 4b564daf age 192.16s
2014-07-04 18:30:31.064702
2014-07-04 18:30:31.064799 GOT BLOCK FROM PEER! Passing to bitcoind! 6912ad68 bitcoin: c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
2014-07-04 18:30:31.064860
2014-07-04 18:30:31.070246 New work for worker! Difficulty: 0.007324 Share difficulty: 0.007324 Total block value: 100.000000 SPEC including 1 transactions
2014-07-04 18:30:31.080283 > Block submittal result: False (u'rejected') Expected: True

this is for scryptn ( I did replicate vercoin p2pool setup)

i will come also with logs for quark part (when i do have free time to replicate the errors)

Looks like the daemon now checks the correct algo (10), but the daemon rejects the block because the difficulty of the block is not high enough.

Which miner are you using?
hero member
Activity: 619
Merit: 501
https://www.massict.com/
need help, on both quark and scryptn i get this type of errors:

Code:
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
received block c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
Warning: Local node 127.0.0.1:40901 misbehaving (delta: 50)!
received block c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
ERROR: CheckProofOfWork(algo=10) : hash doesn't match nBits
ERROR: CheckBlock() : proof of work failed
ERROR: ProcessBlock() : CheckBlock FAILED
Warning: Local node 127.0.0.1:40901 misbehaving (delta: 50)!


Code:
2014-07-04 18:30:31.058385
2014-07-04 18:30:31.058492 GOT BLOCK FROM MINER! Passing to bitcoind! c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
2014-07-04 18:30:31.058543
2014-07-04 18:30:31.062000 GOT SHARE! SWadduPrZ4f7gGd52LetUKBzTfcM7tzdxC 6912ad68 prev 4b564daf age 192.16s
2014-07-04 18:30:31.064702
2014-07-04 18:30:31.064799 GOT BLOCK FROM PEER! Passing to bitcoind! 6912ad68 bitcoin: c80507ab31ddeb47fea5f30133cbc02580a8bb7442bcd92c4a4f8a636912ad68
2014-07-04 18:30:31.064860
2014-07-04 18:30:31.070246 New work for worker! Difficulty: 0.007324 Share difficulty: 0.007324 Total block value: 100.000000 SPEC including 1 transactions
2014-07-04 18:30:31.080283 > Block submittal result: False (u'rejected') Expected: True

this is for scryptn ( I did replicate vercoin p2pool setup)

i will come also with logs for quark part (when i do have free time to replicate the errors)
jox
hero member
Activity: 681
Merit: 500
Is there Spectrumcoin tweeter account?
newbie
Activity: 45
Merit: 0
dev SPEC there is a better flow of it? For example when it can on https://bittrex.com?

Requested at bittrex and poloniex.

Please help by requesting SpectrumCoin from your favourite exchange.
sr. member
Activity: 826
Merit: 250
Windows wallet link has been updated to wallet that doesn't require additional DLLs.

https://mega.co.nz/#!Jwx2iQDY!yv4J6N-O2yIRZKrNUbkJIiwXk5mZbFTUUYYvaepoBKk

works for me without any additionnal dll... At some point people should start fixing their OS  Grin

+1
full member
Activity: 182
Merit: 100
it is what i believe first but i do have:

algo=quark  (for quark pool )

and

algo=scryptn (for scryptn pool)

Both on dedicated servers

It looks like your pool is submitting the wrong block version number.

From core.h

Code:
    // primary version
    BLOCK_VERSION_DEFAULT        = 2,
   
    // modifiers
    BLOCK_VERSION_AUXPOW         = (1 << 8),

    // algo
    BLOCK_VERSION_ALGO           = (15 << 9),
    BLOCK_VERSION_SCRYPT         = (1 << 9),
    BLOCK_VERSION_GROESTL        = (2 << 9),
    BLOCK_VERSION_SKEIN          = (3 << 9),
    BLOCK_VERSION_QUBIT          = (4 << 9),
    BLOCK_VERSION_X11            = (5 << 9),
    BLOCK_VERSION_QUARK          = (6 << 9),
    BLOCK_VERSION_GROESTL2       = (7 << 9),
    BLOCK_VERSION_BLAKE256       = (8 << 9),
    BLOCK_VERSION_X13            = (9 << 9),
    BLOCK_VERSION_SCRYPTN        = (10 << 9),
    BLOCK_VERSION_KECCAK         = (11 << 9),

So for a Quark block, your pool should be using block version 2 || (6 << 9) = 2 || 3072 = 3074



maybe you can explain us what are the diference from Quark to Spectrumcoin .... also what are from Vertcoin to Spectrumcoin .... in this case will be more easy for us to create the best setup for pools.


The hashing algorithms for Quark and ScyptN was taken from Quarkcoin and Vertcoin. So there is no difference in hashing (except for how the N parameter changes for ScryptN as previously mentioned). The other changes are not related to the hashing algorithm. They are similar to Myriadcoin to support multi-algorithm hashing.

But using vertcoin miner (vertminer) with wallet/solo mining : only rejected blocks (not orphans, rejected in the miner directly)
member
Activity: 60
Merit: 10
dev SPEC there is a better flow of it? For example when it can on https://bittrex.com?
hero member
Activity: 619
Merit: 501
https://www.massict.com/

i did replicate the p2pool i have running for quark and for vertcoin, i did adjust the normal p2pool settings .... but i do have this problem i did find blocks but not good ones.


newbie
Activity: 45
Merit: 0
it is what i believe first but i do have:

algo=quark  (for quark pool )

and

algo=scryptn (for scryptn pool)

Both on dedicated servers

It looks like your pool is submitting the wrong block version number.

From core.h

Code:
    // primary version
    BLOCK_VERSION_DEFAULT        = 2,
   
    // modifiers
    BLOCK_VERSION_AUXPOW         = (1 << 8),

    // algo
    BLOCK_VERSION_ALGO           = (15 << 9),
    BLOCK_VERSION_SCRYPT         = (1 << 9),
    BLOCK_VERSION_GROESTL        = (2 << 9),
    BLOCK_VERSION_SKEIN          = (3 << 9),
    BLOCK_VERSION_QUBIT          = (4 << 9),
    BLOCK_VERSION_X11            = (5 << 9),
    BLOCK_VERSION_QUARK          = (6 << 9),
    BLOCK_VERSION_GROESTL2       = (7 << 9),
    BLOCK_VERSION_BLAKE256       = (8 << 9),
    BLOCK_VERSION_X13            = (9 << 9),
    BLOCK_VERSION_SCRYPTN        = (10 << 9),
    BLOCK_VERSION_KECCAK         = (11 << 9),

So for a Quark block, your pool should be using block version 2 || (6 << 9) = 2 || 3072 = 3074



maybe you can explain us what are the diference from Quark to Spectrumcoin .... also what are from Vertcoin to Spectrumcoin .... in this case will be more easy for us to create the best setup for pools.


The hashing algorithms for Quark and ScyptN was taken from Quarkcoin and Vertcoin. So there is no difference in hashing (except for how the N parameter changes for ScryptN as previously mentioned). The other changes are not related to the hashing algorithm. They are similar to Myriadcoin to support multi-algorithm hashing.
Pages:
Jump to: