Pages:
Author

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

hero member
Activity: 619
Merit: 501
https://www.massict.com/
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.


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
hero member
Activity: 619
Merit: 501
https://www.massict.com/
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
newbie
Activity: 45
Merit: 0
For scryptn:

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


for Quark i do not have the debug file anymore, but if you need i do have the p2pool logs for both.



"algo=0"

looks like your daemon is setup for sha256. do you have the "algo=quark" line in your .conf file?
hero member
Activity: 619
Merit: 501
https://www.massict.com/
For scryptn:

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


for Quark i do not have the debug file anymore, but if you need i do have the p2pool logs for both.

newbie
Activity: 45
Merit: 0
Hi,

i did build the pools for spectrucoin for quart and scryptn but now when i run test on them i have this:


BLOCKS ON QUARK, but are not showing anywhere in transactions (not as orphans not as immature)

Code:
GOT BLOCK FROM MINER! Passing to bitcoind!  8057950ad5b9235b29822fee4255ff8030da5bcafb6ba2c083eba43871a2bb4d
GOT BLOCK FROM PEER! Passing to bitcoind! 71a2bb4d bitcoin:  8057950ad5b9235b29822fee4255ff8030da5bcafb6ba2c083eba43871a2bb4d
GOT BLOCK FROM MINER! Passing to bitcoind!  9e1a3df2e3bf0afe84911bc3bc998be6dfc3918550e86d2ac274d2f43198fb57
GOT BLOCK FROM PEER! Passing to bitcoind! 3198fb57 bitcoin:  9e1a3df2e3bf0afe84911bc3bc998be6dfc3918550e86d2ac274d2f43198fb57
GOT BLOCK FROM MINER! Passing to bitcoind!  a1ffa2682e5d0ae025e245d2fab3e53013683b6f17e85628f19b90dad3853022
GOT BLOCK FROM PEER! Passing to bitcoind! d3853022 bitcoin:  a1ffa2682e5d0ae025e245d2fab3e53013683b6f17e85628f19b90dad3853022

BLOCKS ON SCRYPTN, but are not showing anywhere in transactions (not as orphans not as immature)

Code:
GOT BLOCK FROM MINER! Passing to bitcoind! 22b01a34a1c075260d61b18bba4f54825db30fda56736e0e1a6284986ec07cbb
GOT BLOCK FROM PEER! Passing to bitcoind! 6ec07cbb bitcoin: 22b01a34a1c075260d61b18bba4f54825db30fda56736e0e1a6284986ec07cbb
GOT BLOCK FROM MINER! Passing to bitcoind! 379c95bf938245eb22b3f007f33fb148262636b9eff8bd4307eb73ed74b1c3e5
GOT BLOCK FROM PEER! Passing to bitcoind! 74b1c3e5 bitcoin: 379c95bf938245eb22b3f007f33fb148262636b9eff8bd4307eb73ed74b1c3e5
GOT BLOCK FROM MINER! Passing to bitcoind! c461c5b74370792f22a0128cc0261756a01df51badc2f6e74ca3548baefe54a1
GOT BLOCK FROM PEER! Passing to bitcoind! aefe54a1 bitcoin: c461c5b74370792f22a0128cc0261756a01df51badc2f6e74ca3548baefe54a1


my p2pools for spectrum:

http://p2pool.e-pool.net:8915/static/  (Quark)
http://p2pool.e-pool.net:8916/static/  (ScryptN)

Need help, please advice me where i am wrong.

Till I get the answer I will keep the pools offline.




What do you get in your daemon's debug.log when those blocks are submitted?
hero member
Activity: 619
Merit: 501
https://www.massict.com/
when one new block is found (orphan or not) you need to be able to see the transactions in the wallet, spectrumcoin do not show it if i use quark or scryptn

 

newbie
Activity: 45
Merit: 0
confirmations for block is 120 or 180 ?

180 confirmations for newly mined blocks.
sr. member
Activity: 448
Merit: 250
confirmations for block is 120 or 180 ?
hero member
Activity: 619
Merit: 501
https://www.massict.com/
Hi,

i did build the pools for spectrucoin for quart and scryptn but now when i run test on them i have this:


BLOCKS ON QUARK, but are not showing anywhere in transactions (not as orphans not as immature)

