dogecoin/doc
MarcoFalke 70b12af87e
Merge #16647: rpc: add weight to getmempoolentry output
17d178fb94 doc: add release-notes for getmempoolentry weight field addition (fanquake)
9c9cc2bd20 qa: Add RPC tests for weight in mempool entry (Daniel Edgecumbe)
54aaa7883c RPC: add weight to mempool entry output (Daniel Edgecumbe)

Pull request description:

  Rebase of #14649 (which itself was a rebase of #11256).

  Squash the two test related commits, and swapped out `size` usage for `vsize`.

  Added a commit with release notes.

ACKs for top commit:
  emilengler:
    Concept ACK 17d178f
  instagibbs:
    utACK 17d178fb94
  meshcollider:
    utACK 17d178fb94

Tree-SHA512: 1d354c9837e0ad0afa40325de9329b9e62688d5eab4d9e1cf9b46d8ae29d08f42d903ab37a41751c2ea8f9034231b21095881b1f5d911cb542b8b06bc85dc7cd
2019-08-20 13:54:42 -04:00
..
man Remove -mempoolreplacement to prevent needless block prop slowness. 2019-06-08 09:32:33 -04:00
release-notes Add missing contributor to release notes 2019-08-14 23:01:36 +12:00
.gitignore
assets-attribution.md
benchmarking.md [doc] Update and extend benchmarking.md 2019-08-02 13:33:13 -04:00
bips.md doc: Update bips 35, 37 and 111 status 2019-07-21 10:21:40 -04:00
bitcoin-conf.md doc: add note on precedence of options in bitcoin.conf 2019-07-25 09:57:57 +08:00
bitcoin_logo_doxygen.png
build-freebsd.md
build-netbsd.md
build-openbsd.md
build-osx.md doc: Fix broken link in doc/build-osx.md 2019-06-29 16:32:36 +02:00
build-unix.md doc: Add ZMQ dependencies to Fedora build 2019-08-18 15:54:48 +03:00
build-windows.md Remove Windows 32 bit build 2019-05-03 13:41:27 -04:00
dependencies.md doc: remove line numbers from qt package links 2019-07-24 09:17:48 +08:00
descriptors.md
developer-notes.md doc: Fix grammar and punctuation in developer notes 2019-08-03 09:30:37 -06:00
dnsseed-policy.md
Doxyfile.in doc: Include static members in Doxygen 2019-07-06 11:48:18 -04:00
files.md
fuzzing.md Update doc and CI config 2019-07-08 20:28:58 -04:00
gitian-building.md
init.md
JSON-RPC-interface.md
productivity.md docs: Add productivity notes for "dummy rebases" 2019-05-15 14:12:45 -04:00
psbt.md doc: fix/improve analyzepsbt in doc/psbt.md 2019-05-19 17:31:37 +02:00
rapidcheck.md doc: initial RapidCheck property-based testing documentation 2019-08-19 09:18:16 +02:00
README.md docs: add reduce-memory.md 2019-07-06 10:45:04 +08:00
README_windows.txt
reduce-memory.md docs: add reduce-memory.md 2019-07-06 10:45:04 +08:00
reduce-traffic.md doc: Mention blocksonly in reduce-traffic.md, unhide option 2019-05-13 10:44:46 -04:00
release-notes-0.18.1-16257.md [wallet] abort when attempting to fund a transaction above maxtxfee 2019-06-28 22:44:38 -04:00
release-notes-13756.md docs: release note wording 2019-06-22 02:45:40 +09:00
release-notes-14054.md
release-notes-14802.md rpc: faster getblockstats using BlockUndo data 2019-05-10 08:33:14 -04:00
release-notes-14954.md docs: add release note for 14954 2019-05-28 14:17:31 -04:00
release-notes-15006.md Add option to create an encrypted wallet 2019-05-13 22:49:34 -04:00
release-notes-15427.md [docs] Add release notes for PR 15427 2019-07-05 10:47:01 +01:00
release-notes-15566.md
release-notes-15620.md
release-notes-15637.md
release-notes-15730.md doc: Add release notes for 15730 2019-05-02 11:39:07 +01:00
release-notes-15849.md threads: prefix log messages with thread names 2019-04-29 13:49:15 -04:00
release-notes-15993.md doc: Add release notes for 15993 2019-06-07 09:40:23 +02:00
release-notes-16060.md [docs] Add release notes for burying bip 9 soft fork deployments 2019-08-14 15:52:52 -04:00
release-notes-16383.md doc: add release note for include_watchonly default changes 2019-07-24 03:33:53 -07:00
release-notes-16394.md Allow createwallet to take empty passwords to make unencrypted wallets 2019-07-29 11:50:24 -04:00
release-notes-16647.md doc: add release-notes for getmempoolentry weight field addition 2019-08-19 11:45:28 +08:00
release-notes.md doc: Add release note for the deprecated totalFee option of bumpfee 2019-07-31 12:32:55 +01:00
release-process.md doc: Remove explicit mention of version from SECURITY.md 2019-06-14 06:39:17 -04:00
REST-interface.md
shared-libraries.md
tor.md
translation_process.md
translation_strings_policy.md
zmq.md

Bitcoin Core

Setup

Bitcoin Core is the original Bitcoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Bitcoin transactions, which requires a few hundred gigabytes of disk space. Depending on the speed of your computer and network connection, the synchronization process can take anywhere from a few hours to a day or more.

To download Bitcoin Core, visit bitcoincore.org.

Running

The following are some helpful notes on how to run Bitcoin Core on your native platform.

Unix

Unpack the files into a directory and run:

  • bin/bitcoin-qt (GUI) or
  • bin/bitcoind (headless)

Windows

Unpack the files into a directory, and then run bitcoin-qt.exe.

macOS

Drag Bitcoin Core to your applications folder, and then run Bitcoin Core.

Need Help?

Building

The following are developer notes on how to build Bitcoin Core on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.

Development

The Bitcoin repo's root README contains relevant information on the development process and automated testing.

Resources

Miscellaneous

License

Distributed under the MIT software license. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com), and UPnP software written by Thomas Bernard.