User:
HenkeyAdditional information (optional): -
List of post:
Hello, I don't know if this is the right place here, I hope so....
I have a wallet that contains some bitcoin mined from march 2009 june 2009 by my brother.
Since they were worthless and he had changed his laptop he left everything there....
Now I found it and tried using it with version 0.95.
My problem is this, it seems that no mining transaction is entered into the blockchain even though as soon as I open it (before it updates the blockchain) it tells me I have X bitcoin and shows me all the mining transactions. I preface, it has not done any transfer operation.
I am attaching one of these mining transactions hoping you can tell me something, even just an idea to recover them.
Thank's
gettransaction "ef4fbf9cbca98540ea043c1a12b906af176b2d8a50f4dddfa10632e94a1bb748"
{
"amount" : 50.00000000,
"confirmations" : 437,
"generated" : true,
"blockhash" : "000000009df7cae8906f25033e7cd53fdb4fe04b338a94dfef8e6eda18649cc2",
"blockindex" : 0,
"blocktime" : 1243187650,
"txid" : "ef4fbf9cbca98540ea043c1a12b906af176b2d8a50f4dddfa10632e94a1bb748",
"walletconflicts" : [
],
"time" : 1243187650,
"timereceived" : 1243187650,
"details" : [
{
"account" : "",
"address" : "12bp69KNGPv3o5R8q1wbZBqAxtrv3GFS5P",
"category" : "generate",
"amount" : 50.00000000
}
],
"hex" : "01000000010000000000000000000000000000000000000000000000000000000000000000fffff fff0c02b229010a062f503253482fffffffff0100f2052a0100000023210353534d9d8cdd7255dc 4eeac1a2e68004c75520917b775b0655f15cf073703be8ac00000000"
}
It sounds like you might be dealing with "stale" blocks or unconfirmed transactions. In the early days of Bitcoin, some mined blocks didn’t get added to the main blockchain due to the lack of network participants, which may explain why you see the mined transactions but they aren’t showing up in the blockchain now.
A possible step is to try loading the wallet using the latest Bitcoin Core version and let it fully sync with the blockchain. Make sure to back up your wallet.dat file first! If the coins were mined back in 2009 and they are part of confirmed blocks, they should appear once the blockchain syncs properly.
If you're still having issues, you might want to reach out to a Bitcoin recovery service, but be cautious and ensure you're working with a trusted party.
User @Cricktor explain why it's wrong on
https://bitcointalksearch.org/topic/--5512858.
It sounds like the issue may be related to some formatting or symbols in your CSV file rather than the words themselves. The angle brackets ("<" and ">") and asterisks ("*") aren’t part of a valid BIP39 seed phrase, which is likely causing the checksum errors. Try removing any symbols, such as brackets or asterisks, from the seed phrases and see if that resolves the issue.
If the problem persists, the words could be in the wrong order. Since BTCRecover didn’t help reorder them, it may still be worth trying different combinations manually or using tools designed to brute-force different seed orders. Make sure the seed is exactly 24 words, as BIP39 requires a specific word count for the checksum to pass. Good luck!
1. Some information he stated already mentioned by other member on
https://bitcointalksearch.org/topic/m.64629781 and
https://bitcointalksearch.org/topic/m.64629829, where it's possible he simply rephrase those posts.
2. BTCRecover definitely have feature to perform brute-force by trying all combination of 24 words on different position.
User:
rionikaAdditional information (optional):
* I suspect this user use chatbot.
List of post:
What is RBF (Replace-By-Fee)?
RBF (Replace-By-Fee) is a mechanism in the bitcoin network that allows you to replace an unconfirmed transaction with a new transaction with a higher commission in order to speed up its confirmation by miners.
When is it useful to use RBF?
Confirmation delay: Sometimes bitcoin transactions can take a long time to be confirmed, especially if the commission is set too low. In this case, RBF allows you to "increase" the commission by replacing the transaction with a new one with a higher commission in order to speed up its confirmation.
Market conditions analysis: You can first send a transaction with a low commission to save money, and if the network is busy, increase the commission using RBF.
How does RBF work?
You are sending a transaction with RBF capability (this feature must be activated when sending).
If the transaction is delayed and not confirmed, you create a new transaction with the same inputs and outputs, but with a higher commission.
The new transaction replaces the old one in the mempool (pool of unconfirmed transactions), and miners will prefer to process the transaction with a higher commission.
Steps for using RBF:
1. RBF support on the wallet
In order to use RBF, your crypto wallet must support this feature. Not all wallets include RBF by default.
For example, wallets such as Electrum, Samourai Wallet, and Bitcoin Core support RBF.
When sending a transaction, you need to make sure that the "replace by commission" (RBF) function is enabled.
2. Creating a transaction with RBF
When you submit a transaction, select the RBF option. This gives you the opportunity to later replace the transaction with a new one with a higher commission, if necessary.
3. Tracking unconfirmed transactions
If you see that your transaction has been hanging unconfirmed in the mempool for too long, you can decide to replace it with a higher commission. Usually, this can be seen through a wallet or a blockchain explorer.
4. Replace the transaction
There should be an option in your wallet to replace a transaction that is no longer being confirmed. The process may vary depending on the wallet:
In Electrum, simply highlight the transaction that has not been confirmed and select the "Replace-by-Fee" or "Bump Fee" option.
Specify a new, higher commission.
5. Sending a new transaction
After setting a higher commission, resend the transaction. The new transaction will replace the old one in the mempool.
Important points:
Commissions: The higher you set the RBF fee, the faster your transaction will be confirmed by the miners.
Wallet Compatibility: Make sure that your wallet and the network to which the transaction is sent support RBF.
Unconfirmed Transaction Notifications: Many wallets can notify you if your transaction is not confirmed for a long time, which can be a signal to use RBF.
Example:
You are sending a transaction with a low commission of 5 satoshi per byte.
The transaction has not been confirmed for several hours or even days.
You use RBF to increase the commission to 50 satoshi per byte, and your transaction gets into the block quickly.
How do I learn RBF?
Practice on wallets: Start by using wallets that support RBF, such as Electrum. This will help you understand how the mechanism works.
Reading the documentation: Review the documentation on using RBF for the specific wallet or client you are using.
Video Tutorials and Guides: Find tutorial videos that explain step-by-step the process of creating and replacing transactions using RBF.
1. People behind Samourai Wallet has been seized by US government. In addition, i've checked and found out it's no longer available on Google Play and F-Droid.
2. Using term "commission" rather than "TX fee" could confuse beginner and few general reader.
3. Since the posts mention Bitcoin Core, it's worth to mention the transaction doesn't have to use RBF flag since these days full RBF is enabled by many nodes and mining pools. It means, you can replace transaction which doesn't have RBF flag.
When almost everything is digital, and you're looking to mine cryptocurrency, the "pool" you're referring to is likely a mining pool—a group of miners who combine their computational resources to increase their chances of successfully mining blocks and earning rewards.
Here are a few well-known mining pools you can consider joining:
F2Pool: One of the largest and oldest mining pools, supporting a wide variety of cryptocurrencies, including Bitcoin (BTC), Ethereum (ETH), and Litecoin (LTC).
Slush Pool: The world’s first Bitcoin mining pool, offering a reliable platform for mining Bitcoin and Zcash (ZEC).
AntPool: Operated by Bitmain, a major manufacturer of mining hardware, AntPool is a large pool for Bitcoin and other cryptocurrencies.
SparkPool: Known for Ethereum mining, SparkPool is popular among those looking to mine Ethereum (ETH) due to its high rewards and reliable service.
Ethermine: A major mining pool for Ethereum (ETH), it provides stable payouts and supports smaller miners.
ViaBTC: A versatile mining pool that supports mining Bitcoin (BTC), Ethereum (ETH), and several other coins, offering both PPS (Pay-Per-Share) and PPLNS (Pay-Per-Last-N-Shares) payout methods.
Key Points to Consider When Choosing a Mining Pool:
Fees: Mining pools usually take a percentage of the earnings (typically around 1-3%) as a fee for running the pool.
Payout Structure: Some pools offer PPS (Pay-Per-Share), where you get paid based on the work you contribute, regardless of whether a block is found, while others use PPLNS (Pay-Per-Last-N-Shares), where you get paid based on the blocks mined.
Hashrate Distribution: It’s generally better for decentralization if you choose a pool that isn’t too dominant in the mining space, to avoid centralization risks.
Coin Support: Some pools specialize in specific coins (e.g., Bitcoin, Ethereum), while others support a variety of altcoins.
Mining in a Digital World:
As you mentioned, almost everything is digital now, and the mining process itself is digital. Mining pools are essentially platforms where participants contribute computational power to increase the chances of solving complex cryptographic puzzles and earning rewards. Joining a mining pool ensures more consistent payouts, especially for smaller miners who may not have enough individual hash power to successfully mine blocks on their own.
1. These days you can't mine ETH.
2. Slush Pool has been renamed into Braiins Pool, where
https://braiins.com/pool doesn't mention supporting ZEC.