Browsing: Node
A bitcoin node have two main types of interactions with other nodes: sending confirmed blocks, stored on blocks folder: to…
FIRST POST What are the safe ways to connect to bitcoin network using tor? What are the safe ways to…
You do not need to install Electrum. Your setup seems to (mostly?) work fine for you. As far as I…
Imagine the network has only 20 miners. Segwit was activated only when at least 95% of the miners signaled support,…
lightning network – can a node create two different BOLT12 offers with the same description?
Core Lightning does not seem to allow creating of two offers with the same description. At first, I thought this…
I am trying to get some bitcoin network data and I am using bitcoind-rpc library. If i just run their…
If the new drive is big enough for all Bitcoin data: Maybe. Just reconfigure Bitcoin’s data folder and copy contents…
Since https://github.com/bitcoin/bitcoin/pull/29575, any kind of misbehavior will trigger immediate discouragement. The PR itself describes some scenarios, see: The specific types…
By default, Bitcoin Core will only spend foreign inputs that have at least six confirmations, and change outputs that have…
I need to verify that user from my database has sent btc to my wallet. Ideally I want to generate…