[COMPUTERNAME]$ litecoind
************************
EXCEPTION: N5boost12interprocess22interprocess_exceptionE
Permission denied
litecoin in AppInit()
terminate called after throwing an instance of 'boost::interprocess::interprocess_exception'
what(): Permission denied
Aborted
[COMPUTERNAME]$ sudo litecoind
Litecoin server starting
[COMPUTERNAME]$ Error: An error occured while setting up the RPC port 9334 for listening: open: Address family not supported by protocol
any ideas as to why?
this was my git/compile guide
cd /downloads/
git clone https://github.com/coblee/litecoin.git
cd /litecoin/src/
make -f makefile.unix litecoind
cp litecoind /usr/bin/
mkdir ~/.litecoin/
Content of ~/.litecoin/litecoin.conf:
Edit the file:
nano ~/.litecoin/litecoin.conf
Code:
server=1
daemon=1
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcport=9334
port=9335
gen=0