Skip to content

DogeGo v0.1.0-beta - first public pre-release

Pre-release
Pre-release

Choose a tag to compare

@qlpqlp qlpqlp released this 01 Aug 12:14

NOT REVIEWED / NOT PRODUCTION READY

This project has not yet undergone a security, code quality, or consensus review. It is an early public beta intended for testing and development purposes. Use it at your own risk. Do not rely on it for production systems or for securing significant funds until it has received independent review and broader testing.


First public beta of DogeGo: a Go Dogecoin full node with a built-in web dashboard, Core-compatible JSON-RPC, and auto-updates from GitHub Releases.

Website: dogego.org (docs without installing: dogego.org/guide/)
Consensus: mainnet follows Dogecoin Core (no protocol forks). Reboot testnet uses real scrypt PoW (RelaxedPoW off) with Digishield min-difficulty.

Highlights

  • Full-node sync (headers + bodies + UTXO) on mainnet and reboot testnet
  • Web UI at http://127.0.0.1:2013/ (wallet, BlockStep, Analytics, Docs, Extensions)
  • 180+ JSON-RPC methods, OpenRPC / cookbook in the dashboard
  • GitHub auto-update check (Overview banner + tray)
  • Optional extensions (ZK L2, Doginals, BBPoW research)
  • Cross-platform certs: dogego cert offline (and friends)

Downloads

Attach / publish these assets from the release workflow:

  • dogego-windows-amd64.exe (+ .sha256)
  • dogego-linux-amd64 (+ .sha256)
  • dogego-darwin-amd64 (+ .sha256)
  • dogego-darwin-arm64 (+ .sha256)

Verify SHA256 before running. Prefer the checksum sidecar next to each binary.

Quick start

  1. Download the binary for your OS
  2. Run it and finish the setup wizard
  3. Open http://127.0.0.1:2013/
  4. Docs: in-app Docs tab, or dogego.org/guide/
dogego cert offline   # optional developer gate

**Full Changelog**: https://github.com/qlpqlp/dogego/commits/v0.1.0