elements/doc
2024-10-16 04:56:58 +00:00
..
design
man Fix placeholder manpages 2023-09-25 18:39:03 -07:00
policy
release-notes
.gitignore
assets-attribution.md
benchmarking.md
bips.md
bitcoin-conf.md
bitcoin_logo_doxygen.png
build-android.md
build-freebsd.md
build-netbsd.md
build-openbsd.md
build-osx.md Merge e09cf64c48 into merged_master (Bitcoin PR bitcoin/bitcoin#24585) 2023-10-16 11:29:11 +00:00
build-unix.md Merge 691a08718b into merged_master (Bitcoin PR bitcoin/bitcoin#25550) 2024-10-09 19:34:31 +00:00
build-windows.md
cjdns.md
dependencies.md
descriptors.md
developer-notes.md
dnsseed-policy.md
Doxyfile.in
elements-block-header-format.md lint: fix codespell warnings 2023-09-27 15:56:20 +02:00
elements-confidential-transactions.md Fix linter issues 2023-08-23 09:57:01 -07:00
elements-tx-format.md
elements-upstream-tracking.md
external-signer.md
files.md
fuzzing.md
guix.md
i2p.md
init.md
JSON-RPC-interface.md
managing-wallets.md
multisig-tutorial.md
p2p-bad-ports.md
productivity.md
psbt.md
pset.mediawiki
README.md Merge a4e066af85 into merged_master (Bitcoin PR bitcoin/bitcoin#24352) 2024-09-16 04:28:39 +00:00
README_doxygen.md
README_windows.txt
reduce-memory.md
reduce-traffic.md
release-notes-15936.md
release-notes-20861.md
release-notes-24098.md
release-notes-24118.md
release-notes-24198.md
release-notes-24494.md
release-notes-empty-template.md
release-notes.md
release-process.md
REST-interface.md
shared-libraries.md
taproot-sighash.mediawiki
tapscript_opcodes.md Fix spelling lints. 2023-02-26 19:30:18 -08:00
tor.md
tracing.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.