
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