{"id":14980125,"url":"https://github.com/demining/coin-google-colab","last_synced_at":"2025-04-12T12:50:43.353Z","repository":{"id":41449257,"uuid":"460984843","full_name":"demining/Coin-Google-Colab","owner":"demining","description":"Coin is a web interface in PHP for Bitcoin based daemons released under the public domain Google Colab","archived":false,"fork":false,"pushed_at":"2022-07-02T00:51:47.000Z","size":6741,"stargazers_count":2,"open_issues_count":0,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T07:36:05.750Z","etag":null,"topics":["bitcoin","bitcoin-core","bitcoin-payment","bitcoin-transaction","bitcoin-wallet","bitcoincash","bitcoind","colab","colab-notebook","colab-notebooks","colab-tutorial","colaboration","colaboratory","google-colab","google-colab-gpu","google-colab-notebook","google-colab-tutorial","google-colaboratory","google-colaboratory-notebooks"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","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}},"created_at":"2022-02-18T19:45:43.000Z","updated_at":"2024-08-12T20:20:46.000Z","dependencies_parsed_at":"2022-09-09T03:51:03.796Z","dependency_job_id":null,"html_url":"https://github.com/demining/Coin-Google-Colab","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/demining%2FCoin-Google-Colab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FCoin-Google-Colab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FCoin-Google-Colab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2FCoin-Google-Colab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demining","download_url":"https://codeload.github.com/demining/Coin-Google-Colab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248571329,"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-core","bitcoin-payment","bitcoin-transaction","bitcoin-wallet","bitcoincash","bitcoind","colab","colab-notebook","colab-notebooks","colab-tutorial","colaboration","colaboratory","google-colab","google-colab-gpu","google-colab-notebook","google-colab-tutorial","google-colaboratory","google-colaboratory-notebooks"],"created_at":"2024-09-24T14:01:20.326Z","updated_at":"2025-04-12T12:50:43.330Z","avatar_url":"https://github.com/demining.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"-------------------------\n### Run Coin-Google-Colab\n\nhttps://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing\n\n-------------------------\n+Coin is a Web Interface built to run on any PHP web server, it works with any coin based on Bitcoin including Litecoin, Namecoin, and many others.\n\n[Bitcointalk Thread](https://bitcointalk.org/index.php?topic=67274.0)\n\nPreview\n-------\n![](http://i.imgur.com/WHDXDwV.jpg)\n\nLicensing\n---------\n+Coin is released under UNLICENSE (Public Domain), this allows\nyou to use it, edit and claim it as your own, and even sell it\nor use it commercially.\nNOTE: Bootstrap is under the Apache v2 license, and the JSON-RPC\nclass used by +Coin is released under the GPL v3. So please be\naware of the restrictions if you do want to use +Coin in any\nway that may break the GPL v3 or Apache v2 licensing.\n\nInstalling and configuring\n-----------\n\nInstallation is done by downloading this repo, and placing it on a PHP web server.\n\n**WARNING:** +Coin does not have its own authentication security\nsystem, so I recommend that you secure it with an Apache\n.htaccess or whatever web server specific security you can use.\n\n\nYou should be able to simply place your RPC Information for the\ndaemon you are using in **config.php**.\n\n\t$wallets['wallet 1'] = array(\n\t\t\"user\" =\u003e \"bitcoinrpc\",\n\t\t\"pass\" =\u003e \"password\",\n\t\t\"host\" =\u003e \"hostname\",\n\t\t\"port\" =\u003e 8332,\n\t\t\"protocol\" =\u003e \"https\"\n\t);\n\nYou can obtain the RPC Information from:\n\n**Windows**\n\n   - %appdata%\\Bitcoin\\bitcoin.conf\n   - %appdata%\\Litecoin\\litecoin.conf\n   - %appdata%\\Namecoin\\bitcoin.conf\n\n**Linux**\n\n   - ~/.bitcoin/bitcoin.conf\n   - ~/.litecoin/litecoin.conf\n   - ~/.namecoin/bitcoin.conf\n\n**OSX**\n\n   - ~/Library/Application Support/Bitcoin/bitcoin.conf\n   - ~/Library/Application Support/Litecoin/litecoin.conf\n   - ~/Library/Application Support/Namecoin/bitcoin.conf\n\nNote: Start the RPC server: open Bitcoin-Qt.app --args -server\n\n\n\n----\n\n|  | Donation Address |\n| --- | --- |\n| ♥ __BTC__ | 1Lw2kh9WzCActXSGHxyypGLkqQZfxDpw8v |\n| ♥ __ETH__ | 0xaBd66CF90898517573f19184b3297d651f7b90bf |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemining%2Fcoin-google-colab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemining%2Fcoin-google-colab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemining%2Fcoin-google-colab/lists"}