How to send LBC to your wallet
Require :
- You need a lbc wallet .Got one in :
https://poloniex.com/
Or
https://bittrex.com - Now LBRY just support linux and ubuntu
Open terminal on your ubuntu device
First command
cd /usr/share/python/lbrynet/bin
command 2
./lbrynet-daemon --wallet=lbryum
command 3
./lbrynet-cli send_amount_to_address '{"address" : "Put your LBC wallet here", "amount" : 1.0}'
(You can change your amount by change 1.0 to another number )
Other command for fix error (enter on the terminal)
sudo apt-get install python-pip python-dev build-essential
sudo pip install --upgrade pip
sudo pip install --upgrade virtualenv
pip install leveldb