…ontaining link to sources repo, basic info, instructions to run the executable files, files list and description, licence.
This fixes [#8160](/bitcoin-bitcoin/8160/), fixes [#8161](/bitcoin-bitcoin/8161/), fixes [#11971](/bitcoin-bitcoin/11971/)
…ontaining link to sources repo, basic info, instructions to run the executable files, files list and description, licence.
This fixes [#8160](/bitcoin-bitcoin/8160/), fixes [#8161](/bitcoin-bitcoin/8161/), fixes [#11971](/bitcoin-bitcoin/11971/)
This fixes #8160, fixes #8161, fixes #1197134 | +Unpack the files into a directory and run: 35 | + 36 | +- `bin/bitcoin-qt` (GUI) or 37 | +- `bin/bitcoind` (headless) 38 | + 39 | +Note: bitcoin-qt is missing in arm tars.
38 | + 39 | +Note: bitcoin-qt is missing in arm tars. 40 | + 41 | +### Files 42 | +``` 43 | +./bin/bitcoin-cli (Command Line Interface)
would prefer this formatted as a list
./bin/bitcoin-cli (Command Line Interface)./bin/bitcoind (headless daemon)
...not entirely decided on whether we want more platform-dependent READMEs: e.g. would be better to have one that is actively updated for every platform than heaps of them that eventually run out of date with teach other.
I think the main README.md already is, effectively, the UNIX one! so might be better to update that one.
The only reason that windows has a special README is because it deviates from the way things are done on UNIX-ish OSes in a few places.
Ok, I will make a new PR updating the main README.md