buildog / BarterDEX

📈 BarterDEX: Decentralized Exchange and Cryptocurrency Market

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Native Coin Wallets Not Working

opened this issue · comments

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.

commented

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

commented

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

commented

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

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.

ok so closing it