KomodoPlatform / BarterDEX

DEPRECATED/OUTDATED!!! Do not use!
https://komodoplatform.com
MIT License
189 stars 114 forks source link

0conf deposit claim #108

Open himu007 opened 6 years ago

himu007 commented 6 years ago

Some users are experiencing that they can't claim their 0conf deposit. This issue is also present when we try to manually input the 0conf "txid" into either instantdex.json, instantdex_useraddress.json and/or instantdex_useraddress_append.json file and start BarterDEX using native mode for KMD.

Somehow the GUI deletes the content of the json files and it becomes empty with showing only [] inside the json files. Thus, users face issue claiming their deposit back.

imylomylo commented 6 years ago

Firstly, Where are these json files located?

The only place in the source code the files are mentioned are inside marketmaker e.g.

bash$ grep -ril instantdex.json *
assets/bin/linux64/marketmaker
assets/bin/osx/marketmaker
assets/bin/win64/marketmaker.exe

Is this the GUI manipulating the json files or is the marketmaker doing all of it and GUI just talks to marketmaker about the files over rpc?

satindergrewal commented 6 years ago

@imylomylo these are located in BarterDEX data directory. You'll find some zeroconf and instantdex.json files there.