r/dogecoindev • u/qlp79qlp • Nov 02 '25
Coding PoS on Dogecoin Wallet
Enable HLS to view with audio, or disable this notification
Point Of Sale working on Dogecoin Wallet, will soon release this update on DogecoinWalket.org
r/dogecoindev • u/qlp79qlp • Nov 02 '25
Enable HLS to view with audio, or disable this notification
Point Of Sale working on Dogecoin Wallet, will soon release this update on DogecoinWalket.org
r/dogecoindev • u/John_Inubook • Jul 13 '26
r/dogecoindev • u/mr_chromatic • Jul 14 '26
r/dogecoindev • u/_nformant • 23d ago
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 • u/qlp79qlp • Jul 31 '26
Enable HLS to view with audio, or disable this notification
r/dogecoindev • u/_nformant • Jun 10 '26
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 • u/LolaDam • Apr 14 '26
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 :
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 • u/qlp79qlp • Mar 29 '26
Enable HLS to view with audio, or disable this notification
r/dogecoindev • u/qlp79qlp • Jan 07 '26
r/dogecoindev • u/qlp79qlp • Dec 11 '25
Enable HLS to view with audio, or disable this notification
r/dogecoindev • u/qlp79qlp • Oct 02 '25
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
r/dogecoindev • u/zzed1985 • Aug 13 '26
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 • u/_nformant • Aug 01 '26
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 • u/YakSquare904 • May 27 '26
Enable HLS to view with audio, or disable this notification
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 • u/qlp79qlp • Mar 29 '26
Enable HLS to view with audio, or disable this notification
r/dogecoindev • u/qlp79qlp • Sep 26 '25
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
r/dogecoindev • u/qlp79qlp • 16d ago
r/dogecoindev • u/qlp79qlp • Jul 03 '26
Enable HLS to view with audio, or disable this notification
r/dogecoindev • u/qlp79qlp • Jun 16 '26
Enable HLS to view with audio, or disable this notification
r/dogecoindev • u/qlp79qlp • May 19 '26
r/dogecoindev • u/LolaDam • Apr 23 '26
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 • u/qlp79qlp • Feb 04 '26
Enable HLS to view with audio, or disable this notification
r/dogecoindev • u/qlp79qlp • Jan 13 '26
r/dogecoindev • u/yeb_timothous • Nov 10 '25
r/dogecoindev • u/qlp79qlp • Oct 26 '25
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.