Skip to content

Instantly share code, notes, and snippets.

View MrMebelMan's full-sized avatar
🍄
is a mushroom

Vladyslav Burzakovskyy MrMebelMan

🍄
is a mushroom
View GitHub Profile
@MrMebelMan
MrMebelMan / centos-bitcoind-guide.markdown
Last active November 20, 2018 12:37 — forked from janx/centos-bitcoind-guide.markdown
Install bitcoind on CentOS 6.5

##RPM Packages##

sudo yum install -y qt-devel protobuff-devel qrencode-devel automake

##Switch to user bitcoind##

sudo useradd bitcoind
sudo su - bitcoind
mkdir bitcoind

mkdir bitcoind/deps