{"id":13474352,"url":"https://github.com/dogecoin/dogecoin","last_synced_at":"2025-05-13T16:05:05.699Z","repository":{"id":12339631,"uuid":"14981376","full_name":"dogecoin/dogecoin","owner":"dogecoin","description":"very currency","archived":false,"fork":false,"pushed_at":"2025-05-05T02:21:34.000Z","size":195582,"stargazers_count":14967,"open_issues_count":237,"forks_count":2981,"subscribers_count":862,"default_branch":"master","last_synced_at":"2025-05-05T03:25:59.683Z","etag":null,"topics":["cryptocurrency","dogecoin","wallet"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dogecoin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-12-06T11:38:05.000Z","updated_at":"2025-05-05T02:21:40.000Z","dependencies_parsed_at":"2024-01-18T16:46:22.023Z","dependency_job_id":"c1b321ba-278c-49b2-a73f-24eed58845a9","html_url":"https://github.com/dogecoin/dogecoin","commit_stats":{"total_commits":9403,"total_committers":682,"mean_commits":"13.787390029325513","dds":0.8450494523024566,"last_synced_commit":"a6d12201363b0eb4ccf854b609fc6e98958b1443"},"previous_names":[],"tags_count":148,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogecoin%2Fdogecoin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogecoin%2Fdogecoin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogecoin%2Fdogecoin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dogecoin%2Fdogecoin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dogecoin","download_url":"https://codeload.github.com/dogecoin/dogecoin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252590509,"owners_count":21772934,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptocurrency","dogecoin","wallet"],"created_at":"2024-07-31T16:01:11.713Z","updated_at":"2025-05-05T22:46:59.550Z","avatar_url":"https://github.com/dogecoin.png","language":"C++","funding_links":[],"categories":["C++","Uncategorized","HarmonyOS","Tools","Cryptocurrencies","官方网站"],"sub_categories":["Uncategorized","Windows Manager","Interface Description","官方网站"],"readme":"\u003ch1 align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/dogecoin/dogecoin/master/share/pixmaps/dogecoin256.svg\" alt=\"Dogecoin\" width=\"256\"/\u003e\n\u003cbr/\u003e\u003cbr/\u003e\nDogecoin Core [DOGE, Ð]  \n\u003c/h1\u003e\n\n**IMPORTANT: Starting August 2024, the `master` branch has become the primary\nintegration branch and has become unstable. Please check out a tagged version\nbefore compiling production binaries.**\n\nFor internationalized documentation, see the index at [doc/intl](doc/intl/README.md).\n\nDogecoin 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.\n\nFor information about the default fees used on the Dogecoin network, please\nrefer to the [fee recommendation](doc/fee-recommendation.md).\n\n## Usage 💻\n\nTo start your journey with Dogecoin Core, see the [installation guide](INSTALL.md) and the [getting started](doc/getting-started.md) tutorial.\n\nThe 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 \u003ccommand\u003e`.\n\n### Such ports\n\nDogecoin Core by default uses port `22556` for peer-to-peer communication that\nis needed to synchronize the \"mainnet\" blockchain and stay informed of new\ntransactions and blocks. Additionally, a JSONRPC port can be opened, which\ndefaults to port `22555` for mainnet nodes. It is strongly recommended to not\nexpose RPC ports to the public internet.\n\n| Function | mainnet | testnet | regtest |\n| :------- | ------: | ------: | ------: |\n| P2P      |   22556 |   44556 |   18444 |\n| RPC      |   22555 |   44555 |   18332 |\n\n## Ongoing development - Moon plan 🌒\n\nDogecoin Core is an open source and community driven software. The development\nprocess is open and publicly visible; anyone can see, discuss and work on the\nsoftware.\n\nMain development resources:\n\n* [GitHub Projects](https://github.com/dogecoin/dogecoin/projects) is used to\n  follow planned and in-progress work for upcoming releases.\n* [GitHub Discussions](https://github.com/dogecoin/dogecoin/discussions) is used\n  to discuss features, planned and unplanned, related to both the development of\n  the Dogecoin Core software, the underlying protocols and the DOGE asset.\n\n### Version strategy\nVersion numbers are following ```major.minor.patch``` semantics.\n\n### Branches\nThere are 4 types of branches in this repository:\n\n- **master:** Unstable, contains the latest code under development.\n- **maintenance:** Stable, contains the latest version of previous releases,\n  which are still under active maintenance. Format: ```\u003cversion\u003e-maint```\n- **development:** Unstable, contains new code for upcoming releases. Format: ```\u003cversion\u003e-dev```\n- **archive:** Stable, immutable branches for old versions that no longer change\n  because they are no longer maintained.\n\n***Submit your pull requests against `master`***\n\n*Maintenance branches are exclusively mutable by release. When a release is*\n*planned, a development branch will be created and commits from master will*\n*be cherry-picked into these by maintainers.*\n\n## Contributing 🤝\n\nIf you find a bug or experience issues with this software, please report it\nusing the [issue system](https://github.com/dogecoin/dogecoin/issues/new?assignees=\u0026labels=bug\u0026template=bug_report.md\u0026title=%5Bbug%5D+).\n\nPlease see [the contribution guide](CONTRIBUTING.md) to see how you can\nparticipate in the development of Dogecoin Core. There are often\n[topics seeking help](https://github.com/dogecoin/dogecoin/labels/help%20wanted)\nwhere your contributions will have high impact and get very appreciation. wow.\n\n## Very Much Frequently Asked Questions ❓\n\nDo you have a question regarding Dogecoin? An answer is perhaps already in the\n[FAQ](doc/FAQ.md) or the\n[Q\u0026A section](https://github.com/dogecoin/dogecoin/discussions/categories/q-a)\nof the discussion board!\n\n## License - Much license ⚖️\nDogecoin Core is released under the terms of the MIT license. See\n[COPYING](COPYING) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogecoin%2Fdogecoin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdogecoin%2Fdogecoin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdogecoin%2Fdogecoin/lists"}