Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

crypto-coin (3) Versions 0.2.0

Installs/Configures crypto-coin

Policyfile
Berkshelf
Knife
cookbook 'crypto-coin', '= 0.2.0', :supermarket
cookbook 'crypto-coin', '= 0.2.0'
knife supermarket install crypto-coin
knife supermarket download crypto-coin
README
Dependencies
Quality -%

crypto-coin cookbook

This cookbook provides a LWRP to compile bitcoin based crypto coins.

Requirements

Requires build-essential. Eg from this cookbook.

Usage

Example recipe for litecoin:

# Get access to the LWRP and install prerequisites
include_recipe "crypto-coin::default"

# Download, compile and configure the cryptocoin
crypto_coin "litecoin" do
  repository    "https://github.com/litecoin-project/litecoin.git"
  revision      "0.6.3"
  port          9333
  rpcpassword   "nojxxq2rryghg1p0ti7x"
end

# Start the cryptocoin node
service "litecoind" do
  provider Chef::Provider::Service::Upstart
  action :start
end

Recipes

crypto-coin::default

Install prerequisites

crypto-coin::bitcoin

Example recipe that compiles bitcoind and starts the node

crypto-coin::litecoin

Example recipe that compiles litecoind and starts the node

Author

Author:: Andrew Fecheyr (andrew@bedesign.be)

Dependent cookbooks

apt >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found