create account

moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event by moonsteem

View this thread on: hive.blogpeakd.comecency.com
· @moonsteem · (edited)
$37.82
moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event
<center>![](https://i.imgur.com/whSkRXg.jpg)</center>

<br>

**moonSTEEM**, by using the provably-fair concept, eliminates the trust issue and potential defiance (between the house - operator - and the players) in online gambling. Additionally, by storing all informations on the blockchain in an immutable way, it allows players to go back in time as far as they want to control that the house respects its provably-fair engagements.

With the rise of many popular betting dApps on different blockchains, the provably-fair system bridge this trust gap. moonSTEEM aims at providing players the fun, rewards and returns in a fair and transparent via immutable records which anyone can verify and check. 

<h3>Provably Fair</h3>
 
Provably fair is a system that enables you (the player) to verify each game result and make sure the outcome is not manipulated by the house. Copy hash code of the particular round and paste it on the verification tool, check the multiplier results for all previous games.

<h3>Seeding Event</h3>

The seeding event has been broadcast to the blockchain via a custom_json operation for immutability, here are the informations :
1) moonSTEEM has generated 10 million game hashes (sha256). We started with a server secret that has been repeatedly fed the output of sha256 back into itself 10 million times. The sha256 of the final hash in the chain is: **35d667e694d1cc8947bfb33f4141016d46037e400218c65df5e5e4d8e3888bba**, by publicising it here we are preventing any ability to pick an alternate sha256 chain.
2) To avoid criticism that the server secret in step 1 was carefully chosen to generate lots of "bad" crash points, each hash in the chain will be salted with a client seed, which we have no control of. The client seed will be the block hash (block_id in row block data) of a Steem block that hasn't yet been generated: block 30568000 (the custom_json stating this has been broadcast in block 30553506 so 14494 blocks before).


