Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/demining/coin-google-colab
Coin is a web interface in PHP for Bitcoin based daemons released under the public domain Google Colab
https://github.com/demining/coin-google-colab
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
Last synced: 3 days ago
JSON representation
Coin is a web interface in PHP for Bitcoin based daemons released under the public domain Google Colab
- Host: GitHub
- URL: https://github.com/demining/coin-google-colab
- Owner: demining
- License: unlicense
- Created: 2022-02-18T19:45:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T00:51:47.000Z (over 2 years ago)
- Last Synced: 2024-11-15T04:07:28.864Z (3 days ago)
- 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
- Language: PHP
- Homepage:
- Size: 6.43 MB
- Stars: 2
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
-------------------------
### Run Coin-Google-Colabhttps://colab.research.google.com/drive/1OShIMVcFZ_khsUIBOIV1lzrqAGo1gfm_?usp=sharing
-------------------------
+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.[Bitcointalk Thread](https://bitcointalk.org/index.php?topic=67274.0)
Preview
-------
![](http://i.imgur.com/WHDXDwV.jpg)Licensing
---------
+Coin is released under UNLICENSE (Public Domain), this allows
you to use it, edit and claim it as your own, and even sell it
or use it commercially.
NOTE: Bootstrap is under the Apache v2 license, and the JSON-RPC
class used by +Coin is released under the GPL v3. So please be
aware of the restrictions if you do want to use +Coin in any
way that may break the GPL v3 or Apache v2 licensing.Installing and configuring
-----------Installation is done by downloading this repo, and placing it on a PHP web server.
**WARNING:** +Coin does not have its own authentication security
system, so I recommend that you secure it with an Apache
.htaccess or whatever web server specific security you can use.You should be able to simply place your RPC Information for the
daemon you are using in **config.php**.$wallets['wallet 1'] = array(
"user" => "bitcoinrpc",
"pass" => "password",
"host" => "hostname",
"port" => 8332,
"protocol" => "https"
);You can obtain the RPC Information from:
**Windows**
- %appdata%\Bitcoin\bitcoin.conf
- %appdata%\Litecoin\litecoin.conf
- %appdata%\Namecoin\bitcoin.conf**Linux**
- ~/.bitcoin/bitcoin.conf
- ~/.litecoin/litecoin.conf
- ~/.namecoin/bitcoin.conf**OSX**
- ~/Library/Application Support/Bitcoin/bitcoin.conf
- ~/Library/Application Support/Litecoin/litecoin.conf
- ~/Library/Application Support/Namecoin/bitcoin.confNote: Start the RPC server: open Bitcoin-Qt.app --args -server
----
| | Donation Address |
| --- | --- |
| ♥ __BTC__ | 1Lw2kh9WzCActXSGHxyypGLkqQZfxDpw8v |
| ♥ __ETH__ | 0xaBd66CF90898517573f19184b3297d651f7b90bf |