Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.08 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.08 KB

Ansible Playbooks for Cryptocurrency TestNet Node

Let's build your cryptocurrency node with Ansible!

Supporting cryptocurrency

  • Bitcoin
  • DASH

Requirement

You need...

  • You can connect to your own server via SSH
  • Ansible (pip2 install ansible)

Server requirement

  • OS: Ubuntu 16.04
  • SSD: 20GB or more (depends on the currency type)
  • Memory: 2GB or more (1GB may be barely enough)

Usage

  1. Clone this repository

    git clone git@github.com:nekonenene/ansible-playbook-cryptocurrency.git && cd ansible-playbook-cryptocurrency
  2. Update ./hosts/testnet

    vi ./hosts/testnet
    

    You should change your-server-host to your Host

  3. 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!