Author

Topic: Having somes troubles with wallet QT! (Read 212 times)

legendary
Activity: 1624
Merit: 2481
August 06, 2018, 05:53:53 AM
#9
Cos in a first time, they did'nt appears in receinving address, and with a block explorer I get back sucessfully my mining address!
So I import my old adress sucessfully!

But now my coins appears in read only mode, so I'll try to import private key address, but an error occured like 'invalid private key format"

If you have imported an address from visiting a blockchain explorer, you have created a watch-only wallet.
You basically added this specific public address on a 'watch'-list inside your wallet.

You will not be able to spend funds associated to this address without the corresponding private key.



On somes other forum, they explained that this error is due to a new wallet core and new private key format!
So how to convert private key to the new format?

If the string you have tried to import into the private key field did start with a 1.., 3.. or bc1.. it was an address, NOT the private key.
In this case you can not convert anything since this is not a format issue.

You need the private key to be able to access the funds.
legendary
Activity: 1876
Merit: 3132
August 05, 2018, 10:54:49 AM
#8
But now my coins appears in read only mode, so I'll try to import private key address, but an error occured like 'invalid private key format"

On somes other forum, they explained that this error is due to a new wallet core and new private key format!

So how to convert private key to the new format?

Try importing your private keys to Electrum. You won't have to download anything beside the client.

By the way, are you talking about this wallet? If so, then you have to download Bitcoin Core (full node) or Electrum which I mentioned above. Crown Core is not a Bitcoin wallet which is why you are unable to import your private key.
newbie
Activity: 31
Merit: 0
August 05, 2018, 09:44:37 AM
#7
thank's for your answers!

I've get back my mining transaction sucessfully, they  appears correctly in receiving address!
Cos in a first time, they did'nt appears in receinving address, and with a block explorer I get back sucessfully my mining address!
So I import my old adress sucessfully!

But now my coins appears in read only mode, so I'll try to import private key address, but an error occured like 'invalid private key format"

On somes other forum, they explained that this error is due to a new wallet core and new private key format!

So how to convert private key to the new format?

the wallet what I mean is the lastest Crown core!

thank's!
member
Activity: 294
Merit: 10
July 17, 2018, 12:57:11 AM
#6
What's the point with the old transactions? Could you explain what they are and why do you want to resend them? There should be no need for this.
hero member
Activity: 1232
Merit: 738
Mixing reinvented for your privacy | chipmixer.com
July 10, 2018, 07:58:12 PM
#5
My question is how to resend old transactions?,cos  they seems to old to be resend, untill I Fully synced up and -rescan -reindex -addressindex (all command line)
So? How to resend old transactions? Is there in cache.dat file?
why do you need to resend your old transactions?
if this is a mining transaction and not confirmed yet then most likely it will be orphaned
anyway, if you can run your wallet you will have unconfirmed transaction in your wallet mempool
find the txid in your mempool, get its rawtx and push it to any node (eg. btc.com) to (re)broadcast it

I'll try everithing I know, In the dump wallet file there is entries with privkey and an address.
if the rebroadcast didn't work for whatever reasons, such as invalid utxo, conflicting inputs or etc
you can first check your addresses balance on web blockchain explorer to make sure what you have
then if you still have some balance, you can import your private keys to Electrum
and make a new transaction from Electrum without downlading the full blockchain
legendary
Activity: 1624
Merit: 2481
July 10, 2018, 09:39:49 AM
#4
My question is how to resend old transactions?,cos  they seems to old to be resend, untill I Fully synced up and -rescan -reindex -addressindex (all command line)

Did you check these transactions on a blockexplorer whether they have been confirmed / do not exist ?
Because, if they havn't been confirmed in 2014/2015 chances are very high these inputs already have been used in another transaction.



I'll try everithing I know, In the dump wallet file there is entries with privkey and an address.

The best thing would be to check the addresses for a balance on a block explorer.
To redeem your coins, download electrum, import the private keys and create a transactions. This procedure takes less than 3 minutes. Way faster than waiting for core to be fully synced.
legendary
Activity: 1946
Merit: 1427
July 10, 2018, 08:09:06 AM
#3
First, I found my Old HDD and on this, there somes coins since 2014/2015.
Generally I made somes saves on Hard disk and store it In a safely way (disconnect)

My question is how to resend old transactions?,cos  they seems to old to be resend, untill I Fully synced up and -rescan -reindex -addressindex (all command line)

I'll try everithing I know, In the dump wallet file there is entries with privkey and an address.

I'm talking about mining transaction, cos I've Antminer SHA (running good) and Asic script. Sometimes I mine witth GPU.

So? How to resend old transactions? Is there in cache.dat file?

If I understand good, orphan tx are stored in a special file and setup standard at 100Mo?




Quote
Orphaned transactions are returned to the memory pool, they are never "lost". If the TX did cease to exist from the mempools, it would just be as if they has never been sent, so again they wouldn't be lost.
https://bitcoin.stackexchange.com/questions/13987/what-happens-when-you-send-a-transaction-that-ends-up-in-an-orphaned-block-is-i

This means your transaction basically never got confirmed. After your wallet is fully synced you should (?) be able to simply rebroadcast it, as jack already mentioned? If not, you can then just make a new transaction, assuming you still hold all the keys, which you said you did.


The easiest/fastest way however to get access to your bitcoins would probably be to import all your keys into a SPV wallet like Electrum, and make the transaction to your other wallet from there. This way you don't have to wait for your wallet to completely sync.

copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
July 10, 2018, 07:37:16 AM
#2
Are you sure it's unconfirmed or has the wallet just not synced yet?

What addresses are these transactions related to, also, can you not just right click the transaction and hit rebroadcast (I can't test it myself as I'm still a year and a half to go on my blockchain download).
newbie
Activity: 31
Merit: 0
July 10, 2018, 07:29:35 AM
#1
First, I found my Old HDD and on this, there somes coins since 2014/2015.
Generally I made somes saves on Hard disk and store it In a safely way (disconnect)

My question is how to resend old transactions?,cos  they seems to old to be resend, untill I Fully synced up and -rescan -reindex -addressindex (all command line)

I'll try everithing I know, In the dump wallet file there is entries with privkey and an address.

I'm talking about mining transaction, cos I've Antminer SHA (running good) and Asic script. Sometimes I mine witth GPU.

So? How to resend old transactions? Is there in cache.dat file?

If I understand good, orphan tx are stored in a special file and setup standard at 100Mo?


Jump to: