{"id":25059672,"url":"https://github.com/0xb10c/bitcoin-development-history","last_synced_at":"2025-04-14T14:02:30.798Z","repository":{"id":47144725,"uuid":"193243601","full_name":"0xB10C/bitcoin-development-history","owner":"0xB10C","description":"Data and a example for a open source timeline of the history of Bitcoin development","archived":false,"fork":false,"pushed_at":"2023-04-19T18:38:21.000Z","size":50,"stargazers_count":48,"open_issues_count":5,"forks_count":9,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-28T03:04:17.157Z","etag":null,"topics":["bitcoin","data","history","json","timeline"],"latest_commit_sha":null,"homepage":"https://0xb10c.github.io/bitcoin-development-history/","language":"HTML","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/0xB10C.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":"2019-06-22T14:32:59.000Z","updated_at":"2024-08-12T19:50:20.000Z","dependencies_parsed_at":"2022-08-14T15:30:25.113Z","dependency_job_id":null,"html_url":"https://github.com/0xB10C/bitcoin-development-history","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/0xB10C%2Fbitcoin-development-history","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xB10C%2Fbitcoin-development-history/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xB10C%2Fbitcoin-development-history/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xB10C%2Fbitcoin-development-history/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xB10C","download_url":"https://codeload.github.com/0xB10C/bitcoin-development-history/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248894912,"owners_count":21179152,"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":["bitcoin","data","history","json","timeline"],"created_at":"2025-02-06T15:36:04.447Z","updated_at":"2025-04-14T14:02:30.745Z","avatar_url":"https://github.com/0xB10C.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timeline of the Bitcoin development history\n\n\u003e To fully understand the rationale behind the current state of Bitcoin development, knowledge about historical events is essential.\n\nThis open source project contains data for a timeline on historical Bitcoin developments.\nMost data points are adopted from a talk [John Newbery](https://twitter.com/jfnewbery) gave on the [History and Philosophy of Bitcoin Development](https://www.meetup.com/BitDevsNYC/events/262321510/). \nFeel free to propose a change or add a new entry to the timeline. \nAll code in this repository is licensed under a MIT License.\nThe data contained in the `bitcoin-history.json` file is licensed under a \u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"\u003eCreative Commons Attribution-ShareAlike 4.0 International License\u003c/a\u003e.\nWhen using the data, please attribute this project.\n\n\u003ca rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\"\u003e\u003cimg alt=\"Creative Commons License\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by-sa/4.0/88x31.png\" /\u003e\u003c/a\u003e\n\n\nI've used this timeline in my blog post [The incomplete history of Bitcoin development](https://b10c.me/The-incomplete-history-of-Bitcoin-development/).\n\n\n## Formatting\n\nThe `bitcoin-history.json` file contains a sorted list of events on the timeline. It starts with Satoshi Nakamoto beginning his work on Bitcoin in 2007. Each event is encoded in the following JSON structure. Correct formatting can be checked with the Python script `json-format-checker.py`. This script is automatically run for each pull request on travis. \n\nAn `id` must start with a year and a valid type.\nCurrently the five `types` release, post, bug, company and other are specified.\nThe `title` should contain a date a column as separator and a short title. \nAt least one `paragraph` must be filled. No empty paragraphs.\n`Links` to a source should be provided. Each `link` must have an according `label`. \n\n```json\n{\n  \"id\": \"\",\n  \"type\":\"\",\n  \"title\": \"\",\n  \"paragraphs\": [\n    \"\"\n  ],\n  \"links\": [\n    {\n      \"label\": \"\",\n      \"link\": \"\"\n    }\n  ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xb10c%2Fbitcoin-development-history","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xb10c%2Fbitcoin-development-history","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xb10c%2Fbitcoin-development-history/lists"}