Bitcoin Core is the reference implementation of the Bitcoin protocol, featuring a full node, wallet functionality, and more.
- Download the source code from GitHub.
- Follow the build instructions in the
INSTALL.mdfile. - Once compiled, run the
bitcoindprogram to start the Bitcoin Core node.
- 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 are welcome! If you want to contribute to the project, follow these steps:
- Fork the repository.
- Make your changes in a new branch.
- 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]
If you encounter any issues or need assistance, please open an issue on GitHub or contact the development team.
This project is licensed under the MIT License.