Flodner, it appears that you are on the wrong chain, since we are (time of writing) already past 382420.
I suggest you resync (with bootstrap file to speed it up and the latest wallet).
Ok, thanks, will try it
I'm not very technical person, and I was waiting for new wallet update (which I hoped will solve this case) but 3 weeks or more passed, so I would better try to fix it and will continue staking and earning some MAG
Hello! You can use my resync guide from discord.
MAGNET sync guide ===========================================
In this giude I use right MAGNET blockchain from 26.09.2018 after conflict-blocks which cause split
of blockchain.
Here is how to do it:
1. For PC/MAC:
- close the local magnet wallet
- Open Magnet folder (or other folder, in which You have wallet.dat of magnet) and delete every file and
folder except: 'backups' folder, wallet.dat file, magnet.conf, masternode.conf, smsg.ini
- Open file magnet.conf for edit, delete every line with 'addnode=' , after go to official magnetwork.io
page and copy all fresh 'addnode=' lines to magnet.conf, save magnet.conf, close it
- !!! IF YOU USE 1.4.2 VERSION OF MAGNET WALLET OR EARLIER, YOU SHOULD DOWNLOAD NEWEST 1.4.3 VERSION FIRST
AND TO REPLACE AN OLD MAGNET EXECUTABLE FILE WITH NEW 1.4.3 ONE FROM DOWNLOADED ARCHIVE
- Open Magnet folder (or other folder, in which You have wallet.dat of magnet) and put there archive
(compressed with 7zip) with magnet blockchain:
https://rocld.com/m8t0w , after unpack it in the same
folder with wallet.dat , resulting You should have in folder: blk0001.dat and 'txleveldb' folder
- open local magnet wallet and wait until full blockchain sync
- Go to 'debug' window and sequentially do these commands, line by line:
scanforalltxns
repairwallet
- close local wallet and open it again
- All done, now You have fully repaired and synchronized wallet on right chain
*Feel free to 'like' me with MAGs if You liked it: MZnpQy7EeejyyuqUed25wrdDqJg91Qdwhb
2. For masternode VPS:
- stop magnetd daemon (./magnetd stop)
- Go to magnet folder (or other folder, in which You have wallet.dat of magnet) and delete every file and
folder except: 'backups' folder, wallet.dat file, magnet.conf file, smsg.ini file
- Open file magnet.conf for edit (i.e. nano /root/.magnet/magnet.conf), delete every line with 'addnode=' ,
after go to official magnetwork.io page and copy all fresh 'addnode=' lines to magnet.conf, save magnet.conf,
close it
- !!! IF YOU USE 1.4.2 VERSION OF magnetd DAEMON OR EARLIER, YOU SHOULD DOWNLOAD NEWEST 1.4.3 VERSION FIRST
AND TO REPLACE AN OLD ONE magnetd WITH NEW 1.4.3 ONE FROM DOWNLOADED
ARCHIVE: wget
https://github.com/temp69/magInstall/releases/download/1/magnet_wallets.tar.gz- In magnet folder do this command (one-line):
apt -y install p7zip && wget
https://rocld.com/m8t0w && mv m8t0w bs.7z && p7zip -d bs.7z && apt -y purge p7zip
As a result magnet folder should have: blk0001.dat file and 'txleveldb' folder
- start magnetd again (./magnetd) , wait some minutes , You can control synchronization process by this
command: ./magnetd getinfo | grep blocks
and to see when it reaches current block height, which You can find at explorer2.magnetwork.io
- now start masternode from local controller wallet (PC/MAC) (masternode start-many from debug-window)
- All done, Your masternode is fully synchronized on right blockchain
*Feel free to 'like' me with MAGs if You liked it: MZnpQy7EeejyyuqUed25wrdDqJg91Qdwhb
======================================================
Hope this will help!