zkSNACKs / WasabiStats

https://stats.wasabiwallet.io
MIT License
4 stars 1 forks source link

add min coinjoin input amount #20

Closed MarnixCroes closed 9 months ago

MarnixCroes commented 1 year ago

as the min input amount is now dependent on the mining fee market. not just 5k sats.

good to know for users, not just an interesting statistic

MarnixCroes commented 1 year ago

brought it up before, maybe it was forgotten

CAnorbo commented 9 months ago

Done Screenshot 2024-01-11 at 09 06 57

Kruwed commented 9 months ago

The min input amount displayed is not adjusting to the fee rate of the coinjoin, it shows 5000 even when rounds are paying over 100 sat/vbyte.

CAnorbo commented 9 months ago

I used: https://wasabiwallet.io/swagger/index.html

/WabiSabi/status

"allowedInputAmounts": { "min": { "satoshi": 0 } },

Should I use something else?

molnard commented 9 months ago

This minimum is only calculated in the client, so it is not visible on the API.

https://github.com/molnard/WalletWasabi/blob/master/WalletWasabi/WabiSabi/Client/CoinJoinClient.cs#L161