webworker01 / mmtools

Bash CLI tools for MM2
https://github.com/KomodoPlatform/atomicDEX-API
GNU General Public License v3.0
6 stars 8 forks source link

DOGE swap fee too high? #4

Closed ShorelineCrypto closed 8 months ago

ShorelineCrypto commented 1 year ago

In GUI atomicDEX wallet trading on dogecoin pairs, the fee for dogecoin swap or send out is fixed at 0.01 doge.

However, in mmtools trading on DOGE pair, the swap fee is 1 DOGE, and even the withdraw DOGE fee is also 1 DOGE. This is extremely high considering the new doge core wallet from 2021 already has been on low fees for a while.

How to fix the doge swap/send fee issue and make it same as GUI atomicDEX wallet?

ShorelineCrypto commented 11 months ago

Just tested recently on DOGE. DOGE can not be enabled in mmtools. It is now no longer a fee issue, doge is not supported on mmtools.

So far KMD pair seems to work with some work around upgrade on mm2 binary file.

ShorelineCrypto commented 8 months ago

This issue is indirectly fixed by komodo dev team. Komodo DeFi Framework (or atomicDEX-api) v2.0.0-beta is released last week that fixed DOGE network congestion high fee issue. Now the DOGE fee is dynamic.

A work around on DOGE support in mmtools is simply compile mm2 binary, and replace mm2 binary file with latest release in ~/atomicdex-api/target/debug folder

ShorelineCrypto commented 8 months ago

Doge was too high a while back. Then doge network congestion came, doge fee fixed at 0.01 doge was too low, sitting in mempool not confirmed. The latest upgrade of mm2 is middle ground. It is dynamic fee, now high blockchain fees, the fee is high at 1 to 2 DOGE, when dogecoin network congestion is over, hopefully the doge fee at atomicDEX can drop down to old days of 0.01 DOGE. More or less high or low fees of DOGE issue is solved by latest mm2. It is not mmtools issue. mmtools does need to upgrade to newest mm2 version though to make DOGE pair trading working.