-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LTC not supported in DEX trading ? (segwit) #6
Comments
smk762: using your repo for a fresh install, then overwrite with 2.0.0-beta mm2 binary to overwrite mmtool old version, then put back my config for LTC. It fails. I think the failure was that mmtools as wallet can not enable LTC-segwit, only the legacy LTC wallet is supported. Here are errors: ` ./enable ltc-segwit ~/mmtools$ ./orderbook LTC CHTA jq: error (at :1): Cannot iterate over null (null) --Asks (Buying CHTA with LTC)-- jq: error (at :1): Cannot iterate over null (null) ubuntu@instance-xx:~/atomicDEX-API/target/debug$ ./mm2 --version ` |
One suggestion from smk for extra testing in discord:
|
The errors by using smk's suggestion of making coins file under ~/mmtools/coins/coins from wallet_only true to false. The original master branch testing again, sell or buy order of CHTA/LTC pair is not tradable. In both cases, the Desktop GUI v7.0 wallet generated errors saying "Trade preimage timed out, try again". In short, so far LTC is not really working, it can only serve as wallet only under new mm2 v2.0.0-beta upgrade. |
Komodo DeFi Framework (or atomicDEX-api) v2.0.0-beta is released and Komodo desktop/mobile wallet is under upgrade recently.
In recent new hardfork style upgrade on wallet and DEX, LTC now is wallet-only with no trading capability. All trading has to go through LTC-segwit
segwit is not supported in mmtools. This upgrade make mmtools not usable even with mm2 binary file workaround replacement.
The text was updated successfully, but these errors were encountered: