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

  • 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
  • The posting of pornographic content is prohibited
  • 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
  • This service assumes no liability for unauthorized access to your personal information
  • 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

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

29 Apr 24

Latest version

v0.18.3.3

Primary Language

C++

Size

189,669 KB

Stars

8,611

Forks

3,046

Watchers

8,611

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • luigi1111 (12 Mar 24)

    Merge pull request #9243 c4e1c5a ringct: fix trunc_amount field name change (jeffro256)

  • jeffro256 (12 Mar 24)

    ringct: fix trunc_amount field name change Caused in commit 05231400cebfeedbbc0a5386f38a033bba6314b3, PR #9035.

  • luigi1111 (11 Mar 24)

    Merge pull request #9237 bcb15d3 Revert 'http_client: reduce number of packets sent for small bodies' (jeffro256)

  • luigi1111 (11 Mar 24)

    Merge pull request #9228 c40d8b2 depends: add riscv64 linux build tag (selsta)

  • jeffro256 (11 Mar 24)

    Revert "http_client: reduce number of packets sent for small bodies" This reverts commit 0ae5c91e504b8007dedc2b89c9b2b49c404ffec6.

  • selsta (09 Mar 24)

    depends: add riscv64 linux build tag

  • luigi1111 (09 Mar 24)

    Merge pull request #9225 a01d7cc Fixed mempool pruning (SChernykh)

  • luigi1111 (09 Mar 24)

    Merge pull request #9219 e6f4875 wallet2: adjust fee during backlog, fix set priority (selsta)

  • SChernykh (08 Mar 24)

    Fixed mempool pruning - Fixed undefined behavior after a call to `remove_tx_from_transient_lists` (it used an invalid iterator) - Fixed `txCompare` (it wasn't strictly weak ordered)

  • luigi1111 (08 Mar 24)

    Merge pull request #9222 66e5081 get_block_template_backlog: better sorting logic (SChernykh)

  • luigi1111 (08 Mar 24)

    Merge pull request #9218 7815023 tx_memory_pool: make double spends a no-drop offense (jeffro256)

  • SChernykh (08 Mar 24)

    get_block_template_backlog: better sorting logic std::sort is unstable, so it can return random sets of transactions when mempool has many transactions with the same fee/byte. It can result in p2pool mining empty blocks sometimes because it doesn't pick up "new" transactions immediately.

  • selsta (07 Mar 24)

    wallet2: adjust fee during backlog, fix set priority

  • luigi1111 (08 Mar 24)

    Merge pull request #9214 399b884 unit_tests: fix strtoul unit test (jeffro256)

  • luigi1111 (08 Mar 24)

    Merge pull request #9195 2a2da79 free function serialization DSL (jeffro256)

  • luigi1111 (08 Mar 24)

    Merge pull request #9187 695084e depends: add download commands for freebsd & android sources (tobtoht)

  • luigi1111 (08 Mar 24)

    Merge pull request #9184 7043238 Remove instructions for Void Linux, add NixOS (Siren)

  • luigi1111 (08 Mar 24)

    Merge pull request #9179 e499e74 actions: update to v4 actions (tobtoht)

  • luigi1111 (08 Mar 24)

    Merge pull request #9170 1bc09fc depends: add riscv64 to gitignore (tobtoht)

  • luigi1111 (08 Mar 24)

    Merge pull request #9169 119e341 depends: remove unwind (tobtoht)

  • luigi1111 (08 Mar 24)

    Merge pull request #9168 0c9a5c5 depends: remove ccache (tobtoht)

  • luigi1111 (08 Mar 24)

    Merge pull request #9167 442146a depends: libusb: update to 1.0.27 (tobtoht)

  • luigi1111 (08 Mar 24)

    Merge pull request #9166 5f1b5c2 depends: eudev: update to 3.2.14 (tobtoht)

  • jeffro256 (07 Mar 24)

    tx_memory_pool: make double spends a no-drop offense Nodes who see different txs in a double spend attack will drop each other, splitting the network. Issue found by @boog900.

  • jeffro256 (07 Mar 24)

    unit_tests: fix strtoul unit test

  • jeffro256 (21 Feb 24)

    free function serialization DSL Example usage for Seraphis types (in global or `sp` namespace): ``` BEGIN_SERIALIZE_OBJECT_FN(sp::SpCoinbaseEnoteCore) FIELD_F(onetime_address) VARINT_FIELD_F(amount) END_SERIALIZE() BEGIN_SERIALIZE_OBJECT_FN(sp::SpEnoteCore) FIELD_F(onetime_address) FIELD_F(amount_commitment) END_SERIALIZE() ```

  • luigi1111 (24 Feb 24)

    Merge pull request #9004 cdab0d4 cmake: require libsodium (tobtoht) 684bfca depends: move sodium to packages (tobtoht)

  • tobtoht (24 Feb 24)

    cmake: require libsodium

  • tobtoht (26 Sept 23)

    depends: move sodium to packages

  • luigi1111 (24 Feb 24)

    Merge pull request #9191 3313933 docs: omit i2p port number from ANONYMITY_NETWORKS (selsta)

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

Saftey 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)