Monero

getmonero.org
Monero Icon

One of the most private cryptocurrencies, since no meta data is available (not even the transaction amount). It uses complex on-chain cryptographic methods such as Ring signatures, RingCT, Kovri, and Stealth addresses all of which help protect the privacy of users.

Open Source

Monero Privacy Policy

Privacy Policy Summary

  • The posting of pornographic content is prohibited
  • No guarantee is given regarding quality
  • The service is not responsible for linked or (clearly) quoted content from third-party content providers
  • The service has non-exclusive use of your content
  • Content is published under a free license instead of a bilateral one
  • You agree not to use the service for illegal purposes
  • Invalidity of any portion of the Terms of Service does not entail invalidity of its remainder
  • Terms may be changed any time at their discretion, without notice to you
  • Your account can be deleted without prior notice and without a reason
  • Information is provided about security practices
  • Two factor authentication is provided for your account
  • The publishing of personally identifiable information is not allowed
  • They may stop providing the service at any time
  • Minors must have the authorization of their legal guardians to use the service
  • The service does not guarantee accuracy or reliability of the information provided
  • This service does not condone any ideas contained in its user-generated contents
  • This service assumes no responsibility and liability for the contents of links to other websites
  • You are responsible for maintaining the security of your account and for the activities on your account
  • You must report to the service any unauthorized use of your account or any breach of security
  • Political discussions or campaining are prohibited
  • You are prohibited from sending chain letters, junk mail, spam or any unsolicited messages
  • Instead of asking directly, this Service will assume your consent merely from your usage.
  • Your personal data may be disclosed to comply with government requests without notice to you
  • The service provider makes no warranty regarding uninterrupted, timely, secure or error-free service
  • The court of law governing the terms is in South Africa, a jurisdiction that is friendlier to user privacy protection.
  • Failure to enforce any provision of the Terms of Service does not constitute a waiver of such provision
  • This service assumes no liability for any losses or damages resulting from any matter relating to the service
  • There is a date of the last update of the agreements
  • Only necessary logs are kept by the service to ensure quality

Score

C

Documents

Domains Covered by Policy

  • getmonero.org
  • monerotoruzizulg5ttgat2emf4d6fbmiea25detrmmy7erypseyteyd.onion

About the Data

This data is kindly provided by tosdr.org. Read full report at: #8279

Monero Source Code

Author

monero-project

Description

Monero: the secure, private, untraceable cryptocurrency

#blockchain#c-plus-plus#cmake#cryptocurrency#cryptography#cryptonote#monero#p2p#privacy#security

Homepage

https://getmonero.org

License

NOASSERTION

Created

30 Apr 14

Last Updated

26 Feb 26

Latest version

v0.18.4.6

Primary Language

C++

Size

201,155 KB

Stars

10,349

Forks

3,387

Watchers

