Skip to content

Releases: scribenetwork/scribe

v0.3

26 Aug 00:29
3621fcb
Compare
Choose a tag to compare

CHANGELOG:

  • Changed BIP44 coin type from 5 to 545

Ubuntu 18.04

Install:

wget -qO - https://scribe.network/ppa/KEY.gpg | sudo apt-key add -
wget -qO - https://scribe.network/ppa/ubuntu/bionic/scribe.list > /etc/apt/sources.list.d/scribe.list
apt update
apt install scribe

Ubuntu 16.04

Install:

wget -qO - https://scribe.network/ppa/KEY.gpg | sudo apt-key add -
wget -qO - https://scribe.network/ppa/ubuntu/xenial/scribe.list > /etc/apt/sources.list.d/scribe.list
apt update
apt install scribe

Debian 10

Install:

wget -qO - https://scribe.network/ppa/KEY.gpg | sudo apt-key add -
wget -qO - https://scribe.network/ppa/debian/buster/scribe.list > /etc/apt/sources.list.d/scribe.list
apt update
apt install scribe

Debian 9

Install:

wget -qO - https://scribe.network/ppa/KEY.gpg | sudo apt-key add -
apt install apt-transport-https
wget -qO - https://scribe.network/ppa/debian/stretch/scribe.list > /etc/apt/sources.list.d/scribe.list
apt update
apt install scribe

Raspbian 10

Install:

wget -qO - https://scribe.network/ppa/KEY.gpg | sudo apt-key add -
wget -qO - https://scribe.network/ppa/raspbian/buster/scribe.list > /etc/apt/sources.list.d/scribe.list
apt update
apt install scribe

v0.2

08 May 18:22
Compare
Choose a tag to compare