Post
Topic
Board Announcements (Altcoins)
Re: GoaCoin MasterNode GUIDE for windows+linux Hot+Cold
by
RealSwissMiner
on 12/01/2018, 18:53:09 UTC
Has anyone ran into the issue of after the below steps, no additional directories are created? Especially the goacoincore diretory.  Tried to configure the goacoin.conf but it does not exist.  i followed the guide to the T and get the same results.  thank you.

*Also i get this error during the ./configure switch.   libdb_cxx headers missing, GoaCoin Core requires this library for wallet. 

I get the exact same error and I am not sure what cause it. Any help on this would be appreciated - I guess some people might now about it as there are over 110 MN operating.

If you mean this error "*Also i get this error during the ./configure switch.   libdb_cxx headers missing, GoaCoin Core requires this library for wallet."  That's your problem.  To fix it:
Code:
sudo apt-get install libdb++-dev
    then recompile.

    If you're talking about nano complaining that the .conf file doesn't exist, then the most likely issue is one of the following
    1. You're not in your home directory.
    2. You ran it as root the first time and now you're trying to edit it as your user
    3. You ran it as user the first time, and now you're trying to edit it as root.[/li]
Suggested solution:
1. Make sure you're user and not root (prompt should end in a $  NOT a #)
2. run Goa again
3. Try nano ~/.gocoincore/goacoin.conf  (makes sure you're referencing the home directory instead of the present working directory)
4. Report the messages at 1 if there's a problem.

[/quote]

Yes, i was missing the libdb - after installing it correctly the next steps were working fine. Synching to the current block height now, thank you! Smiley