<div class="pull-right">  </div> I recently reviewed the latest [Casper Research Paper](https://github.com/ethereum/research/tree/master/casper4/papers) in light of an ongoing discussion with Vitalik Buterin over consensus mechinisms. It is my intent to be as objective and practical as possible while recognizing all factors of the greater picture. One thing that has become abundantly clear in my research is that the various consensus camps have been talking past each other due to a general lack of language precision. For the sake of clarity I will attempt to use the language and terms found in the Casper papers. ## Two Parts of the Problem There are two parts to the Casper protocol, the **proposal mechanism** and the **consensus mechanism**. The proposal mechanism produces a sequence of blocks that link together and the consensus mechanism creates a checkpoint every 100 blocks. Under the hybrid proof-of-work model Ethereum will use POW blocks as the **proposal mechanism** and the Casper algorithm to reach consensus on checkpoints. > The proposal mechanism is deliberately kept abstract; this can be a dictator, it can be a round-robin scheme between the participants in the consensus, or, as in our case with hybrid Casper, it will be the original proof of work chain. Given that the proposal system is abstract, it is trivial to replace it with DPOS. In other words, where Ethereum uses POW we can use DPOS. Note that using POW with casper does [require changing the Fork Choice Rule](https://medium.com/@VitalikButerin/minimal-slashing-conditions-20f0b500fc6c) away from the “longest chain” to a new rule that factors in Casper first and only uses longest chain rule to break the tie. ## Casper Protocol Messages Because the Casper papers keep the **proposal mechanism** deliberately abstract, their initial proposal mechanism will be proof of work, and I am not aware of any proposed alternative proposal mechanisms, we can skip straight to the **consensus mechanism** of Casper. Casper is first and foremost a protocol based on mathematics and game theory. This protocol attempts to reward those who agree while punishing those who disagree. It also has properties that punish all participants if certain objective measures of mischief are observed. In the Casper protocol there is a set of validators and all validators are expected to send two messages per epoch: PREPARE and COMMIT over their preferred last blocks in the chain of the epoch. The proposed epoch is 100 blocks; under Ethereum an **epoch** is 1500 seconds, under DPOS it would be 300 seconds. The bandwidth required grows order N with the number of participating validators and comes at the expense of potential bandwidth for other transactions. It is for this reason that an Epoch is 100 blocks and not 1 block. ## Casper as an EOS Application With this basic understanding, the EOS community could elect to adopt Casper as a contract to increase the perceived security of their blockchain. The rewards for participation could be funded by one of the 3 community benefit applications elected by stakeholders. Delegated Proof of Stake currently uses the longest-chain rule. All of this could be implemented without actually changing the EOS protocol or at most tweaking the fork-choice rule to account for information from Casper validators. However, given the almost complete lack of forks in DPOS this hardly seems necessary. ## The Importance of the Proposal Mechanism The proposal mechanism determines what transactions get included in blocks and what transactions are censored. It also determines the set of blocks available to the casper consensus process. The proposal mechanism controls the following aspects of a protocol: 1. When is a block produced 2. Who produces it 3. What transactions are included 4. Potentially who gets the fees 5. When hard forks are adopted 6. What soft forks are enforced 7. The speed of short-term transaction confirmation 8. The probability of short-term forks This means that the proposal process is what determines centralization of production and censorship. Shutting down the proposal process shuts down the network as the Casper Consensus process depends upon a valid source of produced blocks. All Casper provides is a economic measure of finality every 30 minutes (Eth POW hybrid) or 5 minutes (DPOS hybrid). We can conclude from this that the vast majority of the real consensus problems fall within the responsibility of the proposal mechanism. We can also see that Casper does nothing to improve the performance. Lastly, by the time an Ethereum block is buried under 30 minutes of POW the probability of reversal is so small that the relative cost of "casper insurance" likely far outweighs the actual risks involved. ## My Proposed Proposal Mechanism If we allow anyone to propose anything at anytime then Casper validators could reach a deadlock by not knowing which blocks to sign PREPARE messages for. It is in the validators interests to cooperate to reach consensus. The Casper Validators may be wise to the deadlock issue and agree to “take turns” sending PREPARE messages. In this way the validators always send PREPARE for a valid block which already has the most PREPARE messages. Once we have established that validators will cooperate to schedule and synchronize timing of sending PREPARE messages we can also suggest that the first to send PREPARE will do so for a block that they themselves produced. Therefore we can model Casper as a protocol of N validators that each submit a PREPARE message at individually allocated time slices, say once every 3 seconds. This means that with a 100 block epoch and 3 second blocks you could have over 100 validators. You could support more validators if you reduce the interval and start allowing multiple validators to submit PREPARE messages in parallel after enough momentum has built up. Think of it as an avalanche started by a single PREPARE snowflake. While any number of validators is possible, a protocol would be wise to limit the absolute number. My understanding of Casper is that the minimum required bond grows as the number of validators increases. To support scaling Casper expects validators to create pools of bonds and potentially apply multisig to the PREPARE and COMMIT messages. ## DPOS is Pipelined Casper For bandwidth and performance reasons Casper currently executes one round (called an epoch) every 100 blocks. You could improve upon this by pipelining the epochs so that you have 100 epochs being processed in parallel with a new epoch finalizing every block. If we assume that the validators are taking turns being first to PRODUCE and PREPARE then we can view each DPOS block as a PREPARE message on all prior blocks for 99 prior epochs and a PROPOSE message for a block in the next epoch. In this same pipeline we can consider a PREPARE a COMMIT for the previous PREPARE. So if you pipeline Casper and make each block Proposal a PREPARE for the current round (epoch 0) and a COMMIT for the prior round (epoch -100) then it is possible to apply the similar slashing conditions while getting much higher performance. ## Two Phases to DPOS There are two independent parts of the DPOS algorithm: 1. Selecting the Producers 2. Reaching Consensus If you make the producer selection based upon size of the producer bond then you replace voting for producers with producer bonds. If you reinterpret the DPOS block production schedule as a pipelined sequence of Casper epochs then you can apply the Casper slashing conditions while having all the speed and benefits of DPOS. ## Validator and Proposer Selection Under the hybrid POW model, the proposers are selected by proof of work and the validators are selected by those with the highest stake. This hybrid model does nothing to prevent empty blocks or censorship from mining pools. This hybrid stage will eventually give way to some other proposal system, so let's speculate on what that might be. A reasonable solution is to have the validators take turns producing blocks. The frequency of their selection could either be proportional to stake or independent of stake. If it is independent of stake then this role could be sybil attacked by someone dividing their stake into as many independent accounts as they can fund with the minimum bond. Therefore we prefer stake weighted production. Under a stake weighted system each “proposer” will produce a block with a frequency proportional to their stake. This would be like the traditional proof of stake system. We can assume that block producers (proposers) are rewarded with transaction fees and/or block rewards. These rewards can either be socialized or individualized. To keep incentives aligned among the validators it would appear that socialization makes the most sense to encourage cooperation rather than competition; however, under the hybrid POW model being adopted by Ethereum it would be individualized to the miners (aka producers, proposers). ## Bias toward centralization There are two forces at work in Ethereum’s proposal that both tend towards centralization. Firstly, assuming the operating cost for a validating node is constant, the rate of return is proportional to the stake at risk under the proposed individualized rewards structure. Therefore those with the largest bonds in a single pool have the highest rate of return. Rationally, in terms of raw return on investment, everyone should pool their stake into a single account that certifies all blocks. Not doing this is against the economic best interest of the majority. The end result will likely mirror the distribution of mining pools where there are less than 10 individuals deciding the entire consensus. Secondly, the operating cost of the validating node actually rises with the throughput of the blockchain. As Ethereum is already straining at around 15 transactions per second, this is an immediate concern. Purchasing and operating top end hardware is going to challenge smaller operations and therefore is another force for concentration (centralization). ## Governance At this point it should be clear that Casper is an application layer protocol that can be layered on top of any of the existing consensus algorithms to add check points. What Casper does not solve is the governance problem. Layered on POW governance would be left to block signaling, or layered on proof of stake it would amount to stake weighted direct democracy among validators. Under DPOS governance is multi layered delegation to a panel of equally weighted producers. Absent a defined and robust governance model blockchains are governed by adhocracy which generally reduces to influence peddling to the largest validators and miners. Decisions over hard forks impact all stakeholders and all stakeholders should have some influence. This influence needs to extend beyond a basic opinion poll which could be ignored by producers, proposers, and validators. The selection of block producers (proposers) needs to be tied to community governance because it is only through the production (proposal) of blocks that decisions of governance are ultimately executed. One thing is clear, unless a non-technical individual can trivially participate in the governance the interests among all participants on a blockchain will be misaligned. This means that individuals will have to contribute (and risk) their stake to a validator pool. The risk associated with contributing to a single pool is significant, especially if it is uncompensated. The pool operator would take on significant liability and has no incentive to share 100% of the rewards. This in turn means pool operators gain a larger percentage of the rewards. Just as in Bitcoin and Ethereum, there will be a small number of pool operators who benefit from economies of scale. The more stake a pool has the lower the risk to the pool and the lower the overhead percentage of the operator. In this case people committing their stake to pools are not “voting” based on the politics of the pool, but based on their selfish rate of return offered by the pool operator. Who knows, pool operators may even rent stake to gain a 51% control over the proposal algorithm. ## Conclusion Casper is an interesting algorithm to reward those willing to bet-their-stake on the validity of a block. It remains to be seen what the real-world risk/reward looks like for participating in this game. It is a game where honest mistakes caused by software bugs, network disruptions, or griefing peers may cause unexpected and undeserved losses. This risk may be difficult to access and may discourage participation of honest players. The slashing conditions are a harsh code-is-law kind of governance that leaves little room for honest mistakes that caused no measurable harm (such as accidentally running a backup node with the same key and signing twice). The intention was to maximize uptime and minimize missed epochs, but the outcome was to get slashed. After all of this effort and game theory, it is still not clear that Casper will result in more relevant security or decentralization than we have with POW and traditional POS. I remain convinced that DPOS provides the best possible **proposal algorithm** for the Casper consensus algorithm, but I am unconvinced that Casper adds any meaningful value. After all, a properly functioning bug-free version of DPOS produces no forks and achieves irreversible checkpoints 30 times faster. That said, I think it would be a worthwhile experiment to implement that Casper protocol as an EOS smart contract. Using our concept of Community Benefit Contracts (CBCs) we can propose that Casper be implemented the staked EOS holders vote on how much inflation to reward the Casper contract with, if any at all.
author | dan |
---|---|
permlink | casper-as-an-eos-contract |
category | eos |
json_metadata | {"tags":["eos","ethereum","casper","vitalik"],"image":["https://steemitimages.com/DQmbA4wvwzeu4s6YELBpkJQGvhMRJZFqb6x8U58fBMwKfvZ/image.png"],"links":["https://github.com/ethereum/research/tree/master/casper4/papers","https://medium.com/@VitalikButerin/minimal-slashing-conditions-20f0b500fc6c"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-08-01 15:27:24 |
last_update | 2017-08-01 16:00:48 |
depth | 0 |
children | 212 |
last_payout | 2017-08-08 15:27: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 | 13,945 |
author_reputation | 155,470,101,136,708 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 10,435,662 |
net_rshares | 237,839,117,991,727 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
summon | 0 | 4,114,389,639,256 | 100% | ||
dan | 0 | 167,941,721,208,869 | 100% | ||
wackou | 0 | 4,108,048,800,771 | 30% | ||
enlil | 0 | 396,746,112,000 | 10% | ||
anu | 0 | 19,837,189,400 | 1% | ||
rossco99 | 0 | 467,323,163,463 | 100% | ||
liondani | 0 | 904,945,817,947 | 100% | ||
xeroc | 0 | 2,404,256,246,736 | 100% | ||
steem-id | 0 | 768,736,559,531 | 100% | ||
fminer05 | 0 | 485,771,956,099 | 100% | ||
benjojo | 0 | 64,581,889,673 | 25% | ||
pheonike | 0 | 25,654,225,388 | 20% | ||
steem-samiam | 0 | 934,959,663 | 1% | ||
fractalnode | 0 | 316,413,702,922 | 100% | ||
chryspano | 0 | 1,337,841,046,180 | 100% | ||
sandwich | 0 | 56,132,007,595 | 100% | ||
bleepcoin | 0 | 199,002,233,464 | 25% | ||
tamwin33 | 0 | 40,420,398,926 | 21% | ||
dan-atstarlite | 0 | 167,759,949,276 | 30% | ||
kevinwong | 0 | 1,673,514,024,113 | 100% | ||
blakemiles84 | 0 | 623,023,515,087 | 100% | ||
theshell | 0 | 260,223,632,232 | 100% | ||
midnas-howler | 0 | 21,756,152,400 | 2% | ||
cm-steem | 0 | 343,321,945,812 | 100% | ||
killerstorm | 0 | 169,022,245,213 | 100% | ||
the-alien | 0 | 139,672,481,113 | 100% | ||
intelliguy | 0 | 45,171,490,767 | 100% | ||
samether | 0 | 11,344,841,170 | 100% | ||
pangur-ban | 0 | 5,270,733,161 | 100% | ||
tee-em | 0 | 28,931,843,685 | 100% | ||
michaelx | 0 | 137,053,745,457 | 100% | ||
albertogm | 0 | 50,504,344,239 | 100% | ||
kwonjs77 | 0 | 20,199,780,191 | 100% | ||
superfreek | 0 | 3,030,529,587 | 100% | ||
pmartynov | 0 | 496,638,275,231 | 100% | ||
catchfire | 0 | 23,423,244,078 | 13% | ||
michaellamden68 | 0 | 955,216,623 | 1% | ||
roelandp | 0 | 451,992,376,031 | 10% | ||
incomemonthly | 0 | 11,218,846,653 | 50% | ||
sephiroth | 0 | 778,264,648,762 | 100% | ||
raymondspeaks | 0 | 21,407,734,893 | 100% | ||
bycz | 0 | 65,120,424,112 | 100% | ||
dmacshady | 0 | 2,917,300,500 | 100% | ||
karenmckersie | 0 | 369,922,626 | 1% | ||
allmonitors | 0 | 7,873,715,196 | 6% | ||
phenom | 0 | 115,686,895,938 | 100% | ||
yaha | 0 | 718,054,731 | 100% | ||
exitmass | 0 | 616,377,939 | 100% | ||
deanliu | 0 | 62,131,211,778 | 5% | ||
raymonjohnstone | 0 | 23,275,405,585 | 100% | ||
mondeja | 0 | 14,457,968,133 | 100% | ||
arconite | 0 | 10,475,292,785 | 50% | ||
bitcoinmeetups | 0 | 1,078,985,870 | 100% | ||
sompitonov | 0 | 22,597,147,891 | 100% | ||
fatboy | 0 | 122,343,683,917 | 9% | ||
tensaix2j | 0 | 1,447,910,878 | 100% | ||
rznag | 0 | 167,296,382,418 | 50% | ||
mikeinfla | 0 | 2,186,419,435 | 100% | ||
fabien | 0 | 1,819,026,960,282 | 100% | ||
lsc9999 | 0 | 133,765,011,290 | 100% | ||
loum | 0 | 17,843,105,818 | 100% | ||
gomeravibz | 0 | 119,028,814,815 | 60% | ||
tingaling | 0 | 5,039,845,581 | 100% | ||
letc | 0 | 1,217,632,357 | 20% | ||
toxic | 0 | 1,072,595,293,718 | 100% | ||
brendio | 0 | 475,992,267,474 | 80% | ||
veerprit | 0 | 6,430,583,827 | 100% | ||
kurtbeil | 0 | 408,662,340,324 | 100% | ||
cmorton | 0 | 14,216,520,636 | 40% | ||
someguy123 | 0 | 84,162,394,486 | 10% | ||
zakharsmirnoff | 0 | 0 | 100% | ||
hilarski | 0 | 6,709,553,734 | 2% | ||
themonetaryfew | 0 | 361,494,365,269 | 100% | ||
nulliusinverba | 0 | 12,664,685,873 | 100% | ||
runridefly | 0 | 11,485,533,864 | 2% | ||
xanoxt | 0 | 198,482,682,685 | 100% | ||
kjartan | 0 | 222,640,227 | 100% | ||
titusfrost | 0 | 185,172,449,989 | 100% | ||
imassakin | 0 | 0 | 100% | ||
jhonione | 0 | 1,180,137,231 | 100% | ||
kyusho | 0 | 9,120,970,726 | 5% | ||
dan-bn | 0 | 444,080,249,478 | 100% | ||
cybernatic | 0 | 217,234,849 | 100% | ||
mjhomb | 0 | 47,507,754,647 | 100% | ||
allyouneedtoknow | 0 | 715,786,443 | 0.8% | ||
tracemayer | 0 | 16,957,194,918 | 100% | ||
bontonstory | 0 | 0 | 20% | ||
freebornangel | 0 | 3,320,173,760 | 4% | ||
ancapwarren | 0 | 1,742,013,855 | 25% | ||
luzcypher | 0 | 112,400,135,860 | 100% | ||
dylanhobalart | 0 | 6,104,128,814 | 6% | ||
siniceku | 0 | 777,551,570 | 100% | ||
anasz | 0 | 26,975,805,039 | 100% | ||
ninkhisibir | 0 | 12,340,002,998 | 100% | ||
mgibson | 0 | 2,236,997,422 | 6% | ||
reddust | 0 | 330,503,887,523 | 100% | ||
anritco | 0 | 0 | 10% | ||
simonjay | 0 | 44,331,081,652 | 40% | ||
adept | 0 | 207,740,540,182 | 100% | ||
thejohalfiles | 0 | 36,717,132,136,191 | 100% | ||
amat | 0 | 737,596,671 | 100% | ||
dragosroua | 0 | 26,337,222,065 | 10% | ||
raluca | 0 | 1,911,688,397 | 10% | ||
sstefan | 0 | 33,765,244,246 | 40% | ||
garvofe | 0 | 3,411,318,877 | 30% | ||
jmehta | 0 | 1,054,879,490 | 100% | ||
baabeetaa | 0 | 19,310,858,950 | 100% | ||
joanaltres | 0 | -11,515,476,920 | -100% | ||
muhtadiaremi | 0 | 1,569,549,500 | 61.35% | ||
breezin | 0 | 430,578,619 | 1% | ||
steemgold | 0 | 21,400,163,157 | 100% | ||
gutzofter | 0 | 103,661,173,707 | 100% | ||
belidged | 0 | 3,457,083,537 | 100% | ||
responsive | 0 | 3,452,811,273 | 100% | ||
dammylohar | 0 | 1,310,315,962 | 100% | ||
i-like-computers | 0 | 5,122,856,042 | 100% | ||
steemycam | 0 | 6,925,598,725 | 100% | ||
dragon40 | 0 | 3,461,299,833 | 10% | ||
askari | 0 | 3,814,605,205 | 100% | ||
bad.karma | 0 | 1,989,260,429 | 100% | ||
fajarsdq | 0 | 1,444,080,294 | 100% | ||
krunc | 0 | 195,644,980 | 100% | ||
lazarescu.irinel | 0 | 2,001,346,104 | 100% | ||
ryanthegecko | 0 | 4,675,644,593 | 30% | ||
loosechange | 0 | 1,305,446,200 | 100% | ||
da-dawn | 0 | 17,216,362,917 | 6% | ||
countzero | 0 | 3,973,245,915 | 100% | ||
elgeko | 0 | 18,879,983,661 | 90% | ||
mikisolus | 0 | 6,774,977,415 | 100% | ||
marconah | 0 | 244,136,700 | 100% | ||
honusurf | 0 | 70,804,424,354 | 100% | ||
mirzatillah | 0 | 1,329,353,550 | 100% | ||
samuelpaddy | 0 | 191,619,773 | 100% | ||
zephyraijunzo | 0 | 89,795,969,504 | 100% | ||
sportsprediction | 0 | 10,219,920,993 | 100% | ||
altafalazzam | 0 | 1,116,508,629 | 100% | ||
cybertiger | 0 | 194,835,012 | 100% | ||
gladbhoy | 0 | 2,793,454,257 | 100% | ||
robert-call | 0 | 1,785,304,086,008 | 100% | ||
jondahl | 0 | 0 | 100% | ||
leviarcoin | 0 | 3,328,507,681 | 100% | ||
lyfo | 0 | 6,653,588,232 | 100% | ||
ifulmirwanda | 0 | 1,305,694,791 | 100% | ||
nba05 | 0 | 10,462,497,528 | 100% | ||
joeridamian | 0 | 3,219,484,594 | 100% | ||
andrianna | 0 | 26,542,501,638 | 89% | ||
bootyp | 0 | 526,873,406 | 100% | ||
saifulbahri | 0 | 1,923,486,346 | 100% | ||
richguy | 0 | 1,956,106,197 | 5% | ||
sirryg | 0 | 624,240,228 | 100% | ||
saitirumerla | 0 | 13,840,871,194 | 100% | ||
szokerobert | 0 | 1,117,801,607 | 15% | ||
yuhjtman | 0 | 19,834,852,859 | 100% | ||
ludorum | 0 | 508,609,642,684 | 25% | ||
practicaleric | 0 | 2,084,332,328 | 100% | ||
mkg20001 | 0 | 621,340,000 | 100% | ||
vegolino | 0 | 521,925,600 | 100% | ||
greencrypto | 0 | 1,022,482,894 | 100% | ||
themevlog | 0 | 4,998,061,702 | 100% | ||
rgeldof | 0 | 621,340,000 | 100% | ||
x-gym | 0 | 13,986,342,609 | 100% | ||
coinhub | 0 | 1,135,101,293 | 100% | ||
foways | 0 | 8,533,023,650 | 100% | ||
zimtente | 0 | 552,992,600 | 100% | ||
pugriffs | 0 | 0 | 100% | ||
basicstoliving | 0 | 6,863,266,251 | 100% | ||
misterbitcoin | 0 | 828,022,008 | 100% | ||
belleontherocks | 0 | 13,306,932,053 | 100% | ||
drpuffnstuff | 0 | 16,138,127,335 | 12% | ||
me-do | 0 | 226,749,881 | 1% | ||
etcbits | 0 | 3,892,925,183 | 100% | ||
beordo | 0 | 7,334,293,957 | 100% | ||
yasein | 0 | 0 | 100% | ||
youknow212012 | 0 | 15,207,859,512 | 100% | ||
renantg | 0 | 4,490,591,946 | 100% | ||
readmore | 0 | 37,448,676,828 | 100% | ||
sneakgeekz | 0 | 63,450,508,361 | 25% | ||
voghera | 0 | 27,051,065,220 | 100% | ||
kchoi | 0 | 621,340,000 | 100% | ||
zacharius | 0 | 6,649,922,865 | 100% | ||
jkkim | 0 | 31,045,731,675 | 10% | ||
patasieduagh | 0 | 821,568,189 | 100% | ||
ebejammin | 0 | 642,614,566,083 | 100% | ||
senor | 0 | 0 | 0% | ||
ginsberg5150 | 0 | 599,593,100 | 100% | ||
milanothenewguy | 0 | 594,585,071 | 100% | ||
reedus | 0 | 2,310,464,474 | 100% | ||
ariskusnandar | 0 | 3,587,920,223 | 100% | ||
nazirkhyber | 0 | 3,783,748,178 | 100% | ||
lexiconical | 0 | 5,956,118,536 | 50% | ||
shaunf | 0 | 101,310,264 | 100% | ||
natra | 0 | 13,081,662,884 | 100% | ||
dlobel | 0 | 605,806,500 | 100% | ||
galberto | 0 | 1,138,862,595 | 100% | ||
happychau123 | 0 | 7,119,313,538 | 100% | ||
linuxguy | 0 | 466,777,793 | 100% | ||
solarparadise | 0 | 0 | 0% | ||
seymourbucks | 0 | 164,424,383 | 4% | ||
paviron | 0 | 400,227,636,555 | 100% | ||
jstein101 | 0 | 6,853,420,941 | 100% | ||
almost-digital | 0 | 183,161,194,607 | 100% | ||
robinhaney | 0 | 6,011,461,941 | 100% | ||
saylor | 0 | 1,175,937,127 | 100% | ||
awarewolf | 0 | 678,182,154 | 100% | ||
minhnguyen1994 | 0 | 14,870,240,618 | 100% | ||
besteulz | 0 | 15,605,382,934 | 100% | ||
horca17 | 0 | 1,287,959,354 | 100% | ||
solehmustakim | 0 | 607,129,600 | 100% | ||
cryptopanda | 0 | 1,435,534,258 | 100% | ||
misty1z | 0 | 29,757,709,539 | 100% | ||
ammad | 0 | 1,167,535,399 | 100% | ||
bewe | 0 | 2,991,358,921 | 100% | ||
quantum64 | 0 | 1,301,729,770 | 100% | ||
todderic | 0 | 1,160,707,515 | 100% | ||
nomad220 | 0 | 1,006,316,267 | 100% | ||
mhangami | 0 | 599,109,402 | 100% | ||
ericrumor | 0 | 5,367,515,056 | 100% | ||
bvdigital | 0 | 1,223,130,313 | 100% | ||
splendour | 0 | 568,746,001 | 100% | ||
bigdan | 0 | 1,230,140,750 | 100% | ||
quiuquio | 0 | 1,120,080,406 | 100% | ||
skynyc | 0 | 33,607,954,625 | 100% | ||
jaybutz | 0 | 1,160,704,241 | 100% | ||
aneyefromturkey | 0 | 1,226,147,813 | 100% | ||
formcrypto | 0 | 1,139,433,880 | 100% | ||
karth | 0 | 1,143,698,779 | 100% | ||
mariangel | 0 | 2,154,437,173 | 100% | ||
radness | 0 | 1,137,487,304 | 100% | ||
javer04 | 0 | 2,660,112,057 | 100% | ||
cayce | 0 | 1,659,023,646 | 100% | ||
gleeson.thomasr | 0 | 11,167,413,342 | 100% | ||
hot-and-steemit | 0 | 1,160,700,223 | 100% | ||
bilal7 | 0 | 0 | 0% | ||
mnkassier | 0 | 1,990,138,593 | 100% | ||
jaime14 | 0 | 1,261,047,667 | 100% | ||
nana.ama | 0 | 1,737,705,535 | 100% | ||
muhammadfaisal | 0 | 1,173,714,640 | 100% | ||
perdro | 0 | 1,178,174,912 | 100% | ||
revolutionaction | 0 | 108,416,000 | 100% | ||
bestaltcointobuy | 0 | 1,451,465,875 | 100% | ||
benfica | 0 | 1,120,074,291 | 100% | ||
binkyprod | 0 | 471,294,310 | 100% | ||
pula78 | 0 | 90,102,933 | 10% | ||
tanure | 0 | 942,070,380 | 100% | ||
frankbuse | 0 | 511,104,000 | 100% | ||
genemk | 0 | 777,666,961 | 100% | ||
hereforawhile | 0 | 891,184,574 | 100% | ||
rahmats | 0 | 429,950,945 | 100% | ||
alextracy | 0 | 1,143,693,224 | 100% | ||
prince-maanisaad | 0 | 679,007,188 | 100% | ||
friendodevil | 0 | 1,149,252,548 | 100% | ||
boucaron | 0 | 1,256,168,528 | 100% | ||
prep4shtf | 0 | 18,258,019,096 | 100% | ||
karliks | 0 | 441,064,244 | 50% | ||
nicolebh | 0 | 441,064,243 | 50% | ||
htetlinnaung | 0 | 1,191,586,477 | 100% | ||
willheard | 0 | 0 | 100% | ||
lindseycok | 0 | 435,260,497 | 50% | ||
nellyrocks | 0 | 435,260,496 | 50% | ||
tokenminer | 0 | 1,137,480,491 | 100% | ||
fahrullah | 0 | 417,682,762 | 100% | ||
jonnyda1811 | 0 | 622,032,915 | 100% | ||
rest10no | 0 | 1,096,854,804 | 100% | ||
joedirt | 0 | 3,334,133,024 | 100% | ||
cutris01 | 0 | 2,082,546,837 | 100% | ||
rubicon1 | 0 | 1,160,692,682 | 100% | ||
yogevm | 0 | 5,211,637,841 | 100% | ||
soosoo | 0 | 0 | 100% | ||
bulex | 0 | 1,173,968,178 | 100% | ||
all.about.sports | 0 | 1,242,838,254 | 100% | ||
milad6767 | 0 | 1,149,001,678 | 100% | ||
roqueone | 0 | 435,259,481 | 50% | ||
sherriechau | 0 | 441,062,941 | 50% | ||
renafuam | 0 | 435,259,480 | 50% | ||
joykit | 0 | 435,259,480 | 50% | ||
agbaba | 0 | 0 | 0% | ||
zeuseagle | 0 | 1,160,691,744 | 100% | ||
yukimaru | 0 | 5,297,222,233 | 100% | ||
repol | 0 | 1,143,281,237 | 100% | ||
steem-buzz | 0 | 196,689,911,260 | 44% | ||
planet-power | 0 | 256,809,772 | 100% | ||
minteh | 0 | 21,172,530,605 | 100% | ||
ridha | 0 | 1,104,712,665 | 100% | ||
leilei91 | 0 | 1,247,904,474 | 100% | ||
christ2169 | 0 | 122,286,571 | 100% | ||
groupmgpbank | 0 | 1,164,081,997 | 100% | ||
colmanlamkh | 0 | 939,420,045 | 100% | ||
upfrombelow | 0 | 619,520,000 | 100% | ||
sebicas | 0 | 1,137,475,835 | 100% | ||
vulturestkn | 0 | 1,544,763,644 | 100% | ||
digitalpro | 0 | 975,599,244 | 100% | ||
godwin0034 | 0 | 1,044,620,171 | 100% | ||
aifuture | 0 | 740,882,963 | 100% | ||
jukas | 0 | 0 | 0% | ||
jaineshsolanki | 0 | 1,160,688,254 | 100% | ||
bachuslib | 0 | 2,011,940,233 | 100% | ||
alexandruionescu | 0 | 418,079,353 | 25% | ||
kyi | 0 | 511,050,847 | 50.76% | ||
theend | 0 | 1,200,113,512 | 100% | ||
julies | 0 | 573,056,000 | 100% | ||
diga | 0 | 1,160,685,850 | 100% | ||
gicu | 0 | 610,227,200 | 100% | ||
paulie2coins | 0 | 763,594,341 | 100% | ||
dwerggjuhh | 0 | 1,266,237,631 | 100% | ||
tadej | 0 | 980,139,329 | 100% | ||
fabulouspants4 | 0 | 1,160,725,715 | 100% | ||
kudi | 0 | 1,160,683,990 | 100% | ||
sneedevent | 0 | 1,056,222,197 | 100% | ||
thedonfreeman | 0 | 292,505,426 | 1% | ||
saiful83 | 0 | 51,321,904 | 100% | ||
bnft | 0 | 1,158,582,690 | 100% | ||
teukuarmia | 0 | 216,492,189 | 100% | ||
iswahyudi | 0 | 654,506,093 | 100% | ||
nickwalshblog | 0 | 279,792,639 | 100% | ||
aka.chilala | 0 | 1,143,269,799 | 100% | ||
isabelpena | 0 | 1,196,842,406 | 100% | ||
idandy | 0 | 729,072,939 | 100% | ||
jakemore | 0 | 911,133,589 | 100% | ||
zayni | 0 | 1,158,863,990 | 100% | ||
hannahwu | 0 | 1,364,161,450 | 100% | ||
padmakshi | 0 | 586,996,832 | 100% | ||
life-evolution | 0 | 1,160,679,389 | 100% | ||
oracul | 0 | 486,323,200 | 100% | ||
jejangkit | 0 | 173,038,476 | 100% | ||
paq | 0 | 1,160,679,142 | 100% | ||
hkjn | 0 | 13,685,637,489 | 100% | ||
aaronaugustine | 0 | 303,763,797 | 100% | ||
munzil | 0 | 915,255,476 | 81% | ||
aa9 | 0 | 0 | 0% | ||
flybendor | 0 | 799,528,508 | 100% | ||
cryptoindex | 0 | 1,038,806,600 | 100% | ||
caipi94 | 0 | 1,204,937,062 | 100% | ||
mawardi | 0 | 205,065,525 | 31.55% | ||
nyeinmin | 0 | 1,161,626,406 | 100% | ||
surendra12345 | 0 | 734,744,096 | 100% | ||
prakash14 | 0 | 978,786,747 | 100% | ||
luiza | 0 | 1,135,402,447 | 100% | ||
academix87 | 0 | 273,297,970 | 100% | ||
aravindgre | 0 | 1,203,757,063 | 100% | ||
ashish1444 | 0 | 52,659,200 | 100% | ||
mehmoodasultana | 0 | 1,120,050,946 | 100% | ||
cointrackr | 0 | 619,520,000 | 100% | ||
icostan | 0 | 613,324,800 | 100% | ||
lukaku | 0 | 1,160,674,032 | 100% | ||
omiiseoexpert | 0 | 1,160,673,981 | 100% | ||
jackyx2clic | 0 | 53,819,364 | 100% | ||
joseph-eu | 0 | 1,056,212,688 | 100% | ||
angulojose | 0 | 1,160,673,245 | 100% | ||
michelcamacaro | 0 | 359,834,315 | 100% | ||
aluthra7 | 0 | 812,847,201 | 100% | ||
jhoshua1144 | 0 | 1,160,673,104 | 100% | ||
michelle96 | 0 | 489,420,800 | 100% | ||
skysunil | 0 | 266,973,772 | 100% | ||
mynameisshek | 0 | 1,160,672,602 | 100% | ||
binjeeclick | 0 | 354,005,123 | 100% | ||
ahlawat | 0 | -179,064,236 | -100% | ||
zheniania | 0 | 858,897,501 | 100% | ||
duekie | 0 | 330,502,285 | 100% | ||
cron | 0 | 10,030,458,788 | 100% | ||
dirtyburger | 0 | 191,822,133 | 100% | ||
peshkov | 0 | 1,160,670,129 | 100% | ||
bravoman21 | 0 | 6,096,382,241 | 100% | ||
jolaiman1 | 0 | 1,145,091,491 | 100% | ||
shashank6348 | 0 | 582,348,800 | 100% | ||
seranium | 0 | 1,121,402,019 | 100% | ||
jwebber | 0 | 52,326,848 | 100% | ||
davidalexander | 0 | 231,386,321 | 100% | ||
cryptoqu33n | 0 | 1,250,003,662 | 100% | ||
trendhobo | 0 | 608,662,121 | 100% | ||
acw | 0 | 1,021,389,483 | 100% | ||
tourboijosh | 0 | 1,212,484,239 | 100% | ||
malikovich | 0 | 327,368,672 | 100% | ||
vednath | 0 | 1,050,929,588 | 100% | ||
cyberspace | 0 | 1,135,198,314 | 100% | ||
mrnobody | 0 | 0 | 0% | ||
dediandrian | 0 | 913,799,374 | 100% | ||
bertaroyer | 0 | 441,053,912 | 50% | ||
altaq | 0 | 435,250,571 | 50% | ||
cherio | 0 | 441,053,912 | 50% | ||
wendizero | 0 | 435,250,570 | 50% | ||
jewel-beetle | 0 | 217,530,590 | 100% | ||
kassayr | 0 | 1,160,667,992 | 100% | ||
tai-euler | 0 | 1,160,667,933 | 100% | ||
fernandoblum | 0 | 1,160,666,736 | 100% | ||
leonardo.lopes | 0 | 1,067,525,266 | 100% | ||
swiftcoin | 0 | 1,091,026,593 | 100% | ||
alwisyahbuddin | 0 | 495,616,000 | 100% | ||
zikra | 0 | 490,563,141 | 100% | ||
kiddkalifornia | 0 | 1,143,256,535 | 100% | ||
rindi118 | 0 | 788,107,162 | 100% | ||
avnguyen | 0 | 619,520,000 | 100% | ||
tarikel | 0 | 1,160,666,456 | 100% | ||
bekai | 0 | 1,143,256,427 | 100% | ||
azrielmuhammad | 0 | 944,596,664 | 100% | ||
hamzasteem | 0 | 1,161,657,809 | 100% | ||
swissx | 0 | 1,048,620,704 | 100% | ||
elrandom | 0 | 1,092,152,621 | 100% | ||
ribblepascual | 0 | 435,249,754 | 50% | ||
seibsleskl131 | 0 | 435,249,754 | 50% | ||
xoredkiller | 0 | 597,836,800 | 100% | ||
maite | 0 | 632,314,653 | 100% | ||
muhaidin | 0 | 537,307,917 | 100% | ||
kronna | 0 | 1,160,665,690 | 100% | ||
mrs.ginger | 0 | 1,120,042,389 | 100% | ||
bitcow | 0 | 1,070,659,198 | 100% | ||
nyakpo | 0 | 876,302,564 | 100% | ||
meharbankert | 0 | 435,249,602 | 50% | ||
metteserve | 0 | 435,249,601 | 50% | ||
humphreyb | 0 | 435,249,601 | 50% | ||
crypto.xavior | 0 | 1,120,042,305 | 100% | ||
darksaber | 0 | 1,160,706,721 | 100% | ||
lizachka | 0 | 1,038,795,537 | 100% | ||
xxrobxx | 0 | 1,160,871,929 | 100% | ||
bilqis07 | 0 | 945,191,023 | 100% | ||
malikul | 0 | 1,160,665,083 | 100% | ||
manzaneirajenna | 0 | 435,249,363 | 50% | ||
copherexilorme | 0 | 441,052,688 | 50% | ||
harmannmorgan | 0 | 441,052,688 | 50% | ||
itman | 0 | 0 | 0% | ||
rezacoin | 0 | 560,115,010 | 100% | ||
elednika | 0 | 619,602,606 | 100% | ||
markceliz | 0 | 849,617,880 | 100% | ||
fakire1sadaka | 0 | 1,096,500,388 | 100% | ||
steemitcr | 0 | 874,650,024 | 100% | ||
palashjyotinath | 0 | 1,862,339,035 | 100% | ||
larrydavid4 | 0 | 12,986,211,761 | 16% | ||
dk-reaper | 0 | 1,148,503,677 | 100% | ||
zaritazahara | 0 | 593,885,134 | 100% | ||
hasmar | 0 | 607,129,600 | 100% | ||
exxodus | 0 | 1,121,395,180 | 100% | ||
lavonnebatlinerr | 0 | 435,248,529 | 50% | ||
cannizzozephieri | 0 | 435,248,529 | 50% | ||
orourkepage | 0 | 435,248,529 | 50% | ||
smedleyobieby | 0 | 435,248,528 | 50% | ||
griglikbenack | 0 | 435,248,528 | 50% | ||
anu-sha | 0 | 1,143,252,729 | 100% | ||
alli.top | 0 | 70,319,206 | 100% | ||
psychocybinrec | 0 | 1,074,656,761 | 100% | ||
jbbasics | 0 | 620,954,397 | 100% | ||
agusrianda | 0 | 1,315,849,124 | 100% | ||
tmichalski | 0 | 1,160,662,379 | 100% | ||
dariasaponta | 0 | 435,248,388 | 50% | ||
ecurrencyhodler | 0 | 344,174,569 | 100% | ||
beyersduba | 0 | 441,051,699 | 50% | ||
aiporlanibenjez | 0 | 435,248,387 | 50% | ||
adragnaphilmore | 0 | 435,248,387 | 50% | ||
ivorybrys | 0 | 441,051,698 | 50% | ||
theonepercent | 0 | 2,859,251,827 | 100% | ||
danielaver | 0 | 0 | 100% | ||
slava7450745 | 0 | 581,157,299 | 100% | ||
andravasko | 0 | 0 | 100% | ||
jaredsc | 0 | 1,161,158,017 | 100% | ||
antonykiller | 0 | 1,073,612,600 | 100% | ||
malekalmsaddi | 0 | 638,364,244 | 100% | ||
eleon88 | 0 | 128,377,131 | 100% | ||
genma | 0 | 1,421,117,089 | 100% | ||
musfendi | 0 | 1,137,448,582 | 100% | ||
mohitbarman | 0 | 1,096,825,360 | 100% | ||
scarfatojennaii | 0 | 441,051,427 | 50% | ||
bezelllivintoni | 0 | 435,248,118 | 50% | ||
robydnfs98 | 0 | 684,863,442 | 100% | ||
aragonboy | 0 | 412,034,773 | 80.17% | ||
norez | 0 | 70,199,775 | 100% | ||
pujinovayanti | 0 | 1,160,661,151 | 100% | ||
timou | 0 | 980,758,568 | 100% | ||
anjiba | 0 | 1,192,094,768 | 100% | ||
giannicoangla | 0 | 441,051,003 | 50% | ||
reevaweiden | 0 | 435,247,697 | 50% | ||
asparasjenna | 0 | 441,050,999 | 50% | ||
schlitzrhymes | 0 | 435,247,695 | 50% | ||
ranskijenna | 0 | 441,050,997 | 50% | ||
gubseribbotsona | 0 | 441,050,996 | 50% | ||
julissaboeckmann | 0 | 435,247,693 | 50% | ||
hashclouds | 0 | 324,984,826 | 100% | ||
lucianofsbeck | 0 | 1,137,446,857 | 100% | ||
enzan | 0 | 742,901,726 | 100% | ||
ivan72 | 0 | 0 | 0% | ||
adil7222 | 0 | 551,372,800 | 100% | ||
dat81 | 0 | 83,252,115 | 100% | ||
kirobuch | 0 | 1,108,429,549 | 100% | ||
lildan | 0 | 619,520,000 | 100% | ||
mohamedahmedsala | 0 | 483,225,600 | 100% | ||
gkumar | 0 | 597,836,800 | 100% | ||
digitalr0nin | 0 | 284,979,200 | 100% | ||
manushihu | 0 | 0 | 0% | ||
hazi | 0 | 260,198,400 | 100% | ||
mccalliehart | 0 | 435,246,507 | 50% | ||
leverhelgeq | 0 | 435,246,507 | 50% | ||
jemisondeku | 0 | 435,246,507 | 50% | ||
ranseydrink | 0 | 435,246,507 | 50% | ||
voughtbrink | 0 | 435,246,507 | 50% | ||
haytonmomper | 0 | 435,246,506 | 50% | ||
alinesherwood | 0 | 435,246,506 | 50% | ||
ganngenes | 0 | 435,246,506 | 50% | ||
purdieabrah | 0 | 435,246,506 | 50% | ||
eosint | 0 | 481,086,253 | 100% | ||
maazkhan | 0 | 371,410,222 | 100% | ||
hienquoc | 0 | 5,831,408,853 | 100% | ||
mysticalgal | 0 | 1,160,654,377 | 100% | ||
magdiel | 0 | 1,160,654,363 | 100% | ||
mulyadi123 | 0 | 1,160,654,362 | 100% | ||
dianaapgl | 0 | 754,425,333 | 100% | ||
jml6407 | 0 | 1,143,244,543 | 100% | ||
blitzfury | 0 | 992,359,473 | 100% | ||
hamdih | 0 | 655,769,710 | 100% | ||
mrspock23 | 0 | 586,130,442 | 100% | ||
pirataspaziale | 0 | 1,143,244,523 | 100% | ||
globalink | 0 | 922,720,191 | 100% | ||
mirms | 0 | 508,006,400 | 100% | ||
khanhtrinh | 0 | 250,905,600 | 100% | ||
fachrul104 | 0 | 1,143,244,450 | 100% | ||
ismart1 | 0 | 1,120,031,348 | 100% | ||
jaysonmarishe | 0 | 1,160,654,246 | 100% | ||
angelasmith | 0 | 223,027,200 | 100% | ||
johnsmit | 0 | 492,518,400 | 100% | ||
enticingdelights | 0 | 1,160,654,197 | 100% | ||
abdulguffer | 0 | 0 | 0% | ||
divyang101 | 0 | 0 | 0% | ||
deshwal | 0 | 620,949,981 | 100% | ||
parth-r | 0 | 597,836,800 | 100% | ||
albografi | 0 | 1,160,654,147 | 100% | ||
followjrb | 0 | 1,143,244,334 | 100% | ||
batmansoprman | 0 | 812,457,897 | 100% | ||
nirmalprajapati | 0 | 568,720,526 | 100% | ||
edgarleal | 0 | 1,160,654,126 | 100% | ||
sanger | 0 | 0 | 0% | ||
osmosis | 0 | 1,160,654,107 | 100% | ||
onlyviral | 0 | 1,137,441,012 | 100% | ||
cicbar | 0 | 1,143,244,256 | 100% | ||
miqbalz | 0 | 1,160,654,066 | 100% | ||
zharabohatexx | 0 | 619,520,000 | 100% | ||
bangki28 | 0 | 1,160,654,035 | 100% | ||
e-factor | 0 | 2,283,957,457 | 100% | ||
youngtee | 0 | 226,327,531 | 100% | ||
andresulaiman | 0 | 940,129,727 | 100% | ||
divyanshu01 | 0 | 1,003,965,696 | 100% | ||
swiift | 0 | 992,359,151 | 100% | ||
mmcs | 0 | 1,160,653,899 | 100% | ||
sachumanoj | 0 | 887,900,226 | 100% | ||
ajaysingh | 0 | 1,009,768,844 | 100% | ||
atli | 0 | 766,031,511 | 100% | ||
mohamadshwa5 | 0 | 58,032,688 | 100% | ||
hatemelpop | 0 | 1,154,850,421 | 100% | ||
thatwilldopig | 0 | 226,327,468 | 100% | ||
alex1310 | 0 | 1,160,653,682 | 100% | ||
jessica123 | 0 | 870,490,255 | 100% | ||
elena-ge | 0 | 911,113,123 | 100% | ||
anatolich | 0 | 1,096,817,696 | 100% | ||
aballarde53 | 0 | 1,160,653,643 | 100% | ||
faisalrazali | 0 | 876,293,496 | 100% | ||
johanlyt31 | 0 | 911,113,074 | 100% | ||
melvin0906 | 0 | 1,120,030,698 | 100% | ||
geeekgirl | 0 | 1,160,653,555 | 100% | ||
kamran-ashraf | 0 | 1,160,653,550 | 100% | ||
tranhongthing | 0 | 1,143,243,699 | 100% | ||
helmy | 0 | 1,160,653,493 | 100% | ||
tapishbbb | 0 | 1,160,653,460 | 100% | ||
basmaseif | 0 | 696,392,058 | 100% | ||
natasha79 | 0 | 864,686,795 | 100% | ||
darkleo | 0 | 737,014,919 | 100% | ||
lazuris | 0 | 1,143,243,606 | 100% | ||
jackofalltrade | 0 | 1,160,653,404 | 100% | ||
strategos | 0 | 992,358,614 | 100% | ||
yoselinleon | 0 | 1,160,653,324 | 100% | ||
hamzaishfaq | 0 | 0 | 0% | ||
onn | 0 | 0 | 0% | ||
nabinmainali | 0 | 1,143,243,246 | 100% | ||
jayfader | 0 | 1,137,439,977 | 100% | ||
otonsdedon1 | 0 | 1,160,652,925 | 100% | ||
husam5 | 0 | 1,160,652,873 | 100% | ||
alihelal | 0 | 969,145,143 | 100% | ||
dfletch | 0 | 1,143,243,070 | 100% | ||
syrrafonna15 | 0 | 607,129,600 | 100% | ||
arunkrism | 0 | 1,160,652,859 | 100% | ||
scoreb | 0 | 1,056,194,097 | 100% | ||
janesih | 0 | 1,160,652,848 | 100% | ||
benhur95 | 0 | 1,160,652,836 | 100% | ||
ahmedhasab | 0 | 0 | 0% | ||
erez7770 | 0 | 1,160,652,826 | 100% | ||
malavead | 0 | 829,866,770 | 100% | ||
cristim | 0 | 1,160,652,824 | 100% | ||
antbitcoin6 | 0 | 1,009,767,957 | 100% | ||
mic1980 | 0 | 1,032,981,011 | 100% | ||
rooky | 0 | 1,160,652,820 | 100% | ||
ahmedkhn | 0 | 1,160,652,765 | 100% | ||
besthairreviews | 0 | 1,160,652,761 | 100% | ||
mgrobelkiewicz | 0 | 1,160,652,740 | 100% | ||
davidjanssen | 0 | 1,143,242,908 | 100% | ||
aris54 | 0 | 1,160,652,659 | 100% | ||
abidhasan | 0 | 0 | 0% | ||
aftabchouhan | 0 | 1,056,193,841 | 100% | ||
firmandaputrabbx | 0 | 731,211,111 | 100% | ||
varunempire | 0 | 719,604,548 | 100% | ||
djordjetane | 0 | 1,143,242,708 | 100% | ||
bokseur | 0 | 1,114,226,385 | 100% | ||
weckerlin | 0 | 1,096,816,584 | 100% | ||
dj-nyancat | 0 | 1,120,029,614 | 100% | ||
icow | 0 | 1,160,652,450 | 100% | ||
srwidow | 0 | 1,137,439,368 | 100% | ||
innoyoga | 0 | 1,160,652,402 | 100% | ||
tradingdecripto | 0 | 1,120,029,541 | 100% | ||
alanhohoho | 0 | 951,734,926 | 100% | ||
lioleotam | 0 | 1,015,570,799 | 100% | ||
talha19 | 0 | 1,160,652,340 | 100% | ||
cryptomam | 0 | 0 | 0% | ||
roshankoirala05 | 0 | 1,015,570,791 | 100% | ||
juniorfelicio | 0 | 760,227,268 | 100% | ||
invaderzed | 0 | 1,160,652,318 | 100% | ||
brandomtucker | 0 | 1,160,652,292 | 100% | ||
engineer2k9 | 0 | 0 | 0% | ||
riptide1612 | 0 | 1,160,652,214 | 100% | ||
rabiulalam | 0 | 1,160,652,108 | 100% | ||
isolet | 0 | 609,342,343 | 100% | ||
hkhoa0754 | 0 | 702,194,508 | 100% | ||
muhammadfarid212 | 0 | 853,079,266 | 100% | ||
farook | 0 | 1,143,242,276 | 100% | ||
shryi41 | 0 | 1,160,652,049 | 100% | ||
akcute | 0 | 992,357,435 | 100% | ||
nessyquel | 0 | 1,160,651,967 | 100% | ||
khairuladp | 0 | 1,160,651,848 | 100% | ||
platanotree | 0 | 1,160,651,822 | 100% | ||
some1ambitious | 0 | 1,160,651,817 | 100% | ||
aris-angle | 0 | 1,160,651,772 | 100% | ||
alivirgo | 0 | 1,137,438,692 | 100% | ||
sergiola01 | 0 | 1,143,241,910 | 100% | ||
stanfordmiller | 0 | 1,160,651,237 | 100% | ||
pagan-alienbutt | 0 | 806,652,591 | 100% | ||
marianneaviva | 0 | 963,340,453 | 100% | ||
kuzov | 0 | 1,096,815,298 | 100% | ||
gopalnakka | 0 | 899,504,407 | 100% | ||
sc123001 | 0 | 607,129,600 | 100% | ||
hayat | 0 | 0 | 100% | ||
gidifi9 | 0 | 1,160,650,451 | 100% | ||
roma.tlekhutch | 0 | 87,048,774 | 100% | ||
sem6000 | 0 | 1,073,601,370 | 100% | ||
taifurrahman | 0 | 638,357,568 | 100% | ||
vladimir11 | 0 | 1,073,601,335 | 100% | ||
crypper | 0 | 0 | 0% | ||
saltstory | 0 | 1,143,240,255 | 100% | ||
mariabalsa | 0 | 295,965,624 | 100% | ||
teodorescu | 0 | 3,491,397,575 | 100% | ||
harrywill | 0 | 487,472,394 | 100% | ||
bentoboy | 0 | 1,096,811,952 | 100% | ||
setio | 0 | 0 | 100% | ||
shortylong | 0 | 0 | 100% | ||
javera | 0 | 0 | 100% | ||
teo-nyx | 0 | 0 | 100% | ||
jasonb777 | 0 | 0 | 100% | ||
jungch98 | 0 | 0 | 100% | ||
liar | 0 | 0 | 100% | ||
spbid | 0 | 0 | -100% | ||
eos.arabia | 0 | 0 | 100% | ||
steempowerplant | 0 | 0 | 100% |
Tried to understand all this ....but seems i m not going anywhere
author | aaqib11b | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201788t113448870z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-08 06:04:54 | ||||||
last_update | 2017-08-08 06:04:54 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-15 06:04: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 | 65 | ||||||
author_reputation | 1,319,188,814,269 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 11,137,085 | ||||||
net_rshares | 0 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aaqib11b | 0 | 0 | 0% |
अपकी वोट हमारे लिए महत्यपूर्ण है। जिसके लिए हम आपको धन्यवाद करते है। और वोट करते रहे। Your vote is important to us. For which we thank you. And keep voting.
author | ahlawat |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t040000926z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 04:00:06 |
last_update | 2017-08-02 04:00:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 04:00: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 | 159 |
author_reputation | 48,755,975,904,528 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,498,282 |
net_rshares | -1,722,382,212,186 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -1,722,479,191,885 | -1% | ||
blacklist-a | 0 | -52,095,934 | -10% | ||
ahlawat | 0 | 149,075,633 | 100% |
Looks good to me, Dan. 
author | alainite |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t153322238z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://steemitimages.com/DQmRY9JzGuh3251rHPFhoFJ5efy95itEMaK8hcobFMDyXKU/noidea.jpg"],"app":"steemit/0.1"} |
created | 2017-08-01 15:33:21 |
last_update | 2017-08-01 15:33:21 |
depth | 1 |
children | 36 |
last_payout | 2017-08-08 15:33:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 31.191 HBD |
curator_payout_value | 7.122 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 3,773,610,796,661 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,436,298 |
net_rshares | 9,386,406,709,082 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
summon | 0 | 4,198,356,774,751 | 100% | ||
dan | 0 | 1,722,479,191,885 | 1% | ||
liondani | 0 | 888,423,350,797 | 100% | ||
bonapartist | 0 | 350,611,776,110 | 100% | ||
sandwich | 0 | 44,737,086,135 | 100% | ||
tamwin33 | 0 | 38,495,618,025 | 20% | ||
stellabelle | 0 | 23,115,505,226 | 1% | ||
tyler-fletcher | 0 | 43,248,518,897 | 100% | ||
peacekeeper | 0 | 5,445,686,652 | 100% | ||
bitcoinmeetups | 0 | 1,101,005,990 | 100% | ||
johnsmith | 0 | 1,212,646,658,835 | 100% | ||
fatboy | 0 | 183,515,525,875 | 14% | ||
mikeinfla | 0 | 2,126,517,532 | 100% | ||
skyeg3 | 0 | 0 | 100% | ||
oldtimer | 0 | 42,539,845,014 | 1% | ||
darkflame | 0 | 2,462,669,395 | 5% | ||
koningsbruggen | 0 | 49,877,222,643 | 100% | ||
imassakin | 0 | 0 | 100% | ||
guttormf | 0 | 18,836,737,610 | 100% | ||
steemycam | 0 | 6,819,594,663 | 100% | ||
chromiumone | 0 | 9,392,551,947 | 100% | ||
decentralizd | 0 | 368,318,763,853 | 100% | ||
joeridamian | 0 | 3,171,192,325 | 100% | ||
abhi3700 | 0 | 0 | 100% | ||
panda12 | 0 | 720,803,923 | 100% | ||
breezer | 0 | 11,852,692,426 | 100% | ||
pugriffs | 0 | 381,004,800 | 100% | ||
me-do | 0 | 1,927,373,989 | 10% | ||
coffeepot | 0 | 6,061,464,056 | 100% | ||
dhn0411 | 0 | 6,598,959,205 | 100% | ||
ataleb | 0 | 0 | 100% | ||
alainite | 0 | 22,524,378,846 | 100% | ||
ginsberg5150 | 0 | 587,166,300 | 100% | ||
wijuwiju | 0 | 9,424,688,146 | 100% | ||
tfx96 | 0 | 14,865,112,086 | 100% | ||
shinsyotta | 0 | 1,160,708,566 | 100% | ||
sjwl | 0 | 1,160,708,223 | 100% | ||
todderic | 0 | 1,137,493,365 | 100% | ||
tantra | 0 | 275,191,011 | 100% | ||
ericrumor | 0 | 5,253,916,854 | 100% | ||
hot-and-steemit | 0 | 1,143,289,720 | 100% | ||
funfacts | 0 | 1,487,910,398 | 100% | ||
rigogonzsteemit | 0 | 912,648,032 | 100% | ||
tailopez | 0 | 1,965,846,945 | 100% | ||
ryan17 | 0 | 1,254,153,349 | 100% | ||
alextracy | 0 | 1,161,109,872 | 100% | ||
tokenminer | 0 | 1,160,694,379 | 100% | ||
themystic | 0 | 0 | 100% | ||
theguldenaries | 0 | 25,231,699,454 | 100% | ||
aifuture | 0 | 723,101,771 | 100% | ||
designeffort | 0 | 1,021,405,677 | 100% | ||
javierjmc | 0 | 0 | 100% | ||
robertstewardson | 0 | 1,356,442,950 | 100% | ||
webphile | 0 | 2,386,502,868 | 100% | ||
raymetz100 | 0 | 1,160,678,890 | 100% | ||
nehuen | 0 | 1,063,038,941 | 100% | ||
stanky | 0 | 1,160,675,709 | 100% | ||
jasonsnow | 0 | 9,923,805,913 | 100% | ||
zedfactory | 0 | 1,167,782,879 | 100% | ||
dirtyburger | 0 | 185,207,577 | 100% | ||
thecryptoreport | 0 | 1,079,423,493 | 100% | ||
cryptomagic | 0 | 1,139,779,375 | 100% | ||
kyhou | 0 | 1,163,520,867 | 100% | ||
impaq | 0 | 2,809,154,943 | 100% | ||
lentini | 0 | 1,161,285,672 | 100% | ||
bitcow | 0 | 1,088,503,518 | 100% | ||
xxrobxx | 0 | 1,137,654,491 | 100% | ||
exxodus | 0 | 1,160,663,042 | 100% | ||
danielaver | 0 | 0 | 100% | ||
shinki | 0 | 853,117,029 | 100% | ||
hashclouds | 0 | 319,181,525 | 100% | ||
lucianofsbeck | 0 | 1,160,660,059 | 100% | ||
robinhow | 0 | 1,137,446,447 | 100% | ||
rehan12 | 0 | 0 | 100% | ||
funtimes | 0 | 858,884,491 | 100% | ||
nagengastd | 0 | 1,160,654,262 | 100% | ||
mdjurek | 0 | 1,160,653,902 | 100% | ||
davidbll | 0 | 1,160,653,711 | 100% | ||
geeekgirl | 0 | 1,137,440,484 | 100% | ||
legalizebrasil | 0 | 1,160,653,431 | 100% | ||
subbeh | 0 | 1,137,439,795 | 100% | ||
cristim | 0 | 673,178,638 | 100% | ||
sgtluke | 0 | 1,160,652,718 | 100% | ||
achavagne | 0 | 1,160,652,590 | 100% | ||
weckerlin | 0 | 1,073,603,534 | 100% | ||
dj-nyancat | 0 | 1,003,964,369 | 100% | ||
fruchocs | 0 | 508,006,400 | 100% | ||
douglasjarquin | 0 | 1,160,652,212 | 100% | ||
yefeth | 0 | 1,160,651,965 | 100% | ||
juicyasf | 0 | 1,507,016,039 | 100% | ||
granunic0rn | 0 | 368,614,400 | 100% | ||
delt0id | 0 | 523,494,400 | 100% | ||
rufussed | 0 | 0 | 100% |
Same here but I am trying to learn about crypto world .
author | akkha |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170830t102123730z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-30 10:21:24 |
last_update | 2017-08-30 10:21:24 |
depth | 2 |
children | 0 |
last_payout | 2017-09-06 10:21: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 | 55 |
author_reputation | 6,662,251,112,812 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,325,978 |
net_rshares | 0 |
That's me when I read something new!
author | bitcoinalex |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170802t165935901z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 16:59:36 |
last_update | 2017-08-02 16:59:36 |
depth | 2 |
children | 0 |
last_payout | 2017-08-09 16:59: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 | 36 |
author_reputation | 37,266,508 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,557,508 |
net_rshares | 0 |
Giggle
author | bitcoinmeetups |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170801t154142403z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 15:41:48 |
last_update | 2017-08-01 15:41:48 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 15:41: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 | 6 |
author_reputation | 236,882,220,234 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,437,197 |
net_rshares | 422,729,720 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marconah | 0 | 244,136,700 | 100% | ||
dirtyburger | 0 | 178,593,020 | 100% |
i felt like this is mathematics written in english and then i saw this meme i couldnt help bursting out with laughter so much so people around me looked askance at me like i was loosing it. really funny dude.
author | darkerhorse |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170801t174658874z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 17:47:09 |
last_update | 2017-08-01 17:47:09 |
depth | 2 |
children | 1 |
last_payout | 2017-08-08 17:47: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 | 208 |
author_reputation | 1,376,329,664,978 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,451,036 |
net_rshares | 0 |
lol :D
author | alainite |
---|---|
permlink | re-darkerhorse-re-alainite-re-dan-casper-as-an-eos-contract-20170801t174850117z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 17:48:48 |
last_update | 2017-08-01 17:48:48 |
depth | 3 |
children | 0 |
last_payout | 2017-08-08 17:48:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 3,773,610,796,661 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,451,278 |
net_rshares | 25,119,598,247 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alainite | 0 | 25,119,598,247 | 100% |
like it is
author | davidbll |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170802t175559863z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 17:56:00 |
last_update | 2017-08-02 17:56:00 |
depth | 2 |
children | 0 |
last_payout | 2017-08-09 17:56: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 | 10 |
author_reputation | 143,614,083 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,562,299 |
net_rshares | 0 |
This ^^ literally made me laugh aloud!!
author | designeffort |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170801t154153016z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 15:41:54 |
last_update | 2017-08-01 15:43:00 |
depth | 2 |
children | 2 |
last_payout | 2017-08-08 15:41: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 | 39 |
author_reputation | 93,842,242,875 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,437,201 |
net_rshares | 178,593,020 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dirtyburger | 0 | 178,593,020 | 100% |
hahaha I'm glad <3
author | alainite |
---|---|
permlink | re-designeffort-re-alainite-re-dan-casper-as-an-eos-contract-20170801t161146788z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 16:11:45 |
last_update | 2017-08-01 16:11:45 |
depth | 3 |
children | 0 |
last_payout | 2017-08-08 16:11: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 | 18 |
author_reputation | 3,773,610,796,661 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,440,217 |
net_rshares | 963,371,264 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
designeffort | 0 | 963,371,264 | 100% |
haha That has made my day, never go full retard lol x
author | thehansman |
---|---|
permlink | re-designeffort-re-alainite-re-dan-casper-as-an-eos-contract-20170801t163358880z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 16:34:00 |
last_update | 2017-08-01 16:34:00 |
depth | 3 |
children | 0 |
last_payout | 2017-08-08 16:34: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 | 53 |
author_reputation | -100,778,509,840 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,442,594 |
net_rshares | 0 |
Neither do I.
author | fisch |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170801t213802854z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 21:38:00 |
last_update | 2017-08-01 21:38:00 |
depth | 2 |
children | 1 |
last_payout | 2017-08-08 21:38:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.826 HBD |
curator_payout_value | 0.151 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 1,788,529,918,215 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,469,661 |
net_rshares | 241,902,668,746 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sandwich | 0 | 44,120,022,878 | 100% | ||
freedomlover | 0 | 3,714,393,271 | 100% | ||
me-do | 0 | 226,749,881 | 1% | ||
fisch | 0 | 193,841,502,716 | 100% |
LOL hahaha
author | aftabchouhan |
---|---|
permlink | re-fisch-re-alainite-re-dan-casper-as-an-eos-contract-20170802t154039359z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 15:40:42 |
last_update | 2017-08-02 15:40:42 |
depth | 3 |
children | 0 |
last_payout | 2017-08-09 15:40: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 | 10 |
author_reputation | 48,739,534,016 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,550,371 |
net_rshares | 0 |
EOS..... go stick my dick in ya mouth!
author | fruchocs |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170804t082621409z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 08:26:21 |
last_update | 2017-08-04 08:26:21 |
depth | 2 |
children | 0 |
last_payout | 2017-08-11 08:26: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 | 38 |
author_reputation | 7,534,812,566 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,727,792 |
net_rshares | -22,833,467,504 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
raymonjohnstone | 0 | -22,833,467,504 | -100% |
That literally sums up the last 4+ years of me reading Dan's writings. But just try and get me off that chair... just try it...
author | johnsmith |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170803t045427752z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 04:54:18 |
last_update | 2017-08-03 04:54:18 |
depth | 2 |
children | 1 |
last_payout | 2017-08-10 04:54:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.935 HBD |
curator_payout_value | 0.182 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 127 |
author_reputation | 22,729,726,767,685 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,606,392 |
net_rshares | 774,832,707,428 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
summon | 0 | 713,720,651,707 | 17% | ||
johnsmith | 0 | 1,234,430,730,551 | 100% | ||
javierjmc | 0 | 0 | 100% | ||
adanjr | 0 | 1,592,003,602 | 100% | ||
sadkitten | 0 | -1,176,030,706,812 | -21.31% | ||
m023bl | 0 | 1,120,028,380 | 100% |
My dear beloved steemit members. In the end, I love the inner love and respect of my heart. Today, I will tell you some truth about the purpose of all of you. Hope everyone will think about the matter. Initially, I want to say that this is a social networking site. It is not the means of earning money. However, yes it is creating a good opportunity for us. Which is good for all. But sadly, there is no post in it. Look at it. And one thing is very difficult that everyone just wants to follow him, but he does not follow anyone. So my request to everyone is mine. That everyone is helping everyone by steemit Build a family follow and @shahaalam
author | shahaalam19 |
---|---|
permlink | re-johnsmith-re-alainite-re-dan-casper-as-an-eos-contract-20170803t052055627z |
category | eos |
json_metadata | {"tags":["eos"],"users":["shahaalam"],"app":"steemit/0.1"} |
created | 2017-08-03 05:21:06 |
last_update | 2017-08-03 05:21:06 |
depth | 3 |
children | 0 |
last_payout | 2017-08-10 05: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 | 648 |
author_reputation | -2,926,318,423,623 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,607,907 |
net_rshares | -864,820,109,807 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | -871,868,878,422 | -100% | ||
agstakzzz | 0 | 8,168,824,617 | 30% | ||
michael-lauria | 0 | -1,120,056,002 | -100% |
I know the feeling.
author | lasseehlers |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170803t185315829z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 18:53:21 |
last_update | 2017-08-03 18:53:21 |
depth | 2 |
children | 0 |
last_payout | 2017-08-10 18:53:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.925 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 19 |
author_reputation | -19,436,258,305,452 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,673,742 |
net_rshares | 241,144,440,833 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lasseehlers | 0 | 119,830,903,669 | 100% | ||
ivoteonheros | 0 | 121,313,537,164 | 100% |
# *"But I know he is damn right !"* https://s4.postimg.org/kz6aja9nx/Screenshot_from_2017-08-03_23_25_42.png
author | liondani |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170803t201720303z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1","image":["https://s4.postimg.org/kz6aja9nx/Screenshot_from_2017-08-03_23_25_42.png"]} |
created | 2017-08-03 20:17:21 |
last_update | 2017-08-03 20:29:57 |
depth | 2 |
children | 1 |
last_payout | 2017-08-10 20:17:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.387 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 95,095,146,236,111 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,680,518 |
net_rshares | 856,542,839,247 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 855,314,406,047 | 100% | ||
mkg20001 | 0 | 608,913,200 | 100% | ||
javierjmc | 0 | 0 | 100% | ||
deezy | 0 | 619,520,000 | 100% |
Jajaja
author | davidrestrepo |
---|---|
permlink | re-liondani-re-alainite-re-dan-casper-as-an-eos-contract-20170805t055610159z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-05 05:56:09 |
last_update | 2017-08-05 05:56:09 |
depth | 3 |
children | 0 |
last_payout | 2017-08-12 05:56:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.432 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 757,119,534,433 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,821,787 |
net_rshares | 112,723,974,546 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
davidrestrepo | 0 | 112,723,974,546 | 100% |
Exactly my thoughts. Is he even speaking english?
author | mergesort |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170803t030730068z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 03:07:30 |
last_update | 2017-08-03 03:07:30 |
depth | 2 |
children | 0 |
last_payout | 2017-08-10 03:07: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 | 49 |
author_reputation | 343,279,051,108 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,600,134 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bozo | 0 | 0 | 100% |
Same feeling, Haha
author | newold |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20180508t061351498z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-08 06:13:57 |
last_update | 2018-05-08 06:13:57 |
depth | 2 |
children | 0 |
last_payout | 2018-05-15 06:13: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 | 18 |
author_reputation | 64,579,268 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,511,538 |
net_rshares | 0 |
Don't worry. Here's another one.
author | oldtimer |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170801t193106546z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 19:31:09 |
last_update | 2017-08-01 19:31:09 |
depth | 2 |
children | 1 |
last_payout | 2017-08-08 19:31:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.172 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 467,238,930,346,592 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,460,032 |
net_rshares | 42,539,845,014 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
oldtimer | 0 | 42,539,845,014 | 1% |
HaaHaa! Too funny!
author | hashclouds |
---|---|
permlink | re-oldtimer-re-alainite-re-dan-casper-as-an-eos-contract-20170801t202419677z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 20:24:33 |
last_update | 2017-08-01 20:24:33 |
depth | 3 |
children | 0 |
last_payout | 2017-08-08 20:24: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 | 18 |
author_reputation | 2,410,968,328,315 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,464,321 |
net_rshares | 0 |
Lol
author | otonsdedon1 |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170802t082009934z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 08:20:21 |
last_update | 2017-08-02 08:20:21 |
depth | 2 |
children | 0 |
last_payout | 2017-08-09 08:20: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 | 3 |
author_reputation | 303,537,889 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,514,465 |
net_rshares | 365,516,800 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
otonsdedon1 | 0 | 365,516,800 | 100% |
hahaha
author | peacekeeper |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170801t161442883z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 16:14:42 |
last_update | 2017-08-01 16:14:42 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 16:14: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 | 6 |
author_reputation | 5,069,461,975,202 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,440,550 |
net_rshares | 0 |
"One thing that has become abundantly clear in my research is that the various consensus camps have been talking past each other due to a general lack of language precision." If this is how you feel, please define acronyms! You start using DPOS without defining it, leaving it to the reader to go and Google it. Please define acronyms!
author | positivevibes |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170803t191256660z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 19:12:57 |
last_update | 2017-08-03 19:12:57 |
depth | 2 |
children | 0 |
last_payout | 2017-08-10 19:12: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 | 337 |
author_reputation | 9,680,000 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,675,229 |
net_rshares | 619,520,000 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
olugbenga | 0 | 619,520,000 | 100% |
author | salvis |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170802t200230773z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 20:02:33 |
last_update | 2017-08-02 20:02:33 |
depth | 2 |
children | 0 |
last_payout | 2017-08-09 20:02:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.076 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2 |
author_reputation | 520,117,508,798 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,572,637 |
net_rshares | 25,578,754,244 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
salvis | 0 | 25,108,692,460 | 100% | ||
dansal | 0 | 470,061,784 | 100% |
author | sgtluke |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170802t105614078z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 10:56:15 |
last_update | 2017-08-02 10:56:15 |
depth | 2 |
children | 0 |
last_payout | 2017-08-09 10:56:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.144 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 692,776,107 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,524,800 |
net_rshares | 44,337,670,919 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sandwich | 0 | 43,194,427,992 | 100% | ||
sgtluke | 0 | 1,143,242,927 | 100% |
My dear beloved steemit members. In the end, I love the inner love and respect of my heart. Today, I will tell you some truth about the purpose of all of you. Hope everyone will think about the matter. Initially, I want to say that this is a social networking site. It is not the means of earning money. However, yes it is creating a good opportunity for us. Which is good for all. But sadly, there is no post in it. Look at it. And one thing is very difficult that everyone just wants to follow him, but he does not follow anyone. So my request to everyone is mine. That everyone is helping everyone by steemit Build a family follow and @shahaalam
author | shahaalam19 |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170803t052009904z |
category | eos |
json_metadata | {"tags":["eos"],"users":["shahaalam"],"app":"steemit/0.1"} |
created | 2017-08-03 05:20:21 |
last_update | 2017-08-03 05:20:21 |
depth | 2 |
children | 0 |
last_payout | 2017-08-10 05:20: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 | 648 |
author_reputation | -2,926,318,423,623 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,607,856 |
net_rshares | -4,031,559,969,960 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
summon | 0 | -4,030,422,503,761 | -100% | ||
michael-lauria | 0 | -1,137,466,199 | -100% |
Lol, wkwkwkwk
author | steempower-ach |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170801t173947418z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 17:39:51 |
last_update | 2017-08-01 17:39:51 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 17:39: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 | 13 |
author_reputation | 9,389,600 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,449,999 |
net_rshares | 0 |
there's probably less than 1% who truly comprend.... https://media.giphy.com/media/G2NlSCeVTOOwU/giphy.gif
author | stellabelle |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170802t002819798z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://media.giphy.com/media/G2NlSCeVTOOwU/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-08-02 00:28:18 |
last_update | 2017-08-02 00:28:18 |
depth | 2 |
children | 1 |
last_payout | 2017-08-09 00:28: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 | 106 |
author_reputation | 516,061,669,130,124 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,483,776 |
net_rshares | 0 |
My dear beloved steemit members. In the end, I love the inner love and respect of my heart. Today, I will tell you some truth about the purpose of all of you. Hope everyone will think about the matter. Initially, I want to say that this is a social networking site. It is not the means of earning money. However, yes it is creating a good opportunity for us. Which is good for all. But sadly, there is no post in it. Look at it. And one thing is very difficult that everyone just wants to follow him, but he does not follow anyone. So my request to everyone is mine. That everyone is helping everyone by steemit Build a family follow and @shahaalam
author | shahaalam19 |
---|---|
permlink | re-stellabelle-re-alainite-re-dan-casper-as-an-eos-contract-20170803t052259323z |
category | eos |
json_metadata | {"tags":["eos"],"users":["shahaalam"],"app":"steemit/0.1"} |
created | 2017-08-03 05:23:06 |
last_update | 2017-08-03 05:23:06 |
depth | 3 |
children | 0 |
last_payout | 2017-08-10 05:23: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 | 648 |
author_reputation | -2,926,318,423,623 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,608,010 |
net_rshares | -12,965,454,511 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaeldodridge | 0 | -12,965,454,511 | -100% |
author | strategos |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170801t205727740z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 20:57:27 |
last_update | 2017-08-01 20:57:27 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 20:57:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.248 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 73,967,081,009 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,466,850 |
net_rshares | 61,589,114,548 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ubg | 0 | 1,500,390,103 | 100% | ||
nrg | 0 | 60,088,724,445 | 100% |
@alainite; that is hilarious and honest!!!!!
author | theguldenaries |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170801t172738703z |
category | eos |
json_metadata | {"tags":["eos"],"users":["alainite"],"app":"steemit/0.1"} |
created | 2017-08-01 17:27:39 |
last_update | 2017-08-01 17:27:39 |
depth | 2 |
children | 1 |
last_payout | 2017-08-08 17:27: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 | 44 |
author_reputation | 38,301,112,189 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,448,261 |
net_rshares | 0 |
hahaha thank you <3
author | alainite |
---|---|
permlink | re-theguldenaries-re-alainite-re-dan-casper-as-an-eos-contract-20170801t174431304z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 17:44:30 |
last_update | 2017-08-01 17:44:30 |
depth | 3 |
children | 0 |
last_payout | 2017-08-08 17:44: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 | 19 |
author_reputation | 3,773,610,796,661 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,450,654 |
net_rshares | 0 |
i love honesty
author | treeleaves |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170801t182153428z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 18:21:54 |
last_update | 2017-08-01 18:21:54 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 18:21: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 | 14 |
author_reputation | 3,845,241,917,953 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,454,242 |
net_rshares | 384,338,113 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jephline | 0 | 384,338,113 | 100% |
Oh god this made me laugh so hard lol
author | tyler-fletcher |
---|---|
permlink | re-alainite-re-dan-casper-as-an-eos-contract-20170802t190814537z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 19:08:15 |
last_update | 2017-08-02 19:08:15 |
depth | 2 |
children | 1 |
last_payout | 2017-08-09 19:08: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 | 37 |
author_reputation | 1,975,656,119,538 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,568,396 |
net_rshares | 0 |
My dear beloved steemit members. In the end, I love the inner love and respect of my heart. Today, I will tell you some truth about the purpose of all of you. Hope everyone will think about the matter. Initially, I want to say that this is a social networking site. It is not the means of earning money. However, yes it is creating a good opportunity for us. Which is good for all. But sadly, there is no post in it. Look at it. And one thing is very difficult that everyone just wants to follow him, but he does not follow anyone. So my request to everyone is mine. That everyone is helping everyone by steemit Build a family follow and @shahaalam
author | shahaalam19 |
---|---|
permlink | re-tyler-fletcher-re-alainite-re-dan-casper-as-an-eos-contract-20170803t052206865z |
category | eos |
json_metadata | {"tags":["eos"],"users":["shahaalam"],"app":"steemit/0.1"} |
created | 2017-08-03 05:22:21 |
last_update | 2017-08-03 05:22:21 |
depth | 3 |
children | 0 |
last_payout | 2017-08-10 05:22: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 | 648 |
author_reputation | -2,926,318,423,623 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,607,965 |
net_rshares | -946,703,469 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
michaeldodridge | 0 | 0 | 0% | ||
cybernatic | 0 | 213,976,326 | 100% | ||
michael-lauria | 0 | -1,160,679,795 | -100% |
An adorable casper mr @ and ... Casper as an EOS contract is remarkable ...
author | alanmirza | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201782t44927299z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-01 21:49:36 | ||||||
last_update | 2017-08-01 21:49:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-08 21:49: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 | 75 | ||||||
author_reputation | 9,688,354,447,537 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,470,422 | ||||||
net_rshares | 2,366,056,332 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alanmirza | 0 | 883,387,017 | 100% | ||
mitapeng | 0 | 739,879,018 | 100% | ||
zaritazahara | 0 | 301,740,575 | 100% | ||
zhangwei93 | 0 | 441,049,722 | 100% |
i think is very nice topic
author | alihelal |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t074739725z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 07:47:39 |
last_update | 2017-08-02 07:47:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 07:47: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 | 26 |
author_reputation | 12,863,777,988 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,512,336 |
net_rshares | 0 |
Yeah interesting. https://i.ytimg.com/vi/keCgNXlq3Vo/maxresdefault.jpg
author | allmonitors |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t035603378z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://i.ytimg.com/vi/keCgNXlq3Vo/maxresdefault.jpg"],"app":"steemit/0.1"} |
created | 2017-08-03 03:56:03 |
last_update | 2017-08-03 03:56:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 03:56: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 | 70 |
author_reputation | 1,267,762,427,817,182 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,602,954 |
net_rshares | 0 |
Cheers to not overengineering everything! Btw really hard to follow when you're using Ethereum terminology ;)
author | almost-digital |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t173922553z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 17:39:21 |
last_update | 2017-08-01 17:39:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 17:39: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 | 109 |
author_reputation | 12,829,718,661,429 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,449,923 |
net_rshares | 0 |
I follow your writing fun for me
author | amaru |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t022522143z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 02:25:27 |
last_update | 2017-08-02 02:25:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 02: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 | 32 |
author_reputation | 483,266,514,673 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,492,355 |
net_rshares | 0 |
I just want to ask you for help as many honorable popes, I created a [UPVOTED COMMUNITY](https://steemit.com/upvotedcommunity/@andravasko/upvoted-community-helps-minnow-steemit-2017910t192027952z) program, but as you can see in my post when promoting upvoted community, not having seen my post, I want to ask you to look at it even for a while my post [HERE !!!](https://steemit.com/upvotedcommunity/@andravasko/upvoted-community-helps-minnow-steemit-2017910t192027952z) my program wants to help the minnows in steemit but see i do not have enough steem power, i just a minnow too, i have to give them 100% reward every post but my post limit is so fast so i can not upvote many post minnow other. at least I just want you to catch a glimpse of my post so minnow just as I can grow. I am very grateful to the pope like you @dan
author | andravasko |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170912t150203164z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"links":["https://steemit.com/upvotedcommunity/@andravasko/upvoted-community-helps-minnow-steemit-2017910t192027952z"],"app":"steemit/0.1"} |
created | 2017-09-12 15:02:12 |
last_update | 2017-09-12 15:02:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-19 15: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 | 828 |
author_reputation | 3,219,352,174,098 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,667,595 |
net_rshares | 0 |
I love your post! Good luck!
author | andyx |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t193402155z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 19:34:03 |
last_update | 2017-08-01 19:34:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 19:34: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 | 28 |
author_reputation | 5,770,825,289,460 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,460,264 |
net_rshares | 0 |
wow...now i m following you
author | aneeqamajeed |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170804t164557692z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 16:45:57 |
last_update | 2017-08-04 16:45:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-11 16:45: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 | 27 |
author_reputation | 320,902,567,348 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,767,701 |
net_rshares | 0 |
# I need your moral support I'm new here.. # Followed Voted Done Please give back Follow for help https://media.tenor.com/images/2cfcc4fff02b694afabd9929534199a1/tenor.gif
author | angelasmith |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170804t202425007z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://media.tenor.com/images/2cfcc4fff02b694afabd9929534199a1/tenor.gif"],"app":"steemit/0.1"} |
created | 2017-08-04 20:24:27 |
last_update | 2017-08-04 20:24:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-11 20:24: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 | 171 |
author_reputation | -266,420,956,806 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,786,879 |
net_rshares | 0 |
Nice info to be digest by the steemit members indeed...just keep it up
author | anjiba |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170804t014359892z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 01:43:57 |
last_update | 2017-08-04 01:43:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-11 01:43: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 | 70 |
author_reputation | 2,372,530,459,455 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,702,767 |
net_rshares | 0 |
Proofreading hat on: In the section 'Bias toward centralization', the fourth paragraph contains a large repeat of the second paragraph. Looks like a copy-paste then edit where there should have been cut-paste then edit?
author | antonchanning |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t155555319z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 15:55:57 |
last_update | 2017-08-01 15:55:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 15:55: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 | 219 |
author_reputation | 7,604,491,257,909 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,438,662 |
net_rshares | 0 |
Hey really great post!! I upvoted you and followed you already..hope to get followed back!! Cheers!!
author | anu-sha |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t152012323z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 15:20:06 |
last_update | 2017-08-03 15:20:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 15:20: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 | 100 |
author_reputation | 1,803,543,985 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,654,261 |
net_rshares | 0 |
Congratulations @dan! Your post was mentioned in the [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20170801) in the following category: * Pending payout - Ranked 1 with $ 833,01
author | arcange |
---|---|
permlink | re-casper-as-an-eos-contract-20170801t162821000z |
category | eos |
json_metadata | "" |
created | 2017-08-02 14:28:21 |
last_update | 2017-08-02 14:28:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 14:28: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 | 203 |
author_reputation | 1,146,606,601,469,178 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,542,711 |
net_rshares | 0 |
I like the pic of cartoon
author | ayeshaghafur |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t094734202z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 09:47:45 |
last_update | 2017-08-02 09:47:45 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 09:47: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 | 25 |
author_reputation | 86,585,804 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,520,122 |
net_rshares | 0 |
I think you mean assess instead. "This risk may be difficult to access and may discourage participation of honest players"
author | badokun |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170805t224523785z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-05 22:45:27 |
last_update | 2017-08-05 22:45:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-12 22:45: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 | 122 |
author_reputation | 0 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,891,474 |
net_rshares | 0 |
I was wondered all this all worked. Thanks!
author | basicstoliving |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t131651928z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 13:16:54 |
last_update | 2017-08-02 13:16:54 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 13:16: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 | 43 |
author_reputation | 5,592,751,523,856 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,536,159 |
net_rshares | 0 |
After reading this is there any doubt Dan is the real SN?
author | bbrewer |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t195200716z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 19:52:03 |
last_update | 2017-08-01 19:52:03 |
depth | 1 |
children | 2 |
last_payout | 2017-08-08 19:52:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.433 HBD |
curator_payout_value | 0.284 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 7,852,511,958,185 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,461,773 |
net_rshares | 423,628,384,034 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ajvest | 0 | 372,130,795,898 | 100% | ||
bbrewer | 0 | 49,937,570,966 | 100% | ||
zimtente | 0 | 531,245,700 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% | ||
lisajohnn | 0 | 499,081,870 | 100% | ||
fruchocs | 0 | 529,689,600 | 100% |
LOL right! only the ones who know, know :)
author | ajvest |
---|---|
permlink | re-bbrewer-re-dan-casper-as-an-eos-contract-20170801t211423978z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 21:14:27 |
last_update | 2017-08-01 21:14:27 |
depth | 2 |
children | 1 |
last_payout | 2017-08-08 21:14:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.146 HBD |
curator_payout_value | 0.048 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 13,161,745,138,394 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,468,050 |
net_rshares | 48,530,878,826 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bbrewer | 0 | 48,530,878,826 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% |
;)
author | bbrewer |
---|---|
permlink | re-ajvest-re-bbrewer-re-dan-casper-as-an-eos-contract-20170802t013422050z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 01:34:24 |
last_update | 2017-08-02 01:34:24 |
depth | 3 |
children | 0 |
last_payout | 2017-08-09 01:34:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.216 HBD |
curator_payout_value | 0.404 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2 |
author_reputation | 7,852,511,958,185 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,489,208 |
net_rshares | 398,680,170,145 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ajvest | 0 | 345,139,797,211 | 100% | ||
bbrewer | 0 | 53,540,372,934 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% |
Is this why openledger has been rewarding voting so well. And why BTS instead of Obits now? Thanks for any explanation. http://bytemaster.github.io/2015/08/08/Review-of-Casper-Ethereums-proposed-Proof-of-Stake-Algorithm/ https://obits.io/vote/#1501669633120
author | belidged |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t104428486z |
category | eos |
json_metadata | {"tags":["eos"],"links":["http://bytemaster.github.io/2015/08/08/Review-of-Casper-Ethereums-proposed-Proof-of-Stake-Algorithm/","https://obits.io/vote/#1501669633120"],"app":"steemit/0.1"} |
created | 2017-08-02 10:44:27 |
last_update | 2017-08-02 10:49:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 10:44: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 | 260 |
author_reputation | 107,019,740,819 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,524,010 |
net_rshares | 3,530,249,326 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
belidged | 0 | 3,530,249,326 | 100% |
Sounds about right... if I could understand anything :D
author | bentoboy |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170807t151528739z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-07 15:15:30 |
last_update | 2017-08-07 15:15:30 |
depth | 1 |
children | 0 |
last_payout | 2017-08-14 15:15: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 | 55 |
author_reputation | 26,913,476 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,067,375 |
net_rshares | 1,722,462,484 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rigogonzsteemit | 0 | 1,722,462,484 | 100% |
What is the reason why the payout has been declined? quote: Potential Payout $835.28 in 6 days Payout Declined
author | bicolisarogtsi |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t130552073z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 13:06:03 |
last_update | 2017-08-02 13:06:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 13:06: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 | 113 |
author_reputation | 694,263,336 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,535,162 |
net_rshares | 0 |
Nice....post.....
author | biplob12 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t020326973z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 02:03:39 |
last_update | 2017-08-03 02:03:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 02:03: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 | 17 |
author_reputation | 997,742,852,540 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,596,270 |
net_rshares | 2,947,387,117 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rigogonzsteemit | 0 | 1,786,733,472 | 100% | ||
biplob12 | 0 | 1,160,653,645 | 100% |
Well formulated and interesting read.
author | bitcoinmeetups |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t154258513z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 15:43:09 |
last_update | 2017-08-01 15:43:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 15:43: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 | 37 |
author_reputation | 236,882,220,234 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,437,318 |
net_rshares | 0 |
okyyyy
author | bokseur |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t010755027z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 01:07:57 |
last_update | 2017-08-03 01:07:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 01:07: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 | 6 |
author_reputation | 5,946,712,087 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,592,883 |
net_rshares | 0 |
.
author | bola |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t160636075z |
category | eos |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2017-08-01 16:06:36 |
last_update | 2024-01-28 05:53:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 16:06:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.153 HBD |
curator_payout_value | 0.037 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 51,245,914,991,562 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,439,609 |
net_rshares | 292,130,018,543 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
catchfire | 0 | 32,432,184,108 | 18% | ||
bola | 0 | 216,782,889,423 | 100% | ||
bbrewer | 0 | 42,914,945,012 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% |
So to sum it all up EOS will fix this Casper issue.
author | breezer |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t165427413z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 16:54:27 |
last_update | 2017-08-03 16:54:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 16:54: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 | 51 |
author_reputation | 182,757,597,590 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,663,388 |
net_rshares | 0 |
@dan I guess that your response gave a comprehensive answer to Vitalik response to your former post..see the link https://www.reddit.com/r/ethereum/comments/6qm0y2/is_the_ethereum_team_defending_their_ground/dkzoj5t/ In light of all these exchanges, I think that both technologies are great and innovative . However, EOS is built to solve all the limitations of Etherium and will certainly disrupt the smart contract segment if properly implemented. These exchanges between both of you are great because it leads to innovation: trying to improve on already great technology and we users will be at advantage especially on EOS which is currently cheaper to buy. I hope , that we can easily access EOS tokens via our steem wallet just like Bitshares . Keep up the good job @dan, you have my full support and blessings.
author | charles1 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-casper-as-an-eos-contract-201781t174818856z | ||||||
category | eos | ||||||
json_metadata | {"app":"chainbb/0.3","format":"markdown+html","tags":[]} | ||||||
created | 2017-08-01 15:48:21 | ||||||
last_update | 2017-08-01 15:48:21 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-08 15:48:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.359 HBD | ||||||
curator_payout_value | 0.048 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 822 | ||||||
author_reputation | 73,578,987,512,478 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,437,902 | ||||||
net_rshares | 115,272,391,414 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
catchfire | 0 | 55,855,428,186 | 31% | ||
jesta | 0 | 7,613,986,782 | 0.1% | ||
marcusxman | 0 | 250,155,843 | 0.05% | ||
charles1 | 0 | 33,016,760,607 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% | ||
prep4shtf | 0 | 18,536,059,996 | 100% |
Great work Dan. We believe you would have picked the best mechanism thats works well with EOS. By the way I dont understand anything that you wrote here lol. Best wishes, Jen
author | cikxaijen | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201782t153754742z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-02 07:38:00 | ||||||
last_update | 2017-08-02 07:38:00 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-09 07:38: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 | 177 | ||||||
author_reputation | 6,555,044,525,780 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,511,712 | ||||||
net_rshares | 0 |
first CASPER ref I've seen, love it... he's the friendly ghost !! (-: watched that show on WGN out of Chicago on Grandparent's cable back in the day ! http://blog.cleanenergy.org/files/2014/04/Casper-the-Friendly-Ghost-Pictures.jpg
author | clumsysilverdad |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t160412545z |
category | eos |
json_metadata | {"tags":["eos"],"image":["http://blog.cleanenergy.org/files/2014/04/Casper-the-Friendly-Ghost-Pictures.jpg"],"app":"steemit/0.1"} |
created | 2017-08-01 16:04:15 |
last_update | 2017-08-01 16:04:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 16:04: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 | 234 |
author_reputation | 28,166,630,869,767 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,439,406 |
net_rshares | 0 |
Very informative article. Thanks.
author | coinqueror |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t133041613z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 13:30:42 |
last_update | 2017-08-02 13:30:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 13:30: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 | 33 |
author_reputation | 68,656,516 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,537,348 |
net_rshares | 1,160,652,614 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
coinqueror | 0 | 1,160,652,614 | 100% |
Thanks for the article. Clear concise and well written. I found it to be a big help. I am going to Resteem and Follow. Especially, so I can find this and refer back to it.
author | cristim |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t083941682z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 08:39:42 |
last_update | 2017-08-02 08:39:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 08:39: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 | 171 |
author_reputation | 10,464,565,674 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,515,674 |
net_rshares | 278,556,677 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
cristim | 0 | 278,556,677 | 100% |

author | cryptoindex |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t154846832z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://steemitimages.com/DQmXjv4ekKpya3DT6NQJ9npDMg1eMdZKkNvPCu4E4fyjdgr/fR7JyBG.png"],"app":"steemit/0.1"} |
created | 2017-08-01 15:48:45 |
last_update | 2017-08-01 15:48:45 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 15:48: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 | 101 |
author_reputation | -6,948,549,752,699 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,437,940 |
net_rshares | 1,709,059,498 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aifuture | 0 | 693,466,453 | 100% | ||
cryptoindex | 0 | 1,015,593,045 | 100% |
@dan Your article brought to mind my growing concern about blockchain governance and concensus systems, and the ability of enemies of blockchain freedom (eg. those who would/are enslaving us) to manipulate 'the cyber masses' to adopt trojan horse code that opens up the blockchain to attack. I started off as a comment and it grew into this article https://steemit.com/eos/@cyberspace/are-blockchain-consensus-systems-robust-or-is-code-like-segwit-jeopardizing-blockchain-security-cyberspace-sovereignty-and
author | cyberspace |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t032817029z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"links":["https://steemit.com/eos/@cyberspace/are-blockchain-consensus-systems-robust-or-is-code-like-segwit-jeopardizing-blockchain-security-cyberspace-sovereignty-and"],"app":"steemit/0.1"} |
created | 2017-08-02 03:28:30 |
last_update | 2017-08-02 03:28:30 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 03:28:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.698 HBD |
curator_payout_value | 0.230 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 507 |
author_reputation | 780,337,768,524 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,496,334 |
net_rshares | 228,524,850,768 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
guttormf | 0 | 18,071,793,951 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% | ||
gentlebot | 0 | 210,453,056,817 | 100% |
#### @Dan I wrote you to ask a Question about an idea I have! https://steemit.com/altcoins/@darkflame/hey-dan-larimer-using-eos-to-hold-a-token-distribution <a href="https://steemit.com/@darkflame"><img src="https://i.supload.com/HJgCXONJ8x.png"> #### I have some EOS-20 tokens and am very interested in the future EOS! Can EOS help me? Thank you for your time.
author | darkflame |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170812t123009473z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"image":["https://i.supload.com/HJgCXONJ8x.png"],"links":["https://steemit.com/altcoins/@darkflame/hey-dan-larimer-using-eos-to-hold-a-token-distribution","https://steemit.com/@darkflame"],"app":"steemit/0.1"} |
created | 2017-08-12 12:30:12 |
last_update | 2017-08-12 12:30:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-19 12:30: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 | 363 |
author_reputation | 90,046,597,016,026 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,594,474 |
net_rshares | 0 |
Hi Dan, i agree DPOS is a better philosophy to follow. Simply because in a dedicated network you have a more controlled environment it is much more secure and you know who does the actual work and is awarded by the electors. You avoid outside interference to the blockchains creation process and have better faster more secure control over the blocks Great Idea! As for Casper i would recommend for blockchain creation in the case where the work "hash mining" is being done by outofhouse services which have no mechanisms to check themselves and have certain security and fairness issues. Also EOS Tokens in the Exodus wallet? Your thoughts please.
author | darsico |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t025708738z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 02:57:09 |
last_update | 2017-08-02 05:03:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 02:57:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.027 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 650 |
author_reputation | 106,907,148,547,936 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,494,333 |
net_rshares | 7,132,917,506 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
zimtente | 0 | 518,818,900 | 100% | ||
darsico | 0 | 6,614,098,606 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% |
wiping away that wall of text https://68.media.tumblr.com/4e01f27512b6a5d4c4a5218f40b7e74b/tumblr_oly8p73dZc1s2wio8o1_500.gif
author | dhn0411 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t042726491z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://68.media.tumblr.com/4e01f27512b6a5d4c4a5218f40b7e74b/tumblr_oly8p73dZc1s2wio8o1_500.gif"],"app":"steemit/0.1"} |
created | 2017-08-03 04:27:51 |
last_update | 2017-08-03 04:27:51 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 04:27:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.033 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | -81,590,941,050 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,604,873 |
net_rshares | 8,373,948,685 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dhn0411 | 0 | 6,355,839,655 | 100% | ||
rigogonzsteemit | 0 | 2,018,109,030 | 100% |
Great share with the community. I feel like I am further down the rabbit hole.
author | dirtyburger |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t185014751z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 18:50:15 |
last_update | 2017-08-01 18:50:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 18:50: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 | 78 |
author_reputation | 53,502,862,041 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,456,535 |
net_rshares | 0 |
so is it a ghost application!!!!! loll
author | dollarbo-y |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t165804574z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 16:58:03 |
last_update | 2017-08-02 16:58:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 16:58: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 | 38 |
author_reputation | -141,528,509,999 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,557,365 |
net_rshares | 0 |
https://i.imgflip.com/1tgwiz.jpg
author | drakos |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t175238972z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://i.imgflip.com/1tgwiz.jpg"],"app":"steemit/0.1"} |
created | 2017-08-02 17:53:15 |
last_update | 2017-08-02 17:53:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 17:53:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.025 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 112,280,226,665,329 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,562,080 |
net_rshares | 8,196,460,635 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dhn0411 | 0 | 6,216,914,198 | 100% | ||
rigogonzsteemit | 0 | 1,979,546,437 | 100% |
really good, pro lvl :D
author | dreamcoin |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t142008960z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 14:20:09 |
last_update | 2017-08-03 14:20:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 14:20: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 | 23 |
author_reputation | 502,589,481 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,648,258 |
net_rshares | 0 |
If Casper doesn't get rid of POW, it would be a lot of effort with little result.
author | edb |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t000034273z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 00:00:36 |
last_update | 2017-08-02 00:00:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 00:00: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 | 81 |
author_reputation | 35,341,759,782,104 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,481,440 |
net_rshares | 0 |
New to this platform, I have some understanding of what the writer is trying to promote.. Looking forward to the role I can play
author | elo24 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t091347564z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 09:14:12 |
last_update | 2017-08-02 09:14:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 09:14: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 | 128 |
author_reputation | 0 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,517,946 |
net_rshares | 0 |
<center> Where's ned man ?  </center>
author | fishmon |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t092539372z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://steemitimages.com/DQme36z9K5fzrVCVbgNXBcKsLLt4i5duCYRK6gUStgRizMv/DQmX5yjGCEvQHRSGKr6FoQ2DYogxDK3rd3DGYkjCdm44CZC_1680x8400.png"],"app":"steemit/0.1"} |
created | 2017-08-02 09:25:45 |
last_update | 2017-08-02 09:25:45 |
depth | 1 |
children | 2 |
last_payout | 2017-08-09 09:25: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 | 239 |
author_reputation | 4,373,835,902,560 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,518,676 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
darkflame | 0 | 0 | 100% | ||
fishmon | 0 | 0 | 100% |
# You have won the internet today my friend, do you have more of these?
author | darkflame |
---|---|
permlink | re-fishmon-re-dan-casper-as-an-eos-contract-20170812t123136478z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-12 12:31:36 |
last_update | 2017-08-12 12:31:36 |
depth | 2 |
children | 1 |
last_payout | 2017-08-19 12: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 | 72 |
author_reputation | 90,046,597,016,026 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,594,553 |
net_rshares | 2,557,504,773 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fishmon | 0 | 2,557,504,773 | 100% |
About 24 oh these , you can find them on my profile .
author | fishmon |
---|---|
permlink | re-darkflame-re-fishmon-re-dan-casper-as-an-eos-contract-20170812t123727838z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-12 12:37:27 |
last_update | 2017-08-12 12:37:27 |
depth | 3 |
children | 0 |
last_payout | 2017-08-19 12: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 | 53 |
author_reputation | 4,373,835,902,560 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,594,944 |
net_rshares | 0 |
A bit off-topic, but it would be Great if it might be possible to buy EOS tokens by STEEM and Bitcoins (as in example I don't have any Etherum) And buying EOS with Steem would be great, I think not only for me (anyway I don't have much Steem) but for many users on this site Is this something which can be done?
author | flodner |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t155437329z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 15:54:36 |
last_update | 2017-08-02 15:54:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 15:54: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 | 312 |
author_reputation | 66,686,831,690,910 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,551,689 |
net_rshares | 0 |
I @Dan sorry for it bothering, but i need your help, do you know how i share 0.05 sbd to all my follow. For celebrate my 200 FOLLOW I want to share it with them but it is very dificult to share one by one could you help me. And i uses a cell phone in steem. Thanks a lot This is the @galberto user
author | galberto |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170808t021625356z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan","galberto"],"app":"steemit/0.1"} |
created | 2017-08-08 02:16:33 |
last_update | 2017-08-08 02:19:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-15 02:16: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 | 298 |
author_reputation | 317,572,337,927,832 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,122,647 |
net_rshares | 0 |
You are a true anarchist, even if you don't consider yourself as one! Good for You, making history. Congrats!
author | garvofe |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t163420953z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 16:34:24 |
last_update | 2017-08-01 16:34:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 16:34: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 | 109 |
author_reputation | 16,942,221,815,246 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,442,632 |
net_rshares | 1,801,788,006 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
catchfire | 0 | 1,801,788,006 | 1% |
I thought you are going to talk about the cartoon... LOL :p
author | geeekgirl |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t170359051z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 17:04:00 |
last_update | 2017-08-01 17:04:00 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 17:04: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 | 60 |
author_reputation | 124,223,225,338 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,445,401 |
net_rshares | 0 |
So confused :-) brain hurts but it looks good. So the ICO is still ongoing and the coin is live on BIttrex...plus all this update?! this really could be the ETH killa
author | ginsberg5150 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170804t190517446z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 19:05:15 |
last_update | 2017-08-04 19:05:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-11 19:05: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 | 167 |
author_reputation | 1,406,754,624 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,779,051 |
net_rshares | 0 |
Great post of quality information bro, indeed helpful. Kudos
author | hamzasteem |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t153649458z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 15:36:42 |
last_update | 2017-08-01 15:36:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 15:36: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 | 60 |
author_reputation | 7,083,966,525 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,436,658 |
net_rshares | 0 |
Ethereum derives some of it's valuation from ICO launches. How sustainable is this? Ethereum is slower and more expensive compared to my Steemit transactions. The user doesn't care about the technicals. Dan has proven his ability to start great blockchains. He is a top professional. The proof is in Bitshares and Steemit. Dan is transparent and poses logical arguments that are clear. The billionaire Chris Sacca is one of the greatest angel investors of all time. Sacca bets on people, not companies. What is your gut on this? Dan is my man. PS. I did read through all the previous articles and all comments. All the technical points have been covered better than I could attempt, so this is my way to add a perspective.
author | happymoneyman |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t005325575z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 00:53:27 |
last_update | 2017-08-02 17:24:36 |
depth | 1 |
children | 4 |
last_payout | 2017-08-09 00:53: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 | 733 |
author_reputation | 103,128,936,267,400 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,485,955 |
net_rshares | 0 |
It's "Ethereum."
author | eeks |
---|---|
permlink | re-happymoneyman-re-dan-casper-as-an-eos-contract-20170802t162213718z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 16:22:12 |
last_update | 2017-08-02 16:22:12 |
depth | 2 |
children | 3 |
last_payout | 2017-08-09 16:22: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 | 16 |
author_reputation | 21,536,775,583,000 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,554,370 |
net_rshares | 0 |
@eeks are you a witness?
author | captainobviou3 |
---|---|
permlink | re-eeks-re-happymoneyman-re-dan-casper-as-an-eos-contract-20170802t181842126z |
category | eos |
json_metadata | {"tags":["eos"],"users":["eeks"],"app":"steemit/0.1"} |
created | 2017-08-02 18:18:42 |
last_update | 2017-08-02 18:18:42 |
depth | 3 |
children | 1 |
last_payout | 2017-08-09 18:18: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 | 24 |
author_reputation | 36,289,636,582,778 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,564,183 |
net_rshares | 0 |
Cheers. Thank you. I corrected it.
author | happymoneyman |
---|---|
permlink | re-eeks-re-happymoneyman-re-dan-casper-as-an-eos-contract-20170802t172502455z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 17:25:00 |
last_update | 2017-08-02 17:25:00 |
depth | 3 |
children | 0 |
last_payout | 2017-08-09 17:25: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 | 34 |
author_reputation | 103,128,936,267,400 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,559,736 |
net_rshares | 0 |
ALAINITE GO GET SOME IDEA
author | hassan1224 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t153710918z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 15:37:06 |
last_update | 2017-08-03 15:37:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 15:37: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 | 25 |
author_reputation | 9,678,258,373 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,655,966 |
net_rshares | 0 |
this steemit community is blessed by you.. No No!! I am Not leg pulling.. its my opinion about your every writing.. too much informative, too much patients you have to be written.. keep it up..
author | hazi |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170804t193233832z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 19:32:42 |
last_update | 2017-08-04 19:32:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-11 19:32: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 | 194 |
author_reputation | 4,953,372,279 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,781,122 |
net_rshares | 0 |
Please offer a solution to this: https://steemit.com/steemit/@venuspcs/-steemit-is-broken-as-long-as-this-is-allowed-to-continue- Thank you.
author | healthiswealth |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170817t194955262z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/steemit/@venuspcs/-steemit-is-broken-as-long-as-this-is-allowed-to-continue-"],"app":"steemit/0.1"} |
created | 2017-08-17 19:49:54 |
last_update | 2017-08-17 19:49:54 |
depth | 1 |
children | 0 |
last_payout | 2017-08-24 19: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 | 141 |
author_reputation | 40,730,529,105,487 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,115,110 |
net_rshares | 0 |
I feel like Jon Snow after reading this.
author | howtostartablog |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t072945468z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 07:29:45 |
last_update | 2017-08-02 07:29:45 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 07: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 | 40 |
author_reputation | 34,362,667,806,012 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,511,189 |
net_rshares | 0 |
I was reminded that in the ninety-year-old casper movie was in great interest by the children of that year, the story was very interesting
author | inok |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t122444392z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 12:24:42 |
last_update | 2017-08-02 12:24:42 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 12:24: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 | 138 |
author_reputation | 12,290,907,892 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,531,615 |
net_rshares | 0 |
>unconvinced that Casper adds any meaningful value Sure it does, it has a cool sounding name. Sounds newer and better than the proven DPOS even if it isn't. We could change the name of DPOS to something cool like "Ghostly Duo protocol" and we'd be cool and could raise all kinds of ICO funds with it. [For those unaware, this is sarcastic humor]
author | intelliguy |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t191032142z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 19:10:30 |
last_update | 2017-08-01 19:10:30 |
depth | 1 |
children | 1 |
last_payout | 2017-08-08 19:10:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.932 HBD |
curator_payout_value | 0.810 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 349 |
author_reputation | 62,276,657,564,898 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,458,227 |
net_rshares | 922,593,440,289 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 805,679,481,351 | 100% | ||
intelliguy | 0 | 46,023,783,046 | 100% | ||
raymonjohnstone | 0 | 21,949,591,343 | 100% | ||
bbrewer | 0 | 48,882,551,861 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% | ||
mohamadshwa5 | 0 | 58,032,688 | 100% |
Let's rename DPOS to CASP**EOS** or... https://s3.postimg.org/84akguxmr/casper.png
author | liondani |
---|---|
permlink | re-intelliguy-re-dan-casper-as-an-eos-contract-20170803t203854357z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1","image":["https://s3.postimg.org/84akguxmr/casper.png"]} |
created | 2017-08-03 20:38:54 |
last_update | 2017-08-03 20:43:21 |
depth | 2 |
children | 0 |
last_payout | 2017-08-10 20:38:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 95,095,146,236,111 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,682,165 |
net_rshares | 7,605,515,053 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
intelliguy | 0 | 5,458,864,047 | 10% | ||
rigogonzsteemit | 0 | 2,146,651,006 | 100% |
I am not a programmer, but Vitalik started off as a curious kid in Bitcoin and ended up developing Ethereum, a more complete and viable Blockchain. We, as curious people can learn as well, and who knows, makes wonders in the world
author | ismart1 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t121743527z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 12:18:06 |
last_update | 2017-08-02 12:18:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 12:18: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 | 230 |
author_reputation | 32,564,546 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,531,079 |
net_rshares | 0 |
Wow, I have a lot to learn!
author | jacquelyne |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t023757737z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 02:37:57 |
last_update | 2017-08-03 02:37:57 |
depth | 1 |
children | 1 |
last_payout | 2017-08-10 02:37:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.025 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 3,614,324,461,411 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,598,334 |
net_rshares | 8,122,374,067 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
joeyarnoldvn | 0 | 6,181,390,223 | 100% | ||
rigogonzsteemit | 0 | 1,940,983,844 | 100% |
Me too. So much to learn each day. Learning is fun too.
author | joeyarnoldvn |
---|---|
permlink | re-jacquelyne-re-dan-casper-as-an-eos-contract-20170804t075355581z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 07:53:54 |
last_update | 2017-08-04 07:53:54 |
depth | 2 |
children | 0 |
last_payout | 2017-08-11 07:53: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 | 55 |
author_reputation | 51,382,918,420,341 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,725,632 |
net_rshares | 1,902,421,251 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rigogonzsteemit | 0 | 1,902,421,251 | 100% |
This is waaaay over my head
author | jameslogan |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t162334687z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 16:23:33 |
last_update | 2017-08-03 16:27:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 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 | 27 |
author_reputation | 53,418,109,366 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,660,628 |
net_rshares | 0 |
Dan, will EOS run on the Ethereum network permanently or will they develop their own platform over time?
author | jaredsc |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t195655169z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 19:57:21 |
last_update | 2017-08-01 19:57:21 |
depth | 1 |
children | 2 |
last_payout | 2017-08-08 19:57: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 | 104 |
author_reputation | 29,982,954,903 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,462,228 |
net_rshares | 1,143,740,647 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jaredsc | 0 | 1,143,740,647 | 100% |
To be precise EOS is not running on Ethereum. Only the crowdsale of the token is being done on it. The actual blockchain will be launched after the end of the crowdsale.
author | onthewayout |
---|---|
permlink | re-jaredsc-re-dan-casper-as-an-eos-contract-20170802t014459369z |
category | eos |
json_metadata | {"tags":["eos"],"app":"busy/1.0.0"} |
created | 2017-08-02 01:45:00 |
last_update | 2017-08-02 01:45:00 |
depth | 2 |
children | 0 |
last_payout | 2017-08-09 01:45:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.337 HBD |
curator_payout_value | 0.111 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 169 |
author_reputation | 13,205,527,560,619 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,489,819 |
net_rshares | 110,682,095,013 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slavix | 0 | 110,682,095,013 | 51% |
EOS will run on own blockchain when it is ready.
author | slavix |
---|---|
permlink | re-jaredsc-re-dan-casper-as-an-eos-contract-20170802t011843412z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 01:18:45 |
last_update | 2017-08-02 01:18:45 |
depth | 2 |
children | 0 |
last_payout | 2017-08-09 01:18: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 | 48 |
author_reputation | 27,303,148,571,540 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,488,274 |
net_rshares | 0 |
Hey there! In case you havent heard, there is a promotion going on for 50 WCX tokens, a new exchange scheduled for release on October 10, 2017. WCX is a low fee #exchange that has the potential to be BIGGER than #Poloniex, #Bittrex, etc. Everyone who signs up now is being offered 50 WCX tokens for FREE (In the upcoming ICO, WCX is charging 1 USD for 10 WCX). All you need a valid email (they will send you a link for verification)! Sign up using this link below: https://wcex.co/?ref=GOjXgMU #Cryptocurrency
author | jeesto |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t173013211z |
category | eos |
json_metadata | {"tags":["exchange","poloniex","bittrex","cryptocurrency","eos"],"links":["https://wcex.co/?ref=GOjXgMU"],"app":"steemit/0.1"} |
created | 2017-08-02 17:30:18 |
last_update | 2017-08-02 17:30:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 17:30: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 | 512 |
author_reputation | -2,526,204,815,569 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,560,178 |
net_rshares | -161,913,096,133,203 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -161,913,044,037,269 | -100% | ||
blacklist-a | 0 | -52,095,934 | -10% |
Penalizing for disagreement? Sounds impractical.
author | jessethan |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t211210196z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 21:12:09 |
last_update | 2017-08-01 21:12:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 21:12: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 | 48 |
author_reputation | 57,982,891,834 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,467,886 |
net_rshares | 0 |
Isn't Casper a ghost?
author | jesuslovesyou666 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t004452907z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 00:44:51 |
last_update | 2017-08-03 00:46:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 00:44: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 | 21 |
author_reputation | 156,300,383 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,591,519 |
net_rshares | 2,776,597,593 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rigogonzsteemit | 0 | 1,761,025,077 | 100% | ||
jesuslovesyou666 | 0 | 1,015,572,516 | 100% |
EOS to the moon !
author | jlcrypto |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170919t214447472z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-09-19 21:41:12 |
last_update | 2017-09-19 21:41:12 |
depth | 1 |
children | 0 |
last_payout | 2017-09-26 21:41: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 | 17 |
author_reputation | 3,823,394,410,338 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,365,553 |
net_rshares | 0 |
As somebody who's new to crypto, could you direct me to some resources for EOS? This was great a great post and I'd like to learn from the same place you did
author | jml6407 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201781t15112759z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-01 19:01:15 | ||||||
last_update | 2017-08-01 19:01:15 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-08 19:01: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 | 157 | ||||||
author_reputation | 0 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,457,461 | ||||||
net_rshares | 0 |
https://steemit.com/history/@jni/this-guy-found-hitler-s-secret-french-bunker please vote guys
author | jni |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t053425645z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/history/@jni/this-guy-found-hitler-s-secret-french-bunker"],"app":"steemit/0.1"} |
created | 2017-08-02 05:33:48 |
last_update | 2017-08-02 05:33:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 05:33: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 | 94 |
author_reputation | -26,477,950,293 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,503,776 |
net_rshares | -1,722,531,287,819 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -1,722,479,191,885 | -1% | ||
blacklist-a | 0 | -52,095,934 | -10% |
I do love the name, Casper, for the protocol to say the least.
author | joeyarnoldvn |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170804t075250715z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 07:52:51 |
last_update | 2017-08-04 07:52:51 |
depth | 1 |
children | 0 |
last_payout | 2017-08-11 07:52: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 | 62 |
author_reputation | 51,382,918,420,341 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,725,556 |
net_rshares | 0 |
this is perfect i dont even know what is it :D
author | johnnplayer |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t173517676z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 17:35:18 |
last_update | 2017-08-01 17:35:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 17:35: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 | 46 |
author_reputation | -2,514,168,167,944 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,449,334 |
net_rshares | 0 |
love There are different hierarchies of need defined in an attempt to comprehend the human psychology. The first level of the hierarchy is comprised of the basic needs of the life. The air, water, food etc. these are the most important and most neglected needs of the human existence. Since, they are easily met; we don't pay much attention to them. The second level of hierarchy is the love and recognition by our family and friends. This is followed by the materialistic needs and in the end when a person achieves all these needs he looks out for something else and all these things mean nothing to him. And he moves for self realisation. But here, we will concentrate on the second level of hierarchy- the need of Love. Love is one of the most wonderful feelings one can ever experience. To love and desire to be loved are the basic human traits. Everyone is in search of true love throughout life. Blessed are those who find their love and enjoy the solace. Love is all around you. All it takes is the right perception. As soon as a young baby is born, he is endowed with parental love. Parents struggle day and night to bring him up and provide him the best this world can offer. They perspire in the day and then awake at night looking after their cherub. When the baby grows a little younger, he gets the love of his peers. With his growing age the circle of love also widens. Friends are the important milestones in one's life. And we all love our true friends who stood by us in thick and thin of life. Then, come the most crucial phase of life. The search for the life partner begins. True love is experienced and defined at this stage of life only. It is the basic human instinct to reproduce and continue the chain of life. To do so, all of us search for the most compatible person. With whom we want to share all the rights and wrongs of life. Love paves the way for the future life and generations. A new cycle begins at this stage of life. But this is the usual course of love and not necessarily the compulsory one. Love is beyond any restrictions and rules. To love someone is like to be the best person of his life. Love has the extreme powers and can make anything possible. All of us possess the hidden potential. All it takes is a recognition and inspiration. With the right person by your side, you can sail through the tough times of life. 'Loving thyself' is the main mantra and the driving force of the universe. You cannot love anyone if you don't love yourself. To be in love and even the desire to be loved by others can only be fulfilled if you value and love your life and existence in this cosmos. Love knows no boundaries and discriminations. This world is a beautiful creation of the almighty and with love we can fill the best of the colours making it more vibrant and lively.
author | johnnplayer |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t180944467z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 18:09:45 |
last_update | 2017-08-01 18:09:45 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 18:09: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 | 2,815 |
author_reputation | -2,514,168,167,944 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,453,234 |
net_rshares | -169,664,252,496,689 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -169,664,200,400,755 | -100% | ||
blacklist-a | 0 | -52,095,934 | -10% |
Hahahah I make people around me curious, why I laugh
author | jol09 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t182907661z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 18:29:09 |
last_update | 2017-08-01 18:29:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 18:29: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 | 52 |
author_reputation | 1,094,389,568,574 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,454,821 |
net_rshares | 0 |
This went right over my head and out the window !!!!! Bye !!!! https://media1.giphy.com/media/TBkXkTsZDYVnq/giphy.gif
author | karenmckersie |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t081909763z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://media1.giphy.com/media/TBkXkTsZDYVnq/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-08-02 08:19:12 |
last_update | 2017-08-02 08:19:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 08:19:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.084 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 280,862,618,735,740 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,514,396 |
net_rshares | 20,897,459,092 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karenmckersie | 0 | 19,605,899,187 | 100% | ||
minnowpond | 0 | 941,345,828 | 1% | ||
minnowpond1 | 0 | 292,181,389 | 1% | ||
mohamadshwa5 | 0 | 58,032,688 | 100% |
https://bitconnect.co/?ref=KhaledMoe go ahead
author | kassayr |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t051358832z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://bitconnect.co/?ref=KhaledMoe"],"app":"steemit/0.1"} |
created | 2017-08-03 05:14:00 |
last_update | 2017-08-03 05:14:00 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 05:14: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 | 45 |
author_reputation | 80,824,145 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,607,474 |
net_rshares | 0 |
thanks for all the innovative works you guys are doing for us... great concept as always ...i reached my mile stone in steem thanks to you... keep it up
author | kenhudoy |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170816t135836277z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-16 13:54:57 |
last_update | 2017-08-16 13:54:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-23 13:54: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 | 152 |
author_reputation | 10,766,809,992,992 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 11,986,926 |
net_rshares | 0 |
But initially would this reduce the value of EOS?
author | kichen |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t213056885z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 21:29:51 |
last_update | 2017-08-01 21:29:51 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 21:29: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 | 49 |
author_reputation | 662,046,343,841 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,469,133 |
net_rshares | 0 |
I think the Casper protocol would be a useful experiment to implement as an EOS contract. Upvote and Resteemed Steem on
author | lazarescu.irinel |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t153653498z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 15:36:57 |
last_update | 2017-08-01 15:36:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 15:36: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 | 119 |
author_reputation | 10,704,737,102,960 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,436,684 |
net_rshares | 0 |
I have so much to learn... Damm, It just made me sign to some of Udacity online classes about ethereum development. Anyways, I am new here and I will soon introduce myself properly.
author | legalizebrasil |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t194207871z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 19:42:09 |
last_update | 2017-08-01 19:42:09 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 19:42: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 | 184 |
author_reputation | 963,321,358 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,460,943 |
net_rshares | 0 |
Everytime i see Casper the friendly ghost, i always remember how pretty Christina Ricci was 😍
author | likemike23 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201782t0425259z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-02 04:04:27 | ||||||
last_update | 2017-08-02 04:04:27 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-09 04:04: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 | 93 | ||||||
author_reputation | 6,206,725,142 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,498,575 | ||||||
net_rshares | 0 |
Very well written article, however i think making Casper based on another system forces Ethereum to rely on security of EOS, and adds a possibly uncontrollable attack surface.
author | linuxguy |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t032302830z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 03:23:03 |
last_update | 2017-08-03 03:23:03 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 03:23: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 | 176 |
author_reputation | 105,916,498,347 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,600,998 |
net_rshares | 0 |
https://s3.postimg.org/wedh01wgz/Screenshot_from_2017-08-03_23_49_24.png WOW! More the **3500 views** already !!!
author | liondani |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t205012355z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://s3.postimg.org/wedh01wgz/Screenshot_from_2017-08-03_23_49_24.png"],"app":"steemit/0.1"} |
created | 2017-08-03 20:50:12 |
last_update | 2017-08-03 20:50:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 20:50:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 3.160 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 95,095,146,236,111 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,682,945 |
net_rshares | 797,271,261,340 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 794,642,776,127 | 100% | ||
rigogonzsteemit | 0 | 2,108,088,413 | 100% | ||
fruchocs | 0 | 520,396,800 | 100% |
I noticed you mentioned this twice, and it's a key point: > Not doing this is against the economic best interest of the majority. The end result will likely mirror the distribution of mining pools where there are less than 10 individuals deciding the entire consensus. I like how DPOS encourages people to vote based on their own long-term interests which are for the entire network, not some immediate financial gain. I also agree with Vitalik's comments about the information asymmetry involved (i.e. politics) in trying to keep voters engaged and informed enough to make good decisions. To test this, I wrote some code last night to analyze voter engagement (using an arbitrary definition of "had to post at least once" to mean an "active" account) to find we only have 7.5% engagement among active accounts. If you call > 100 posts active, that percentage grows closer to 50%. Still though, I think we as a community have some work to do to explain to people the importance and benefit of regularly voting on witnesses and keeping those votes updated as things change. I plan to do a regular weekly report to show how the voting engagement is changing over time and who the top accounts by VEST are who are not voting for a witness. You can read more here: <a href="https://steemit.com/witness-category/@lukestokes/how-many-steemians-are-not-voting-for-a-witness-i-found-the-answer">How Many Steemians Are NOT Voting for a Witness? I Found the Answer!</a>
author | lukestokes |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t161349714z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/witness-category/@lukestokes/how-many-steemians-are-not-voting-for-a-witness-i-found-the-answer"],"app":"steemit/0.1"} |
created | 2017-08-01 16:13:48 |
last_update | 2017-08-01 16:13:48 |
depth | 1 |
children | 7 |
last_payout | 2017-08-08 16:13:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 7.180 HBD |
curator_payout_value | 1.244 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,462 |
author_reputation | 554,601,966,217,919 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,440,434 |
net_rshares | 2,065,611,398,399 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | 1,722,479,191,885 | 1% | ||
tyler-fletcher | 0 | 42,519,611,275 | 100% | ||
raymonjohnstone | 0 | 22,391,529,424 | 100% | ||
bbrewer | 0 | 50,992,590,071 | 100% | ||
fatboy | 0 | 24,468,736,783 | 1% | ||
guttormf | 0 | 18,454,265,781 | 100% | ||
vegolino | 0 | 512,605,500 | 100% | ||
unlockrs | 0 | 7,641,539,792 | 10% | ||
slavix | 0 | 59,265,698,788 | 26% | ||
luisneira | 0 | 115,417,401,720 | 100% | ||
lisajohnn | 0 | 487,475,315 | 100% | ||
charlesarthuriii | 0 | 319,179,955 | 100% | ||
cristim | 0 | 661,572,110 | 100% |
As always quite insightful Luke, I am likely part of that missing activity, as I have been un-engaged throughout the summer...Come winter I will be hobbled in front of my computer again.
author | raymonjohnstone |
---|---|
permlink | re-lukestokes-re-dan-casper-as-an-eos-contract-20170804t093111588z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 09:31:12 |
last_update | 2017-08-04 09:31:12 |
depth | 2 |
children | 0 |
last_payout | 2017-08-11 09:31: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 | 186 |
author_reputation | 14,611,387,097,335 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,732,209 |
net_rshares | 0 |
My dear beloved steemit members. In the end, I love the inner love and respect of my heart. Today, I will tell you some truth about the purpose of all of you. Hope everyone will think about the matter. Initially, I want to say that this is a social networking site. It is not the means of earning money. However, yes it is creating a good opportunity for us. Which is good for all. But sadly, there is no post in it. Look at it. And one thing is very difficult that everyone just wants to follow him, but he does not follow anyone. So my request to everyone is mine. That everyone is helping everyone by steemit Build a family follow and @shahaalam
author | shahaalam19 |
---|---|
permlink | re-lukestokes-re-dan-casper-as-an-eos-contract-20170803t052330145z |
category | eos |
json_metadata | {"tags":["eos"],"users":["shahaalam"],"app":"steemit/0.1"} |
created | 2017-08-03 05:23:39 |
last_update | 2017-08-03 05:23:39 |
depth | 2 |
children | 1 |
last_payout | 2017-08-10 05:23: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 | 648 |
author_reputation | -2,926,318,423,623 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,608,045 |
net_rshares | -25,404,180,600 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
albertogm | 0 | -505,043,442 | -1% | ||
lukestokes | 0 | -24,097,846,262 | -1% | ||
lukestokes.mhth | 0 | -801,290,896 | -1% |
Flagging for spam.
author | lukestokes |
---|---|
permlink | re-shahaalam19-re-lukestokes-re-dan-casper-as-an-eos-contract-20170803t053036510z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 05:30:36 |
last_update | 2017-08-03 05:30:36 |
depth | 3 |
children | 0 |
last_payout | 2017-08-10 05:30: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 | 18 |
author_reputation | 554,601,966,217,919 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,608,448 |
net_rshares | 0 |
Nicely done! So 50%, eh? Sounds very similar to typical US voter turnout :P
author | trogdor |
---|---|
permlink | re-lukestokes-re-dan-casper-as-an-eos-contract-20170802t013639415z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 01:36:39 |
last_update | 2017-08-02 01:36:39 |
depth | 2 |
children | 3 |
last_payout | 2017-08-09 01:36: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 | 75 |
author_reputation | 22,905,182,177,434 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,489,338 |
net_rshares | 1,027,189,930 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
swiftcoin | 0 | 1,027,189,930 | 100% |
much better than US voter turnout. and here our votes actually do something
author | inquiringtimes |
---|---|
permlink | re-trogdor-re-lukestokes-re-dan-casper-as-an-eos-contract-20170802t180744954z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 18:07:54 |
last_update | 2017-08-02 18:07:54 |
depth | 3 |
children | 0 |
last_payout | 2017-08-09 18:07: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 | 76 |
author_reputation | 22,511,044,719,347 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,563,292 |
net_rshares | 0 |
You took my words :( But I didn't need to type much either.
author | justoneopinion |
---|---|
permlink | re-trogdor-re-lukestokes-re-dan-casper-as-an-eos-contract-20170803t025635038z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 02:56:33 |
last_update | 2017-08-03 02:56:33 |
depth | 3 |
children | 0 |
last_payout | 2017-08-10 02:56: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 | 60 |
author_reputation | 53,562,754,073 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,599,478 |
net_rshares | 0 |
My dear beloved steemit members. In the end, I love the inner love and respect of my heart. Today, I will tell you some truth about the purpose of all of you. Hope everyone will think about the matter. Initially, I want to say that this is a social networking site. It is not the means of earning money. However, yes it is creating a good opportunity for us. Which is good for all. But sadly, there is no post in it. Look at it. And one thing is very difficult that everyone just wants to follow him, but he does not follow anyone. So my request to everyone is mine. That everyone is helping everyone by steemit Build a family follow and @shahaalam
author | shahaalam19 |
---|---|
permlink | re-trogdor-re-lukestokes-re-dan-casper-as-an-eos-contract-20170803t052422192z |
category | eos |
json_metadata | {"tags":["eos"],"users":["shahaalam"],"app":"steemit/0.1"} |
created | 2017-08-03 05:24:30 |
last_update | 2017-08-03 05:24:30 |
depth | 3 |
children | 0 |
last_payout | 2017-08-10 05:24: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 | 648 |
author_reputation | -2,926,318,423,623 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,608,092 |
net_rshares | -3,946,455,368,266 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
summon | 0 | -3,946,455,368,266 | -100% |
What did I just read :D I can only comprehend 80% of it, the rest is well null!
author | macchiata |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170804t061351468z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 06:13:51 |
last_update | 2017-08-04 06:13:51 |
depth | 1 |
children | 0 |
last_payout | 2017-08-11 06:13: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 | 80 |
author_reputation | 1,364,269,111,506,203 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,719,282 |
net_rshares | 0 |
Great post ,I think that steemit will be the first social network in the world because it has the potential to be, it is a new concept different in the world in the social networks, it is time to invest a deep money And time thank you so much for sharing
author | machhour |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t203117166z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 20:31:18 |
last_update | 2017-08-03 20:34:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 20:31: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 | 254 |
author_reputation | 10,805,501,595,280 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,681,629 |
net_rshares | 0 |
Well, based on this post, I'm glad to see that the difference of opinion with Buterin didn't turn into some kind of silly internet feud, even over matters as major as this. Both of you have done incredible things in changing the cryptocurrency (and thus fintech) landscape; there's room for both EOS and Ethereum to show their quality.
author | madmaxfury |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t214100708z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 21:41:06 |
last_update | 2017-08-01 21:41:06 |
depth | 1 |
children | 1 |
last_payout | 2017-08-08 21:41:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.202 HBD |
curator_payout_value | 0.731 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 335 |
author_reputation | 1,414,250,200,620 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,469,851 |
net_rshares | 724,924,066,970 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eeks | 0 | 722,716,313,885 | 100% | ||
zimtente | 0 | 540,565,800 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% | ||
madmaxfury | 0 | 620,222,137 | 100% | ||
lisajohnn | 0 | 504,885,148 | 100% | ||
fruchocs | 0 | 542,080,000 | 100% |
In my professional opinion.... Poo sticks to the bowl. FACT
author | fruchocs |
---|---|
permlink | re-madmaxfury-re-dan-casper-as-an-eos-contract-20170804t082856998z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 08:28:57 |
last_update | 2017-08-04 08:28:57 |
depth | 2 |
children | 0 |
last_payout | 2017-08-11 08:28: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 | 59 |
author_reputation | 7,534,812,566 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,727,943 |
net_rshares | 2,069,525,820 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rigogonzsteemit | 0 | 2,069,525,820 | 100% |
I was feeling desperately stupid while reading the article.. until i reached the comments when I realized that i am not from different planet.. But looks like @dan is
author | malekalmsaddi |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170804t112943720z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-04 11:29:45 |
last_update | 2017-08-04 11:29:45 |
depth | 1 |
children | 0 |
last_payout | 2017-08-11 11: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 | 167 |
author_reputation | 2,690,897,839,449 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,740,352 |
net_rshares | 0 |
Woooww, very good planing...👍👍
author | manah |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170806t173713036z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-06 17:37:18 |
last_update | 2017-08-06 17:37:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-13 17:37: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 | 30 |
author_reputation | 1,112,114,078,663 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,969,504 |
net_rshares | 1,683,899,891 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rigogonzsteemit | 0 | 1,683,899,891 | 100% |
Love that your making it happen
author | marco-delsalto |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t020330784z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 02:03:30 |
last_update | 2017-08-02 02:03:30 |
depth | 1 |
children | 1 |
last_payout | 2017-08-09 02:03:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.262 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 7,350,812,533,370 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,490,966 |
net_rshares | 1,050,703,808,342 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marco-delsalto | 0 | 1,050,187,316,639 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% | ||
lisajohnn | 0 | 516,491,703 | 100% |
My dear beloved steemit members. In the end, I love the inner love and respect of my heart. Today, I will tell you some truth about the purpose of all of you. Hope everyone will think about the matter. Initially, I want to say that this is a social networking site. It is not the means of earning money. However, yes it is creating a good opportunity for us. Which is good for all. But sadly, there is no post in it. Look at it. And one thing is very difficult that everyone just wants to follow him, but he does not follow anyone. So my request to everyone is mine. That everyone is helping everyone by steemit Build a family follow and @shahaalam
author | shahaalam19 |
---|---|
permlink | re-marco-delsalto-re-dan-casper-as-an-eos-contract-20170803t052455515z |
category | eos |
json_metadata | {"tags":["eos"],"users":["shahaalam"],"app":"steemit/0.1"} |
created | 2017-08-03 05:25:03 |
last_update | 2017-08-03 05:25:03 |
depth | 2 |
children | 0 |
last_payout | 2017-08-10 05:25: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 | 648 |
author_reputation | -2,926,318,423,623 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,608,131 |
net_rshares | -3,862,986,132,998 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
summon | 0 | -3,862,488,232,771 | -100% | ||
vemund | 0 | -497,900,227 | -100% |
This is a great post, it gives us non-tech people an idea or picture how everything works at the backend. Good Read. One thing is for sure, Block chain technology is growing. Dan and Vitalik is a legend, they will set standard and shape the future of this technology .com era has gone through.. i hope that this technology helps uplift the life of humanity. I support Blockchain technology for everyone's future
author | markceliz | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201782t8151060z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-02 00:15:15 | ||||||
last_update | 2017-08-02 00:15:15 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-09 00:15:15 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.409 HBD | ||||||
curator_payout_value | 0.002 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 415 | ||||||
author_reputation | 123,178,603,441 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,482,667 | ||||||
net_rshares | 107,220,415,966 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
good-karma | 0 | 101,274,734,884 | 0.5% | ||
mondeja | 0 | 153,808,171 | 0.5% | ||
adept | 0 | 5,193,513,504 | 0.5% | ||
sellergenius | 0 | 99,946,231 | 0.5% | ||
sportsprediction | 0 | 124,633,182 | 0.5% | ||
rigogonzsteemit | 0 | 0 | 100% | ||
sdibot | 0 | 60,403,311 | 0.25% | ||
charlesarthuriii | 0 | 313,376,683 | 100% |
I have to reread the article for understanding before applying it. I have bookmarked it.
author | mhangami |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t071024043z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 07:10:36 |
last_update | 2017-08-02 07:10:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 07: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 | 88 |
author_reputation | 23,392,159,432 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,509,729 |
net_rshares | 0 |
Excelente @dan
author | michelle96 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201784t18534434z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-04 22:52:15 | ||||||
last_update | 2017-08-04 22:52:15 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-11 22:52: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 | 14 | ||||||
author_reputation | 1,435,153,061,298 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,797,396 | ||||||
net_rshares | 0 |
This is very informative and helpful!
author | minecrew |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170806t165247124z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-06 16:52:48 |
last_update | 2017-08-06 16:52:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-13 16:52: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 | 37 |
author_reputation | 18,119,479,198 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,965,159 |
net_rshares | 0 |
casperrrrrrrr
author | mirms | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201785t133719324z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-05 06:37:21 | ||||||
last_update | 2017-08-05 06:37:21 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-12 06:37: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 | 13 | ||||||
author_reputation | 12,378,215,006 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,824,272 | ||||||
net_rshares | 0 |
Super
author | mitapeng | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201782t25627634z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-01 19:56:33 | ||||||
last_update | 2017-08-01 19:56:33 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-08 19:56: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 | 5 | ||||||
author_reputation | -120,589,769,878 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,462,179 | ||||||
net_rshares | 0 |
https://s1.postimg.org/hflwk39wv/ezgif.com-video-to-gif.gif https://steemit.com/renderlovers/@mrgreen/b-ts-boy-fighting
author | mrgreen |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t185945337z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://s1.postimg.org/hflwk39wv/ezgif.com-video-to-gif.gif"],"links":["https://steemit.com/renderlovers/@mrgreen/b-ts-boy-fighting"],"app":"steemit/0.1"} |
created | 2017-08-01 19:00:06 |
last_update | 2017-08-01 19:00:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 19:00:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.001 HBD |
curator_payout_value | 1.329 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 120 |
author_reputation | 23,106,142,389,321 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,457,359 |
net_rshares | 1,312,400,052,597 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 838,789,597,023 | 100% | ||
decentralizd | 0 | 360,685,214,343 | 100% | ||
slavix | 0 | 111,999,739,001 | 51% | ||
rigogonzsteemit | 0 | 925,502,230 | 100% |
Please help make money for your summer vacation BTC donate: 16hmh2FPMJ28LsygEkMMq3RRzufqktmTG ETH 0x23e7fd83ca8e5a8e164c5b3714a5144a058fc975 Thank you very much
author | mrnobody |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170806t020639944z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-06 02:08:00 |
last_update | 2017-08-06 02:08:00 |
depth | 1 |
children | 0 |
last_payout | 2017-08-13 02:08: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 | 160 |
author_reputation | -2,614,665,254,777 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,902,423 |
net_rshares | -166,219,242,016,983 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -166,219,242,016,983 | -100% | ||
mrnobody | 0 | 0 | 0% |
Can to help my post that no support, I want to get excited to play this steemit blogging. Maybe this is my way to get excited. Greetings Aceh Tsunami @dan
author | muhammadhaekal | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201784t12138789z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-03 18:21:42 | ||||||
last_update | 2017-08-03 18:21:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-10 18:21: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 | 154 | ||||||
author_reputation | 352,477,012,967 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,671,052 | ||||||
net_rshares | 0 |
hmm..!! ur post is ver explainatory
author | muhammadsharukh |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t154308665z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 15:43:06 |
last_update | 2017-08-01 15:43:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 15:43: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 | 35 |
author_reputation | 3,500,107,485 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,437,315 |
net_rshares | 0 |
Looks good too me,dan.
author | munzil | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201784t13954833z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.5","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-03 18:40:06 | ||||||
last_update | 2017-08-03 18:40:06 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-10 18:40: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 | 22 | ||||||
author_reputation | 339,090,123,331 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,672,704 | ||||||
net_rshares | 0 |
Nice explanation @dan of the proposal mechanism and the consensus mechanism... It will be a good solution to implement Casper....
author | nazirkhyber |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t153845630z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-01 15:38:39 |
last_update | 2017-08-01 15:38:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 15: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 | 130 |
author_reputation | 706,568,984,833 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,436,846 |
net_rshares | 0 |
thanks for the great content
author | nickwalshblog |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t163014214z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 16:30:15 |
last_update | 2017-08-01 16:30:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 16:30: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 | 28 |
author_reputation | 78,926,741,251 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,442,199 |
net_rshares | 0 |
Casper @dan
author | non-block | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201782t43647691z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-01 21:36:54 | ||||||
last_update | 2017-08-01 21:36:54 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-08 21:36: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 | 11 | ||||||
author_reputation | 222,866,077,125 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,469,583 | ||||||
net_rshares | 600,930,754 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
alanmirza | 0 | 600,930,754 | 100% |
Can you do a "For Dummies" piece for the layman like us here ;)
author | nzfxtrader |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170804t015411928z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-04 01:54:12 |
last_update | 2017-08-04 01:54:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-11 01:54: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 | 63 |
author_reputation | 1,047,057,741,688 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,703,460 |
net_rshares | 0 |
Just remember that Casper was a ghost.
author | offgridlife |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170915t015717935z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-09-15 01:57:18 |
last_update | 2017-09-15 01:57:18 |
depth | 1 |
children | 0 |
last_payout | 2017-09-22 01:57: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 | 38 |
author_reputation | 399,959,781,284,906 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,920,672 |
net_rshares | 0 |
i have been subscribe on eos.io , but still little bit confuse to do a participating..can i get some help please..?
author | orcheva |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170925t064032005z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-09-25 06:40:36 |
last_update | 2017-09-25 06:40:36 |
depth | 1 |
children | 0 |
last_payout | 2017-10-02 06:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.514 HBD |
curator_payout_value | 0.171 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 20,872,914,402,579 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 15,857,596 |
net_rshares | 190,799,170,389 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 190,799,170,389 | 100% |
great post
author | padmakshi |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t051553475z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 05:15:54 |
last_update | 2017-08-02 05:15:54 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 05:15: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 | 10 |
author_reputation | 1,095,407,523,576 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,502,729 |
net_rshares | 0 |
good read nice post!
author | poohs |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t125223500z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 12:52:24 |
last_update | 2017-08-02 12:52:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 12:52: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 | 20 |
author_reputation | 578,049,473,270 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,534,004 |
net_rshares | 0 |
Nicely summarized! I support the EOS and recommend it in a diversified portfolio of cryptocurrency coins.
author | prince-maanisaad |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t112228384z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 11:22:30 |
last_update | 2017-08-03 11:22:30 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 11:22: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 | 105 |
author_reputation | 1,205,086,833,101 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,631,965 |
net_rshares | 0 |
Lucu
author | pujinovayanti | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201782t23611509z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-01 19:36:18 | ||||||
last_update | 2017-08-01 19:36:18 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-08 19:36: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 | 4 | ||||||
author_reputation | 96,384,172,779 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,460,472 | ||||||
net_rshares | 0 |
@dan http://www.canadiandope.com/wp-content/uploads/2017/04/casper-logo.jpg
author | putopelatudo |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t130335946z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"image":["http://www.canadiandope.com/wp-content/uploads/2017/04/casper-logo.jpg"],"app":"steemit/0.1"} |
created | 2017-08-02 14:02:51 |
last_update | 2017-08-02 14:02:51 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 14:02: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 | 75 |
author_reputation | 502,898,160,857 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,540,223 |
net_rshares | 0 |
"Anyone who is actually paying attention realizes it is just a matter of structure and externality management regarding new functionality." Teams, comunity and Research is what matters now. Very good approach for analyzing Casper and thanks for sharing your thoughts so fast!
author | quiuquio |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t090335252z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 09:03:36 |
last_update | 2017-08-02 09:03:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 09:03: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 | 276 |
author_reputation | 17,863,275 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,517,264 |
net_rshares | 0 |
"Not doing this is against the economic best interest of the majority. The end result will likely mirror the distribution of mining pools where there are less than 10 individuals deciding the entire consensus." is the key point of this write up that is appreciable.
author | ramkshrestha |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t080737673z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 08:08:12 |
last_update | 2017-08-03 08:08:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 08:08: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 | 265 |
author_reputation | 473,818,320 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,617,862 |
net_rshares | 0 |
Thank you for a plain worded document, I learned a lot regarding blocks being processed and I understand what consensus means regarding blockchain from you when i first joined Steemit. So I kinda understand what you were saying! Steemit articles regarding blockchain are the best I have found on the internet for regular people like me.
author | reddust |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t190744758z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 19:07:45 |
last_update | 2017-08-01 19:07:45 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 19:07: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 | 337 |
author_reputation | 167,904,626,237,187 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,458,005 |
net_rshares | 0 |
Brother @dan, please help me fost my new photo, again need dollar. Please please say thank you very much, healthy always @dan, success in dream hopefully achieved
author | ridha | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201782t13325638z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-01 18:33:36 | ||||||
last_update | 2017-08-01 18:33:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-08 18:33: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 | 162 | ||||||
author_reputation | -4,779,568,578,175 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,455,192 | ||||||
net_rshares | -166,219,294,112,917 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -166,219,242,016,983 | -100% | ||
blacklist-a | 0 | -52,095,934 | -10% |
Brother @dan, please help me fost my new photo, again need dollar. Please please say thank you very much, healthy always dan, success in dream hopefully achieved
author | ridha | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201782t13411874z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-01 18:34:27 | ||||||
last_update | 2017-08-01 18:34:27 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-08 18:34: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 | 161 | ||||||
author_reputation | -4,779,568,578,175 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,455,272 | ||||||
net_rshares | -162,774,335,729,145 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -162,774,283,633,211 | -100% | ||
blacklist-a | 0 | -52,095,934 | -10% |
I Comment Here , By Hoping You See Potential Good Post From My Blog , If You Would Be Able To Look Into This Post And Give Me A Fair Mark For The Post https://steemit.com/life/@rihardszaimonts/knowledge-success . Any Advice Is Appreciated. I Am A Newcomer Here On Steemit.
author | rihardszaimonts |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170912t193756121z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/life/@rihardszaimonts/knowledge-success"],"app":"steemit/0.1"} |
created | 2017-09-12 19:37:57 |
last_update | 2017-09-12 19:37:57 |
depth | 1 |
children | 0 |
last_payout | 2017-09-19 19:37: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 | 272 |
author_reputation | 1,681,401,328,145 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,692,449 |
net_rshares | 0 |
Vote
author | rindi118 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t195650382z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 19:56:57 |
last_update | 2017-08-03 19:56:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 19:56: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 | 4 |
author_reputation | 393,894,096,212 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,678,813 |
net_rshares | 0 |
Please follow back and upvote me :) Thank you.
author | riniagustina |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170912t152436116z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-09-12 15:24:48 |
last_update | 2017-09-12 15:24:48 |
depth | 1 |
children | 0 |
last_payout | 2017-09-19 15:24: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 | 46 |
author_reputation | 64,240,530,836 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 14,670,044 |
net_rshares | 0 |
thx for the post.. today I made my first very small investment in EOS.. see my post https://steemit.com/cryptocurrency/@rival/today-i-bought-my-first-eos-damn-this-ico-is-not-for-newbies-or-non-technical-people-hope-this-will-change-the-flow-for-me I am just a newby and it's fu... hard to survive last month in this crazy world
author | rival |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t194256621z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/cryptocurrency/@rival/today-i-bought-my-first-eos-damn-this-ico-is-not-for-newbies-or-non-technical-people-hope-this-will-change-the-flow-for-me"],"app":"steemit/0.1"} |
created | 2017-08-02 19:42:57 |
last_update | 2017-08-02 19:42:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 19:42: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 | 329 |
author_reputation | 56,474,966,976,297 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,571,072 |
net_rshares | 0 |
@dan deberias traducir o escribir contenido en español también somos muchísimos ya los usuarios hispanohablantes... a quienes nos servirá tus análisis!
author | rojassartorio |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t162502181z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-01 16:25:03 |
last_update | 2017-08-01 16:25:03 |
depth | 1 |
children | 3 |
last_payout | 2017-08-08 16:25: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 | 151 |
author_reputation | 6,097,205,499,412 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,441,688 |
net_rshares | 3,333,432,086 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rojassartorio | 0 | 3,333,432,086 | 100% |
If @dan allow me, I can translate some of his work to spanish. Will be a pleasure!
author | garvofe |
---|---|
permlink | re-rojassartorio-re-dan-casper-as-an-eos-contract-20170801t163700220z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-01 16:37:03 |
last_update | 2017-08-01 16:37:03 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 16:37: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 | 83 |
author_reputation | 16,942,221,815,246 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,442,867 |
net_rshares | 0 |
Si @dan , me permite a mi traducirá todas sus publicaciones también y dejaria el link al articulo oficial de su perfil! Depende de usted Dan!... Porque son muy interesantes! -----
author | rojassartorio |
---|---|
permlink | re-rojassartorio-re-dan-casper-as-an-eos-contract-20170801t164040871z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-01 16:40:42 |
last_update | 2017-08-01 16:40:42 |
depth | 2 |
children | 1 |
last_payout | 2017-08-08 16:40:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 6,097,205,499,412 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,443,222 |
net_rshares | 15,091,184,127 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hueso | 0 | 11,948,888,262 | 100% | ||
rojassartorio | 0 | 3,142,295,865 | 100% |
Ni pidas permiso, hacelo nomas y ponele el tag #spanish.
author | hueso |
---|---|
permlink | re-rojassartorio-re-rojassartorio-re-dan-casper-as-an-eos-contract-20170801t203343180z |
category | eos |
json_metadata | {"tags":["spanish","eos"],"app":"steemit/0.1"} |
created | 2017-08-01 20:33:42 |
last_update | 2017-08-01 20:33:42 |
depth | 3 |
children | 0 |
last_payout | 2017-08-08 20:33: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 | 56 |
author_reputation | 262,569,842,511 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,465,039 |
net_rshares | 0 |

