$( document ).ready(function() { $('#screenshots').click(function(e) { $.slimbox([ ["images/md1.png", "Send Dogecoin"], ["images/md2.png", "Receive Dogecoin"], ["images/md3.png", "Dogecoin transactions"], ["images/md4.png", "Importing Dogecoin private keys"], ["images/md5.png", "Exporting Dogecoin private keys"], ["images/md6.png", "MultiDoge help"]], 0, {loop: true}); e.preventDefault(); }); $('#qr').click(function(e) { $.slimbox([ ["images/donate.png", "Much thanks. Wow."]], 0, {loop: true}); e.preventDefault(); }); $('#win').click(function(e) { $.modal("\
\

DISCLAIMER

\

\ It is important to know that MultiDoge is a so called light wallet. It is meant for your day to day transactions.\ If you are a miner, you should NOT use MultiDoge as your wallet. Receiving big transactions, such as pool or faucet payouts, can clog up a light wallet.\ This is a known issue with all light wallets and must be considered before usage.\

\ The essence is: Do not use a light wallet to handle a big amount of transactions, mining being one example, faucets another. Use the reference client instead.\

\ The developers won't give any support in such cases and are not liable for your actions.\

\

I read and understood the disclaimer. Download now!

\

"); e.preventDefault(); }); $('#osx').click(function(e) { $.modal("\
\

DISCLAIMER

\

\ It is important to know that MultiDoge is a so called light wallet. It is meant for your day to day transactions.\ If you are a miner, you should NOT use MultiDoge as your wallet. Receiving big transactions, such as pool or faucet payouts, can clog up a light wallet.\ This is a known issue with all light wallets and must be considered before usage.\

\ The essence is: Do not use a light wallet to handle a big amount of transactions, mining being one example, faucets another. Use
the reference client instead.\

\ The developers won't give any support in such cases and are not liable for your actions.\

\

I read and understood the disclaimer. Download now!

\

"); e.preventDefault(); }); $('#lin').click(function(e) { $.modal("\
\

DISCLAIMER

\

\ It is important to know that MultiDoge is a so called light wallet. It is meant for your day to day transactions.\ If you are a miner, you should NOT use MultiDoge as your wallet. Receiving big transactions, such as pool or faucet payouts, can clog up a light wallet.\ This is a known issue with all light wallets and must be considered before usage.\

\ The essence is: Do not use a light wallet to handle a big amount of transactions, mining being one example, faucets another. Use
the reference client instead.\

\ The developers won't give any support in such cases and are not liable for your actions.\

\

I read and understood the disclaimer. Download now!

\

"); e.preventDefault(); }); if (get_url_param("dl") == "win") {$("#win").trigger("click");} else{ if (get_url_param("dl") == "osx") {$("#osx").trigger("click");} else{ if (get_url_param("dl") == "lin") {$("#lin").trigger("click");}};}; }); function get_url_param(name) { name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]"); var regexS = "[\\?&]"+name+"=([^&#]*)"; var regex = new RegExp( regexS ); var results = regex.exec( window.location.href ); if ( results == null ) return ""; else return results[1]; }

MultiDoge

MultiDoge is a desktop Dogecoin client, powered by dogecoinj. Ported from the MultiBit Bitcoin client.


Project maintained by langerhans and kaloudis
Logo design by Richard Barrett
Hosted on GitHub Pages — Theme by mattgraham

Welcome to MultiDoge

MultiDoge is a thin client Dogecoin wallet. It's a port of the MultiBit client for Bitcoin.
The app is based on DogecoinJ, which in turn is a port of BitCoinJ (@bitcoinj). You can find DogecoinJ here. langerhans ported all the needed changes for Dogecoin compatibility over. This program uses a special branch of it, which can be found here.

Release notes

You can find the release notes on this page.

Download

You can download the current version by clicking the icon corresponding to your operating system in the top right corner of this page.

Installation

We have detailed installation instructions right here. Note, that you need to have Java installed on your computer. To upgrade from an older version of MultiDoge, see this help document.

Contributing

Please contact us if you would like to contribute.

Building

You can clone both this repo and DogecoinJ and compile it with Maven. More info is included in the README file.

Donations

If you'd like to donate to the developers please send Doge to the following address: DSQ29ND47ui7EtvVrnWJXS99EXDM1Qoyhp (QR Code). Thank you.