Hei
I tried something and broke my client. Wallet.dat is saved, no need to worry, but i don't know how to help myself.
I try to describe what I did. System is ubuntu 32 (linux mint)
1.) I made the experiment to prune my blockchain.
2.) for this I made a copy of my datadir --> datadir2. Also I changed the bitcoin.conf in home/.bitcoin and my datadir2 so that it lead to datadir = datadir2.
3.) starting with prune=1000 in the .conf-files in both directories. Nothing happened at first. After playing with my addnodes, I realized that it still uses the old datadir to get instructions. So I instructed the .conf in the old datadir to use datadir2 and enabled pruning.
4.) it worked. But unfortunately it pruned not datadir2 but the old datadir, that had now the size of 2 mb
5.) because it was just a test and I still want to use the whole blockchain (to import priv keys) I copied all in datadir2 back to datadir1
6.) after it when I start bitcoin with my nohup ./bitcoin-qt & command it shows "loading block index" and than stopps. No message, bitcoin just shuts down.
I tried several things. Tried to start the old version - it didn't work - tried to start it with a new .bitcoin directory with just my wallet.dat inside - everytime the same.
Someone has a clue what I can do?
My assumption is that some index-files in home/.bitcoin have been changed.
Worst case would be to completely kill the software, and install it and download the blockchain again. But I don't know how to do -- just delete everything and reboot?
Thanks for help
I tried something and broke my client. Wallet.dat is saved, no need to worry, but i don't know how to help myself.
I try to describe what I did. System is ubuntu 32 (linux mint)
1.) I made the experiment to prune my blockchain.
2.) for this I made a copy of my datadir --> datadir2. Also I changed the bitcoin.conf in home/.bitcoin and my datadir2 so that it lead to datadir = datadir2.
3.) starting with prune=1000 in the .conf-files in both directories. Nothing happened at first. After playing with my addnodes, I realized that it still uses the old datadir to get instructions. So I instructed the .conf in the old datadir to use datadir2 and enabled pruning.
4.) it worked. But unfortunately it pruned not datadir2 but the old datadir, that had now the size of 2 mb
5.) because it was just a test and I still want to use the whole blockchain (to import priv keys) I copied all in datadir2 back to datadir1
6.) after it when I start bitcoin with my nohup ./bitcoin-qt & command it shows "loading block index" and than stopps. No message, bitcoin just shuts down.
I tried several things. Tried to start the old version - it didn't work - tried to start it with a new .bitcoin directory with just my wallet.dat inside - everytime the same.
Someone has a clue what I can do?
My assumption is that some index-files in home/.bitcoin have been changed.
Worst case would be to completely kill the software, and install it and download the blockchain again. But I don't know how to do -- just delete everything and reboot?
Thanks for help