Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [VIA] ★ Viacoin ★ ~ the future of digital currency ~ ★
by
sidhujag
on 20/07/2014, 14:59:21 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.
Hi, if you have a sec, can you give me a hint ;-)..@ubuntu 12.04 64bit..thank you
root@vps:~/viacoin# ./autogen.sh
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `src/build-aux'.
libtoolize: copying file `src/build-aux/ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `src/m4'.
libtoolize: copying file `src/m4/libtool.m4'
libtoolize: copying file `src/m4/ltoptions.m4'
libtoolize: copying file `src/m4/ltsugar.m4'
libtoolize: copying file `src/m4/ltversion.m4'
libtoolize: copying file `src/m4/lt~obsolete.m4'
configure.ac:707: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
configure.ac:707: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')


That's fine so far. Do the configure and make next. You need the dependencies listed in docs/build-unix.md
Would installing the ppa work for dependencies? could be nice n ez for ubuntu users.