https://github.com/nbobtc/puppet-bitcoind
Puppet module to install bitcoind
https://github.com/nbobtc/puppet-bitcoind
Last synced: 10 months ago
JSON representation
Puppet module to install bitcoind
- Host: GitHub
- URL: https://github.com/nbobtc/puppet-bitcoind
- Owner: nbobtc
- Created: 2013-03-29T15:34:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-01-07T19:43:58.000Z (about 12 years ago)
- Last Synced: 2025-03-22T15:48:57.381Z (11 months ago)
- Language: Puppet
- Size: 226 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Bitcoind
========
## Description
This module will manage the requirements for installing and keeping bitcoin up
to date.
## Usage
You must include either the source or the ppa builds. I recommend the ppa build
as building from source takes longer and is still a little janky.
class { 'bitcoind::ppa': }
You will need to install this on ubuntu, I will try to add more ways at a later
date, but for right now I'm trying to get this up and running for use in my projects
Next you will need to include the class itself with some parameters.
class { 'bitcoind':
testnet => true,
rpcuser => 'really_long_username',
rpcpassword => 'no_short_password_here',
rpcport => 18332,
}