Search
No exact matches; showing possible matches for βbitcoin transactions testing wallet softwareβ.
Showing results 1-6 of 6 (most recent first)
#131
| 2026-05-09 08:34:56 UTC
0 replies
β
http://edgecase.net/articles/bitcoin_transaction_test_set_2
This article contains 16 Bitcoin transactions, with 1-3 inputs and 1-3 outputs.
All transactions are onchain - and thereby confirmed to be completely valid (there is no higher level of validation). You can take each txid and look it up in a block explorer.
Private keys are included. All addresses are Pay-To-Public-Key-Hash (P2PKH).
I published it on 2020-12-19.
A Bitcoin transaction is a complicated object. Getting one of its aspects wrong can produce a transaction that looks plausible but is invalid, or worse, valid in a way the developer did not intend.
The value of a test set like this is that it gives a developer something fixed and confirmed-true to compare against. You can run your code against known cases and check whether it produces the expected transaction IDs, signatures, serialized bytes, or decoded fields.
#136
| 2026-05-18 12:58:58 UTC
0 replies
β
Provision is a bitcoin wallet based on three concepts:
- all secure operations performed on an air-gapped machine
- all products transported by USB drive to an online machine
- guaranteed to have no entropy re-use
An air-gapped machine, or a machine that has never been connected to the internet, reduces the attack surface of the environment used to operate safely with bitcoin.
No secrets are ever placed on the USB drive, leaving everything secure on the offline machine.
Creating your own entropy, e.g. via rolling a die, is the most secure guarantee for cryptographic operations available.
Provision also enables secure message encryption and signing using the same underlying software as Bitcoin.
Written in pure Python with no third-party dependencies.
Code available upon request.
https://github.com/corporation-dev/readme
#128
| 2026-04-15 05:31:14 UTC
0 replies
β
"The credential that establishes someone as real is the ability to supply CPU power."
- Satoshi
https://www.metzdowd.com/pipermail/cryptography/2008-November/014860.html
He is referring to identity within the Bitcoin mining system.
It occurs to me that:
In the political world, the credential that establishes someone as real is the ability to supply violence.
This violence may be direct or delegated, wide or limited, open or hidden, embraced or disavowed, demanded or inspired, but it must. be. present.
In the same way that Bitcoin mining ignores all identities other than those that supply CPU power, politics ignores all identities other than those that supply physical force.
On top of Bitcoin mining, we can build addresses, transactions, identities, property rights, immutable publishing, and secure communication.
On top of violence, we can build towns, cities, temples, polities, law courts, houses, families, and futures.
But: Without a foundation, nothing can stand.
#119
| 2026-04-01 06:44:10 UTC
is that digital money requires credible history.
Satoshi found that:
- the central problem of digital money is the double-spending attack
- the central requirement for a solution is a trustworthy source of transaction ordering - a timestamp server
From these two aspects flow these points in the Bitcoin whitepaper:
https://bitcoin.org/bitcoin.pdf
- "a peer-to-peer distributed timestamp server"
- "computational proof of the chronological order of transactions"
- "The system is secure as long as honest nodes collectively control more CPU power than any cooperating group of attacker nodes."
- "We define an electronic coin as a chain of digital signatures."
- "The only way to confirm the absence of a transaction is to be aware of all transactions."
- "To implement a distributed timestamp server on a peer-to-peer basis, we will need to use a proof-of-work system"
- "Proof-of-work is essentially one-CPU-one-vote."
- "Nodes always consider the longest chain to be the correct one"
#70
| 2025-10-10 15:40:43 UTC
Bozeman, Montana is about as far away from the US urban / coastal cultures as you can get.
Nonetheless, urban people displace Bozeman people, not the other way around.
I find myself concluding, yet again, that owning a house is no protection against the economic currents of our time. Economic networks are the powerhouse. People hooked into an expanding network simply displace those who are not. So oneβs focus must always be oneβs network. (Even if you acquire a house, your neighborhood is displaced and restructured, and your kids grow up in the new environment, and themselves are obligated to leave - so you only put off the defeat for one generation.)
I think we could think of the phenomenon today as βinternal colonizationβ by different networks. The focus is now Montana instead of the Congo.
A model: Networks process transactions. Skills are valuable economically if they allow you to help a network process more transactions.
#118
| 2026-03-31 07:56:51 UTC
I think the primary inspiration for Bitcoin was Adam Back's Hashcash, not Wei Dai's b-money.
1) Satoshi's email to Wei Dai indicates that he had not previously read the b-money post:
"I was very interested to read your b-money page. ... Adam Back (hashcash.org) noticed the similarities and pointed me to your site."
2) The Bitcoin whitepaper cites b-money only as support:
"transactions must be publicly announced [1]"
3) The Bitcoin whitepaper cites Hashcash by name:
"a proof-of-work system similar to Adam Back's Hashcash"
4) The format and style of the Bitcoin whitepaper closely matches the Hashcash paper. In contrast, the b-money post is plaintext.
http://www.hashcash.org/papers/hashcash.pdf
NB: The Hashcash paper cites b-money.
5) Satoshi's first post cites Hashcash by name:
"New coins are made from Hashcash style proof-of-work."
https://www.metzdowd.com/pipermail/cryptography/2008-October/014810.html