EDIT : Block 30568000 has been generated and the ID is **01d26e400cba5449b022113dd9394d3208208a27** which will be our client seed (https://steemd.com/b/30568000)

Links to the custom_json :
https://steemd.com/tx/43eb2ae737bf4619a5f4ef0a9ba6f706ffad1f74
https://steemworld.org/block/30553506/43eb2ae737bf4619a5f4ef0a9ba6f706ffad1f74

By hashing (HMAC SHA 256) any server seed, you’ll find the previous game’s server seed, proving that the house is using the pre-generated hash chain. By hashing that again with the client seed, it will result in the game hash (server seed salted with client seed). By applying the game multiplier formula on this hash, you’ll be able to verify that the game outcome (multiplier) is correct for any given game.

The first game won’t be played as once the client seed is known, anyone can calculate the outcome. Using our chosen starting server seed (see step 1), the hash terminating the chain is **35d667e694d1cc8947bfb33f4141016d46037e400218c65df5e5e4d8e3888bba**. That is to say, the first game's hash played under the new provably fair scheme, when hashed will be 35d667e694d1cc8947bfb33f4141016d46037e400218c65df5e5e4d8e3888bba.

<br>

![](https://i.imgur.com/9PbwADB.jpg)

<br>

<h3>How to verify</h3>

Verification Tool - https://jsfiddle.net/msowner1/mvfy1g6r/6/show (edited with client seed)
Copy paste hash of the current game hash to find previous game hashs and outcomes 

<h3>Multiplier formula</h3>

**How to create the hash chain ?**

```
exports.genGameHash = function(serverSeed) {
    return crypto.createHash('sha256').update(serverSeed).digest('hex');
};
```

**How to convert a server seed into a game multiplier ?**

```
function divisible(hash, mod) {
    // We will read in 4 hex at a time, but the first chunk might be a bit smaller
    // So ABCDEFGHIJ should be chunked like  AB CDEF GHIJ
    var val = 0;

    var o = hash.length % 4;
    for (var i = o > 0 ? o - 4 : 0; i < hash.length; i += 4) {
            val = ((val << 16) + parseInt(hash.substring(i, i+4), 16)) % mod;
    }

    return val === 0;
}

// This will be the client seed hash of block 30568000
var clientSeed = ‘01d26e400cba5449b022113dd9394d3208208a27';

exports.crashPointFromHash = function(serverSeed) {
    var hash = crypto.createHmac('sha256', serverSeed).update(clientSeed).digest('hex');

    // In 1 of 101 games the game crashes instantly.
    if (divisible(hash, 101))
            return 0;

    // Use the most significant 52-bit from the hash to calculate the crash point
    var h = parseInt(hash.slice(0,52/4),16);
    var e = Math.pow(2,52);

    return Math.floor((100 * e - h) / (e - h));
};
```

<h3>Power of Blockchain - Transparency</h3>

What make blockchain so powerful is the public ledger. Every transaction is recorded and visible to everybody. 

At the end of each game, a custom_json operation will be broadcast containing the server seed of the game, the multiplier and the bets that occured on that game.

<h3>Security</h3>

Leveraging on the popular and secure login method steemconnect, you can connect to moonSTEEM in a secure and convenient way. None of your key is store by moonSTEEM. 

<h3>Official accounts</h3>

@moonsteem
@moonsteem.app
@msowner1
@msowner2

A post announcing the launch will be made a bit before the block chosen for the client side is produced.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 374 others
properties (23)
authormoonsteem
permlinkmoonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event
categorymoonsteem
json_metadata{"tags":["moonsteem","gambling","steemit","steem","bet"],"users":["moonsteem","moonsteem.app","msowner1","msowner2"],"image":["https://i.imgur.com/whSkRXg.jpg","https://i.imgur.com/9PbwADB.jpg"],"links":["https://steemd.com/b/30568000","https://steemd.com/tx/43eb2ae737bf4619a5f4ef0a9ba6f706ffad1f74","https://steemworld.org/block/30553506/43eb2ae737bf4619a5f4ef0a9ba6f706ffad1f74","https://jsfiddle.net/msowner1/mvfy1g6r/6/show"],"app":"steemit/0.1","format":"markdown"}
created2019-02-21 22:37:03
last_update2019-02-23 09:01:48
depth0
children20
last_payout2019-02-28 22:37:03
cashout_time1969-12-31 23:59:59
total_payout_value28.408 HBD
curator_payout_value9.412 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,297
author_reputation50,102,982,286,153
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,213,169
net_rshares70,103,971,196,191
author_curate_reward""
vote details (438)
@ackza ·
Very cool @supermeatboy showed me this on https://steemspeak.com so i upvoted resteemed and also i want to know how i can place a bet and buy those steemie tokens to play? I press place bet and northng happens
👍  ,
properties (23)
authorackza
permlinkre-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190227t073609462z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"users":["supermeatboy"],"links":["https://steemspeak.com"],"app":"steemit/0.1"}
created2019-02-27 07:36:12
last_update2019-02-27 07:36:12
depth1
children1
last_payout2019-03-06 07:36:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length209
author_reputation287,695,264,112,368
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,478,342
net_rshares616,178,798
author_curate_reward""
vote details (2)
@msowner2 ·
$0.02
nice ! ya steemies shd be credited after a min or so. might need to refresh your game page for it to be reflected. 

How to play 

Just place your bet using the button above chat box, as the multiplier increase, your profit also increase. You can choose to cashout anytime because you have control (u can tweak the settings under manual or if you like it in auto mode). Note the multiplier may crash anytime.
For trial, maybe you can do 1 steemie with autocashout 1.1x to have a feel of it.
👍  , ,
properties (23)
authormsowner2
permlinkre-ackza-re-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190227t120023700z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-02-27 12:00:27
last_update2019-02-27 12:00:27
depth2
children0
last_payout2019-03-06 12:00:27
cashout_time1969-12-31 23:59:59
total_payout_value0.019 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length490
author_reputation264,549,673,006
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,486,544
net_rshares43,844,741,152
author_curate_reward""
vote details (3)
@cryptictruth ·
Are you guys taking delegations?

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
👍  ,
properties (23)
authorcryptictruth
permlinkcryptictruth-re-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190226t224022585z
categorymoonsteem
json_metadata{"app":"partiko","client":"ios"}
created2019-02-26 22:40:21
last_update2019-02-26 22:40:21
depth1
children3
last_payout2019-03-05 22:40:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation236,194,192,776,692
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,462,042
net_rshares16,717,480,355
author_curate_reward""
vote details (2)
@msowner2 ·
=)
👍  
properties (23)
authormsowner2
permlinkre-cryptictruth-cryptictruth-re-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190227t115903800z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-02-27 11:59:06
last_update2019-02-27 11:59:06
depth2
children0
last_payout2019-03-06 11:59:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2
author_reputation264,549,673,006
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,486,489
net_rshares0
author_curate_reward""
vote details (1)
@stokjockey ·
If They Do I Will Delegate.......
properties (22)
authorstokjockey
permlinkre-cryptictruth-cryptictruth-re-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190227t074959809z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-02-27 07:50:09
last_update2019-02-27 07:50:09
depth2
children1
last_payout2019-03-06 07:50:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length33
author_reputation128,093,809,597,350
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,478,760
net_rshares0
@msowner2 ·
....
👍  
properties (23)
authormsowner2
permlinkre-stokjockey-re-cryptictruth-cryptictruth-re-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190227t115919800z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-02-27 11:59:21
last_update2019-02-27 11:59:21
depth3
children0
last_payout2019-03-06 11:59:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation264,549,673,006
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,486,497
net_rshares0
author_curate_reward""
vote details (1)
@pennsif ·
This post has been included in the latest edition of  [**SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem23february2019-vbjg52i8dm) - a digest of all you need to know about the State of Steem.
properties (22)
authorpennsif
permlinkre-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190224t143306463z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"links":["https://steemit.com/steem/@pennsif/sosdailynewsnewsaboutthestateofsteem23february2019-vbjg52i8dm"],"app":"steemit/0.1"}
created2019-02-24 14:33:09
last_update2019-02-24 14:33:09
depth1
children0
last_payout2019-03-03 14:33:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length233
author_reputation636,410,097,572,565
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,329,154
net_rshares0
@ronaldjoannes ·
@msowner2 @moonsteem can i have more credits?
👍  ,
properties (23)
authorronaldjoannes
permlinkre-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190228t173227701z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"users":["msowner2","moonsteem"],"app":"steemit/0.1"}
created2019-02-28 17:32:27
last_update2019-02-28 17:32:27
depth1
children1
last_payout2019-03-07 17:32:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation882,310,130
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,545,270
net_rshares637,662,201
author_curate_reward""
vote details (2)
@msowner2 ·
just upvote moonsteem post(s) =)
properties (22)
authormsowner2
permlinkre-ronaldjoannes-re-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190303t012318900z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"community":"steempeak","app":"steempeak/1.8.1b"}
created2019-03-03 01:23:21
last_update2019-03-03 01:23:21
depth2
children0
last_payout2019-03-10 01:23:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length32
author_reputation264,549,673,006
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,655,879
net_rshares0
@srterryfsic ·
Cool
properties (22)
authorsrterryfsic
permlinkre-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190228t151119272z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-02-28 15:11:21
last_update2019-02-28 15:11:21
depth1
children0
last_payout2019-03-07 15:11:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4
author_reputation39,194,531,628
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,539,628
net_rshares0
@supermeatboy ·
!bookkeeping magicdice
👍  
properties (23)
authorsupermeatboy
permlinkre-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190321t004838086z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-03-21 00:48:39
last_update2019-03-21 00:48:39
depth1
children7
last_payout2019-03-28 00:48:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length22
author_reputation52,436,692,510,211
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,647,606
net_rshares690,634,688
author_curate_reward""
vote details (1)
@bookkeeping ·
Hi @supermeatboy!
## magicdice
#### Received:
* 1895.449 STEEM
* 0.000 STEEM from referral
* 0.000 STEEM from delegation
* 0.180 STEEM from dividends
* 0.001 SBD
* 0.000 SBD from referral
* 0.000 SBD from delegation
* 0.000 SBD from dividends
#### Spent:
* 1610.161 STEEM
* 0.471 SBD
#### Total:
* 285.468 STEEM
* -0.470 SBD

