BUT if I type in the transaction ID into https://live.reddcoin.com/ it does not show.
Which would make sense, as I have not received the coins at the destination address either
I have updated to v3 now, did a debug -rescan restart of the wallet, but nothing to see…
I am not quite sure what happened to my coins now
Maybe someone can help me out here!
Thanks!!
Make a backup of your wallet. You can do that via File (menu) -> Backup wallet…
Do not skip this step. If you need help, let me know.
Exit Reddcoin Core, make sure it is closed and not running.
Open your Reddcoin data folder. This folder contains all your blockchain files.
The default folders:
Linux: ~/.reddcoin
macOS: ~/Library/Application Support/Reddcoin
Windows: %APPDATA%/Reddcoin
If you can’t find your Reddcoin data folder, try this method:
Start Reddcoin Core.
Open ‘Debug window’, via ‘Help’ -> ‘Debug window’.
↳ Screenshot
The ‘Debug window’ appears on the screen, showing the ‘Information’ tab. Click on the ‘Open’ button at the bottom to open the ‘Debug log file’.
↳ Screenshot
The debug log file will be opened. Search for the following in the file (CTRL + F) to see your data folder: Using data directory.
↳ Screenshot
In this example, the data folder is “C:\Reddcoin”.
In your data folder, you have 2 folders: blocks and chainstate.
Rename this two folders, for example, by putting old_ in front of them. blocks → old_blocks chainstate → old_chainstate
The previous step delets the blockchain data of Reddcoin, so we can start with a fresh blockchain.
You need to sync the blockchain again. To speed this process, you can use the bootstrap method. Do not start Reddcoin Core yet, and please follow the instructions here: https://wiki.reddcoin.com/Bootstrap_the_Reddcoin_Blockchain. If you need help, let me know.
Your blockchain should be fully synced again after these steps.
Let me know if this has fixed your issue.
Hello again!
So, now I have a new problem. It doesn’t show me any transactions, I must’ve received some RDD due to staking, didn’t show.
Tried transferring my RDD again, amount is gone, but it shows no transactions…
Any suggestions?
Thank you!
Yes I have received my tip. Thanks for that, I really do appreciate it.
Regarding the transactions, can you try starting with -rescan now?
(You’ve made a successful transaction, so I assume your blockchain is fully synced.)
Do you have any transactions that are stuck? As in, you’ve sent an amount, but the transaction is not executed (amount is deducted from balance, but not received by the other end, not visible on Reddsight, also 0 confirmations in transaction details, and a question mark in the transaction list).
If the -reindex doesn’t work, I can always contact the Reddcoin developers in a more direct way and ask for their help (and the questions above come in handy in that case).
I am using the latest version and I did start the program with ‘-reindex’ (used the bootstrap again, as well), but no betterment.
Thankfully, I do not have any stuck transactions, those two that I did yesterday went out, but it is not being shown as a transaction in my wallet. Very strange.
can they provide an address? or better still the debug.log
Could you send me your debug.log file? You can find this file in your Reddcoin data folder, the same folder where the blocks and chainstate folders are from a previous step.
I’ll send you a PM with my mail address, so you can send the file to me via mail.
The debug.log is safe to send, it doesn’t contain anything that will expose/endager your coins. You can off course check the contents of the files before sending it to me.
The debug.log does not have any information or errors that indicate a problem sending a transaction.
Reading through the forum it seems like the transactions worked…
Just not displaying in the transaction list.
In this case the other startup option to use is -zapwallettxes
-zapwallettxes= Delete all wallet transactions and only recover those parts of the blockchain through -rescan on startup
(1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data)
Please do the following:
Make a backup of your wallet. You can do that via File (menu) -> Backup wallet…
Do not skip this step. If you need help, let me know.
Start Reddcoin Core with -zapwallettxes=1 (in the same way you did previously with -rescan).