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

in https://github.com/monero-ecosystem/monero-python/blob/3f3a4cdc2a92a088172266d1916fbf2f59c23f2d/monero/backends/jsonrpc/wallet.py#L313 I think passing `relay=True` to the transfer method should set `get_tx_metadata` to the same value as `do_not_relay` so that one is able to use it afterwards and relay...

From reading [this section](https://github.com/monero-ecosystem/monero-python/blob/3f3a4cdc2a92a088172266d1916fbf2f59c23f2d/monero/backends/jsonrpc/wallet.py#L125) it seems like monero-python uses only "balance" returned by JSON RPC, and not "unlocked_balance", when we are dealing with query the balance of multiple subaddresses. This...

Hi @emesik. Please see https://github.com/monero-ecosystem/meta/issues/78#issuecomment-1891695536 and let me know how you plan to proceed forward.

Added path variable to url string, cause some nodes providers use different root path (for example getblock.io is /mainnet)

i get this error `ValueError: offset 39: unknown tag 0x3` when I try to get outputs using this code ``` from monero.daemon import Daemon from monero.backends.offline import OfflineWallet from monero.wallet...

*edit: Parsing a payment uri is currently not available in monero-python. See both @euri10 's and my comments below for useful examples if you want to write your own function....

wallet.confirmations(tx) always returns 0 despite tx being confirmed on chain I have my wallet RPC server connecting to a remote node and transaction is created using wallet.transfer

cryptographic derivation for 14 word seed (although deprecated, people still have 14 word seeds)

cryptographic derivation for a 16 word mnemonic

https://www.getmonero.org/resources/developer-guides/wallet-rpc.html#store Could you please add the store RPC? It asks monero-wallet-rpc to save the wallet file, if it created subaddresses for example so they aren't lost. See https://github.com/monero-project/monero/issues/4673