https://github.com/demining/freecoins-google-colab
The source code for the Legendary Faucet Bitcoin Faucet Google Colab
https://github.com/demining/freecoins-google-colab
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
Last synced: 3 months ago
JSON representation
The source code for the Legendary Faucet Bitcoin Faucet Google Colab
- Host: GitHub
- URL: https://github.com/demining/freecoins-google-colab
- Owner: demining
- License: mit
- Created: 2022-02-18T20:52:07.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T00:42:36.000Z (almost 3 years ago)
- Last Synced: 2025-03-05T00:48:51.734Z (3 months ago)
- 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
- Language: JavaScript
- Homepage:
- Size: 6.36 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Code of conduct: code_of_conduct.md
- Authors: AUTHORS
Awesome Lists containing this project
README
-------------------------
### Run freecoins-Google-Colabhttps://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing
-------------------------
This is the code for the site [Legendary Faucet](http://legendaryfaucet.herokuapp.com), a
simple bitcoin faucet that pays out 0.00005BTC or more if I'm in a good mood.If you want to use this as your own faucet, check out `config.example.json` for
some values you'll need to change. Be sure to change things like the footer file
(`views/_footer.haml`) and the ad files, either deleting them (and the
references to them) or changing them to reflect your own ads.Attribution 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.
-----------------------------------------------------------------------------
How To Setup for Heroku
-----------------------First sign up for [Heroku](http://www.heroku.com).
Download and install [Heroku Toolbelt](https://toolbelt.heroku.com/)
Launch Heroku toolbelt either in the directory you have your code in, or navigate to it.
Now let's run the commands:`heroku login`
You will be asked for your email. Enter this.
You will then be asked for your password. Enter this.Excellent. Now let's play a game of git.
`git init`
`git add .`
`git commit -m "foo"`Now create your app
`heroku create`Let's push!
`git push heroku master`Assuming everything went fine, now you need your database
`heroku addons:add cleardb:ignite`
If 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.
Now get your database location
`heroku config:get CLEARDB_DATABASE_URL`
You will see a bit long string that starts mysql: copy this`heroku config:add DATABASE_URL=''`
Obviously set the contents of the string to what you got from above. **ALL OF IT!**If you want automatic payouts, set up a cron job somewhere that runs
`curl -F secret=yoursecret http://yourapp.herokuapp.com/payout`
----------------------------------------
Donations
---------The 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!
[](https://codeclimate.com/github/PartTimeLegend/freecoins) [](https://travis-ci.org/PartTimeLegend/freecoins) [](https://gemnasium.com/PartTimeLegend/freecoins) [](https://coveralls.io/r/PartTimeLegend/freecoins) [](http://tip4commit.com/github/PartTimeLegend/freecoins)
 [](https://scrutinizer-ci.com/g/PartTimeLegend/freecoins/?branch=master)[](https://flattr.com/submit/auto?user_id=parttimelegend&url=https://github.com/PartTimeLegend/freecoins&title=Legendary Faucet Source&language=&tags=github&category=software)
----
| | Donation Address |
| --- | --- |
| ♥ __BTC__ | 1Lw2kh9WzCActXSGHxyypGLkqQZfxDpw8v |
| ♥ __ETH__ | 0xaBd66CF90898517573f19184b3297d651f7b90bf |