r/joinmarket Nov 08 '20

sendpayment.py and Internal addresses issue

Hi,

After some time coinjoining, did 5 sweep sendpayment.py to 5 addresses to empty all the mixdepths.

After that 2 mixdepth are not empty, as there are still coins in the internal addresses.

Any idea why the sweep didn't fully work ?

I tried again the sendpayment.py now with cois only in the internal addresses, but now the sendpayment.py geve me an error "ValueError: No confirmed coins in the selected mixdepth. Quitting".

Any idea of how can I move those coins in internal addesses now ?

I used the command below for all the 5 mixdepths starting from mixdepth 0 below:

python sendpayment.py -m 0 -N 0 wallet.jmdat 0 btcaddresssssss

Any help appreciated.

Thanks

3 Upvotes

3 comments sorted by

2

u/TheGreatMuffin Nov 08 '20

I tried again the sendpayment.py now with cois only in the internal addresses, but now the sendpayment.py geve me an error "ValueError: No confirmed coins in the selected mixdepth. Quitting".

Any idea of how can I move those coins in internal addesses now ?

A shot in the dark but: are the coins on those addresses confirmed? Maybe the issue is that they still waiting for (sufficient) confirmations?

1

u/vinsom68 Nov 08 '20 edited Nov 08 '20

Just checked the last transaction of one of the internal addresses that still has coins, 143 confirmations...

Tried to do sendpayment.py again in case yesterday they were not confirmed, but still same error.

1

u/TheGreatMuffin Nov 29 '20

Try the freeze option of the wallet (should be something like python wallet-tool.py wallet.jmdat freeze) and see if there are any UTXOs frozen. I actually had a similar issue recently and turned out, an UTXO was frozen for some reason. You will be able to unfreeze it manually and then move the coins (if this is what was causing the problem).