forked from jl777/komodo
-
Notifications
You must be signed in to change notification settings - Fork 99
Installing Litecoin on Linux
Saddam Hossain edited this page Dec 20, 2017
·
1 revision
cd ~
wget https://download.litecoin.org/litecoin-0.13.2/linux/litecoin-0.13.2-x86_64-linux-gnu.tar.gz
tar -zxvf litecoin-0.13.2-x86_64-linux-gnu.tar.gz
sudo install -m 0755 -o root -g root -t /usr/local/bin ~/litecoin-0.13.2/bin/*
rm -rf ~/litecoin-0.13.2/ litecoin-0.13.2-x86_64-linux-gnu.tar.gz
After above commands you must be able to use litecoind
and litecoin-cli
from anywhere in terminal.
Let's setup litecoin configuration:
cd ~
mkdir .litecoin
cd .litecoin
nano litecoin.conf
Paste this in your litecoin.conf (replace recuser and rpcpassword values)
rpcuser=litecoinrpc
rpcpassword=password
txindex=1
server=1
daemon=1
rpcbind=127.0.0.1
bind=127.0.0.1
- Press CTRL+O to save the changes.
- Press CTRL+X to exit nano editor.
Start Litecoind
litecoind
check to see if it's downloading the blocks
litecoin-cli getinfo
Whitepapers
dPoW Whitepaper
barterDEX Whitepaper v2
JUMBLR Whitepaper
dICO Whitepaper
Install and build
Installing Komodo
Install barterDEX CLI
Install ETOMIC barterDEX
ElectrumX guide for barterDEX
Setup Insight Explorer
Notary Node
Notary Node security
Updating Notary Node
NN Assetchains Guide
Monitor Notary Node
Developers
barterDEX API
Create Assetchain
iguana API
Doing PAX deposits
Using JUMBLR
Using Key/Value
0conf Swaps
Testers
debug Komodo