{"id":18406890,"url":"https://github.com/nbobtc/bitcoind-cookbook","last_synced_at":"2025-04-12T20:58:26.302Z","repository":{"id":24445871,"uuid":"27848039","full_name":"nbobtc/bitcoind-cookbook","owner":"nbobtc","description":"Use chef to create bitcoin nodes","archived":false,"fork":false,"pushed_at":"2014-12-19T14:17:08.000Z","size":192,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T20:58:22.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/bitcoind","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nbobtc.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-11T01:17:59.000Z","updated_at":"2023-05-11T10:11:02.000Z","dependencies_parsed_at":"2022-08-22T08:20:12.759Z","dependency_job_id":null,"html_url":"https://github.com/nbobtc/bitcoind-cookbook","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbobtc%2Fbitcoind-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbobtc%2Fbitcoind-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbobtc%2Fbitcoind-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nbobtc%2Fbitcoind-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nbobtc","download_url":"https://codeload.github.com/nbobtc/bitcoind-cookbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631703,"owners_count":21136561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T03:11:17.364Z","updated_at":"2025-04-12T20:58:26.277Z","avatar_url":"https://github.com/nbobtc.png","language":"Ruby","readme":"# bitcoind-cookbook\n\nThis cookbook will install a [Bitcoin](https://bitcoin.org) node. You can also\nenable or disable the wallet ability. By disabling the wallet you will have\na seed node that can be used to connect to.\n\nThis is a cookbook that I use to setup seed nodes and other services that\nrequire a bitcoin node.\n\n## Supported Platforms\n\n- ubuntu 14.04\n\n## Attributes\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003cth\u003eKey\u003c/th\u003e\n    \u003cth\u003eType\u003c/th\u003e\n    \u003cth\u003eDescription\u003c/th\u003e\n    \u003cth\u003eDefault\u003c/th\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['bitcoind']['install_via']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eenum\u003c/td\u003e\n    \u003ctd\u003e`package` or `source` I recommend you use `package`.\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003epackage\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['bitcoind']['bin']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003estring\u003c/td\u003e\n    \u003ctd\u003eLocation of executable\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e/usr/bin/bitcoind\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['bitcoind']['user']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003estring\u003c/td\u003e\n    \u003ctd\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003ebitcoin\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['bitcoind']['group']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003estring\u003c/td\u003e\n    \u003ctd\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003ebitcoin\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['bitcoind']['piddir']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003estring\u003c/td\u003e\n    \u003ctd\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e/var/run/bitcoind\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['bitcoind']['pidfile']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003estring\u003c/td\u003e\n    \u003ctd\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e/var/run/bitcoind/bitcoind.pid\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['bitcoind']['datadir']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003estring\u003c/td\u003e\n    \u003ctd\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e/var/lib/bitcoind\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['bitcoind']['wallet']['enabled']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003eboolean\u003c/td\u003e\n    \u003ctd\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003etrue\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['bitcoind']['config']['file']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003estring\u003c/td\u003e\n    \u003ctd\u003e\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e/etc/bitcoin/bitcoin.conf\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n  \u003ctr\u003e\n    \u003ctd\u003e\u003ctt\u003e['bitcoind']['config']['options']\u003c/tt\u003e\u003c/td\u003e\n    \u003ctd\u003ehash\u003c/td\u003e\n    \u003ctd\u003eConfigures the options that are put into the bitcoin.conf file.\u003c/td\u003e\n    \u003ctd\u003e\u003ctt\u003e{}\u003c/tt\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n## Usage\n\nCreate a testnet node:\n\n```json\n{\n    \"bitcoind\": {\n        \"config\": {\n            \"options\": {\n                \"testnet\": 1,\n                \"rpcuser\": \"insecure_username\",\n                \"rpcpassword\": \"please_rob_me\",\n                \"rpcallowip\": [\"127.0.0.1\", \"192.168.1.1\"],\n                \"rpcport\": 18332\n            }\n        }\n    }\n}\n```\n\nYou can see various options that can go into the configuration file at\nhttps://en.bitcoin.it/wiki/Running_Bitcoin#Sample_Bitcoin.conf\n\n### bitcoind::default\n\nInclude `bitcoind` in your node's `run_list`:\n\n```json\n{\n  \"run_list\": [\n    \"recipe[bitcoind]\"\n  ]\n}\n```\n\n## License and Authors\n\nAuthor:: Joshua Estes (\u003cJoshua@dSpaceLabs.com\u003e)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbobtc%2Fbitcoind-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnbobtc%2Fbitcoind-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnbobtc%2Fbitcoind-cookbook/lists"}