[00:15:04] @salmonskinroll were you able to run the script succesfully before my patches merge or did u never try? [00:26:12] the old DAO? [00:26:45] i can't quite remember. i don't think i could run it successfully before either [00:26:52] and it's still failing even now [00:26:54] @aguycalled [00:27:11] ok yes im trying to fix it [00:33:15] i think im done with multiple verifycahin checks but stopping nodes and creating network splits still need some work. initially it probably won't be checking the statehashes in each network but only check it when they're all connected back into 1 network again. we'll see [00:35:55] for verifychain checks do you think it'll need to be randomized? im thinking just make it simple and do a check every 4-5 stressing cycles (120 sec right now) etc. [01:08:25] i think something like if (random%5)==1 for example [01:53:48] Sure thing [20:05:11] simply stopping and restarting nodes seem to be a lot harder than i thought lol