I am trying to setup my mining pool for Digibyte - Groestl and having trouble doing so.
Till now I have performed following steps:
cd digibyte
sudo ./autogen.sh
sudo ./configure
sudo make
sudo make install
Added digibyte.conf file to ~/.digibyte directory.
Content for digibyte.conf are:
rpcpassword=
rpcallowip=127.0.0.1
rpcport=
algo=groestl
server=1
daemon=1
txindex=1
debug=1
after running the command sudo digibyted I get "DigiByte server starting"
issueing "job" shows me that digibyted is running
while issuing digibyte-cli getinfo I get output like
error code: -28
error message:
Loading block index...
I came to know that getinfo is deprecated but the output is same for getnewaddress or any other command that I issue.
I am helpless. Please help me guys. I tried searching for solution in this forum and other places but could not find any useful information. May be I am looking at wrong places or using wrong keywords.
Regards,
Chinar