Skip to content

Dogemone is an Untraceable Private CryptoNote protocol Coin which is powered by POW Mining.

Notifications You must be signed in to change notification settings

HashHound/Dogemone-legacy

 
 

Repository files navigation

Dogemone(DME): The Future of Privacy Coins

Dogemone is a cutting-edge privacy coin built on the robust Cryptonote protocol, ensuring unparalleled transaction confidentiality and security. With a maximum supply of 300 million, Dogemone follows a meticulously designed emission curve, providing a predictable and fair distribution over time. The coin leverages the Cryptonight algorithm, known for its ASIC resistance and efficiency in CPU and GPU mining, promoting decentralization. Dogemone is committed to protecting your financial privacy while maintaining a secure and decentralized network, making it a standout choice in the realm of cryptocurrency. Join us in shaping a future where privacy and security are paramount.

Key Features:

  • Privacy-Focused: Utilizes Cryptonote protocol for untraceable and unlinkable transactions.
  • Controlled Supply: Capped at 300 million coins with a fair emission curve.
  • Efficient Mining: Cryptonight algorithm ensures equitable mining opportunities.
  • No Premine: 100% fair launch with no premine.
  • Developer Fee: Every tenth block is allocated to development wallet, this block is called developer block, the whole block reward goes to the dev address, this method is much more fair than a premine because it is taken slowly over time.
  • Difficulty Adjustment: Adaptive difficulty adjustment every 120 seconds for network stability.
  • Decentralized Network: Promotes decentralization and security.

Embrace the future of privacy with Dogemone.

Building Dogemone

On *nix

Dependencies: GCC 4.7.3 or later, CMake 2.8.6 or later, and Boost 1.55.

You may download them from:

To build, change to a directory where this file is located, and run make. The resulting executables can be found in build/release/src.

mkdir build
cd build
cmake -DSTATIC=ON .. && make -j4

Advanced options:

  • Parallel build: run make -j<number of threads> instead of make.
  • Debug build: run make build-debug.
  • Test suite: run make test-release to run tests in addition to building. Running make test-debug will do the same to the debug version.
  • Building with Clang: it may be possible to use Clang instead of GCC, but this may not work everywhere. To build, run export CC=clang CXX=clang++ before running make.

On Windows

Dependencies: MSVC 2013 or later, CMake 2.8.6 or later, and Boost 1.55. You may download them from:

To build, change to a directory where this file is located, and run theas commands:

mkdir build
cd build
cmake -G "Visual Studio 16 2019" -A x64 .. -DBOOST_ROOT=B:/local/boost_1_71_0/lib64-msvc-14.2
MSBuild CryptoNote.sln /p:Configuration=Release /p:PlatformToolset=v142 /m

And then do Build. We would recommend using the prebuild binaries from the release section, Good luck!

About

Dogemone is an Untraceable Private CryptoNote protocol Coin which is powered by POW Mining.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 87.7%
  • C 11.6%
  • CMake 0.5%
  • Perl 0.2%
  • Python 0.0%
  • Raku 0.0%