当前位置: 首页 > 软件库 > Web3 > 区块链 >

Bitcoin-Slot-Machine

🎰 Open source cryptocurrency slot machine.
授权协议 Readme
开发语言
所属分类 Web3、 区块链
软件类型 开源软件
地区 不详
投 递 者 微生善
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Bitlits in your pocket.

Download on the App Store Get it on Google Play

�� Table of Contents

Translations

�� Available Translations: ���� ελληνικά | ���� Français | ���� 한국어 | ���� 普通話 | ���� 台灣話 | ���� Español | ���� Türkçe | ���� Deutsch | ���� Italiano | ���� हिन्दी | Arabic | ���� Português | ���� Русский язык | ���� 日本語 | ���� tiếng việt

Features

  • �� Designed as a high performance crypto-currency slot machine.
  • �� Built-in high performance RNG-engine.
  • �� Anonymous login with no sign up required.
  • ⚖️ 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 the box.
  • �� Active community behind.

Release History

  • 1.0.1.5
    • CHANGE: Update docs (module code remains unchanged)

�� Prerequisites

  • Linux
  • Git 1.7.10+
  • Sqlite
  • Mustache
  • PhpLiteAdmin v1.9.7.1
  • Apache2
  • RedBean

** More details are in the doc.

Getting started

�� Installation & Deployment

Configuration

$('.slot').jSlots({
  	number: 5,
	winnerNumber: 7,
	spinner: '#play',
	easing: 'easeOutSine',
	onEnd: checkForWin,
	onStart: clearResults,
	loops: 6
});

Clone

  • Clone this repo to your local machine using sudo git clone https://github.com/bitlits/Bitcoin-Slot-Machine

Getting Involved

Want to report a bug, request a feature, contribute or translate Bitcoin-Slot-Machine?

Step 1

  • Option 1

    • �� Fork & star this repo!
  • Option 2

    • �� Clone this repo to your local machine using https://github.com/bitlits/Bitcoin-Slot-Machine.git
  • Option 3

    • �� Browse our issues, comment on proposals, report bugs.

Step 2

  • HACK AWAY! �� �� ��

Step 3

Step 4

Donate

Every satoshi of your kind donation goes into the ongoing work of making this project more awesome. Want to sponsor this project? Send a donation & logo to: �� support@bitlits.com

 相关资料
  • Props: name - string,用于命名插槽。 用法: <slot> 元素作为组件模板之中的内容分发插槽。<slot> 元素自身将被替换。 详细用法,请参考下面教程的链接。

  • 预期:string 用于标记往哪个具名插槽中插入子组件内容。 详细用法,请参考下面指南部分的链接。

  • Bitcoin (比特币)是点对点(peer-to-peer)基于网络的匿名数字货币。点对点(peer-to-peer)的意思是指没有中央权威控制货币 的汇款通道。相反,这些货币转帐的任务是由网络节点进行的集体管理。匿名就意味着交易各方可以隐藏自己的真实身份。优势: 无需信托中间人,能够方便的进行互联网上的汇款。 第三方不能够控制或者阻止您的交易。 Bitcoin 交易几乎免费, 而信用卡的网上在

  • 2.5.0 新增 预期:function argument expression 用法: 用于将元素或组件表示为作用域插槽。特性的值应该是可以出现在函数签名的参数位置的合法的 JavaScript 表达式。这意味着在支持的环境中,你还可以在表达式中使用 ES2015 解构。它在 2.5.0+ 中替代了 scope。 此属性不支持动态绑定。

  • This plugin is utility for convinience of communication between iframes in HTML page, it is mimicking from Qt's signal/slot concept. you can do with jquery.sigslot.js: send signal to N-depth iframe pa

  • Slot  Spring Boot 可插件化拓展改造器,让 Spring-Boot 应用支持加载外部 jar 包,实现插件化拓展。 GitHub: https://github.com/core-lib/slot-maven-plugin Slot: 在计算机行业指的就是周边元件扩展插槽。 问题描述 Spring-Boot 项目打包后是一个FatJar 即把所有依赖的第三方jar也打包进自身的ja