author | rtdcs |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170806t130111177z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://steemitimages.com/DQmSw55rouDTFnsrG27y9igGichCqEqkbyNzeE9GmuPrTUw/image.png"],"app":"steemit/0.1"} |
created | 2017-08-06 13:01:09 |
last_update | 2017-08-06 13:01:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-13 13:01: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 | 88 |
author_reputation | 19,449,784,090,468 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,942,310 |
net_rshares | 0 |
But on this occasion, I need to print it out, while commuting, read it on a paper and highlight on it to try to understand technical detail.
author | scivanpoon |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t114226970z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 11:40:48 |
last_update | 2017-08-03 11:40:48 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 11:40: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 | 140 |
author_reputation | 0 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,633,444 |
net_rshares | 0 |
Bookmarked. My crypto knowledge still unable to deal to this issue. Thank you and Goodluck CBCs.
author | setio |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170820t231816395z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-20 23:18:27 |
last_update | 2017-08-20 23:18:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-27 23:18: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 | 97 |
author_reputation | 8,320,716,127 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,387,660 |
net_rshares | 0 |
My dear beloved steemit members. In the end, I love the inner love and respect of my heart. Today, I will tell you some truth about the purpose of all of you. Hope everyone will think about the matter. Initially, I want to say that this is a social networking site. It is not the means of earning money. However, yes it is creating a good opportunity for us. Which is good for all. But sadly, there is no post in it. Look at it. And one thing is very difficult that everyone just wants to follow him, but he does not follow anyone. So my request to everyone is mine. That everyone is helping everyone by steemit Build a family follow and @shahaalam
author | shahaalam19 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t051854603z |
category | eos |
json_metadata | {"tags":["eos"],"users":["shahaalam"],"app":"steemit/0.1"} |
created | 2017-08-03 05:19:27 |
last_update | 2017-08-03 05:19:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 05:19: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 | 648 |
author_reputation | -2,926,318,423,623 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,607,807 |
net_rshares | -169,664,200,400,755 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -169,664,200,400,755 | -100% |
Hi Kgxyidyistissjydykdhufufhfjdhd Ktdtkdtkdiydkgdxgfhzjfskgdykdtjayatkxv Oxyxoydkdiisturayrayrqryatjsykzjgxudukaut Thank. You.
author | skysunil |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t044939677z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 04:49:45 |
last_update | 2017-08-02 04:49:45 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 04: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 | 147 |
author_reputation | -23,123,448,975 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,501,290 |
net_rshares | -1,722,270,117,825 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -1,722,479,191,885 | -1% | ||
blacklist-a | 0 | -52,095,934 | -10% | ||
skysunil | 0 | 261,169,994 | 100% |
Congratulations @dan! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@dan) Your post got the highest payout on one day Click on any badge to view your own Board of Honor on SteemitBoard. For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard) If you no longer want to receive notifications, reply to this comment with the word `STOP` > By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-dan-20170803t031223000z |
category | eos |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2017-08-03 03:12:21 |
last_update | 2017-08-03 03:12:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 03:12: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 | 695 |
author_reputation | 38,975,615,169,260 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,600,391 |
net_rshares | 0 |
Congratulations @dan! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@dan) Award for the number of comments received Click on any badge to view your own Board of Honor on SteemitBoard. For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard) If you no longer want to receive notifications, reply to this comment with the word `STOP` > By upvoting this notification, you can help all Steemit users. Learn how [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-dan-20170822t053435000z |
category | eos |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2017-08-22 05:34:33 |
last_update | 2017-08-22 05:34:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-29 05:34: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 | 690 |
author_reputation | 38,975,615,169,260 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,503,116 |
net_rshares | 0 |
Dan you're killing it recently! I'm studying very hard......I saw three great videos of you recently, too.....very good work!
author | stellabelle |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t002727077z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 00:27:27 |
last_update | 2017-08-02 00:27:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 00:27: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 | 125 |
author_reputation | 516,061,669,130,124 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,483,707 |
net_rshares | 0 |
Hiiii Dan nice to read about you.i am surendra from india,am also a new on steemit and welcome you to steemit.i have followed you.so, can you also follow me.Best of luck and also upvote me
author | surendra12345 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t112553336z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 11:26:00 |
last_update | 2017-08-03 11:26:00 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 11:26: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 | 188 |
author_reputation | -2,739,151,076,689 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,632,252 |
net_rshares | -172,247,919,188,584 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | -172,247,919,188,584 | -100% |
100 blocks could eventually be corrupted by one powerful node. how can it ensure true randomization? How can anything create a real randomization, if algorithms aren't really random? Nuclear decay. Completely random. Read a Geiger counter in front of an opened smoke detector. Viola.
author | sustainarchist |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t031738549z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 03:17:39 |
last_update | 2017-08-02 03:17:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 03:17: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 | 287 |
author_reputation | 81,888,891,827 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,495,661 |
net_rshares | 0 |
After reading that and understanding absolutely nothing, I feel I should extend me EOS holdings.
author | tarazkp |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t215213206z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 21:52:15 |
last_update | 2017-08-02 21:52:15 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 21:52: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 | 96 |
author_reputation | 5,842,580,381,727,399 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,580,575 |
net_rshares | 0 |
yeah My favorite animation ever ;)
author | tarikel |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t162036519z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 16:20:36 |
last_update | 2017-08-01 16:20:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 16:20: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 | 34 |
author_reputation | 2,552,459,911 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,441,236 |
net_rshares | 0 |
You repeat a paragraph under: "Bias toward centralization"
author | teamsteem |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t155247473z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 15:52:45 |
last_update | 2017-08-01 15:52:45 |
depth | 1 |
children | 1 |
last_payout | 2017-08-08 15:52: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 | 58 |
author_reputation | 284,804,541,406,803 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,438,339 |
net_rshares | 503,285,400 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vegolino | 0 | 503,285,400 | 100% |
Thanks, fixed.
author | dan |
---|---|
permlink | re-teamsteem-re-dan-casper-as-an-eos-contract-20170801t160103283z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 16:01:03 |
last_update | 2017-08-01 16:01:03 |
depth | 2 |
children | 0 |
last_payout | 2017-08-08 16:01: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 | 14 |
author_reputation | 155,470,101,136,708 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,439,116 |
net_rshares | 0 |
this is why i switched to ethereum classic, this is all too much in my opinion.
author | thecryptoreport |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170803t043255396z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-03 04:32:57 |
last_update | 2017-08-03 04:32:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-10 04:32: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 | 79 |
author_reputation | 21,413,799 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,605,175 |
net_rshares | 0 |
Upvoted.
author | thedonfreeman |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t152917069z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 15:29:18 |
last_update | 2017-08-01 15:29:18 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 15:29: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 | 8 |
author_reputation | 7,788,598,670,958 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,435,883 |
net_rshares | 0 |
Hi @dan, thanks for the extensive expose on Casper. I tend to agree with your conclusions as well. On a different but relevant note, would you advise holding exchange bought EOS tokens in the Exodus wallet? Even though the EOS site cautions against this. I guess my real question is that is there any risk of loss if I hold my exchange bought EOS Tokens in the Exodus wallet?
author | theguldenaries |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t172522096z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-01 17:25:21 |
last_update | 2017-08-01 17:25:21 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 17:25:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.103 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 380 |
author_reputation | 38,301,112,189 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,447,940 |
net_rshares | 25,754,636,230 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rigogonzsteemit | 0 | 0 | 100% | ||
theguldenaries | 0 | 25,754,636,230 | 100% |
Casper the friendly ghost - legendary movies. Great post @dan I look forward to what the future holds. May all graphene chains prevail! STEEM,EOS,BITSHARES!!
author | thejohalfiles |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t203116994z |
category | eos |
json_metadata | {"tags":["eos"],"users":["dan"],"app":"steemit/0.1"} |
created | 2017-08-01 20:31:15 |
last_update | 2017-08-01 20:35:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 20:31: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 | 158 |
author_reputation | 10,452,104,581,740 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,464,828 |
net_rshares | -11,374,348,855,575 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fyrstikken | 0 | 2,095,157,525,793 | 100% | ||
fulltimegeek | 0 | -13,469,790,849,651 | -100% | ||
cricinfo | 0 | 123,613,143 | 10% | ||
millennials | 0 | 160,855,140 | 10% |
Is this about governance or efficiency? Or consensus? Maybe the fastest thing is to force ordering of all transactions and only sending the hashes out to check agreement. Why resend transactions if nodes have them? As for governance, so many systems seem to work. I perhaps did overkill with a 3 branch system of checks and balances. http://omegakoin.com/k0in/gov.html I'm not an expert, but this all seems possible to me.
author | treeleaves |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t223557672z |
category | eos |
json_metadata | {"tags":["eos"],"links":["http://omegakoin.com/k0in/gov.html"],"app":"steemit/0.1"} |
created | 2017-08-01 22:35:57 |
last_update | 2017-08-01 22:35:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 22:35:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.156 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 431 |
author_reputation | 3,845,241,917,953 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,474,014 |
net_rshares | 38,679,084,801 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
treeleaves | 0 | 38,621,052,113 | 42% | ||
rigogonzsteemit | 0 | 0 | 100% | ||
mohamadshwa5 | 0 | 58,032,688 | 100% |
Really amazing explanation, Dan. I wish I had more free time so I could contribute more to the ongoing discussion. As always, like you said, it really boils down to economic incentives. On Casper/ETH there is an incentive to centralize block production in order to earn the maximum rate of return possible. With DPOS, the economic incentives are to collaborate. That alone is a very compelling argument. You can design a tremendously impressive, complex technological achievement, but if the economic incentives do not align to encourage good behavior, things are unlikely to turn out how you expect. This is especially the case when there are equally viable competitors that designed their systems around the fundamental economics of the system. Just my 2 cents.
author | trogdor |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170802t014325287z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-02 01:43:24 |
last_update | 2017-08-02 01:43:24 |
depth | 1 |
children | 0 |
last_payout | 2017-08-09 01:43: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 | 766 |
author_reputation | 22,905,182,177,434 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,489,741 |
net_rshares | 0 |
Interesante pero discutible
author | tylerdourden |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t155240258z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 15:52:39 |
last_update | 2017-08-01 15:52:39 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 15:52: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 | 27 |
author_reputation | 623,681,468,859 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,438,330 |
net_rshares | 0 |
Casper atau tuyul adalah lambang pesugihan di indonesia
author | uangdatang |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170822t094952474z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-22 09:49:57 |
last_update | 2017-08-22 09:49:57 |
depth | 1 |
children | 0 |
last_payout | 2017-08-29 09:49:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.662 HBD |
curator_payout_value | 0.221 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | 34,946,334,185 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,518,801 |
net_rshares | 211,289,190,054 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gentlebot | 0 | 211,289,190,054 | 100% |
Curious to hear your thoughts on Steemit's SMTs. In particular, folks are asking how does this impact EOS? Always appreciate your thoughtful comments.
author | unlockrs |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20171003t034030007z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-10-03 03:40:30 |
last_update | 2017-10-03 03:40:30 |
depth | 1 |
children | 0 |
last_payout | 2017-10-10 03:40:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.594 HBD |
curator_payout_value | 0.194 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 1,962,142,323,826 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 16,628,268 |
net_rshares | 288,195,612,649 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
unlockrs | 0 | 178,815,246,227 | 100% | ||
evoman1 | 0 | 31,826,234,726 | 100% | ||
breshepard | 0 | 77,554,131,696 | 100% |
Good post my friend Check out my post and give upvote https://steemit.com/@urtq1996
author | urtq1996 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t134954783z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/@urtq1996"],"app":"steemit/0.1"} |
created | 2017-08-01 17:53:27 |
last_update | 2017-08-01 17:53:27 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 17:53: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 | 83 |
author_reputation | 127,579,244,309 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,451,748 |
net_rshares | 909,450,125 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
markceliz | 0 | 909,450,125 | 100% |
Is there a simpler way to explain what you said? I would really like to understand it. Or at least a link to the basics.
author | voltsrage |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t181302828z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 18:14:06 |
last_update | 2017-08-01 18:14:06 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 18:14: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 | 120 |
author_reputation | 64,604,143,036 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,453,583 |
net_rshares | 0 |

author | vulturestkn | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201785t0624740z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-05 07:06:27 | ||||||
last_update | 2017-08-05 07:06:27 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-12 07:06: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 | 46 | ||||||
author_reputation | 72,792,921,653 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,825,839 | ||||||
net_rshares | 3,169,262,688 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rigogonzsteemit | 0 | 1,825,296,065 | 100% | ||
vulturestkn | 0 | 1,343,966,623 | 100% |
I really admire all your posts, your post is very very amazing, I really want to be like you ,,, once again extraordinary @dan
author | wahyu07 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-dan-201787t1058949z | ||||||
category | eos | ||||||
json_metadata | {"tags":"eos","app":"esteem/1.4.6","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-08-06 18:00:57 | ||||||
last_update | 2017-08-06 18:00:57 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-08-13 18:00: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 | 126 | ||||||
author_reputation | 990,865,332,822 | ||||||
root_title | "Casper as an EOS Contract" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 10,971,599 | ||||||
net_rshares | 4,215,367,049 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rigogonzsteemit | 0 | 1,863,858,658 | 100% | ||
wahyu07 | 0 | 2,351,508,391 | 100% |
It gives me (as a non-techie) great confidence in both EOS and Ethereum that Dan and Vitalik are talking about POS. I am sure both platforms will form a large part of the Internet of Money and I admire and respect you both ;-) Thank you for your wonderful work!
author | willstephens |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t211111884z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 21:11:12 |
last_update | 2017-08-01 21:11:12 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 21:11:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.794 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 261 |
author_reputation | 486,592,546,929 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,467,806 |
net_rshares | 203,089,578,254 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
bbrewer | 0 | 41,859,659,479 | 100% | ||
guttormf | 0 | 17,689,322,121 | 100% | ||
willstephens | 0 | 143,540,596,654 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% | ||
dallasj | 0 | 0 | 100% |
> Rationally, in terms of raw return on investment, everyone should pool their stake into a single account that certifies all blocks. Not doing this is against the economic best interest of the majority. The end result will likely mirror the distribution of mining pools where there are less than 10 individuals deciding the entire consensus. Is this bit posted twice to empathise this point, or in error? Otherwise great analysis, thanks!
author | xanoxt |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t164029794z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 16:40:33 |
last_update | 2017-08-01 16:40:33 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 16:40: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 | 440 |
author_reputation | 10,372,528,584,107 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,443,211 |
net_rshares | 0 |
hi, you get so many vote but earning in - 0.00 why
author | yash0108 |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170829t134544323z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-29 13:45:45 |
last_update | 2017-08-29 13:45:45 |
depth | 1 |
children | 0 |
last_payout | 2017-09-05 13:45: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 | 50 |
author_reputation | 3,386,741,504,526 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 13,230,720 |
net_rshares | 0 |
**I know a bit of crypto, but I was like:** https://media.giphy.com/media/bEzUepnRubyGA/giphy.gif
author | yukimaru |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t161051726z |
category | eos |
json_metadata | {"tags":["eos"],"image":["https://media.giphy.com/media/bEzUepnRubyGA/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-08-01 16:11:09 |
last_update | 2017-08-01 16:11:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 16:11:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.800 HBD |
curator_payout_value | 0.732 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 34,898,291,077,761 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,440,135 |
net_rshares | 866,528,141,056 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
liondani | 0 | 822,234,539,187 | 100% | ||
peacekeeper | 0 | 5,320,976,270 | 100% | ||
fatboy | 0 | 24,468,736,783 | 1% | ||
dhn0411 | 0 | 6,460,033,748 | 100% | ||
rigogonzsteemit | 0 | 0 | 100% | ||
yukimaru | 0 | 5,086,736,581 | 100% | ||
aifuture | 0 | 711,247,644 | 100% | ||
robinhow | 0 | 1,160,659,640 | 100% | ||
leech | 0 | 1,085,211,203 | 100% |
goog post thank for sharing
author | zuljalalil |
---|---|
permlink | re-dan-casper-as-an-eos-contract-20170801t162443189z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-01 16:24:36 |
last_update | 2017-08-01 16:24:36 |
depth | 1 |
children | 0 |
last_payout | 2017-08-08 16:24: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 | 27 |
author_reputation | 688,339,405,870 |
root_title | "Casper as an EOS Contract" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 10,441,632 |
net_rshares | 0 |