-
UkoeHB_testtest
-
cannon-c[m]failfail
-
dusowow, swings today eh?
-
Adriel.usd
-
bigslim[m]Cheap moneros today
-
bigslim[m]Anyone picking some up?
-
mmxxx[m]Yep
-
fort3hlulzyessir
-
fort3hlulzScooping up all I can :)
-
newyeardayhello
-
newyeardayfor new chain i change everything needed ,hardforks.cpp,cryptonote_basic major_version,genesis version but still there is error "src/cryptonote_core/blockchain.cpp:3728 has old version: 12 (current: 12)
-
moneromoooThen you must have missed something. Check the line that tests for this error. For all the variables used in this test, check how it's set. Recurse.
-
moneromoooWait. Actually... 12 and 12, sounds like you broke something else than that actually. A v12 block should be ok for the v12 fork.
-
newyeardayyep this is strange
-
moneromoooCheck for off by ones and s/>=/>/ and the like I guess.
-
moneromoooAnd check the error message really prints the actual/expoected and not the same twice.
-
newyearday
-
newyeardayall output
-
newyeardayi insert on cryptonote_basic.h major_version = 12;
-
newyeardayon genesis 0c.....
-
newyeardayon hardforks.cpp 12, 0, 0, 1583095587
-
newyeardaymaybe there is hardcoded timestamp somewhere?
-
newyeardaymoneromooo i didnt understand what u mean by "Check for off by ones and s/>=/>/ and the like I guess."
-
moneromoooWell, that's the typical bugs if you get an error like "expected X, got X".
-
moneromoooWith matching Xs I mean.
-
moneromoooAnd printing the same value twice :) I did it before.
-
newyeardayu believe that i need to change other files too
-
newyeardaymoneromooo in which direction i must go
-
moneromoooCheck the line that tests for this error. For all the variables used in this test, check how it's set. Recurse.
-
newyeardayi must start from the first error src/cryptonote_basic/cryptonote_format_utils.cpp:204
-
newyeardayif i start from version 1 i have no errors
-
newyeardaymoneromooo are u here
-
newyeardaymaybe i need 0c on cryptonote_basic??
-
newyeardaymoneromooo?