Wallet Update
We have released a build update to the B3 wallet, it is now mandatory for everyone who is either on 3.0.0.4 or below, or is having problems syncing 3.1.1.1, to move to
https://github.com/B3-Coin/B3-CoinV2/releases/tag/v3.1.1.2 Changelog:v3.1.1.2
DNS seeds have been updated
Default maxconnections bumped to 70
MAX_OUTBOUND_CONNECTIONS bumped to 16
Release NotesWe spun up new seed nodes to help with the connectivity issues.
Going forward, we hope that no edits in the b3coin.conf should be required, and any wallet will be able to find peers automatically.
In the meantime, we kindly ask you to remove any connect= and addnode= lines from your b3coin.conf and delete your peers.dat file to alleviate the load from the seed nodes, and to actually make your wallet able to connect to other peers through the DHT.
Instructions Also found at:
https://github.com/B3-Coin/B3-CoinV2/wiki/How-To:-Upgrade-your-B3-walletdatadir location
Windows: %appdata%\B3-CoinV2\
Mac: ~/Library/Application Support/B3-CoinV2
Linux: ~/.B3-CoinV2/
0. Close your old wallet
1. Backup your wallet
Copy $datadir/wallet.dat to a safe location
2. Edit your b3coin.conf
Make sure that your $datadir/b3coin.conf has no connect= or addnode= lines on it
3. Delete old files
Delete the $datadir/peers.dat file
[Optional] if you want to do a full resync, delete $datadir/database, $datadir/txleveldb, and $datadir/blk0001.dat as well
4. Launch your new wallet
For FN Owners
Please ensure you run fundamentalnode start to start your FN after wallet syncs
FAQ Also found at:
https://github.com/B3-Coin/B3-CoinV2/wiki/FAQ Why does my wallet show "out of sync" when I have peers/connections?
The wallet when it loads always shows "out of sync". If there are no new blocks, then it will stay in this state regardless of number of connections until a new block is found. Check B3 Block Explorer to validate the next block and after you see it -- your wallet should go to sync. Link:
https://chainz.cryptoid.info/b3/Ok I might have an issue with my wallets.
I followed these instructions, but I didn't do a full resync. I just deleted my peers.dat files and removed all connect/addnodes entries in my .conf file. My wallets are synced, but comparing the block heights from my wallets to that on blockchain explorer, my wallets are lagging by about 200 blocks. I'm definitley running 3.1.1.2. I have 2 fundamental master nodes and 1 staking wallet, according to blockchain explorer my nodes received some payments this morning, but these are not showing up on my node wallets' list of transactions. Am I on the wrong fork or is blockchain explorer the one messed up?