create account

πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain by moonsteem

View this thread on: hive.blogpeakd.comecency.com
· @moonsteem · (edited)
$13.24
πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain
<center>![](https://steemitimages.com/1024x0/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.

```
NB : moonSTEEM v2 should be launched on monday.
Upvotes on this post will give Steemies to people upvoting that will be on their balances once v2 is up, if they were signed up on v1.
At the time of the seeding event, delegators who kept delegating to @moonsteem during the shutdown got 1 week worth of tokens for their delegation.
```

<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: **05af750d06644890d842ff062890416c53ef4f59cd92864f3d14950cf4ca7622**, 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 31427000 (the custom_json stating this has been broadcast in block 31406604 so 20396 blocks before).

<br>

```
EDIT AREA : Block 31427000 has been generated and the ID is **01df89b84c0ae148e4791c92313ee2fff4e06669** which is our client seed ( https://steemd.com/b/31427000 )
```

<br>

Links to the custom_json :
https://steemd.com/tx/8d6b0e79ca66102f1234991f2c84c4684821f1de
https://steemworld.org/block/31406604/8d6b0e79ca66102f1234991f2c84c4684821f1de

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 **05af750d06644890d842ff062890416c53ef4f59cd92864f3d14950cf4ca7622**. That is to say, the first game's hash played under the new provably fair scheme, when hashed will be 05af750d06644890d842ff062890416c53ef4f59cd92864f3d14950cf4ca7622.

<br>

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

<br>

<h3>How to verify</h3>

Verification Tool - https://jsfiddle.net/msowner1/ueq7p6jk/9/show (this link has been edited to include the the client seed which is now known)
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 ?**

```
// https://steemd.com/b/31427000 block_id
var clientSeed = '01df89b84c0ae148e4791c92313ee2fff4e06669';

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

    // 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);
    var X = h / e;
    X = 98 / (1 - X);
    const result = Math.floor(X);

    return Math.max(100, result);
};
```

<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 official v2 launch will be made before we start all features.

<center>![](https://i.imgur.com/7WiMLId.png)</center>

<center><sup>

If you reside in a location where gambling, or betting over the internet is illegal, please do not click on anything related to these activities on this site. You must be 18 to 21 years of age to click on any gambling related items even if it is legal to do so in your location. Recognising that the laws and regulations involving online gaming are different everywhere, players are advised to check with the laws that exist within their own jurisdiction or region to ascertain the legality of the activities which are covered.

The game provided by moonSTEEM is based on blockchain, provably-fair, and transparency. As with all gambling, there’s entertainment value for the thrill and it also carries with it a certain degree of financial risk. Players should be aware of these risks and go with the amount that you can afford to lose, Be responsible and don’t overindulge.

</sup></center>
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 284 others
properties (23)
authormoonsteem
permlinkmoonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain
categorymoonsteem
json_metadata{"tags":["moonsteem","steem","steemit","gambling","game"],"users":["moonsteem","moonsteem.app","msowner1","msowner2"],"image":["https://steemitimages.com/1024x0/https://i.imgur.com/whSkRXg.jpg","https://i.imgur.com/9PbwADB.jpg","https://i.imgur.com/7WiMLId.png"],"links":["https://steemd.com/tx/8d6b0e79ca66102f1234991f2c84c4684821f1de","https://steemworld.org/block/31406604/8d6b0e79ca66102f1234991f2c84c4684821f1de","https://jsfiddle.net/msowner1/ueq7p6jk/9/show"],"app":"steemit/0.1","format":"markdown"}
created2019-03-23 14:14:15
last_update2019-03-24 13:22:54
depth0
children34
last_payout2019-03-30 14:14:15
cashout_time1969-12-31 23:59:59
total_payout_value10.477 HBD
curator_payout_value2.761 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6,232
author_reputation50,102,982,286,153
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,803,360
net_rshares21,178,477,963,741
author_curate_reward""
vote details (348)
@assfaceproject ·
Weirdly fun game to play. Looking forward to V2

Posted using [Partiko Android](https://partiko.app/referral/assfaceproject)
πŸ‘  
properties (23)
authorassfaceproject
permlinkassfaceproject-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190323t174234329z
categorymoonsteem
json_metadata{"app":"partiko","client":"android"}
created2019-03-23 17:42:36
last_update2019-03-23 17:42:36
depth1
children1
last_payout2019-03-30 17:42:36
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_length124
author_reputation304,085,383,379
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,811,934
net_rshares698,075,257
author_curate_reward""
vote details (1)
@msowner2 ·
v2 is live. see ya soon !
properties (22)
authormsowner2
permlinkre-assfaceproject-assfaceproject-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t110006900z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.2"}
created2019-03-25 11:00:12
last_update2019-03-25 11:00:12
depth2
children0
last_payout2019-04-01 11:00: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_length25
author_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,909,060
net_rshares0
@attoan.cmt ·
Lovely, can't wait till Monday to try out the new version!!
πŸ‘  
properties (23)
authorattoan.cmt
permlinkre-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190323t143207788z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-03-23 14:32:09
last_update2019-03-23 14:32:09
depth1
children1
last_payout2019-03-30 14:32: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_length59
author_reputation34,791,351,931,730
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,804,089
net_rshares690,769,668
author_curate_reward""
vote details (1)
@msowner2 ·
v2  live now, cu there
properties (22)
authormsowner2
permlinkre-attoancmt-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t110133300z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.2"}
created2019-03-25 11:01:36
last_update2019-03-25 11:01:36
depth2
children0
last_payout2019-04-01 11:01:36
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_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,909,146
net_rshares0
@cryptictruth ·
!dramatoken

Posted using [Partiko iOS](https://partiko.app/referral/cryptictruth)
πŸ‘  
properties (23)
authorcryptictruth
permlinkcryptictruth-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190323t155355636z
categorymoonsteem
json_metadata{"app":"partiko","client":"ios"}
created2019-03-23 15:53:57
last_update2019-03-23 15:53:57
depth1
children3
last_payout2019-03-30 15:53:57
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_length82
author_reputation239,226,657,993,646
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,807,441
net_rshares692,212,433
author_curate_reward""
vote details (1)
@dramatoken ·
Sorry, you don't have enough `DRAMA`.
You need `10.00000 DRAMA` more for a chance to make it happen.
To view or trade `DRAMA` go to [steem-engine.com](https://steem-engine.com/?p=market&t=DRAMA).
properties (22)
authordramatoken
permlinkre-cryptictruth-provably-fair-crash-game-powered-by-steem-blockchain-20190323t155406271z
categorymoonsteem
json_metadata{"app":"plucky/0.0.1"}
created2019-03-23 15:54:06
last_update2019-03-23 15:54:06
depth2
children0
last_payout2019-03-30 15:54: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_length196
author_reputation12,383,329,875,029
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,807,446
net_rshares0
@msowner2 ·
moon drama ? 
properties (22)
authormsowner2
permlinkre-cryptictruth-cryptictruth-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t110115900z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.2"}
created2019-03-25 11:01:18
last_update2019-03-25 11:01:18
depth2
children1
last_payout2019-04-01 11:01:18
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_length13
author_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,909,127
net_rshares0
@cryptictruth ·
Fun little joke! 

Posted using [Partiko iOS](https://partiko.app/referral/cryptictruth)
properties (22)
authorcryptictruth
permlinkcryptictruth-re-msowner2-re-cryptictruth-cryptictruth-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t110940314z
categorymoonsteem
json_metadata{"app":"partiko","client":"ios"}
created2019-03-25 11:09:39
last_update2019-03-25 11:09:39
depth3
children0
last_payout2019-04-01 11:09: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_length88
author_reputation239,226,657,993,646
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,909,581
net_rshares0
@dailyexpress ·
Welcome back @moonsteem @msowner1 @msowner2

Posted using [Partiko iOS](https://partiko.app/referral/dailyexpress)
πŸ‘  
properties (23)
authordailyexpress
permlinkdailyexpress-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190323t160614699z
categorymoonsteem
json_metadata{"app":"partiko","client":"ios"}
created2019-03-23 16:06:15
last_update2019-03-23 16:06:15
depth1
children1
last_payout2019-03-30 16:06:15
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_length114
author_reputation-118,935,934,076
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,808,013
net_rshares695,132,764
author_curate_reward""
vote details (1)
@msowner2 ·
v2 live noW ! see u
properties (22)
authormsowner2
permlinkre-dailyexpress-dailyexpress-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t110036900z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.2"}
created2019-03-25 11:00:39
last_update2019-03-25 11:00:39
depth2
children0
last_payout2019-04-01 11:00: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_length19
author_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,909,086
net_rshares0
@darrenfj ·
to the moon!
πŸ‘  
properties (23)
authordarrenfj
permlinkre-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190324t085136798z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-03-24 08:51:51
last_update2019-03-24 08:51:51
depth1
children2
last_payout2019-03-31 08:51:51
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_length12
author_reputation14,919,552,278,168
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,841,498
net_rshares695,681,078
author_curate_reward""
vote details (1)
@msowner2 ·
v2 live !
πŸ‘  
properties (23)
authormsowner2
permlinkre-darrenfj-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t100822800z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.2"}
created2019-03-25 10:08:21
last_update2019-03-25 10:08:21
depth2
children1
last_payout2019-04-01 10:08: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_length9
author_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,906,198
net_rshares4,959,650,158
author_curate_reward""
vote details (1)
@darrenfj ·
wOOt!

(oldschool online cheer a la the livejournal days)
properties (22)
authordarrenfj
permlinkre-msowner2-re-darrenfj-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t115336299z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-03-25 11:53:51
last_update2019-03-25 11:53:51
depth3
children0
last_payout2019-04-01 11:53:51
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_reputation14,919,552,278,168
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,911,885
net_rshares0
@evolved08gsr ·
Looking good! Is there an estimated SP delegation ROI?
πŸ‘  
properties (23)
authorevolved08gsr
permlinkre-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190324t135737016z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-03-24 13:57:39
last_update2019-03-24 13:57:39
depth1
children1
last_payout2019-03-31 13:57: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_length54
author_reputation4,411,583,250,238
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,854,806
net_rshares696,940,622
author_curate_reward""
vote details (1)
@msowner2 ·
kinda of hard to have the estimation as it's a relative distribution. 
properties (22)
authormsowner2
permlinkre-evolved08gsr-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t100809200z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.2"}
created2019-03-25 10:08:09
last_update2019-03-25 10:08:09
depth2
children0
last_payout2019-04-01 10:08: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_length70
author_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,906,183
net_rshares0
@freebornangel ·
$0.03
Steem is gonna get high, high!
πŸ‘  , , ,
πŸ‘Ž  , , ,
properties (23)
authorfreebornangel
permlinkre-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190323t155405485z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-03-23 15:54:21
last_update2019-03-23 15:54:21
depth1
children1
last_payout2019-03-30 15:54:21
cashout_time1969-12-31 23:59:59
total_payout_value0.026 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation171,005,551,503,977
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,807,455
net_rshares55,720,700,885
author_curate_reward""
vote details (8)
@msowner2 ·
$0.02
yeah only a matter of time =)
πŸ‘  ,
properties (23)
authormsowner2
permlinkre-freebornangel-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t110053200z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.2"}
created2019-03-25 11:00:54
last_update2019-03-25 11:00:54
depth2
children0
last_payout2019-04-01 11:00:54
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_length29
author_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,909,102
net_rshares40,097,188,724
author_curate_reward""
vote details (2)
@improv ·
> You must be 18 to 21 years of age to click on any gambling related items even if it is legal to do so in your location.

You mean, "You must be at least 18 (21 in some jurisdictions)."

What you said here means that 22 year olds cannot play.

Posted using [Partiko Android](https://partiko.app/referral/improv)
properties (22)
authorimprov
permlinkimprov-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190514t194929916z
categorymoonsteem
json_metadata{"app":"partiko","client":"android"}
created2019-05-14 19:49:30
last_update2019-05-14 19:49:30
depth1
children0
last_payout2019-05-21 19:49: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_length312
author_reputation228,752,008,941,723
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id84,852,357
net_rshares0
@invisusmundi ·
!dramatoken
πŸ‘  
properties (23)
authorinvisusmundi
permlinkre-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190323t195327499z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-03-23 19:57:51
last_update2019-03-23 19:57:51
depth1
children2
last_payout2019-03-30 19:57:51
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_length11
author_reputation88,902,052,424,729
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,816,596
net_rshares699,506,573
author_curate_reward""
vote details (1)
@dramatoken ·
Sorry, you don't have enough `DRAMA`.
You need `10.00000 DRAMA` more for a chance to make it happen.
To view or trade `DRAMA` go to [steem-engine.com](https://steem-engine.com/?p=market&t=DRAMA).
properties (22)
authordramatoken
permlinkre-invisusmundi-provably-fair-crash-game-powered-by-steem-blockchain-20190323t195757374z
categorymoonsteem
json_metadata{"app":"plucky/0.0.1"}
created2019-03-23 19:57:57
last_update2019-03-23 19:57:57
depth2
children0
last_payout2019-03-30 19:57:57
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_length196
author_reputation12,383,329,875,029
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,816,599
net_rshares0
@msowner2 ·
to the moon ! 
properties (22)
authormsowner2
permlinkre-invisusmundi-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t105949200z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.2"}
created2019-03-25 10:59:51
last_update2019-03-25 10:59:51
depth2
children0
last_payout2019-04-01 10:59:51
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_length14
author_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,909,033
net_rshares0
@luts ·
!bookkeeping magicdice
properties (22)
authorluts
permlinkre-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190324t095006027z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-03-24 09:50:03
last_update2019-03-24 09:50:03
depth1
children1
last_payout2019-03-31 09:50: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_length22
author_reputation2,389,840,977,380
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,843,492
net_rshares0
@bookkeeping ·
Hi @luts!
## magicdice
#### Received:
* 1587.730 STEEM
* 0.000 STEEM from referral
* 0.009 STEEM from delegation
* 6.418 STEEM from dividends
* 1.824 SBD
* 0.000 SBD from referral
* 0.000 SBD from delegation
* 0.027 SBD from dividends
#### Spent:
* 1612.497 STEEM
* 1.940 SBD
#### Total:
* -18.340 STEEM
* -0.089 SBD

properties (22)
authorbookkeeping
permlinkre-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190324t095006027z-20190324t095152z
categorymoonsteem
json_metadata"{"app": "bookkeeping/0.1.0"}"
created2019-03-24 09:51:54
last_update2019-03-24 09:51:54
depth2
children0
last_payout2019-03-31 09:51:54
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_length318
author_reputation1,614,107,404,118
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,843,557
net_rshares0
@mansi94 ·
Nice gaming

Posted using [Partiko Android](https://partiko.app/referral/mansi94)
πŸ‘  
properties (23)
authormansi94
permlinkmansi94-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190329t124132727z
categorymoonsteem
json_metadata{"app":"partiko","client":"android"}
created2019-03-29 12:41:33
last_update2019-03-29 12:41:33
depth1
children1
last_payout2019-04-05 12:41:33
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_length81
author_reputation3,482,584,884,901
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,150,844
net_rshares722,468,172
author_curate_reward""
vote details (1)
@msowner2 ·
=)
properties (22)
authormsowner2
permlinkre-mansi94-mansi94-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190402t104725700z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.4"}
created2019-04-02 10:47:27
last_update2019-04-02 10:47:27
depth2
children0
last_payout2019-04-09 10:47: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_length2
author_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,358,342
net_rshares0
@mrgreen ·
Guys, today is Monday already
πŸ‘  
properties (23)
authormrgreen
permlinkre-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t083324290z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steemit/0.1"}
created2019-03-25 08:33:24
last_update2019-03-25 08:33:24
depth1
children1
last_payout2019-04-01 08:33:24
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_length29
author_reputation23,106,142,389,321
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,901,203
net_rshares699,879,911
author_curate_reward""
vote details (1)
@msowner2 ·
v2 is live =)
πŸ‘  
properties (23)
authormsowner2
permlinkre-mrgreen-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t100535700z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.2"}
created2019-03-25 10:05:39
last_update2019-03-25 10:05:39
depth2
children0
last_payout2019-04-01 10:05: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_length13
author_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,906,033
net_rshares4,572,759,033
author_curate_reward""
vote details (1)
@networker5 · (edited)
@ajmir
@ahtsham90
@ahmetszr
@ahmadiaja
@aheart
  https://www.moonsteem.com/?ref=networker5
properties (22)
authornetworker5
permlinkre-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190413t143833893z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"users":["ajmir","ahtsham90","ahmetszr","ahmadiaja","aheart"],"app":"steemit/0.1","links":["https://www.moonsteem.com/?ref=networker5"]}
created2019-04-13 14:38:33
last_update2019-05-06 21:50:21
depth1
children0
last_payout2019-04-20 14:38:33
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_length90
author_reputation2,965,065,387,478
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id83,024,021
net_rshares0
@pennsif ·
This post has been included in the latest edition of  [**SoS Daily News**](https://steemit.com/steem/@pennsif/sosdailynewssteemnews23march2019-wjvmty1237) - a digest of all the latest news on the Steem blockchain.
πŸ‘  
properties (23)
authorpennsif
permlinkre-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t032605886z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"links":["https://steemit.com/steem/@pennsif/sosdailynewssteemnews23march2019-wjvmty1237"],"app":"steemit/0.1"}
created2019-03-25 03:26:09
last_update2019-03-25 03:26:09
depth1
children1
last_payout2019-04-01 03:26: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_length213
author_reputation636,410,097,572,565
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,888,160
net_rshares698,406,189
author_curate_reward""
vote details (1)
@msowner2 ·
thx man !
properties (22)
authormsowner2
permlinkre-pennsif-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190325t100551500z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"app":"steempeak/1.9.2"}
created2019-03-25 10:05:57
last_update2019-03-25 10:05:57
depth2
children0
last_payout2019-04-01 10:05:57
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_length9
author_reputation264,549,673,006
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,906,052
net_rshares0
@thomasbarik ·
yay! Glad to hear @moonsteem. Where is  my  @dramatoken ?
πŸ‘  
properties (23)
authorthomasbarik
permlinkre-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190323t161031027z
categorymoonsteem
json_metadata{"tags":["moonsteem"],"users":["moonsteem","dramatoken"],"app":"steemit/0.1"}
created2019-03-23 16:10:33
last_update2019-03-23 16:10:33
depth1
children2
last_payout2019-03-30 16:10:33
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_reputation-245,756,927,785
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,808,176
net_rshares696,605,144
author_curate_reward""
vote details (1)
@dramatoken ·
$0.03
!dramatoken
πŸ‘  
properties (23)
authordramatoken
permlinkre-thomasbarik-re-moonsteem-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190323t183620775z
categorymoonsteem
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["moonsteem"],"users":[],"links":[],"image":[]}
created2019-03-23 18:36:24
last_update2019-03-23 18:36:24
depth2
children1
last_payout2019-03-30 18:36:24
cashout_time1969-12-31 23:59:59
total_payout_value0.025 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation12,383,329,875,029
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,813,867
net_rshares53,550,233,933
author_curate_reward""
vote details (1)
@dramatoken ·
<center>
  <img src="https://i.imgur.com/5FTrFXt.png" />
  <p>Here's your <code>DRAMA</code>.  Don't spend it all in one place!</p>
  <p><sup>To view or trade <code>DRAMA</code> go to <a href="https://steem-engine.com/?p=market&t=DRAMA">steem-engine.com</a>.</sup></p>
</center>
properties (22)
authordramatoken
permlinkre-dramatoken-provably-fair-crash-game-powered-by-steem-blockchain-20190323t183639676z
categorymoonsteem
json_metadata{"app":"plucky/0.0.1","drama_trx_id":"c310d0ec0f12763b2ca66b08fd67fecaccb47b03"}
created2019-03-23 18:36:39
last_update2019-03-23 18:36:39
depth3
children0
last_payout2019-03-30 18:36: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_length279
author_reputation12,383,329,875,029
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,813,873
net_rshares0
@tts ·
To listen to the audio version of this article click on the play image.
[![](https://s18.postimg.org/51o0kpijd/play200x46.png)](http://ec2-52-72-169-104.compute-1.amazonaws.com/moonsteem__moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain.mp3)
Brought to you by [@tts](https://steemit.com/tts/@tts/introduction). If you find it useful please consider upvoting this reply.
properties (22)
authortts
permlinkre-moonsteem-v2-seeding-event-provably-fair-crash-game-powered-by-steem-blockchain-20190323t144128
categorymoonsteem
json_metadata""
created2019-03-23 14:41:30
last_update2019-03-23 14:41:30
depth1
children0
last_payout2019-03-30 14:41: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_length400
author_reputation-4,535,154,553,995
root_title"πŸš€ πŸŒ•πŸ“° moonSTEEM V2 Seeding Event ! Provably Fair Crash Game Powered by STEEM blockchain"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,804,499
net_rshares0