Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Monero | 7,904 | a day ago | 592 | other | C++ | |||||
Monero: the secure, private, untraceable cryptocurrency | ||||||||||
Xmrig | 7,614 | 10 hours ago | 2 | May 08, 2018 | 478 | gpl-3.0 | C | |||
RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark | ||||||||||
Darkfi | 874 | 10 hours ago | 11 | agpl-3.0 | Rust | |||||
Anonymous. Uncensored. Sovereign. | ||||||||||
Cpuminer Multi | 608 | a year ago | 93 | other | C | |||||
Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0) | ||||||||||
Haveno | 606 | 13 hours ago | 50 | agpl-3.0 | Java | |||||
Decentralized P2P exchange built on Monero and Tor | ||||||||||
Wagyu | 456 | 1 | 7 | a year ago | 4 | March 27, 2020 | 26 | other | Rust | |
A Rust library for generating cryptocurrency wallets | ||||||||||
Xmr Miner | 433 | 5 years ago | 5 | JavaScript | ||||||
Web-based Cryptocurrency miner, built with Vue.js | ||||||||||
Coin Hive Stratum | 373 | 43 | 11 | 3 years ago | 69 | February 03, 2018 | 57 | TypeScript | ||
use CoinHive's JavaScript miner on any stratum pool | ||||||||||
Silentxmrminer | 295 | 2 years ago | 13 | mit | Visual Basic .NET | |||||
A Silent (Hidden) Monero (XMR) Miner Builder | ||||||||||
Coinspace | 266 | 15 hours ago | 13 | mit | JavaScript | |||||
Coin Wallet |
Warning
URGENT SECURITY UPDATE The version 1.0.2 contains an urgent security update in the output recognition code. If you're using the module for scanning transactions and identifying outputs using the secret view key, UPDATE THE SOFTWARE IMMEDIATELY. Otherwise you're safe. Standard wallet operations like receiving payments, spending, address generation etc. are NOT AFFECTED.
A comprehensive Python module for handling Monero cryptocurrency.
Warning
With release 0.6 the project name at PyPi has changed from monero-python to monero. Please update your dependency files.
Released under the BSD 3-Clause License. See LICENSE.txt.
Copyright (c) 2017-2018 Micha Saaban <[email protected]> and Contributors: lalanza808, cryptochangements34, atward, rooterkyberian, brucexiu, lialsoftlab, moneroexamples, massanchik, MrClottom, jeffro256, sometato, kayabaNerve, j-berman.
Copyright (c) 2016 The MoneroPy Developers (monero/base58.py
taken from MoneroPy)
Copyright (c) 2011 [email protected] (monero/seed.py
based on Electrum)
If you find this project useful, please consider a donation to the following address:
8AWCa5moRywJcmA6jqnKLJWZMUyoEAFJXBqqDonUnR1SjS8foScqTadcXyE6oVb6Mh2JFeWZtocGxZoZZsMqLNKbNm5Wt3q
python3 -m venv .venv
source .venv/bin/activate
.venv/bin/pip install -r requirements.txt -r test_requirements.txt
.venv/bin/pytest
.venv/bin/black .