mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
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.
|
||
|---|---|---|
| .. | ||
| address_book.py | ||
| bans.py | ||
| blockchain.py | ||
| check_missing_rpc_methods.py | ||
| CMakeLists.txt | ||
| cold_signing.py | ||
| cpu_power_test.cpp | ||
| daemon_info.py | ||
| functional_tests_rpc.py | ||
| get_output_distribution.py | ||
| integrated_address.py | ||
| main.cpp | ||
| make_test_signature.cc | ||
| mining.py | ||
| multisig.py | ||
| p2p.py | ||
| proofs.py | ||
| rpc_payment.py | ||
| sign_message.py | ||
| speed.py | ||
| transactions_flow_test.cpp | ||
| transactions_flow_test.h | ||
| transactions_generation_from_blockchain.cpp | ||
| transactions_generation_from_blockchain.h | ||
| transfer.py | ||
| txpool.py | ||
| uri.py | ||
| util_resources.py | ||
| validate_address.py | ||
| wallet.py | ||