
I am trying to add the coin to my pool in linux. So far sucessful compile but i cant get the wallet address since viacoind getaccountaddress "" or viacoind getinfo does not work. How can i get this?
viacoin-cli
It should be where you compiled.
./viacoin-cli getinfo
it'll be in the src/ folder but best to just do this if running a pool
./autogen.sh
./configure --with-gui=no --enable-tests=no
make
make install
then it'll work from anywhere.