Skip to content

Quickly get dogecoind running on your server using this ansible config

Notifications You must be signed in to change notification settings

motdotla/ansible-dogecoind

Repository files navigation

ansible-dogecoind

Run dogecoind on your server of choice to the moon. Designed for Ubuntu 12.04 x64.

(Kibble goes well with this repo. So kibble n bits. Maybs.)

If you would like some tip to this shibe: DJEBk3QoBGbNL7oWzXqvjgW1A9DuFKHs8q

Installation

Digital Ocean

Create a droplet on digital ocean and note the IP Address.

Then on your local machine, run the following.

git clone https://github.com/scottmotte/ansible-dogecoind.git
cd ansible-dogecoind
cp dogecoin.conf.example dogecoin.conf 
cp hosts.example hosts

Edit the dogecoin.conf and hosts files.

Deploy using ansible. (install instructions for ansible are in requirements below.

ansible-playbook playbook.yml -i hosts

That's it. Now dogecoind is running on its own server.

Requirements

Ansible is required.

Installing Ansible on Mac

cd /tmp
git clone git://github.com/ansible/ansible.git
cd ./ansible
git checkout v1.4.3
sudo make install
sudo easy_install jinja2 
sudo easy_install pyyaml
sudo easy_install paramiko

History

This project was originally built at Riverside.io's New Years Hackathon 2014. If wantz donate Riverside.io: DRyL99xweAbB1QJggYif6wPTHnn6F35JJK.

About

Quickly get dogecoind running on your server using this ansible config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published