Dash Digital Cash - Install Dash Electrum Wallet on Crux Linux

Опубликовано: 29 Май 2019
на канале: dash.red
540
13

#Dash #electrum #wallet

##### INSTALL DASH ELECTRUM ON CRUX LINUX ########

#### Crux Linux Release 3.4 ###

Allow root to login with a password for easier access from putty:
add text "PermitRootLogin yes" into /etc/ssh/sshd_config
start sshd
/etc/rc.d/sshd start

##### INSTALL TWM
cd /tmp
mkdir twm
cd twm
wget https://www.x.org/pub/individual/app/...
tar jxf twm-1.0.10.tar.bz2
cd twm-1.0.10
./configure --prefix=/usr
make
make install

#### Install xclock
cd /tmp
mkdir xclock
cd xclock
wget https://www.x.org/pub/individual/app/...
tar jfx xclock-1.0.8.tar.bz2
cd xclock-1.0.8
./configure --prefix=/usr
make
make install

cd /tmp
mkdir wayland
cd wayland
wget https://github.com/wayland-project/wa...
unzip master.zip
cd wayland-master/
./autogen.sh --prefix=/usr --disable-documentation
make
make install

cd /tmp
mkdir wayland-protocals
cd wayland-protocals/
wget https://github.com/wayland-project/wa...
unzip master.zip
cd wayland-protocols-master/
./autogen.sh --prefix=/usr
make install

cd /tmp
mkdir libxkbcommon
cd libxkbcommon
wget https://github.com/xkbcommon/libxkbco...
unzip master.zip
cd libxkbcommon-master/
./autogen.sh --prefix=/usr
make
make install

cd /tmp
python3 -V
python3 -m ensurepip --default-pip
python3 -m pip install pyqt5

#### Install Dash Electrum Wallet
cd /tmp
wget https://github.com/akhavr/electrum-da...
tar xvfz Dash-Electrum-3.3.4.tar.gz
cd Dash-Electrum-3.3.4/
cat README.rst
python3 -m pip install .[fast]

copy binary to /usr/bin and allow all users to run the program:
cp electrum-dash /usr/bin
copy the modules into the correct directory:
find electrum_dash/ | cpio -pd /usr/lib/python3.6/site-packages/

groupadd ec1warc1
useradd -g ec1warc1 -s /bin/bash -m ec1warc1 -c "Edward"