{"id":15202006,"url":"https://github.com/demining/bitcoinarmory-daemon-google-colab","last_synced_at":"2025-07-27T19:06:43.023Z","repository":{"id":144620881,"uuid":"460977559","full_name":"demining/BitcoinArmory-Daemon-Google-Colab","owner":"demining","description":"A json rpc interface to BitcoinArmory Google Colab","archived":false,"fork":false,"pushed_at":"2022-07-02T00:56:10.000Z","size":7780,"stargazers_count":0,"open_issues_count":0,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T12:57:43.168Z","etag":null,"topics":["bitcoin","bitcoin-api","bitcoin-core","bitcoin-payment","bitcoin-transaction","bitcoin-wallet","colab","colab-notebook","colab-notebooks","colab-tutorial","colaborador","colaboration","colaboratory","google-colab","google-colab-gpu","google-colab-notebook","google-colab-tutorial","google-colaboratory","google-colaboratory-notebooks"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"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":null,"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-18T19:19:17.000Z","updated_at":"2024-08-12T20:20:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"b9780689-f1f3-462f-a3b4-99756425e595","html_url":"https://github.com/demining/BitcoinArmory-Daemon-Google-Colab","commit_stats":{"total_commits":25,"total_committers":3,"mean_commits":8.333333333333334,"dds":"0.16000000000000003","last_synced_commit":"05d153e70a90b9889b21479da399b982e3ebd419"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/demining/BitcoinArmory-Daemon-Google-Colab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FBitcoinArmory-Daemon-Google-Colab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FBitcoinArmory-Daemon-Google-Colab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FBitcoinArmory-Daemon-Google-Colab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FBitcoinArmory-Daemon-Google-Colab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demining","download_url":"https://codeload.github.com/demining/BitcoinArmory-Daemon-Google-Colab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FBitcoinArmory-Daemon-Google-Colab/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267408649,"owners_count":24082518,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","colab-tutorial","colaborador","colaboration","colaboratory","google-colab","google-colab-gpu","google-colab-notebook","google-colab-tutorial","google-colaboratory","google-colaboratory-notebooks"],"created_at":"2024-09-28T04:00:28.691Z","updated_at":"2025-07-27T19:06:42.986Z","avatar_url":"https://github.com/demining.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"-------------------------\n### Run BitcoinArmory-Daemon-Google-Colab\n\nhttps://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing\n\n-------------------------\n\n*No Longer Maintained! as of 2013-15-01*\n\nPlease consult the BitcoinArmory project for the new daemon.\n\nThis repository is kept as a reference for the purposes of the original author.\n\n---------\n\nBitcoinArmory-Daemon provides a \u003cb\u003eJSON-RPC interface\u003c/b\u003e to Armory which is suitable for use on webservers and other instances where a GUI is not desired.\n\nInstallation\n============\n\n* Install dependencies, including armory dependencies (see below).\n* Download and extract the files.\n* Copy your watch-only wallet to the same directory as you extracted the source.\n\nHow To Use\n=======\n\nEnsure bitcoind is running.\n\nStart the bitcoind-daemon json-rpc server\n\n`$ python armory-daemon.py`\n\nRun this command from the directory the source was extracted to.\n\nNow any client can access through jsonrpc. See [https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)]\nfor examples of how to run a json-rpc client.\n\nThe default port for the rpc server is 7070, and can be changed in armory-daemon.py\n\nAvailable Methods\n-----------------\n`getbalance()`\n\nReturns a decimal value in BTC for the total remaining balance in the wallet.\n\n\n`getnewaddress()`\n\nReturns the next address in the wallet as a string.\n\n\n`getreceivedbyaddress(address)`\n\nReturns a decimal value in BTC for the amount received by the address.\n\n\n`sendtoaddress(address, amount)`\n\n`amount` is a decimal value in BTC. Returns an unsigned transaction as a string. Implementation of signing and broadcasting is left to the client.\n\nDependencies\n------------\n\nThe [usual armory dependencies] still apply, in addition to\n\n\u003cb\u003etxjson-rpc\u003cb\u003e\n\n`$ sudo pip install txJSON-RPC`\n\nMore info at [https://launchpad.net/txjsonrpc](https://launchpad.net/txjsonrpc)\n\n[https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)]: https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)\n[usual armory dependencies]: https://bitcointalk.org/index.php?topic=92496.msg1027061#msg1027061\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%2Fbitcoinarmory-daemon-google-colab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemining%2Fbitcoinarmory-daemon-google-colab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemining%2Fbitcoinarmory-daemon-google-colab/lists"}