Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.2 KB

File metadata and controls

37 lines (23 loc) · 1.2 KB

Bitcoin Core

Bitcoin Core Logo

Bitcoin Core is the reference implementation of the Bitcoin protocol, featuring a full node, wallet functionality, and more.

Installation

  1. Download the source code from GitHub.
  2. Follow the build instructions in the INSTALL.md file.
  3. Once compiled, run the bitcoind program to start the Bitcoin Core node.

Usage

  • To start the Bitcoin Core node, run bitcoind.
  • For wallet interactions, use bitcoin-cli.
  • Refer to the official Bitcoin Core documentation for more options and commands.

Contributions

Contributions are welcome! If you want to contribute to the project, follow these steps:

  1. Fork the repository.
  2. Make your changes in a new branch.
  3. Submit a pull request.

If you prefer to support financially, you can do so through the following cryptocurrency addresses:

  • Bitcoin (BTC): [BTC Address]
  • Ethereum (ETH): [ETH Address]

Issues and Support

If you encounter any issues or need assistance, please open an issue on GitHub or contact the development team.

License

This project is licensed under the MIT License.