Let's build your cryptocurrency node with Ansible!
- Bitcoin
- DASH
You need...
- You can connect to your own server via SSH
- Ansible (
pip2 install ansible
)
- OS: Ubuntu 16.04
- SSD: 20GB or more (depends on the currency type)
- Memory: 2GB or more (1GB may be barely enough)
-
Clone this repository
git clone [email protected]:nekonenene/ansible-playbook-cryptocurrency.git && cd ansible-playbook-cryptocurrency
-
Update
./hosts/testnet
vi ./hosts/testnet
You should change
your-server-host
to your Host -
Start building
-
Bitcoin
ansible-playbook -i hosts/testnet bitcoin.yml
-
DASH
ansible-playbook -i hosts/testnet dash.yml
When Ansible processing ends, the TestNet node will start running in your server!
-