elements/doc
Andrew Poelstra 54488be25f Merge 2d4eeaf9c5 into merged_master (Bitcoin PR #20601)
Looks like Bitcoin #18340 and Elements #815 did the same doc change.
Took the Bitcoin version.
2021-06-14 17:46:19 +00:00
..
man Merge 50e019a97a into merged_master (Bitcoin PR #20414) 2021-05-06 18:40:47 +00:00
release-notes
.gitignore
assets-attribution.md
benchmarking.md
bips.md
bitcoin-conf.md
bitcoin_logo_doxygen.png
build-freebsd.md doc: Update for FreeBSD 12.2, add GUI Build Instructions 2020-12-10 15:38:20 -05:00
build-netbsd.md
build-openbsd.md
build-osx.md Merge 86f2007193 into merged_master (Bitcoin PR #20527) 2021-06-13 23:25:03 +00:00
build-unix.md Merge 86bf3ae3b5 into merged_master (Bitcoin PR #20202) 2021-05-07 17:19:00 +00:00
build-windows.md
dependencies.md
descriptors.md
developer-notes.md
dnsseed-policy.md
Doxyfile.in
elements-upstream-tracking.md Further revisions in response to comments 2021-02-26 01:00:16 -08:00
files.md
fuzzing.md fuzz: Link all targets once 2020-12-10 07:15:42 +01:00
gitian-building.md
init.md
JSON-RPC-interface.md
multiprocess.md
productivity.md
psbt.md
pset.mediawiki Specify PSET 2021-04-20 18:08:17 -04:00
README.md
README_doxygen.md
README_windows.txt
reduce-memory.md
reduce-traffic.md
release-notes-19776.md
release-notes.md
release-process.md
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/elementsd (headless)
  • bin/elements-qt (GUI)

Windows

Unpack the files into a directory, and then run elements-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.