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/yiimpHi.
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

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