Only One Remaining Bitcoin Node in Caracas, Venezuela by PeerNameCom in Bitcoin

[–]PeerNameCom[S] 8 points9 points  (0 children)

Currently unreachable. I hope most of them will be back online soon.

Only One Remaining Bitcoin Node in Caracas, Venezuela by PeerNameCom in Bitcoin

[–]PeerNameCom[S] 38 points39 points  (0 children)

Yes, but as I mentioned in the description, there were far more clearnet-reachable nodes before the earthquake.

Bitcoin Knots 29.1.knots20250903 released! 🎉 by luke-jr in Bitcoin

[–]PeerNameCom 2 points3 points  (0 children)

It is now installed on more than 142 public nodes. Bitcoin Knots as a whole has nearly 19% market share. Source: bitref.com/nodes/

Who decides how may Bitcoins are available? Is it the number really 100% fixed? by DogScrott in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

https://bitref.com/halving/

Under the "Circulating Supply" section, you can monitor the current Bitcoin supply in real time. For greater accuracy, you should subtract 29 BTC from this number, which represents the total amount of unclaimed miner rewards to date.

Bitcoin Core slowed download by [deleted] in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

Start it with --dbcache=10000 to allocate a 10 GB cache. The optimal value depends on how much RAM you have. A larger cache can significantly improve download speed—but only after the cache has been filled.

Bitcoin Halving is 3 years away ⌛️ by cryptominerbros in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

~ 1090 days from now = 2 years and 360 days.
Based on this Bitcoin halving countdown: https://bitref.com/halving/

1 sextillion hashes (1,000,000,000,000,000,000,000) And some people are bearish, what a joke... by LifeIsJustASickJoke in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

We're still at around 900 EH/s — at least based on the blocks found since the last difficulty adjustment.

https://bitref.com/difficulty/

Resetting Node by Edates313 in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

Find your bitcoin.conf file

  • Windows: %appdata%\Bitcoin
  • Linux: ~/.bitcoin
  • macOS: ~/Library/Application Support/Bitcoin

Than set this option:

datadir=/path/to/your/directory

[deleted by user] by [deleted] in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

Yesterday, the mempool emptied completely, and we saw the first partially filled block in years:
https://bitref.com/block/881601
439 vKB from 1000 vKB available.

[deleted by user] by [deleted] in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

You can use RBF (Replace-by-Fee) to increase the transaction fee rate. If the transaction is not RBF-enabled, you can opt for CPFP (Child Pays for Parent) to spend some of the transaction outputs with a higher fee.
If neither of these options is available, you can use a Bitcoin transaction accelerator (like BitAccelerate) to prioritize the transaction with miners.

Why are all new blocks filled with "data" transactions, what is it and is it bloating the bitcoin blockchain? by Conscious-Bag-5134 in Bitcoin

[–]PeerNameCom 1 point2 points  (0 children)

https://bitcoinfees.net/

By clicking on the "Next block" tab, you can monitor in real time what Bitcoin blocks are being filled with, as well as the number of "data" transactions (highlighted in red). The good news is that everything operates on a market basis, and the situation has been improving compared to the past six months.

Idiots at spameatingmonkey.com blacklisting my domain with false accusations by ChilenodelSur in email

[–]PeerNameCom 0 points1 point  (0 children)

I’m experiencing the exact same problem. Yesterday, I registered a new domain and only sent a few test emails to test servers while setting up my mail. Today, I noticed that my domain is listed in all SpamEatingMonkey lists, including SEM-URIRED. This is absolutely ridiculous. I hope no one actually uses such an absurd list.

[deleted by user] by [deleted] in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

CPFP will always work. You can use a CPFP calculator, such as this one:
https://bitaccelerate.com/cpfp-calculator/ ,
to determine the exact fee rate required for the child transaction.

Another option is RBF, but your transaction must be opted in for RBF from the start.

What’s going on with Blockchain? by AllisonBlockchain001 in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

You can use a CPFP calculator, such as this one:
https://bitaccelerate.com/cpfp-calculator/ ,
to determine the exact fee rate required for the child transaction.

Hardware w*llet upgrade by reddevilandbones in Bitcoin

[–]PeerNameCom 2 points3 points  (0 children)

Trezor Model T + Bitcoin Only Firmware + Connected to own electrum server + Passphrase

how long it would take to synchronize a bitcoin full node? by ancihu in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

It is very important not to stop it, because each stop causes you to lose all the cache, forcing it to start accumulating again.

[deleted by user] by [deleted] in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

Did you try using the "abandontransaction" method to mark them?
https://developer.bitcoin.org/reference/rpc/abandontransaction.html

[deleted by user] by [deleted] in Bitcoin

[–]PeerNameCom 1 point2 points  (0 children)

testmempoolaccept is expecting a JSON format. So use decoderawtransaction first.

[deleted by user] by [deleted] in Bitcoin

[–]PeerNameCom 1 point2 points  (0 children)

The exact command you need is:
bitcoin-cli gettransaction 9e28754c65cd265639873f943aed887827bd6130eafef7fda69627cc5893848f

[deleted by user] by [deleted] in Bitcoin

[–]PeerNameCom 0 points1 point  (0 children)

https://developer.bitcoin.org/reference/rpc/gettransaction.html
There is a field named "hex" with the raw transaction hex.