https://github.com/motdotla/ansible-dogecoind
Quickly get dogecoind running on your server using this ansible config
https://github.com/motdotla/ansible-dogecoind
Last synced: 3 months ago
JSON representation
Quickly get dogecoind running on your server using this ansible config
- Host: GitHub
- URL: https://github.com/motdotla/ansible-dogecoind
- Owner: motdotla
- Created: 2014-01-02T00:43:54.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-19T20:05:57.000Z (over 11 years ago)
- Last Synced: 2025-01-24T05:09:38.617Z (9 months ago)
- Size: 229 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ansible-dogecoind

Run dogecoind on your server of choice to the moon. Designed for Ubuntu 12.04 x64.
([Kibble](https://github.com/scottmotte/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](https://www.digitalocean.com/?refcode=ebcbc179c33f) 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](http://www.ansibleworks.com). (install instructions for ansible are in [requirements](#requirements) below.
```
ansible-playbook playbook.yml -i hosts
```
That's it. Now dogecoind is running on its own server.
## Requirements
[Ansible](http://www.ansibleworks.com/) 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](http://riverside.io)'s [New Years Hackathon 2014](https://www.hackerleague.org/hackathons/riverside-dot-io-new-years-hackathon-2014). If wantz donate Riverside.io: `DRyL99xweAbB1QJggYif6wPTHnn6F35JJK`.