Dogecoin Core Dogecoin Core project
winget install --id=DogecoinCoreproject.DogecoinCore -e
Dogecoin is an open source peer-to-peer digital currency
Dogecoin Core is a peer-to-peer digital currency tool designed to enable secure and efficient transactions of Dogecoin, an open-source cryptocurrency. The software provides users with essential features for managing their Dogecoin holdings, including transaction processing, wallet creation, and blockchain synchronization.
Key Features:
- Secure Transactions: Facilitates encrypted peer-to-peer transfers of Dogecoin, ensuring funds are protected from unauthorized access.
- Privacy Tools: Includes options to enhance transaction privacy, such as Coin Control for selecting specific coins to spend.
- Wallet Management: Supports both deterministic wallets and paper wallets for secure storage and backup of private keys.
- Cross-Platform Support: Available on multiple operating systems, enabling users to manage their Dogecoin across different devices seamlessly.
- Community-Driven Development: Built by an active open-source community, ensuring continuous improvement and innovation.
Audience & Benefit:
Ideal for tech-savvy individuals, developers, investors, and businesses looking to transact with Dogecoin securely and efficiently. Users benefit from low transaction fees, fast confirmation times, and robust security features compared to traditional payment methods.
Dogecoin Core can be installed via winget, making it easy to set up on supported platforms.
README
Dogecoin Core [DOGE, Ð]
IMPORTANT: Starting August 2024, the master
branch has become the primary
integration branch and has become unstable. Please check out a tagged version
before compiling production binaries.
For internationalized documentation, see the index at doc/intl.
Dogecoin is a community-driven cryptocurrency that was inspired by a Shiba Inu meme. The Dogecoin Core software allows anyone to operate a node in the Dogecoin blockchain networks and uses the Scrypt hashing method for Proof of Work. It is adapted from Bitcoin Core and other cryptocurrencies.
For information about the default fees used on the Dogecoin network, please refer to the fee recommendation.
Usage 💻
To start your journey with Dogecoin Core, see the installation guide and the getting started tutorial.
The JSON-RPC API provided by Dogecoin Core is self-documenting and can be browsed with dogecoin-cli help
, while detailed information for each command can be viewed with dogecoin-cli help
.
Such ports
Dogecoin Core by default uses port 22556
for peer-to-peer communication that
is needed to synchronize the "mainnet" blockchain and stay informed of new
transactions and blocks. Additionally, a JSONRPC port can be opened, which
defaults to port 22555
for mainnet nodes. It is strongly recommended to not
expose RPC ports to the public internet.
Function | mainnet | testnet | regtest |
---|---|---|---|
P2P | 22556 | 44556 | 18444 |
RPC | 22555 | 44555 | 18332 |
Ongoing development - Moon plan 🌒
Dogecoin Core is an open source and community driven software. The development process is open and publicly visible; anyone can see, discuss and work on the software.
Main development resources:
- GitHub Projects is used to follow planned and in-progress work for upcoming releases.
- GitHub Discussions is used to discuss features, planned and unplanned, related to both the development of the Dogecoin Core software, the underlying protocols and the DOGE asset.
Version strategy
Version numbers are following major.minor.patch
semantics.
Branches
There are 4 types of branches in this repository:
- master: Unstable, contains the latest code under development.
- maintenance: Stable, contains the latest version of previous releases,
which are still under active maintenance. Format:
-maint
- development: Unstable, contains new code for upcoming releases. Format:
-dev
- archive: Stable, immutable branches for old versions that no longer change because they are no longer maintained.
Submit your pull requests against master
Maintenance branches are exclusively mutable by release. When a release is planned, a development branch will be created and commits from master will be cherry-picked into these by maintainers.
Contributing 🤝
If you find a bug or experience issues with this software, please report it using the issue system.
Please see the contribution guide to see how you can participate in the development of Dogecoin Core. There are often topics seeking help where your contributions will have high impact and get very appreciation. wow.
Very Much Frequently Asked Questions ❓
Do you have a question regarding Dogecoin? An answer is perhaps already in the FAQ or the Q&A section of the discussion board!
License - Much license ⚖️
Dogecoin Core is released under the terms of the MIT license. See COPYING for more information.