Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [VIA] ★ Viacoin ★ ~ the future of digital currency ~ ★
by
btcdrak
on 20/07/2014, 10:44:47 UTC
Sad 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.