10,349

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • tobtoht (25 Feb 26)

    Merge pull request #10323 b94d504 makefile: fix parallel build (Navid Rahimi)

  • tobtoht (25 Feb 26)

    Merge pull request #10328 90c244c docs/URI_SCHEME: RFC 3986 compatible wallet restoration (WeebDataHoarder)

  • tobtoht (22 Feb 26)

    Merge pull request #10320 4486925 Transition asio::deadline_timer to asio::steady_timer (Lee *!* Clagett)

  • tobtoht (22 Feb 26)

    Merge pull request #10161 e87eecf add getter for daemon proxy (woodser)

  • Navid Rahimi (15 Feb 26)

    makefile: fix parallel build

  • WeebDataHoarder (19 Feb 26)

    docs/URI_SCHEME: RFC 3986 compatible wallet restoration underscores are not allowed https://www.rfc-editor.org/rfc/rfc3986#section-3.1

  • tobtoht (18 Feb 26)

    Merge pull request #10319 f459bd6 src: update checkpoints to match v0.18.4.6 (selsta)

  • tobtoht (18 Feb 26)

    Merge pull request #10299 f129a0e depends: freebsd: don't clobber sysroot with native package install dirs (tobtoht)

  • tobtoht (18 Feb 26)

    Merge pull request #10312 c93c4fc Misc clang 21 fixes (jeffro256)

  • tobtoht (18 Feb 26)

    Merge pull request #10314 3f1b610 ignore: compile_commands.json (jeffro256)

  • tobtoht (18 Feb 26)

    Merge pull request #10315 2f35270 ignore: clang cache (jeffro256)

  • tobtoht (18 Feb 26)

    Merge pull request #10316 80043b9 p2p: fix inverted ternary in peer list filter (selsta)

  • Lee *!* Clagett (13 Feb 26)

    Transition asio::deadline_timer to asio::steady_timer

  • selsta (13 Feb 26)

    src: update checkpoints to match v0.18.4.6

  • selsta (13 Feb 26)

    p2p: fix inverted ternary in peer list filter

  • jeffro256 (09 Feb 26)

    ignore: clang cache https://clangd.llvm.org/design/indexing#backgroundindex

  • jeffro256 (09 Feb 26)

    ignore: compile_commands.json https://clang.llvm.org/docs/JSONCompilationDatabase.html

  • jeffro256 (09 Feb 26)

    Misc clang 21 fixes * Use -O3 and other flags instead of -Ofast - https://discourse.llvm.org/t/rfc-deprecate-ofast/78687 - https://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html * Find libunwind library based on C++ compiler type, not C compiler type * In stack_trace.cpp, pass stream modifiers to `std::stringstream` first, then send string to log * In stack_trace.cpp, remove dead code related to `stack_trace_log` path * Remove `virtual` method attributues from `final` class `cryptonote::core` * Remove unused `this` capture in cryptonote protocol handler * Remove unused variable `bad` in net node * Use `std::make_unsigned` instead of `boost::make_unsigned` - https://github.com/boostorg/type_traits/issues/171 - https://github.com/boostorg/type_traits/issues/202 - https://github.com/boostorg/type_traits/pull/199 * Cleanup `include`s in pair serialization * Test convergence b/t `std::make_unsigned` and `boost::make_unsigned` Fixes compilation and silences warnings on: clang version 21.1.6 Linux 6.18.8-3-cachyos

  • tobtoht (05 Feb 26)

    Merge pull request #10264 226d6ea Clarify anonymity networks documentation (Torir)

  • tobtoht (04 Feb 26)

    Merge pull request #10187 d57e408 guix: use clang 19 for darwin & freebsd targets (tobtoht)

  • tobtoht (04 Feb 26)

    Merge pull request #9495 508b6ee src: dynamic span, to calculate span limit dynamically (Navid Rahimi)

  • Navid Rahimi (03 Feb 26)

    src: dynamic span, to calculate span limit dynamically Co-authored-by: nahuhh - jberman review - cryptonote_protocol: don't arbitrarily download 1000 blocks ahead - further restrict `proceed` to require `queue_proceed` in all cases. ensure queue_proceed is true if we need the next block, even if we already exceed the span and size limits cryptonote_protocol: improved logging + const usage in span downloader

  • tobtoht (03 Feb 26)

    Merge pull request #9494 2a1a489 src: dynamic block sync size Co-authored-by: nahuhh (0xFFFC0000)

  • tobtoht (03 Feb 26)

    Merge pull request #10210 b433949 depends: support building without wallet dependencies (tobtoht)

  • tobtoht (03 Feb 26)

    Merge pull request #10139 e658151 wallet_rpc_server: add HTTP body size limit (root)

  • tobtoht (03 Feb 26)

    Merge pull request #10278 7d1f779 p2p: connection patches (j-berman)

  • tobtoht (03 Feb 26)

    Merge pull request #10290 494a214 Enable IPv6 support for ZMQ server (jpk68)

  • tobtoht (13 Nov 25)

    depends: support building without wallet dependencies

  • tobtoht (03 Feb 26)

    Merge pull request #10283 98e550e multisig: fix kex failure in monero-gen-trusted-multisig (0xFFFC0000)

  • tobtoht (03 Feb 26)

    Merge pull request #10285 b90f455 blockchain_db: remove {add/get}_max_block_size() (jeffro256)

Monero Website

Website

Home | Monero - secure, private, untraceable

Monero, a digital currency that is secure, private, and untraceable

Redirects

Does not redirect

Security Checks

1 security checks failed (65 passed)

  • Domain is Blacklisted

Server Details

  • IP Address 157.185.170.144
  • Location North York, Ontario, Canada, NA
  • ISP Meteverse Limited.
  • ASN AS54994

Associated Countries

  • US
  • CA

Safety Score

Website marked as very dangerous

0%

Blacklist Check

www.getmonero.org was found on 1 blacklists

  • CoinBlockerLists
  • ThreatLog
  • OpenPhish
  • PhishTank
  • Phishing.Database
  • PhishStats
  • URLhaus
  • RPiList Not Serious
  • AntiSocial Blacklist
  • PhishFeed
  • NABP Not Recommended Sites
  • Spam404
  • CRDF
  • Artists Against 419
  • CERT Polska
  • PetScams
  • Suspicious Hosting IP
  • Phishunt
  • MetaMask EthPhishing
  • EtherScamDB
  • EtherAddressLookup
  • ViriBack C2 Tracker
  • Bambenek Consulting
  • Badbitcoin
  • SecureReload Phishing List
  • Fake Website Buster
  • TweetFeed
  • CryptoScamDB
  • StopGunScams
  • ThreatFox
  • PhishFort

Website Preview

Monero Reviews

More Cryptocurrencies

  • Uses zero-knowledge proofs to protect privacy cryptographic technique, that allows two users to transact without ever revealing their true identity or address. The Zcash blockchain uses two types of addresses and transactions, Z transactions and addresses are private and T transactions and addresses are transparent like Bitcoin.

About the Data: Monero

API

You can access Monero's data programmatically via our API. Simply make a GET request to:

https://api.awesome-privacy.xyz/finance/cryptocurrencies/monero

The REST API is free, no-auth and CORS-enabled. To learn more, view the Swagger Docs or read the API Usage Guide.

About the Data

Beyond the user-submitted YAML you see above, we also augment each listing with additional data dynamically fetched from several sources. To learn more about where the rest of data included in this page comes from, and how it is computed, see the About the Data section of our About page.

Share Monero

Help your friends compare Cryptocurrencies, and pick privacy-respecting software and services.
Share Monero and Awesome Privacy with your network!

View Cryptocurrencies (2)