Post
Topic
Board Announcements (Altcoins)
Re: [ANN] $DVT DeVault - The Decentralized Community Economy [PoW + Cold Rewards]
by
zoneterror
on 22/06/2019, 00:03:55 UTC
I got errors on my pool while the devaultd starts:

A error about a getaccountaddress, and another one for getblocktemplate.


Any idea why ?

ty


Make sure you are allowing the daemon to fully start by setting a password at first boot. (then make sure you unlock it for a long time by running walletpassphrase "yourpassword" 99999) . If you continue to have issues, try building again from the master branch.

What pool are you using? be sure its our fork of Yiimp: https://github.com/devaultcrypto/yiimp

Hi.

ty for your answer, i  uninstalled it to reinstall it back after, and now i have worst :

"
configure: error: libdb_cxx headers missing, DeVault Core requires this library for wallet functionality (--disable-wallet to disable wallet functionality) "

I tried everything ... all dependencies  are installed, i even mentionned to ubuntu where to locate libdb:

$ export BDB_INCLUDE_PATH="/usr/local/BerkeleyDB.5.3/include"
$ export BDB_LIB_PATH="/usr/local/BerkeleyDB.5.3/lib"
$ ln -s /usr/local/BerkeleyDB.5.3/lib/libdb-5.3.so /usr/lib/libdb-5.3.so



nothings works, it keeps telling me this same error like libdb wasnt installed.


PLease help Sad !!


Oh yes i have installed yiimp, i use this one https://github.com/cryptopool-builders/yiimp . Could it be because of that ?