Skip to content

Instantly share code, notes, and snippets.

View kuyeshiwo's full-sized avatar
🎯
Focusing

chenguolin kuyeshiwo

🎯
Focusing
View GitHub Profile
@kuyeshiwo
kuyeshiwo / bitcoin.conf
Created March 7, 2018 05:50 — forked from JoshuaEstes/bitcoin.conf
Install bitcoind on linux and setup server
# bitcoin.conf configuration file. Lines beginning with # are comments.
# Network-related settings:
# Run on the test network instead of the real bitcoin network.
#testnet=0
# Connect via a socks4 proxy
#proxy=127.0.0.1:9050
##############################################################
@kuyeshiwo
kuyeshiwo / Git push deployment in 7 easy steps.md
Created July 23, 2016 15:57 — forked from manojkm/Git push deployment in 7 easy steps.md
7 easy steps to automated git push deployments. With small and configurable bash only post-receive hook