Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jfaler authored Dec 23, 2017
1 parent e0a1d6b commit 83f1f7a
Showing 1 changed file with 45 additions and 21 deletions.
66 changes: 45 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,52 @@
# Bitcoin-keno
Bitcoin keno using the blockchain
[![GitHub issues](https://img.shields.io/github/issues/Jfaler/Bitcoin-Slot-Machine.svg)](https://github.com/Jfaler/Bitcoin-Slot-Machine/issues)

:memo: Available Translations: [Korean](https://github.com/Jfaler/bitcoin-slot-machine/tree/master/docs-translations/ko-KR/project/README.md) | [Simplified Chinese](https://github.com/Jfaler/bitcoin-slot-machine/tree/master/docs-translations/zh-CN/project/README.md) | [Brazilian Portuguese](https://github.com/Jfaler/bitcoin-slot-machine/tree/master/docs-translations/pt-BR/project/README.md) | [Traditional Chinese](https://github.com/Jfaler/bitcoin-slot-machine/tree/master/docs-translations/zh-TW/project/README.md) | [Spanish](https://github.com/Jfaler/bitcoin-slot-machine/tree/master/docs-translations/es/project/README.md) | [Turkish](https://github.com/Jfaler/bitcoin-slot-machine/tree/master/docs-translations/tr-TR/project/README.md) | [German](https://github.com/Jfaler/bitcoin-slot-machine/tree/master/docs-translations/de-DE/project/README.md)

![iphonekeno](https://cloud.githubusercontent.com/assets/8336385/21592965/289ac59c-d0c7-11e6-9ec3-8459e37b9678.jpg)

# Bitcoin-Keno
Official repository for Bitcoin Keno a crypto-currency casino implementation with the PHP framework and other cutting-edge technology. User accounts are anonymous and created with a unique hash. Slots are progressive. Weekly and Monthly jackpots are taken from slot rolls.

## Version

v1.0.0.0

## Usage
```$ git clone https://github.com/Jfaler/Palletizer.git...
```
### Mission

Our mission is to build the worlds best crypto-currency casino with a high performance gaming engine which can be trusted and enjoyed by users. Additionally, we want to move the crypto-currency casino technology forward by providing support and add new features. We are helping people to build their own crypto gaming site around the world.

Help is greatly appreciated, feel free to submit pull-requests or open issues.

### Features

* Designed as high performance crypto currency slot machine.
* Built-in high performance RNG-engine.
* Built-in [Proof of Solvency] Audit.
* Usability and scalability.
* Supports multiple digital currencies (eg. Bitcoin, Litecoin, Dogecoin etc.).
* Powerful admin dashboard and management tools.
* Highly configurable and extendable.
* Industry standard security out of box.
* Active community behind.

### Requirements

* Linux / Mac OSX
* Git 1.7.10+
* MySQL

** More details are in the [doc](doc).

## TODO List
### Getting started

* [Setup on Mac OS X](doc/setup-local-osx.md)
* [Setup on Ubuntu](doc/setup-local-ubuntu.md)
* [Deploy production server](doc/deploy-production-server.md)

## Installation
`
$ git clone https://github.com/Jfaler/Bitcoin-Slot-Machine
`

Page
->Enter Address
Expand All @@ -39,20 +72,11 @@ Cron
->Set game finished
->Store

### Getting Involved

Want to report a bug, request a feature, contribute or translate Bitlits?


## License

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
* Browse our [issues](https://github.com/Jfaler/bitcoin-slot-machine/issues), comment on proposals, report bugs.
* Clone the bitcoin-slot-machine repo, make some changes according to our development guidelines and issue a pull-request with your changes.
* Anything you want to tell us please send it to [[email protected]](mailto:[email protected])
* If you need technical support or customization service, contact us: [[email protected]](mailto:[email protected])

0 comments on commit 83f1f7a

Please sign in to comment.