[11:23:47] @aguycalled I've updated all the ico and png files that had the old logo in patch-13 [11:24:00] But when I build, I still see the old logo for the app, any ideas why? [11:31:54] NVM, I think it was just cached on my machine, I see it updated now 😄 [11:32:48] I'll also be updating the OSX icns with the help of @lordhace [13:28:35] 👍 [18:01:53] @aguycalled I feel crazy, I was talking to myself here: https://github.com/LedgerHQ/ledger-app-btc/issues/113 [19:05:02] haha closing ur own issues 😉 [20:22:43] Lol, yeah. [20:22:56] Asking the question [20:23:00] Debugging it [20:23:08] Then answering the question [20:23:11] Then closing [20:23:17] Hahaha [20:38:33] @aguycalled @caffeine , well I finally got that sync issue to pop up [20:38:44] blocks stoped on block 2762326 [20:39:07] that pesky block [20:39:12] Yep [20:39:18] Weird thing though [20:39:43] No weird logs [20:40:04] just silently quits? [20:40:33] Just this: 2019-05-20 09:37:33 UpdateTip: new best=d861941983abcf3620ec9a810e99b21d7fed83cb682047001dff58f84ddd8042 height=2762325 version=0x7111e1ff log2_work=72.788966 tx=5803576 date='2019-01-05 06:38:24' progress=0.64912 1 cache=34.5MiB(99435tx) 2019-05-20 09:37:33 UpdateTip: new best=6f0c83a1f66c3f82f544b2158396b40854d038499b20312db367ac523f6d0601 height=2762326 version=0x7111e1ff log2_work=72.788967 tx=5803578 [20:40:33] date='2019-01-05 06:39:28' progress=0.64912 2 cache=34.5MiB(99438tx) 2019-05-20 09:37:40 ERROR: AcceptBlockHeader: block e5e9e23e134e4bd4b4a88542b4fd771373a6c6420eb3a48a7145dd5c2e1b5692 is marked invalid 2019-05-20 09:37:40 ERROR: invalid header received [20:40:43] Logs all the blocks [20:40:51] Up until 2762326 [20:40:56] Then, silence [20:41:10] After 3 seconds it sayed that block e5e9e23e134e4bd4b4a88542b4fd771373a6c6420eb3a48a7145dd5c2e1b5692 is invalid [20:41:11] LOL [20:41:18] Just went looney [20:41:33] you need to have an entry where it says why e5e9e23e134e4bd4b4a88542b4fd771373a6c6420eb3a48a7145dd5c2e1b5692is invalid [20:41:43] prob cfund db related if u ask me [20:41:56] The node never crashed though [20:42:02] It's still running [20:42:22] I'll test with that patch node from you cfund PR [20:42:27] or nah [20:42:29] e5e9e23e134e4bd4b4a88542b4fd771373a6c6420eb3a48a7145dd5c2e1b5692is [20:42:33] is not a valid block [20:42:40] is from some fork from old version nodes [20:43:07] not existent in explorers [20:43:08] Ok, so why does it not sync block 2762327 ? [20:43:16] do you still have peers? [20:43:22] or are u just reindexing? [20:43:40] That's just re-index [20:43:48] I already have all blocks up to latest [20:43:56] Just stoped re-index after 2762326 [20:45:10] Well, it also has peers [20:46:00] But all the peers have: "synced_headers": -1, "synced_blocks": -1, [20:46:06] Every single one [20:46:14] Even my localhost peer [20:46:41] prob it waits until the boot finishes to get that from peers [20:47:53] if (fReindex) { int nFile = 0; while (true) { CDiskBlockPos pos(nFile, 0); if (!boost::filesystem::exists(GetBlockPosFilename(pos, "blk"))) break; // No block files left to reindex FILE *file = OpenBlockFile(pos, true); if (!file) break; // This error is logged in OpenBlockFile LogPrintf("Reindexing block file [20:47:54] blk%05u.dat...\n", (unsigned int)nFile); LoadExternalBlockFile(chainparams, file, &pos); nFile++; } pblocktree->WriteReindexing(false); fReindex = false; LogPrintf("Reindexing finished\n"); // To avoid ending up in a situation without genesis block, re-try initializing (no-op if reindexing worked): InitBlockIndex(chainparams); } [20:48:13] so the loop can break if there's a problem reading from disk [20:48:31] but it's not showing "reindex finished" so i guess it does not get out of the loop [20:51:32] @aguycalled 2019-05-19 19:17:11 Reindexing finished [20:51:35] It finished [20:51:51] yesterday [20:52:01] No, that's what it does [20:52:05] When running reindex [20:52:15] That part finishes in a few minutes [20:53:30] Then the blocks continue to UpdateTip: [20:54:20] I can send full log [20:55:33] ok [20:55:41] dont entirely understand what yall are saying :D looking forwards though to you hopefully understanding whats going on [20:57:25] @caffeine I'm clueless too ;D [21:07:27] @aguycalled log is 714MB compressed it in gz container, 163MB sending via google drive now 😄 [21:09:07] 👍 [21:09:18] will have a look tomorrow [21:10:07] This was a hard one to replicate, lol [21:11:25] @caffeine I guess 3rd time was the charm 😄 [21:12:35] thats amazing you did. ...do you know how you did? was it random hard-quitting like you were talking about? [21:13:33] no [21:13:46] I just did a fresh bootstrap [21:13:53] Then shutdown node [21:14:01] Then ran node with these: navcoind -datadir=.navcoin-indexed -txindex=1 -addressindex=1 -spendindex=1 -timestampindex -reindex -bind=0.0.0.0:44441 [21:14:37] Then waited until it reached block 2762326 [21:14:42] 🤣 [21:19:36] so why was it working before? i dont get it 🤷 [21:21:00] in other news i just searched thru 24709815648 keys to finally find a 'Ncoffee' address 😬 took like twenty hours with vanitygen-nav edition 🤓 [21:40:45] Nice! [21:40:57] What GPU were you using for it? [21:41:32] Took longer than I did to find NXxXXxXxBquJp8692hW2rrFwi55nFsrxdd [21:41:53] I see, you did lowercase sensitive? [21:42:00] Yeah, that would take longer to find [21:43:04] @caffeine lets move this topic to #staking [22:02:06] @aguycalled looks like the cfunddb node that I was running with the CRON killing it abruptly died [22:02:11] I send the debug.log over [22:26:02] @prole you have a second to check these: https://github.com/navcoin/navcoin-core/pull/492 https://github.com/navcoin/navcoin-core/pull/493 [22:26:18] They are minor changes that I think can be merged 😄 [22:33:03] looks fine to me [22:33:10] travis is still timing out on the tests though [22:33:20] keeps hitting the 50min max run time [22:35:57] approved and merged. didnt compile the PR's but i dont think its necessary [22:36:04] i assume you tested it and it displays correctly? [22:36:24] i assume you tested it and it displays correctly? [22:37:59] yes, I tested the .ico and .png changes [22:38:14] But the MAC .icns I could not test (I don't have a MAC) [22:38:34] The icon looks nice! [22:49:51] @prole I just build master branch [22:50:02] This is what the wallet looks like on linux [22:50:15] I mean the icons, not the wallet [22:50:15] https://cdn.discordapp.com/attachments/416000318149754881/580165417042051082/Screenshot_from_2019-05-21_06-45-53.png [22:50:23] Very NEAT looking