KomodoPlatform/BarterDEX

Impossible to send Ethereum

Closed this issue · 7 comments

bug
impossible to send my ethereum, in electrum mode or native, UNDEFINED shows instead of the transaction code

can somebody at least say me how to get my ethereum private keys from barterdex?

There's some update done to marketmaker in regard of ETH by core dev artem.
you will need latest marketmaker binaries in the app to test and check if your issue is resolved, as the reported issue is most likely a core marketmaker issue instead of UI issue.

@himu007 can help further on this.

Hello @satindergrewal .
Please can you confirm that if we build barterdex like explained here
https://github.com/KomodoPlatform/KomodoPlatform/wiki/Installing-and-Using-Komodo-Platform-(barterDEX)

we should be able to solve this problem and transfer out the ETH ?
Well if you can give a link to which source exactly to compile in order to have that marketmaker binaries up to date that would be great

Thanks

cipig commented

I can confirm that BarterDEX-CLI can handle ERC20-withdraws, have done it many times, eg:

curl --url "http://127.0.0.1:7783" --data "{\"userpass\":\"$userpass\",\"method\":\"eth_withdraw\",\"coin\":\"ELD\",\"to\":\"0x4e623b150b847da59f064f7c7fcc9f787dae2229\",\"amount\":1}"

Replace ELD with ETH, put the correct address in "to" and the desired amount and it works fine.

We will test that thanks for the update
but
how is managed the network fees?
Withdrawing the whole balance may fail?
Thanks in advance

cipig commented

sending of ETH fixed in dev branch