<center></center> EpicDice is a decentralized gaming platform built on top of Steem blockchain with absolute transparency and fairness. Join the most epic fun today! <center>https://epicdice.io/</center> --- --- ## EpicDice has been online for about 4 months since its grand launching. The gaming platform has accumulated over 455,000 transactions and over 16.2M total volume with STEEM and SBD combined! Although the game has adopted the most simple randomness generation mechanism, yet not everyone possesses the knowledge of blockchain. With the considerably *large* data the game has generated thus far, we think this is a good opportunity for a walkthrough how EpicDice's fairness is being practised, in layman terms. ## Transaction ID is the only source to generate rolled number When a user fires a bet(transaction) to the house account, the block contains that transaction has to be verified and signed by the Steem witness to be considered valid. In the process of block signing, various information of a particular transaction like `ref_block_num`, `ref_block_prefix`, `expiration` and so on, contributed in the generation of a fully random 40 hex digits `trx_id`. Read more about this process in [Steem Developer Portal](https://developers.steem.io/tutorials-recipes/understanding-transaction-status). This very blockchain-generated `trx_id` is what EpicDice would solely use to generate a rolled number via formula below: ``` var transId ='<replace with trx_id>' var result = 1000000 var offset = 0 var length = 5 var endValue = offset + length var chop var finalResult while (result > 999999) { chop = transId.substring(offset, endValue) offset += 5 endValue = offset + length result = parseInt(chop, 16) finalResult = result % (10000) / 100 finalResult = Math.round(finalResult) console.log("finalResult : " + finalResult) if (finalResult === 0) { result = 1000000 } } ``` You can find this formula in "Fairness" section of the game site and verify all your bet result instantly. For interested souls in finding out how technically a `trx_id` is computed, the answer lies in [Steem Official GitHub Repository](https://github.com/steemit/steem). ## But how is this system "provably-fair"? Now you know how a transaction ID is generated. Unlike other platforms, EpicDice does not add a custom client/server seed or nuances in the random number generation. It shows that the house would have **zero possibility to manipulate the outcome**. You placed a bet and get a rolled number from the game site. Retrieve the transaction ID from data explorer like [steemd.com](https://steemd.com), input the ID into the formula above in a javascript compiler like [playcode.io](https://playcode.io/online-javascript-editor) and run it. The generated rolled number from the script would be exactly same as the one you get from our gaming site. You confirmed that the house did not modify anything in the process. Hence, fairness is proven. Or better yet, just utilize the fairness tool on the game site to make your life easier. ## Data analysis of rolled numbers occurrence in EpicDice since the very beginning We've extracted the data from chain a few days ago for the data analysis we are about to present. This dataset recorded every single bet ever sent to @epicdice starting from `2019-02-28 16:24:10.967494` until `2019-06-13 13:37:26.029482`(UTC). Download the excel sheet [here](https://mega.nz/#!z8EDSYCY!yS_svuOIULFxBNZRNpo_nwMsczQPqaWNFmvMnZIfVek). Key columns in the dataset as follows: - `refTransactionId`: the `trx_id` which you can verify in data explorer - `user`: name of the player - `rollResult`: generated rolled number out of `refTransactionId` - `winLost`: `0` is lost while `1` is win  Over the period, EpicDice has received 455,519 transactions of wager and the total amount is 16,215,981.400(STEEM + SBD). The full range of rolling numbers (1 to 100) is divided into 10 groups with 10 numbers in each of it. The goal of this analysis is to verify whether the occurrence of rolled numbers is evenly distributed across the range groups. In the perfect world, a totally random and fair algorithm should grant 10% occurrence to the 10 groups.  The graph shows that each category had a fair distribution as the lowest percentage was 9.56% while the highest was 10.10%. Merely a 0.54% deviation proves that there is absolutely no bias in random number generation. **Each roll stands a fair chance of getting a number ranging from 1 to 100.** Ironically, when EpicDice was only supporting "rolling under" most of the time before the latest upgrade a few days ago, higher numbers like 95,96,97,98,99,100 used to be the killers to any bet when they were rolled. But they had the lowest occurrence at 9.56%. ## Absolute fairness is real Let's summarize what we have covered so far in a few points: - **Random number is generated solely using blockchain-generated transaction ID that is impossible for the house to mess with.** - **Wager history analysis proved that there is zero bias against a certain range of numbers. Every roll is a fair play.** - **Fairness of EpicDice is bullet-proof.** ## Earn EPC via delegation EPC is the only token to earn from the daily dividend and prize pool in STEEM. **Every 1 SP delegation earns 2 EPC daily**. It takes one day for the delegation to be effective in order to receive the dividend, from the moment of delegation. This is the only way to be part of the dividend pool shareholders besides betting. <center> Quick delegation via Steemconnect links below:</center> <center>[100 SP](https://app.steemconnect.com/sign/delegateVestingShares?delegatee=epicdice&vesting_shares=100%20SP) | [500 SP](https://app.steemconnect.com/sign/delegateVestingShares?delegatee=epicdice&vesting_shares=500%20SP) | [1000 SP](https://app.steemconnect.com/sign/delegateVestingShares?delegatee=epicdice&vesting_shares=1000%20SP) | [5000 SP](https://app.steemconnect.com/sign/delegateVestingShares?delegatee=epicdice&vesting_shares=5000%20SP) | [10000 SP](https://app.steemconnect.com/sign/delegateVestingShares?delegatee=epicdice&vesting_shares=10000%20SP)</center> --- <center>Join our Discord server for better communication.</center> <center><a href="https://discordapp.com/invite/TjSencE"><img src="https://cdn.steemitimages.com/DQmW3Pw4t1ykfEBfVjXJc9L7kxMnVof97oS9ArZWE9LQUaA/output-onlinepngtools.png"></a></center>
author | epicdice |
---|---|
permlink | epicdice-fairness |
category | epicdice |
json_metadata | {"tags":["epicdice","steem","dice","gambling","game"],"users":["epicdice"],"image":["https://cdn.steemitimages.com/DQmbzs8Wbbm1WE5qwHTwd4iRqBwicQCdf5ETZtrAkozDRC4/Artboard%205@20x.png","https://cdn.steemitimages.com/DQmeoTRekzpu2mknKfA7YgaTqggHghgV1SnMekbbjxHiW5m/EXCEL_2019-06-15_18-05-20.png","https://cdn.steemitimages.com/DQmZqshYEZ32o7RNnSZttaf3ujtHgNVMVb27hoeCfANEnZk/EXCEL_2019-06-15_18-05-47.png","https://cdn.steemitimages.com/DQmW3Pw4t1ykfEBfVjXJc9L7kxMnVof97oS9ArZWE9LQUaA/output-onlinepngtools.png"],"links":["https://epicdice.io/","https://developers.steem.io/tutorials-recipes/understanding-transaction-status","https://github.com/steemit/steem","https://steemd.com","https://playcode.io/online-javascript-editor","https://mega.nz/#!z8EDSYCY!yS_svuOIULFxBNZRNpo_nwMsczQPqaWNFmvMnZIfVek","https://app.steemconnect.com/sign/delegateVestingShares?delegatee=epicdice&vesting_shares=100%20SP","https://app.steemconnect.com/sign/delegateVestingShares?delegatee=epicdice&vesting_shares=500%20SP","https://app.steemconnect.com/sign/delegateVestingShares?delegatee=epicdice&vesting_shares=1000%20SP","https://app.steemconnect.com/sign/delegateVestingShares?delegatee=epicdice&vesting_shares=5000%20SP","https://app.steemconnect.com/sign/delegateVestingShares?delegatee=epicdice&vesting_shares=10000%20SP","https://discordapp.com/invite/TjSencE"],"app":"steemit/0.1","format":"markdown"} |
created | 2019-06-15 11:37:36 |
last_update | 2019-06-15 11:37:36 |
depth | 0 |
children | 39 |
last_payout | 2019-06-22 11:37:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 186.097 HBD |
curator_payout_value | 58.329 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,799 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,672,513 |
net_rshares | 424,898,115,893,497 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hitmeasap | 0 | 26,106,145,822 | 35% | ||
nascimentoab | 0 | 3,791,490,007 | 100% | ||
deanliu | 0 | 1,377,123,926,756 | 100% | ||
jphamer1 | 0 | 2,269,908,622,233 | 100% | ||
steemitqa | 0 | 22,671,096,148 | 15% | ||
netaterra | 0 | 84,486,943,293 | 53% | ||
steemitpatina | 0 | 24,273,063,923 | 80% | ||
ghasemkiani | 0 | 505,673,846,309 | 100% | ||
rucoin | 0 | 5,312,626,594 | 100% | ||
lexikon082 | 0 | 1,970,801,735 | 100% | ||
mangos | 0 | 781,370,709,365 | 21% | ||
zephyraijunzo | 0 | 100,877,712,405 | 100% | ||
gunina | 0 | 127,336,342 | 49.5% | ||
curly-q | 0 | 2,137,668,875 | 100% | ||
trafficbit | 0 | 137,724,738 | 100% | ||
drag33 | 0 | 39,010,833,875 | 100% | ||
travelersmemoire | 0 | 8,610,399,540 | 100% | ||
booster | 0 | 36,004,876,605,658 | 44.31% | ||
dkmathstats | 0 | 32,128,667,718 | 100% | ||
erickpinos | 0 | 52,959,474,378 | 100% | ||
inviterx | 0 | -14,731,563,492 | -100% | ||
jeffrey24864 | 0 | 19,243,330,543 | 100% | ||
mcoreyy | 0 | 302,003,487 | 100% | ||
me-and-you | 0 | 144,315,117 | 100% | ||
appreciator | 0 | 48,044,060,776,188 | 59.96% | ||
wolf-dawg | 0 | 497,869,251 | 100% | ||
murhadimur | 0 | 300,543,189 | 100% | ||
leemeili | 0 | 5,048,657,450 | 100% | ||
waytko01 | 0 | 526,093,708 | 100% | ||
rocky1 | 0 | 50,001,168,740,525 | 81.97% | ||
tipu | 0 | 82,551,837,882,007 | 99.28% | ||
ahmedhassan12 | 0 | 300,876,376 | 100% | ||
accelerator | 0 | 12,706,380,191 | 0.73% | ||
buildawhale | 0 | 41,957,395,287,036 | 78.34% | ||
tetrahedron96 | 0 | -212,050,169 | -100% | ||
boomerang | 0 | 11,929,614,400,727 | 42.2% | ||
martusamak | 0 | 360,726,773 | 15% | ||
bdk1970 | 0 | 1,620,180,096 | 100% | ||
gypsyfortune | 0 | 1,655,219,030 | 100% | ||
pierlave | 0 | 5,801,092,120 | 100% | ||
pataty69 | 0 | 16,221,567,364 | 15% | ||
tixinhacapitinha | 0 | 1,606,432,991 | 5% | ||
krats | 0 | 24,543,543,854 | 100% | ||
drillith | 0 | 1,727,643,918 | 33.76% | ||
kimxinfo | 0 | 14,025,422,142 | 100% | ||
imisstheoldkanye | 0 | 2,370,164,591 | 1% | ||
zahidzzs | 0 | 41,404,702,743 | 100% | ||
postpromoter | 0 | 8,899,979,941,215 | 71.81% | ||
smartsteem | 0 | 90,709,178,251,895 | 73.87% | ||
nikulinsb | 0 | 4,369,419,158 | 100% | ||
funtraveller | 0 | 3,126,535,403 | 1% | ||
fortunex | 0 | 11,237,188,934 | 99% | ||
baart | 0 | 64,244,218,557 | 100% | ||
build3-casole | 0 | 276,108,507 | 100% | ||
mehta | 0 | 45,642,459,699 | 100% | ||
lestravel | 0 | 7,608,814,854 | 100% | ||
lestermartin | 0 | 160,246,557 | 100% | ||
cimillan | 0 | 1,120,839,136 | 100% | ||
joaorafael | 0 | 259,218,295 | 75% | ||
abdulhanan | 0 | 567,469,492 | 100% | ||
sazerac | 0 | 1,653,410,176 | 100% | ||
l3nc3 | 0 | 498,673,115 | 100% | ||
disguarpe | 0 | 7,743,262,330 | 100% | ||
rofilm | 0 | 3,740,761,567 | 100% | ||
sibeut | 0 | 546,280,289 | 100% | ||
news-today | 0 | 24,435,335,305 | 99% | ||
inespereira | 0 | 286,141,772 | 75% | ||
d-zero | 0 | 6,848,056,517 | 100% | ||
ezravandi | 0 | 5,293,739,409 | 3.5% | ||
dera123 | 0 | 225,038,077,671 | 100% | ||
sshappydayz | 0 | 11,158,133,877 | 100% | ||
juanmanuellopez1 | 0 | 1,472,807,966 | 10% | ||
ade-greenwise | 0 | 1,867,899,408 | 100% | ||
sofianmbs | 0 | 9,290,724,676 | 100% | ||
jungch98 | 0 | 2,143,672,923 | 100% | ||
therising | 0 | 39,037,325,468,061 | 32% | ||
kgakakillerg | 0 | 3,576,343,820 | 1% | ||
cetuna | 0 | 443,633,886 | 100% | ||
promobot | 0 | 8,276,859,652,950 | 53.99% | ||
atanas007 | 0 | 8,375,521,592 | 100% | ||
meedo | 0 | 0 | 100% | ||
animals.save | 0 | 295,857,325 | 100% | ||
crypticat | 0 | 13,553,202,006 | 15% | ||
fules | 0 | 248,652,603 | 50% | ||
hambali06 | 0 | 41,352,612 | 100% | ||
edm0nd24 | 0 | 300,400,981 | 100% | ||
spiritualitay | 0 | 2,330,981,428 | 100% | ||
boliwar | 0 | 528,456,168 | 100% | ||
dniceguy | 0 | 146,021,679 | 35% | ||
usdmarketing | 0 | 0 | 5% | ||
prototyp125 | 0 | 352,387,591 | 100% | ||
attention-seeker | 0 | 10,212,781,397 | 100% | ||
tech-coin | 0 | 881,760,982 | 100% | ||
pagliozzo | 0 | 3,975,746,548 | 20% | ||
vezo | 0 | 1,204,214,016 | 100% | ||
yestermorrow | 0 | 2,263,776,329 | 7% | ||
erbeebassie | 0 | 1,915,746,741 | 100% | ||
cryptouno | 0 | 237,250,003 | 3% | ||
takezou | 0 | 10,289,665,554 | 50% | ||
tbtek | 0 | 77,380,724 | 25% | ||
selce-n | 0 | 195,762,316,842 | 100% | ||
coinmarketcal | 0 | 18,287,007,038 | 100% | ||
munhenhos | 0 | 1,061,185,833 | 15% | ||
laissez-faire | 0 | 63,200,323 | 100% | ||
reportup | 0 | 31,554,260,469 | 15% | ||
bhaski | 0 | 1,218,136,971 | 15% | ||
agromeror | 0 | 102,441,662,263 | 100% | ||
braramrit | 0 | 139,186,987 | 100% | ||
satari | 0 | 312,491,122 | 100% | ||
newsico | 0 | 195,104,538 | 100% | ||
pedrohmc23 | 0 | 446,330,418 | 100% | ||
adyorka | 0 | 1,470,995,494 | 49.64% | ||
bestboutique6 | 0 | 8,938,833 | 5% | ||
votes4minnows | 0 | 968,097,826 | 2.5% | ||
certain | 0 | 7,241,365,298 | 100% | ||
ganeshkadam9503 | 0 | 1,502,839,000 | 100% | ||
baba99 | 0 | 300,920,580 | 100% | ||
hdu | 0 | 2,427,865,121 | 2% | ||
steemexpress | 0 | 1,760,380,770 | 3% | ||
delabo | 0 | 2,653,394,036 | 1% | ||
kamicurate | 0 | 2,189,515,008 | 100% | ||
andresurrego | 0 | 14,082,822,865 | 60% | ||
shirophantomhive | 0 | 4,488,873,966 | 100% | ||
coinmarketcal2 | 0 | 13,174,076,454 | 100% | ||
rafaelmonteiro | 0 | 590,830,135 | 15% | ||
daijiworld | 0 | 10,258,180,711 | 100% | ||
hozn4ukhlytriwc | 0 | 129,376,867 | 15% | ||
cristhianarturo | 0 | 501,543,037 | 100% | ||
kuretachinen | 0 | 1,356,120,187 | 100% | ||
alexei83 | 0 | 178,893,009 | 100% | ||
nee-k | 0 | 24,370,677,649 | 100% | ||
cryptofiloz | 0 | 20,669,281,507 | 11% | ||
rollxp | 0 | 1,215,992,739 | 100% | ||
vcdragon | 0 | 15,060,735,286 | 100% | ||
vndragon | 0 | 3,852,782,845 | 100% | ||
xoang | 0 | 2,490,850,519 | 100% | ||
minutebuddhism | 0 | 2,038,868,617 | 100% | ||
pm-light | 0 | 1,344,283,802 | 100% | ||
kevinmcgregor | 0 | 535,563,386 | 100% | ||
zaarshema1 | 0 | 517,072,296 | 100% | ||
zaarshem | 0 | 476,513,123 | 100% | ||
daniel.gz20 | 0 | 483,335,185 | 100% | ||
huseyinunozkan16 | 0 | 15,702,681,553 | 100% | ||
zugs | 0 | 6,504,717,676 | 2% | ||
epicdice | 0 | 913,063,744,160 | 100% | ||
techtron | 0 | 516,260,301 | 100% | ||
cryptometer | 0 | 515,829,887 | 100% | ||
zackarie | 0 | 2,186,604,181 | 100% | ||
dinoaddis77 | 0 | 1,881,797,558 | 100% | ||
a4a4 | 0 | 517,015,812 | 100% | ||
onlineincomeguru | 0 | 515,429,752 | 100% | ||
fabiomontecristo | 0 | 525,324,116 | 100% | ||
xenospeak | 0 | 220,619,228 | 95% | ||
green4ever | 0 | 516,167,684 | 100% | ||
communitycharge | 0 | 97,270,980 | 100% | ||
gamestation | 0 | 515,429,814 | 100% | ||
steemhut | 0 | 516,260,173 | 100% | ||
abojasim880 | 0 | 242,798,870 | 100% | ||
steemtronics | 0 | 516,259,728 | 100% | ||
arleneferns | 0 | 377,802,296 | 49.64% | ||
volingy6 | 0 | 282,895,483 | 100% | ||
akiroq | 0 | 37,868,685,800 | 100% | ||
kahmuhkahzee | 0 | 500,922,246 | 100% | ||
catchmeinside | 0 | 534,927,226 | 100% | ||
tiddyfux | 0 | 531,595,154 | 100% | ||
azzez | 0 | 509,850,321 | 100% | ||
imoutofwine | 0 | 426,033,877 | 80% | ||
bangraccoon | 0 | 422,674,916 | 80% | ||
bishezz | 0 | 508,108,126 | 100% | ||
lovepeace29 | 0 | 32,498,256 | 5% | ||
volingy8 | 0 | 269,748,514 | 100% | ||
volingy9 | 0 | 366,983,710 | 100% | ||
yefersonxr0 | 0 | 515,652,623 | 100% | ||
strongsteem | 0 | 506,982,240 | 100% | ||
steemspot | 0 | 506,953,594 | 100% | ||
curacura | 0 | 552,152,726 | 100% | ||
aminsoveizi | 0 | 362,507,837 | 100% | ||
steempk | 0 | 506,901,532 | 100% | ||
steemriver | 0 | 507,490,784 | 100% | ||
hmmaybe | 0 | 425,500,920 | 80% | ||
idktho | 0 | 459,443,552 | 88% | ||
ythoman | 0 | 524,060,600 | 100% | ||
coldcases | 0 | 518,675,428 | 100% | ||
thaonly | 0 | 435,609,472 | 100% | ||
truemonster | 0 | 391,247,393 | 100% | ||
holoblade | 0 | 486,240,057 | 100% | ||
sitdownkid | 0 | 482,661,653 | 100% | ||
mysterydude | 0 | 478,239,984 | 100% | ||
knowyourrole | 0 | 446,821,750 | 100% | ||
mysterychick | 0 | 452,129,029 | 100% | ||
pingit | 0 | 528,660,663 | 100% | ||
fuckdis | 0 | 368,004,061 | 100% | ||
theonly | 0 | 403,640,480 | 100% | ||
fuckitmate | 0 | 285,953,672 | 100% | ||
uretard | 0 | 351,940,116 | 100% | ||
mysturee | 0 | 412,512,090 | 100% | ||
ragehamster | 0 | 379,894,385 | 100% | ||
thotiana | 0 | 375,527,151 | 100% | ||
sooperstoned | 0 | 375,527,033 | 100% | ||
demjooks | 0 | 357,013,332 | 88% | ||
dankestnug | 0 | 363,123,498 | 88% | ||
fiyabuds | 0 | 363,149,197 | 88% | ||
datstank | 0 | 385,676,154 | 100% | ||
blazeitdood | 0 | 385,675,826 | 100% | ||
sweeden | 0 | 393,392,703 | 100% | ||
cannuhbiss | 0 | 371,412,519 | 88% | ||
bestbuds | 0 | 392,513,805 | 100% | ||
danknugz | 0 | 392,513,309 | 100% | ||
trichomes | 0 | 366,223,426 | 96% | ||
stickybudz | 0 | 392,497,485 | 100% | ||
theloudpack | 0 | 380,562,016 | 100% | ||
flyinhigh | 0 | 367,308,751 | 100% | ||
reallyhigh | 0 | 361,601,424 | 100% | ||
paktourism | 0 | 506,468,360 | 100% | ||
petrogib | 0 | 476,312,313 | 100% | ||
yasbitoshi | 0 | 448,627,929 | 100% | ||
tankor40 | 0 | 535,929,975 | 100% | ||
micrologic | 0 | 1,133,021,427 | 100% | ||
monibg81 | 0 | 459,679,212 | 100% | ||
apramit | 0 | 513,070,169 | 100% | ||
toptrailers | 0 | 247,637,388 | 50% | ||
fateima | 0 | 535,913,211 | 100% | ||
doggi99 | 0 | 74,496,530 | 100% | ||
movieradar | 0 | 247,567,425 | 50% | ||
developerskroy | 0 | 512,620,290 | 100% | ||
ahmadzareen | 0 | 470,036,847 | 100% | ||
suchshit | 0 | 248,690,505 | 50% | ||
totalnob | 0 | 248,690,505 | 50% | ||
futurelinks | 0 | 502,202,269 | 100% | ||
salaheddin | 0 | 478,192,912 | 100% | ||
emsoto | 0 | 523,750,414 | 100% | ||
kgswallet | 0 | 6,027,677,365 | 100% | ||
otherlogic | 0 | 407,516,135 | 100% | ||
pxander | 0 | 387,338,726 | 100% | ||
davidposso | 0 | 488,175,798 | 100% |
Thank you for putting this information out there. It still doesn't help change my luck though. ;)
author | abitcoinskeptic |
---|---|
permlink | pt57p8 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-15 13:48:42 |
last_update | 2019-06-15 13:48:42 |
depth | 1 |
children | 1 |
last_payout | 2019-06-22 13:48:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.098 HBD |
curator_payout_value | 0.032 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 335,387,091,612,941 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,678,141 |
net_rshares | 225,264,896,348 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 225,264,896,348 | 25% |
Well, there is nothing we can do about it as you can see how the system works now. It is safe to say that Steem blockchain(it decides the number you get) wasn't been generous to you. But luck is very objective and probably changing from time to time. You might be surprised on your next trip to the casino. See you in the game soon!
author | epicdice |
---|---|
permlink | pt66fh |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-16 02:18:54 |
last_update | 2019-06-16 02:18:54 |
depth | 2 |
children | 0 |
last_payout | 2019-06-23 02:18:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.015 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 332 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,702,925 |
net_rshares | 35,121,448,374 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abitcoinskeptic | 0 | 35,121,448,374 | 20% |
Let's summarize what we have covered so far in a few points:
author | ahmadzareen |
---|---|
permlink | pt8c8v |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-17 06:19:45 |
last_update | 2019-06-17 06:19:45 |
depth | 1 |
children | 0 |
last_payout | 2019-06-24 06:19:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | -45,905,883,468 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,763,161 |
net_rshares | 0 |
I dedent rally gate it , but it is rally intersting update of yourd
author | arafathsunny |
---|---|
permlink | pt6b2p |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-16 03:59:21 |
last_update | 2019-06-16 03:59:21 |
depth | 1 |
children | 0 |
last_payout | 2019-06-23 03:59:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 151,575,137,432 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,705,242 |
net_rshares | 0 |
Congratulations @epicdice! Your post was mentioned in the [Steem Hit Parade](/hit-parade/@arcange/daily-hit-parade-20190615) in the following category: * Pending payout - Ranked 3 with $ 256,71
author | arcange |
---|---|
permlink | re-epicdice-fairness-20190615t182300000z |
category | epicdice |
json_metadata | "" |
created | 2019-06-16 16:23:33 |
last_update | 2019-06-16 16:23:33 |
depth | 1 |
children | 0 |
last_payout | 2019-06-23 16:23:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 195 |
author_reputation | 1,146,623,489,324,993 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,730,916 |
net_rshares | 0 |
Hello @epicdice I made a little mistake and sent my last bet without memo. This is the tx: https://steemd.com/tx/c6bf02accc6c003c633320cc5de52e8704391537 Could you refund please?
author | b-s |
---|---|
permlink | pt92ia |
category | epicdice |
json_metadata | {"tags":["epicdice"],"users":["epicdice"],"links":["https://steemd.com/tx/c6bf02accc6c003c633320cc5de52e8704391537"],"app":"steemit/0.1"} |
created | 2019-06-17 15:47:03 |
last_update | 2019-06-17 15:47:03 |
depth | 1 |
children | 0 |
last_payout | 2019-06-24 15:47:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 180 |
author_reputation | 6,228,605,834,829 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,792,461 |
net_rshares | 0 |
Hey again, sorry but i have some problems with vessel sending steem. Made another mistake and would please you to refund following tx: https://steemd.com/tx/a10f5ff8fa0469815d4df59d36490c0d87d51ebf Thanks for your cooperation. I will be more careful next time.
author | b-s |
---|---|
permlink | ptckp8 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"links":["https://steemd.com/tx/a10f5ff8fa0469815d4df59d36490c0d87d51ebf"],"app":"steemit/0.1"} |
created | 2019-06-19 13:12:48 |
last_update | 2019-06-19 13:12:48 |
depth | 1 |
children | 1 |
last_payout | 2019-06-26 13:12:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 263 |
author_reputation | 6,228,605,834,829 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,912,753 |
net_rshares | 0 |
Refunded. Please be extra careful with memo-betting. Stick with our game site whenever is possible. If we notice this after EOD, full refund is not possible since half of it would be transferred to EPC holders as dividend.
author | epicdice |
---|---|
permlink | ptcnhu |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-19 14:13:06 |
last_update | 2019-06-19 14:13:06 |
depth | 2 |
children | 0 |
last_payout | 2019-06-26 14:13:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 222 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,915,440 |
net_rshares | 0 |
thanks for the rolled numbers report. Having official stats speaks louder than words @epicdice
author | bafi |
---|---|
permlink | pt79bi |
category | epicdice |
json_metadata | {"tags":["epicdice"],"users":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-16 16:18:54 |
last_update | 2019-06-16 16:18:54 |
depth | 1 |
children | 1 |
last_payout | 2019-06-23 16:18:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.023 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 59,789,884,583,831 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,730,799 |
net_rshares | 159,644,421,760 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 159,644,421,760 | 25% |
That's exactly our purpose to release this data. And we shall continue to strive for higher transparency for the bigger piece of mind of our players. Thanks for the comment.
author | epicdice |
---|---|
permlink | pt8ttg |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-17 12:39:18 |
last_update | 2019-06-17 12:39:18 |
depth | 2 |
children | 0 |
last_payout | 2019-06-24 12:39:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 173 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,781,265 |
net_rshares | 0 |
This post has received a 42.2 % upvote from @boomerang.
author | boomerang |
---|---|
permlink | re-epicdice-fairness-20190616t043136 |
category | epicdice |
json_metadata | "" |
created | 2019-06-16 04:31:36 |
last_update | 2019-06-16 04:31:36 |
depth | 1 |
children | 0 |
last_payout | 2019-06-23 04:31:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 1,273,205,827,891 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,706,085 |
net_rshares | 0 |
I think this is desktop based game and related keychain. If there is any possibility to to play in Android then please let me know. Posted using [Partiko Android](https://partiko.app/referral/certain)
author | certain |
---|---|
permlink | certain-re-epicdice-epicdice-fairness-20190615t132737689z |
category | epicdice |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-06-15 13:27:36 |
last_update | 2019-06-15 13:27:36 |
depth | 1 |
children | 3 |
last_payout | 2019-06-22 13:27:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.098 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 201 |
author_reputation | 802,509,567,344,135 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,677,223 |
net_rshares | 227,305,958,228 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 227,305,958,228 | 25% |
We are working on supporting mobile exactly. So players can really looking forward mobile gaming really soon. Stay tuned!
author | epicdice |
---|---|
permlink | pt65z3 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-16 02:09:06 |
last_update | 2019-06-16 02:09:06 |
depth | 2 |
children | 2 |
last_payout | 2019-06-23 02:09:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 121 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,702,706 |
net_rshares | 18,789,493,859 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
montycashmusic | 0 | 18,789,493,859 | 100% |
that would be really fantastic. Like me many other users also searching mobile based game. Thank you for stopping by: Posted using [Partiko Android](https://partiko.app/referral/certain)
author | certain |
---|---|
permlink | certain-re-epicdice-pt65z3-20190616t021156542z |
category | epicdice |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-06-16 02:11:57 |
last_update | 2019-06-16 02:11:57 |
depth | 3 |
children | 1 |
last_payout | 2019-06-23 02:11:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 187 |
author_reputation | 802,509,567,344,135 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,702,769 |
net_rshares | 0 |
Wait can someone get it as a desktop version!? Posted using [Partiko Android](https://partiko.app/referral/cwow2)
author | cwow2 |
---|---|
permlink | cwow2-re-epicdice-epicdice-fairness-20190616t090504895z |
category | epicdice |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-06-16 09:05:06 |
last_update | 2019-06-16 09:05:06 |
depth | 1 |
children | 0 |
last_payout | 2019-06-23 09:05:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 209,254,787,434,558 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,715,198 |
net_rshares | 0 |
Nice! I'm keeping this page bookmarked so when somebody lash out against Epic Dice I can show them the math and logic behind everything.
author | d-zero |
---|---|
permlink | ptc8hn |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-19 08:49:06 |
last_update | 2019-06-19 08:49:06 |
depth | 1 |
children | 1 |
last_payout | 2019-06-26 08:49:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.094 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 154,624,617,636,166 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,901,615 |
net_rshares | 213,554,381,296 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 213,554,381,296 | 32% |
We call that EPIC mindset!
author | epicdice |
---|---|
permlink | ptcnj0 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-19 14:13:48 |
last_update | 2019-06-19 14:13:48 |
depth | 2 |
children | 0 |
last_payout | 2019-06-26 14:13:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,915,469 |
net_rshares | 0 |
qui: https://veneapp.com/2019![folder (3).png]![folder (4).png]
author | daniel.gz20 |
---|---|
permlink | pt5wo1 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"links":["https://veneapp.com/2019!"],"app":"steemit/0.1"} |
created | 2019-06-15 22:48:00 |
last_update | 2019-06-15 22:48:00 |
depth | 1 |
children | 0 |
last_payout | 2019-06-22 22:48:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | -51,177,472,003 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,698,838 |
net_rshares | -182,997,863,634 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | -182,997,863,634 | -20% |
Wait, what exactly do you play on epicdice? Gambling games or?
author | direwolfslair |
---|---|
permlink | pt742l |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-16 14:25:33 |
last_update | 2019-06-16 14:25:33 |
depth | 1 |
children | 1 |
last_payout | 2019-06-23 14:25:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.023 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 2,497,345,057,113 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,726,030 |
net_rshares | 158,890,214,941 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 158,890,214,941 | 25% |
Yes, it is a gambling game with one dice game while many are on its way to come. Also we have the best transparency on fairness proving, bonus paying system ever on Steem blockchain. Give it a try today and chances are you will fall in love with it!
author | epicdice |
---|---|
permlink | pt8txc |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-17 12:41:36 |
last_update | 2019-06-17 12:41:36 |
depth | 2 |
children | 0 |
last_payout | 2019-06-24 12:41:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 249 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,781,375 |
net_rshares | 0 |
This is really good. Posted using [Partiko iOS](https://partiko.app/referral/harlhana)
author | harlhana |
---|---|
permlink | harlhana-re-epicdice-epicdice-fairness-20190618t142618643z |
category | epicdice |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-06-18 14:26:18 |
last_update | 2019-06-18 14:26:18 |
depth | 1 |
children | 0 |
last_payout | 2019-06-25 14:26:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 87 |
author_reputation | 7,572,390,403,967 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,850,695 |
net_rshares | 0 |
It's a very good game. Thank you for making me...
author | kim0412 |
---|---|
permlink | pt6lzw |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-16 07:55:00 |
last_update | 2019-06-16 07:55:00 |
depth | 1 |
children | 1 |
last_payout | 2019-06-23 07:55:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.100 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 13,705,101,438,824 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,712,493 |
net_rshares | 229,528,506,213 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 229,029,368,706 | 25% | ||
davidposso | 0 | 499,137,507 | 100% |
Glad to see you enjoying the game!
author | epicdice |
---|---|
permlink | pt6oo5 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-16 08:52:54 |
last_update | 2019-06-16 08:52:54 |
depth | 2 |
children | 0 |
last_payout | 2019-06-23 08:52:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,714,733 |
net_rshares | 0 |
Not bad! The RNG is a tiny bit biased but the percentage it's out is so minimal I'd not even really be worried about it. Good work supplying this info. Well played.
author | klye |
---|---|
permlink | re-epicdice-epicdice-fairness-20190615t115620143z |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steempeak/1.11.1"} |
created | 2019-06-15 11:56:30 |
last_update | 2019-06-15 11:56:30 |
depth | 1 |
children | 1 |
last_payout | 2019-06-22 11:56:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.099 HBD |
curator_payout_value | 0.032 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | 412,341,527,771,769 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,673,429 |
net_rshares | 228,463,897,692 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
magick721 | 0 | 71,208,435 | 100% | ||
epicdice | 0 | 228,392,689,257 | 25% |
Glad to hear that. We are sure there are more ways to generate interesting analysis out of the dataset. Download and play with it as you may pleased. Thanks for passing by.
author | epicdice |
---|---|
permlink | pt65xi |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-16 02:08:09 |
last_update | 2019-06-16 02:08:09 |
depth | 2 |
children | 0 |
last_payout | 2019-06-23 02:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,702,697 |
net_rshares | 0 |
Thank you for showing us this. A lot of companies dont even care if the public thinks they are fair. They just do whatever they want.
author | magick721 |
---|---|
permlink | pt56za |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-15 13:33:12 |
last_update | 2019-06-15 13:33:12 |
depth | 1 |
children | 1 |
last_payout | 2019-06-22 13:33:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.098 HBD |
curator_payout_value | 0.032 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 133 |
author_reputation | 9,796,844,436 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,677,488 |
net_rshares | 226,201,122,859 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 226,201,122,859 | 25% |
The platform will always running with high level of transparency. Thanks for the kind words!
author | epicdice |
---|---|
permlink | pt668r |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-16 02:14:54 |
last_update | 2019-06-16 02:14:54 |
depth | 2 |
children | 0 |
last_payout | 2019-06-23 02:14:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,702,840 |
net_rshares | 0 |
@epictoken purchased a 53.99% vote from @promobot on this post. *If you disagree with the reward or content of this post you can purchase a reversal of this vote by using our curation interface http://promovotes.com
author | promobot |
---|---|
permlink | re-epicdice-epicdice-fairness-20190615t172526548z |
category | epicdice |
json_metadata | {"app":"postpromoter/2.0.0"} |
created | 2019-06-15 17:25:27 |
last_update | 2019-06-15 17:25:27 |
depth | 1 |
children | 0 |
last_payout | 2019-06-22 17:25:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 217 |
author_reputation | 9,020,628,089,607 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,686,881 |
net_rshares | 0 |
Gambling is never fair
author | ruttydm |
---|---|
permlink | re-epicdice-epicdice-fairness-20190616t182946004z |
category | epicdice |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["epicdice"],"users":[],"links":[],"image":[]} |
created | 2019-06-16 18:29:45 |
last_update | 2019-06-16 18:29:45 |
depth | 1 |
children | 0 |
last_payout | 2019-06-23 18:29:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 173,804,565,165 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,734,703 |
net_rshares | 0 |
Congratulations @epicdice! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) : <table><tr><td><img src="https://steemitimages.com/60x70/http://steemitboard.com/@epicdice/voted.png?201906160618"></td><td>You received more than 5000 upvotes. Your next target is to reach 6000 upvotes.</td></tr> </table> <sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@epicdice) and compare to others on the [Steem Ranking](https://steemitboard.com/ranking/index.php?name=epicdice)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> ###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
author | steemitboard |
---|---|
permlink | steemitboard-notify-epicdice-20190616t070514000z |
category | epicdice |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-06-16 07:05:12 |
last_update | 2019-06-16 07:05:12 |
depth | 1 |
children | 0 |
last_payout | 2019-06-23 07:05:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 845 |
author_reputation | 38,975,615,169,260 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,710,262 |
net_rshares | 0 |
Awesome! I played magic dice for awhile and kinda drifted away for a bit so I am excited to start playing! I’m a sucker for a good dice game! Posted using [Partiko iOS](https://partiko.app/referral/superpanz)
author | superpanz |
---|---|
permlink | superpanz-re-epicdice-epicdice-fairness-20190617t162841060z |
category | epicdice |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-06-17 16:28:42 |
last_update | 2019-06-17 16:28:42 |
depth | 1 |
children | 2 |
last_payout | 2019-06-24 16:28:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.073 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 1,904,289,748,230 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,794,482 |
net_rshares | 167,637,104,862 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 167,637,104,862 | 25% |
Don't forget to leverage the awesome [EPC betting system](https://steemit.com/epicdice/@epicdice/bet-epc-win-steem) as well! See you in the game!
author | blocksensei |
---|---|
permlink | ptab45 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"links":["https://steemit.com/epicdice/@epicdice/bet-epc-win-steem"],"app":"steemit/0.1"} |
created | 2019-06-18 07:50:30 |
last_update | 2019-06-18 07:50:30 |
depth | 2 |
children | 1 |
last_payout | 2019-06-25 07:50:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 145 |
author_reputation | 4,243,528,275,187 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,831,012 |
net_rshares | 8,209,697,195 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
superpanz | 0 | 8,209,697,195 | 100% |
Thanks for the tip!!! Posted using [Partiko iOS](https://partiko.app/referral/superpanz)
author | superpanz |
---|---|
permlink | superpanz-re-blocksensei-ptab45-20190618t142745514z |
category | epicdice |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-06-18 14:27:45 |
last_update | 2019-06-18 14:27:45 |
depth | 3 |
children | 0 |
last_payout | 2019-06-25 14:27:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 1,904,289,748,230 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,850,772 |
net_rshares | 0 |
This post is supported by $50.0 @tipU upvote funded by @epictoken :)<br><strong><a href="https://steemit.com/@tipu/tipu-voting-service-quick-guide-updated-05-10-2018" target="_blank">@tipU voting service</a></strong>: instant, profitable upvotes + <strong><a href="https://steemit.com/steemit/@tipu/tipu-new-feature-profit-sharing-tokens-for-voting-service-users" target="_blank">profit sharing tokens</a></strong> | <strong><a href="https://tipu.online" target="_blank">For investors</a></strong>.
author | tipu |
---|---|
permlink | re-epicdice-fairness-20190615t155313 |
category | epicdice |
json_metadata | "" |
created | 2019-06-15 15:53:15 |
last_update | 2019-06-15 15:53:15 |
depth | 1 |
children | 0 |
last_payout | 2019-06-22 15:53:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 498 |
author_reputation | 55,922,745,798,079 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,683,018 |
net_rshares | 0 |
The above code seems to out and from what I’ve seen everything posted matches site results. One thing to always keep in mind(with any of these sites) is that with any online platform a minor code tweak is all it takes to shift odds and unless you actively check you’ll never notice.
author | travelersmemoire |
---|---|
permlink | travelersmemoire-re-epicdice-epicdice-fairness-20190615t213937878z |
category | epicdice |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-06-15 21:39:39 |
last_update | 2019-06-15 21:40:03 |
depth | 1 |
children | 1 |
last_payout | 2019-06-22 21:39:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.100 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 283 |
author_reputation | 5,115,418,978,753 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,697,136 |
net_rshares | 232,070,212,082 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
travelersmemoire | 0 | 7,795,706,100 | 100% | ||
epicdice | 0 | 224,274,505,982 | 25% |
This is exactly the case where EpicDice stands out. Other casinos which using server/client seed would not allow players to verify their bet **immediately** after result is available, you would have to wait until they publish their unhashed server seed to do that. In EpicDice though, there is no custom seed to add and players get to **verify every bet right after the number is rolled.** You can verify all your bet instantly if you are suspicious. Thanks for the comment.
author | epicdice |
---|---|
permlink | pt66ll |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-16 02:22:36 |
last_update | 2019-06-16 02:22:36 |
depth | 2 |
children | 0 |
last_payout | 2019-06-23 02:22:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 476 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 86,702,992 |
net_rshares | 8,011,946,411 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
travelersmemoire | 0 | 8,011,946,411 | 100% |
This is really way better than magic-dice which in the ends, you will always lose.
author | truthsfinder |
---|---|
permlink | pta6b7 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-18 06:06:54 |
last_update | 2019-06-18 06:06:54 |
depth | 1 |
children | 1 |
last_payout | 2019-06-25 06:06:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.074 HBD |
curator_payout_value | 0.025 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 15,464,408,971,163 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,826,826 |
net_rshares | 169,322,902,504 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 169,322,902,504 | 25% |
While "house will always win" is largely applicable for most of the gambling platforms out there, unique EPC betting mechanism(bet EPC and win STEEM) is going to give more advantages to the players and stake holders as long as they use the token wisely. Combining strategies of holding EPC for the div and betting it for for the prize pool, one can maximize the odd to beat the house in long run. Not to mention internal EPC rate is only going up forever, which means you get to win prize from pool with lesser and lesser token. Thanks for passing by and See you in the game!
author | blocksensei |
---|---|
permlink | ptaay9 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-06-18 07:47:00 |
last_update | 2019-06-18 07:47:00 |
depth | 2 |
children | 0 |
last_payout | 2019-06-25 07:47:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.084 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 576 |
author_reputation | 4,243,528,275,187 |
root_title | "EpicDice Fairness" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 86,830,883 |
net_rshares | 189,853,386,572 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 189,853,386,572 | 15% |