Windows
This is Guide to how to connect most right chain in windows wallet
1. Backup your wallet.dat and masternode.conf (if you run one)
2. Delete everything in \Users\yourusername\AppData\Roaming\TuneCore except wallet.dat, masternode.conf (You can use "cd %appdata%/tunecore at cmd)
3. Download the latest wallet from https://github.com/tune-crypto/tune/releases/tag/v0.12.1.8
4. Download the Snapshot from : http://www.tunecrypto.io/tunecrypto-snapshot-233010.rar
5. Extract and copy the /blocks directory in \Users\yourusername\AppData\Roaming\TuneCore\
6. Final check : There shuld be only 2 files, and 1 folder in \Users\yourusername\AppData\Roaming\TuneCore wallet.dat masternode.conf blocks (folder)
7. Start the wallet and let it run (it takes 5-10 min by loading the blockchain)
8. You back on the right chain.
Linux
This is Guide to how to connect most right chain in linux
Be careful : check twice where you are : before rm -r *
~ can be differ where you get the wallet or compiled
cd ~
wget https://github.com/tune-crypto/tune/releases/download/v0.12.1.8/tune-linux.zip
unzip tune-linux.zip
~/tune-cli stop
cd ~/.tunecore
cp wallet.dat ../wallet.dat.backup
cp masternode.conf ../masternode.conf.backup
rm -r *
cp ../masternode.conf.backup ./masternode.conf
cp ../wallet.dat.backup ./wallet.dat
wget www.tunecrypto.io/tunecrypto-snapshot-23340-linux.zip
unzip tunecrypto-snapshot-23340-linux.zip
~/tuned -daemon
after some minutes, check block height by
~/tune-cli getinfo
Maybe send these instructions to the exchanges too, as they are all probably on the wrong chain?
Because withdrawal txid of one of the exchanges gives "Can't find transaction" in the Tune block explorer https://altmix.org/coins/31-TUNE
stocks.exchange seems to be on the right chain cause their txid appears in the altmix.org block explorer, that is IF the block explorer is on the right chain.
txid shows valid transaction in the block explorer, pointing to my wallet, but coins never arrive (1 day ago).
Fyi, only used latest 0.12.8.1 wallet (never an older wallet), reindexed three times, deleted all files except wallet and conf's three times, still 0 coins in my wallet after 4 withdrawals.