Bitcoin Forum
July 09, 2024, 12:22:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: GoaCoin MasterNode GUIDE for windows+linux Hot+Cold on: January 15, 2018, 10:12:17 AM
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.



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




==========================

Hey everyone,

after installing the libdb i got another error when trying to ./configure .

Code:
configure: error: Found Berkeley DB other than 4.8, required for portable wallets (--with-incompatible-bdb to ignore or --disable-wallet to disable wallet functionality)

does anyone know what to do?


best regards
=========================




After installing only the system requirements from github i managed to get it runnung. With ubuntu 14 not 16... hope i can help someone

Best regards
[/quote]

I'm stuck here too - I've reinstalled at Ubuntu 14 but still getting the Berkeley error. Do you mind explaining what commands do I run to just install the system requirements for Goa on the VPS?

Thanks!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!