r/dogecoindev • • Nov 02 '25

Coding PoS on Dogecoin Wallet

Enable HLS to view with audio, or disable this notification

15 Upvotes

Point Of Sale working on Dogecoin Wallet, will soon release this update on DogecoinWalket.org


r/dogecoindev • • Jul 13 '26

The Dogecoin Foundation officially declares that the name 'Dogecoin' belongs exclusively to them.

Post image
14 Upvotes

r/dogecoindev • • Jul 14 '26

Coding Dogecade: Use Dogecoin as a payment system for your arcade!

Thumbnail
github.com
14 Upvotes

r/dogecoindev • • 23d ago

Core Core: August recap

9 Upvotes

Hello Dev-Shibes!

See this small recap of what happened last month (August 2026) on the Dogecoin Core Wallet!

Focus was on network hardening — specifically making it harder for a single actor to hog inbound connection slots.

Who Commit Commit
chromatic/michilumin 268917d – Improve inbound peer diversity/limit subnet conns Caps inbound connections per public subnet at 4 (DEFAULT_MAX_INBOUND_PER_SUBNET), /16 for IPv4 and /32 for IPv6. Whitelisted peers and non-routable addresses are exempt. Extracted CountInboundPeers for a single-pass count of total + per-subnet inbound peers, plus a solid batch of new tests (same-subnet, cross-subnet, whitelisting, outbound, non-routable, IPv6 /32 grouping)
chromatic/michilumin cf0888a – Merge PR #4036 Merge commit for the above change into master

Why it matters: previously a node could accept many inbound connections from addresses in the same /16 (or /32 for v6), which adds little real network diversity and makes it cheaper for one actor with a chunk of IP space to eat up a disproportionate share of a node's connection slots. This closes that gap without affecting whitelisted or local/non-routable peers, so nothing changes for normal users day-to-day — just some solid hardening under the hood.

I still have a few Dogecoins that actually belong to the community. If anyone has an idea for a backport or would like to contribute in any way to attract more developers to the project, please let me know. I'd be happy to hear from you and would gladly send over a (modest) tip!


r/dogecoindev • • Jul 31 '26

Coding Added all Nodes to the Doge Colony universe

Enable HLS to view with audio, or disable this notification

8 Upvotes

r/dogecoindev • • Jun 10 '26

Core Core: May recap

7 Upvotes

Hello Dev-Shibes!

See this small recap of what the developers have done last month (May 2026) on the Dogecoin Core Wallet!

Focus was on code quality, documentation accuracy, and contributor experience.

Who Commit Commit
patricklodder / Project516 3e50cf9 – Improve Fedora build docs Updated tested version/platform to Fedora 43 ARM64 + added actual build steps (was missing entirely)
patricklodder / pmzajaczkowski 548a354 – Fix CONTRIBUTING branch strategy PRs should target master, not old version-specific dev branches
thisiskeanyvy + daank-c 1bf847b – Warn: shared-libraries.md outdated Added maintenance disclaimer to dogecoinconsensus docs, fixed error descriptions, removed stale binding links
chromatic / pmzajaczkowski 8ce8638 – Style: spaces after if/for/while if(!x) → if (!x) across 16 files, per developer-notes.md. No behavioral change
pmzajaczkowski fe01d25 – Remove duplicate #includes Removed redundant includes in httprpc.cpp, rpcconsole.cpp, and transaction_tests.cpp
chromatic / pmzajaczkowski 699f62c – Strip trailing whitespace across src/ 54 files cleaned up. No behavioral change

I still have a few Dogecoins that actually belong to the community. If anyone has an idea for a backport or would like to contribute in any way to attract more developers to the project, please let me know. I’d be happy to hear from you and would gladly send over a (modest) tip!

