Dealing with standardization of Bitcoin-related topics, such as terminology or protocol.
0
votes
0answers
65 views
Why does Bitcoin-QT have no HELP File? [closed]
The HELP menu is totally feeble. 3 entries: Debug window, About Bitcoin, About QT.
For QT developers perhaps the idea of an actual HELP file is a whole new concept they've never been taught.
In ...
4
votes
1answer
248 views
Bitcoin URL scheme
What is the URL scheme that is used by Bitcoin to copy transaction information directly into the client? Which versions of Bitcoin clients support it?
5
votes
1answer
207 views
Bitcoin Best Practices by the Bitcoin Foundation
The Bitcoin Foundation's Executive Director, Peter Vessenes, in his open letter states that the Foundation is aiming to
Publish a set of best practices for businesses transacting in Bitcoin, ...
8
votes
2answers
592 views
Is the value of “satoshi” fixed or dynamic?
BitCoin Wiki (Transactions) states:
...1 BTC = 100,000,000 Satoshi...
Yet BitCoin Wiki (FAQ) states:
..."satoshi"... is smallest denomination currently possible
In the future when the ...
8
votes
3answers
149 views
What is the preferred way to denote orders of magnitude in BTC?
If I have 36,235.97 BTC, would I shorten that by writing that I have 36.2k BTC or would I write 36.2 kBTC?
It seems that latter is proper for SI units, while the former is used more often for money, ...
5
votes
3answers
274 views
Which programming languages support secp256k1?
Which programming languages have some ready libraries that support Bitcoin's ECDSA curve - secp256k1?
2
votes
1answer
133 views
Bitcoin Dictionary
Is there a website that aggregates all technical and jargon terms used by the Bitcoin community? In other words, is there some compact reference guide that could serve as a "Bitcoin Dictionary"?
4
votes
2answers
609 views
What are Tonal Bitcoins?
What are Tonal Bitcoins? In what application is this system of notation superior to the decimal notation? Are there any clients or other services supporting the tonal system?
2
votes
1answer
84 views
Script - OP_PUSHDATAs
When using OP_PUSHDATAs in different Scripts, how are the next bytes denoting the amount of bytes to be pushed encoded? Are they to be treated as unsigned integer, or signed (like the data that is ...
2
votes
1answer
155 views
Version field in transactions, blocks, etc
A field labelled "version" appears in many contexts regarding the Bitcoin protocol. Sometimes one uses the current version of the Bitcoin client (version message), sometimes 1 is used (block, tx), why ...
7
votes
3answers
288 views
Why does the Bitcoin protocol use the little-endian notation?
Why does the Bitcoin use the litte-endian notation? It is less common than big-endian notation, thus when programming low-level applications working with Bitcoin protocol, one quite often has to ...
3
votes
2answers
55 views
Where should one suggest new terminology?
What is the proper place to suggest Bitcoin-related terminology that one believes should be used by the community? For example, when one wants to standardise some terms people use to describe ...
10
votes
4answers
277 views
What is the collective name for Bitcoin, Namecoin, etc?
Is there some standard term to describe all Bitcoin-like internet currencies, like Solidcoin, Namecoin and so forth? Like "currency" is to dollar, euro, yen, etc?
10
votes
2answers
236 views
Bitcoin grammar
Should "bitcoin" be used as a countable noun admitting a singular and a plural (so that one says "600 bitcoins are in this wallet") or as a mass noun, (like "water" or "money") (so that one says "How ...
5
votes
1answer
721 views
What is the standard protocol for pools/miners?
The Bitcoin client protocol is well documented in the Bitcoin Wiki, but I can't find much on the protocol used by pools and miners. Is it described anywhere?
65
votes
13answers
27k views
What is a good way to concisely explain Bitcoin?
Often I'm asked to explain Bitcoin to someone and occasionally I come up with something stellar that really nails it, but most times it's a rambling incoherent mess.
What I would like to see is a ...