[01:07:42] i've merged #622 in master [04:07:58] @aguycalIed I've deployed latest master to all my nodes (mainnet and testnet) [04:08:27] I'm about to run some syncs from genesis block testing [04:09:14] I'll just follow your guys lead on https://github.com/navcoin/navcoin-core/issues/627 [05:03:16] what's the difference between reindex and resync? [05:20:17] @salmonskinroll resync would be starting a new node with no datadir [05:20:38] reindex is recreating the index based on blocks that are already in the datadir [05:21:07] Usually a reindex is necesary if you change the index flags [05:21:28] Let's say you started a node with -txindex=1 [05:22:06] But later you decided you also needed -addressindex=1 [05:22:47] Since you don't have addressindex for the old blocks on disk, you will need to start the node with -reindex=1 so that it created the missing index for addresses [05:44:54] I see. Thank you for the explanation. [07:09:13] @aguycalled for PR 622, I see that you moved the check for cold-staking block to finalized transactions. is there a way for me to test that it's properly checking no early cold-staking? [08:58:00] broadcasting a tx which sends to a cold staking address before its active (block 300 devnet) [11:40:51] @aguycalIed I have build of master @ 37fa72e386ad3daff58b92ed7dda1a9b0676a43b [11:41:02] That fails to start with navcoind -testnet=1 [11:41:23] Error: Incorrect or no genesis block found. Wrong datadir for network? [11:42:29] debug.log: 2019-11-19 10:39:04 Checking all blk files are present... 2019-11-19 10:39:04 LoadBlockIndexDB: transaction index disabled 2019-11-19 10:39:04 LoadBlockIndexDB: address index disabled 2019-11-19 10:39:04 LoadBlockIndexDB: timestamp index disabled 2019-11-19 10:39:04 LoadBlockIndexDB: spent index disabled 2019-11-19 10:39:04 LoadBlockIndexDB: hashBestChain=0000a2ed763c6efc24bbb3ac8d9f1ab9e8f1e7100d5221ad80815cd7b369dc2c [11:42:29] height=0 date=2018-12-20 21:28:32 progress=0.000000 2019-11-19 10:39:04 Error: Incorrect or no genesis block found. Wrong datadir for network? 2019-11-19 10:39:04 scheduler thread interrupt 2019-11-19 10:39:04 Shutdown: In progress... 2019-11-19 10:39:04 StopNode() 2019-11-19 10:39:04 Shutdown: done [11:43:41] @aguycalIed NVM my last set of questions/info [11:44:12] Aparently my block files in the datadir were from old testnet (Which had a different genesis block) [11:44:13] 😄 [22:02:26] i've opened a pr to add support for nav in electrumx [22:02:26] https://github.com/kyuupichan/electrumx/pull/926 [23:14:24] @aguycalled for 633 the second seeder, does it exist to help find other nodes? who is hosting the seeder? mxaddict mentioned that the first seeder is offline? [23:14:49] im hosting both [23:14:56] yes it helps to find other nodes [23:15:09] ive seen his comment but havent been able to look at it yet [23:15:27] got it. [23:16:22] it must be the dns config [23:16:45] how do i know if the seeder is working using a new client? [23:17:00] it should find peers very quickly [23:17:15] ok [23:36:47] *** Joins: aguycalled (~user@unaffiliated/aguycalled) [23:36:48] *** Server sets mode: +cnt [23:39:57] *** Quits: navcoin-bot (~navcoin-b@nav.community) (Ping timeout: 240 seconds) [23:40:40] *** navcoin-bot1 is now known as navcoin-bot