buildog / BarterDEX

📈 BarterDEX: Decentralized Exchange and Cryptocurrency Market
GNU General Public License v3.0
34 stars 36 forks source link

Native Coin Wallets Not Working #29

Closed ghost closed 6 years ago

ghost commented 6 years ago

I have Bitcoin Core wallet running in native mode, it doesn't show up on the GUI. Only coins/assets that are activated in native mode using Agama wallet does show up on GUI.

jl777 commented 6 years ago

if this is a real issue, it is not in the GUI. the problem is that the getcoins output is not having a non-zero height, please reproduce this with command line and when it is fixed, the gui will work

jl777 commented 6 years ago

a workaround you can do is to just make a ~/.bitcoin and put the bitcoin.conf file there

Nagaws commented 6 years ago

Same issue I have encountered for KMD chain, where i used Different datadirectory on windows. Unable to fetch coin info https://www.screencast.com/t/cs6LkXOHEkWS

himu007 commented 6 years ago

Found the cause of the issue and is now fixed. I had ~/.bitcoin and bitcoin.conf file there but didn't have server=1. Adding that line made it work.

buildog commented 6 years ago

ok so closing it