Monero Python

A comprehensive Python module for handling Monero cryptocurrency
Alternatives To Monero Python
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Monero7,904
a day ago592otherC++
Monero: the secure, private, untraceable cryptocurrency
Xmrig7,614
10 hours ago2May 08, 2018478gpl-3.0C
RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark
Darkfi874
10 hours ago11agpl-3.0Rust
Anonymous. Uncensored. Sovereign.
Cpuminer Multi608
a year ago93otherC
Multi-algo CPUMiner & Reference Cryptonote Miner (JSON-RPC 2.0)
Haveno606
13 hours ago50agpl-3.0Java
Decentralized P2P exchange built on Monero and Tor
Wagyu45617a year ago4March 27, 202026otherRust
A Rust library for generating cryptocurrency wallets
Xmr Miner433
5 years ago5JavaScript
Web-based Cryptocurrency miner, built with Vue.js
Coin Hive Stratum37343113 years ago69February 03, 201857TypeScript
use CoinHive's JavaScript miner on any stratum pool
Silentxmrminer295
2 years ago13mitVisual Basic .NET
A Silent (Hidden) Monero (XMR) Miner Builder
Coinspace266
15 hours ago13mitJavaScript
Coin Wallet
Alternatives To Monero Python
Select To Compare


Alternative Project Comparisons
Readme

Python Monero module

travis coveralls

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.

Copyrights

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)

Want to help?

If you find this project useful, please consider a donation to the following address: 8AWCa5moRywJcmA6jqnKLJWZMUyoEAFJXBqqDonUnR1SjS8foScqTadcXyE6oVb6Mh2JFeWZtocGxZoZZsMqLNKbNm5Wt3q

Development

  1. Clone the repo
  2. Create virtualenv & activate it
python3 -m venv .venv
source .venv/bin/activate
  1. Install dependencies
.venv/bin/pip install -r requirements.txt -r test_requirements.txt
  1. Do your thing
  2. Run tests
.venv/bin/pytest
  1. Format your code with black
.venv/bin/black .
Popular Cryptocurrency Projects
Popular Monero Projects
Popular Blockchain Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Bash
Payment
Wallet
Cryptocurrency
Rpc
Monero