\[solved\]Lost 743 FTC? - Need some support please \* not lost old wallet version
-
Hello
I have a FC wallet on a mac (v0.6.3.0-g3aaa7ba-beta)
I send some FTC to my other wallet on a different machine to consolidate accounts about 3 weeks ago.
The first 3 transactions for 400+ went through ok. I then send 743 to the same address and they never showed up.
The first three transactions verified, but nothing on the 743 on the receiving wallet. My FC wallet on the mac from where they were sent has not verified any of the transactions and when tries to sync up it tells me I need to upgrade to litecoin 0.8.5.1+ - I already have version v0.8.5.1-beta installed. Any suggestions?Thanks
Sean -
You can try to find your transaction using the explorer in the tools menu here.
If you enter the receiving or sending address, it shows all transactions to/from that address and the block number used for the transaction.
I’m not sure, if pending transactions are shown, but it’s worth a try.
Did I get you right, that you sent from a wallet 0.6.3-xxx to a wallet 0.8.5.x?
I wonder if the old version still can sync with the blockchain correctly, as starting 0.64. ACP was implemented and old versions of the client are more or less cut from the network.Another thing you can do:
- Go to help menu->debug-> console
- enter dumpprivkey
- use copy/paste to store the key in a safe location
- run feathercoin-qt on a different pc, or use the PC with your 0.8.5 client and there:
- Go to help menu->debug-> console
- enter importprivkey
This should give you all coins in the wallet you took the key from.
-
I tried console
I get this message{“code”:-5,“message”:“Invalid Feathercoin address”}
Could it be because the wallet is not synced?
Thanks
Sean -
No, should work without sync
did you copy the address from the ‘receive coins’ page?
There is a copy function thereAlso there is a help function in the console listing all commands and accepted parameters
-
Still no luck. I have a backup.dat but am not sure where it goes on the mac. I searched for wallet.dat but nothing showed up. Do you know what the wallet path is? I think it may be hidden
Thanks
Sean -
On a Mac?
sorry, no clue :(
on Linux: /.feathercoin
on Windows %appdata%\feathercoin