Waves not importing ETH transaction

I wanted to move BTC from Binance to Waves. I notice ETH is an option and that seemed less expensive than the BTC option, so I go to Waves and get an ETH deposit address:

https://etherscan.io/address/0x77FF1c44a24E6EfaF3Ffffa0Ac6DAB26Fe7667f8

I later notice no ETH on that address, but I do see Erc20 Token Txns has Binance Wrapped BTC on it. I suspect Waves doesn’t support this yet. So now I’m here looking for help. Is there something I need to do to consume the tokens first?

Alternatively, I have my Waves seed. I suspect it is used to create a ETH private key which was used to create the public key for this transaction? How can I get the private key and maybe push the tokens back to Binance so I can move them using BTC? How would you proceed?

Please use waves.exchange online chat for support

1 Like

For the next person coming along who may have this problem, here is what I found:

Send the coins from your external wallet to this address. Make sure you are sending the correct coin, or your funds will be lost. Also, note that you can't send ERC20 tokens – only ETH

https://support.waves.exchange/en/articles/4620341-how-to-buy-and-cash-out-usdn-for-to-crypto-and-fiat

At this point I think my only hope is to learn how the deposit addresses are created by the Waves Windows application, and hope that the private key is accessible on my local filesystem, or perhaps via an algorithm based on my Waves seed.

Since you started down the path of customization and digging the code, your own e-wallet isn’t that far away. In a year or two, you will be able to create it for other people to use. You should check this article on e-wallet app development . It walks you through all the necessary features an e-wallet should have. And check the other articles on this website as well. I’ve seen several that cover e-wallets. Take a look.