pauldefi

Member
33
Posts
145
Reputation
Apr 7, 2017
Joined
Recent posts
  • 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…

  • 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…

  • The thought had crossed my mind too.

  • 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…

  • 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…

  • 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…

  • 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…

  • https://github.com/bitcoin/bitcoin/blob/master/src/validation.cpp#L1752 https://github.com/bitcoin/bitcoin/blob/master/src/consensus/amount.h#L14

  • 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…

  • 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…

  • 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…

  • 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…

  • 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…

  • 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…

  • 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…

  • 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,…

  • 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…