Installation Bytecoin Wallet (BCN) on Linux Ubuntu Desktop 20.04.2
1. Bytecoin Desktop download – https://bytecoin.org/downloads
2. Bytecoin Node and Blockchain download – https://bytecoin-node.info/
=============================================================================
Exchange Referral Links
1. Binance Spot: https://bit.ly/30SEjJc
2. Binance Futures: https://bit.ly/3dcRrvr
3. Poloniex: https://bit.ly/2V0abrQ
4. CREX24: https://bit.ly/2CkSiNT
=============================================================================
—=== Installation Bytecoin Wallet (BCN) on Linux Ubuntu Desktop 20.04.2 ===—
Linux Version
lsb_release -a
1. System update. Install from the administrator.
sudo su
sudo apt update && sudo apt upgrade
2. Installation
sudo apt install qt5-qmake qtbase5-dev qtbase5-dev-tools
cd / && mkdir bcnwallet && cd bcnwallet
wget https://github.com/bcndev/bytecoin-gui/releases/download/v3.5.1/bytecoin-desktop-3.5.1-linux64.zip
unzip bytecoin-desktop-3.5.1-linux64.zip && rm -f bytecoin-desktop-3.5.1-linux64.zip
3. Download PNG (optional):
su user ( user: your username in Linux Ubuntu !!! )
cd /home/user/Downloads && wget https://bytecoin-node.info/images/2020/09/13/bytelogo.png
Start Bytecoin Wallet.
4. Connecting to a remote node
Bytecoin Wallet — Tools — Wallet daemon parameters
choose external bytecoin node and Host: 207.180.201.219
or
5. Download Bytecoin Blockchain (optional)
cd /home/user/.bytecoin/blockchain ( user: your username in Linux Ubuntu !!! )
rm -f data.mdb && wget https://bytecoin-node.info/bcn/blockchain/data.mdb
=============================================================================
by Bytecoin Node
linux download