openware / opendax

Open-Source Cloud-Native Digital Asset & Cryptocurrency Exchange Platform
https://www.openware.com/products/opendax
Apache License 2.0
638 stars 543 forks source link

Kovan ETH testing deposit of funds not working #197

Open muhammaddadu opened 4 years ago

muhammaddadu commented 4 years ago

Hi,

I am running Kovan ETH and have created a wallet: 0xd6c208973cf8bdd938c4d3925e294327f03f0c30 inside my instance of opendax.

I have transfered 1ETH to the address as seen in etherscan. I can see from the logs that the blocks match up but I cannot see the funds in my account.

image image
Galaxy-Traveler commented 4 years ago

You created depozit wallet?

muhammaddadu commented 4 years ago

Yes, deposit wallet created and connected to correct blockchain.

Galaxy-Traveler commented 4 years ago

Your wallet is local or offline. Local: curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"personal_newAccount","params":["pretty_safe_passphrase"],"id":42}' localhost:8545

curl --data '{"method":"parity_testPassword","params":["account address","account_passphrase"],"id":1,"jsonrpc":"2.0"}' -H "Content-Type: application/json" -X POST localhost:8545


https://github.com/openware/images/tree/master/parity

devshaaran commented 4 years ago

How to use an online wallet?

alinetskyi commented 4 years ago

Yes, deposit wallet created and connected to correct blockchain.

Have you also created a blockchain in the admin panel and does the block number match up in there ?

talhadar90 commented 3 years ago

Any fix to this

hsklia commented 3 years ago

same issue