monero-python icon indicating copy to clipboard operation
monero-python copied to clipboard

A comprehensive Python module for handling Monero cryptocurrency

Results 26 monero-python issues
Sort by recently updated
recently updated
newest added

I'm getting this error File "/home/username/.local/lib/python3.8/site-packages/monero/ed25519.py", line 4, in edwards_add = nacl.bindings.crypto_core_ed25519_add AttributeError: module 'nacl.bindings' has no attribute 'crypto_core_ed25519_add'

I was not able to find the rpc command generate_blocks see https://github.com/monero-project/monero/blob/9a124f681119855949f6406ecd69c2ad91da9770/utils/python-rpc/framework/daemon.py#L213-L226 I think I can hack it using the `raw_jsonrpc_request` method but would you accept a PR that adds...

Hello, the upcoming Monero hard fork will be introducing [view-tags](https://github.com/monero-project/monero/pull/8061) It would be nice to have this supported by the [outputs function](https://github.com/monero-ecosystem/monero-python/blob/d48d615162b0b950549990bf182bcf4fc630c731/monero/transaction/__init__.py#L136)

Hello, Thanks for the great work you’ve done there. As you may know, monero v0.13.0.4 has finally stabilized M-N multisig of monero. The JSON RPC has `create_wallet, prepare_multisig, make_multisig, finalize_multisig`...

enhancement
help wanted

It'd be nice to have type hints and a py.typed file to check this repository (and any code using this Python package) can use `mypy` or the like. This also...

Many more use cases would open up if this package supported MyMonero.

enhancement
help wanted

`asyncio` support could be a nice enhancement of the project. For now the project uses `requests` to interact with monero wallet and daemon through rpc in a blocking fashion. Thus...

enhancement
help wanted

is there any sdk that can create transaction and sign hex without rpc api?

enhancement

In [1]: from monero.seed import Seed In [2]: s = Seed() In [3]: s.phrase Out [3]: 'fewest lipstick auburn cocoa macro circle hurried impel macro hatchet jeopardy swung aloof spiders...