Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coins.json parsing problem on windows platform #128

Open
hanzac opened this issue Mar 1, 2018 · 1 comment
Open

coins.json parsing problem on windows platform #128

hanzac opened this issue Mar 1, 2018 · 1 comment
Assignees
Labels

Comments

@hanzac
Copy link

hanzac commented Mar 1, 2018

There's a bug in shepherd-ipc.js
function ProcessCoinsList(coins) { ...

Such configuration
"confpath":"C:\\Users\\hanza\\AppData\\Roaming\\terracoincore\\terracoin.conf"
will become like this
"confpath":"C:\Users\hanza\AppData\Roamingerracoincoreerracoin.conf"
This will cause the config file unable to find.

I think it's some escape char bug, \t is escaped to whitespace char.

@bitnexus-btnx
Copy link

We have a similar issue with BitNexus. The datadir path is not usual. Paths are as follows:
Linux- userhome/.bitcoinnodecore/bitnexus.conf
Windows-
C:\Users%userprofile%\AppData\Roaming\BitcoinNodeCore\bitnexus.conf

So in BarterDEX I can add the coin but then it can't find the local wallet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants