Bitcoin Forum
May 24, 2024, 09:36:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: unconfirmed block reward from 2009 - 50 BTC - REWARD 0.1 BTC FOR HELPING on: January 13, 2024, 07:15:22 PM
im developing a BTC fork which will allow some orphaned coinbase tx to be included. For this particular reason, orphaned coinbase that will take into account there was non mempool transmision emited for the past 60 days and above.

This will allow orphaned coinbase to be allowed to re-sync and claim unclaimed reward which was not able to do it because of the 21 days timewindow to be included on the mempool...
more info ill be posting here.

Fork name: Julius Caesar (Roman Empire)
2  Alternate cryptocurrencies / Altcoin Discussion / Re: unconfirmed block reward from 2009 - 50 BTC - REWARD 0.1 BTC FOR HELPING on: January 07, 2024, 03:17:30 PM
If it works, rest asure you will receive 0.1 BTC
If it works, you've created a Bitcoin Fork in 2009, which was orphaned by the main chain. You're chasing something that's not going to work.

end of story, its categorized as "orphaned"

But im thinking.... why not creating a bitcoin fork to include all orphaned coinbase tx since genesis block up to this date? After all, the miners who received the "orphaned" made a computational work... so instead of a "race" to who finish first the "job" change it to "work as a service" and share proportionally with the miners based on their computational work done, which can be calculated.... in the counter side it will be a massive bitcoin price drop up to 80% - 75% ....  so the thing is will miners consensus approve this kind of fork or they wont just to keep their "monopoly" .... and here comes the real question... bitcoin wont descentralized after all mmm? what you guys think
3  Alternate cryptocurrencies / Altcoin Discussion / Re: unconfirmed block reward from 2009 - 50 BTC - REWARD 0.1 BTC FOR HELPING on: January 07, 2024, 04:18:23 AM
this is the result i got from an online broadcast tx:
Code:
sendrawtransaction RPC error: {"code":-26,"message":"coinbase"}
Like we said, you can't just re-broadcast a coinbase transaction.

What you need to do to check for its integrity is to rescan the blockchain, following my command to limit the scan range should get it done within minutes.
The result will tell if it's really invalid or valid.
You can't just do that though if your node's blockchain is pruned, you'll need to re-download those old blocks.

Thanks, i have full node blockchain data. IŽll try that and report you back the results. If it works, rest asure you will receive 0.1 BTC
4  Alternate cryptocurrencies / Altcoin Discussion / Re: unconfirmed block reward from 2009 - 50 BTC - REWARD 0.1 BTC FOR HELPING on: January 05, 2024, 08:07:32 PM
this is the result i got from an online broadcast tx:

Code:
sendrawtransaction RPC error: {"code":-26,"message":"coinbase"}
5  Alternate cryptocurrencies / Altcoin Discussion / unconfirmed block reward from 2009 - 50 BTC - REWARD 0.1 BTC FOR HELPING on: January 04, 2024, 04:46:32 PM
I need some advice for an old wallet.dat i have
The wallet.dat contain a 2009 btc mined reward with this status:

Code:
Status: 0/unconfirmed, not in memory pool
Date: 25/6/09 09:44
Source: Generated
Credit: (not accepted)
Net amount: 0.00000000 BTC
Transaction ID: removed for confidentiality
Transaction total size: 107 bytes
Transaction virtual size: 107 bytes
Output index: 0

Generated coins must mature 101 blocks before they can be spent. When you generated this block, it was broadcast to the network to be added to the block chain. If it fails to get into the chain, its state will change to "not accepted" and it won't be spendable. This may occasionally happen if another node generates a block within a few seconds of yours.
Is it possible to re-broadcast or push this tx reward on the mempool?

Im running Bitcoin core full blockchain node on Ubuntu

Whoever helps me find out how to get confirmed this tx ill reward him with 0.1 BTC


Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!