Each single mint produced by 'node dunes.js mintDune' also produces a 1.5 doge change output, until the wallet is totally fragmented. Due to another bug, dunes-cli doesn't even work on such a fragmented wallet, so the whole thing then stops working.
https://github.com/sirduney/dunes-cli/blob/master/dunes.js#L907 says
the total doge we need per mint is the fee, the output and a safety buffer of 1.5 doge so that the change is not taken as fee
But there seems to be a 2 tx process, so in the second stage there doesn't need to be any change, therefore this reason doesn't apply.
If anyone finds wallet software that works for recombining all these utxos, there will be a high fee for listing them all in the tx. It also spams the blockchain with unneeded 1.5 doge outputs, and attempts to recombine them.
Each single mint produced by 'node dunes.js mintDune' also produces a 1.5 doge change output, until the wallet is totally fragmented. Due to another bug, dunes-cli doesn't even work on such a fragmented wallet, so the whole thing then stops working.
https://github.com/sirduney/dunes-cli/blob/master/dunes.js#L907 says
But there seems to be a 2 tx process, so in the second stage there doesn't need to be any change, therefore this reason doesn't apply.
If anyone finds wallet software that works for recombining all these utxos, there will be a high fee for listing them all in the tx. It also spams the blockchain with unneeded 1.5 doge outputs, and attempts to recombine them.