{"id":15202075,"url":"https://github.com/demining/freecoins-google-colab","last_synced_at":"2025-03-05T00:48:56.186Z","repository":{"id":144620936,"uuid":"461001971","full_name":"demining/freecoins-Google-Colab","owner":"demining","description":"The source code for the Legendary Faucet Bitcoin Faucet Google Colab","archived":false,"fork":false,"pushed_at":"2022-07-02T00:42:36.000Z","size":6673,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T00:48:51.734Z","etag":null,"topics":["bitcoin","bitcoin-api","bitcoin-core","bitcoin-payment","bitcoin-transaction","bitcoin-wallet","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":"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/demining.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":"code_of_conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-18T20:52:07.000Z","updated_at":"2024-10-16T17:09:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"fe93266d-e3bc-4d4f-ad6b-b80dc025b538","html_url":"https://github.com/demining/freecoins-Google-Colab","commit_stats":{"total_commits":85,"total_committers":4,"mean_commits":21.25,"dds":"0.42352941176470593","last_synced_commit":"de0aef513ce37c767915e3f11c7b4809e36d1cf1"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2Ffreecoins-Google-Colab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2Ffreecoins-Google-Colab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2Ffreecoins-Google-Colab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/demining%2Ffreecoins-Google-Colab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/demining","download_url":"https://codeload.github.com/demining/freecoins-Google-Colab/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241945473,"owners_count":20046865,"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","colab-tutorial","colaboration","colaboratory","google-colab","google-colab-gpu","google-colab-notebook","google-colab-tutorial","google-colaboratory","google-colaboratory-notebooks"],"created_at":"2024-09-28T04:00:36.701Z","updated_at":"2025-03-05T00:48:56.158Z","avatar_url":"https://github.com/demining.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"-------------------------\n### Run freecoins-Google-Colab\n\nhttps://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing\n\n-------------------------\n\nThis is the code for the site [Legendary Faucet](http://legendaryfaucet.herokuapp.com), a\nsimple bitcoin faucet that pays out 0.00005BTC or more if I'm in a good mood.\n\nIf you want to use this as your own faucet, check out `config.example.json` for\nsome values you'll need to change. Be sure to change things like the footer file\n(`views/_footer.haml`) and the ad files, either deleting them (and the\nreferences to them) or changing them to reflect your own ads.\n\nAttribution to this source would be greatly appreciated if you use this as your own faucet. It's a fork of the code from [mdszy](https://github.com/mdszy/freecoins) so all the real credit should go to them.\n\n-----------------------------------------------------------------------------\n\nHow To Setup for Heroku\n-----------------------\n\nFirst sign up for [Heroku](http://www.heroku.com).\nDownload and install [Heroku Toolbelt](https://toolbelt.heroku.com/)\nLaunch Heroku toolbelt either in the directory you have your code in, or navigate to it.\nNow let's run the commands:\n\n`heroku login`\nYou will be asked for your email. Enter this.\nYou will then be asked for your password. Enter this.\n\nExcellent. Now let's play a game of git.\n\n`git init`\n`git add .`\n`git commit -m \"foo\"`\n\nNow create your app\n`heroku create`\n\nLet's push!\n`git push heroku master`\n\nAssuming everything went fine, now you need your database\n\n`heroku addons:add cleardb:ignite`\n\nIf you get a message about verifying your account go to [the verify page](http://www.heroku.com/verify) and enter credit card details. So long as you don't use paid services you will **NOT** be charged.\n\nNow get your database location\n`heroku config:get CLEARDB_DATABASE_URL`\nYou will see a bit long string that starts mysql: copy this\n\n`heroku config:add DATABASE_URL=''`\nObviously set the contents of the string to what you got from above. **ALL OF IT!**\n\nIf you want automatic payouts, set up a cron job somewhere that runs\n`curl -F secret=yoursecret http://yourapp.herokuapp.com/payout`\n----------------------------------------\nDonations\n---------\n\nThe faucet is purely non-profit for me, it's about giving back to the community. So I won't accept personal donations for this project. However please feel free to send to [1GNCie7qmDKvPHhHmVmqpYHkY689Xx3wkU](bitcoin:1GNCie7qmDKvPHhHmVmqpYHkY689Xx3wkU) and they will be added to The Legendary Faucet!\n\n\n[![Code Climate](https://codeclimate.com/github/PartTimeLegend/freecoins.png)](https://codeclimate.com/github/PartTimeLegend/freecoins) [![Build Status](https://travis-ci.org/PartTimeLegend/freecoins.png?branch=master)](https://travis-ci.org/PartTimeLegend/freecoins) [![Dependency Status](https://gemnasium.com/PartTimeLegend/freecoins.png)](https://gemnasium.com/PartTimeLegend/freecoins) [![Coverage Status](https://coveralls.io/repos/PartTimeLegend/freecoins/badge.png?branch=master)](https://coveralls.io/r/PartTimeLegend/freecoins) [![tip for next commit](http://tip4commit.com/projects/887.svg)](http://tip4commit.com/github/PartTimeLegend/freecoins)\n![Codeship](https://www.codeship.io/projects/89162ee0-61e4-0131-e84a-72a9c118fe1f/status) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/PartTimeLegend/freecoins/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/PartTimeLegend/freecoins/?branch=master)\n\n[![Flattr this git repo](http://api.flattr.com/button/flattr-badge-large.png)](https://flattr.com/submit/auto?user_id=parttimelegend\u0026url=https://github.com/PartTimeLegend/freecoins\u0026title=Legendary Faucet Source\u0026language=\u0026tags=github\u0026category=software) \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%2Ffreecoins-google-colab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdemining%2Ffreecoins-google-colab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdemining%2Ffreecoins-google-colab/lists"}