Browse Source

[doc] Fix markdown

0.13
MarcoFalke 8 years ago
parent
commit
fa97f95c15
  1. 2
      README.md
  2. 4
      contrib/verifysfbinaries/README.md
  3. 2
      doc/README.md
  4. 7
      doc/release-notes/release-notes-0.12.0.md
  5. 2
      doc/release-process.md
  6. 2
      qa/rpc-tests/multi_rpc.py
  7. 3
      share/rpcuser/README.md

2
README.md

@ -15,7 +15,7 @@ out collectively by the network. Bitcoin Core is the name of open source
software which enables the use of this currency. software which enables the use of this currency.
For more information, as well as an immediately useable, binary version of For more information, as well as an immediately useable, binary version of
the Bitcoin Core software, see https://www.bitcoin.org/en/download, or read the the Bitcoin Core software, see https://bitcoin.org/en/download, or read the
[original whitepaper](https://bitcoincore.org/bitcoin.pdf). [original whitepaper](https://bitcoincore.org/bitcoin.pdf).
License License

4
contrib/verifysfbinaries/README.md

@ -1,6 +1,6 @@
### Verify SF Binaries ### ### Verify Binaries ###
This script attempts to download the signature file `SHA256SUMS.asc` from https://bitcoin.org. This script attempts to download the signature file `SHA256SUMS.asc` from https://bitcoin.org.
It first checks if the signature passes, and then downloads the files specified in the file, and checks if the hashes of these files match those that are specified in the signature file. It first checks if the signature passes, and then downloads the files specified in the file, and checks if the hashes of these files match those that are specified in the signature file.
The script returns 0 if everything passes the checks. It returns 1 if either the signature check or the hash check doesn't pass. If an error occurs the return value is 2. The script returns 0 if everything passes the checks. It returns 1 if either the signature check or the hash check doesn't pass. If an error occurs the return value is 2.

2
doc/README.md

@ -49,7 +49,7 @@ The following are developer notes on how to build Bitcoin on your native platfor
Development Development
--------------------- ---------------------
The Bitcoin repo's [root README](https://github.com/bitcoin/bitcoin/blob/master/README.md) contains relevant information on the development process and automated testing. The Bitcoin repo's [root README](/README.md) contains relevant information on the development process and automated testing.
- [Developer Notes](developer-notes.md) - [Developer Notes](developer-notes.md)
- [Multiwallet Qt Development](multiwallet-qt.md) - [Multiwallet Qt Development](multiwallet-qt.md)

7
doc/release-notes/release-notes-0.12.0.md

@ -99,7 +99,7 @@ Direct headers announcement (BIP 130)
Between compatible peers, [BIP 130] Between compatible peers, [BIP 130]
(https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki) (https://github.com/bitcoin/bips/blob/master/bip-0130.mediawiki)
direct headers announcement is used. This means that blocks are advertized by direct headers announcement is used. This means that blocks are advertised by
announcing their headers directly, instead of just announcing the hash. In a announcing their headers directly, instead of just announcing the hash. In a
reorganization, all new headers are sent, instead of just the new tip. This reorganization, all new headers are sent, instead of just the new tip. This
can often prevent an extra roundtrip before the actual block is downloaded. can often prevent an extra roundtrip before the actual block is downloaded.
@ -272,7 +272,7 @@ at all. Therefore, a fallback value can be set with `-fallbackfee=<f>`
At all times, Bitcoin Core will cap fees at `-maxtxfee=<x>` (default: At all times, Bitcoin Core will cap fees at `-maxtxfee=<x>` (default:
0.10) BTC. 0.10) BTC.
Furthermore, Bitcoin Core will never create transactions smaller than Furthermore, Bitcoin Core will never create transactions paying less than
the current minimum relay fee. the current minimum relay fee.
Finally, a user can set the minimum fee rate for all transactions with Finally, a user can set the minimum fee rate for all transactions with
`-mintxfee=<i>`, which defaults to 1000 satoshis per kB. `-mintxfee=<i>`, which defaults to 1000 satoshis per kB.
@ -701,7 +701,7 @@ git merge commit are mentioned.
- #7112 `96b8025` reduce cs_main locks during tip update, more fluently update UI (Jonas Schnelli) - #7112 `96b8025` reduce cs_main locks during tip update, more fluently update UI (Jonas Schnelli)
- #7206 `f43c2f9` Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4] (Matt Corallo) - #7206 `f43c2f9` Add "NODE_BLOOM" to guiutil so that peers don't get UNKNOWN[4] (Matt Corallo)
- #7282 `5cadf3e` fix coincontrol update issue when deleting a send coins entry (Jonas Schnelli) - #7282 `5cadf3e` fix coincontrol update issue when deleting a send coins entry (Jonas Schnelli)
- #7319 `1320300` Intro: Display required space (Jonas Schnelli) - #7319 `1320300` Intro: Display required space (MarcoFalke)
- #7318 `9265e89` quickfix for RPC timer interface problem (Jonas Schnelli) - #7318 `9265e89` quickfix for RPC timer interface problem (Jonas Schnelli)
- #7327 `b16b5bc` [Wallet] Transaction View: LastMonth calculation fixed (crowning-) - #7327 `b16b5bc` [Wallet] Transaction View: LastMonth calculation fixed (crowning-)
- #7364 `7726c48` [qt] Windows: Make rpcconsole monospace font larger (MarcoFalke) - #7364 `7726c48` [qt] Windows: Make rpcconsole monospace font larger (MarcoFalke)
@ -841,7 +841,6 @@ Thanks to everyone who directly contributed to this release:
- Kevin Cooper - Kevin Cooper
- lpescher - lpescher
- Luke Dashjr - Luke Dashjr
- Marco
- MarcoFalke - MarcoFalke
- Mark Friedenbach - Mark Friedenbach
- Matt - Matt

2
doc/release-process.md

@ -210,7 +210,7 @@ Note: check that SHA256SUMS itself doesn't end up in SHA256SUMS, which is a spur
- Optionally reddit /r/Bitcoin, ... but this will usually sort out itself - Optionally reddit /r/Bitcoin, ... but this will usually sort out itself
- Notify BlueMatt so that he can start building [https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin](the PPAs) - Notify BlueMatt so that he can start building [the PPAs](https://launchpad.net/~bitcoin/+archive/ubuntu/bitcoin)
- Add release notes for the new version to the directory `doc/release-notes` in git master - Add release notes for the new version to the directory `doc/release-notes` in git master

2
qa/rpc-tests/multi_rpc.py

@ -44,7 +44,7 @@ class HTTPBasicsTest (BitcoinTestFramework):
#Old authpair #Old authpair
authpair = url.username + ':' + url.password authpair = url.username + ':' + url.password
#New authpair generated via contrib/rpcuser tool #New authpair generated via share/rpcuser tool
rpcauth = "rpcauth=rt:93648e835a54c573682c2eb19f882535$7681e9c5b74bdd85e78166031d2058e1069b3ed7ed967c93fc63abba06f31144" rpcauth = "rpcauth=rt:93648e835a54c573682c2eb19f882535$7681e9c5b74bdd85e78166031d2058e1069b3ed7ed967c93fc63abba06f31144"
password = "cA773lm788buwYe4g4WT+05pKyNruVKjQ25x3n0DQcM=" password = "cA773lm788buwYe4g4WT+05pKyNruVKjQ25x3n0DQcM="

3
share/rpcuser/README.md

@ -7,5 +7,4 @@ Create an RPC user login credential.
Usage: Usage:
./rpcuser.py <username> ./rpcuser.py <username>

Loading…
Cancel
Save