pauldefi
- Is the Ethereum Foundation losing more devs?Jul 25, 2025
This week we saw two notable departures from the Ethereum Foundation: Carl Beek and Julian Ma. There have been others leaving the project over the past few months too. Now, some folks in the community are starting to…
- Issue with wallet backup in ElectrumJan 4, 2025
There is always a possibility the OP was genuine but to be honest the likelihood of it being the truth is very low (or zero). Personally, I was suspicious of the newbie OP because of the way the post was written. Add to…
- Issue with wallet backup in ElectrumJan 3, 2025
The thought had crossed my mind too.
- Issue with wallet backup in ElectrumDec 31, 2024
I am sceptical by nature and have been around the forum long enough to know things are not always as they seem. In the case of reading your lost password issue, I am not stating it is impossible to believe but I am sure…
You don't need to downgrade Bitcoin Core just to import a Private Key into a Legacy Wallet, because in Version 26.0 you can still create a Legacy Wallet with providing the -deprecatedrpc=create_bdb in bitcoin.conf and…
- signing transactions using pythonMay 17, 2024
I once made a tutorial, Create transactions in Python, but everything is presented in Bahasa Indonesia. But at least you can find out the modules and libraries that I use to make Bitcoin transactions, and you can also…
- Thoughts on Pepecoin [PEP]? Is there potential?Nov 23, 2023
Pepecoin ($PEP) has done over 460x since your "prediction" of it going to zero. How does it feel to be so wrong? lmao
Yeah, you can definitely convert it, but just be super cautious about where you do it. The safest bet is to use an offline tool or do it manually so your private key never gets exposed online. Seriously, don’t paste…
- This month we plan to deflate the economyApr 27, 2023
He is probably not waiting for the price to drop to $3000 because he knows the chances of that happening are extremely low to zero yet it did not stop him making the claim. I think it has been widely accepted the OP is…
- Coinbase rewards explainedApr 26, 2023
https://github.com/bitcoin/bitcoin/blob/master/src/validation.cpp#L1752 https://github.com/bitcoin/bitcoin/blob/master/src/consensus/amount.h#L14
- This month we plan to deflate the economyApr 23, 2023
If that is the case he should try to do other things rather than post in this forum. If we did not have the occasional troll it might start to become somewhat boring therefore posting about them or challenging them does…
- This month we plan to deflate the economyApr 17, 2023
Looking at his recently posts there is something clearly wrong with his mindset. The OP creating threads with titles such as Btc Satoshi i know people who know people and Those countries lead the world and they have…
- This month we plan to deflate the economyApr 16, 2023
Almost the whole of the Bitcoin community is hoping for the price to break through the $80,000 mark soon and here you are wanting it to drop all the way to $3000. If you have genuine expectations you will be able to buy…
- Looks like Ordinals and BRC-20 are finally deadOct 17, 2022
I always thought this ordinals and BRC-20 have nothing to do with Bitcoin project. That's why it don't worked, only for a few that wasn't even care about Bitcoin, just wanted make money, and they was some of the few…
Memecoins definitely attract a ton of newbies to crypto since they're fun, catchy, and can sometimes offer big profits really quick. But there's a downside too; they also lead to more scams, rug pulls, and a lot of…
- Struggling with my testnet bitcoind setupMar 15, 2022
Maybe because you used -datadir=.../Bitcoin/testnet3 instead of just used -datadir=.../Bitcoin and because in both directories /Bitcoin/testnet3 and /Bitcoin/testnet3/testnet3 have the same wallets folder, then there is…
- Struggling with my testnet bitcoind setupMar 12, 2022
It looks like you don't have a wallet file that can be loaded, even the default wallet ("") is not loaded to the client. So I assume you won't find any wallet.dat in the /Volumes/Crucial…
- Struggling with my testnet bitcoind setupMar 12, 2022
Why don't you just share the debug.log? At least everyone here can figure out what the problem is, and If I may know where the settings.json (testnet) is located? Is it right in the X8/bitcoin/Bitcoin/testnet3/testnet3…
- Struggling with my testnet bitcoind setupMar 11, 2022
It doesn't work because you didn't write the command line arguments correctly. Before the RPC command you must provide -datadir=/Volumes/Crucial\ X8/bitcoin/Bitcoin/testnet3 argument. To be able to access the wallet,…
- Need help with Taproot tree expressionMar 7, 2022
Ah, I see. I thought there is something wrong with the variables that I used when building the transaction with walletcreatefundedpsbt, because for every change in the variables and arguments that I used, the results…