Questions tagged [history]
Related to the history of Bitcoin
159 questions
0 votes
1 answer
80 views
Date of creation of bitcoin.net and bitcoins.org
On the website whoxy, which has historical data of "who is" of domain names, apparently the two websites bitcoin.net and bitcoins.org were both registered on Aug 18, 2008 (before the white ...
4 votes
1 answer
352 views
What's the largest size OP_RETURN payload ever created?
What's the largest OP_RETURN payload ever created? In terms of pushed bytes after the OP_RETURN, not in terms of total transaction size, and not in terms of amount "burnt". Also just the ...
1 vote
2 answers
651 views
When Satoshi Nakamoto mined his first set of blocks in 2008/2009, it was on Bitcoin Core, but was he using Linux or Windows?
The question seems anecdotal but it has an importance when reading the old key.MakeNewKey() source code : At that time, block rewards of 50 BTC were sent to a newly generated pubkey at each blocks. ...
5 votes
1 answer
243 views
Why is the opcode limit 201?
In pre-taproot scripts, the maximum number of non-push opcodes is 201 (defined by the constant MAX_OPS_PER_SCRIPT). Is this a result of an off-by-one error where the originally intended value was 200?
1 vote
1 answer
73 views
What is the earliest multi-sender transaction?
Is there a claim for the earliest multi-sender transaction? Maybe Satoshi and Hal tested it?
0 votes
1 answer
67 views
Mt. Gox Exchange currency list
I am studying crypto-assets and wanted to know if there is a list of fiat currencies that could be exchanged for Bitcoin before its bankruptcy. Does anyone have any sources on this topic? Thank you in ...
4 votes
2 answers
2k views
Bitcoin Puzzle 66: Is this unconfirmed transaction archived anywhere?
There's a thing called "Bitcoin Puzzles" where someone (anonymous) has placed relatively large amounts of bitcoin under private keys and publicly advertised that those keys are mostly-all-...
1 vote
1 answer
79 views
What did the opcode 0xba do prior to creation of OP_CHECKSIGADD?
From BIP0342: The opcode 186 (0xba) is named as OP_CHECKSIGADD. What did 0xba do prior to this?
2 votes
1 answer
166 views
What was Bitcoin's Supply in the Pre-Alpha Release? (posted by Cryddit on Bitcointalk in 2013)
So I'm doing some research into this Bitcoin code that apparently pre-dates the first release of Bitcoin v0.01 https://bitcointalk.org/index.php?topic=382374.0 There's a lot of differences in this ...
3 votes
2 answers
263 views
What Satoshi Nakomoto quotes are there in relation to forks and altcoins?
What Satoshi Nakomoto quotes are there in relation to: forks of Bitcoin? forks in general? altcoin/similar projects? Here I mean forks that form distinct new coins/ecosystems, not in relation to ...
2 votes
1 answer
347 views
When was the most recent multiblock reorg?
We have an extinct chaintip with a single stale block something like once per month. But if I remember right, we haven’t had a multiblock reorg (two competing chaintips with at least two blocks depth) ...
8 votes
1 answer
220 views
Are Bitcoin Core binaries from before 0.8.6 available?
Are binaries for versions of Bitcoin Core (previously called just "Bitcoin") before 0.8.6 available from any reputable source? Prior releases of Bitcoin Core were made to SourceForge, but ...
4 votes
1 answer
506 views
What are the last common blocks of Bitcoin and its hard forks (Bitcoin Cash, Bitcoin SV etc.)?
What are the last common blocks of Bitcoin and its most popular hard forks like Bitcoin Cash, Bitcoin SV, Bitcoin Gold, Bitcoin Diamond etc.?
8 votes
1 answer
599 views
Why are OP_MUL and OP_DIV disabled in Bitcoin?
What is the reason why OP_MUL and OP_DIV operators were removed from Bitcoin? Is this because someone could maliciously create a script that multiplies large numbers and thus blows the stack, or is ...
9 votes
2 answers
2k views
How did peer discovery work in Bitcoin v0.1?
Nowadays there are DNS seeds and hardcoded IP addresses, but back in the day when Satoshi released Bitcoin v0.1, how did new nodes connect to the rest of the network? My initial thought was that the ...