Skip to main content

Questions tagged [block]

The components of the blockchain and a data structure that collects transactions.

3 votes
1 answer
310 views

Suppose Bitcoin is operating at a very high difficulty. Then there are only relatively few valid block hashes (those below the current target, which should be relatively low if the difficulty is high)....
Cosmik Debris's user avatar
0 votes
1 answer
25 views

I recently came across BTCMiner Online and I'm trying to figure out whether it’s a reliable option for cloud-based Bitcoin mining. The site claims to offer automated BTC mining, fast payouts, and ...
Afoli Micheal's user avatar
0 votes
0 answers
81 views

I'm reading the Bitcoin Core LevelDB index (blocks/index) and using the BlockStatus flag to determine whether a block is valid and part of the active chain. I'm currently using the following check: if ...
leslie's user avatar
  • 104
3 votes
2 answers
481 views

I was analyzing the mempool and came across this recent block: https://mempool.space/block/00000000000000000001822dc3db70b75d281687f8baa10d1818d0703f49fec0 It stands out for two reasons: It was mined ...
Saxtheowl's user avatar
  • 2,927
5 votes
1 answer
133 views

The witness commitment located in one output of the coinbase transaction contains: OP_RETURN commitment_prefix|witness_commitment Where commitment_prefix=0xaa21a9ed and witness_commitment=sha256(...
Pol Espinasa's user avatar
  • 1,398
1 vote
3 answers
262 views

How do I convert the blk00000.dat file and all subsequent blockchain files so that there are magic bytes and everything else?
Alex's user avatar
  • 11
1 vote
1 answer
107 views

If I broadcast a transaction of mine, and decide to not put any transaction fee, is there still an incentive for a miner to include it in to the block? Maybe related to this, when the block itself ...
J. Schmidt's user avatar
1 vote
1 answer
458 views

I'm trying to create a functional replica of the Bitcoin protocol, albeit at a smaller scale, for an academic project. As far as I'm aware, the Bitcoin Public Ledger is a list of all BTC transactions ...
TechPro424's user avatar
2 votes
1 answer
263 views

I created a parser and split the entire chain into pieces. When inserting them into a database, to my surprise there were 187 blocks with the same hashes, so initially I thought there was something ...
Mihai Popescu's user avatar
0 votes
0 answers
154 views

I have been testing various RPC commands on bitcoin. The "RPC API Reference" page well demonstrates almost all of the commands. But by reading the source code (bitcoin v27.0), I noticed that ...
paranoid's user avatar
  • 197
0 votes
1 answer
150 views

Trying to get some commands that can construct the block body for me, and then output that along with the Merkle root, based on an input address. It's fine if they are done as two separate commands, ...
CoinZwischenzug's user avatar
0 votes
1 answer
141 views

What is the bitcoin-cli command to view the winner of each block reward in bitcoin mining? How do you find out the winning mining pool of each block reward?
Eoin's user avatar
  • 361
2 votes
0 answers
68 views

I had my Core Lightning node crash a few times because Bitcoin Core didn't respond in time to a rpc-call. I found that this happens when new blocks are generated quickly, like below: 849683 2024-06-...
hMsats's user avatar
  • 51
0 votes
0 answers
185 views

i was sent here from reddit https://www.reddit.com/r/Bitcoin/comments/1d5wgma/bitcoin_core_27_initial_sync_blockchain_errors/ i did some research and checked the debug.log, it had this error twice: ...
user152231's user avatar
0 votes
1 answer
80 views

Must input UTXO references (txid + vout) be unique in a transaction, and/or be unique in a block? Put another way, is it a rule that UTXOs can be consumed piecemeal in transactions and blocks, so long ...
Lee's user avatar
  • 1,020

15 30 50 per page
1
2 3 4 5
47