How to Create PKT Wallet on Ubuntu

Creating a PKT Wallet on Ubuntu is complicated as compared to creating a PKT wallet on Windows and Mac.

It’s recommended to create a PKT wallet on these operating systems if you ain’t tech-savvy.

See the video if you have trouble understanding for creating a PKT wallet on Ubuntu.

Follow Simple 15 Steps to Create PKT Wallet on Ubuntu

Step 1:

sudo apt-get update && sudo apt-get upgrade -y

Step 2:

wget https://golang.org/dl/go1.17.linux-amd64.tar.gz

Step 3:

tar -xzvf go1.17.linux-amd64.tar.gz

Step 4:

sudo mv go /usr/local/

Note: If the command fails, use sudo apt install golang-go

Step 5:

vi ~/.bashrc

Press Shift + G press the button “O”  go at the bottom of the command line.

Step 6:

export PATH=$PATH:/usr/local/go/bin

Press Ctrl + C and enter :wq

Step 7:

source ~/.bashrc

Step 8:

sudo apt-get install golang-go

Step 9:

git clone https://github.com/pkt-cash/pktd

Step 10:

cd pktd/

Step 11:

./do

Step 12:

./bin/pktwallet --create

Step 13:

tmux

Step 14:

./bin/pktwallet

Step 15:

./bin/pktctl --wallet getnewaddress