KomodoPlatform / BarterDEX

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

Straks (STAK) in native mode doesn't work #77

Closed barbierir closed 6 years ago

barbierir commented 6 years ago

Straks wallet is fully synched but when enabling it in native mode, BarterDex complains it can't find the coin (issue reported by an user)

satindergrewal commented 6 years ago

Please ask the user to delete coins.json file from BarterDEX's data directory, then restart BarterDEX and then try again using STAK. It should work.

barbierir commented 6 years ago

Done and user just replied: "Tried with same result. also tried Ltc core wallet and I get Wallet is not installed this pc" and he's using Windows 10

cipig commented 6 years ago
  1. wallet-config has to be in default location
  2. wallet-config must contain at least these options
    server=1
    rpcuser=whatever
    rpcpassword=whatever
  3. the wallet must listen to the default rpcport (7574 for STAK and 9332 for LTC)

if one of the above is not true, BarterDEX has no chance talking to the wallet, so i would check that first.