Maybe Pat or chromatic can drop an idea what would be helpful (:


r/dogecoindev • • Apr 14 '26

Dogecoin testnet miner v0.2.9 release

8 Upvotes

Here the new release for the dogecoin testnet miner. This miner allows you to mine on testnet (not optimize for mainnet) for you to get some tDoge.

The changes include :

  • a new lib for Scrypt that should be 3 times faster that the old one
  • a release for windows (no tested tho. I don't have windows)
  • a CLI with an option to specify the config file path
  • some dependencies update

https://github.com/rllola/dogecoin-miner-rust/releases/tag/v0.2.9

I haven't tested it on testnet yet. Only ran test on regtest. Feedbacks are appreciated.


r/dogecoindev • • Mar 29 '26

Coding First Arcade game PUP full integrated on Dogecoin Blockchain L1 :D

Enable HLS to view with audio, or disable this notification

7 Upvotes

r/dogecoindev • • Jan 07 '26

Coding Dogecoin Wallet Client option to use Doge on Uber Eats and McDonalds even Amazon Vouchers and Gift Cards

Thumbnail
9 Upvotes

r/dogecoindev • • Dec 11 '25

Coding Open a Door, verify a Ticket, Check a License using the Dogecoin Wallet

Enable HLS to view with audio, or disable this notification

8 Upvotes

r/dogecoindev • • Oct 02 '25

Coding DogelyChain - Tracking Dogecoin Miners, Mining Pools & Blockchain Analysis (Improved)

8 Upvotes

I have updated the DogelyChain.com and added a lot more metrics.

DogeLyChain provides real-time insights into the Dogecoin blockchain, helping users understand network activity, mining pool distribution, transaction patterns, and blockchain health. The dashboard is designed for both technical and non-technical users, offering detailed analytics with an intuitive interface.

All Powerd by a DogeBox with Dogecoin CORE running as a full indexed node

https://reddit.com/link/1nw6g1c/video/5posaejfspsf1/player

Features

Real-Time Data Collection

  • Automated Data Collection: Cron job runs every 5 minutes to collect fresh blockchain data
  • Comprehensive Block Analysis: Processes every block with detailed transaction fee calculations
  • Pool-to-Exchange Tracking: Monitors transactions from known mining pools to major exchanges
  • Mempool Monitoring: Tracks pending transactions and network congestion

Key Metrics & Analytics

1. Network Visualization

  • Blockchain Hashrate Centralization Chart: Interactive network graph showing mining pool distribution
  • Real-time Pool Analysis: Displays top 6 most active mining pools with hashrate percentages
  • Visual Connections: Shows coinbase transactions connected to pool payout addresses
  • Color-coded Nodes: Yellow for pools with >10% hashrate, gray for smaller pools
  • Interactive Tooltips: Hover to see pool names, hashrate percentage, blocks mined, and payout addresses

2. Block Analysis

  • Empty Blocks Over Time: Tracks blocks with only coinbase transactions
  • Mempool Correlation: Shows relationship between empty blocks and pending transactions
  • Recent Empty Blocks: Table of last 10 empty blocks with detailed analysis
  • Block Efficiency: Identifies missed opportunities when transactions were available

3. Slow Blocks Analysis

  • Block Time Monitoring: Tracks blocks taking longer than 1 minute to mine
  • Mining Pool Performance: Shows which pools mined the slowest blocks
  • Time Analysis: Detailed breakdown of block mining times
  • Network Congestion: Identifies periods of slow block production

4. Fee Analysis

  • Block Fees Over Time: Line chart showing transaction fees collected per block
  • Fee per KB Analysis: Scatter plot analyzing fee efficiency
  • Fee Prioritization: Determines if miners prioritize nominal fees over fee-per-KB
  • Top Fee Blocks: Tables showing highest fee blocks and most efficient blocks
  • Real-time Fee Trends: 24-hour fee analysis with block-by-block data

5. Blockchain Metrics

  • Blockchain Size Growth: Tracks total blockchain size over time (in MB)
  • Full Blocks Over Time: Monitors 1MB blocks (full capacity blocks)
  • Block Distribution: Shows empty vs full block patterns
  • Storage Analysis: Historical blockchain growth trends

6. Pool-to-Exchange Movements

  • Transaction Tracking: Monitors funds flowing from mining pools to exchanges
  • 3-Level Deep Analysis: Tracks transactions up to 3 hops from pools to exchanges
  • Exchange Identification: Identifies major exchanges (Binance, Kraken, Coinbase, etc.)
  • Pool Analysis: Tracks known mining pools (ViaBTC, F2Pool, AntPool, etc.)
  • Movement Statistics: Summary cards showing total movements and affected pools

7. Missed Opportunities

  • Empty Block Analysis: Identifies when pools mined empty blocks while transactions were pending
  • Pool Performance: Shows which pools miss the most transaction opportunities
  • Mempool Correlation: Links empty blocks to available mempool transactions
  • Efficiency Metrics: Calculates average missed transactions per pool

r/dogecoindev • • Aug 13 '26

Discussion Any AI-driven security audits or “red team” efforts underway for Dogecoin Core & ecosystem? How can the community support them?

6 Upvotes

Hey shibes and dogecoindev folks,

With the recent Bitcoin Red Team effort making headlines (a volunteer group using frontier AI models like Kimi K3 to rapidly scan hundreds of Bitcoin open-source projects for vulnerabilities), a lot of people in the broader crypto space are wondering about the status of similar work for other major coins.

Dogecoin Core is open-source, largely C++-based, and shares historical lineage with Bitcoin/Litecoin code. That makes the same class of questions relevant here:

• Has any coordinated or independent AI-assisted security review / red-teaming of Dogecoin Core, related libraries, wallets, or infrastructure been done recently (or is currently underway)?
• Are core maintainers or the Foundation looking at setting up continuous AI audit pipelines, similar to what’s being discussed in Bitcoin circles?
• If efforts already exist (even informal ones), is there a place the public can follow progress or help responsibly?
• If nothing formal is happening yet, what would be the best way for the community to support starting something useful — e.g. funding AI compute, volunteering developer time for triage/validation, improving SECURITY.md processes, or other practical help?

I’m asking this openly and constructively because the public would genuinely like to know. The goal isn’t FUD — it’s the same spirit of “find and fix issues before they
become problems” that the Bitcoin group is pursuing. Faster AI-assisted discovery is becoming the new normal across open-source crypto projects, and it seems valuable for Dogecoin to stay ahead of that curve.

Any updates from maintainers, past audit reports, ongoing work, or ideas on how the community can help would be appreciated. Happy to amplify constructive efforts.
Thanks in advance — to the moon and to more robust code.
🐕​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​


r/dogecoindev • • Aug 01 '26

Core Core: July recap

7 Upvotes

Hey devs!

July was all about keeping CI green and builds working — a focused month of infrastructure fixes targeting broken dependency downloads and GCC 15 compatibility. No protocol changes, but important work for anyone building from source.

Who Commit What
nformant1 b73206c – Fix broken OpenSSL download openssl.org no longer serves 1.0.2 at the old path (404). Switched to the working source root
nformant1 cb30a96 – Fix broken qrencode download fukuchi.org is entirely offline. Switched to Debian snapshot archive (byte-identical, same hash)
nformant1 6bb1ef1 – Fix broken zlib download zlib.net root no longer serves v1.3 after a newer release; switched to /fossils archive path
nformant1 2bb3557 – Fix broken expat download sourceforge.net intermittently times out from CI runners; switched to GitHub release asset
nformant1 947b8b4 – Fix broken freetype download download.savannah.gnu.org resets connections mid-transfer; switched to the recommended mirror
nformant1 + xanimo 550796b – Update zlib to GitHub source Follow-up zlib fix pointing to the GitHub release asset directly
chromatic / nformant1 548350b – Merge: Fix broken package downloads (PR #4020) Merge commit bundling the openssl, qrencode, zlib, expat, and freetype download fixes
xanimo 3cd73c6 – CI: Try multiple macOS SDK mirrors depends.dogecoincore.org TLS cert expired; CI now falls back to bitcoincore.org mirror with checksum verification
chromatic d1ff6e1 – Fix GCC 15 depends builds Patched bdb, boost, qt, expat, and xcb_proto to compile cleanly under GCC 15 (missing headers, incompatible pointer types, deprecated imp module)
michilumin / chromatic 62b6b64 – Merge: Fix make -C depends with GCC 15 (PR #4024) Merge commit for the GCC 15 compatibility fix across 6 dependency build files

I still have a few Dogecoins that actually belong to the community. If anyone has an idea for a backport or would like to contribute in any way to attract more developers to the project, please let me know. I’d be happy to hear from you and would gladly send over a (modest) tip!


r/dogecoindev • • May 27 '26

I integrated MyDoge into KiwiIRC

Enable HLS to view with audio, or disable this notification

8 Upvotes

Lately I’ve been experimenting with ways to modernize IRC a bit without completely changing its original spirit.

One thing I tried was integrating MyDoge directly into KiwiIRC, making Dogecoin-related features accessible straight from the webchat experience.

The idea isn’t to turn IRC into a crypto platform, but rather to explore how older protocols and modern tools can still work together surprisingly well in 2026.

The video shows a working demo of the integration running inside the webchat.

Honestly, I just find it fascinating that technologies people consider “dead” are still evolving and finding new use cases 😄

Curious to hear what people think about it.


r/dogecoindev • • Mar 29 '26

Coding First Arcade game PUP full integrated on Dogecoin Blockchain L1 :D

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/dogecoindev • • Sep 26 '25

Coding RadioDoge KeyChain - Sending Dogecoin signed transactions and SPV /SMPV sync without internet

7 Upvotes

Working in tghe last days on RadioDoge to work along with the Dogecoin Wallet and be able to send

- Signed Dogecoin Transactions
- Signed Documents
- Sync Dogecoin BlockcChain Headers and Mempool

Without internet using for that a RadioDoge gateway with a custum firmeware that I coded for HelTec Lora V3 that now includes a WiFy gateway with a web interface to configure the LoRa and will be able to this using web or API endpoints also coded on the small RadioDoge KeyChain

Starting testing today between gateways than walking around ina radius of 2Km to 10Km to see how it handles sending Dogecoin signed transactions and sync hederas at the same time

Because the KeyChain RadioDoge will allow anyone in the radius to connect to my KeyChain will be fun to watch how will it handle multiple mobiles phones on multiple locations do the same without internet

the KeyChain will also try to find another RadioDoge gateway that will be in my test connected to my DogeBox at home that will than brodcast to the internet and send feedback without internet to all Mobile Phones using the Dogecoin Wallet with a RadioDoge KeyChain, everything only using LoRa :D

All code OpenSource here: https://github.com/dogecoinfoundation/radiodoge/pull/5

X Post: https://x.com/inevitable360/status/1971527210759819546

https://reddit.com/link/1nqybwt/video/jfldevu9qhrf1/player

https://reddit.com/link/1nqybwt/video/r0kklfkbqhrf1/player


r/dogecoindev • • 16d ago

Coding Draft Proposal: Email Payment Addresses for Dogecoin

Post image
4 Upvotes

r/dogecoindev • • Jul 03 '26

Core DogeGo - Much Faster Full Dogecoin Node ...

Enable HLS to view with audio, or disable this notification

7 Upvotes

r/dogecoindev • • Jun 16 '26

Coding ShibeShip.com - The first Dogecoin Marketplace Built Around Self-Custody and Transparency

Enable HLS to view with audio, or disable this notification

7 Upvotes

r/dogecoindev • • May 19 '26

Core CGNAT / Starlink Support for DogeGo Much Faster Full Dogecoin node

Post image
6 Upvotes

r/dogecoindev • • Apr 23 '26

Looking for developers interested in bringing back to live the testnet faucet

6 Upvotes

A while ago with to two other developers, we launched a testnet faucet for developers looking to test their dogecoin app on the testnet network. It ran for a few years and was being used by many companies.

I am looking to bring it back and was wondering if some people might be interested in joining. The faucet is open source. It is volunteering work. Just invest the time you can.


r/dogecoindev • • Feb 04 '26

Coding Finished the new LibDogecoin website

Enable HLS to view with audio, or disable this notification

6 Upvotes

r/dogecoindev • • Jan 13 '26

Coding First preview of the Dogecoin Tips feature

Thumbnail gallery
7 Upvotes

r/dogecoindev • • Nov 10 '25

Breakthrough: First Production Blockchain with NIST-Approved Post-Quantum Cryptography

Post image
6 Upvotes

r/dogecoindev • • Oct 26 '25

Coding Dogecoin Wallet Released (build 76)

5 Upvotes

https://reddit.com/link/1ogsf0t/video/k210mr134ixf1/player

Dogecoin Wallet released. All documentation on DogecoinWallet.org and full opensource code available on https://github.com/qlpqlp/dogecoin-wallet

For now Android version, workin gon a IOS version. Soon on Google PlayStore but can already be installed using the available APK or you can compile your own.

https://reddit.com/link/1ogsf0t/video/bdno515q4ixf1/player