<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/utils/python-rpc, branch main</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=main</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2026-05-19T18:57:55Z</updated>
<entry>
<title>wallet_rpc_server: remove unused finalize_multisig endpoint</title>
<updated>2026-05-19T18:57:55Z</updated>
<author>
<name>selsta</name>
<email>selsta@sent.at</email>
</author>
<published>2026-05-17T18:39:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6d36b1980d9b827117e293b3ca8a6b509b592b1a'/>
<id>urn:sha1:6d36b1980d9b827117e293b3ca8a6b509b592b1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: improve lookahead logic &amp; make rpc persistent</title>
<updated>2025-07-07T22:21:43Z</updated>
<author>
<name>Justin Berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2025-06-26T17:32:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e23d51bc1683e4aa369ba0f2889b96113eeb4e3a'/>
<id>urn:sha1:e23d51bc1683e4aa369ba0f2889b96113eeb4e3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: create set_subaddress_lookahead wallet rpc endpoint</title>
<updated>2025-07-07T22:21:39Z</updated>
<author>
<name>benevanoff</name>
<email>benjaminevanoff99@gmail.com</email>
</author>
<published>2023-11-03T23:40:57Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=678f5dab31aa27c9e6e1fb24a4c1f683ef242e1a'/>
<id>urn:sha1:678f5dab31aa27c9e6e1fb24a4c1f683ef242e1a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add wallet rpc call to get default fee priority</title>
<updated>2025-02-15T20:21:27Z</updated>
<author>
<name>woodser</name>
<email>woodser@protonmail.com</email>
</author>
<published>2025-02-15T20:15:23Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=d14c3ca3d2d10616950ec6e38b33378851cb84e0'/>
<id>urn:sha1:d14c3ca3d2d10616950ec6e38b33378851cb84e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: background sync with just the view key</title>
<updated>2024-05-25T03:42:59Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-10-14T01:33:33Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e44e8b164030cfbddb9ae8b39251c1ccf396e2b6'/>
<id>urn:sha1:e44e8b164030cfbddb9ae8b39251c1ccf396e2b6</id>
<content type='text'>
- When background syncing, the wallet wipes the spend key
from memory and processes all new transactions. The wallet saves
all receives, spends, and "plausible" spends of receives the
wallet does not know key images for.
- When background sync disabled, the wallet processes all
background synced txs and then clears the background sync cache.
- Adding "plausible" spends to the background sync cache ensures
that the wallet does not need to query the daemon to see if any
received outputs were spent while background sync was enabled.
This would harm privacy especially for users of 3rd party daemons.
- To enable the feature in the CLI wallet, the user can set
background-sync to reuse-wallet-password or
custom-background-password and the wallet automatically syncs in
the background when the wallet locks, then processes all
background synced txs when the wallet is unlocked.
- The custom-background-password option enables the user to
open a distinct background wallet that only has a view key saved
and can be opened/closed/synced separately from the main wallet.
When the main wallet opens, it processes the background wallet's
cache.
- To enable the feature in the RPC wallet, there is a new
`/setup_background_sync` endpoint.
- HW, multsig and view-only wallets cannot background sync.
</content>
</entry>
<entry>
<title>wallet: feature: transfer amount with fee included</title>
<updated>2024-02-20T23:08:42Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-05-14T16:41:59Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=51d7a6921c8d6a337773f261a04301ef75ee5e3b'/>
<id>urn:sha1:51d7a6921c8d6a337773f261a04301ef75ee5e3b</id>
<content type='text'>
To transfer ~5 XMR to an address such that your balance drops by exactly 5 XMR, provide a `subtractfeefrom` flag to the `transfer` command. For example:

    transfer 76bDHojqFYiFCCYYtzTveJ8oFtmpNp3X1TgV2oKP7rHmZyFK1RvyE4r8vsJzf7SyNohMnbKT9wbcD3XUTgsZLX8LU5JBCfm 5 subtractfeefrom=all

If my walet balance was exactly 30 XMR before this transaction, it will be exactly 25 XMR afterwards and the destination address will receive slightly
less than 5 XMR. You can manually select which destinations fund the transaction fee and which ones do not by providing the destination index.
For example:

    transfer 75sr8AAr... 3 74M7W4eg... 4 7AbWqDZ6... 5 subtractfeefrom=0,2

This will drop your balance by exactly 12 XMR including fees and will spread the fee cost proportionally (3:5 ratio) over destinations with addresses
`75sr8AAr...` and `7AbWqDZ6...`, respectively.

Disclaimer: This feature was paid for by @LocalMonero.
</content>
</entry>
<entry>
<title>wallet-rpc: restore from multisig seed</title>
<updated>2023-08-10T15:13:07Z</updated>
<author>
<name>jeffro256</name>
<email>jeffro256@tutanota.com</email>
</author>
<published>2023-06-22T07:15:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=78348bcddd18fa7a25541595576bef1df4fc4022'/>
<id>urn:sha1:78348bcddd18fa7a25541595576bef1df4fc4022</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add an option to force-update multisig key exchange under some circumstances</title>
<updated>2022-09-21T17:51:19Z</updated>
<author>
<name>koe</name>
<email>ukoe@protonmail.com</email>
</author>
<published>2022-05-14T22:07:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=1cd21bfba584fa7d886f13684f34c71931eddf4d'/>
<id>urn:sha1:1cd21bfba584fa7d886f13684f34c71931eddf4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>allow exporting outputs in chunks</title>
<updated>2022-09-07T06:22:07Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2022-08-16T20:20:38Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0cbf5571d3ccd07c81d33b05dd23b2ac9c777c3b'/>
<id>urn:sha1:0cbf5571d3ccd07c81d33b05dd23b2ac9c777c3b</id>
<content type='text'>
this will make it easier huge wallets to do so without hitting
random limits (eg, max string size in node).
</content>
</entry>
<entry>
<title>Publish submitted txs via zmq</title>
<updated>2022-07-21T18:53:31Z</updated>
<author>
<name>j-berman</name>
<email>justinberman@protonmail.com</email>
</author>
<published>2022-07-09T22:08:06Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=8cc3c9af4dde7a32d675c4297d673dee4a9c2514'/>
<id>urn:sha1:8cc3c9af4dde7a32d675c4297d673dee4a9c2514</id>
<content type='text'>
</content>
</entry>
</feed>
