# My Background I love online gaming, and I have a history dealing with economies of intangible digital 'things' that somehow translate into real-world value. Back in high-school, my brother and I made quite a bit of money one summer selling Diablo-II items to other players. Games where we can buy and sell digital items are 100% down our alley. # What is CryptoKitties? When I saw a link for <a href="https://www.cryptokitties.co">CryptoKitties</a> the other day, I knew I had to try it out. The game lets you buy digital kitties as 'pets', then do all kinds of things with them. You can collect them, and watch your collection of adorable little kitties grow. You can breed them and make new kitties. You can also sell them - this is where it gets interesting!  [Image Source: [pixabay.com](https://pixabay.com/en/animal-cat-kitten-pets-2010753/)] _Note: This is not a kitty from the game. Pictures of the kitties from the game remain the intellectual property of Axiom Zen._ # CryptoKitties are worth a lot of money! According to a <a href="https://www.cnbc.com/2017/12/06/meet-cryptokitties-the-new-digital-beanie-babies-selling-for-100k.html">CNBC article</a>, over $6.7 million US dollars worth of CryptoKitties have been sold so far, and the number continues to climb. One kitty even sold for as much as $114,481.59!! The a website [kittysales.herokuapp.com](https://kittysales.herokuapp.com/) shows all of the latest information and statistics about the crypto kitty sales. # CryptoKitties and Cryptocurrency CryptoKitties are unlike many games that have come before it, in that it is being run on top of a [blockchain](https://en.wikipedia.org/wiki/Blockchain). In a similar way to how the [Steem blockchain](https://steem.io/) stores all of the social media content from the website [Steemit.com](https://www.steemit.com), all of the CryptoKitties themselves are stored in the [Etherium blockchain](https://www.ethereum.org/). Blockchain technology offers many exciting possibilities to change how we live our lives and interact with the world. Steem and CryptoKitties are two great use-cases that demonstrate how the technology can be used. In order to play the CryptoKitties game, you will need to buy Etherium (ETH) tokens. These can be purchased off of a website like [Coinbase.com](http://coinbase.com/), which allows you to trade US dollars for ETH tokens. # Your digital wallet Similar to how 'regular' dollars are stored in a 'regular' wallet, digital tokens such as Etherium are stored in a 'digital' wallet. For the CryptoKitties game, the recommended wallet to use is called [MetaMask](https://metamask.io/). You can download a MetaMask plugin for Firefox or Chrome. You can also use a different browser called [Brave](https://brave.com/). When you install the wallet, you will open an account, which will provide you with a set of private keys and a password. It is **very important** that you save these somewhere safe, and back them up somewhere (such as a burned CD or flash drive) that you would be able to recover them from in case your harddrive ever crashed. If you ever lose your password/keys - all of your money **and kittens** would be lost forever! **Do not lose your password/keys.** After you have setup your digital wallet, you can transfer your tokens from Coinbase (or wherever you purchased them from) to the wallet address in your MetaMask wallet. You can find your wallet address by clicking the "Copy Address to clipboard" link, found in the main menu - the one with three dots: `...`  Your wallet address should look something like this: `0xE9f79552e73EfA0a6bC1a38852053969b21DeaD6` From the Coinbase send page, you just need to plug in that address and then send the tokens. They should arrive in your MetaMask wallet after a few minutes. If it seems to take a long time, you can open up the transaction from Coinbase to see the status. If it is still in pending, they just haven't arrived yet. Be patient, and they should get there soon enough. If the transaction fails, the coins should end up back in your Coinbase account. # Everything costs ETH One thing that new users may not be aware of, is every action in the game costs ETH tokens. You will need to use tokens to purchase new kitties. You will need to use tokens to breed kitties. You will even need to use a small amount of tokens to list/sell kitties. Keep this in mind, and make sure you have enough tokens. The minimum amount I would recommend to play the game (**based on current/recent prices**) is around $30-35 USD worth. This should give you enough money to buy one kitty (shop around to find a good deal), breed it (more info on this later), and then sell either the original kitty or the offspring. For an optimal starting out experience, I would recommend around $100. This will give you the ability to shop around for a few kitties, experiment with breeding, and either grow your collection (or try to sell some back to the market and make a profit). # ETH transactions use GAS Every ETH transaction will have a transaction cost associated with it. The transaction will have a fixed cost in terms of the amount of computation the blockchain has to do in order to process it. You get to chose how much to pay for those computations by setting the `Gas Price`. After the number representing the amount of computations is multiplied by the `Gas Price`, the blockchain will determine the total cost. The total cost is not known at the time that the transaction is submitted, so you should also set a `Gas Limit`, which is the maximum value you are willing to pay. The blockchain will not charge a higher fee than what is needed, but if it is more than the `Gas Limit` you set, the transaction will fail. Note: If this happens, it will still charge you the amount you set as your `Gas Limit` - even though it failed.  Detailed information about both the `Gas Price` and `Gas Limit` can be found [here](https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html). The higher you set the `Gas Price`, the quicker your transaction will be processed, and the less likely it will be left pending until it eventually times out. When the network is especially busy (which seems to always be the case), I recommend you use a high `Gas Price`, since the higher you set it the more likely the transaction will be picked up. It seems like 60 is a good number. I also usually like to double whatever the `Gas Limit`is, but make sure that it is not set too high. If the `Max Transaction Fee` that is shown seems way to high, reject the transaction and try again. You can also do estimates of transaction times based on `Gas Price` here: https://ethgasstation.info/ # Transaction Timeouts and Game Errors Unfortunately, the massive increase in transactions on the Etherium network caused by the huge number of people starting to play the CryptoKitties game has brought the Etherium blockchain to it's knees. Most game players are experiencing severe delays, and it has practically rendered the game unusable for many users. ## How to avoid the network congestion (PRO TIP) This is a trick that I have found, and if you are a die-hard kitties fan, or just really want to play the game without running into delays: - Wake up at 3:00-4:00am US time (when everyone else is asleep) - Set your Gas Price to at least 50-60 Gas - Set your Gas Limit reasonably high (2-3x what they recommend) I have been doing this, and the game-play is very smooth :) If you do not want to wake up at 3:00am however, then the main thing is to set your Gas Price sufficiently high. If it continues to fail, all you can do is keep re-trying (possibly with an even higher Gas Price) and hope your transaction eventually goes through. You can do some calculations on estimated transaction times based on your Gas Price here: https://ethgasstation.info/ ## These are some common errors and what they mean + what to do about them: - insufficient funds for gas * price + value The most likely reason for this is you do not have enough ETH tokens for the transaction. Some people have been getting this error even when they have more than enough tokens. There is a recommended solution [here](https://www.reddit.com/r/CryptoKitties/comments/7hl0qf/error_insufficient_funds_for_gas_price_value/). - exceeds block gas limit The blockchain has a limit on the amount of transactions that can be processed at a time. If you get this error, wait a little bit and then try again. - intrinsic gas too low I have not been able to find a 100% confirmed answer to this, but I believe it means that too low of a Gas Limit was used. Try the transaction again with a higher Gas Limit. - transaction underpriced I am also not 100% sure on this, but I believe it means the Gas Price you have set is too low. Try the transaction again with a higher Gas Price. # Breeding Kitties When you breed two kitties, you can either breed two of your own, or you can breed one of yours with someone else's cat. After breeding, the mother kitty will have a "Bun in the Oven" for a period of time. After that, the new kitty will appear in your collection. One of the most important aspects of the game is the traits that kitties have. Different traits can be considered more valuable than others, and many are significantly more rare than others. One of the main goals in the game is to try and breed kitties that result in super-rare traits that everyone wants! To see a full list of traits that are available, and the statistics for how many kitties have each, check out https://cryptokittydex.com/cattributes. # Will CryptoKitties be the end of the Ethereum blockchain? A lot of people have been saying that the recent impacts to Ethereum blockchain due to the massive increase in CryptoKitties transactions is demonstrating that the network is going to be unable to scale past it's current state. What is interesting is that if you [compare Ethereum with the Steem blockchain](https://steemit.com/steem/@steemitblog/digital-kitties-on-steem-how-would-the-steem-blockchain-handle-700-000-transactions-per-day), the Steem blockchain is able to handle significantly more transactions than Ethereum without any delays. Steem also does has [many advanced security features](https://steemit.com/security/@acidyo/why-steem-offers-one-of-the-most-secure-wallets-in-crypto), and not charge any fees for transactions. Whether the Ethereum blockchain will be able to adapt to allow the network to scale beyond it's current limitations remains to be seen. I certainly hope that it can find a way to support significantly more traffic than it does today, because it would be quite fun if CryptoKitties could take over the world.
author | timcliff |
---|---|
permlink | cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties","steem","blockchain","cryptocurrency","games"],"image":["https://steemitimages.com/DQmdjiNWBURvVc5ApNZW9oA1bPcBR5YjQMVbNeBtZTU7yPZ/image.png","https://steemitimages.com/DQmYjuoihm8hthsjeTPP9TjVRKKjM3w1D4VSEMpqReDEHAt/image.png","https://steemitimages.com/DQmbRPKCwJmBwK5nVngiyjJDHyW8aFj2hXnccJNe7SynEHp/image.png"],"links":["https://www.cryptokitties.co","https://pixabay.com/en/animal-cat-kitten-pets-2010753/","https://www.cnbc.com/2017/12/06/meet-cryptokitties-the-new-digital-beanie-babies-selling-for-100k.html","https://kittysales.herokuapp.com/","https://en.wikipedia.org/wiki/Blockchain","https://steem.io/","https://www.steemit.com","https://www.ethereum.org/","http://coinbase.com/","https://metamask.io/","https://brave.com/","https://myetherwallet.github.io/knowledge-base/gas/what-is-gas-ethereum.html","https://ethgasstation.info/","https://www.reddit.com/r/CryptoKitties/comments/7hl0qf/error_insufficient_funds_for_gas_price_value/","https://cryptokittydex.com/cattributes","https://steemit.com/steem/@steemitblog/digital-kitties-on-steem-how-would-the-steem-blockchain-handle-700-000-transactions-per-day","https://steemit.com/security/@acidyo/why-steem-offers-one-of-the-most-secure-wallets-in-crypto"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-12-08 03:27:24 |
last_update | 2017-12-08 04:25:30 |
depth | 0 |
children | 126 |
last_payout | 2017-12-15 03:27:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 214.704 HBD |
curator_payout_value | 44.590 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10,993 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,731,498 |
net_rshares | 70,596,405,200,480 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 204,439,331,977 | 5% | ||
steempty | 0 | 135,607,770,707 | 5% | ||
berkah | 0 | 7,443,317,319 | 5% | ||
wackou | 0 | 914,917,325,890 | 18% | ||
pharesim | 0 | 211,215,776,547 | 0.54% | ||
sandra | 0 | 18,683,002,475 | 13% | ||
ihashfury | 0 | 5,843,788,453 | 13% | ||
rossco99 | 0 | 335,078,633 | 1% | ||
ajvest | 0 | 152,021,476,135 | 100% | ||
bue | 0 | 13,741,284,058 | 100% | ||
jason | 0 | 17,232,677,943 | 13% | ||
mrs.agsexplorer | 0 | 5,731,726,551 | 2% | ||
benjojo | 0 | 20,259,953,800 | 100% | ||
boatymcboatface | 0 | 13,617,779,891 | 1% | ||
pfunk | 0 | 5,159,111,471,606 | 100% | ||
drifter1 | 0 | 8,622,273,791 | 100% | ||
pnc | 0 | 11,111,683,691 | 5% | ||
mod-tamichh | 0 | 54,649,657,146 | 100% | ||
germanaure | 0 | 10,141,382,834 | 100% | ||
kingscrown | 0 | 47,638,832,678 | 1% | ||
dimimp | 0 | 2,394,126,744,199 | 100% | ||
teamsteem | 0 | 612,743,330,602 | 5% | ||
nanzo-scoop | 0 | 328,840,588,589 | 10% | ||
acidyo | 0 | 4,420,224,163,232 | 30% | ||
mummyimperfect | 0 | 3,734,565,913 | 10% | ||
theshell | 0 | 1,900,235,154 | 1% | ||
ak2020 | 0 | 2,213,453,914 | 10% | ||
billbutler | 0 | 125,078,903,877 | 100% | ||
adrimaug | 0 | 657,164,223 | 100% | ||
the-alien | 0 | 137,972,282,239 | 100% | ||
hedge-x | 0 | 51,699,588,852 | 100% | ||
samether | 0 | 1,263,675,972 | 30% | ||
wongshiying | 0 | 7,288,607,108 | 25% | ||
mark-waser | 0 | 34,900,977,985 | 25% | ||
albertogm | 0 | 18,888,763,009 | 100% | ||
christoryan | 0 | 1,978,129,086 | 3% | ||
geoffrey | 0 | 1,750,639,911,269 | 100% | ||
mammasitta | 0 | 38,772,559,241 | 15% | ||
mauricemikkers | 0 | 72,822,991,505 | 100% | ||
gtg | 0 | 992,271,271,433 | 25% | ||
robrigo | 0 | 341,398,696,682 | 100% | ||
hitmeasap | 0 | 231,331,492 | 2.5% | ||
rxhector | 0 | 11,808,808,190 | 100% | ||
strangerarray | 0 | 2,456,075,232 | 10% | ||
ausbitbank | 0 | 1,066,562,092,981 | 10% | ||
ardina | 0 | 6,801,669,244 | 20% | ||
fatmanc1970 | 0 | 238,876,961 | 1% | ||
edrivegom | 0 | 2,344,980,861 | 10% | ||
transisto | 0 | 8,884,482,464,493 | 100% | ||
juvyjabian | 0 | 38,774,373,206 | 100% | ||
inti | 0 | 23,484,513,914 | 100% | ||
ubg | 0 | 220,344,563 | 1% | ||
deanliu | 0 | 305,766,671,173 | 25% | ||
mondeja | 0 | 7,387,120,362 | 100% | ||
alsprinting | 0 | 7,232,173,693 | 50% | ||
daynewright | 0 | 14,391,479,621 | 50% | ||
emilhoch | 0 | 30,286,694,416 | 1% | ||
ace108 | 0 | 147,493,351,773 | 14% | ||
youngkim | 0 | 20,548,593,723 | 80% | ||
mikeinfla | 0 | 2,238,497,312 | 100% | ||
sotura | 0 | 257,166,514 | 1% | ||
famunger | 0 | 1,885,832,588,599 | 100% | ||
dirty.hera | 0 | 1,972,261,403 | 100% | ||
nimble | 0 | 147,684,510 | 1% | ||
dez1337 | 0 | 16,759,519,339 | 30% | ||
laoyao | 0 | 7,441,592,836 | 25% | ||
cryptoninja | 0 | 84,953,748 | 1% | ||
somebody | 0 | 314,432,884,197 | 25% | ||
toxic | 0 | 10,233,000,183 | 100% | ||
midnightoil | 0 | 30,103,870,291 | 25% | ||
stephen.king989 | 0 | 45,057,195,817 | 20% | ||
xiaohui | 0 | 211,808,005,363 | 25% | ||
lenatramper | 0 | 7,486,529,863 | 30% | ||
wailabdalla | 0 | 12,648,107,480 | 100% | ||
oflyhigh | 0 | 614,959,442,720 | 25% | ||
khandelwal28 | 0 | 109,759,142 | 100% | ||
xiaokongcom | 0 | 3,648,007,539 | 25% | ||
dezconocido | 0 | 22,247,037,355 | 20% | ||
future24 | 0 | 10,039,650,531 | 3% | ||
sc-steemit | 0 | 12,681,731,756 | 15% | ||
moisesmcardona | 0 | 4,535,458,991 | 5% | ||
nextgen622 | 0 | 186,515,564,450 | 25% | ||
rubenalexander | 0 | 169,602,488,865 | 76% | ||
chinadaily | 0 | 59,426,487,083 | 25% | ||
helene | 0 | 97,943,089,673 | 25% | ||
gammagooblin | 0 | 29,313,904,794 | 100% | ||
lamech-m | 0 | 282,414,690 | 5% | ||
ffcrossculture | 0 | 5,210,408,077 | 25% | ||
neptun | 0 | 454,292,150 | 100% | ||
protegeaa | 0 | 141,839,668,352 | 100% | ||
ethansteem | 0 | 61,119,465,384 | 25% | ||
andrewawerdna | 0 | 7,825,040,450 | 100% | ||
kenistyles | 0 | 11,654,786,781 | 11% | ||
themonetaryfew | 0 | 109,685,400,146 | 20% | ||
barrydutton | 0 | 228,484,071,776 | 45% | ||
jlufer | 0 | 68,207,037,640 | 50% | ||
patrickulrich | 0 | 13,369,673,775 | 20% | ||
davidjkelley | 0 | 1,750,984,379 | 25% | ||
sponge-bob | 0 | 103,532,574,889 | 99% | ||
digital-wisdom | 0 | 14,546,543,579 | 25% | ||
ethical-ai | 0 | 4,606,814,289 | 25% | ||
dailybitcoinnews | 0 | 217,006,411 | 50% | ||
kommienezuspadt | 0 | 3,851,791,923,740 | 100% | ||
jwaser | 0 | 8,836,244,570 | 25% | ||
kyusho | 0 | 9,146,392,999 | 5% | ||
bwaser | 0 | 2,059,625,345 | 25% | ||
siavach | 0 | 1,915,829,496 | 5% | ||
tarekadam | 0 | 499,610,350,251 | 73.17% | ||
ellepdub | 0 | 411,219,192 | 25% | ||
jhermanbeans | 0 | 8,004,553,570 | 10% | ||
herpetologyguy | 0 | 68,615,251,359 | 25% | ||
morgan.waser | 0 | 3,544,987,378 | 25% | ||
timbot606 | 0 | 303,443,659 | 2% | ||
handyman | 0 | 1,589,167,859 | 25% | ||
strong-ai | 0 | 4,097,546,107 | 25% | ||
ninkhisibir | 0 | 28,461,610,533 | 100% | ||
sergeykitayev | 0 | 369,886,213 | 100% | ||
techslut | 0 | 61,230,349,911 | 5% | ||
curiesea | 0 | 3,439,867,115 | 100% | ||
sward | 0 | 4,014,412,242 | 100% | ||
lalala | 0 | 14,489,360,928 | 25% | ||
fordmogul | 0 | 1,375,522,207 | 100% | ||
garethnelsonuk | 0 | 30,814,452,887 | 100% | ||
contentking | 0 | 0 | 100% | ||
ebryans | 0 | 97,064,535,424 | 100% | ||
judasp | 0 | 208,406,684,796 | 100% | ||
jmehta | 0 | 3,432,831,808 | 100% | ||
builderofcastles | 0 | 5,142,619,677 | 21% | ||
whatageek | 0 | 142,093,705,385 | 25% | ||
devilwsy | 0 | 575,653,798 | 25% | ||
janiceting | 0 | 575,182,007 | 25% | ||
steemprentice | 0 | 14,960,043,272 | 10% | ||
technoprogressiv | 0 | 3,942,046,002 | 25% | ||
mafeeva | 0 | 5,083,869,490 | 10% | ||
writingamigo | 0 | 100,017,155 | 1% | ||
steemcake | 0 | 5,105,423,805 | 100% | ||
valth | 0 | 90,209,024,572 | 100% | ||
beeskee | 0 | 61,668,815,845 | 100% | ||
leongkhan | 0 | 347,094,180,471 | 50% | ||
lastminuteman | 0 | 101,370,678,347 | 50% | ||
alexandergomez | 0 | 207,845,323 | 100% | ||
tamim | 0 | 9,195,126,368,745 | 100% | ||
blackbunny | 0 | 21,715,984,818 | 25% | ||
rahul.stan | 0 | 739,460,866 | 3% | ||
crystalandbones | 0 | 9,134,355,780 | 100% | ||
priyanka | 0 | 783,905,736 | 100% | ||
corvuscoraxx | 0 | 52,625,881 | 6.71% | ||
surfcapmgmt | 0 | 49,038,240,580 | 100% | ||
kwallace | 0 | 1,638,384,154 | 100% | ||
luckyluk | 0 | 19,715,334,254 | 100% | ||
bxt | 0 | 25,649,044,215 | 25% | ||
javirid | 0 | 2,597,231,810 | 100% | ||
lingfei | 0 | 8,317,792,918 | 25% | ||
nadiaalady | 0 | 1,231,761,810 | 100% | ||
pomperipossa | 0 | 6,377,874,786 | 10% | ||
hightouch | 0 | 344,817,201,889 | 100% | ||
jinaa | 0 | 8,218,351,926 | 100% | ||
yyyy | 0 | 6,062,263,902 | 25% | ||
decentralizd | 0 | 8,227,180,680 | 3% | ||
faraicelebr8 | 0 | 6,214,599,671 | 100% | ||
sebhofmann | 0 | 26,064,876,862 | 100% | ||
mfg | 0 | 0 | 100% | ||
thehoneybee | 0 | 5,402,072,784 | 100% | ||
nawar93 | 0 | 1,187,855,279 | 100% | ||
rafaelpadilla | 0 | 2,000,754,363 | 100% | ||
eirik | 0 | 23,509,508,371 | 50% | ||
lordneroo | 0 | 160,696,120 | 100% | ||
sandstorm | 0 | 107,231,776,190 | 100% | ||
numpypython | 0 | 2,581,367,295 | 10% | ||
jakechalmers | 0 | 23,663,133,227 | 100% | ||
bithubpl | 0 | 3,058,766,903 | 100% | ||
prakashghai | 0 | 29,115,811,414 | 100% | ||
ana2410 | 0 | 50,322,526 | 20% | ||
aismor | 0 | 788,101,963 | 100% | ||
bitcoingod | 0 | 621,340,000 | 100% | ||
steemshop | 0 | 2,286,519,379 | 100% | ||
vaxx | 0 | 351,127,295 | 100% | ||
marxrab | 0 | 12,418,892,379 | 6% | ||
sarasate | 0 | 3,064,479,606 | 3% | ||
decibel | 0 | 5,011,932,182 | 50% | ||
card1001 | 0 | 84,951,834 | 100% | ||
ilvacca | 0 | 7,389,936,700 | 50% | ||
jeff001 | 0 | 6,107,294,884 | 100% | ||
hiimamazing | 0 | 692,248,991 | 30% | ||
greenstar | 0 | 1,978,218,056 | 5% | ||
synapse | 0 | 130,521,249,334 | 100% | ||
andy2007 | 0 | 649,897,700 | 100% | ||
steemtomi | 0 | 487,751,900 | 100% | ||
starsteem | 0 | 5,715,634,525 | 30% | ||
jhagi.bhai | 0 | 1,828,474,573 | 10% | ||
vandal | 0 | 11,595,607,225 | 100% | ||
ni7n3k | 0 | 1,210,199,619 | 100% | ||
coolbowser | 0 | 43,565,699,800 | 8% | ||
gindor | 0 | 13,855,514,953 | 20% | ||
myelaineous | 0 | 792,352,463 | 100% | ||
ak892n | 0 | 7,164,977,411 | 100% | ||
tammywatkins | 0 | 4,332,587,897 | 100% | ||
blhh | 0 | 607,129,600 | 100% | ||
whatamidoing | 0 | 2,038,824,487 | 10% | ||
fixource | 0 | 747,970,975 | 100% | ||
mandagoi | 0 | 10,683,408,810 | 21% | ||
donjovinyc | 0 | 208,680,429 | 100% | ||
xplosive | 0 | 9,197,623,945 | 100% | ||
goodmorning | 0 | 33,087,158,993 | 100% | ||
cikxaijen | 0 | 27,020,360,247 | 39% | ||
varna | 0 | 6,928,871,513 | 100% | ||
versusvii | 0 | 8,180,721,958 | 100% | ||
anka | 0 | 3,474,307,329 | 100% | ||
anto2318 | 0 | 398,133,421 | 100% | ||
beng05 | 0 | 9,238,955,484 | 100% | ||
wthomas | 0 | 763,206,678 | 10% | ||
jerrybanfield | 0 | 155,076,301,318 | 5% | ||
o1123581321 | 0 | 9,600,644,232 | 100% | ||
edwinvanrooij | 0 | 4,969,559,777 | 100% | ||
timbalabuch | 0 | 6,710,938,069 | 100% | ||
jkkim | 0 | 823,029,621 | 10% | ||
jphilipsagholor | 0 | 5,478,692,792 | 100% | ||
soi-green | 0 | 3,327,640,434 | 100% | ||
newsflash | 0 | 14,413,242,925,627 | 100% | ||
qwasert | 0 | 1,664,181,013 | 20% | ||
kubbyelizabeth | 0 | 13,164,431,992 | 4% | ||
taica | 0 | 1,700,359,258 | 10% | ||
lexiconical | 0 | 36,788,062,495 | 3% | ||
dannyboyjr | 0 | 8,225,608,022 | 100% | ||
jimsparkle | 0 | 615,528,496 | 100% | ||
pusteblume | 0 | 26,173,638,362 | 100% | ||
berlinmoonlight | 0 | 1,140,843,087 | 100% | ||
digitree | 0 | 17,117,224,764 | 100% | ||
cryptohustler | 0 | 4,839,585,241 | 100% | ||
suitablybored | 0 | 3,514,194,168 | 100% | ||
safran | 0 | 10,546,974,278 | 100% | ||
whipped-cream | 0 | 309,760,000 | 50% | ||
exec | 0 | 19,804,875,032 | 25% | ||
eval | 0 | 196,575,489 | 25% | ||
keshawn | 0 | 4,582,444,957 | 100% | ||
aliyah2017 | 0 | 5,417,357,653 | 25% | ||
bunabit | 0 | 1,071,260,019 | 100% | ||
alexmartinez | 0 | 535,884,800 | 100% | ||
whiessl | 0 | 48,644,892,359 | 100% | ||
minnowsupport | 0 | 2,310,698,970,967 | 100% | ||
robertvogt | 0 | 10,012,910,301 | 100% | ||
klen.civil | 0 | 5,482,387,131 | 100% | ||
justiceak | 0 | 30,650,518,456 | 100% | ||
enjar | 0 | 9,517,059,658 | 100% | ||
essienc78 | 0 | 301,988,395 | 100% | ||
waqasaps | 0 | 1,160,910,771 | 100% | ||
jimybpt | 0 | 321,136,478 | 100% | ||
drakos | 0 | 67,949,176,800 | 20% | ||
derosnec | 0 | 848,774,168 | 10% | ||
myday | 0 | 3,237,555,939 | 10% | ||
gamerveda | 0 | 33,930,120,695 | 50% | ||
kayleigh-alesta | 0 | 2,514,048,625 | 100% | ||
supastix | 0 | 7,824,295,292 | 100% | ||
xxcynicalkidxx | 0 | 713,330,168 | 50% | ||
spectrumecons | 0 | 23,612,846,495 | 3.5% | ||
alternative-view | 0 | 0 | 0% | ||
nadieyja | 0 | 212,415,110 | 10% | ||
antoniomontilva | 0 | 190,568,237 | 10% | ||
tellmevaldo | 0 | 123,912,206 | 100% | ||
grapthar | 0 | 20,557,020,805 | 100% | ||
kingmotan | 0 | 7,046,553,617 | 100% | ||
nezbong | 0 | 0 | 100% | ||
nesbitt | 0 | 7,719,353,555 | 100% | ||
dwaeji-aizelle | 0 | 4,984,119,914 | 100% | ||
libertyteeth | 0 | 134,536,640,167 | 10% | ||
kevbot | 0 | 18,579,295,395 | 36% | ||
fabianacarolina | 0 | 52,603,556 | 20% | ||
jmourad | 0 | 89,547,624 | 20% | ||
dali.soh | 0 | 3,202,487,738 | 100% | ||
trave160 | 0 | 2,361,154,403 | 100% | ||
thinknzombie | 0 | 21,679,586,611 | 10% | ||
avajean | 0 | 520,396,800 | 100% | ||
pinksugar | 0 | 2,172,458,670 | 100% | ||
kujtimh | 0 | 583,272,900 | 100% | ||
yushkov | 0 | 1,375,671,226 | 100% | ||
joshvel | 0 | 2,684,661,802 | 100% | ||
shahriarsust | 0 | 557,568,000 | 90% | ||
msp-lovebot | 0 | 94,761,345,448 | 40% | ||
stocki | 0 | 611,204,798 | 100% | ||
dakini5d | 0 | 2,068,668,825 | 4% | ||
yanes94 | 0 | 8,158,331,746 | 100% | ||
fararizky | 0 | 648,930,012 | 100% | ||
zinmintun | 0 | 234,087,612 | 50% | ||
beccadeals | 0 | 5,353,658,759 | 100% | ||
jonasthomas | 0 | 22,601,367,031 | 100% | ||
jejangkit | 0 | 1,356,432,220 | 100% | ||
dailygrcstats | 0 | 64,107,386 | 5% | ||
awinyaksteemit | 0 | 2,718,362,354 | 100% | ||
embalsespr | 0 | 50,661,368 | 5% | ||
jasonsnow | 0 | 11,137,040,581 | 100% | ||
bikash-tutor | 0 | 8,016,156,936 | 100% | ||
eemes | 0 | 551,372,800 | 100% | ||
alexanderrr | 0 | 640,176,582 | 100% | ||
glennolua | 0 | 31,992,326,323 | 50% | ||
duekie | 0 | 211,699,278 | 50.2% | ||
nasrud | 0 | 3,616,674,205 | 100% | ||
radjasalman | 0 | 408,822,301 | 100% | ||
happyweblancer | 0 | 333,852,652 | 100% | ||
nurhasib | 0 | 511,058,439 | 100% | ||
timcap | 0 | 459,144,187 | 100% | ||
psanjayp | 0 | 618,830,423 | 100% | ||
garudi | 0 | 3,800,118,811 | 100% | ||
icoindex.com | 0 | 415,078,400 | 100% | ||
resteem.bot | 0 | 1,001,205,832 | 100% | ||
muhammadiqbhal | 0 | 412,238,242 | 78.59% | ||
msp3k | 0 | 1,610,698,617,840 | 100% | ||
duchrillo | 0 | 381,334,578 | 100% | ||
andresulaiman | 0 | 704,095,202 | 100% | ||
massivevibration | 0 | 8,291,423,071 | 25% | ||
trailhispano | 0 | 54,467,622 | 5% | ||
spotlight | 0 | 7,272,620,455 | 10% | ||
turymenecier | 0 | 70,141,072 | 30% | ||
mystic-natura | 0 | 108,806,831 | 20% | ||
mustafarazy | 0 | 1,032,975,500 | 100% | ||
benjy87 | 0 | 1,967,697,874 | 100% | ||
nameless16 | 0 | 84,023,457 | 100% | ||
guggerf | 0 | 18,012,027,097 | 100% | ||
prairiechicken | 0 | 2,227,169,559 | 100% | ||
abdulhalim | 0 | 1,146,878,517 | 100% | ||
gegec | 0 | 7,502,519,140 | 100% | ||
teslim | 0 | 2,445,338,583 | 100% | ||
humanabstract | 0 | 1,695,046,439 | 100% | ||
manshar | 0 | 5,787,473,441 | 100% | ||
revisesociology | 0 | 11,032,190,929 | 100% | ||
kaushikworld | 0 | 772,044,618 | 100% | ||
petrmisan | 0 | 5,268,453,074 | 100% | ||
steemmatt | 0 | 2,509,862,168 | 10% | ||
tonnykhan | 0 | 1,148,770,839 | 100% | ||
jasmine20 | 0 | 1,143,218,238 | 100% | ||
pitwi | 0 | 3,639,215,377 | 100% | ||
uxair | 0 | 2,144,556,723 | 2% | ||
yabapmatt | 0 | 523,451,008,880 | 100% | ||
kushagrasingh | 0 | 611,285,778 | 100% | ||
jeksonjs | 0 | 968,850,039 | 100% | ||
danthundercloud | 0 | 377,539,735 | 100% | ||
lathishkotian | 0 | 907,012,277 | 100% | ||
mariuslotriet | 0 | 735,260,389 | 100% | ||
dennisphillips | 0 | 86,410,800 | 20% | ||
alfa-good | 0 | 6,705,645,920 | 100% | ||
andr33ty | 0 | 508,347,536 | 100% | ||
andywong31 | 0 | 0 | 100% | ||
raulp | 0 | 52,303,664 | 5% | ||
rockyb | 0 | 1,546,315,289 | 100% | ||
three.colours | 0 | 50,318,669 | 12% | ||
esaug | 0 | 3,583,590,988 | 100% | ||
pierlave | 0 | 4,729,370,246 | 100% | ||
angusg | 0 | 4,883,625,695 | 100% | ||
hanivaz | 0 | 481,431,600 | 100% | ||
druidcruize | 0 | 240,083,279 | 100% | ||
erfiguera | 0 | 50,180,737 | 20% | ||
jubayer1 | 0 | 515,378,700 | 100% | ||
bienvenida | 0 | 51,595,738 | 5% | ||
achmadkurniawan | 0 | 703,130,786 | 100% | ||
introduceyoursel | 0 | 54,532,879 | 5% | ||
real03 | 0 | 440,044,612 | 100% | ||
simgirl | 0 | 22,791,005,914 | 100% | ||
ahmed321 | 0 | 176,024,921 | 100% | ||
xoni | 0 | 1,273,230,102 | 100% | ||
homhai | 0 | 1,358,056,089 | 100% | ||
faiber | 0 | 63,960,354 | 20% | ||
madushanka | 0 | 1,329,046,768 | 100% | ||
kanchana | 0 | 1,171,954,363 | 100% | ||
msp-mods | 0 | 314,033,918,205 | 100% | ||
idlebright | 0 | 347,091,409 | 100% | ||
mgpeng | 0 | 39,177,072,987 | 100% | ||
preguntame | 0 | 51,310,175 | 5% | ||
abuzenk | 0 | 1,230,194,864 | 100% | ||
devosdevosi | 0 | 1,694,120,605 | 100% | ||
rahim300 | 0 | 619,524,232 | 100% | ||
yenmoon | 0 | 708,593,829 | 100% | ||
eliff | 0 | 512,292,600 | 100% | ||
snars2017 | 0 | 312,885,272 | 100% | ||
socialspace | 0 | 954,604,466 | 5% | ||
chalosikhe | 0 | 391,934,700 | 100% | ||
daes131 | 0 | 132,803,867 | 100% | ||
energox | 0 | 10,881,964,655 | 100% | ||
saurabhkujur | 0 | 588,651,430 | 100% | ||
bobinson | 0 | 1,936,701,057 | 100% | ||
pauloferreira | 0 | 571,060,959 | 100% | ||
farmerturkey | 0 | 128,787,348 | 100% | ||
amigoos | 0 | 50,483,700 | 10% | ||
maidisangkot | 0 | 277,758,000 | 100% | ||
thisistanvir | 0 | 202,714,801 | 100% | ||
thecakeisalie | 0 | 50,613,053 | 90% | ||
red.kryptonite | 0 | 527,468,689 | 100% | ||
jello.rainbow | 0 | 241,967,726 | 100% | ||
spiritlight | 0 | 653,009,282 | 100% | ||
smitop | 0 | 1,169,110,546 | 100% | ||
gerginho | 0 | 2,652,702,851 | 100% | ||
xee95 | 0 | 570,850,302 | 100% | ||
hugo.exe | 0 | 664,470,782 | 100% | ||
oldmariner | 0 | 1,973,865,347 | 100% | ||
ayevbosa | 0 | 1,160,649,132 | 100% | ||
reyajahmedrazu | 0 | 72,537,249 | 100% | ||
aquafi | 0 | 627,552,457 | 100% | ||
happi-hardcore | 0 | 0 | 100% | ||
absn | 0 | 580,780,125 | 100% | ||
peerock727 | 0 | 813,818,647 | 100% | ||
theferalone | 0 | 4,484,946,663 | 100% | ||
shallwey | 0 | 778,952,172 | 100% | ||
engineeringsteem | 0 | 17,757,436,112 | 100% | ||
henildedania | 0 | 1,107,502,099 | 100% | ||
delilonia | 0 | 893,694,763 | 100% | ||
kcherukuri | 0 | 247,846,860 | 100% | ||
deepak0018 | 0 | 643,868,337 | 100% | ||
farukcom | 0 | 500,411,429 | 5% | ||
inthearena | 0 | 1,383,425,802 | 100% | ||
picj | 0 | 52,225,184 | 20% | ||
gabrielgh | 0 | 53,621,945,165 | 100% | ||
mike50 | 0 | 1,675,711,064 | 100% | ||
oriole | 0 | 1,160,559,401 | 100% | ||
juniadi | 0 | 584,005,711 | 100% | ||
douf | 0 | 1,160,546,610 | 100% | ||
egtech | 0 | 100,862,947 | 100% | ||
davinshi | 0 | 1,732,669,527 | 100% | ||
ravenruis | 0 | 1,239,123,718 | 100% | ||
realityisfake | 0 | 14,771,811,327 | 100% | ||
macerider | 0 | 52,651,511 | 5% | ||
fabiocola | 0 | 392,824,053 | 100% | ||
deceth | 0 | 539,691,669 | 100% | ||
miupiu | 0 | 374,264,493 | 100% | ||
husnainali71jb | 0 | 942,536,182 | 100% | ||
asadujjaman | 0 | 432,030,423 | 100% | ||
baknaffek | 0 | 1,119,925,884 | 100% | ||
aram1231 | 0 | 1,056,095,828 | 100% | ||
osteopathe06 | 0 | 888,193,850 | 100% | ||
funt33 | 0 | 1,131,611,229 | 100% | ||
cosasquenosabias | 0 | 98,911,620 | 100% | ||
afril | 0 | 219,546,141 | 100% | ||
jewel1994 | 0 | 1,061,898,161 | 100% | ||
abusaleh | 0 | 403,642,628 | 100% | ||
noolivaralakshmi | 0 | 624,191,690 | 100% | ||
kaidens | 0 | 893,619,062 | 100% | ||
sanga | 0 | 558,590,090 | 100% | ||
rogeur | 0 | 644,101,926 | 100% | ||
weisheng167388 | 0 | 3,199,111,744 | 100% | ||
lrbitcoinguy | 0 | 969,053,940 | 100% | ||
eleais | 0 | 133,759,839 | 100% | ||
poyraz | 0 | 234,317,033 | 100% | ||
fabinhocrypto | 0 | 661,556,440 | 100% | ||
nedlarimer | 0 | 1,022,226,491 | 100% | ||
robinsoncaiso | 0 | 1,171,954,356 | 100% | ||
dylanlane | 0 | 1,046,625,067 | 100% | ||
ohicklin | 0 | 997,863,200 | 100% | ||
father1c | 0 | 284,332,823 | 100% | ||
maryanaro | 0 | 161,830,704 | 100% | ||
fromcgeddon | 0 | 1,115,528,484 | 100% | ||
bitcoin.btc | 0 | 1,119,921,645 | 100% | ||
raksaset | 0 | 1,097,680,299 | 100% | ||
apine | 0 | 4,726,035,069 | 100% | ||
yannis182 | 0 | 3,818,313,411 | 100% | ||
manpiro | 0 | 992,260,445 | 100% | ||
bonjovis | 0 | 20,395,419,766 | 25% | ||
adam818 | 0 | 319,441,246 | 100% | ||
momin109 | 0 | 226,344,690 | 100% | ||
stmpower | 0 | 816,512,570 | 100% | ||
ipman62 | 0 | 348,394,337 | 100% | ||
photohunter | 0 | 516,620,521 | 100% | ||
gund9 | 0 | 963,243,673 | 100% | ||
jabedalamjasha | 0 | 960,522,579 | 100% | ||
irfandogan | 0 | 2,895,078,269 | 100% | ||
mranimou | 0 | 1,050,283,633 | 100% | ||
i10facts | 0 | 703,407,707 | 100% | ||
hollacute | 0 | 625,411,781 | 100% | ||
lukedanger | 0 | 783,359,964 | 100% | ||
lasso69 | 0 | 1,027,834,690 | 100% | ||
abiismail | 0 | 154,183,750 | 100% | ||
chris-creates | 0 | 1,160,532,830 | 100% | ||
alucardnoche | 0 | 1,143,123,360 | 100% | ||
marc5 | 0 | 187,040,957 | 100% | ||
msp-bidbot | 0 | 470,797,083,006 | 100% | ||
dwa | 0 | 1,158,957,438 | 100% | ||
roooster | 0 | 667,658,790 | 100% | ||
palmerasensual | 0 | 1,207,624,269 | 100% | ||
vannuffel | 0 | 1,160,529,977 | 100% | ||
sunrose1980 | 0 | 951,634,213 | 100% | ||
nomita | 0 | 889,637,476 | 100% | ||
curiousrouxbz | 0 | 1,137,317,952 | 100% | ||
fortunex | 0 | 241,690,919 | 100% | ||
votero | 0 | 516,434,520 | 100% | ||
bink.undercover | 0 | 116,052,701 | 100% | ||
tinoschloegl | 0 | 262,475,851 | 30% | ||
cryptodox | 0 | 678,908,128 | 100% | ||
bogdanclain | 0 | 1,160,526,560 | 100% | ||
dd666 | 0 | 1,073,487,034 | 100% | ||
lagbunny | 0 | 1,009,657,982 | 100% | ||
tux6845 | 0 | 127,657,904 | 100% | ||
bobby-c | 0 | 205,671,574 | 100% | ||
shabbirawan | 0 | 0 | 100% | ||
tinowhale | 0 | 5,230,015,627 | 30% | ||
cloutdima | 0 | 1,073,485,504 | 100% | ||
laythefavorite | 0 | 493,658,996 | 100% | ||
shafaet172 | 0 | 1,056,995,109 | 100% | ||
pakistan786 | 0 | 0 | 100% | ||
odochartaigh | 0 | 951,629,533 | 100% | ||
jemen9 | 0 | 1,120,618,092 | 100% | ||
leahlei | 0 | 249,512,551 | 100% | ||
esteemagnum | 0 | 1,125,707,096 | 100% | ||
nopgm | 0 | 1,137,312,323 | 100% | ||
hermansanchezg | 0 | 940,023,448 | 100% | ||
steyntreyn | 0 | 1,096,694,021 | 100% | ||
thedon1 | 0 | 220,499,322 | 100% | ||
paniazhbetka | 0 | 597,669,049 | 100% | ||
imryas | 0 | 1,061,877,562 | 100% | ||
setianovanto | 0 | 429,393,105 | 100% | ||
ksana | 0 | 1,096,693,143 | 100% | ||
yatharth | 0 | 162,473,056 | 100% | ||
teragani | 0 | 940,022,676 | 100% | ||
adstiko | 0 | 1,160,521,739 | 100% | ||
hokpulor | 0 | 348,156,467 | 100% | ||
nukihxc | 0 | 678,904,801 | 100% | ||
cryptokitties | 0 | 198,229,121 | 100% | ||
cossjourney | 0 | 226,539,224 | 100% | ||
lesurvivant | 0 | 736,930,027 | 100% | ||
franchisenyc | 0 | 1,096,691,141 | 100% | ||
alkont | 0 | 899,402,747 | 100% | ||
camilo1 | 0 | 1,119,901,271 | 100% | ||
abu-rimba | 0 | 1,050,270,058 | 90.15% | ||
thantzinwin | 0 | 319,142,796 | 100% | ||
legacee | 0 | 1,096,690,701 | 100% | ||
frank1in | 0 | 133,459,677 | 100% | ||
parandox | 0 | 922,612,505 | 100% | ||
mintberrycrunch | 0 | 690,508,685 | 100% | ||
btcscripts | 0 | 963,230,602 | 100% | ||
gourang | 0 | 0 | 0% | ||
naruvus | 0 | 319,142,368 | 100% | ||
icantgoogle | 0 | 1,160,517,698 | 100% | ||
codename | 0 | 1,137,307,344 | 100% | ||
bradmitchell | 0 | 3,382,855,419 | 100% | ||
abdellahlotfy | 0 | 963,229,683 | 100% | ||
mamburu305 | 0 | 1,009,649,923 | 100% | ||
kwakelaar | 0 | 1,131,503,991 | 100% | ||
mohammadqasim | 0 | 876,190,244 | 100% | ||
a-new-era | 0 | 1,160,516,704 | 100% | ||
whitedonuts | 0 | 522,232,510 | 100% | ||
haneul-life | 0 | 870,387,504 | 100% | ||
fiercewarrior | 0 | 363,038,800 | 100% | ||
varignon | 0 | 133,459,415 | 100% | ||
blingblog | 0 | 1,021,254,648 | 100% | ||
brandonscalera | 0 | 899,400,395 | 100% | ||
guebarusadar | 0 | 940,018,475 | 100% | ||
safetony | 0 | 1,143,108,868 | 100% | ||
goodcatt | 0 | 133,459,393 | 100% | ||
debralim | 0 | 529,175,200 | 100% | ||
krysbnkrys | 0 | 1,096,687,909 | 100% | ||
unknownmusic | 0 | 1,131,503,378 | 100% | ||
rymeske | 0 | 440,996,186 | 100% | ||
haorambe | 0 | 615,073,618 | 100% | ||
cryptochicken1 | 0 | 974,833,609 | 100% | ||
pappyasd111 | 0 | 348,154,852 | 30.63% | ||
vineeth1 | 0 | 1,050,267,064 | 100% | ||
bathousa | 0 | 1,050,266,994 | 100% | ||
reenal | 0 | 1,143,108,144 | 100% | ||
ivanvs | 0 | 1,160,515,825 | 100% | ||
sheilamenher | 0 | 562,850,008 | 100% | ||
delagha | 0 | 1,160,515,234 | 100% | ||
oswaldoafg94 | 0 | 429,390,622 | 100% | ||
draganjovanovic | 0 | 1,160,515,177 | 100% | ||
funclub | 0 | 1,032,858,459 | 100% | ||
moshiurrahman | 0 | 667,296,191 | 73.61% | ||
retatu | 0 | 707,914,202 | 100% | ||
cryptoxela | 0 | 557,047,239 | 100% | ||
topstoryteller | 0 | 1,160,515,070 | 100% | ||
nadiapanda | 0 | 1,056,068,703 | 100% | ||
maximegiovani | 0 | 951,622,203 | 100% | ||
slashformotion | 0 | 655,690,891 | 100% | ||
rmlopes | 0 | 969,029,853 | 100% | ||
annalitic | 0 | 1,056,068,192 | 100% | ||
josearturo | 0 | 911,003,836 | 100% | ||
mjd2019 | 0 | 1,160,513,312 | 100% | ||
ngfx | 0 | 0 | 100% | ||
boyan85 | 0 | 969,026,233 | 100% | ||
bengy | 0 | 0 | 100% | ||
huseinjakupi | 0 | 0 | 100% | ||
frozenbanana | 0 | 0 | 100% | ||
justinkehoe | 0 | 0 | 100% | ||
crypto-bloggers | 0 | 0 | 100% | ||
lukas-s | 0 | 0 | 100% | ||
aliraza71 | 0 | 0 | 100% | ||
murtg | 0 | 0 | 100% |
I think it will pass. Like Pokemon Go was strained somewhat at different places when it was launch but now who cares. Maybe a few aunties. :-)
author | ace108 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171213t154925813z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-13 15:49:39 |
last_update | 2017-12-13 15:49:39 |
depth | 1 |
children | 0 |
last_payout | 2017-12-20 15:49:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.336 HBD |
curator_payout_value | 0.112 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 1,228,750,690,361,130 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,379,679 |
net_rshares | 83,499,309,393 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 83,499,309,393 | 7% |
Upvoted @timcliff ...Very interesting... Bless
author | andrewramdas |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t044937786z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["timcliff"],"app":"steemit/0.1"} |
created | 2017-12-08 04:48:36 |
last_update | 2017-12-08 04:48:36 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 04:48: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 | 46 |
author_reputation | 2,441,258,120,617 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,736,623 |
net_rshares | 0 |
Congratulations @timcliff! Your post was mentioned in the [hit parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20171208) in the following category: * Pending payout - Ranked 3 with $ 263,73
author | arcange |
---|---|
permlink | re-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t164204000z |
category | cryptokitties |
json_metadata | "" |
created | 2017-12-09 15:42:03 |
last_update | 2017-12-09 15:42:03 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 15:42: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 | 208 |
author_reputation | 1,146,631,895,869,408 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,897,928 |
net_rshares | 0 |
is there any possibility for CryptoPokemon?
author | asyrafahamed |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t042227441z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 04:22:18 |
last_update | 2017-12-08 04:22:18 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 04:22:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.238 HBD |
curator_payout_value | 0.079 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 1,021,479,377,596 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,735,018 |
net_rshares | 86,571,206,083 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 86,571,206,083 | 5% |
you can help? I really want a kitten: C I know you're a good person, please support me thanks for the information, if you can support you I would appreciate it, it is just an upvote to be able to grow in steemit.
author | audry16 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t041945345z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 04:19:36 |
last_update | 2017-12-08 04:19:36 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 04:19: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 | 215 |
author_reputation | 1,250,238,036,331 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,734,846 |
net_rshares | 0 |
https://media.giphy.com/media/MDJ9IbxxvDUQM/giphy.gif
author | blank6 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t220619413z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"image":["https://media.giphy.com/media/MDJ9IbxxvDUQM/giphy.gif"],"app":"steemit/0.1"} |
created | 2017-12-08 22:06:18 |
last_update | 2017-12-08 22:06:18 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 22:06:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 271,779,144 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,817,322 |
net_rshares | 17,393,865,261 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,393,865,261 | 1% |
I think crypto will never been taken seriously from the media if jokes like cryptokitties get so much coverage and generate so much hype... Just imagine the title "Guy makes insane amount of cryptocurrency through selling rare digital kittens"
author | blhh |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t123734525z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 12:37:39 |
last_update | 2017-12-09 12:37:39 |
depth | 1 |
children | 1 |
last_payout | 2017-12-16 12:37:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 245 |
author_reputation | 606,030,649 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,879,933 |
net_rshares | 17,490,795,137 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,490,795,137 | 1% |
It could be one of the things that actually makes people take them more seriously. Don't underestimate the power of kitties on the internet :)
author | timcliff |
---|---|
permlink | re-blhh-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t200250592z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 20:02:48 |
last_update | 2017-12-09 20:02:48 |
depth | 2 |
children | 0 |
last_payout | 2017-12-16 20:02: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 | 142 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,921,987 |
net_rshares | 619,520,000 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blhh | 0 | 619,520,000 | 100% |
Crytpo kitties is going to get huge, so simple but fun and profitable!
author | brandonscalera |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171211t012631990z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-11 01:26:30 |
last_update | 2017-12-11 01:26:30 |
depth | 1 |
children | 0 |
last_payout | 2017-12-18 01:26:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.208 HBD |
curator_payout_value | 0.058 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 3,274,818,184,382 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,056,800 |
net_rshares | 62,595,987,423 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 61,713,994,778 | 6% | ||
brandonscalera | 0 | 881,992,645 | 100% |
I can't wait for gamification on the Steem blockchain. There's insane potential here. I'm shocked by the success of Cryptokitties, but I guess I shouldn't be.
author | brianlewis |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t192700630z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 19:27:00 |
last_update | 2017-12-08 19:27:00 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 19:27:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.516 HBD |
curator_payout_value | 0.170 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 158 |
author_reputation | 1,435,323,917,252 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,805,273 |
net_rshares | 182,635,585,245 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 182,635,585,245 | 11% |
Just trying to figure out how to put a picture in the comment area π
author | btcscripts |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t010901538z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 01:09:00 |
last_update | 2017-12-09 01:09:00 |
depth | 1 |
children | 1 |
last_payout | 2017-12-16 01:09:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | 20,937,581,826 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,829,416 |
net_rshares | 940,020,226 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
btcscripts | 0 | 940,020,226 | 100% |
Copy it to your clipboard, then just paste it in. If that doesn't work for some reason, you can upload it to a site like https://imgsafe.org/ and get a URL for the pic. Then just put the URL in the comment.
author | timcliff |
---|---|
permlink | re-btcscripts-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t020349021z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"links":["https://imgsafe.org/"],"app":"steemit/0.1"} |
created | 2017-12-09 02:03:45 |
last_update | 2017-12-09 02:04:15 |
depth | 2 |
children | 0 |
last_payout | 2017-12-16 02:03: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 | 207 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,833,246 |
net_rshares | 1,746,578,718 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
btcscripts | 0 | 644,087,932 | 100% | ||
safetony | 0 | 1,102,490,786 | 100% |
I am glad that CryptoKitties have taken over Ethereum. Everyone knew they didn't have enough horse power, and now it is has just become obvious to everyone. We should do CryptoPuppies on steem. You would just have to do a weird hash / encoding to put the puppies into the graphene block. Or, maybe we should do CryptoSloths. There have been several who have stated desires for such. But anyway, the interface is more of the hard part. You have to let steemians view their sloths in a way they can interact with them. A blog post about what your sloth is doing (nothing) is really boring.
author | builderofcastles |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t035017258z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 03:51:33 |
last_update | 2017-12-08 03:51:33 |
depth | 1 |
children | 2 |
last_payout | 2017-12-15 03:51:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.834 HBD |
curator_payout_value | 0.057 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 595 |
author_reputation | 278,300,223,482,588 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,733,067 |
net_rshares | 243,015,208,877 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 69,226,556,636 | 4% | ||
drakos | 0 | 37,159,094,353 | 10% | ||
libertyteeth | 0 | 134,536,640,167 | 10% | ||
cakemovesmikey | 0 | 1,332,777,859 | 100% | ||
parandox | 0 | 760,139,862 | 100% |
ETH is in an emerging project and in development, like EVERY other cyptocurrency. Many face scalability challenges and are addressing them. Are you happy when Bitcoin's network is bogged down too? I'm wondering which alts you may be diversified in to be happy and cheerlead when ETH's network has a hiccup. I wonder if their promises of superior scalability work out when they have enough demand on their network to qualify. I'm also not sure how you knew that "everyone" was aware that ETH network didn't have enough horsepower, but that's impressive.
author | steemmatt |
---|---|
permlink | re-builderofcastles-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t052839526z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 05:28:36 |
last_update | 2017-12-08 05:29:09 |
depth | 2 |
children | 1 |
last_payout | 2017-12-15 05:28: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 | 559 |
author_reputation | 137,852,274,798,769 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,739,041 |
net_rshares | 0 |
I am unsure if you are being honest or patronizing. Etherium has had trouble with its throughput power almost every time a new coin was offered that used it. And we are no where near the early adopter phase yet. If we look back on etherium's throughput, from 10 years in the future, we will not even be able to see these new coin offerings, without zooming in really close. Talks about why EOS was designed, the functionality it is supposed to deliver is because of the shortcomings in Etherium that were being seen more than a year ago. So, from my view, Etherium has run into its limitations a lot, and I haven't heard anything from the Etherium team that sounds like, "we just did this and increased our processing by 10x". You hear lots of rumblings about bitcoin. It is the reason we now have bitcoin gold and bitcoin cash.
author | builderofcastles |
---|---|
permlink | re-steemmatt-re-builderofcastles-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t054110975z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 05:42:27 |
last_update | 2017-12-08 05:42:27 |
depth | 3 |
children | 0 |
last_payout | 2017-12-15 05:42:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 835 |
author_reputation | 278,300,223,482,588 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,739,854 |
net_rshares | 10,136,977,209 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
thecleangame | 0 | 10,136,977,209 | 100% |
The transaction fee is so high you need to put it higher for it to pass thru. I used 100k gas and 60 gwei and it was done in a minute.
author | cikxaijen |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t034228975z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 03:42:33 |
last_update | 2017-12-08 03:42:33 |
depth | 1 |
children | 8 |
last_payout | 2017-12-15 03:42:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.348 HBD |
curator_payout_value | 0.358 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 134 |
author_reputation | 6,555,044,525,780 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,732,495 |
net_rshares | 1,281,638,236,924 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 1,150,959,256,544 | 67% | ||
abh12345 | 0 | 34,722,262,456 | 5% | ||
cikxaijen | 0 | 88,781,969,347 | 100% | ||
massivevibration | 0 | 3,209,583,124 | 10% | ||
osteopathe06 | 0 | 870,778,284 | 100% | ||
laythefavorite | 0 | 482,043,490 | 100% | ||
cryptokitties | 0 | 201,922,832 | 100% | ||
cossjourney | 0 | 222,845,650 | 100% | ||
frank1in | 0 | 127,657,083 | 100% | ||
parandox | 0 | 940,020,288 | 100% | ||
reenal | 0 | 1,119,897,826 | 100% |
Thanks for talking about Cryptokitties!
author | cryptokitties |
---|---|
permlink | re-cikxaijen-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171211t080551384z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-11 08:05:54 |
last_update | 2017-12-11 08:05:54 |
depth | 2 |
children | 0 |
last_payout | 2017-12-18 08:05:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.088 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 23,518,343,763 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,085,969 |
net_rshares | 27,398,816,870 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
reseller | 0 | 27,398,816,870 | 100% |
@cikxaijen, Be cool 2018 will be trump card for so many users, keep it up,,,
author | ekhlas01 |
---|---|
permlink | re-cikxaijen-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t163055864z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["cikxaijen"],"app":"steemit/0.1"} |
created | 2017-12-08 16:30:57 |
last_update | 2017-12-08 16:30:57 |
depth | 2 |
children | 0 |
last_payout | 2017-12-15 16:30:57 |
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 | 76 |
author_reputation | 22,376,436,485,592 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,789,711 |
net_rshares | 22,888,401,250 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ekhlas01 | 0 | 22,888,401,250 | 100% |
<center>https://steemitimages.com/DQme8BUEcf46RyzscRV6wvYAPFnZGnjVGpruDjk56B7D1qK/1.jpg</center>
author | imam-nazar |
---|---|
permlink | re-cikxaijen-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t092258434z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"image":["https://steemitimages.com/DQme8BUEcf46RyzscRV6wvYAPFnZGnjVGpruDjk56B7D1qK/1.jpg"],"app":"steemit/0.1"} |
created | 2017-12-08 09:22:57 |
last_update | 2017-12-08 09:22:57 |
depth | 2 |
children | 0 |
last_payout | 2017-12-15 09:22: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 | 96 |
author_reputation | 3,130,260,363 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,754,265 |
net_rshares | 0 |
I also did it and it was done in 2 minutes
author | parandox |
---|---|
permlink | re-cikxaijen-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t145531771z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 14:55:30 |
last_update | 2017-12-08 14:55:30 |
depth | 2 |
children | 1 |
last_payout | 2017-12-15 14:55:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.444 HBD |
curator_payout_value | 0.146 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 22,159,813,045 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,780,877 |
net_rshares | 156,903,838,432 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 156,288,755,242 | 9% | ||
rockwellontherun | 0 | 615,083,190 | 100% |
So, it isn't true, what people say, that Ethereum has the computational power of a 1999 cell phone
author | rockwellontherun |
---|---|
permlink | re-parandox-re-cikxaijen-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t015850686z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 01:58:57 |
last_update | 2017-12-09 01:58:57 |
depth | 3 |
children | 0 |
last_payout | 2017-12-16 01:58: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 | 98 |
author_reputation | 69,152,819,325 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,832,910 |
net_rshares | 0 |
Great tip. I updated the article - thanks!
author | timcliff |
---|---|
permlink | re-cikxaijen-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t040657951z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 04:06:57 |
last_update | 2017-12-08 04:06:57 |
depth | 2 |
children | 1 |
last_payout | 2017-12-15 04:06:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 42 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,734,093 |
net_rshares | 6,452,082,361 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
themonetaryfew | 0 | 6,452,082,361 | 1% |
i like cryptocurrency game thanks for share this lovely one.
author | deepak0018 |
---|---|
permlink | re-timcliff-re-cikxaijen-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t063827241z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 06:38:30 |
last_update | 2017-12-08 06:38:30 |
depth | 3 |
children | 0 |
last_payout | 2017-12-15 06:38: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 | 60 |
author_reputation | 2,456,398,930,681 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,743,173 |
net_rshares | 613,698,325 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
deepak0018 | 0 | 613,698,325 | 100% |
https://cryptohash.me/Welcome/Partner/waldiyanto
author | waldiyanto |
---|---|
permlink | re-cikxaijen-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t141532971z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"links":["https://cryptohash.me/Welcome/Partner/waldiyanto"],"app":"steemit/0.1"} |
created | 2017-12-09 14:15:39 |
last_update | 2017-12-09 14:15:39 |
depth | 2 |
children | 0 |
last_payout | 2017-12-16 14:15: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 | 48 |
author_reputation | -62,162,726,406 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,889,338 |
net_rshares | 0 |
Thank you for the valuable information! <3 I noticed in the screenshot under 'eth transactions use gas' your max total is crazy high compared to the actual amount of eth being spent...the limit and the gas price. I am running into this problem and for three days it's driving me completely crazy I can't find a solution! No matter how many times I reject...reinstall...clear cache...etc...the max total always changes itself to be just over a few cents...of all the eth I have funded...regardless of the actual cost of the transaction. I have endlessly played around with the limit and gas price and nothing seems to correct the max total to the actual balance. I want to enjoy this game but metamask is really making that impossible!
author | creativesoul |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t182213400z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 18:22:12 |
last_update | 2017-12-09 18:24:06 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 18: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 | 734 |
author_reputation | 7,409,670,213,699 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,913,518 |
net_rshares | 0 |
I have a story about my experience in this. https://steemit.com/crypto/@cryptochicken1/an-adventure-in-crypto-kitty-rabbit-hole I also posted how you can send kitties for Christmas. https://steemit.com/crypto/@cryptochicken1/how-to-gift-a-cryptokitty-as-a-christmas-gift The only thing my story has the above is missing, is the Github rarity/price extension you can add to your browser. Please note prices are not accurate. https://github.com/HaJaeKyung/KittyExtension It now also has a feature to change from Ether to Dollar pricing. This is all great info and very well put together. The transactions and gas pricing are very important in the Kittyverse.
author | cryptochicken1 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t190911454z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["cryptochicken1"],"links":["https://steemit.com/crypto/cryptochicken1/an-adventure-in-crypto-kitty-rabbit-hole","https://steemit.com/crypto/cryptochicken1/how-to-gift-a-cryptokitty-as-a-christmas-gift","https://github.com/HaJaeKyung/KittyExtension"],"app":"steemit/0.1"} |
created | 2017-12-08 19:09:12 |
last_update | 2017-12-08 19:09:12 |
depth | 1 |
children | 1 |
last_payout | 2017-12-15 19:09:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 664 |
author_reputation | 42,822,876,610 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,803,902 |
net_rshares | 23,076,515,407 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,393,473,418 | 1% | ||
ksumma | 0 | 4,743,023,866 | 100% | ||
cryptochicken1 | 0 | 940,018,123 | 100% |
Cool, I upvoted your posts. BTW, there is a cryptokitties channel on steemit.chat now :) feel free to join and share your (on topic) links. https://steemit.chat/channel/cryptokitties
author | timcliff |
---|---|
permlink | re-cryptochicken1-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t231450349z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"links":["https://steemit.chat/channel/cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 23:14:48 |
last_update | 2017-12-08 23:14:48 |
depth | 2 |
children | 0 |
last_payout | 2017-12-15 23:14: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 | 183 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,822,151 |
net_rshares | 0 |
Great I Post , I've watched a video about it 2 days ago in youtube https://www.youtube.com/watch?v=Hhr_zKS-pUo it's look Great ^^ thank you so much for sharing following you :)
author | davinshi |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t033317019z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"image":["https://img.youtube.com/vi/Hhr_zKS-pUo/0.jpg"],"links":["https://www.youtube.com/watch?v=Hhr_zKS-pUo"],"app":"steemit/0.1"} |
created | 2017-12-08 03:33:15 |
last_update | 2017-12-08 03:33:15 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 03:33:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.212 HBD |
curator_payout_value | 0.040 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 177 |
author_reputation | 943,768,786,569 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,731,862 |
net_rshares | 69,226,243,148 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 69,226,243,148 | 4% |
Love the layout man. Keep it up!
author | deybala |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t045057821z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 14:53:30 |
last_update | 2017-12-09 14:53:30 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 14:53:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 652,304,661,449 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,893,027 |
net_rshares | 17,490,560,041 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,490,560,041 | 1% |
So you decided to jump into the kitty world? The kittens salute you. https://i.pinimg.com/236x/1d/f7/06/1df706ae30095ad907b9046cdaae2db6--cute-kittens-cutest-kittens-ever.jpg
author | drakos |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t061623307z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"image":["https://i.pinimg.com/236x/1d/f7/06/1df706ae30095ad907b9046cdaae2db6--cute-kittens-cutest-kittens-ever.jpg"],"app":"steemit/0.1"} |
created | 2017-12-08 06:17:27 |
last_update | 2017-12-08 06:17:27 |
depth | 1 |
children | 3 |
last_payout | 2017-12-15 06:17:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.452 HBD |
curator_payout_value | 0.144 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 175 |
author_reputation | 112,280,226,665,329 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,741,934 |
net_rshares | 161,664,533,198 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 156,287,344,587 | 9% | ||
kubbyelizabeth | 0 | 4,419,762,745 | 1% | ||
cryptochicken1 | 0 | 957,425,866 | 100% |
Do you have one too, show me a picture?
author | kubbyelizabeth |
---|---|
permlink | re-drakos-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171211t041436754z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-11 04:14:33 |
last_update | 2017-12-11 04:14:33 |
depth | 2 |
children | 2 |
last_payout | 2017-12-18 04:14: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 | 39 |
author_reputation | 37,451,356,924,198 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,068,728 |
net_rshares | 0 |
I don't, I'm hoping for someone to donate me a cryptokitty lol
author | drakos |
---|---|
permlink | re-kubbyelizabeth-re-drakos-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171211t044115998z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-11 04:41:15 |
last_update | 2017-12-11 04:41:15 |
depth | 3 |
children | 1 |
last_payout | 2017-12-18 04:41:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 112,280,226,665,329 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,070,659 |
net_rshares | 4,419,762,745 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kubbyelizabeth | 0 | 4,419,762,745 | 1% |
https://memegenerator.net/img/instances/500x/80926039/so-youre-telling-me-smtkittens-wont-kill-the-steem-blockchain.jpg
author | drakos |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t062252357z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"image":["https://memegenerator.net/img/instances/500x/80926039/so-youre-telling-me-smtkittens-wont-kill-the-steem-blockchain.jpg"],"app":"steemit/0.1"} |
created | 2017-12-08 06:23:57 |
last_update | 2017-12-08 06:23:57 |
depth | 1 |
children | 1 |
last_payout | 2017-12-15 06:23:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.086 HBD |
curator_payout_value | 0.688 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 112,280,226,665,329 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,742,279 |
net_rshares | 751,412,909,300 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 729,340,941,409 | 42% | ||
apsu | 0 | 13,212,526,926 | 50% | ||
kubbyelizabeth | 0 | 4,419,762,745 | 1% | ||
jemen9 | 0 | 1,097,392,846 | 100% | ||
abu-rimba | 0 | 1,050,270,058 | 90.15% | ||
jenarvaezg | 0 | 1,148,909,704 | 100% | ||
mjd2019 | 0 | 1,143,105,612 | 100% |
Drakos! Your photo is very funny
author | abu-rimba | ||||||
---|---|---|---|---|---|---|---|
permlink | re-drakos-2017129t232045566z | ||||||
category | cryptokitties | ||||||
json_metadata | {"tags":"cryptokitties","app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-12-09 16:20:51 | ||||||
last_update | 2017-12-09 16:20:51 | ||||||
depth | 2 | ||||||
children | 0 | ||||||
last_payout | 2017-12-16 16:20: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 | 33 | ||||||
author_reputation | 35,280,967,906 | ||||||
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 22,901,701 | ||||||
net_rshares | 0 |
nice post. i recently bought some kitties and start playing around. every little thing costs money. needless to say that I did some costly mistakes...
author | energox |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t213805854z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 21:38:06 |
last_update | 2017-12-09 21:38:06 |
depth | 1 |
children | 1 |
last_payout | 2017-12-16 21:38:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.448 HBD |
curator_payout_value | 0.149 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 45,686,256,105 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,928,891 |
net_rshares | 148,857,559,703 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 148,857,559,703 | 11% |
Yeah, that was one of the things that I found out after I started playing too.
author | timcliff |
---|---|
permlink | re-energox-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t001301253z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 00:13:00 |
last_update | 2017-12-10 00:13:00 |
depth | 2 |
children | 0 |
last_payout | 2017-12-17 00:13: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 | 78 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,939,514 |
net_rshares | 0 |
What do yall normally put for gas and gwei? is it 100gas and 60gwei. Started with two kitties and now im at 9 so i am basically turning into the cat man.
author | engineeringsteem |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t074405228z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 07:44:06 |
last_update | 2017-12-10 07:44:06 |
depth | 1 |
children | 1 |
last_payout | 2017-12-17 07:44:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.168 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 666,854,601,861 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 22,968,005 |
net_rshares | 43,611,971,665 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,614,311,921 | 1% | ||
engineeringsteem | 0 | 25,997,659,744 | 100% |
not sure what you mean by 100gas and 60gwei. I've usually been using gwei of 60.
author | timcliff |
---|---|
permlink | re-engineeringsteem-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t221433031z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 22:14:30 |
last_update | 2017-12-10 22:14:30 |
depth | 2 |
children | 0 |
last_payout | 2017-12-17 22:14: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 | 80 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,043,677 |
net_rshares | 0 |
Thank you for doing the leg work and sharing. Very much appreciate it. Shame this is not running on our blockchain or one that can handle high usage. Every post I seen about this seems to all share their issues with transactions backlogs and timeouts from ETH.
author | enjar |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t033617332z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 03:36:21 |
last_update | 2017-12-08 03:36:21 |
depth | 1 |
children | 3 |
last_payout | 2017-12-15 03:36:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.564 HBD |
curator_payout_value | 0.086 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 262 |
author_reputation | 1,198,320,436,247,228 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,732,072 |
net_rshares | 177,485,370,617 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 173,065,607,872 | 10% | ||
kubbyelizabeth | 0 | 4,419,762,745 | 1% |
Perhaps someone will make an SMT for it? :)
author | libertyteeth |
---|---|
permlink | re-enjar-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t040251786z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 04:02:57 |
last_update | 2017-12-08 04:02:57 |
depth | 2 |
children | 2 |
last_payout | 2017-12-15 04:02: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 | 44 |
author_reputation | 7,938,471,600,702 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,733,845 |
net_rshares | 0 |
I'm a bit behind the times even when it comes to SMT let alone this thing. Will be interesting to see who brings it to market first. I imagine there got a be a few people with skillset, time, and foresight to take on such an endeavor.
author | enjar |
---|---|
permlink | re-libertyteeth-re-enjar-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t040853840z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 04:09:00 |
last_update | 2017-12-08 04:09:00 |
depth | 3 |
children | 1 |
last_payout | 2017-12-15 04:09:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.320 HBD |
curator_payout_value | 0.105 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 236 |
author_reputation | 1,198,320,436,247,228 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,734,205 |
net_rshares | 116,598,421,478 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
libertyteeth | 0 | 116,598,421,478 | 10% |
I am glad that CryptoKitties have taken over Ethereum. Everyone knew they didn't have enough horse power, and now it is has just become obvious to everyone......
author | fahad290 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t070910799z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 07:09:18 |
last_update | 2017-12-08 07:09:18 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 07:09: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 | 161 |
author_reputation | 477,526,596,075 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,745,180 |
net_rshares | 0 |
Great CryptoKitties review.
author | faraicelebr8 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t204136720z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 20:41:39 |
last_update | 2017-12-08 20:41:39 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 20:41:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 21,249,291,773,378 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,811,221 |
net_rshares | 17,393,865,261 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,393,865,261 | 1% |
This is good @timcliff. Now I know what this crypto kittens are about. Like you clearly mentioned not to lose you password. I was quite naive about mine and I cant remember my bittrex password, this alone has left me in a place of voidness. Maybe next time I would be more care, but hey everyone do not lose your password. Make sure to back up somewhere. Cheers @timcliff.
author | gloglo |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t085541411z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["timcliff"],"app":"steemit/0.1"} |
created | 2017-12-08 08:55:48 |
last_update | 2017-12-08 08:55:48 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 08:55:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.391 HBD |
curator_payout_value | 0.130 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 376 |
author_reputation | 20,657,855,153,984 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,752,253 |
net_rshares | 139,148,414,294 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 139,148,414,294 | 8% |
kediler iyidir.kΓΆyde kedi besliyorum onlari cok seviyorum ailem gibiler.Hayatima anlam katiyorlar.
author | gokcehan61 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-timcliff-2017128t19145143z | ||||||
category | cryptokitties | ||||||
json_metadata | {"tags":["cryptokitties","steem","blockchain","cryptocurrency","games"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-12-08 16:01:51 | ||||||
last_update | 2017-12-08 16:01:51 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2017-12-15 16:01:51 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.348 HBD | ||||||
curator_payout_value | 0.122 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 98 | ||||||
author_reputation | 821,864,031,961 | ||||||
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 22,787,045 | ||||||
net_rshares | 130,453,401,696 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 130,453,401,696 | 8% |
Kedilere Γ§ok seviyorum :)
author | timcliff |
---|---|
permlink | re-gokcehan61-re-timcliff-2017128t19145143z-20171208t231938502z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 23:19:36 |
last_update | 2017-12-08 23:19:36 |
depth | 2 |
children | 0 |
last_payout | 2017-12-15 23:19: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 | 25 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,822,420 |
net_rshares | 0 |
thanks for sharing, it is so helpful for everyone.
author | henryrider |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t035905668z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 03:59:09 |
last_update | 2017-12-08 03:59:09 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 03:59:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 50 |
author_reputation | 188,778,571,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,733,549 |
net_rshares | 17,309,068,685 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,309,068,685 | 1% |
thank you very tons for this guide! with the aid of following this i was able to purchase my first actual cryptokitten! It became my first time the usage of the ETH blockchain, so it became very exciting to learn about it inside the method of acquiring my kitten
author | hossainsohag |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t194447682z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 19:44:54 |
last_update | 2017-12-09 19:44:54 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 19:44:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.820 HBD |
curator_payout_value | 0.195 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 262 |
author_reputation | 912,466,875,814 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,920,494 |
net_rshares | 253,622,210,965 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 253,622,210,965 | 18% |
Thanks for sharing this. I thinks it is so beneficial to try it out and experiment with scarce digital assets. They might be the future https://steemit.com/ico/@icoindex.com/cryptokitties-showed-why-scarce-digital-assets-are-the-future
author | icoindex.com |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t122349590z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"links":["https://steemit.com/ico/@icoindex.com/cryptokitties-showed-why-scarce-digital-assets-are-the-future"],"app":"steemit/0.1"} |
created | 2017-12-08 12:23:51 |
last_update | 2017-12-08 12:23:51 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 12:23:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.370 HBD |
curator_payout_value | 0.122 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 235 |
author_reputation | 11,167,326,459 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,767,672 |
net_rshares | 130,451,638,401 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 130,451,638,401 | 8% |
ΡΠΏΠ°ΡΠΈΠ±ΠΎ ΠΈΠ½ΡΠ΅ΡΠ΅ΡΠ½ΡΠΉ ΠΏΠΎΡΡ
author | ivan123 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t115829730z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 11:58:33 |
last_update | 2017-12-10 11:58:33 |
depth | 1 |
children | 1 |
last_payout | 2017-12-17 11:58: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 | 23 |
author_reputation | 5,760,218,837 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 22,986,273 |
net_rshares | 0 |
ΠΠΎΠ±ΡΠΎ ΠΏΠΎΠΆΠ°Π»ΠΎΠ²Π°ΡΡ :)
author | timcliff |
---|---|
permlink | re-ivan123-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t222410890z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 22:24:09 |
last_update | 2017-12-10 22:24:09 |
depth | 2 |
children | 0 |
last_payout | 2017-12-17 22:24: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 | 19 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,044,395 |
net_rshares | 0 |
Check out my latest post to try increasing the number of your followers https://steemit.com/steem/@jakyyou23/support-your-followers-adam-mtabaynk-takipcileriniz-destek
author | jakyyou23 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t103802420z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"links":["https://steemit.com/steem/@jakyyou23/support-your-followers-adam-mtabaynk-takipcileriniz-destek"],"app":"steemit/0.1"} |
created | 2017-12-09 10:38:03 |
last_update | 2017-12-09 10:38:03 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 10:38:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 168 |
author_reputation | 119,786,932,978 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,869,924 |
net_rshares | 0 |
Great read and informative anyhow we once try to create a token under ETh never worked out very slow network total crap it is We loved the article as it was long and informative. TOP! and thx
author | jasmine20 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t132609682z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 13:26:15 |
last_update | 2017-12-08 13:26:15 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 13:26:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.370 HBD |
curator_payout_value | 0.122 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 205 |
author_reputation | 2,173,899,720 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,772,752 |
net_rshares | 130,451,638,401 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 130,451,638,401 | 8% |
a very interesting post dear friend @timcliff, I love games, however I do not do it for lack of time however my youngest son is all day with online games, this can be a great proposal for the one who likes the game and gara some money online, very interesting that tells us, the fact that you can sell is great. very good job with a lot of information about it thank you very much for translating this news, see if I pass the link to my son I wish you a beautiful day
author | jlufer |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t033438862z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["timcliff"],"app":"steemit/0.1"} |
created | 2017-12-08 03:34:48 |
last_update | 2017-12-08 03:34:48 |
depth | 1 |
children | 1 |
last_payout | 2017-12-15 03:34:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.162 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 467 |
author_reputation | 1,402,275,283,488,956 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,731,961 |
net_rshares | 52,102,994,891 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 51,919,682,361 | 3% | ||
khurshid | 0 | 183,312,530 | 100% |
Thanks @jlufer :) You too!
author | timcliff |
---|---|
permlink | re-jlufer-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t034459344z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["jlufer"],"app":"steemit/0.1"} |
created | 2017-12-08 03:44:57 |
last_update | 2017-12-08 03:44:57 |
depth | 2 |
children | 0 |
last_payout | 2017-12-15 03:44: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 | 26 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,732,652 |
net_rshares | 0 |
Iβm very interested in getting involved in the Blockchain. Currently working on getting some eth to get my first kitten....
author | justinkehoe |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171222t065459516z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-22 06:55:00 |
last_update | 2017-12-22 06:55:00 |
depth | 1 |
children | 1 |
last_payout | 2017-12-29 06:55:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.093 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 381,086,736 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 24,649,655 |
net_rshares | 18,269,455,839 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,108,954,176 | 1% | ||
justinkehoe | 0 | 1,160,501,663 | 100% |
Cool :)
author | timcliff |
---|---|
permlink | re-justinkehoe-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171222t083503830z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-22 08:35:03 |
last_update | 2017-12-22 08:35:03 |
depth | 2 |
children | 0 |
last_payout | 2017-12-29 08:35: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 | 7 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,660,422 |
net_rshares | 0 |
@timcliff you simply amazing will update this to my friend @sweetsssj she loves kitties and cats so much and @catwoman great tips especially the issues related to ethereum transaction delays which is causing a lot of problems lately in transactions. i will work with your gas options. i think it may interest you to look into this great new token making waves and analyze it Elyte token www.elyte.biz great post once more...thanks
author | kenhudoy |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t044023580z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["timcliff","sweetsssj","catwoman"],"app":"steemit/0.1"} |
created | 2017-12-09 03:38:48 |
last_update | 2017-12-09 03:38:48 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 03:38:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.064 HBD |
curator_payout_value | 0.001 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 431 |
author_reputation | 10,766,809,992,992 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,839,855 |
net_rshares | 17,413,378,967 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,413,378,967 | 1% |
Even though I hate it , krypto kitties is great for the spaces as it will attract a lot of new people. It's like a newcomer (fish ) winning the World series of poker main event
author | kingmotan |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t125237103z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 12:52:39 |
last_update | 2017-12-08 12:52:51 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 12:52:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.290 HBD |
curator_payout_value | 0.062 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 177 |
author_reputation | 980,125,095,712 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,769,967 |
net_rshares | 94,150,912,895 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 86,966,191,560 | 5% | ||
kingmotan | 0 | 7,184,721,335 | 100% |
Is it still possible to make money if your only spending 30 or 40 bucks on cats. I bought a run of the mill gen 2 kitty for .08 ether. Is there any point in trying to sire it since the fees are so expensive?
author | ksumma |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t043327741z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 04:33:27 |
last_update | 2017-12-09 04:33:27 |
depth | 1 |
children | 1 |
last_payout | 2017-12-16 04:33:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.072 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 207 |
author_reputation | 20,123,365,231 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,844,136 |
net_rshares | 21,916,893,099 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,426,456,303 | 1% | ||
ksumma | 0 | 4,490,436,796 | 100% |
Yes. The best strategy is to βflipβ (housing term) kitties. Watch for ones that are under priced, and try to scoop them up before others do. If you find a good one you can easily turn around and resell for 4-5x as much.
author | timcliff |
---|---|
permlink | re-ksumma-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t054052208z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 05:40:51 |
last_update | 2017-12-09 05:40:51 |
depth | 2 |
children | 0 |
last_payout | 2017-12-16 05:40: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 | 219 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,848,827 |
net_rshares | 4,855,284,786 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ksumma | 0 | 4,855,284,786 | 100% |
We were just talking about this on the msp-waves radio and I decided to get an account in hopes of winning a kitty. I'm curious to see what your looks like and I didn't know you were such a hardcore gamer. I mean who else would be so committed to, ``If you do not want to wake up at 3:00am however, then the main thing is to set your Gas Price sufficiently high.`` Did you really test this theory?
author | kubbyelizabeth |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171211t030204015z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-11 03:02:00 |
last_update | 2017-12-11 03:02:00 |
depth | 1 |
children | 5 |
last_payout | 2017-12-18 03:02:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.540 HBD |
curator_payout_value | 0.179 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 398 |
author_reputation | 37,451,356,924,198 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,063,497 |
net_rshares | 167,589,067,431 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 167,589,067,431 | 17% |
While I am a hardcore gamer at heart, these days I am really only a casual player. I actually had to force myself not to spend the whole evening last night playing kitties :) - I have 'adulting' to do, hehe. Yes, I actually did test the theory. Before I found out about being able to increase the Gas amount, it was the only way I could find a way to play. Here is my collection: https://www.cryptokitties.co/profile/0xe9f79552e73efa0a6bc1a38852053969b21dead6
author | timcliff |
---|---|
permlink | re-kubbyelizabeth-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171211t041101453z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"links":["https://www.cryptokitties.co/profile/0xe9f79552e73efa0a6bc1a38852053969b21dead6"],"app":"steemit/0.1"} |
created | 2017-12-11 04:11:00 |
last_update | 2017-12-11 04:11:00 |
depth | 2 |
children | 4 |
last_payout | 2017-12-18 04:11:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.962 HBD |
curator_payout_value | 0.091 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 461 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,068,476 |
net_rshares | 245,296,832,379 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kubbyelizabeth | 0 | 245,296,832,379 | 100% |
OMGSH, I love pink and the number 17. Can you name your kitty, if so can this one be kubby? I need to figure it out how to get my own. https://steemitimages.com/DQmdNFm9EyefCdEJdBPUSfUNCk9amAKe8EZyTSULpJkctMe/image.png
author | kubbyelizabeth |
---|---|
permlink | re-timcliff-re-kubbyelizabeth-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171211t042157208z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"image":["https://steemitimages.com/DQmdNFm9EyefCdEJdBPUSfUNCk9amAKe8EZyTSULpJkctMe/image.png"],"app":"steemit/0.1"} |
created | 2017-12-11 04:21:54 |
last_update | 2017-12-11 04:23:03 |
depth | 3 |
children | 3 |
last_payout | 2017-12-18 04:21:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.316 HBD |
curator_payout_value | 0.056 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 220 |
author_reputation | 37,451,356,924,198 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,069,262 |
net_rshares | 86,663,433,352 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 52,929,680,710 | 5% | ||
drakos | 0 | 33,733,752,642 | 10% |
Loved the pro tip....good work and interesting article.
author | kushagrasingh |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t190753062z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 19:07:54 |
last_update | 2017-12-08 19:07:54 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 19:07:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.292 HBD |
curator_payout_value | 0.097 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 55 |
author_reputation | -5,907,448,860 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,803,799 |
net_rshares | 104,363,191,569 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 104,363,191,569 | 6% |
Δ°s cryptokitties that fun?
author | laythefavorite |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t224838470z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 21:50:48 |
last_update | 2017-12-08 21:50:48 |
depth | 1 |
children | 1 |
last_payout | 2017-12-15 21:50:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 26 |
author_reputation | 6,600,418,540 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,816,209 |
net_rshares | 17,748,138,187 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,393,865,261 | 1% | ||
laythefavorite | 0 | 354,272,926 | 100% |
Only one way to find out :) ...
author | timcliff |
---|---|
permlink | re-laythefavorite-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t232043961z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 23:20:42 |
last_update | 2017-12-08 23:20:42 |
depth | 2 |
children | 0 |
last_payout | 2017-12-15 23:20: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 | 31 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,822,500 |
net_rshares | 360,080,679 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
laythefavorite | 0 | 360,080,679 | 100% |
I am new here and I am learning, thank you for sharing this @timcliff . Now I want to buy cryptokitties. This is a very helpful guide especially for newbies like me. Thank you very much! Resteemed.
author | leahlei |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t005221046z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["timcliff"],"app":"steemit/0.1"} |
created | 2017-12-09 00:52:27 |
last_update | 2017-12-09 00:52:27 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 00:52:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.049 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 198 |
author_reputation | 4,066,869,041,018 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,828,350 |
net_rshares | 17,406,090,736 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,406,090,736 | 1% |
Thanks for this post!
author | lordneroo |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t133010685z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 13:30:12 |
last_update | 2017-12-08 13:30:12 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 13: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 | 21 |
author_reputation | 266,559,244,769,431 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,773,100 |
net_rshares | 0 |
I am building a farm of gen 0 kitties because an average investor cannot afford it, if you want to invest in it you only need to send any amount of SBDs you want to invest to @lrd and put your ETH address in the memo link so you can receive payments once the farm is set up. More info about the project: https://steemit.com/cryptokitties/@lrd/let-s-build-a-cryptokittie-farm If you have any questions about it simply ask me in a comment and I will be happy to answer.
author | lrd |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t202320677z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["lrd"],"links":["https://steemit.com/cryptokitties/lrd/let-s-build-a-cryptokittie-farm"],"app":"steemit/0.1"} |
created | 2017-12-08 20:23:24 |
last_update | 2017-12-08 20:25:06 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 20:23:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.290 HBD |
curator_payout_value | 0.009 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 467 |
author_reputation | 15,552,995,201,866 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,809,844 |
net_rshares | 610,286,599,344 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lrd | 0 | 610,042,889,411 | 100% | ||
leahlei | 0 | 243,709,933 | 100% |
I agree with your points @timcliff. Awesome info you giving from this blog. .jpg) Resteemed your post.
author | madushanka |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t033756991z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["timcliff"],"image":["https://steemitimages.com/DQmTAPixKq7RUEgxvgbNBMbdqEQ8A2ZxQvkV5V1UhRLAxTf/img%20(1).jpg"],"app":"steemit/0.1"} |
created | 2017-12-08 03:37:57 |
last_update | 2017-12-08 03:37:57 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 03:37:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.606 HBD |
curator_payout_value | 0.128 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 202 |
author_reputation | 939,223,222,203,821 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,732,182 |
net_rshares | 200,809,607,872 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
billbutler | 0 | 128,167,271,874 | 100% | ||
timcliff | 0 | 69,226,556,636 | 4% | ||
daj | 0 | 2,291,912,078 | 100% | ||
maxg | 0 | 1,123,867,284 | 100% |
This article and detailed explanation is brilliant and even a non gamer can understand it. I was already wondering if everybody got nuts Over those kitties I rather keep them REAL. Meow! 
author | mammasitta | ||||||
---|---|---|---|---|---|---|---|
permlink | re-timcliff-2017129t21535314z | ||||||
category | cryptokitties | ||||||
json_metadata | {"tags":"cryptokitties","app":"esteem/1.4.7","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-12-09 01:15:36 | ||||||
last_update | 2017-12-09 01:15:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-12-16 01:15:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.142 HBD | ||||||
curator_payout_value | 0.050 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 237 | ||||||
author_reputation | 112,725,079,546,542 | ||||||
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 22,829,874 | ||||||
net_rshares | 52,218,272,210 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 52,218,272,210 | 3% |
I THINK FOR SURE....THIS LL BE END OF ETHEREUM :] but dont know what come first....you can read my very intereating article and comment about it...https://steemit.com/bitcoin/@mfg/blockchain-technology-in-near-future-deep-analize-of-humanity-fate-and-will-must-read-bitcoin-cryptotities-cryptokitties
author | mfg |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20180204t173529226z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"links":["https://steemit.com/bitcoin/@mfg/blockchain-technology-in-near-future-deep-analize-of-humanity-fate-and-will-must-read-bitcoin-cryptotities-cryptokitties"],"app":"steemit/0.1"} |
created | 2018-02-04 17:35:27 |
last_update | 2018-02-04 17:35:27 |
depth | 1 |
children | 0 |
last_payout | 2018-02-11 17:35: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 | 300 |
author_reputation | 143,341,964,619 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 34,939,188 |
net_rshares | -17,306,132,345 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | -17,306,132,345 | -1% |
Play cryptokitties game fee is huge expensive, every transaction fee I used 250k+ gas 65 gas price
author | mgpeng |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t154018386z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 15:41:39 |
last_update | 2017-12-09 15:41:39 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 15:41:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.017 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 3,479,238,861 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,897,888 |
net_rshares | 17,490,560,041 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,490,560,041 | 1% |
case to say! 
author | miguelportela |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t004934730z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"image":["https://steemitimages.com/DQmYjxgfk9yc78j5AmnkeQStDWyYxeDLn8xkLx8ujbx6wc1/20p7tn.jpg"],"app":"steemit/0.1"} |
created | 2017-12-09 00:49:33 |
last_update | 2017-12-09 00:49:33 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 00:49:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.072 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 113 |
author_reputation | 2,318,143,988,496 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,828,136 |
net_rshares | 23,974,823,457 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,406,090,736 | 1% | ||
blhh | 0 | 585,446,400 | 100% | ||
michellerhey | 0 | 5,207,686,028 | 100% | ||
miguelportela | 0 | 775,600,293 | 100% |
The transaction fee is so high you need to put it higher for it to pass thru. I used 100k gas and 60 gwei......
author | nomita |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t062705957z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 06:24:27 |
last_update | 2017-12-08 06:24:27 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 06:24:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.144 HBD |
curator_payout_value | 0.047 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | -196,313,530,369 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,742,313 |
net_rshares | 52,180,420,254 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 52,180,420,254 | 3% |
Wow!! That's awesome .. thanks for the info will try.
author | pappyasd111 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-timcliff-2017128t12455254z | ||||||
category | cryptokitties | ||||||
json_metadata | {"tags":["cryptokitties","steem","blockchain","cryptocurrency","games"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-12-08 07:15:54 | ||||||
last_update | 2017-12-08 07:15:54 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-12-15 07: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 | 53 | ||||||
author_reputation | 2,303,427,597 | ||||||
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 22,745,573 | ||||||
net_rshares | 0 |
author | rabeel |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t033128470z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 03:31:33 |
last_update | 2017-12-08 03:31:33 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 03:31:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.224 HBD |
curator_payout_value | 0.049 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 136,994,730,017,550 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,731,754 |
net_rshares | 75,055,187,937 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 69,226,556,636 | 4% | ||
rabeel | 0 | 5,828,631,301 | 100% |
nice post bro. thanks for share or i also try it.
author | raisa.marzan | ||||||
---|---|---|---|---|---|---|---|
permlink | re-timcliff-2017128t205720246z | ||||||
category | cryptokitties | ||||||
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-12-08 14:58:30 | ||||||
last_update | 2017-12-08 15:17:54 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-12-15 14:58: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 | 474,285,157,331 | ||||||
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 22,781,163 | ||||||
net_rshares | 0 |
**I Agree** >What is interesting is that if you compare Ethereum with the Steem blockchain, the Steem blockchain is able to handle significantly more transactions than Ethereum without any delays. Steem also does has many advanced security features, and not charge any fees for transactions.
author | rajag234 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t033036772z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 03:30:36 |
last_update | 2017-12-08 03:30:36 |
depth | 1 |
children | 1 |
last_payout | 2017-12-15 03:30:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.210 HBD |
curator_payout_value | 0.045 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 291 |
author_reputation | 1,895,133,882,960 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,731,711 |
net_rshares | 70,062,128,435 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 69,226,556,636 | 4% | ||
college-is-dumb | 0 | 835,571,799 | 100% |
Great post! Very interesting thoughts! Would love to hear what you think of my post! https://steemit.com/bitcoin/@college-is-dumb/bitcoin-crash-sunday-bitcoin-overpriced-investment-banks-manipulating-futures
author | college-is-dumb |
---|---|
permlink | re-rajag234-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t034607549z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"links":["https://steemit.com/bitcoin/@college-is-dumb/bitcoin-crash-sunday-bitcoin-overpriced-investment-banks-manipulating-futures"],"app":"steemit/0.1"} |
created | 2017-12-08 03:46:09 |
last_update | 2017-12-08 03:46:09 |
depth | 2 |
children | 0 |
last_payout | 2017-12-15 03:46: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 | -73,176,843,213 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,732,746 |
net_rshares | -17,306,560,787 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | -17,306,560,787 | -1% |
Congratulations! This post has been randomly Resteemed! To join the ResteemSupport network and be entered into the lottery please upvote this post and [see the following rules.](https://steemit.com/introduceyourself/@resteemsupport/resteem-support-get-your-content-resteemed)
author | resteemsupport |
---|---|
permlink | re-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t081151 |
category | cryptokitties |
json_metadata | "" |
created | 2017-12-08 08:11:51 |
last_update | 2017-12-08 08:11:51 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 08:11: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 | 275 |
author_reputation | -6,530,562,082,764 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,749,260 |
net_rshares | 0 |
Congratulations! This post has been randomly Resteemed! To join the ResteemSupport network and be entered into the lottery please upvote this post and [see the following rules.](https://steemit.com/introduceyourself/@resteemsupport/resteem-support-get-your-content-resteemed)
author | resteemsupport |
---|---|
permlink | re-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t095737 |
category | cryptokitties |
json_metadata | "" |
created | 2017-12-08 09:57:39 |
last_update | 2017-12-08 09:57:39 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 09:57: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 | 275 |
author_reputation | -6,530,562,082,764 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,756,966 |
net_rshares | 0 |
Thanks, I think.... All in all I've learnt a lot more about ether from a couple of hours spunked breeding cryptokitties, and although I get the feeling I'm not going to be seeing much of a return on my investment, they are pretty cute....!  [pic source - and if you wanna buy me...](https://www.cryptokitties.co/kitty/210523)
author | revisesociology |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t172435106z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"image":["https://steemitimages.com/DQmQ8iLQBBAhp7sXDxwvVUVUEE4QwinEcSTJiKHEJvmErtH/Meow.jpg"],"links":["https://www.cryptokitties.co/kitty/210523"],"app":"steemit/0.1"} |
created | 2017-12-10 17:24:36 |
last_update | 2017-12-10 17:24:36 |
depth | 1 |
children | 6 |
last_payout | 2017-12-17 17:24:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.054 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 423 |
author_reputation | 2,290,632,795,976,446 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,018,709 |
net_rshares | 17,615,095,530 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,615,095,530 | 1% |
Same here I've given up on making a return. Think you need to invest big and I'm not doing that over some kitties lol
author | safetony |
---|---|
permlink | re-revisesociology-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171215t111322891z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-15 11:13:24 |
last_update | 2017-12-15 11:13:24 |
depth | 2 |
children | 0 |
last_payout | 2017-12-22 11:13: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 | 118 |
author_reputation | 1,616,237,967,768 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,608,538 |
net_rshares | 0 |
Same here I've given up on making a return. Think you need to invest big and I'm not doing that over some kitties lol
author | safetony |
---|---|
permlink | re-revisesociology-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171215t111350720z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-15 11:13:51 |
last_update | 2017-12-15 11:13:51 |
depth | 2 |
children | 0 |
last_payout | 2017-12-22 11: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 | 118 |
author_reputation | 1,616,237,967,768 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,608,587 |
net_rshares | 0 |
Haha, me too! I'm in the same boat :)
author | timcliff |
---|---|
permlink | re-revisesociology-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t222441737z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 22:24:39 |
last_update | 2017-12-10 22:24:39 |
depth | 2 |
children | 3 |
last_payout | 2017-12-17 22:24:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,044,435 |
net_rshares | 10,108,064,238 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
revisesociology | 0 | 10,108,064,238 | 100% |
I think selling them is just down to sheer luck! Being on p1 when there are enough buyers...
author | revisesociology |
---|---|
permlink | re-timcliff-re-revisesociology-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t231040165z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 23:10:39 |
last_update | 2017-12-10 23:10:39 |
depth | 3 |
children | 2 |
last_payout | 2017-12-17 23:10:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.072 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 92 |
author_reputation | 2,290,632,795,976,446 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,047,755 |
net_rshares | 17,618,935,210 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,618,935,210 | 1% |
Of course if you move to the UK where we're 8 hours ahead, then you can play during your lunch break with no hassle at all; and maybe risk surreptitiously breeding the odd kitty during the afternoon at work . You'd also significantly reduce your chance of being a victim of any future cryptokitty triggered mass-shooting incidents - I mean let's face it, this whole thing has the potential to get proper emotional. I wouldn't want to face-down an emotional teen with access to guns who feels their nest has been undervalued by the general public.
author | revisesociology |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t173936869z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 17:39:39 |
last_update | 2017-12-10 17:39:39 |
depth | 1 |
children | 2 |
last_payout | 2017-12-17 17:39:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.196 HBD |
curator_payout_value | 0.063 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 550 |
author_reputation | 2,290,632,795,976,446 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,020,180 |
net_rshares | 61,653,108,618 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 61,653,108,618 | 5% |
Now that I've found the option to just pay higher Gas prices, that will probably beat having to move to a new country - but I will keep it in mind ;)
author | timcliff |
---|---|
permlink | re-revisesociology-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t222555340z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 22:25:54 |
last_update | 2017-12-10 22:25:54 |
depth | 2 |
children | 1 |
last_payout | 2017-12-17 22:25:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.010 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 149 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,044,539 |
net_rshares | 10,281,345,339 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
revisesociology | 0 | 10,281,345,339 | 100% |
Probably cheaper, especially when you factor in the land prices here!
author | revisesociology |
---|---|
permlink | re-timcliff-re-revisesociology-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t230834748z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 23:08:33 |
last_update | 2017-12-10 23:08:33 |
depth | 3 |
children | 0 |
last_payout | 2017-12-17 23:08:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.320 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 2,290,632,795,976,446 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,047,616 |
net_rshares | 79,284,503,199 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 79,284,503,199 | 7% |
thanks very a good deal for this manual! by using following this i used to be capable of purchase my first actual cryptokitten! It become my first time the usage of the ETH blockchain, so it become very interesting to learn about it within the procedure of obtaining my kitten
author | robinsoncaiso |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t204521536z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 20:45:54 |
last_update | 2017-12-09 20:45:54 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 20:45:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.342 HBD |
curator_payout_value | 0.112 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 276 |
author_reputation | 166,155,632,643 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,925,296 |
net_rshares | 113,831,742,168 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 113,831,742,168 | 8% |
I've lost a lot of money on this game I really can't see how anyone can make a profit when the fees are so high, unless you invest a lot of money, have documented my experiences on my page. https://steemit.com/cryptokitties/@safetony/krypto-kitty-krash-kourse
author | safetony |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171212t214003681z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1","links":["https://steemit.com/cryptokitties/@safetony/krypto-kitty-krash-kourse"]} |
created | 2017-12-12 21:40:03 |
last_update | 2017-12-15 11:10:54 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 21:40:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.306 HBD |
curator_payout_value | 0.102 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 260 |
author_reputation | 1,616,237,967,768 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,289,639 |
net_rshares | 83,499,309,393 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 83,499,309,393 | 7% |
Kedileri Γ§ok severim.KapΔ±mΔ±n ΓΆnΓΌne kediler aΓ§ kalmasΔ±n diye su ve yemek bΔ±rakΔ±yorum.AyrΔ±ca Γ§ok akΔ±llΔ± ve zeki hayvanlar.
author | serhatyldz | ||||||
---|---|---|---|---|---|---|---|
permlink | re-timcliff-2017129t204052209z | ||||||
category | cryptokitties | ||||||
json_metadata | {"tags":["cryptokitties","steem","blockchain","cryptocurrency","games"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2017-12-09 17:40:54 | ||||||
last_update | 2017-12-09 17:40:54 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2017-12-16 17:40: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 | 120 | ||||||
author_reputation | 1,056,269,702,592 | ||||||
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 22,909,752 | ||||||
net_rshares | 0 |
I love online games too. I liked your post very much. So Thank you very much for sharing this topic with us @timcliff
author | sharif77 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t083924058z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"users":["timcliff"],"app":"steemit/0.1"} |
created | 2017-12-08 08:39:27 |
last_update | 2017-12-08 08:39:27 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 08:39: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 | 117 |
author_reputation | 2,277,019,048,778 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,751,086 |
net_rshares | 907,189,806 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sharif77 | 0 | 907,189,806 | 100% |
Thanks for the information!
author | simgirl |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171212t073545216z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-12 07:35:48 |
last_update | 2017-12-12 07:35:48 |
depth | 1 |
children | 0 |
last_payout | 2017-12-19 07:35:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.060 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 27 |
author_reputation | 25,946,610,333,190 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 23,207,949 |
net_rshares | 17,145,055,968 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,145,055,968 | 1% |
I want to play but the gas prices are TOO HIGH!!
author | skycornish |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t234756157z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 23:47:57 |
last_update | 2017-12-08 23:47:57 |
depth | 1 |
children | 1 |
last_payout | 2017-12-15 23:47:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.614 HBD |
curator_payout_value | 0.202 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 2,169,519,497,809 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,824,118 |
net_rshares | 214,841,373,736 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 147,950,439,003 | 9% | ||
skycornish | 0 | 66,890,934,733 | 100% |
There is the waking up at 4:00am trick that I described in my post ;)
author | timcliff |
---|---|
permlink | re-skycornish-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t020212635z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 02:02:09 |
last_update | 2017-12-09 02:02:09 |
depth | 2 |
children | 0 |
last_payout | 2017-12-16 02:02: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 | 69 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,833,133 |
net_rshares | 597,836,800 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blhh | 0 | 597,836,800 | 100% |
i liked this post
author | sorayakhatun |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t040833670z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 04:09:06 |
last_update | 2017-12-08 04:09:06 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 04:09:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 17 |
author_reputation | 16,243,060,480,961 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,734,215 |
net_rshares | 0 |
Hopefully they'll airdrop a special valuable apology kitty to those whose ETH transactions were and are still delayed!! GRRRRRR
author | steemmatt |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t051622608z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 05:16:21 |
last_update | 2017-12-08 05:16:21 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 05:16:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.286 HBD |
curator_payout_value | 0.040 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 137,852,274,798,769 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,738,327 |
net_rshares | 89,081,068,251 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 86,571,206,083 | 5% | ||
steemmatt | 0 | 2,509,862,168 | 10% |
https://i.imgur.com/IskmH6Z.jpg Hi, thanks for the information! 😺 Yesterday I bought my first kitty, but it is lost somehow! 😿 There is no tx info on the eth explorer yet, but the game shows that it is mine... 😿 Here Is more information about the case. Any help is appreciated: 😽 https://steemit.com/cryptokitties/@supastix/missing-kitty-help-i-can-t-find-my-kitty
author | supastix |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t192226250z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"image":["https://i.imgur.com/IskmH6Z.jpg"],"links":["https://steemit.com/cryptokitties/@supastix/missing-kitty-help-i-can-t-find-my-kitty"],"app":"steemit/0.1"} |
created | 2017-12-09 19:22:27 |
last_update | 2017-12-09 19:22:27 |
depth | 1 |
children | 2 |
last_payout | 2017-12-16 19:22:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.074 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 398 |
author_reputation | 2,915,633,117,881 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,918,604 |
net_rshares | 24,250,530,507 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,491,186,963 | 1% | ||
supastix | 0 | 6,759,343,544 | 100% |
I replied to your post.
author | timcliff |
---|---|
permlink | re-supastix-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t200812509z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 20:08:09 |
last_update | 2017-12-09 20:08:09 |
depth | 2 |
children | 1 |
last_payout | 2017-12-16 20:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.022 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,922,405 |
net_rshares | 7,116,480,600 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
supastix | 0 | 6,768,015,427 | 100% | ||
laythefavorite | 0 | 348,465,173 | 100% |
thx
author | supastix |
---|---|
permlink | re-timcliff-re-supastix-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t203020137z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 20:30:21 |
last_update | 2017-12-09 20:30:21 |
depth | 3 |
children | 0 |
last_payout | 2017-12-16 20:30:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 3 |
author_reputation | 2,915,633,117,881 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,924,142 |
net_rshares | 6,365,942,597 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
supastix | 0 | 6,365,942,597 | 100% |
Ambassador of etherdelta eth and token hhhhh
author | titim |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t095158085z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 09:52:03 |
last_update | 2017-12-08 09:52:03 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 09:52: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 | 44 |
author_reputation | 10,882,981,188 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,756,529 |
net_rshares | 0 |
It's very helpful because this is the top issue being faced by me or by everyone else now..thank you very tons for this guide!
author | tonnykhan |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t203323597z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 20:29:15 |
last_update | 2017-12-09 20:29:15 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 20:29:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.120 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 126 |
author_reputation | 629,486,006,599 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,924,035 |
net_rshares | 34,988,016,218 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 34,988,016,218 | 2% |
You're being too nice, Tim. You know from a technical perspective that Ethereum is not going to be able to scale as well as a DPOS consensus protocol.
author | unlockrs |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t152512479z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 15:25:12 |
last_update | 2017-12-08 15:25:12 |
depth | 1 |
children | 2 |
last_payout | 2017-12-15 15:25:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.372 HBD |
curator_payout_value | 0.786 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 150 |
author_reputation | 1,962,142,323,826 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,783,618 |
net_rshares | 837,603,030,779 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 295,693,044,911 | 18% | ||
unlockrs | 0 | 537,490,223,123 | 100% | ||
kubbyelizabeth | 0 | 4,419,762,745 | 1% |
I'm all for healthy competition, and I of course believe STEEM is the best ;) - but right now any crypto project that is bringing mainstream attention (and money) into the larger crypto economy is a big win right now. There are definitely limitations, and maybe ETH might not be able to get past them - but it doesn't mean they won't. Who knows, maybe they will switch to a DPoS model like STEEM :)
author | timcliff |
---|---|
permlink | re-unlockrs-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t231836667z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 23:18:33 |
last_update | 2017-12-08 23:18:33 |
depth | 2 |
children | 1 |
last_payout | 2017-12-15 23:18:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.106 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 398 |
author_reputation | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,822,361 |
net_rshares | 36,533,587,021 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
unlockrs | 0 | 28,686,320,268 | 5% | ||
kubbyelizabeth | 0 | 4,419,762,745 | 1% | ||
massivevibration | 0 | 3,209,583,124 | 10% | ||
cossjourney | 0 | 217,920,884 | 100% |
author | unlockrs |
---|---|
permlink | re-timcliff-re-unlockrs-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t213755769z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 21:37:54 |
last_update | 2017-12-09 21:37:54 |
depth | 3 |
children | 0 |
last_payout | 2017-12-16 21:37:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.676 HBD |
curator_payout_value | 0.556 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 1,962,142,323,826 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,928,886 |
net_rshares | 555,046,252,017 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,512,575,718 | 1% | ||
unlockrs | 0 | 537,533,676,299 | 100% |
I will try to apply network congestion tip tomorrow, It's very helpful because this is the top issue being faced by me or by everyone else now Thankyou
author | uxair |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t075352286z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 07:53:57 |
last_update | 2017-12-08 07:53:57 |
depth | 1 |
children | 1 |
last_payout | 2017-12-15 07:53:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.010 HBD |
curator_payout_value | 0.109 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 153 |
author_reputation | 19,433,991,326,014 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,748,119 |
net_rshares | 297,481,179,222 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 191,325,621,433 | 11% | ||
uxair | 0 | 106,155,557,789 | 100% |
I follow all the tips in the guide, and all my transactions have been going trough flawlessly! :)
author | valth |
---|---|
permlink | re-uxair-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t100709313z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 10:07:09 |
last_update | 2017-12-09 10:07:09 |
depth | 2 |
children | 0 |
last_payout | 2017-12-16 10:07:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 74,218,254,347,006 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,867,594 |
net_rshares | 5,362,713,016 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
uxair | 0 | 5,362,713,016 | 5% |
Thank you very much for this guide! By following this I was able to purchase my very first cryptokitten! It was my first time using the ETH blockchain, so it was very interesting to learn about it in the process of obtaining my kitten :D
author | valth |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t190156182z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 19:01:57 |
last_update | 2017-12-08 19:01:57 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 19:01:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.698 HBD |
curator_payout_value | 0.562 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 237 |
author_reputation | 74,218,254,347,006 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,803,342 |
net_rshares | 601,118,505,705 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 600,085,647,803 | 37% | ||
annalitic | 0 | 1,032,857,902 | 100% |
Well, you know what is going to be next. Across many crypto networks/currencies, there will be games breeding puppies, dragons and who knows what else, just give it a time
author | veleje |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t183717977z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 18:37:18 |
last_update | 2017-12-09 18:37:18 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 18:37:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.138 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 171 |
author_reputation | 490,220,361,761 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,914,844 |
net_rshares | 45,658,761,326 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 34,982,060,465 | 2% | ||
veleje | 0 | 10,676,700,861 | 100% |
much appreciated for the share.
author | vregga |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t010854847z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 01:09:24 |
last_update | 2017-12-09 01:09:24 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 01:09: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 | 31 |
author_reputation | 18,861,728 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,829,446 |
net_rshares | 619,520,000 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vregga | 0 | 619,520,000 | 100% |
:thumbsup:
author | wily |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t015951717z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 02:00:00 |
last_update | 2017-12-09 02:00:00 |
depth | 1 |
children | 0 |
last_payout | 2017-12-16 02:00: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 | 2,246,525,786 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,832,969 |
net_rshares | 922,627,878 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
wily | 0 | 922,627,878 | 100% |
The ethereum Blockchain doesnβt need to scale...thatβs what we will have EOS for! Canβt wait until the kitties migrate over there next summer!
author | yabapmatt |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t034631850z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 03:46:30 |
last_update | 2017-12-08 03:46:30 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 03:46:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 2.746 HBD |
curator_payout_value | 0.534 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 142 |
author_reputation | 160,234,431,724,160 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,732,776 |
net_rshares | 893,604,148,413 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 173,066,391,591 | 10% | ||
mjrcrypto | 0 | 720,537,756,822 | 100% |
very interesting your post and that game and more if you can earn money ;)
author | yanes94 |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171208t190956865z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-08 19:10:15 |
last_update | 2017-12-08 19:10:15 |
depth | 1 |
children | 0 |
last_payout | 2017-12-15 19:10:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 614,106,055,176,732 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,803,990 |
net_rshares | 17,393,865,261 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,393,865,261 | 1% |
I just watched a video claiming that these crypto kitties saved cryptocurrency. This is the world we live in.
author | yliac |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t005453062z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 00:54:54 |
last_update | 2017-12-09 00:54:54 |
depth | 1 |
children | 1 |
last_payout | 2017-12-16 00:54:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.049 HBD |
curator_payout_value | 0.016 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | -276,828,909,473 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,828,532 |
net_rshares | 17,406,090,736 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,406,090,736 | 1% |
I've seen that video too :)
author | timcliff |
---|---|
permlink | re-yliac-re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171209t020459331z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-09 02:04:57 |
last_update | 2017-12-09 02:04:57 |
depth | 2 |
children | 0 |
last_payout | 2017-12-16 02:04: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 | 272,954,445,077,789 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,833,325 |
net_rshares | 0 |
I checked it out. But beginning to get kitties is expensive :O
author | yummyrum |
---|---|
permlink | re-timcliff-cryptokitties-information-game-tips-how-to-deal-with-the-ethereum-network-delays-and-links-to-valuable-resources-about-the-game-20171210t055823797z |
category | cryptokitties |
json_metadata | {"tags":["cryptokitties"],"app":"steemit/0.1"} |
created | 2017-12-10 05:57:12 |
last_update | 2017-12-10 05:57:12 |
depth | 1 |
children | 0 |
last_payout | 2017-12-17 05:57:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.084 HBD |
curator_payout_value | 0.023 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 3,042,567,750,775 |
root_title | "CryptoKitties Information - Game tips, how to deal with the Ethereum network delays, and links to valuable resources about the game" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,961,092 |
net_rshares | 26,610,078,939 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
timcliff | 0 | 17,613,998,477 | 1% | ||
rkrijgsman | 0 | 8,996,080,462 | 100% |