Skip to content

Instantly share code, notes, and snippets.

View cdljsj's full-sized avatar
🎯
Focusing

Ashton Chen cdljsj

🎯
Focusing
View GitHub Profile
@cdljsj
cdljsj / install_bitcoin.sh
Last active September 17, 2021 07:37 — forked from hunanboy/install_bitcoin.sh
Install Bitcoin Node (CentOS 7)
#!/bin/bash
# WARNING: 1G size ram won't work! Bitcoin "make" consumes lots of ram. Add swap first: https://www.digitalocean.com/community/tutorials/how-to-add-swap-on-centos-7
# Adapted from: https://www.ndchost.com/wiki/how-to-install-bitcoin-on-centos-7
BITCOIN_TAG="v0.18.0"
# Install the EPEL repository
sudo yum install -y epel-release