{"id":13772964,"url":"https://github.com/fanatid/bitcoind-regtest","last_synced_at":"2025-03-15T12:14:35.118Z","repository":{"id":66164051,"uuid":"42353945","full_name":"fanatid/bitcoind-regtest","owner":"fanatid","description":"Run bitcoind in regtest mode for your own blockchain","archived":false,"fork":false,"pushed_at":"2015-11-24T06:50:09.000Z","size":4551,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T13:31:13.578Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fanatid.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2015-09-12T10:57:59.000Z","updated_at":"2018-10-08T11:56:01.000Z","dependencies_parsed_at":"2023-02-19T23:45:37.746Z","dependency_job_id":null,"html_url":"https://github.com/fanatid/bitcoind-regtest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanatid%2Fbitcoind-regtest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanatid%2Fbitcoind-regtest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanatid%2Fbitcoind-regtest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fanatid%2Fbitcoind-regtest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fanatid","download_url":"https://codeload.github.com/fanatid/bitcoind-regtest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243597820,"owners_count":20316843,"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-08-03T17:01:09.668Z","updated_at":"2025-03-15T12:14:35.095Z","avatar_url":"https://github.com/fanatid.png","language":"JavaScript","funding_links":[],"categories":["List of content"],"sub_categories":["Utilities"],"readme":"# bitcoind-regtest\n\n[![NPM Package](https://img.shields.io/npm/v/bitcoind-regtest.svg?style=flat-square)](https://www.npmjs.org/package/bitcoind-regtest)\n[![build status](https://img.shields.io/travis/fanatid/bitcoind-regtest.svg?branch=master\u0026style=flat-square)](http://travis-ci.org/fanatid/bitcoind-regtest)\n[![Coverage Status](https://img.shields.io/coveralls/fanatid/bitcoind-regtest.svg?style=flat-square)](https://coveralls.io/r/fanatid/bitcoind-regtest)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/feross/standard)\n[![Dependency status](https://img.shields.io/david/fanatid/bitcoind-regtest.svg?style=flat-square)](https://david-dm.org/fanatid/bitcoind-regtest#info=dependencies)\n\n## Example\n\n```js\nimport RegtestBitcoind from 'bitcoind-regtest'\n\nsetImmediate(async () =\u003e {\n  let bitcoind = new RegtestBitcoind()\n  await bitcoind.ready\n  await bitcoind.generateBlocks(105)\n  let preload = await bitcoind.getPreload()\n  console.log(preload)\n  // {\n  //   txId: '757f53cee55b38e564b37b7a06bc8f0758338621015b7ff02001317af0fa3b14',\n  //   outIndex: 0,\n  //   value: 1000000000,\n  //   script: \u003cScript: OP_DUP OP_HASH160 20 0x5d1ecf7e16de5ff76368d709cde74bb52dc7f3c4 OP_EQUALVERIFY OP_CHECKSIG\u003e,\n  //   privKey: \u003cPrivateKey: 294d6127bdc8b6cac4137f13cae854030ef544e595e41b8519d8f6d4966d3764, network: regtest\u003e\n  // }\n\n  await bitcoind.terminate()\n})\n```\n\n## API\n\n[here](https://github.com/fanatid/bitcoind-regtest/blob/master/API.md)\n\n## License\n\nThis software is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffanatid%2Fbitcoind-regtest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffanatid%2Fbitcoind-regtest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffanatid%2Fbitcoind-regtest/lists"}