Author

Topic: Litecoin Comple (Debian) (Read 1093 times)

newbie
Activity: 27
Merit: 0
May 02, 2013, 06:30:24 PM
#1
hi, i just compiled litecoind and when i goto launch, i get the following error

Code:
[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
Code:
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:
Code:
server=1
daemon=1
rpcuser=USERNAME
rpcpassword=PASSWORD
rpcport=9334
port=9335
gen=0
Jump to: