Skip to content

Instantly share code, notes, and snippets.

@diegovdev
diegovdev / centos-bitcoind-guide.md
Last active August 29, 2015 14:25 — forked from janx/centos-bitcoind-guide.markdown
Install bitcoind 0.10 on CentOS 6.6

##RPM Packages##

sudo yum install qt-devel protobuf-devel qrencode-devel

##Switch to user bitcoind##

sudo useradd bitcoind
sudo su - bitcoind
mkdir bitcoind

mkdir bitcoind/deps

Simple Gatewayd User's Guide

Gatewayd connects transactions outside the ripple network to transactions on the ripple ledger. When you record a payment that occured external to the ripple ledger that payment sent as a corresponding ripple payment. To match an external payment from one of your users to a ripple payment, first register that user's ripple address in the system, and record the external payment in the external account for that user:

Command Line
bin/gateway register_user <username> <password> <ripple_address>