properties (22)
authorbookkeeping
permlinkre-re-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190321t004838086z-20190321t004939z
categorymoonsteem
json_metadata"{"app": "bookkeeping/0.1.0"}"
created2019-03-21 00:49:39
last_update2019-03-21 00:49:39
depth2
children0
last_payout2019-03-28 00:49:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length326
author_reputation1,614,107,404,118
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,647,639
net_rshares0
@msowner2 ·
hey there smb ! cya on v2
properties (22)
authormsowner2
permlinkre-supermeatboy-re-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190321t131259700z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"community":"steempeak","app":"steempeak/1.9.0"}
created2019-03-21 13:13:03
last_update2019-03-21 13:13:03
depth2
children5
last_payout2019-03-28 13:13:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation264,549,673,006
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,678,463
net_rshares0
@supermeatboy ·
hurry up. 
am coming for your steem >:D
!bookkeeping magicdice
properties (22)
authorsupermeatboy
permlinkre-msowner2-re-supermeatboy-re-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190321t132909157z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-03-21 13:29:12
last_update2019-03-21 13:29:12
depth3
children4
last_payout2019-03-28 13:29:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation52,436,692,510,211
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,679,433
net_rshares0
@yohann ·
This is going to be a huge leap for the steem blockchain.
properties (22)
authoryohann
permlinkre-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190226t083620192z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-02-26 08:35:09
last_update2019-02-26 08:35:09
depth1
children1
last_payout2019-03-05 08:35:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length57
author_reputation4,557,296,028,055
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,422,611
net_rshares0
@msowner2 ·
only time will tell, we are aiming for the moon !! =)
👍  
properties (23)
authormsowner2
permlinkre-yohann-re-moonsteem-moonsteem-provably-fair-crash-game-powered-by-the-steem-blockchain-or-seeding-event-20190227t115827400z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-02-27 11:58:30
last_update2019-02-27 11:58:30
depth2
children0
last_payout2019-03-06 11:58:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation264,549,673,006
root_title"moonSTEEM - Provably Fair crash game powered by the Steem Blockchain | Seeding Event"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id80,486,464
net_rshares0
author_curate_reward""
vote details (1)