Post
Topic
Board Announcements (Altcoins)
Re: [ANN] - SCRYPT - DogeGold - Dawn of a NEW Doge!
by
NewestMember
on 30/05/2021, 17:36:46 UTC
Let me clarify what's happening with the qt wallet. The conf file is not being loaded automatically when the client is launched. If you specify conf=dogegold.conf it will load it, but not without the conf= . I'm not sure what's causing the problem. We need the RPC server to be enabled automatically by loading the conf file without additional input from the user.

Everything works fine, and you could use dogecoind if you wanted the RPC server.. But to get onto this one decentralized exchange the owners wants this resolved.

because they didn't change the original name from "dogecoin" to "dogegold" everywhere it was required : https://github.com/DogeCoinGold1/DogeGold/blob/master/configure.ac#L17
, so you must make the conf being as dogecoin.conf and not dogegold.conf and then it will automatically load it

Thank you. That file had not been updated in the github. The bug is probably in that area though.
https://github.com/DogeCoinGold1/DogeGold/blob/master/configure.ac

It looks like the conf file is defined here:
https://github.com/DogeCoinGold1/DogeGold/blob/master/src/util.cpp

There's obviously a problem with the paths somewhere.