Monero

getmonero.org
Monero

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

09 Jun 26

Latest version

v0.18.5.0

Primary Language

C++

Size

203,594 KB

Stars

10,606

Forks

3,463

Watchers

10,606

Language Usage

Language Usage

Star History

Star History

Top Contributors

Recent Commits

  • tobtoht (08 Jun 26)

    Merge pull request #10531 7af9009 zmq: apply restricted-mode privacy filtering to get_transaction_pool (greatjourney589)

  • tobtoht (08 Jun 26)

    Merge pull request #9826 9d93a3d crypto: add function sc_1() (jeffro256)

  • tobtoht (08 Jun 26)

    Merge pull request #10644 9dbce17 Blockchain: option for fast manual block popping (jeffro256)

  • jeffro256 (22 May 26)

    Blockchain: option for fast manual block popping

  • tobtoht (07 Jun 26)

    Merge pull request #10696 d42de75 tests: cover truncated \u escape at end of buffer in match_string2 (alhudz) 524b0d0 fix off-by-one over-read in match_string2 unicode escape parsing (alhudz)

  • tobtoht (07 Jun 26)

    Merge pull request #10533 589dd0a ringct: merge decodeRct and decodeRctSimple (jeffro256)

  • tobtoht (07 Jun 26)

    Merge pull request #10693 03976ee utils/fish: add missing directory completions (jpk68)

  • tobtoht (06 Jun 26)

    Merge pull request #10692 dc73ab2 utils/fish: use correct suffixes for ssl files (jpk68)

  • tobtoht (06 Jun 26)

    Merge pull request #10691 f2afe97 p2p: close zone connections before stopping net servers (selsta) 3623399 p2p: make stop signal idempotent (selsta)

  • tobtoht (06 Jun 26)

    Merge pull request #10729 4a8c863 Fix DNS resolve UB (Lee *!* Clagett)

  • jeffro256 (06 May 26)

    ringct: merge decodeRct and decodeRctSimple

  • Lee *!* Clagett (25 Mar 26)

    Fix DNS resolve UB

  • tobtoht (05 Jun 26)

    Merge pull request #10584 9e422aa update rapidjson submodule (tobtoht)

  • tobtoht (05 Jun 26)

    Merge pull request #10309 adeaa69 wallet: rescan_blockchain missing keep_key_images (Navid Rahimi)

  • tobtoht (05 Jun 26)

    Merge pull request #10493 a46154e p2p: cleaner connection close() (j-berman)

  • tobtoht (05 Jun 26)

    Merge pull request #10680 1a91bc3 brew: remove some unused libraries (tobtoht)

  • tobtoht (05 Jun 26)

    Merge pull request #10689 ef4f8b8 simplewallet: fix error message (jpk68)

  • tobtoht (05 Jun 26)

    Merge pull request #10670 ed7d463 simplewallet: add wallet-dir flag (jpk68)

  • tobtoht (04 Jun 26)

    Merge pull request #10429 0301830 ledger: lazy view key loading (jeffro256)

  • tobtoht (04 Jun 26)

    Merge pull request #10603 d763d43 daemonizer: avoid unsafe pidfile truncation (selsta)

  • tobtoht (04 Jun 26)

    Merge pull request #10627 ee5115c src: remove non-standard thread extensions (jpk68)

  • tobtoht (04 Jun 26)

    Merge pull request #10672 73e6637 common: remove obsolete glibc warning (tobtoht)

  • tobtoht (04 Jun 26)

    Merge pull request #10687 997bd99 utils: add openrc init script (jpk68)

  • tobtoht (04 Jun 26)

    Merge pull request #10683 9fa0dab readme: update description for openssl (jpk68)

  • tobtoht (04 Jun 26)

    Merge pull request #10678 3df55d8 cmake: only look for backtrace if stack trace enabled (tobtoht)

  • jeffro256 (21 Apr 26)

    ledger: lazy view key loading Defer loading of private view key from device until first time it is needed. Do not fail if this fails. This has two effects: 1. The prompt to export the view key is only needed once when creating a `cryptonote::account_base` 2. The call to `connect()` doesn't fail if the user decies to not export the viewkey, and thus usage of the device without exporting view keys is possible This is a small convenience for Ledger users, but will be an even larger convenience for Ledger device testing

  • tobtoht (03 Jun 26)

    Merge pull request #10681 39d48c2 readme: remove optional transitive dependencies (tobtoht)

  • tobtoht (03 Jun 26)

    Merge pull request #10589 f095abd wallet_rpc_server: preserve payment ID when editing address book (selsta)

  • selsta (13 May 26)

    wallet_rpc_server: preserve payment ID when editing address book

  • tobtoht (03 Jun 26)

    Merge pull request #10647 10b0118 add safety for future fork heights (SNeedlewoods)

Monero Security

6.3/10

Repo Security Summary

Updated 01 Jun 26 Fuzz tested

  • Code-Review 10/10
  • Packaging N/A
  • Dangerous-Workflow N/A
  • Token-Permissions N/A
  • Maintained 10/10
  • CII-Best-Practices 0/10
  • Binary-Artifacts 10/10
  • Security-Policy 0/10
  • License 9/10
  • Fuzzing 10/10
  • Pinned-Dependencies 10/10
  • Signed-Releases N/A
  • Branch-Protection 0/10
  • SAST 0/10

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 (64 passed)

  • Domain is Blacklisted

Server Details

  • IP Address 138.113.158.121
  • Location Ashburn, Virginia, United States of America, NA
  • ISP Meteverse Limited.
  • ASN AS54994

Associated Countries

  • US US

Safety Score

Website marked as very dangerous

0%

Blacklist Check

www.getmonero.org was found on 1 blacklists

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

Website Preview

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/v1/services/monero

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

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)