Pages:
Author

Topic: Vertcoin - First Scrypt N | First Stealth Address - Privacy without mixer - page 37. (Read 1232701 times)

sr. member
Activity: 392
Merit: 250
DEV,i found a bug in lyra2.c
please check this code

   //================================ Setup Phase =============================//
    //Absorbing salt, password and basil: this is the only place in which the block length is hard-coded to 512 bits
    ptrWord = &wholeMatrix[0];
    for (i = 0; i < nBlocksInput; i++) {
      absorbBlockBlake2Safe(state, ptrWord); //absorbs each block of pad(pwd || salt || basil)
      ptrWord += BLOCK_LEN_BLAKE2_SAFE_BYTES; //goes to next block of pad(pwd || salt || basil)
      -------------------------------------------------------
BLOCK_LEN_BLAKE2_SAFE_BYTES is 64
the problem is
ptrWord is a 64 bit pointer,but the line ,it add 64,means it add 64*64=4096 bit=512 byte,
so ,the next round ,all ptrWord is zero,
that means Concatenates the basil and padding are not used!!!!!!

you must change BLOCK_LEN_BLAKE2_SAFE_BYTES to BLOCK_LEN_BLAKE2_SAFE_INT64


Surely though, "absorbBlockBlake2Safe" absorbs an entire block of 64 bytes (512 bits). ptrWord is then pushed forward by another 512 bits since +=ing a pointer pushes it forward in multiples of bytes. So on line "ptrWord += BLOCK_LEN_BLAKE2_SAFE_BYTES;", the pointer is pushed forward by 64 bytes (512 bits), and the process is repeated for the next block.
sr. member
Activity: 457
Merit: 273
a new version based on the latest sgminer5 version is coming, these problems should be fixed (can't test it though, I have only one amd card)

djm34, could you please work with Slix (ystarnaud) to include Lyra2RE into https://github.com/sgminer-dev/sgminer once is stable?
newbie
Activity: 5
Merit: 0
We are looking into this and evaluating the impact. This was written by the authors of the Lyra2 algorithm, so we are trying to contact them as well.

Cheers,

a432511

DEV,i found a bug in lyra2.c
please check this code

   //================================ Setup Phase =============================//
    //Absorbing salt, password and basil: this is the only place in which the block length is hard-coded to 512 bits
    ptrWord = &wholeMatrix[0];
    for (i = 0; i < nBlocksInput; i++) {
      absorbBlockBlake2Safe(state, ptrWord); //absorbs each block of pad(pwd || salt || basil)
      ptrWord += BLOCK_LEN_BLAKE2_SAFE_BYTES; //goes to next block of pad(pwd || salt || basil)
      -------------------------------------------------------
BLOCK_LEN_BLAKE2_SAFE_BYTES is 64
the problem is
ptrWord is a 64 bit pointer,but the line ,it add 64,means it add 64*64=4096 bit=512 byte,
so ,the next round ,all ptrWord is zero,
that means Concatenates the basil and padding are not used!!!!!!

you must change BLOCK_LEN_BLAKE2_SAFE_BYTES to BLOCK_LEN_BLAKE2_SAFE_INT64






member
Activity: 98
Merit: 10
I think everything is going according to plan  Smiley

104 hour or 4.3 days to Lyre2RE Update from now  Smiley

Friends tell all your friends to update wallets  Smiley

share the news in your city, country or planet  Smiley

80 hour or 3.3 days to Lyre2RE Update from now  Smiley


Should the fork on 16 Dec 2014? That is 6 days away.

Quote
The moment you have all been waiting for has arrived. We are very proud to announce the hard fork to Lyra2RE which will land approximately December 16th at block 208301. This is the culmination of many months of hard work with jamesl22 taking the lead and more than proving his technical abilities.

the hard fork to Lyra2RE which will land approximately December 16th at block 208301, but we at 206746 block now
sr. member
Activity: 406
Merit: 250
I think everything is going according to plan  Smiley

104 hour or 4.3 days to Lyre2RE Update from now  Smiley

Friends tell all your friends to update wallets  Smiley

share the news in your city, country or planet  Smiley

80 hour or 3.3 days to Lyre2RE Update from now  Smiley


Should the fork on 16 Dec 2014? That is 6 days away.

Quote
The moment you have all been waiting for has arrived. We are very proud to announce the hard fork to Lyra2RE which will land approximately December 16th at block 208301. This is the culmination of many months of hard work with jamesl22 taking the lead and more than proving his technical abilities.
hero member
Activity: 609
Merit: 500
DMD,XZC
DEV,i found a bug in lyra2.c
please check this code

   //================================ Setup Phase =============================//
    //Absorbing salt, password and basil: this is the only place in which the block length is hard-coded to 512 bits
    ptrWord = &wholeMatrix[0];
    for (i = 0; i < nBlocksInput; i++) {
      absorbBlockBlake2Safe(state, ptrWord); //absorbs each block of pad(pwd || salt || basil)
      ptrWord += BLOCK_LEN_BLAKE2_SAFE_BYTES; //goes to next block of pad(pwd || salt || basil)
      -------------------------------------------------------
BLOCK_LEN_BLAKE2_SAFE_BYTES is 64
the problem is
ptrWord is a 64 bit pointer,but the line ,it add 64,means it add 64*64=4096 bit=512 byte,
so ,the next round ,all ptrWord is zero,
that means Concatenates the basil and padding are not used!!!!!!

you must change BLOCK_LEN_BLAKE2_SAFE_BYTES to BLOCK_LEN_BLAKE2_SAFE_INT64





member
Activity: 143
Merit: 10
I've setup a p2pool with the latest code from github and everything runs fine until i try to switch to the "modern ui" then all kinds of errors are popping up, anybody else ?
full member
Activity: 212
Merit: 100
Here's the big test I promised....
The last question is: Will I turn on the radiator this winter? Wink
Yes, you came through on that promise! Thanks a lot man. Smiley

Let us know if you turn the radiator on.  Cheesy

great to see how this forum changed from a investors/speculators forum to a miners forum  Smiley

waiting for lyra2RE !
How cool is that!  Cheesy ..but makes me wonder..what do we do with the big Vertcoin settings thread over here: https://bitcointalksearch.org/topic/the-big-vtc-vertcoin-settings-thread-416572
I hope theres not lurkers over there wondering what's going on. Best to ensure we are all on the same page as a community, especially in this critical changeover period. And also, we can never forget the wise words bestowed upon us by Vertan the great: Image(sfw)
Dude, hey Smiley Pansy from carbonite Tongue
Holy science! What the flying spaghetti monsta!  Tongue And they saidz the internetz wasn'ts a small place.. What's up buddo!  Cheesy

Haha, Lekker man Tongue

So, you've been in these parts for quite some time? Why don't you communicate on carb regarding crypto:P

Are you still in the mining game?
newbie
Activity: 57
Merit: 0
i changed the clocks, card six its remaining arround 50kh , and another think msi afterburner dosent see the clocks changed but gpuz yes
hero member
Activity: 600
Merit: 500
legendary
Activity: 1400
Merit: 1050
i have a rig with 6 cards 7950 and sgminer not changing gpu-engine to all ,only 4, why?

Don't know, but if you try it so (please change frequency for your gpus):

"gpu-engine" : "1040,1040,1040,1040,1040,1040",
a new version based on the latest sgminer5 version is coming, these problems should be fixed (can't test it though, I have only one amd card)
legendary
Activity: 938
Merit: 1001
Hi, where can find miner for the new algo to test ?
member
Activity: 98
Merit: 10
hero member
Activity: 600
Merit: 500
i have a rig with 6 cards 7950 and sgminer not changing gpu-engine to all ,only 4, why?

Don't know, but if you try it so (please change frequency for your gpus):

"gpu-engine" : "1040,1040,1040,1040,1040,1040",
newbie
Activity: 57
Merit: 0
i have a rig with 6 cards 7950 and sgminer not changing gpu-engine to all ,only 4, why?
sr. member
Activity: 496
Merit: 250
Ceck me in livestream twith
Will the list of p2pools that vertcoin.org links to (http://coin.cubeconnex.com/poollist/) either be updated to only show p2pools that run Lyra2RE, or somehow show they're ready for the fork?

Thx

Yes. If you are a p2pool operator and you are ready for the Lyra upgrade, please send email to the http://coin.cubeconnex.com/poollist site's webmaster to indicate Lyra2RE readiness.
newbie
Activity: 25
Merit: 0
Here's the big test I promised....
The last question is: Will I turn on the radiator this winter? Wink
Yes, you came through on that promise! Thanks a lot man. Smiley

Let us know if you turn the radiator on.  Cheesy

great to see how this forum changed from a investors/speculators forum to a miners forum  Smiley

waiting for lyra2RE !
How cool is that!  Cheesy ..but makes me wonder..what do we do with the big Vertcoin settings thread over here: https://bitcointalksearch.org/topic/the-big-vtc-vertcoin-settings-thread-416572
I hope theres not lurkers over there wondering what's going on. Best to ensure we are all on the same page as a community, especially in this critical changeover period. And also, we can never forget the wise words bestowed upon us by Vertan the great: Image(sfw)
Dude, hey Smiley Pansy from carbonite Tongue
Holy science! What the flying spaghetti monsta!  Tongue And they saidz the internetz wasn'ts a small place.. What's up buddo!  Cheesy
hero member
Activity: 600
Merit: 500
Best coin

I would not say it is the best coin, but it has capability. I always thought this replaces litecoin because litecoin failed with it's initial claim to be asic resistant and to be a gpu only coin. Seems still to be a very early stage of vertcoin? But i know that some investors sold all coins they had. Maybe this is the rebirth? Scrypt always was too power hungry but now it looks very efficient. I'll give it a try.

Edit: Is there a comparison between neoscrypt and lyra2re of the power consumption?
sr. member
Activity: 392
Merit: 250
full member
Activity: 196
Merit: 100
SS2006, welcome to p2pool.pl, node in Europe.
Pages:
Jump to: