PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Linux Crypto Wallet Offline

Go down

Linux Crypto Wallet Offline Empty Linux Crypto Wallet Offline

Post by jamied_uk 10th May 2021, 17:06

Linux Crypto Wallet (Offline)

linuxconfig.org/tutorial-on-how-to-create-a-paper-and-digital-offline-bitcoin-wallet-with-linux#h11-4-download-verify-and-install-electrum-bitcoin-wallet


Setup Script


Code:
#!/bin/bash
# (c)J~Net 2021
# jnet.sytes.net
#
# https://jnet.forumotion.com/t1740-linux-crypto-wallet-offline#2694
#
# sudo chmod +x *.sh
#
# ./setup.sh
clear
echo "Setting Up Crypto Wallet Creator, Please Wait...."
echo ""
echo "Setting up Dirmng..."
sudo apt install -y dirmng ccrypt
echo "Getting Electrum..."
wget https://download.electrum.org/3.0.3/Electrum-3.0.3.tar.gz
echo "Checking keys are valid..."
gpg --keyserver pool.sks-keyservers.net --recv-keys 2BD5824B7F9470E6
gpg --verify Electrum-3.0.3.tar.gz.asc Electrum-3.0.3.tar.gz
echo "Setting Up Electrum"
sudo apt install -y python3-setuptools python3-pyqt5 python3-pip
echo "Setting Up PIP"
pip3 install Electrum-3.0.3.tar.gz
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Linux Crypto Wallet Offline Empty Re: Linux Crypto Wallet Offline

Post by jamied_uk 10th May 2021, 17:30

Loading It Up!



Code:
#!/bin/bash
#(c)J~Net 2021
# jnet.sytes.net
#
# https://jnet.forumotion.com/t1740-linux-crypto-wallet-offline#2694
#
# sudo chmod +x *.sh
#
# ./run.sh
clear
echo "Loading Crypto Wallet Creator, Please Wait...."
electrum


After you run and want to store your qr code recovery file use script below!


Code:
#!/bin/bash
#(c)J~Net 2021
# jnet.sytes.net
#
# https://jnet.forumotion.com/t1740-linux-crypto-wallet-offline#2694
#
# sudo chmod +x *.sh
#
# ./save.sh
clear
echo "Saving QR Recovery For Crypto Wallet Creator, Please Wait...."
echo "Making Private Folder..."
sudo mkdir PRIVATE
sudo cp /home/$USER/.electrum/qrcode.png PRIVATE/qrcode.png


Last edited by jamied_uk on 10th May 2021, 17:50; edited 2 times in total
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Linux Crypto Wallet Offline Empty Re: Linux Crypto Wallet Offline

Post by jamied_uk 10th May 2021, 17:44

Donate BTC

1GPvaBNX83qbXd5ZvV9ojCroMBBEfH1mtv


ETH

0xC07efb60259922Bad978AcAe38BA12e4161f8006
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Linux Crypto Wallet Offline Empty Re: Linux Crypto Wallet Offline

Post by jamied_uk 10th May 2021, 18:00

mbtc to btc converter

youmeandbtc.com/bitcoin-converter/convert-btc-mbtc-bits-satoshis-usd
jamied_uk
jamied_uk
Admin

Posts : 2952
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Linux Crypto Wallet Offline Empty Re: Linux Crypto Wallet Offline

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum