Pages:
Author

Topic: X - page 2. (Read 442 times)

legendary
Activity: 3472
Merit: 10611
October 18, 2022, 12:10:12 AM
#12
What's is
Quote
"vout": 0
in my mind should be something like "nonce" (number used once)
Each transaction has one or more outputs (just as it has one or more inputs) and each output has an index inside the output array. The index of the first one is 0, next is 1 and so on. "vout" is that index here.
jr. member
Activity: 55
Merit: 27
October 17, 2022, 10:36:53 PM
#11
What's is

Quote
"vout": 0

 Huh

in my mind should be something like "nonce" (number used once)
newbie
Activity: 8
Merit: 0
October 17, 2022, 09:03:12 PM
#10
Removed content due sensitive data
hero member
Activity: 882
Merit: 5829
not your keys, not your coins!
October 17, 2022, 08:07:18 PM
#9
If I do have private key, what is the next step? Import it into full synced bitcoin core, right?
Exactly.

How do you filter the block by blockheight? is there any website/script?
You don't need to do that. Importing the private key will suffice to get access to those funds again.

Just open the console window in Bitcoin-Qt (if you use that) and enter: importprivkey .
If you run Bitcoin Core on command line, it's bitcoin-cli importprivkey .

You may need to reindex the blockchain after that though, to see your updated balance.
newbie
Activity: 8
Merit: 0
October 17, 2022, 07:37:22 PM
#8
1. Is possible to have "broadcast" problem because of outdated computer?
Don't worry about broadcasting your transaction.
First, you should know whether you have any bitcoin or not. If you really have bitcoin and you own the private key, you will be able to spend the fund.


2. How did you get the Block and this Wallet Address?
From "blockheight": 4111
As I said above, the data you shared doesn't match the blockchain.


My friend send this data from his computer (I think it is the miner's software output)
What's the name of the software?

If I do have private key, what is the next step? Import it into full synced bitcoin core, right?

How do you filter the block by blockheight? is there any website/script?

I will figure out the software's name...
legendary
Activity: 2380
Merit: 5213
October 17, 2022, 06:19:58 PM
#7
1. Is possible to have "broadcast" problem because of outdated computer?
Don't worry about broadcasting your transaction.
First, you should know whether you have any bitcoin or not. If you really have bitcoin and you own the private key, you will be able to spend the fund.


2. How did you get the Block and this Wallet Address?
From "blockheight": 4111
As I said above, the data you shared doesn't match the blockchain.


My friend send this data from his computer (I think it is the miner's software output)
What's the name of the software?
newbie
Activity: 8
Merit: 0
October 17, 2022, 06:04:54 PM
#6
Omitting the characters you have likely still makes you identifiable (especially since block hashes are quite easy to search through if you've got the blockchain in front of you).

You could try taking out the private keys and exporting them into electrum (from electrum.org) but if the address doesn't have funds on a block explorer, something else might be an issue (perhaps if you've spent the coins or the block didn't broadcast correctly).

You could also install an up to date version of bitcoin core for the best privacy but it might need a lot of time to sync and a lot of bandwidth.

Thank you for the tips, Jack!

  • 1. I do have another machine (macbook) with bitcoin core full synced. Do you think is safe to import his private key on this computer?
  • 2. There is no transaction on his wallet. I hope it was not broadcast correctly. Is still possible to recover?


My friend and I generated bitcoin on his personal computer in March 2009 and received 50 bitcoins on his address, but, unfortunately, this computer is outdated and the blockchain take 10 years to update.
I don't really understand what you mean by "it takes 10 years to update".
Are you trying to download the blockchain in bitcoin core and it says it takes 10 years to be synced? If so, it shouldn't take that much.


1. Is possible the bitcoin still there but not updated on blockchain?
No.
Either you don't have bitcoin at all or you are looking at a wrong address.

According to the data you shared, the 50 BTC have been mined in the block number 4111.
Bitcoin generated on that block haven't been moved at all and are still in the address 1C7JtZUBeSPy7eZQ9vuCcaHRzYjKmnXACJ. This address doesn't match what you shared above.
The transaction ID you shared above is also different from the hash of coinbase transaction of that block.

Where did you take this data from?


  • 1. Is possible to have "broadcast" problem because of outdated computer?
  • 2. How did you get the Block and this Wallet Address?

My friend send this data from his computer (I think it is the miner's software output)




legendary
Activity: 2380
Merit: 5213
October 17, 2022, 06:00:22 PM
#5
You are looking at a wrong transaction.
In the transaction you shared, 17.61386661 BTC has been sent from a segwit address.

According to the data shared by OP, the 50 BTC have been mined in the block number 4111. Click here to see the coinbase transaction of that block.
The 50 BTC mined in that block is still unspent.
legendary
Activity: 3276
Merit: 3537
Nec Recisa Recedit
October 17, 2022, 05:43:53 PM
#4
...
  • 1. Is possible the bitcoin still there but not updated on blockchain?
  • 2. What is the best and safe way to update the blockchain and recover it from another machine?

1. No. If you have received (mined) this block you have already received it... and of course are visible on blockchain.
2. Blockchain is already updated. You can just check from any laptop.

Try to recover your wallet using electrum or bitcoin core as already suggested by jackg
Ask assistance with trusted member (I suggest @babo he has also low fees for that kind of service).

...
According to the data you shared, the 50 BTC have been mined in the block number 4111.
Bitcoin generated on that block haven't been moved at all and are still in the address 1C7JtZUBeSPy7eZQ9vuCcaHRzYjKmnXACJ.
...

Coins from this block have been moved with such tx on Jan 2021
https://www.blockchain.com/btc/tx/56e2093a3e71eb0f234f0587d33930c5260b2910d4f9c4b04d7870a697a27a90

edit:
394f36eb9ff916a3e913444f7fd32c0e1593134d648d2fdb2f84ab8efa441fc5
coins have not been spent. here original coinbase. thank you @hosseinimr93

legendary
Activity: 2380
Merit: 5213
October 17, 2022, 05:38:47 PM
#3
My friend and I generated bitcoin on his personal computer in March 2009 and received 50 bitcoins on his address, but, unfortunately, this computer is outdated and the blockchain take 10 years to update.
I don't really understand what you mean by "it takes 10 years to update".
Are you trying to download the blockchain in bitcoin core and it says it takes 10 years to be synced? If so, it shouldn't take that much.


1. Is possible the bitcoin still there but not updated on blockchain?
No.
Either you don't have bitcoin at all or you are looking at a wrong address.

According to the data you shared, the 50 BTC have been mined in the block number 4111.
Bitcoin generated on that block haven't been moved at all and are still in the address 1C7JtZUBeSPy7eZQ9vuCcaHRzYjKmnXACJ. This address doesn't match what you shared above.
The transaction ID you shared above is also different from the hash of coinbase transaction of that block.

Where did you take this data from?
copper member
Activity: 2856
Merit: 3071
https://bit.ly/387FXHi lightning theory
October 17, 2022, 05:32:51 PM
#2
Omitting the characters you have likely still makes you identifiable (especially since block hashes are quite easy to search through if you've got the blockchain in front of you).

You could try taking out the private keys and exporting them into electrum (from electrum.org) but if the address doesn't have funds on a block explorer, something else might be an issue (perhaps if you've spent the coins or the block didn't broadcast correctly).

You could also install an up to date version of bitcoin core for the best privacy but it might need a lot of time to sync and a lot of bandwidth.
newbie
Activity: 8
Merit: 0
October 17, 2022, 05:27:11 PM
#1
Removed content due sensitive data
Pages:
Jump to: