Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: cyberclub on August 27, 2018, 10:32:54 PM



Title: HELP : insight_bitcoin_tx_78ef
Post by: cyberclub on August 27, 2018, 10:32:54 PM
Hello All Friends

I have some old files in JSON format beginning by : insight_bitcoin_tx_78ef....

Can you pls explain me What can be this files?

Thanks for your time


Title: Re: HELP : insight_bitcoin_tx_78ef
Post by: HCP on August 28, 2018, 01:01:32 AM
Looks like they could be a decoded bitcoin transaction reference... You could try and copy/paste th "78ef....." bit into a blockexplorer and see if it displays a transaction. It certainly doesn't look like a private key... and the "tx" part would indicate that it was a transaction.

"Insight" is a Bitcoin blockchain API (https://insight.is/) usually used for blockexplorers like this: https://insight.bitpay.com/

Did you ever try and install it from here (https://github.com/bitpay/insight)? Or possibly you've simply verified a transaction and then saved it?


Title: Re: HELP : insight_bitcoin_tx_78ef
Post by: cyberclub on August 28, 2018, 11:23:22 PM
Thanks for your reply

I have recover my hard drive and i have this JSON file this repertory :

C:\Program Files\Electrum\trezorlib\tests\txcache

is it a last bitcoin transaction, i remember to have done some BTC purchase last few years but i am not able to recovery my coins, can you inform me about this? how can i do ?

Franck



Title: Re: HELP : insight_bitcoin_tx_78ef
Post by: nc50lc on August 29, 2018, 06:39:27 AM
I have recover my hard drive and i have this JSON file this repertory :

C:\Program Files\Electrum\trezorlib\tests\txcache

is it a last bitcoin transaction, i remember to have done some BTC purchase last few years but i am not able to recovery my coins, can you inform me about this? how can i do ?
That's just a cache of a transaction which has no (recovery-related) information.
Just the raw tx or hex format of it depending on the client.

Like for example based on your given example (insight_bitcoin_tx_78ef....):
insight_bitcoin_tx_f782432c15e7656dd8c5b3f3832273f2a116ef374222373f6bbb59a63753d3d6.json

The underlined part is the transaction id of the particular cache.


Title: Re: HELP : insight_bitcoin_tx_78ef
Post by: cyberclub on August 29, 2018, 06:59:02 AM
Hello Friend

Thanks for your reply of my question about the " insight_bitcoin.." file.

also it is a BTC transaction or not? i mean i can recover my BTC or not ?

Thanks for your time


Title: Re: HELP : insight_bitcoin_tx_78ef
Post by: nc50lc on August 29, 2018, 07:10:53 AM
also it is a BTC transaction or not?
Yes it is, "insight_bitcoin_tx_78ef...." is for bitcoin transactions.
Copy the characters between "tx_" and ".json" (just like the underlined part above) and paste in on any blockexplorers (http://blockchain.com/explorer) to view that particular tx's information like inputs, outputs and the amount of Bitcoins transacted.

Quote from: cyberclub
i mean i can recover my BTC or not ?
No, using that cache, you can't.

Since you're using Electrum on Windows, try to look for the wallet files inside the electrum data folder:
C:\Users\(Your Username)\AppData\Roaming\Electrum\wallets [Hidden by default]

But I highly doubt it since yours is more likely connected to a hardware wallet (trezor).
I can't help you any further.


Title: Re: HELP : insight_bitcoin_tx_78ef
Post by: bob123 on August 29, 2018, 08:55:34 AM
Thanks for your reply of my question about the " insight_bitcoin.." file.
also it is a BTC transaction or not?

This file seems to contain transaction information. But it is not a 'transaction you can redeem'.
To gain access to the BTC, you need access to the private keys associated to the address.



i mean i can recover my BTC or not ?

You might start off with explaining what happened.

Which OS are you using ?
Which wallet are/were you using ?
How did you lose access to your coins / What happened ?
Do you have any backup (e.g. 12 word mnemonic phrase, xprv.. , QR codes..  ) ?


Title: Re: HELP : insight_bitcoin_tx_78ef
Post by: cyberclub on August 29, 2018, 10:52:06 PM
THANKS ALL

I have reboot manytimes my PC and i remember to have bought few BTC last few years.

I dont have my private keys, how can i find it if i have only the Pubkey and the insight_bitcoin files in JSON format ?

Thanks again for yours replies


Title: Re: HELP : insight_bitcoin_tx_78ef
Post by: cyberclub on August 29, 2018, 11:09:57 PM
how insight_bitcoin files can be on my PC ? is a proof a last missed transaction?


Title: Re: HELP : insight_bitcoin_tx_78ef
Post by: bob123 on August 30, 2018, 08:47:01 AM
I dont have my private keys, how can i find it if i have only the Pubkey and the insight_bitcoin files in JSON format ?

With only this information, you can't.

Since you have found the file in the electrum directory, you most probably have used electrum ?
Do you remember installing it ?

Also.. did you do what nc50lc suggested ?


This is the directory of electrum's wallet files (which contain all of your private keys).



how insight_bitcoin files can be on my PC ? is a proof a last missed transaction?

You can not 'miss' a transaction.
Transactions are broadcasted into the network. Once they are included in a block, they are confirmed.

You don't need this information to access your btc. You only need the corresponding private keys.


Title: Re: HELP : insight_bitcoin_tx_78ef
Post by: HCP on August 31, 2018, 04:30:32 AM
I doubt that transaction was even the OPs to begin with...

It looks more like a part of the "test" suite in the Trezorlib package: https://github.com/trezor/python-trezor/tree/master/trezorlib/tests/txcache

Given that it was under the Electrum install directory, possibly part of the tests related to Trezor implementation for an older version of Electrum.

In any case, even of it was some leftover transaction that did belong to the OP, there is zero chance that the OP will be able to recover anything without the appropriate private keys(s)