Code:
GOT BLOCK FROM MINER! Passing to bitcoind!  8057950ad5b9235b29822fee4255ff8030da5bcafb6ba2c083eba43871a2bb4d
GOT BLOCK FROM PEER! Passing to bitcoind! 71a2bb4d bitcoin:  8057950ad5b9235b29822fee4255ff8030da5bcafb6ba2c083eba43871a2bb4d
GOT BLOCK FROM MINER! Passing to bitcoind!  9e1a3df2e3bf0afe84911bc3bc998be6dfc3918550e86d2ac274d2f43198fb57
GOT BLOCK FROM PEER! Passing to bitcoind! 3198fb57 bitcoin:  9e1a3df2e3bf0afe84911bc3bc998be6dfc3918550e86d2ac274d2f43198fb57
GOT BLOCK FROM MINER! Passing to bitcoind!  a1ffa2682e5d0ae025e245d2fab3e53013683b6f17e85628f19b90dad3853022
GOT BLOCK FROM PEER! Passing to bitcoind! d3853022 bitcoin:  a1ffa2682e5d0ae025e245d2fab3e53013683b6f17e85628f19b90dad3853022

BLOCKS ON SCRYPTN, but are not showing anywhere in transactions (not as orphans not as immature)

Code:
GOT BLOCK FROM MINER! Passing to bitcoind! 22b01a34a1c075260d61b18bba4f54825db30fda56736e0e1a6284986ec07cbb
GOT BLOCK FROM PEER! Passing to bitcoind! 6ec07cbb bitcoin: 22b01a34a1c075260d61b18bba4f54825db30fda56736e0e1a6284986ec07cbb
GOT BLOCK FROM MINER! Passing to bitcoind! 379c95bf938245eb22b3f007f33fb148262636b9eff8bd4307eb73ed74b1c3e5
GOT BLOCK FROM PEER! Passing to bitcoind! 74b1c3e5 bitcoin: 379c95bf938245eb22b3f007f33fb148262636b9eff8bd4307eb73ed74b1c3e5
GOT BLOCK FROM MINER! Passing to bitcoind! c461c5b74370792f22a0128cc0261756a01df51badc2f6e74ca3548baefe54a1
GOT BLOCK FROM PEER! Passing to bitcoind! aefe54a1 bitcoin: c461c5b74370792f22a0128cc0261756a01df51badc2f6e74ca3548baefe54a1


my p2pools for spectrum:

http://p2pool.e-pool.net:8915/static/  (Quark)
http://p2pool.e-pool.net:8916/static/  (ScryptN)

Need help, please advice me where i am wrong.

Till I get the answer I will keep the pools offline.


full member
Activity: 182
Merit: 100
Scrypt-N works flawlessly here.
Wich miner do you use ?


Thanks dev for the answers

Scrypt-N does not work for me with vertminer, exeminer, nor sgminer

sr. member
Activity: 448
Merit: 250
1. _________________________________________________________________________

2. _________________________________________________________________________

3. _________________________________________________________________________

4. _________________________________________________________________________
full member
Activity: 188
Merit: 100
Also, pushing for a decent exchange would be very good. Maybe c-cex or bittrex.
There is almost no trade on Alcurex, even for coins older and known, and that I think it does more bad than good to this coin.

TREX or bust. C-Cex is crap.
full member
Activity: 140
Merit: 100
Also, pushing for a decent exchange would be very good. Maybe c-cex or bittrex.
There is almost no trade on Alcurex, even for coins older and known, and that I think it does more bad than good to this coin.
sr. member
Activity: 336
Merit: 250
P2PoolCoin.com
P2pool node for SpectrumCoin algo X11

EU server: http://p2poolcoin.com:12369
Canada Server: http://ca.p2poolcoin.com:12369

Dedicated server
Xeon cpu
32Go ram
SSD
1Gbps


Fee: 1% ONLY !!!!
full member
Activity: 182
Merit: 100
Scrypt-N works flawlessly here.
Wich miner do you use ?


Thanks dev for the answers

Scrypt-N does not work for me with vertminer, exeminer, nor sgminer
newbie
Activity: 45
Merit: 0
Thanks for the logo submissions. I will keep this bounty open until Sunday when I'll choose one (or maybe two) designs to each receive a bounty.
newbie
Activity: 45
Merit: 0
The Scrypt-N implementation was taken from VertCoin, but with different times for N value adjustment (every 2 years) and different starting N value (11).

But didn't Vertcoin also started at N=11 (2048) ? Why do you say "different N value"?

My mistake. Same starting N value (11) as VertCoin but with different adjustment schedule. Also the maximum N value is currently 16 after 10 years.
full member
Activity: 140
Merit: 100
The Scrypt-N implementation was taken from VertCoin, but with different times for N value adjustment (every 2 years) and different starting N value (11).

But didn't Vertcoin also started at N=11 (2048) ? Why do you say "different N value"?
Pages:
Jump to: