<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 is Open Source now In accordance with EpicDice's manifesto to be the most transparent and [fair](https://steemit.com/epicdice/@epicdice/epicdice-fairness) casino, we've decided to open-source the core code of our business, dice game. So it's clear how every bet is being handled every step of the way. Many platforms promise a fair game but don't open up their code for peer-review. We can understand that sharing vital code this way would potentially create uninvited rivals, but we believe more that open-sourcing could uplift the platform in a compelling way. While trust in a closed system can be convenient at times, nothing is more trustable than mathematical certainty and utter transparency. GitHub repository: https://github.com/casinosteem/EpicDice ## Brief explanation of the code Block was read based on block number and always trying to catch the latest block. ``` try: blockchain = Blockchain() print('Block : ' + str(getblock)) except: print("Latest Block") try: block = Block(getblock) except: block = None printX('###########################') printX('#### End of Block #########') printX('###########################') ``` Iterating each transaction on every block to check any transaction is send to @epicdice, then storing all crucial value into global variable which later will be stored into local database for processing. ``` for i, txs in enumerate(block.transactions): for (j, tx) in enumerate(txs['operations']): if tx['type'] == 'transfer_operation' and tx['value']['to'] in [watching]: if tx != None: transId = txs['transaction_id'] precision = str(tx['value']['amount']['precision']) nai = tx['value']['amount']['nai'] fromWho = tx['value']['from'] toWho = tx['value']['to'] amount = tx['value']['amount']['amount'] ref_block_num = txs['ref_block_num'] transaction_num = txs['transaction_num'] block_num = txs['block_num'] memo = tx['value']['memo'] transType = tx['type'] ``` Calculation of the possible winning payout and go through a series of validation checking. ``` win = (float(finalAmount) * 100/factor) * ( 1 - houseEdge) win = float_round(win, 3, round) ``` Most crucial part of entire program, it calculates result of bet based on transactionID , this code is same as Javascript found on the website Fairness tab ``` while result > 999999: try: chop = txid[offset:endValue] offset += 5 endValue = offset + length result = int(chop, 16) printX('chop ' + chop) printX('txid ' + txid) printX('result ' + str(result)) try: tempResult = result % (10000)/100 printX('Below Rounding Result : ' + str(tempResult)) tempResult = int(round(tempResult)) printX('After Rounding Result : ' + str(tempResult)) if tempResult == 0: printX('tempResult is zero .. trying next 5 char ') result = 1000000 except Exception as e: print('error '+ str(e)) except: result = -1 ``` Determining winning or losing bet of "Above" or "Under" ``` won = 0 factor = 0 if result > -1: result = tempResult processed = True try: details = memo prediction = "" details = str(details).lower() rate = 0 betType = 0 if 'over' in details: indexOfSpace = memo.index(" ") rate = int(memo[indexOfSpace:indexOfSpace + 3]) prediction = memo[:5+3] betType = 1 factor = 100 - rate if result > rate: won = 1 elif 'above' in details: indexOfSpace = memo.index(" ") rate = int(memo[indexOfSpace:indexOfSpace+ 3]) prediction = memo[:6+3] betType = 1 factor = 100 - rate if result > rate: won = 1 elif 'below' in details or 'under' in details: indexOfSpace = memo.index(" ") rate = int(memo[indexOfSpace:indexOfSpace + 3]) prediction = memo[:6+3] betType = 2 factor = 0 + rate - 1 if result < rate: won = 1 else: factor = 0 except: factor = 0 ``` Payout of winning bet and the generation of memo ``` if won == 1 and factor > 0: processed = False payout = (float(amount) * 100/factor) * (1 - houseEdgeParam) payout = float_round(payout, 3, round) try: transactionJSON = {} transactionJSON["diceRolled"] = str(result) transactionJSON["TransactionId"] = txid transactionJSON["BlockNumber"] = str(block) transactionJSON["isValid"] = True clientTransfer(watching, user, str(payout) + " " + asset, 'You have Won! Dice Rolled: ' + str(result) + ". Your Prediction: " + prediction + ". Multiplier: " + str(multiplier) + ". Win Chance: " + str(factor)+ "%" + '\n' + json.dumps(transactionJSON)) print('>>>>>>>>>> ' + user + ', You Won! . Dice Roll : ' + str(result) + " Your Prediction: " + prediction + ". Multiplier: " + str(multiplier) + ". Win Chance: " + str(factor)+ "%" + '\n' + json.dumps(transactionJSON) + " amount " + str(amount) + " currency " + asset) except Exception as e: print('ERROR SENDING MONEY ' + str(e)) ``` Notification of losing bet processing. ``` elif won == 0: payout = 0.001 try: transactionJSON = {} transactionJSON["diceRolled"] = str(result) transactionJSON["TransactionId"] = txid transactionJSON["BlockNumber"] = str(block) transactionJSON["isValid"] = True clientTransfer(watching, user, str(payout) + " " + asset, 'You Lost. Dice Rolled: ' + str(result) + ". Your Prediction: " + prediction + ". Multiplier: " + str(multiplier) + ". Win Chance: " + str(factor)+ "%" + '\n' + json.dumps(transactionJSON)) print('>>>>>>>>>> ' + user + ', You Lost. Dice Roll : ' + str(result) + " Your Prediction: " + prediction + ". Multiplier: " + str(multiplier) + ". Win Chance: " + str(factor)+ "%" + '\n' + json.dumps(transactionJSON) + " amount " + str(amount) + " currency " + asset) except Exception as e: print('ERROR SENDING MONEY 2 ' + str(e)) ``` ## Development updates Interesting treats are being prepared in the kitchen now! As one may already learn from the [post](https://steemit.com/epicdice/@hitmeasap/epc-airdrop-we-ve-never-seen-such-distribution-before) of our mod @hitmeasap, **EPC Airdrop is definitely the next big thing** we are cooking right now together with mobile support development. We don't have much detail to expose about the Airdrop until the backend system is ready and testing is done. The team is always working towards a better service both in higher technical and branding level. Be sure to stay tuned by following the official account @epicdice or joining our discord channel for direct communication with us. Keep up that epicness! ## Earn EPC via delegation EPC is the only token to earn from the [daily dividend](https://steemit.com/epicdice/@epicdice/epic-token-and-daily-dividend-is-now-live) and [prize pool](https://steemit.com/epicdice/@epicdice/bet-epc-win-steem) 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. <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-is-open-source-now |
category | epicdice |
json_metadata | {"tags":["epicdice","steem","dice","gambling","game"],"users":["epicdice","hitmeasap"],"image":["https://cdn.steemitimages.com/DQmbzs8Wbbm1WE5qwHTwd4iRqBwicQCdf5ETZtrAkozDRC4/Artboard%205@20x.png","https://cdn.steemitimages.com/DQmW3Pw4t1ykfEBfVjXJc9L7kxMnVof97oS9ArZWE9LQUaA/output-onlinepngtools.png"],"links":["https://epicdice.io/","https://steemit.com/epicdice/@epicdice/epicdice-fairness","https://github.com/casinosteem/EpicDice","https://steemit.com/epicdice/@hitmeasap/epc-airdrop-we-ve-never-seen-such-distribution-before","https://steemit.com/epicdice/@epicdice/epic-token-and-daily-dividend-is-now-live","https://steemit.com/epicdice/@epicdice/bet-epc-win-steem","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-07-06 06:04:39 |
last_update | 2019-07-06 06:04:39 |
depth | 0 |
children | 75 |
last_payout | 2019-07-13 06:04:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 126.795 HBD |
curator_payout_value | 41.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9,941 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 87,879,593 |
net_rshares | 399,576,818,898,961 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bue | 0 | 2,900,459,596,381 | 100% | ||
team | 0 | 85,808,520,442 | 10% | ||
klye | 0 | 36,363,640,604 | 100% | ||
fyrstikken | 0 | 105,147,579 | 1% | ||
grey580 | 0 | 40,047,999,020 | 100% | ||
hitmeasap | 0 | 42,450,382,012 | 100% | ||
nascimentoab | 0 | 4,895,061,550 | 100% | ||
coininstant | 0 | -41,929,941,355 | -100% | ||
animus | 0 | 2,726,976,846 | 75% | ||
deanliu | 0 | 1,389,592,719,340 | 100% | ||
maksim | 0 | 414,719,035 | 100% | ||
masterinvestor | 0 | 41,664,007,600 | 100% | ||
remlaps | 0 | 22,173,349,175 | 100% | ||
jphamer1 | 0 | 2,347,355,195,333 | 100% | ||
netaterra | 0 | 74,408,124,371 | 53% | ||
lexikon082 | 0 | 1,878,470,783 | 100% | ||
eforucom | 0 | 2,965,223,285 | 3% | ||
phonetix | 0 | 5,255,780,532 | 100% | ||
steemspoker | 0 | 3,278,781,090 | 100% | ||
cardboard | 0 | 7,290,993,622 | 100% | ||
libert | 0 | 3,602,820,469 | 100% | ||
ripperone | 0 | 1,095,988,622,533 | 21% | ||
steemitboard | 0 | 15,430,777,310 | 1% | ||
zephyraijunzo | 0 | 103,455,132,573 | 100% | ||
gunina | 0 | 150,744,117 | 50% | ||
battleaxe | 0 | 372,721,780 | 100% | ||
supera244 | 0 | 0 | -100% | ||
msg768 | 0 | 1,228,721,055 | 10% | ||
bitcoinjake09 | 0 | 5,266,104,180 | 100% | ||
sokha | 0 | 11,750,325,712 | 100% | ||
curly-q | 0 | 2,054,768,569 | 100% | ||
jakipatryk | 0 | 30,695,842,400 | 100% | ||
jiujitsu | 0 | 77,333,701,200 | 100% | ||
booster | 0 | 70,408,576,480,979 | 85.55% | ||
dkmathstats | 0 | 34,326,322,860 | 100% | ||
inviterx | 0 | -27,724,393,752 | -100% | ||
dudiland | 0 | 1,334,489,308 | 100% | ||
drorion | 0 | 58,475,367,457 | 15% | ||
jesus.christ | 0 | 788,137,304 | 10% | ||
appreciator | 0 | 26,584,186,977,142 | 33.85% | ||
yoogyart | 0 | 7,073,346,036 | 48% | ||
vikisecrets | 0 | 269,520,369,429 | 30% | ||
wolf-dawg | 0 | 428,048,256 | 100% | ||
aalagenesis | 0 | 344,860,935 | 100% | ||
honeysara | 0 | 9,257,239,321 | 100% | ||
rocky1 | 0 | 58,431,053,757,838 | 95.62% | ||
tipu | 0 | 66,406,113,087,507 | 96.71% | ||
accelerator | 0 | 15,533,561,879 | 0.72% | ||
buildawhale | 0 | 53,789,543,069,695 | 100% | ||
lokiyngling | 0 | 9,884,121,373 | 100% | ||
vicspics | 0 | 23,429,501,017 | 100% | ||
lorax4096 | 0 | 846,892,619 | 100% | ||
dommystone | 0 | 547,015,981 | 100% | ||
sneaky-ninja | 0 | 9,120,281,788,912 | 74.5% | ||
chaisnaturalprod | 0 | 185,403,889 | 100% | ||
steemlink | 0 | 508,556,813 | 100% | ||
renatomacedo | 0 | 461,452,439 | 100% | ||
pataty69 | 0 | 10,514,316,538 | 15% | ||
kimxinfo | 0 | 92,068,813,127 | 100% | ||
imisstheoldkanye | 0 | 2,310,018,362 | 1% | ||
rahim2012 | 0 | 758,000,000 | 100% | ||
smartsteem | 0 | 72,193,858,690,819 | 64.38% | ||
mwaqar17 | 0 | 602,067,396 | 100% | ||
steeminer4up | 0 | 599,027,508 | 100% | ||
nikulinsb | 0 | 4,289,319,099 | 100% | ||
bitinvdig0 | 0 | 647,861,050 | 100% | ||
elderson | 0 | 46,180,062,951 | 71% | ||
alisabelsilva | 0 | 231,507,976 | 50% | ||
fortunex | 0 | 12,788,338,259 | 100% | ||
ermolop | 0 | 467,501,971 | 91% | ||
mehta | 0 | 93,170,963,057 | 100% | ||
upmewhale | 0 | 30,946,178,161,710 | 28.65% | ||
sofiapaola | 0 | 170,291,042 | 50% | ||
cfminer | 0 | 3,538,850,298 | 100% | ||
jmvanbreda | 0 | 17,171,075,146 | 100% | ||
sangdiyus | 0 | 2,370,599,209 | 100% | ||
john371911 | 0 | 37,417,372,863 | 20% | ||
bobandtom | 0 | 717,245,549 | 55% | ||
peeyush | 0 | 418,451,203 | 100% | ||
jhoicinik | 0 | 166,724,795 | 50% | ||
joaorafael | 0 | 211,528,303 | 75% | ||
turkishcrew | 0 | 119,880,840 | 0.72% | ||
mgzayyar | 0 | 20,409,080,512 | 100% | ||
luingrid.guerra | 0 | 201,693,671 | 50% | ||
l3nc3 | 0 | 549,855,018 | 100% | ||
disguarpe | 0 | 7,841,948,891 | 100% | ||
tatylayla | 0 | 1,083,231,627 | 100% | ||
sibeut | 0 | 541,732,961 | 100% | ||
slwzl | 0 | 4,135,274,451 | 25% | ||
news-today | 0 | 24,119,469,609 | 99% | ||
lionsuit | 0 | 19,448,287,105 | 50% | ||
inespereira | 0 | 292,616,372 | 75% | ||
adix1609 | 0 | 148,969,416 | 100% | ||
dera123 | 0 | 189,903,839,218 | 100% | ||
sshappydayz | 0 | 11,539,863,803 | 100% | ||
juanmcar | 0 | 3,182,377,389 | 100% | ||
sofianmbs | 0 | 8,426,419,202 | 100% | ||
chuuuckie | 0 | 45,670,285,415 | 35% | ||
luciana.malave | 0 | 165,197,298 | 50% | ||
manojbhatt | 0 | 489,675,557 | 100% | ||
kgakakillerg | 0 | 3,555,252,644 | 1% | ||
meanbees | 0 | 108,502,059,624 | 100% | ||
aws77 | 0 | 535,130,977 | 100% | ||
atanas007 | 0 | 5,583,534,859 | 100% | ||
and2300 | 0 | 548,472,733 | 100% | ||
crypticat | 0 | 13,820,617,176 | 50% | ||
beetlevc | 0 | 25,386,536,378 | 50% | ||
camillesteemer | 0 | 0 | -100% | ||
janekbangeranek | 0 | 99,709,305 | 100% | ||
qam2112 | 0 | 1,029,785,731 | 100% | ||
kamikomi | 0 | 94,557,487,870 | 100% | ||
resteemza | 0 | 513,812,274 | 100% | ||
usdmarketing | 0 | 0 | 5% | ||
attention-seeker | 0 | 8,210,110,049 | 100% | ||
themoehawk | 0 | 5,748,290,839 | 100% | ||
tech-coin | 0 | 2,783,691,930 | 100% | ||
pagliozzo | 0 | 10,223,642,291 | 20% | ||
rufruf | 0 | 1,810,065,966 | 100% | ||
joaoprobst | 0 | 1,337,080,469 | 100% | ||
zaria56 | 0 | 995,016,313 | 100% | ||
vezo | 0 | 1,516,063,716 | 100% | ||
digi-me | 0 | 2,262,290,502 | 100% | ||
yestermorrow | 0 | 2,257,819,901 | 7% | ||
seventhsun | 0 | 1,343,101,436 | 100% | ||
oppongk | 0 | 1,881,701,479 | 100% | ||
kim0412 | 0 | 15,906,907,344 | 100% | ||
quiti | 0 | 481,429,985 | 100% | ||
mirshadferdy | 0 | 265,056,721 | 100% | ||
cryptouno | 0 | 257,277,365 | 3% | ||
cubapl | 0 | 1,296,331,166 | 47.81% | ||
last-stand | 0 | 535,358,766 | 100% | ||
josephd.zeigler | 0 | 546,921,503 | 100% | ||
takezou | 0 | 13,457,687,632 | 100% | ||
selce-n | 0 | 195,934,808,070 | 100% | ||
coinmarketcal | 0 | 21,747,522,286 | 100% | ||
anaerwu | 0 | 12,251,005,921 | 100% | ||
vyaduka | 0 | 546,781,950 | 64.38% | ||
munhenhos | 0 | 1,071,027,093 | 15% | ||
sayeds1956 | 0 | 389,141,919 | 100% | ||
tausifajmal | 0 | 246,588,273 | 100% | ||
bhaski | 0 | 1,236,584,392 | 15% | ||
sonal-c | 0 | 334,603,552 | 100% | ||
dgmevada | 0 | 491,487,480 | 100% | ||
steemitazhar | 0 | 386,125,660 | 100% | ||
steemitcuration | 0 | 3,282,950,954 | 100% | ||
latest-rends | 0 | 72,627,639 | 100% | ||
manimanitour | 0 | 2,207,876,260 | 100% | ||
denarosta | 0 | 0 | 5% | ||
merah | 0 | 0 | 5% | ||
pedrohmc23 | 0 | 537,233,198 | 100% | ||
karlosantonio | 0 | 527,596,630 | 100% | ||
soundandvision | 0 | 7,922,609,059 | 100% | ||
sk540 | 0 | 375,959,588 | 100% | ||
nav13 | 0 | 333,999,731 | 100% | ||
adyorka | 0 | 1,332,600,415 | 48.35% | ||
adriellylayla | 0 | 675,637,414 | 75% | ||
pinguimpaulo | 0 | 474,675,647 | 75% | ||
jorcam | 0 | 1,773,056,223 | 100% | ||
gameo | 0 | 182,249,402 | 100% | ||
woodside | 0 | 61,887,714 | 100% | ||
massal | 0 | 0 | 5% | ||
alay12 | 0 | 0 | 5% | ||
eliasseth | 0 | 1,697,054,036 | 100% | ||
sheikhshahin | 0 | 0 | 5% | ||
vivapizza | 0 | 475,948,810 | 75% | ||
srikanthch | 0 | 143,618,751 | 100% | ||
sadino | 0 | 635,387,342 | 100% | ||
cetandradefor | 0 | 469,595,811 | 100% | ||
tee11 | 0 | 386,218,187 | 100% | ||
ey54.ali | 0 | 310,370,519 | 100% | ||
anton-r | 0 | 18,044,708,695 | 100% | ||
worldclub | 0 | 26,295,456 | 100% | ||
swiftcash | 0 | 42,033,959,545 | 10% | ||
swiftbot | 0 | 1,137,747,279 | 10% | ||
enthef | 0 | 6,842,607,388 | 100% | ||
danroj | 0 | 126,601,969 | 100% | ||
abdullah671 | 0 | 139,113,479 | 100% | ||
ero-sensei | 0 | 109,558,089 | 5% | ||
agostinhochiau | 0 | 248,998,012 | 50% | ||
ctime | 0 | 4,259,425,438 | 0.15% | ||
remsorfh | 0 | 539,913,847 | 100% | ||
tipu.curator | 0 | 22,595,381,241 | 50% | ||
darrenfj | 0 | 555,490,720 | 25% | ||
andresurrego | 0 | 22,376,682,104 | 100% | ||
steemgroup2 | 0 | 0 | 1% | ||
coinmarketcal2 | 0 | 8,422,289,165 | 100% | ||
rafaelmonteiro | 0 | 542,968,182 | 15% | ||
kealagan | 0 | 160,564,609 | 50% | ||
laurasoares | 0 | 408,639,312 | 100% | ||
electrodo | 0 | 193,792,391,331 | 50% | ||
daijiworld | 0 | 8,628,216,558 | 100% | ||
newstrikex | 0 | 492,267,977 | 100% | ||
kuretachinen | 0 | 1,208,805,660 | 100% | ||
alexei83 | 0 | 90,864,985 | 100% | ||
foodology | 0 | 2,179,778,766 | 3% | ||
dannymens | 0 | 248,345,909 | 50% | ||
you34 | 0 | 298,071,303 | 25% | ||
nee-k | 0 | 19,721,166,439 | 100% | ||
cryptofiloz | 0 | 22,279,127,409 | 11% | ||
assfaceproject | 0 | 2,625,934,308 | 25% | ||
eagle2 | 0 | 16,583,485,594 | 100% | ||
vcdragon | 0 | 11,107,990,953 | 100% | ||
venom1987 | 0 | 546,908,247 | 100% | ||
steemitsmokeout | 0 | 269,587,825 | 71% | ||
stee8d | 0 | 327,434,313 | 100% | ||
digitalplaya | 0 | 185,011,011 | 100% | ||
lequiry | 0 | 10,368,454,109 | 100% | ||
pm-light | 0 | 1,251,563,443 | 100% | ||
sidhar | 0 | 4,976,410 | 10% | ||
welcomes | 0 | 149,304,385,017 | 50% | ||
epicdice | 0 | 845,501,782,426 | 100% | ||
mysteemit96 | 0 | 311,750,934 | 100% | ||
fabiomontecristo | 0 | 546,775,909 | 100% | ||
iran12 | 0 | 98,955,068 | 25% | ||
insecureup | 0 | 503,855,090 | 100% | ||
salmanabid | 0 | 506,489,503 | 100% | ||
cezary-io | 0 | 36,093,096,707 | 25% | ||
abojasim880 | 0 | 365,561,042 | 100% | ||
arleneferns | 0 | 441,556,768 | 48.35% | ||
peppex96 | 0 | 2,681,025,892 | 100% | ||
akiroq | 0 | 167,435,060,311 | 100% | ||
kahmuhkahzee | 0 | 482,967,565 | 100% | ||
catchmeinside | 0 | 505,883,770 | 100% | ||
tiddyfux | 0 | 506,474,474 | 100% | ||
azzez | 0 | 488,504,848 | 100% | ||
imoutofwine | 0 | 408,507,769 | 80% | ||
bangraccoon | 0 | 415,923,208 | 80% | ||
bishezz | 0 | 505,355,110 | 100% | ||
lovepeace29 | 0 | 34,277,162 | 5% | ||
princejonnie | 0 | 10,088,498 | 100% | ||
bonebreaker100 | 0 | 491,547,550 | 100% | ||
strongsteem | 0 | 542,813,425 | 100% | ||
steemspot | 0 | 542,779,446 | 100% | ||
mike25 | 0 | 21,406,643,616 | 100% | ||
steempk | 0 | 542,724,245 | 100% | ||
steemriver | 0 | 540,633,321 | 100% | ||
hmmaybe | 0 | 418,624,265 | 80% | ||
idktho | 0 | 465,521,601 | 88% | ||
ythoman | 0 | 509,996,549 | 100% | ||
coldcases | 0 | 509,965,438 | 100% | ||
thaonly | 0 | 442,778,194 | 100% | ||
shegay | 0 | 213,489,702 | 44% | ||
holoblade | 0 | 453,895,220 | 100% | ||
sitdownkid | 0 | 429,774,590 | 100% | ||
mysterydude | 0 | 442,723,317 | 100% | ||
knowyourrole | 0 | 417,457,191 | 100% | ||
mysterychick | 0 | 405,159,655 | 100% | ||
pingit | 0 | 457,565,080 | 88% | ||
theonly | 0 | 370,013,354 | 100% | ||
oofmate | 0 | 546,878,868 | 100% | ||
fuckitmate | 0 | 241,925,818 | 100% | ||
uretard | 0 | 298,315,080 | 100% | ||
mattgroening | 0 | 362,013,499 | 100% | ||
mysturee | 0 | 370,006,994 | 100% | ||
thotiana | 0 | 347,871,164 | 100% | ||
sooperstoned | 0 | 347,870,715 | 100% | ||
demjooks | 0 | 330,509,716 | 88% | ||
dankestnug | 0 | 381,332,008 | 100% | ||
fiyabuds | 0 | 381,331,660 | 100% | ||
datstank | 0 | 347,841,834 | 100% | ||
blazeitdood | 0 | 347,841,502 | 100% | ||
sweeden | 0 | 347,852,784 | 100% | ||
cannuhbiss | 0 | 381,607,948 | 100% | ||
bestbuds | 0 | 347,855,023 | 100% | ||
danknugz | 0 | 347,854,579 | 100% | ||
trichomes | 0 | 351,086,504 | 100% | ||
stickybudz | 0 | 347,853,834 | 100% | ||
theloudpack | 0 | 340,901,986 | 100% | ||
flyinhigh | 0 | 317,528,056 | 100% | ||
reallyhigh | 0 | 321,621,222 | 100% | ||
shaunmiya | 0 | 538,428,708 | 100% | ||
jennyhe | 0 | 346,326,049 | 75% | ||
king.zal | 0 | 110,163,470 | 100% | ||
paktourism | 0 | 542,266,712 | 100% | ||
cyruswa | 0 | 115,752,948 | 50% | ||
thepharaon11 | 0 | 24,787,799 | 25% | ||
leb | 0 | 31,865,793,751 | 100% | ||
swayzilla | 0 | 667,548,482 | 100% | ||
map10k | 0 | 1,842,042,058 | 0.15% | ||
asadnaymur | 0 | 120,944,219 | 100% | ||
toptrailers | 0 | 248,916,260 | 50% | ||
movieradar | 0 | 248,845,996 | 50% | ||
iamelvino | 0 | 486,956,354 | 100% | ||
fairbet | 0 | 7,257,550,032 | 100% | ||
waytofreedom | 0 | 547,500,435 | 100% | ||
tradetech | 0 | 541,284,072 | 100% | ||
suchshit | 0 | 545,582,912 | 100% | ||
totalnob | 0 | 545,582,912 | 100% | ||
ruffledfeathers | 0 | 464,721,460 | 100% | ||
urine8 | 0 | 481,028,025 | 100% | ||
theotherday | 0 | 464,683,604 | 100% | ||
moonwalkin | 0 | 464,683,401 | 100% | ||
idkwhat | 0 | 464,723,979 | 100% | ||
longtrails | 0 | 464,683,242 | 100% | ||
murdah | 0 | 464,682,993 | 100% | ||
soopermane | 0 | 464,720,325 | 100% | ||
bagginbirds | 0 | 464,722,857 | 100% | ||
freesignup | 0 | 464,722,670 | 100% | ||
dashoota | 0 | 464,722,346 | 100% | ||
imarobot | 0 | 464,722,308 | 100% | ||
solidturd | 0 | 464,719,656 | 100% | ||
ragingboner | 0 | 464,681,589 | 100% | ||
sadface | 0 | 464,681,474 | 100% | ||
madface | 0 | 464,681,608 | 100% | ||
trulysad | 0 | 464,680,497 | 100% | ||
jyotigajjar | 0 | 504,358,598 | 100% | ||
noelis | 0 | 482,082,277 | 100% | ||
propk | 0 | 540,981,773 | 100% | ||
odeis50 | 0 | 496,797,169 | 100% | ||
dok103 | 0 | 490,251,343 | 100% | ||
hujiyu | 0 | 479,433,402 | 100% | ||
kwinab | 0 | 341,714,328 | 100% | ||
lola1969 | 0 | 457,798,679 | 100% | ||
a13ina | 0 | 534,951,929 | 100% | ||
flesyb | 0 | 395,101,857 | 100% | ||
lanz08 | 0 | 474,541,494 | 100% | ||
xiaoping1998 | 0 | 535,056,174 | 100% | ||
dorin77 | 0 | 718,424,556 | 100% | ||
webmaker | 0 | 523,213,639 | 100% |
1 steem = 2 epc daily Price: 0.00015 STEEM / $0.00005 X 730 = .1095 APR of 11% is based on the sell which is 50% higher than the buy. I'm not even going with the demand price and could immediately buy 1.5 Million EPC at that price. The APR for delegating Steem in exchange for EPC is very underwhelming given the demand for EPC. You should consider adjusting it based on price. Right now 1 steem for 4 daily would be somewhat tempting.
author | abitcoinskeptic |
---|---|
permlink | re-epicdice-epicdice-is-open-source-now-20190706t071751430z |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steempeak/1.13.6"} |
created | 2019-07-06 07:17:51 |
last_update | 2019-07-06 07:17:51 |
depth | 1 |
children | 33 |
last_payout | 2019-07-13 07:17:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.088 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 438 |
author_reputation | 335,387,091,612,941 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,881,631 |
net_rshares | 282,298,422,992 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -1,883,881,417 | -6% | ||
elderson | 0 | 54,227,881,507 | 82% | ||
chuuuckie | 0 | 63,840,330,833 | 50% | ||
epicdice | 0 | 165,622,424,197 | 19% | ||
albertchris | 0 | 491,667,872 | 100% |
I second this... There should be adjustments. Posted using [Partiko Android](https://partiko.app/referral/chuuuckie)
author | chuuuckie |
---|---|
permlink | chuuuckie-re-abitcoinskeptic-re-epicdice-epicdice-is-open-source-now-20190706t183228351z |
category | epicdice |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-07-06 18:32:30 |
last_update | 2019-07-06 18:32:30 |
depth | 2 |
children | 2 |
last_payout | 2019-07-13 18:32: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 | 117 |
author_reputation | 109,775,830,923,589 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,903,698 |
net_rshares | -1,884,803,289 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -1,884,803,289 | -6% |
author | coininstant |
---|---|
permlink | puahv6 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 20:49:54 |
last_update | 2019-07-07 20:49:54 |
depth | 3 |
children | 1 |
last_payout | 2019-07-14 20:49: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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,959,237 |
net_rshares | -77,281,196,765 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iflagtrash | 0 | -20,162,880,053 | -2% | ||
abusereports | 0 | -53,194,250,154 | -2% | ||
kawaiicrushed | 0 | -3,924,066,558 | -2% |
author | coininstant |
---|---|
permlink | pua8y1 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 17:37:12 |
last_update | 2019-07-07 17:37:12 |
depth | 2 |
children | 1 |
last_payout | 2019-07-14 17:37: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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,111 |
net_rshares | -76,364,064,559 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -271,913,618 | -1% | ||
iflagtrash | 0 | -20,014,684,457 | -2% | ||
abusereports | 0 | -52,182,536,827 | -2% | ||
kawaiicrushed | 0 | -3,894,929,657 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-coininstantpua8y1 |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 17:37:27 |
last_update | 2019-07-07 17:37:27 |
depth | 3 |
children | 0 |
last_payout | 2019-07-14 17:37: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,124 |
net_rshares | 0 |
author | coininstant |
---|---|
permlink | puahuj |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 20:49:33 |
last_update | 2019-07-07 20:49:33 |
depth | 2 |
children | 1 |
last_payout | 2019-07-14 20:49: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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,959,216 |
net_rshares | -77,369,128,247 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iflagtrash | 0 | -20,185,888,779 | -2% | ||
abusereports | 0 | -53,254,649,143 | -2% | ||
kawaiicrushed | 0 | -3,928,590,325 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-coininstantpuahuj |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 20:49:45 |
last_update | 2019-07-07 20:49:45 |
depth | 3 |
children | 0 |
last_payout | 2019-07-14 20:49: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,959,227 |
net_rshares | 0 |
https://steemit.com/steemleo/@coininstant/my-letter-to-themarkymark-in-response-to-his-continual-flagging-of-my-account-and-not-hearing-about-my-steemleo-block-from
author | coininstant |
---|---|
permlink | pud1jk |
category | epicdice |
json_metadata | {"tags":["epicdice"],"links":["https://steemit.com/steemleo/@coininstant/my-letter-to-themarkymark-in-response-to-his-continual-flagging-of-my-account-and-not-hearing-about-my-steemleo-block-from"],"app":"steemit/0.1"} |
created | 2019-07-09 05:50:09 |
last_update | 2019-07-09 05:50:09 |
depth | 2 |
children | 1 |
last_payout | 2019-07-16 05:50: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 | 164 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,039,960 |
net_rshares | -76,764,118,480 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iflagtrash | 0 | -19,927,902,087 | -2% | ||
abusereports | 0 | -52,958,267,293 | -2% | ||
kawaiicrushed | 0 | -3,877,949,100 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-coininstantpud1jk |
category | epicdice |
json_metadata | "" |
created | 2019-07-09 05:50:27 |
last_update | 2019-07-09 05:50:27 |
depth | 3 |
children | 0 |
last_payout | 2019-07-16 05:50: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,039,975 |
net_rshares | 0 |
It's possible that they do not need too much SP at the moment. After all, their business model is not based on SP, but gambling, which requires *some* SP that can provide enough RCs.
author | deanliu |
---|---|
permlink | pu7nhj |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-06 07:58:27 |
last_update | 2019-07-06 07:58:27 |
depth | 2 |
children | 5 |
last_payout | 2019-07-13 07:58: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 | 182 |
author_reputation | 3,088,559,687,127,212 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,882,845 |
net_rshares | -1,882,400,694 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -1,882,400,694 | -6% |
That is my thought too. If people go for it at this rate, why not?
author | abitcoinskeptic |
---|---|
permlink | pu7rb7 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-06 09:21:06 |
last_update | 2019-07-06 09:21:06 |
depth | 3 |
children | 2 |
last_payout | 2019-07-13 09:21: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 | 66 |
author_reputation | 335,387,091,612,941 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,884,857 |
net_rshares | 0 |
author | coininstant |
---|---|
permlink | puahuy |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 20:49:48 |
last_update | 2019-07-07 20:49:48 |
depth | 3 |
children | 1 |
last_payout | 2019-07-14 20:49: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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,959,230 |
net_rshares | -77,310,523,178 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iflagtrash | 0 | -20,170,546,560 | -2% | ||
abusereports | 0 | -53,214,375,096 | -2% | ||
kawaiicrushed | 0 | -3,925,601,522 | -2% |
Market price is way to easy to manipulate at this thin volume and order book. Even if it is not, adjusting a fixed reward rate according to a fluctuating market measurement is never a good idea. There are several ways to earn EPC like betting, trading, delegation and taking part in giveaways. We glad that you have found the better acquiring way for yourself. Delegation would still serves its purpose for non-risk-takers. Thanks for the support.
author | epicdice |
---|---|
permlink | pu93qd |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 02:47:03 |
last_update | 2019-07-07 02:47:03 |
depth | 2 |
children | 10 |
last_payout | 2019-07-14 02: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 | 449 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 87,919,874 |
net_rshares | -1,886,286,898 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -1,886,286,898 | -6% |
I agree market price is easy to manipulate, also changing the amount constantly would be annoying so pick a term of sayba week or a month and that the median or average price for the next month. As i mentioned, 20% wouldn't be unfair. I agree EPC from daily prize or gambling os a reward. Hpwever EPC from delegating is not a reward, it is rent (unless maybe you look at delegating to a gambling fund as charity, lol). Therefore, rent should should be rewarded at a consistant rate. Someone else mentioned that you guys probably don't really need delegations and I imagine this could be a reason. Either that or there are enough suckers around here who have a very ignorant form of speculating since as I mentioned one can delegate at 20% and then buy nearly double the amount of EPC tokens with their additional income. This means you are taking advantage of the financially illiterate which kinda seems like something a casino would do. So your idea that non risk takers are better off delegating is silly because they are much better off buying until the price doubles. Posted using [Partiko Android](https://partiko.app/referral/abitcoinskeptic)
author | abitcoinskeptic |
---|---|
permlink | abitcoinskeptic-re-epicdice-pu93qd-20190707t214139618z |
category | epicdice |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-07-07 21:41:39 |
last_update | 2019-07-07 21:41:39 |
depth | 3 |
children | 5 |
last_payout | 2019-07-14 21:41:39 |
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 | 1,153 |
author_reputation | 335,387,091,612,941 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,961,711 |
net_rshares | 28,736,975,339 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xyzashu | 0 | 28,736,975,339 | 25% |
author | coininstant |
---|---|
permlink | pua8ym |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 17:37:36 |
last_update | 2019-07-07 17:37:36 |
depth | 3 |
children | 1 |
last_payout | 2019-07-14 17:37: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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,133 |
net_rshares | -76,308,751,453 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -272,499,005 | -1% | ||
iflagtrash | 0 | -19,999,900,830 | -2% | ||
abusereports | 0 | -52,144,300,949 | -2% | ||
kawaiicrushed | 0 | -3,892,050,669 | -2% |
author | honusurf |
---|---|
permlink | puaitz |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 21:10:51 |
last_update | 2019-07-07 21:10:51 |
depth | 3 |
children | 1 |
last_payout | 2019-07-14 21:10:51 |
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 | 2 |
author_reputation | 14,240,648,764,027 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,960,422 |
net_rshares | -73,671,636,206 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -364,000,277 | -2% | ||
iflagtrash | 0 | -19,303,463,592 | -2% | ||
abusereports | 0 | -50,248,996,842 | -2% | ||
kawaiicrushed | 0 | -3,755,175,495 | -2% |
author | honusurf |
---|---|
permlink | puaito |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 21:10:36 |
last_update | 2019-07-07 21:10:36 |
depth | 2 |
children | 1 |
last_payout | 2019-07-14 21:10: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 | 2 |
author_reputation | 14,240,648,764,027 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,960,412 |
net_rshares | -73,360,365,172 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iflagtrash | 0 | -19,317,549,052 | -2% | ||
abusereports | 0 | -50,284,926,513 | -2% | ||
kawaiicrushed | 0 | -3,757,889,607 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-honusurfpuaito |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 21:16:06 |
last_update | 2019-07-07 21:16:06 |
depth | 3 |
children | 0 |
last_payout | 2019-07-14 21:16: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,960,650 |
net_rshares | 0 |
I've suggested this option to the team and I'm glad we're seeing the same way for the delegation. I'm hoping the team will re-consider this suggestion.
author | jassennessaj |
---|---|
permlink | pua48g |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 15:55:30 |
last_update | 2019-07-07 15:55:30 |
depth | 2 |
children | 4 |
last_payout | 2019-07-14 15:55: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 | 151 |
author_reputation | 158,167,711,482,591 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,946,245 |
net_rshares | 0 |
author | coininstant |
---|---|
permlink | puahus |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 20:49:39 |
last_update | 2019-07-07 20:49:39 |
depth | 3 |
children | 1 |
last_payout | 2019-07-14 20:49:39 |
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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,959,223 |
net_rshares | -77,339,806,029 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iflagtrash | 0 | -20,178,216,135 | -2% | ||
abusereports | 0 | -53,234,508,091 | -2% | ||
kawaiicrushed | 0 | -3,927,081,803 | -2% |
author | honusurf |
---|---|
permlink | puaitu |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 21:10:42 |
last_update | 2019-07-07 21:10:42 |
depth | 3 |
children | 1 |
last_payout | 2019-07-14 21:10:42 |
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 | 2 |
author_reputation | 14,240,648,764,027 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,960,416 |
net_rshares | -73,333,657,775 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iflagtrash | 0 | -19,310,364,315 | -2% | ||
abusereports | 0 | -50,266,761,181 | -2% | ||
kawaiicrushed | 0 | -3,756,532,279 | -2% |
Congratulations @epicdice! Your post was mentioned in the [Steem Hit Parade](/hit-parade/@arcange/daily-hit-parade-20190706) in the following category: * Pending payout - Ranked 1 with $ 203,34
author | arcange |
---|---|
permlink | re-epicdice-is-open-source-now-20190706t175436000z |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 15:55:03 |
last_update | 2019-07-07 15:55:03 |
depth | 1 |
children | 4 |
last_payout | 2019-07-14 15:55: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 | 195 |
author_reputation | 1,146,606,601,469,178 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,946,213 |
net_rshares | -916,897,821 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -916,897,821 | -3% |
author | coininstant |
---|---|
permlink | pua90q |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 17:38:51 |
last_update | 2019-07-07 17:38:51 |
depth | 2 |
children | 1 |
last_payout | 2019-07-14 17:38:51 |
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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,201 |
net_rshares | -76,846,252,705 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -917,198,161 | -3% | ||
iflagtrash | 0 | -19,971,493,042 | -2% | ||
abusereports | 0 | -52,071,068,479 | -2% | ||
kawaiicrushed | 0 | -3,886,493,023 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-coininstantpua90q |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 17:39:12 |
last_update | 2019-07-07 17:39:12 |
depth | 3 |
children | 0 |
last_payout | 2019-07-14 17:39: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,222 |
net_rshares | 0 |
author | coininstant |
---|---|
permlink | puahvj |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 20:50:06 |
last_update | 2019-07-07 20:50:06 |
depth | 2 |
children | 1 |
last_payout | 2019-07-14 20:50: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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,959,248 |
net_rshares | -77,730,024,220 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iflagtrash | 0 | -20,147,556,294 | -2% | ||
honusurf | 0 | -507,362,147 | -1% | ||
abusereports | 0 | -53,154,024,417 | -2% | ||
kawaiicrushed | 0 | -3,921,081,362 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-coininstantpuahvj |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 20:50:30 |
last_update | 2019-07-07 20:50:30 |
depth | 3 |
children | 0 |
last_payout | 2019-07-14 20: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,959,271 |
net_rshares | 0 |
It's look interesting. May I post on Indonesian?
author | bangmimi |
---|---|
permlink | pu85xd |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-06 14:36:57 |
last_update | 2019-07-06 14:36:57 |
depth | 1 |
children | 1 |
last_payout | 2019-07-13 14:36:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 13,529,540,589,633 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,894,182 |
net_rshares | 131,017,324,411 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -272,470,173 | -1% | ||
epicdice | 0 | 131,289,794,584 | 15% |
Please do, we appreciate it.
author | epicdice |
---|---|
permlink | pu93ij |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 02:42:21 |
last_update | 2019-07-07 02:42:21 |
depth | 2 |
children | 0 |
last_payout | 2019-07-14 02:42: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 | 28 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 87,919,787 |
net_rshares | -917,600,064 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -917,600,064 | -3% |
!bookkeeping epicdice
author | bekirsolak |
---|---|
permlink | puimzi |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-12 06:21:18 |
last_update | 2019-07-12 06:21:18 |
depth | 1 |
children | 1 |
last_payout | 2019-07-19 06:21: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 | 21 |
author_reputation | 3,971,284,510,035 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,186,961 |
net_rshares | 0 |
Please use one of the following keywords after !bookkeeping: ``` drugwars steemmonsters magicdice steemslotgames steembet moonsteem ```
author | bookkeeping |
---|---|
permlink | re-puimzi-20190712t062131z |
category | epicdice |
json_metadata | "{"app": "bookkeeping/0.1.0"}" |
created | 2019-07-12 06:21:30 |
last_update | 2019-07-12 06:21:30 |
depth | 2 |
children | 0 |
last_payout | 2019-07-19 06:21: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 | 136 |
author_reputation | 1,614,107,404,118 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,186,968 |
net_rshares | 0 |
I always support open source projects as well as decentralized projects.
author | coinboost | ||||||
---|---|---|---|---|---|---|---|
permlink | re-epicdice-201976t211333673z | ||||||
category | epicdice | ||||||
json_metadata | {"tags":["epicdice","steem","dice","gambling","game"],"app":"esteem/2.0.0-mobile","format":"markdown+html","community":"esteem.app"} | ||||||
created | 2019-07-06 15:13:42 | ||||||
last_update | 2019-07-06 15:13:42 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2019-07-13 15:13:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.036 HBD | ||||||
curator_payout_value | 0.013 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 73 | ||||||
author_reputation | 328,380,531,749 | ||||||
root_title | "EpicDice is Open Source now" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 87,895,855 | ||||||
net_rshares | 128,276,506,991 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -916,877,639 | -3% | ||
epicdice | 0 | 129,193,384,630 | 15% |
Decentralized project really makes a good pair with opensource-ness!
author | epicdice |
---|---|
permlink | pu93va |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 02:50:00 |
last_update | 2019-07-07 02:50:00 |
depth | 2 |
children | 0 |
last_payout | 2019-07-14 02:50: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 | 68 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 87,919,964 |
net_rshares | -917,439,471 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -917,439,471 | -3% |
Woot woot!! Posted using [Partiko Android](https://partiko.app/referral/deanliu)
author | deanliu |
---|---|
permlink | deanliu-re-epicdice-epicdice-is-open-source-now-20190706t063802993z |
category | epicdice |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-07-06 06:38:03 |
last_update | 2019-07-06 06:38:03 |
depth | 1 |
children | 0 |
last_payout | 2019-07-13 06:38:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 81 |
author_reputation | 3,088,559,687,127,212 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,880,509 |
net_rshares | 87,072,767,455 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 86,558,782,179 | 10% | ||
albertchris | 0 | 513,985,276 | 100% |
Good to see you guys are open-sourced. However, I can't see the license. It's not really open-source until it's properly licensed. Also, [this](https://github.com/casinosteem/EpicDice/blob/master/dice_program.py#L895) might be inappropriate :P
author | emrebeyler |
---|---|
permlink | pu8oe9 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"links":["https://github.com/casinosteem/EpicDice/blob/master/dice_program.py#L895"],"app":"steemit/0.1"} |
created | 2019-07-06 21:15:45 |
last_update | 2019-07-06 21:15:45 |
depth | 1 |
children | 5 |
last_payout | 2019-07-13 21:15:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.068 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 244 |
author_reputation | 448,528,959,341,273 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,908,871 |
net_rshares | 221,113,904,521 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
barton26 | 0 | 9,357,663,929 | 100% | ||
elderson | 0 | 42,318,768,753 | 66% | ||
ismailkah | 0 | 4,345,779,036 | 25% | ||
epicdice | 0 | 165,091,692,803 | 19% |
author | coininstant |
---|---|
permlink | pua8yt |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 17:37:42 |
last_update | 2019-07-07 17:37:42 |
depth | 2 |
children | 1 |
last_payout | 2019-07-14 17:37:42 |
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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,142 |
net_rshares | -76,280,438,890 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -272,441,335 | -1% | ||
iflagtrash | 0 | -19,992,443,152 | -2% | ||
abusereports | 0 | -52,124,997,640 | -2% | ||
kawaiicrushed | 0 | -3,890,556,763 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-coininstantpua8yt |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 17:38:03 |
last_update | 2019-07-07 17:38:03 |
depth | 3 |
children | 0 |
last_payout | 2019-07-14 17:38: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,157 |
net_rshares | 0 |
@emrebeyler please elaborate more on licensed. I would like to learn.
author | elderson |
---|---|
permlink | pu8psb |
category | epicdice |
json_metadata | {"tags":["epicdice"],"users":["emrebeyler"],"app":"steemit/0.1"} |
created | 2019-07-06 21:45:48 |
last_update | 2019-07-06 21:45:48 |
depth | 2 |
children | 1 |
last_payout | 2019-07-13 21:45: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 | 69 |
author_reputation | 22,445,512,322,956 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,909,771 |
net_rshares | 0 |
https://help.github.com/en/articles/licensing-a-repository > Public repositories on GitHub are often used to share open source software. For your repository to truly be open source, you'll need to license it so that others are free to use, change, and distribute the software.
author | emrebeyler |
---|---|
permlink | pu8rp6 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"links":["https://help.github.com/en/articles/licensing-a-repository"],"app":"steemit/0.1"} |
created | 2019-07-06 22:27:03 |
last_update | 2019-07-06 22:27:03 |
depth | 3 |
children | 0 |
last_payout | 2019-07-13 22:27: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 | 277 |
author_reputation | 448,528,959,341,273 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,911,039 |
net_rshares | 18,393,199,153 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
barton26 | 0 | 9,169,665,460 | 100% | ||
bitcoinroute | 0 | 4,844,001,053 | 45% | ||
ismailkah | 0 | 4,379,532,640 | 25% |
Thanks for pointing that out!
author | epicdice |
---|---|
permlink | pu93sx |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 02:48:33 |
last_update | 2019-07-07 02:48:33 |
depth | 2 |
children | 0 |
last_payout | 2019-07-14 02:48: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 | 29 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 87,919,914 |
net_rshares | -272,459,164 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -272,459,164 | -1% |
The Steem Gamblers Association approves your move towards transparency and openness. Keep up the good work!
author | fairbet |
---|---|
permlink | pucq8j |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-09 01:45:57 |
last_update | 2019-07-09 01:45:57 |
depth | 1 |
children | 1 |
last_payout | 2019-07-16 01:45:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 107 |
author_reputation | 2,386,195,101,420 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,029,799 |
net_rshares | 133,879,610,167 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 133,879,610,167 | 15% |
Thanks for the support!
author | epicdice |
---|---|
permlink | pudqg0 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-09 14:48:03 |
last_update | 2019-07-09 14:48:03 |
depth | 2 |
children | 0 |
last_payout | 2019-07-16 14:48: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 | 23 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 88,062,332 |
net_rshares | 0 |
Thanks for the post[.](https://koreanfoodie.me/88)
author | jekhy |
---|---|
permlink | re-epicdice-epicdice-is-open-source-now-20190710t153557225z |
category | epicdice |
json_metadata | {"tags":["just_a_test"]} |
created | 2019-07-10 15:35:57 |
last_update | 2019-07-10 15:35:57 |
depth | 1 |
children | 0 |
last_payout | 2019-07-17 15:35: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 | 50 |
author_reputation | -110,666,590,404 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,119,116 |
net_rshares | 0 |
author | jyotigajjar |
---|---|
permlink | pub2v3 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-08 04:23:24 |
last_update | 2019-07-08 04:23:24 |
depth | 1 |
children | 0 |
last_payout | 2019-07-15 04:23:24 |
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 | 21 |
author_reputation | 145,649,625 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,977,337 |
net_rshares | -88,133,050,544 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cheetah | 0 | -16,372,501 | -0.08% | ||
epicdice | 0 | -88,116,678,043 | -10% |
I am @themarkymark
author | lokiyngling |
---|---|
permlink | pu8er5 |
category | epicdice |
json_metadata | {"tags":["epicdice"],"users":["themarkymark"],"app":"steemit/0.1"} |
created | 2019-07-06 17:47:30 |
last_update | 2019-07-06 17:47:30 |
depth | 1 |
children | 1 |
last_payout | 2019-07-13 17:47: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 | 18 |
author_reputation | 72,697,252,570,891 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,901,990 |
net_rshares | 5,219,864,721 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
murh | 0 | 1,760,731,990 | 81% | ||
gniewomir-sotel | 0 | 822,940,842 | 81% | ||
coininstant | 0 | -272,150,289 | -1% | ||
vegawesome | 0 | 19,514,884 | 100% | ||
flugzvamp | 0 | 2,888,827,294 | 100% |
It will be fun....is it free
author | odeis50 |
---|---|
permlink | pu8irs |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-06 19:14:18 |
last_update | 2019-07-06 19:14:18 |
depth | 2 |
children | 0 |
last_payout | 2019-07-13 19:14: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 | 28 |
author_reputation | -708,987,764,524 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,905,049 |
net_rshares | -916,938,389 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -916,938,389 | -3% |
Thank you @epicdice for your vivid explanation of the nitty-gritty of this game, I really love the way you came out of your measures and opening up things clearly. That is really good to go with it we hope to enjoy best out it!
author | oppongk |
---|---|
permlink | pu807y |
category | epicdice |
json_metadata | {"tags":["epicdice"],"users":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-06 12:24:09 |
last_update | 2019-07-06 12:24:09 |
depth | 1 |
children | 3 |
last_payout | 2019-07-13 12:24:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 228 |
author_reputation | 74,702,178,229,800 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,889,231 |
net_rshares | 166,012,993,295 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 138,250,063,638 | 16% | ||
leb | 0 | 27,762,929,657 | 100% |
author | coininstant |
---|---|
permlink | puahvc |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 20:50:00 |
last_update | 2019-07-07 20:50:00 |
depth | 2 |
children | 1 |
last_payout | 2019-07-14 20:50: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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,959,240 |
net_rshares | -77,251,796,787 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iflagtrash | 0 | -20,155,076,042 | -2% | ||
abusereports | 0 | -53,174,133,262 | -2% | ||
kawaiicrushed | 0 | -3,922,587,483 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-coininstantpuahvc |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 20:50:21 |
last_update | 2019-07-07 20:50:21 |
depth | 3 |
children | 0 |
last_payout | 2019-07-14 20:50: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,959,260 |
net_rshares | 0 |
Transparency and fairness has been, and always will be our top priority in our code of conduct. Thanks for the love.
author | epicdice |
---|---|
permlink | pu93wt |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 02:50:54 |
last_update | 2019-07-07 02:50:54 |
depth | 2 |
children | 0 |
last_payout | 2019-07-14 02:50: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 | 116 |
author_reputation | 120,950,487,102,911 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 87,919,979 |
net_rshares | -916,577,491 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -916,577,491 | -3% |
Great post! I found it really interesting, what language did you code it in? Posted using [Partiko Android](https://partiko.app/referral/phonetix)
author | phonetix |
---|---|
permlink | phonetix-re-epicdice-epicdice-is-open-source-now-20190709t095415113z |
category | epicdice |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-07-09 09:54:15 |
last_update | 2019-07-09 09:54:15 |
depth | 1 |
children | 0 |
last_payout | 2019-07-16 09:54: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 | 148 |
author_reputation | 4,840,039,755,017 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 88,048,902 |
net_rshares | 0 |
This post has been resteemed! Good luck!
author | ronel |
---|---|
permlink | pu8whc |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 00:10:27 |
last_update | 2019-07-07 00:10:27 |
depth | 1 |
children | 2 |
last_payout | 2019-07-14 00:10:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.019 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 11,323,178,531,328 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 87,914,297 |
net_rshares | 61,069,550,191 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
epicdice | 0 | 61,069,550,191 | 7% |
author | coininstant |
---|---|
permlink | pua8zi |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 17:38:06 |
last_update | 2019-07-07 17:38:06 |
depth | 2 |
children | 1 |
last_payout | 2019-07-14 17:38: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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,159 |
net_rshares | -83,982,831,971 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -272,185,834 | -1% | ||
iflagtrash | 0 | -19,985,269,598 | -2% | ||
honusurf | 0 | -7,730,134,516 | -14% | ||
abusereports | 0 | -52,106,095,654 | -2% | ||
kawaiicrushed | 0 | -3,889,146,369 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-coininstantpua8zi |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 17:38:21 |
last_update | 2019-07-07 17:38:21 |
depth | 3 |
children | 0 |
last_payout | 2019-07-14 17:38: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,171 |
net_rshares | 0 |
 Defended (74.50%) Summoned by @epictoken Sneaky Ninja supports @youarehope and @tarc with a percentage of all bids. [Everything You Need To Know About Sneaky Ninja](https://steemit.com/steemit/@sneaky-ninja/everything-you-need-to-know-about-sneaky-ninja) <br> woosh
author | sneaky-ninja |
---|---|
permlink | re-epicdice-epicdice-is-open-source-now-20190706t090210803z |
category | epicdice |
json_metadata | {"app":"postpromoter/2.0.0"} |
created | 2019-07-06 09:02:12 |
last_update | 2019-07-06 09:02:12 |
depth | 1 |
children | 2 |
last_payout | 2019-07-13 09:02: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 | 425 |
author_reputation | 6,929,108,306,933 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,884,416 |
net_rshares | 0 |
author | coininstant |
---|---|
permlink | pua91b |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 17:39:15 |
last_update | 2019-07-07 17:39:15 |
depth | 2 |
children | 1 |
last_payout | 2019-07-14 17:39: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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,225 |
net_rshares | -75,902,500,324 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
iflagtrash | 0 | -19,964,468,438 | -2% | ||
abusereports | 0 | -52,052,975,270 | -2% | ||
kawaiicrushed | 0 | -3,885,056,616 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-coininstantpua91b |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 17:39:30 |
last_update | 2019-07-07 17:39:30 |
depth | 3 |
children | 0 |
last_payout | 2019-07-14 17:39: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,240 |
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/posts.png?201907060719"></td><td>You published more than 20 posts. Your next target is to reach 30 posts.</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> To support your work, I also upvoted your post! ###### [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-20190706t075129000z |
category | epicdice |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-07-06 07:51:27 |
last_update | 2019-07-06 07:51:27 |
depth | 1 |
children | 2 |
last_payout | 2019-07-13 07:51: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 | 887 |
author_reputation | 38,975,615,169,260 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,882,520 |
net_rshares | 0 |
author | coininstant |
---|---|
permlink | pua90f |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 17:38:39 |
last_update | 2019-07-07 17:38:39 |
depth | 2 |
children | 1 |
last_payout | 2019-07-14 17:38:39 |
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 | 1 |
author_reputation | 87,380,255,426,398 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,190 |
net_rshares | -76,228,996,850 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -272,168,060 | -1% | ||
iflagtrash | 0 | -19,978,942,337 | -2% | ||
abusereports | 0 | -52,089,956,448 | -2% | ||
kawaiicrushed | 0 | -3,887,930,005 | -2% |
### WARNING: IF YOU REPLY TO THIS ACCOUNT YOU WILL BE FLAGGED, YOUR REP HARMED AND ALL OF YOUR REWARDS REMOVED. DO NOT ENGAGE WITH THE TRASH. YOU HAVE BEEN WARNED
author | abusereports |
---|---|
permlink | abusereports-re-coininstantpua90f |
category | epicdice |
json_metadata | "" |
created | 2019-07-07 17:38:57 |
last_update | 2019-07-07 17:38:57 |
depth | 3 |
children | 0 |
last_payout | 2019-07-14 17:38: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 | 163 |
author_reputation | 199,407,425,243,286 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,951,206 |
net_rshares | 0 |
You received a 10.00% complementary upvote from @swiftcash 🤑 To stop similar upvotes from @swiftcash, reply `STOP`.
author | swiftcash |
---|---|
permlink | epicdice-is-open-source-now |
category | epicdice |
json_metadata | "" |
created | 2019-07-06 06:41:15 |
last_update | 2019-07-06 06:41:15 |
depth | 1 |
children | 0 |
last_payout | 2019-07-13 06:41: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 | 116 |
author_reputation | 23,950,896,230,247 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,880,589 |
net_rshares | -414,124,821 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -916,838,681 | -3% | ||
albertchris | 0 | 502,713,860 | 100% |
This post is supported by $33.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-is-open-source-now-20190706t064132 |
category | epicdice |
json_metadata | "" |
created | 2019-07-06 06:41:33 |
last_update | 2019-07-06 06:41:33 |
depth | 1 |
children | 0 |
last_payout | 2019-07-13 06:41: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 | 498 |
author_reputation | 55,902,105,514,997 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,880,599 |
net_rshares | 47,062,475,149 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -917,138,986 | -3% | ||
sbi4 | 0 | 47,454,123,185 | 4.26% | ||
albertchris | 0 | 525,490,950 | 100% |
Thank you for telling us about this game we all will surely go for it.
author | uttamblogs |
---|---|
permlink | pu9tyj |
category | epicdice |
json_metadata | {"tags":["epicdice"],"app":"steemit/0.1"} |
created | 2019-07-07 12:13:39 |
last_update | 2019-07-07 12:13:39 |
depth | 1 |
children | 0 |
last_payout | 2019-07-14 12:13:39 |
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 | 70 |
author_reputation | 213,623,573,191 |
root_title | "EpicDice is Open Source now" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 87,936,669 |
net_rshares | -365,621,417 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coininstant | 0 | -916,818,535 | -3% | ||
penghuren | 0 | 551,197,118 | 15% |