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

04 Oct 24

Latest version

v0.18.3.4

Primary Language

C++

Size

192,511 KB

Stars

8,917

Forks

3,097

Watchers

8,917

Language Usage

Language Usage

Star History

Star History

Recent Commits

  • luigi1111 (01 Oct 24)

    Merge pull request #9480 9c7e6ab ci: fix windows msys2 build (tobtoht)

  • luigi1111 (01 Oct 24)

    Merge pull request #9450 ed955bf build: fix build with Boost 1.85 and remove instances of viewkey logging (jeffro256)

  • tobtoht (13 Sept 24)

    ci: fix windows msys2 build

  • jeffro256 (23 Aug 24)

    build: fix build with Boost 1.85 and remove instances of viewkey logging 1. Use `std::is_standard_layout` and `std::is_trivially_copyable` instead of `std::is_pod` for KV byte-wise serialization, which fixes compile issue for Boost UUIDs 2. Use `std::has_unique_object_representations` instead of `alignof(T) == 1` for epee byte spans and epee hex functions 3. Removed reimplementation of `std::hash` for `boost::uuids::uuid 4. Removed `<<` operator overload for `crypto::secret_key` 5. Removed instances in code where private view key was dumped to the log in plaintext

  • luigi1111 (14 Aug 24)

    Merge pull request #9416 ac0af73 rpc: add cumul weight field to block template resp (jeffro256)

  • luigi1111 (14 Aug 24)

    Merge pull request #9287 59cddbb serialization: support passing extra args to fields in DSL (jeffro256) b2c59c4 common: add va_args.h (jeffro256)

  • jeffro256 (11 Apr 24)

    serialization: support passing extra args to fields in DSL This PR is upstreaming changes in the Seraphis lib here: https://github.com/UkoeHB/monero/pull/39. The changes to the serialization header allow clean passing of extra arguments to field serialization in the DSL. This is used mainly to pass implied sizes of containers during deserialization to make the format more compact. For example, if my object has two containers A & B which must be the same size, I can serialize only the size of container A. Then, during deserialization, when I deserialize A, I can then use A's size to deserialize B. Depends on #9286.

  • jeffro256 (11 Apr 24)

    common: add va_args.h This PR is upstreaming changes in the Seraphis lib here: https://github.com/UkoeHB/monero/pull/39. This header adds a macro `VA_ARGS_COMMAPREFIX` which, when passed `__VA_ARGS__`, expands to `, __VA_ARGS__` unless the length of `__VA_ARGS__` is 0, in which case it expands to nothing. This macro is useful for passing/declaring optional function arguments.

  • luigi1111 (13 Aug 24)

    Merge pull request #9429 bd2b226 device: add ledger flex support (tobtoht)

  • luigi1111 (13 Aug 24)

    Merge pull request #9425 fc0a4b4 Make wallet2::estimate_fee static (Lee Clagett)

  • luigi1111 (13 Aug 24)

    Merge pull request #9423 aaeffb7 rpc: remove COMMAND_RPC_FAST_EXIT (hinto.janai)

  • luigi1111 (13 Aug 24)

    Merge pull request #9421 bf74f89 monerod.service: use network-online.target Wait for network to be online before starting (Jared Monger)

  • luigi1111 (13 Aug 24)

    Merge pull request #9414 3216165 src: update checkpoints to match v0.18.3.4 (again) (selsta)

  • luigi1111 (13 Aug 24)

    Merge pull request #9384 88afcdb Fix ZMQ DaemonInfo: (Lee *!* Clagett)

  • luigi1111 (13 Aug 24)

    Merge pull request #9357 802d643 Update depends.yml (preland)

  • tobtoht (09 Aug 24)

    device: add ledger flex support See: https://github.com/LedgerHQ/ledger-live/blob/bd1b09970f2f5a27eb08352a67a73dfa2fce29f6/libs/ledgerjs/packages/devices/src/index.ts#L111

  • Lee Clagett (07 Aug 24)

    Make wallet2::estimate_fee static

  • hinto.janai (06 Aug 24)

    rpc: remove `COMMAND_RPC_FAST_EXIT`

  • Jared Monger (04 Aug 24)

    monerod.service: use network-online.target Wait for network to be online before starting

  • jeffro256 (01 Aug 24)

    rpc: add cumul weight field to block template resp Resolves #9415

  • selsta (31 Jul 24)

    src: update checkpoints to match v0.18.3.4 (again)

  • luigi1111 (16 Jul 24)

    Merge pull request #9392 b894042 epee: fix mlog filename compare bug. (0xFFFC0000)

  • luigi1111 (16 Jul 24)

    Merge pull request #9386 1d024f0 chore: fix some comments (haouvw)

  • luigi1111 (16 Jul 24)

    Merge pull request #9383 9f83e74 Daemon RPC: /getblocks.bin return chain's top_block_hash in resp (j-berman)

  • luigi1111 (16 Jul 24)

    Merge pull request #9382 356829a Daemon RPC: high_height_ok req boolean field /getblocks.bin (j-berman)

  • luigi1111 (16 Jul 24)

    Merge pull request #9379 6c28bdb wallet2: move get_rpc_status func to RPC server definition file (j-berman)

  • luigi1111 (16 Jul 24)

    Merge pull request #9370 9fc48f4 Fix ZMQ Tx Pruning (Lee Clagett)

  • luigi1111 (16 Jul 24)

    Merge pull request #9353 32f3245 cryptonote_protocol: prevent duplicate txs in fluff queue (0xFFFC0000)

  • luigi1111 (16 Jul 24)

    Merge pull request #9349 9817293 workflows: don't hardcode repo name (selsta)

  • luigi1111 (16 Jul 24)

    Merge pull request #9346 0fad1a8 src: update checkpoints to match v0.18.3.4 (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)