Skip to content
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

Can not trade KMD to GLX. #455

Closed
VONLUEAPS opened this issue Jul 27, 2018 · 4 comments
Closed

Can not trade KMD to GLX. #455

VONLUEAPS opened this issue Jul 27, 2018 · 4 comments

Comments

@VONLUEAPS
Copy link

VONLUEAPS commented Jul 27, 2018

Steps :

  1. Select the coin you want to trade. KMD and GLX.
  2. Enter the values [Price GLXT] and [Amount KMD] in the Sell KMD column.
    • Price GLXT : 306.23181105
    • Amount KMD : 4
  3. Click the [Sell KMD] button.
  4. Wait until the trade is completed.

Fail step is 3 as below image:
image

But, my [Balance] larger than [Amount KMD]...
image

Please check that.
Thanks,
Best regards, VLAPS

HyperDEX 0.1.0-alpha.10
Electron 2.0.5
win32 10.0.17134
Locale: ko

@VONLUEAPS
Copy link
Author

VONLUEAPS commented Jul 27, 2018

Not all trades are possible, not just GLX.

@VONLUEAPS
Copy link
Author

OK. I'm understand.
If I want to trade on HyperDEX, must have 10 or more....

Please pop up message as "Users must have more than 10 KMDs in their exchange wallets to trade" ...

@lukechilds
Copy link
Member

It's not the balance that's important, it's having correctly sized UTXOs.

You need one UTXO that is equal or larger than the size you want to trade, and another UTXO suitable to be used for the dex fee.

This is how the underlying marketmaker daemon works and is something we are unable to resolve from the GUI.

There is an explanation about this in the first run dialog, but you're right, the error should be much more clear. Those errors are passed directly through from marketmaker and there are no error codes so there's no reliable way for us to catch them and give users more reliable errors. (see #180 jl777/SuperNET#594 jl777/SuperNET#717)

@lukechilds
Copy link
Member

I will close this issue as we already have "Better error reporting" tracked here: #180

Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants