01:02:00 testtest 02:21:11 failfail 05:53:16 wow, swings today eh? 07:16:29 .usd 17:08:58 Cheap moneros today 17:09:06 Anyone picking some up? 17:18:26 Yep 17:58:56 yessir 17:59:01 Scooping up all I can :) 21:48:34 hello 21:55:38 for 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) 22:04:18 Then 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. 22:04:58 Wait. Actually... 12 and 12, sounds like you broke something else than that actually. A v12 block should be ok for the v12 fork. 22:06:16 yep this is strange 22:08:35 Check for off by ones and s/>=/>/ and the like I guess. 22:09:05 And check the error message really prints the actual/expoected and not the same twice. 22:09:12 http://paste.debian.net/1134854/ 22:09:18 all output 22:10:47 i insert on cryptonote_basic.h major_version = 12; 22:11:04 on genesis 0c..... 22:11:41 on hardforks.cpp 12, 0, 0, 1583095587 22:12:07 maybe there is hardcoded timestamp somewhere? 22:21:38 moneromooo i didnt understand what u mean by "Check for off by ones and s/>=/>/ and the like I guess." 22:23:03 Well, that's the typical bugs if you get an error like "expected X, got X". 22:23:19 With matching Xs I mean. 22:23:37 And printing the same value twice :) I did it before. 22:25:29 u believe that i need to change other files too 22:36:01 moneromooo in which direction i must go 22:42:32 Check the line that tests for this error. For all the variables used in this test, check how it's set. Recurse. 22:44:20 i must start from the first error src/cryptonote_basic/cryptonote_format_utils.cpp:204 22:45:28 if i start from version 1 i have no errors 23:05:10 moneromooo are u here 23:12:44 maybe i need 0c on cryptonote_basic?? 23:31:17 moneromooo?