{"id":15202081,"url":"https://github.com/demining/bitcoinlib-google-colab","last_synced_at":"2025-04-12T12:51:01.128Z","repository":{"id":144620891,"uuid":"460506037","full_name":"demining/bitcoinlib-Google-Colab","owner":"demining","description":"Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins Google Colab","archived":false,"fork":false,"pushed_at":"2022-07-02T01:18:50.000Z","size":19222,"stargazers_count":1,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T07:36:16.525Z","etag":null,"topics":["bitcoin","bitcoin-api","bitcoin-core","bitcoin-payment","bitcoin-transaction","bitcoin-wallet","colab","colab-notebook","colab-notebooks","colaboratory","google-colab","google-colab-notebook","google-colab-notebooks","google-colab-tutorial","google-colaboratory","google-colaboratory-notebooks"],"latest_commit_sha":null,"homepage":"","language":"C#","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/demining.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-17T16:01:17.000Z","updated_at":"2024-12-08T22:40:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"ac62f99b-9179-4013-80d8-f3bf498dbdd5","html_url":"https://github.com/demining/bitcoinlib-Google-Colab","commit_stats":{"total_commits":172,"total_committers":22,"mean_commits":7.818181818181818,"dds":0.5,"last_synced_commit":"24dfc7f48024400b9861d3f8edc25e95e726821a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2Fbitcoinlib-Google-Colab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2Fbitcoinlib-Google-Colab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2Fbitcoinlib-Google-Colab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2Fbitcoinlib-Google-Colab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demining","download_url":"https://codeload.github.com/demining/bitcoinlib-Google-Colab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571347,"owners_count":21126516,"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","bitcoin-api","bitcoin-core","bitcoin-payment","bitcoin-transaction","bitcoin-wallet","colab","colab-notebook","colab-notebooks","colaboratory","google-colab","google-colab-notebook","google-colab-notebooks","google-colab-tutorial","google-colaboratory","google-colaboratory-notebooks"],"created_at":"2024-09-28T04:00:40.984Z","updated_at":"2025-04-12T12:51:01.100Z","avatar_url":"https://github.com/demining.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"-------------------------\n### Run bitcoinlib-Google-Colab\n\nhttps://colab.research.google.com/drive/1Z00hLejgGJ_B_FJYnuPHMci-MySWP8YF?usp=sharing\n\n-------------------------\n\n**.NET Bitcoin \u0026 Altcoins library**\n\n## Features\n\n- Compatible with [Bitcoin Core](https://bitcoin.org/en/download) RPC API.\n- Strongly-typed structures for complex RPC requests and responses.\n- Implicit JSON casting for all RPC messages.\n- Extended methods for every-day scenarios where the built-in methods fall short.\n- Exposure of all [RPC API's functionality](https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list) as well as the extended methods through a single interface.\n- Custom RPC exceptions.\n- Supports all Bitcoin clones.\n- Can operate on unlimited daemons with a single library reference.\n- [Bitcoin](http://en.wikipedia.org/wiki/Bitcoin), [Litecoin](http://en.wikipedia.org/wiki/Litecoin), [Dogecoin](http://en.wikipedia.org/wiki/Dogecoin), SmartCash, Dash and other Altcoins included.\n- Each coin instance can be fully parametrized at run-time and implement its own constants.\n- Demo client included.\n- Disconnected raw RPC connector included for quick'n'dirty debugging.\n- Handles and relays RPC internal server errors along with their error code.\n- Can work without a `.config` file.\n- Fully compatible with [Mono](http://www.mono-project.com/).\n- [Test Network (testnet)](https://bitcoin.org/en/developer-examples#testnet) and [Regression Test Mode (regtest)](https://bitcoin.org/en/developer-examples#regtest-mode) ready.\n- Fully configurable.\n\n## Support\n\nPremium Support is available by our team of experts at: [support@cryptean.com](mailto:support@cryptean.com).\n\n## License\n\nSee [LICENSE](LICENSE).\n\n## NuGet packages\n\nBitcoinLib is available on NuGet:\n\n* [BitcoinLib](https://www.nuget.org/packages/BitcoinLib/)\n\n## Versioning\n\nFrom version 1.4.0, BitcoinLib follows [Semantic Versioning 2.0.0](http://semver.org/spec/v2.0.0.html).\n\n## Building from source\n\nTo build BitcoinLib from source, you will need either the\n[.NET Core SDK or Visual Studio](https://www.microsoft.com/net/download/).\n\n### Building \u0026 running tests\n\nWith Visual Studio you can build BitcoinLib and run the tests\nfrom inside the IDE, otherwise with the `dotnet` command-line\ntool you can execute:\n\n```sh\ndotnet build\n```\n\n## Instructions for Bitcoin\n\n- Locate your `bitcoin.conf` file (in Windows it's under: `%AppData%\\Roaming\\Bitcoin`, if it's not there just go ahead and create it) and add these lines:\n  ```\n  rpcuser = MyRpcUsername\n  rpcpassword = MyRpcPassword\n  server=1\n  txindex=1\n  ```\n- Edit the `app.config` file in the Console test client to best fit your needs. Make sure you also update the `bitcoin.conf` file when you alter the `Bitcoin_RpcUsername` and `Bitcoin_RpcPassword` parameters.\n\n## Instructions for Litecoin and other Bitcoin clones\n\n- Perform the same steps as those mentioned above for Bitcoin.\n- Litecoin configuration file is: `litecoin.conf` under: `%AppData%\\Roaming\\Litecoin` and its daemon is: `litecoind`.\n- Each coin can be initialized by its own interface specification:\n  - `IBitcoinService BitcoinService = new BitcoinService();`\n  - `ILitecoinService LitecoinService = new LitecoinService();`\n- Any bitcoin clone can be adopted without any further installation steps with the use of the generic `ICryptocoinService`:\n  - `ICryptocoinService cryptocoinService = new CryptocoinService(\"daemonUrl\", \"rpcUsername\", \"rpcPassword\", \"walletPassword\");`\n- Use `(ICryptocoinService).Parameters` to fully configure each coin pointer at run-time.\n\n## Configuration\n\nSample configuration:\n\n```xml\n﻿\u003c?xml version=\"1.0\" encoding=\"utf-8\"?\u003e\n\u003cconfiguration\u003e\n  \u003cappSettings\u003e\n    \u003c!-- BitcoinLib settings start --\u003e\n\n      \u003c!-- Shared RPC settings start --\u003e\n      \u003cadd key=\"RpcRequestTimeoutInSeconds\" value=\"10\" /\u003e\n      \u003c!-- Shared RPC settings end --\u003e\n\n      \u003c!-- Bitcoin settings start --\u003e\n      \u003cadd key=\"Bitcoin_DaemonUrl\" value=\"http://localhost:8332\" /\u003e\n      \u003cadd key=\"Bitcoin_DaemonUrl_Testnet\" value=\"http://localhost:18332\" /\u003e\n      \u003cadd key=\"Bitcoin_WalletPassword\" value=\"MyWalletPassword\" /\u003e\n      \u003cadd key=\"Bitcoin_RpcUsername\" value=\"MyRpcUsername\" /\u003e\n      \u003cadd key=\"Bitcoin_RpcPassword\" value=\"MyRpcPassword\" /\u003e\n      \u003c!-- Bitcoin settings end --\u003e\n\n    \u003c!-- BitcoinLib settings end --\u003e\n  \u003c/appSettings\u003e\n\u003c/configuration\u003e\n```\n\n## Bitcoin Core resources\n\n* [Bitcoin Core releases](https://bitcoincore.org/en/releases/)\n* [Bitcoin Core lifecycle schedule](https://bitcoincore.org/en/lifecycle/#schedule)\n* [Bitcoin Core RPC documentation](https://bitcoincore.org/en/doc/)\n\n----\n\n|  | Donation Address |\n| --- | --- |\n| ♥ __BTC__ | 1Lw2kh9WzCActXSGHxyypGLkqQZfxDpw8v |\n| ♥ __ETH__ | 0xaBd66CF90898517573f19184b3297d651f7b90bf |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemining%2Fbitcoinlib-google-colab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemining%2Fbitcoinlib-google-colab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemining%2Fbitcoinlib-google-colab/lists"}