<feed xmlns='http://www.w3.org/2005/Atom'>
<title>monzero-core.git/src/wallet/wallet_rpc_server.h, branch v0.18.3.3</title>
<subtitle>Monzero core node, command-line wallet, consensus code, and release tooling.
</subtitle>
<id>https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.3</id>
<link rel='self' href='https://code.monzero.org/monzero-core.git/atom?h=v0.18.3.3'/>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/'/>
<updated>2024-02-20T23:08:42Z</updated>
<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>Copyright: Update to 2022</title>
<updated>2022-03-04T05:59:20Z</updated>
<author>
<name>mj-xmr</name>
<email>mjxmr@protonmail.com</email>
</author>
<published>2022-03-01T11:16:17Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=da9aa1f7f802552b9de459f331a2f39c84898009'/>
<id>urn:sha1:da9aa1f7f802552b9de459f331a2f39c84898009</id>
<content type='text'>
</content>
</entry>
<entry>
<title>provide key images of spent outputs in wallet rpc</title>
<updated>2021-06-15T19:54:39Z</updated>
<author>
<name>woodser</name>
<email>woodser@protonmail.com</email>
</author>
<published>2021-05-19T00:37:03Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=e7615772fa7130611d2d3e8b714ca5f7c746d232'/>
<id>urn:sha1:e7615772fa7130611d2d3e8b714ca5f7c746d232</id>
<content type='text'>
</content>
</entry>
<entry>
<title>support freeze, thaw, and frozen in wallet rpc</title>
<updated>2021-05-19T00:35:48Z</updated>
<author>
<name>woodser</name>
<email>woodser@protonmail.com</email>
</author>
<published>2021-05-19T00:35:48Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b2e1558bde9780ae474dcca5aca23b05b0fbd03b'/>
<id>urn:sha1:b2e1558bde9780ae474dcca5aca23b05b0fbd03b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet_rpc: add scan_tx</title>
<updated>2021-03-01T22:02:43Z</updated>
<author>
<name>tobtoht</name>
<email>thotbot@protonmail.com</email>
</author>
<published>2021-03-01T17:08:46Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=6477b47ac7283d7ff54de035be91a26120fd4b2c'/>
<id>urn:sha1:6477b47ac7283d7ff54de035be91a26120fd4b2c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-05-07T02:36:54Z</updated>
<author>
<name>SomaticFanatic</name>
<email>afdlkajdlfkj@aldkfjf.com</email>
</author>
<published>2020-05-07T02:36:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=5ef0607da6042df51a57703bd223c5c8024741f6'/>
<id>urn:sha1:5ef0607da6042df51a57703bd223c5c8024741f6</id>
<content type='text'>
Update copyright year to 2020
</content>
</entry>
<entry>
<title>Merge pull request #6102</title>
<updated>2020-02-06T08:32:47Z</updated>
<author>
<name>Alexander Blair</name>
<email>snipa@jagtech.io</email>
</author>
<published>2020-02-06T08:32:47Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=756f06cd839a3260407d28ed6084435b0b8b744c'/>
<id>urn:sha1:756f06cd839a3260407d28ed6084435b0b8b744c</id>
<content type='text'>
b328de6b wallet_rpc_server: add tx weight in transfer commands responses (moneromooo-monero)
</content>
</entry>
<entry>
<title>wallet_rpc_server: new estimate_tx_size_and_weight RPC</title>
<updated>2019-11-06T15:18:21Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-11-06T14:18:54Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=0de8a0d37d80295ced83a2686b046de52fcbc4e3'/>
<id>urn:sha1:0de8a0d37d80295ced83a2686b046de52fcbc4e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet_rpc_server: add tx weight in transfer commands responses</title>
<updated>2019-11-05T14:25:06Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-11-05T14:22:58Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=b328de6b7ae7c1229c392210f3f15c1b1fc12460'/>
<id>urn:sha1:b328de6b7ae7c1229c392210f3f15c1b1fc12460</id>
<content type='text'>
</content>
</entry>
<entry>
<title>wallet: add edit_address_book RPC</title>
<updated>2019-09-17T11:38:23Z</updated>
<author>
<name>moneromooo-monero</name>
<email>moneromooo-monero@users.noreply.github.com</email>
</author>
<published>2019-05-01T12:29:12Z</published>
<link rel='alternate' type='text/html' href='https://code.monzero.org/monzero-core.git/commit/?id=cc4be4fa15eba582cc6ab529bd0215e642205ad4'/>
<id>urn:sha1:cc4be4fa15eba582cc6ab529bd0215e642205ad4</id>
<content type='text'>
</content>
</entry>
</feed>
