afungible

Results 14 comments of afungible

I tried setting "ignore-fractional-outputs" to 0, and "sweep_all" to another wallet. Added more than enough for fees. Also, paid higher than the min. fees i.e. 0.00005105XMR (0.0083USD), perhaps due to...

Log attached with --log-level 2: [__unspent_op_wallet.log](https://github.com/monero-project/monero/files/9259410/__unspent_op_wallet.log) This time, I added a greater balance to the account and repeated the steps. Same end result. Last Line in log 767, after sweeping...

I included your patch, compiled and below is the detailed log: [patch_debug_unspent_op_wallet.log](https://github.com/monero-project/monero/files/9260979/patch_debug_unspent_op_wallet.log) Transfer successful. Balance left: 0.000001900240 XMR **May have found another issue:** Also, "prior to above transfer" and while...

**At the start of test:** balance (all accounts): 0.000701900240, unlocked: 0.000701900240 (balance will cover fees) Attempted "sweep_all" twice, first time failed, second time succeeded. **1st attempt:** sweep_all index=0,1,2,3,4,5,6,7,8 Line of...

Sorry, since the address was long I skipped it. I used the following: `sweep_all 86AKubqhJnMXrU8B9tSL6QgvjHtUzHs61BDPZDGk9gW2HKKrqWzjBPyXz3Ksbi8eVdN623pAnxKgM5hicYVRjPUYA6Kwhue index=0,1,2,3,4,5,6,7,8`

Perhaps, under _sweep_all_ command usage, it could be nice to have a usage example for users, like: `sweep_all index=0,1,2,3,4,5,6,7,8 86AKubqhJnMXrU8B9tSL6QgvjHtUzHs61BDPZDGk9gW2HKKrqWzjBPyXz3Ksbi8eVdN623pAnxKgM5hicYVRjPUYA6Kwhue ` Can avoid any confusion or at least if the...

Indeed, it worked out this time. It was the format of the args. ``` [wallet 4AW1gK]: balance Currently selected account: [0] Primary account Tag: (No tag assigned) Balance: 0.000701900240, unlocked...

Thanks for your prompt follow up as well. Is it good to have this PR open to have a better description for sweep_all & sweep_account and a usage example for...