You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ross Nicoll 31afd13311
Merge pull request #2670 from patricklodder/1.14.5-fixate
1 year ago
.github Merge pull request #2491 from edtubbs/master 1 year ago
.tx qt: Set transifex slug to 0.14 6 years ago
build-aux/m4 Squashed 'src/univalue/' changes from 16a1f7f6e..a44caf65f 1 year ago
contrib Merge pull request #2551 from crozone/1.14.5-dev 1 year ago
depends Merge pull request #2491 from edtubbs/master 1 year ago
doc Update and clarify 1.14.5 release notes 1 year ago
qa rpc: configure auxpow rpc methods to use Namecoin-compatible API 1 year ago
share rename other icons 2 years ago
src Merge pull request #2670 from patricklodder/1.14.5-fixate 1 year ago
.gitattributes Separate protocol versioning from clientversion 9 years ago
.gitignore Added IntelliJ IDEA in .gitignore and removed dot from dogecoin.com link 2 years ago
CONTRIBUTING.md Grammatical: Added "," in #156 2 years ago
COPYING fix COPYING 2 years ago
INSTALL.md fixup installation guide 2 years ago
Makefile.am Squashed 'src/univalue/' changes from 16a1f7f6e..a44caf65f 1 year ago
README.md Merge pull request #2568 from AbcSxyZ/getting-started 1 year ago
README_zh_CN.md Changes made to the readme translation file 2 years ago
autogen.sh Add MIT license to autogen.sh and share/genbuild.sh 7 years ago
configure.ac fixate 1.14.5 1 year ago
libbitcoinconsensus.pc.in Unify package name to as few places as possible without major changes 7 years ago

README.md

Dogecoin Core [DOGE, Ð]

Dogecoin

DogecoinBadge MuchWow

Select language: EN | CN

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.

Website: dogecoin.com

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 <command>. Alternatively, see the Bitcoin Core documentation - which implement a similar protocol - to get a browsable version.

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 Discussion 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.
  • Dogecoindev subreddit

Version strategy

Version numbers are following major.minor.patch semantics.

Branches

There are 3 types of branches in this repository:

  • master: Stable, contains the latest version of the latest major.minor release.
  • maintenance: Stable, contains the latest version of previous releases, which are still under active maintenance. Format: <version>-maint
  • development: Unstable, contains new code for planned releases. Format: <version>-dev

Master and maintenance branches are exclusively mutable by release. Planned releases will always have a development branch and pull requests should be submitted against those. Maintenance branches are there for bug fixes only, please submit new features against the development branch with the highest version.

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.

Communities 🚀🍾

You can join the communities on different social media. To see what's going on, meet people & discuss, find the lastest meme, learn about Dogecoin, give or ask for help, to share your project.

Here are some places to visit:

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 or see opensource.org