Post
Topic
Board Announcements (Altcoins)
Re: Slimcoin | First Proof of Burn currency | Decentralized Web
by
gavrilo77
on 25/11/2020, 10:48:18 UTC

i did it - there is no error in v6 with 3 privkeys imported from v5
but balance - 5342, net burnt coins - 13324, effective burnt coins - 5856 instead of old wallet - 16758, 19804, 7819 respectively
and the same shit in v5 new wallet with these privkeys !
wtf ?

Try with the fresh snapshot I've published above, if not just delete all except slimcoin.conf and wallet.dat in your .slimcoin folder and re-sync the whole blockchain again. To avoid deleting something that shouldn't be deleted you can just rename your .slimcoin folder and restart slimcoin-qt.

1. which version of wallet do you mean ?
2. i want to try all possible variants, but on linux
could someone help me with compiling both v5 & v6 versions ? with step-by-step instructions

On this link you have 0.6 and 0.5 https://github.com/slimcoin-project/Slimcoin/releases/

Compiling of 0.5 (i compiled it successfully). I dont know if it is the same for 0.6:

sudo apt-get install git build-essential libssl-dev libdb5.3++-dev libminiupnpc-dev libboost-all-dev qt5-qmake libqt5gui5 qt5-default qtdeclarative5-dev qttools5-dev-tools libqt5dbus5
cd Slimcoin
cd src
make -f makefile.unix