diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_readme.txt b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_readme.txt new file mode 100644 index 0000000000000000000000000000000000000000..df29ebad4c59a38deb3c8ee967239d4aea4a96ad --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/_readme.txt @@ -0,0 +1,36 @@ +It's possible to check original values on 0.23 hivemind. It has to be done manually, due to the error when `last_month` is calculated. + +Example: +params: {"tag":"blocktrades","start_author":"michelle.gent","start_permlink":"dusty-the-demon-hunter-part-4","limit":10} +------------ +a) Find id of account: +select * from hive_accounts where name = 'blocktrades' +found: `441` +------------ +b) Find post's id for given author and permlink +SELECT id FROM hive_posts WHERE author = 'michelle.gent' AND permlink = 'dusty-the-demon-hunter-part-4' +found: `711172` +------------ +Following query is taken from 0.23 version( for 5 million blocks ). +c) Put calculated values instead of _ID_ACCOUNT, _POST_ID, _LIMIT. +----------- +select hpc.post_id, hpc.author, hpc.permlink +FROM hive_posts_cache hpc +JOIN +( +SELECT post_id +FROM hive_feed_cache +JOIN hive_follows ON account_id = hive_follows.following AND state = 1 +JOIN hive_accounts ON hive_follows.following = hive_accounts.id +WHERE hive_follows.follower = _ID_ACCOUNT(here 441) + AND hive_feed_cache.created_at > ( '2016-09-15 19:47:15.0'::timestamp - interval '1 month' ) +GROUP BY post_id + HAVING MIN(hive_feed_cache.created_at) <= ( + SELECT MIN(created_at) FROM hive_feed_cache WHERE post_id = _POST_ID(here 711172) + AND account_id IN (SELECT following FROM hive_follows + WHERE follower = _ID_ACCOUNT(here 441) AND state = 1)) +ORDER BY MIN(hive_feed_cache.created_at) DESC +) T ON hpc.post_id = T.post_id +ORDER BY post_id DESC +LIMIT _LIMIT(here 10) +------------ diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..688318550157a9b793847c286fb868bfbc309306 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.orig.json @@ -0,0 +1,14 @@ +Check `readme.txt` first + +post_id author permlink +------- --------------- ------------------------------------------------------------------------------------------------ + 707330 nonlinearone in-which-alex-and-ranger-play-fetch-in-the-pool + 707012 georgedonnelly episodes-60-63-of-the-coup-conspiracy-dystopian-cryptocurrency-novel + 707004 rea the-greatest-joys-can-come-in-the-smallest-packages + 706989 asdes very-non-standard-solution-steve-jobs-has-such-people-appreciated + 706848 mindover to-the-42-of-american-college-graduates-will-never-read-another-book-for-the-rest-of-their-lives + 706706 hilarski 5-types-of-sales-people-and-their-dog-equivalent + 706652 jpiper20 let-s-work-together-and-stop-bullies-super-sad-story + 706627 someguy123 steam-game-giveaway-outlast + 706586 dragonslayer109 a-day-in-the-life-of-charles-darwin-featuring-new-author-cristi + 706290 biophil lost-content-digest-4-all-proceeds-go-to-featured-authors diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..c60a70fa5098736c973abddd892ffea01dd9e27a --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.pat.json @@ -0,0 +1,3532 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 13788777902, + "voter": "cian.dafe" + }, + { + "percent": "10000", + "reputation": 7255473848113, + "rshares": 84205690696, + "voter": "herzmeister" + }, + { + "percent": "10000", + "reputation": 1826252654620, + "rshares": 2996972431, + "voter": "sunshinecrypto" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 166219347, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 716293562, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 3487432768, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 38507230415, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 398467602540, + "rshares": 147998231, + "voter": "naifaz" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 348368989, + "voter": "runridefly" + } + ], + "author": "nonlinearone", + "author_reputation": 8749882391690, + "beneficiaries": [], + "body": "https://www.youtube.com/watch?v=upqgGxxmjrM\n\nI created this video of Alex, my son, playing fetch in the pool with Ranger, my dog.", + "body_length": 129, + "cashout_time": "2016-08-29T16:15:27", + "category": "animals", + "children": 1, + "created": "2016-08-22T16:15:27", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"animals\",\"dogs\",\"puppies\",\"video\",\"cute\"],\"links\":[\"https://www.youtube.com/watch?v=upqgGxxmjrM\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T16:35:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 144364984341, + "parent_author": "", + "parent_permlink": "animals", + "pending_payout_value": "0.075 HBD", + "percent_hbd": 10000, + "permlink": "in-which-alex-and-ranger-play-fetch-in-the-pool", + "post_id": 936565, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "In Which Alex and Ranger Play Fetch in the Pool ~ Golden Retriever Puppies", + "title": "In Which Alex and Ranger Play Fetch in the Pool ~ Golden Retriever Puppies", + "total_payout_value": "0.000 HBD", + "url": "/animals/@nonlinearone/in-which-alex-and-ranger-play-fetch-in-the-pool" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2520096511491, + "rshares": 19131593458, + "voter": "daowisp" + }, + { + "percent": "4200", + "reputation": 76633033946568, + "rshares": 316126004755, + "voter": "piedpiper" + }, + { + "percent": "10000", + "reputation": 6264531409615, + "rshares": 9570540758, + "voter": "georgedonnelly" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 60049910, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 9389887938261, + "rshares": 5765061183, + "voter": "kennyskitchen" + }, + { + "percent": "10000", + "reputation": 281009593849, + "rshares": 1715535460, + "voter": "jaysanz" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 52019980074, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 3906363909, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 81669523671, + "rshares": 262892658, + "voter": "medge" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 1888907854, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 1932771111, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 62235095543, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 37992273197, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 71374387021, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 784318201, + "rshares": 55043910, + "voter": "shurik" + }, + { + "percent": "10000", + "reputation": 8412926035, + "rshares": 3815244243, + "voter": "ericbotticelli" + }, + { + "percent": "10000", + "reputation": 673915909724, + "rshares": 2101407954, + "voter": "metalbrushes" + }, + { + "percent": "10000", + "reputation": 190002902030, + "rshares": 318301692, + "voter": "baodog" + } + ], + "author": "georgedonnelly", + "author_reputation": 6264531409615, + "beneficiaries": [], + "body": "Hi guys! As promised, here are episodes 60 thru 63.\n\n## Previous Episodes\n\n- [Episodes 1-3 of The Coup Conspiracy](https://steemit.com/science/@georgedonnelly/hi-i-m-sci-fi-author-george-donnelly-and-here-free-is-my-dystopian-cryptocurrency-novel-the-coup-conspiracy)\n- [Episodes 4-5 of The Coup Conspiracy](https://steemit.com/science-fiction/@georgedonnelly/episodes-4-5-of-the-coup-conspiracy-dystopian-cryptocurrency-novel)\n- [Episodes 6-8 of The Coup Conspiracy](https://steemit.com/science-fiction/@georgedonnelly/episodes-6-8-of-the-coup-conspiracy-dystopian-cryptocurrency-novel)\n- [Episodes 9-20 of The Coup Conspiracy](https://steemit.com/science-fiction/@georgedonnelly/episodes-9-20-of-the-coup-conspiracy-dystopian-cryptocurrency-novel)\n- [Episodes 21-24 of The Coup Conspiracy](https://steemit.com/fiction/@georgedonnelly/episodes-21-24-of-the-coup-conspiracy-dystopian-cryptocurrency-novel)\n- [Episodes 25-28 of The Coup Conspiracy](https://steemit.com/science-fiction/@georgedonnelly/episodes-25-28-of-the-coup-conspiracy-dystopian-cryptocurrency-novel)\n- [Episodes 29-38 of The Coup Conspiracy](https://steemit.com/science-fiction/@georgedonnelly/episodes-29-38-of-the-coup-conspiracy-dystopian-cryptocurrency-novel)\n- [Episodes 39-50 of The Coup Conspiracy](https://steemit.com/science-fiction/@georgedonnelly/episodes-39-50-of-the-coup-conspiracy-dystopian-cryptocurrency-novel)\n- [Episodes 51-54 of The Coup Conspiracy](https://steemit.com/science-fiction/@georgedonnelly/episodes-51-54-of-the-coup-conspiracy-dystopian-cryptocurrency-novel)\n- [Episodes 55-59 of The Coup Conspiracy](https://steemit.com/science-fiction/@georgedonnelly/episodes-55-59-of-the-coup-conspiracy-dystopian-cryptocurrency-novel)\n\n\n\nThe United States is in slow-motion economic collapse. The Three Strikes Act funnels the unemployed masses into a national network of work camps for the most trivial of infractions.\n\nLando Cruz is a scrappy rebel who risks his final strike on the streets of Philadelphia by trading illegal currencies under cover of a burrito stand. He spends his days bribing dirty cops, fending off undercover federal agents and shepherding his little sister through adolescence.\n\nLando is getting by until beat cops seize his savings and kidnap his sister for ransom. He has thirty days to raise the hard cash he needs to free her before she is sold into sex slavery. His only chance is a lucrative job offer from the black market rebellion's paramilitary startup, the Core. He risks both his life and his principles to get his sister back before time runs out.\n\n## Episode 60: Puff Bang\n\n\u201cSo, we\u2019re going to make contact with the hackers,\u201d said Jerry. \u201cAnd you guys \u2026 ?\u201d The group sat in the office module now.\n\n\u201cAlexis, Ryan and I will scope out the camp,\u201d said Lando. \u201cWe\u2019ll watch the shifts change, take photos \u2014 a regular stakeout!\u201d He grinned.\n\n\u201cMy uncle is in there,\u201d said Jerry. \u201cMaybe he can make a little something happen on the inside while we hit it from the outside.\u201d\n\n\u201cIn Eastern State?\u201d asked Lando. He cocked an eyebrow. \u201cThat\u2019s a great idea to look at when we get closer,\u201d he said. \u201cSo that\u2019s you and Takoda. David, I want you to contact the Free Aid people and see if they can design a transition process for these people. You know, help them start agorist businesses, find \u2014\u201d\n\nDavid tightened his face. \u201cI don\u2019t like this plan and I don\u2019t want to work on it.\u201d He stood up.\n\n\u201cBut you\u2019ll hand malt liquor to a maniac with a gun, won\u2019t you?\u201d said Jerry. He stood up. His chair hit the ground behind him.\n\nDavid\u2019s face got red. \u201cThat\u2019s not fair!\u201d\n\n\u201cJust get out,\u201d said Lando to David. He pointed towards the living area. \u201cGo watch some TV or something.\u201d\n\nTakoda snickered.\n\n\u201cWe\u2019ll contact Free Aid when we get back,\u201d said Lando. \u201cLet\u2019s hit the street, guys.\u201d He turned to Ryan. \u201cWould you mind leading the way out?\u201d\n\nRyan led them out of the office and into the cellar. It smelled of mildew. Alexis brushed cobwebs out of her hair. Ryan turned on a small screen. The alley above appeared on it. Three different perspectives cycled.\n\n\u201cYou really have all your bases covered,\u201d said Lando to Ryan.\n\nRyan brushed past him and opened the cellar doors. \u201cUp and out, folks. Move it. Make it quick.\u201d Harold closed the doors behind them and stayed below.\n\nLando rubbed his palms on the sides of his pants. \u201cGood luck, guys.\u201d His face darkened.\n\nJerry and Takoda shook hands with Lando. \u201cIt\u2019s going to be cool, man,\u201d said Jerry.\n\nLando rubbed his head with both hands. \u201cBe safe, guys. Whatever you do, be safe.\u201d\n\nTakoda grinned and waved an arm at Lando. \u201cWhoever gets back last buys dinner!\u201d\n\nLando watched them walk down the alley. He turned and looked at Ryan and Alexis. \u201cOkay, then.\u201d They rounded the corner onto the main street. Lando turned around to face Ryan. \u201cDo we have access to transportation?\u201d\n\n\u201cOh, do you need a car? You never said anything to me about it,\u201d said Ryan.\n\nLando narrowed his eyes. \u201cReally? And you tell me I have a bad attitude?\u201d\n\nRyan continued on past him down the street. Lando shoved his hands into his pockets and studied the broken lines of the sidewalk. They walked in silence for four blocks.\n\nAlexis stepped in front of him. \u201cThis is all wrong,\u201d she said. \u201cIt\u2019s not too late to call it off.\u201d She held his hands between hers.\n\nLando shook his head. \u201cMaybe you should go back?\u201d He caught up to Ryan. \u201cDo we at least have a budget?\u201d\n\nA puff of smoke appeared on the ground in front of Lando, then a flash of light. He brought his arm in front of his face and a bang deafened him. Ryan hit the ground a few feet forward.\n\nLando turned to look for a cause but his body got hot. *What the hell is going \u2014* He screamed. The heat overpowered him. He lost consciousness and hit the cement.\n\n## Episode 61: Strike Three\n\nA rough hand jerked his shoulder. Lando sat up and took a deep breath. He looked around through half-open eyes. Lando sat on a thin steel slab that shot out of the wall at a right angle.\n\nHis torso shivered. His hands froze into fists. His feet sucked the iciness from the concrete floor into his bones. He stood up. A deep ache ripped into his thigh and he crashed down again.\n\nRyan paced the breadth of the tiny concrete cage. He stopped. \u201cThey shot you with a rubber bullet and knocked you out with the phaser. You actually withstood it longer than most. But just be still.\u201d\n\nLando arched his neck back. He modulated his breathing, in and out, to counteract the pain. His skin was dry and tight. And everything was swollen. Outside the rusty bars, there was only more gray concrete at the ceiling, floor and wall. \u201cWhere are we?\u201d he asked.\n\n\u201cPhilly Police, third district,\u201d Ryan said. He started to pace again. One step and a half, then he turned and repeated the rhythm.\n\nLando rubbed his head. \u201cAlexis?\u201d\n\nA shadow darkened the cell. \u201cWell, hello there little buddy. How nice to see you again.\u201d It was Sarge.\n\nLando massaged his head with both hands. He groaned.\n\n\u201cYou know this guy?\u201d Ryan turned to Lando. He looked at the floor.\n\n\u201cThis asshole ripped off my bitcoin and put my family in a cage.\u201d\n\nRyan leaned against a wall and looked down.\n\n\u201cHow are they doing, kid? Maybe I should go check on that sweet little sister of yours,\u201d said Sarge.\n\nLando looked up at him and narrowed his eyes. \n\n\u201cThey got terrorism charges on you, kid. Strike three. Looks like we\u2019ll be spending more time together, eh?\u201d Sarge sneered. \n\nRyan inspected his fingernails.\n\n\u201cLet\u2019s see now,\u201d said Sarge. He pulled out a tablet and tapped it. \u201cYes. Strike one was attempting to enter school without legal papers. But that was before we started counting strikes. And there\u2019s something here about shoplifting. Tsk tsk.\u201d He shook his head.\n\nLando turned his face away from Sarge and bumped his thigh against the steel shelf. A buzz of pain hit him and he winced.\n\n\u201cLike that?\u201d Sarge jammed his thumb into his chest. \u201cMy handiwork. Takes a lot of range time to land a shot like that.\u201d\n\n\u201cFuck you!\u201d Lando yelled.\n\nSarge laughed. He looked down at the tablet again. \u201cSo the real strike one was possession and transport of pirated pharmaceuticals. And when that didn\u2019t work out, sale of pirated movies for your second strike.\u201d He looked up from the tablet. \u201cYou still got a connection there? I\u2019m looking for that latest one from \u2014\u201c\n\n\u201cWhy don\u2019t you just get to it,\u201d said Ryan.\n\nSarge raised his eyebrows.\n\n\u201cIf you\u2019re done, Sergeant, then we need our prisoner,\u201d said a voice in the corridor.\n\nSarge looked to his right and grimaced. He snapped his fingers above his head. The cell door screeched open. He pointed to Ryan.\n\nRyan turned and looked down at Lando. He got a faraway look in his eye, then turned again and walked out of the cell.\n\n\u201cMove it,\u201d said a voice. The cell door crawled towards the wall. A mechanism clanged and sealed it shut.\n\nLando\u2019s upper body muscles pulled taut. He closed his eyes and his teeth ground together. *Just don\u2019t react. Just don\u2019t feel. Just be. It \u2014*\n\n\u201cWake up, Cruz!\u201d yelled Sarge. \u201cYou\u2019re going to be in here a while and I don\u2019t want you to miss a single second of the fun.\u201d \n\n## Episode 62: Lawless\n\nRyan sauntered back into the cage and it closed behind him. He shook his head. \u201cThese little \u2026\u201d He looked up at Lando. \u201cHow\u2019re you holding up?\u201d He stretched his neck from side to side.\n\nLando exhaled. \u201cWell, a little better now that you\u2019re back, to be honest.\u201d\n\nRyan smiled. \u201cWorried?\u201d\n\n\u201cWhat happens now?\u201d Lando asked. \u201cDid they offer you any kind of a deal?\u201d\n\nRyan shrugged.\n\nLando sighed. \u201cYou know, you never told me how you became an agorist.\u201d\n\nRyan bared his teeth. \u201cIt\u2019s these people who steal. They just piss me off. You work so hard for something and they steal it from you.\u201d\n\nLando cocked an eyebrow. \u201cI hear \u2014\u201c\n\nRyan made two fists and punched the air. \u201cIt drives me mad! You work so hard for something. You sacrifice. You invent something new, you build something where there was nothing, and then they just take it from you without a second thought. And they claim it as their own.\u201d He turned his face towards the corridor and yelled, \u201cIt\u2019s the sheer audacity!\u201d \n\n\u201cOkay,\u201d said Lando. \u201cWas there a particular writer or \u2014\u201c\n\nThe cage door swung open and a man in plainclothes motioned to Lando. \u201cLet\u2019s go, son. We\u2019re going to have a little chat.\u201d\n\nLando limped down the corridor and entered a room with a table and chairs. He took a seat across from another man in plainclothes.\n\n\u201cCoffee?\u201d asked the second man.\n\nLando studied each one\u2019s face in turn.\n\n\u201cGive it to him hot with plenty of sugar. He needs it after being in that cell. Did you know, kid, that it\u2019s the coldest one in the place? It\u2019s right next to the system. I\u2019m Reilly, by the way, and my associate here is Lawless. We\u2019re detectives.\u201d \n\nLando grinned despite himself.\n\nReilly turned to Lawless. \u201cIt\u2019s your last name. He thinks it\u2019s funny.\u201d\n\nLawless shrugged.\n\n\u201cSo, you\u2019re an agorist,\u201d said Reilly.\n\nLando opened his mouth and the memory came back to him. *Never talk to cops.* He cocked an eyebrow and shrugged his shoulders.\n\n\u201cThat\u2019s usually a smart move,\u201d said Reilly, \u201cto not talk to me. Except, in this case, you\u2019re fucked ten ways to Sunday with these terrorism charges.\u201d He sat back and interlaced his fingers behind his head.\n\nLawless spoke up. \u201cI heard these IPEC guys are hot for him. Something about running an agorist bank outside the Fed?\u201d\n\nLando struggled to suppress another grin. He ran his hands through his hair and slouched in the metal chair. He cleared his throat and sat up straight. \u201cWhat about Alexis?\u201d\n\n\u201cHe has good taste, don\u2019t you think?\u201d Reilly asked Lawless.\n\nLawless nodded in approval.\n\nLando narrowed his eyes at them. \u201cIs she okay? Or did you guys hurt her, too?\u201d\n\n\u201cWe had nothing to do with the fireworks display, kid. That was the boys in black,\u201d said Reilly.\n\n\u201cThose guys ripped me off. They stole my bitcoin \u2014\u201c\n\n\u201cI don\u2019t want to hear it,\u201d said Reilly. He looked at Lando over a pair of reading glasses and wagged an index finger at him. \u201cCan\u2019t do anything about it. Don\u2019t give a shit, either.\u201d\n\nLando flared his nostrils and slouched into the metal chair.\n\n\u201cNow, tell us about this flag \u2014\u201c started Reilly.\n\n\u201cHow about some fucking medical treatment?\u201d roared Lando. \u201cYour dogs shot me when I wasn\u2019t even conscious!\u201d He crossed his arms and tightened his face.\n\n\u201cHe wants to take a hard line,\u201d said Lawless to Reilly. \u201cHe\u2019s a street agorist. Gotta have a good story when he gets out.\u201d\n\n\u201cHe\u2019s a terrorist!\u201d said Reilly. He slammed his hand down on the metal table and stood up. \u201cHe\u2019s not getting out! Listen, kid,\u201d he said to Lando. \u201cI\u2019m the only thing standing between you and the feds. Have you thought about what IPEC is going to do to you?\u201d\n\n## Episode 63: Snitch\n\n\u201cI tell all for fifteen to twenty,\u201d said Lando. \u201cRat you and everyone else out.\u201d\n\n\u201cInstead of?\u201d asked Ryan.\n\n\u201cLife, of course.\u201d Lando scowled at him. \u201cYou know how Three Strikes works. Three strikes and you\u2019re done.\u201d\n\nRyan raised an eyebrow. He sat next to Lando on the steel shelf in the cell. \u201cRight. I just hadn\u2019t thought of it like that before.\u201d\n\nLando bent over and looked Ryan in the eye. \u201cYou created \u2026 you know what \u2026 and you don\u2019t think about sitting in a cage for the rest of your life? Are you kidding me?\u201d\n\n\u201cAnd you do? You think about that?\u201d asked Ryan.\n\n\u201cWhen I\u2019m not worrying about my sister getting kidnapped, my dad dying or where the rent is coming from, uh, yeah!\u201d Lando rolled his eyes.\n\nRyan stood up and paced again. \u201cWhat\u2019s the deal with your dad?\u201d\n\n\u201cCancer,\u201d said Lando.\n\nRyan raised his eyebrows. \u201cThey have medication for that now. Just go to \u2014\u201c\n\nLando narrowed his eyes at him. \u201cNot for illegals.\u201d\n\n\u201cBut I thought \u2014\u201c\n\n\u201cNo,\u201d said Lando. \u201cIt\u2019s propaganda. They give us a Tylenol and a week later Homeland Security shows up at the house.\u201d\n\n\u201cThe black market, then.\u201d\n\n\u201cYou mean the agora? Expensive,\u201d said Lando. \u201cI\u2019ve kept it at bay with high-CBD cannabis but he\u2019s not getting that on the inside.\u201d\n\n\u201cWhat are you going to do? Did they say anything about your family?\u201d\n\nLando waved a hand over his shoulder. \u201cThey won\u2019t do a damned thing for them. And we\u2019ll win this thing before fifteen years are up. But I\u2019ll be stuck in here the whole time, missing all the action and the fun.\u201d Lando curled himself into the fetal position on the icy metal shelf.\n\n## What Next?\n\nAfter I finish this series, what kind of story do you want to read next? Tell me now and I can start writing it.\n\n## New Episodes Daily\n\nYou're getting 1-4 new episodes 5 days per week here on Steemit right around **NOON** Eastern (New York time). You can expect to not only be entertained by a fast-paced story but also inspired to think more deeply about your future.\n\n**Let's connect!** Follow me to get the next episodes (154 in total!) in your feed: @georgedonnelly\n\n**Don't miss an episode.** Get a brief email every time I publish new content on Steemit. [Enter your primary email address here.](http://eepurl.com/b-1xHf) Zero spam. An instant unsubscribe link is in every list email.\n\n[](https://www.steemimg.com/image/CES0)", + "body_length": 15228, + "cashout_time": "2016-08-29T15:47:24", + "category": "science-fiction", + "children": 0, + "created": "2016-08-22T15:47:24", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science-fiction\",\"coup-conspiracy\",\"fiction\",\"writing\",\"dystopian\"],\"users\":[\"georgedonnelly\"],\"links\":[\"https://steemit.com/science/@georgedonnelly/hi-i-m-sci-fi-author-george-donnelly-and-here-free-is-my-dystopian-cryptocurrency-novel-the-coup-conspiracy\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:47:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 590271454690, + "parent_author": "", + "parent_permlink": "science-fiction", + "pending_payout_value": "0.378 HBD", + "percent_hbd": 10000, + "permlink": "episodes-60-63-of-the-coup-conspiracy-dystopian-cryptocurrency-novel", + "post_id": 936129, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Episodes 60-63 of The Coup Conspiracy (dystopian cryptocurrency novel)", + "title": "Episodes 60-63 of The Coup Conspiracy (dystopian cryptocurrency novel)", + "total_payout_value": "0.000 HBD", + "url": "/science-fiction/@georgedonnelly/episodes-60-63-of-the-coup-conspiracy-dystopian-cryptocurrency-novel" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 20297981245452, + "rshares": 6312150464437, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3640667655973, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3711352783, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4504914866, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 844028407, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 63641197206, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1989302580, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256229574, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 746224722, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1124293973, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 31439222082, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 345487358, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 10934733202, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 22080678803, + "voter": "joelinux" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 25276947518, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 105087343, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 14778242364, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 4213833370161, + "rshares": 31677223503, + "voter": "drinkzya" + }, + { + "percent": "10000", + "reputation": 4620523428308, + "rshares": 19342350340, + "voter": "minfon" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2659899550, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 6641270727, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 13519355889, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 945779795, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 4819416282, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 1880534054, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 8796072719, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 60500537166, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 743656664450, + "rshares": 1846632453, + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 223070340892, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 12839309179, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 20399711927, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 712675579, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 2622199069944, + "rshares": 1294660358, + "voter": "leylar" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 8271309447, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 770726697, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 928633468, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 10087877058, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 4341976914033, + "rshares": 15040895940, + "voter": "magicmonk" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 23104767084, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2509229752, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 3026722661, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 4916654786, + "rshares": 63609725, + "voter": "myb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162836295, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 2706836213015, + "rshares": 647824995, + "voter": "nextgen622" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 722557178, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 1916013022364, + "rshares": 654493168, + "voter": "wuyueling" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 33759125949, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 3782919858, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 1320261717074, + "rshares": 1562846802, + "voter": "carlyle" + }, + { + "percent": "10000", + "reputation": 277665828905, + "rshares": 5079989923, + "voter": "ivicaa" + } + ], + "author": "rea", + "author_reputation": 5883461278385, + "beneficiaries": [], + "body": "<html>\n<p>Everyday, my love for the Steemit platform and community just keeps on growing and growing. Many Steemians are looking out for everybody else and helping each one of us to climb our way to the top of the Steemit ladder. It's an absolute privilege to know the people that I do on here. </p>\n<p>\u6211\u8d8a\u6765\u8d8a\u70ed\u7231Steemit\u8fd9\u4e2a\u5e73\u53f0\u4e86\uff0c\u6bcf\u5929\u4e0e\u5927\u5bb6\u4ea4\u6d41\uff0c\u4e92\u76f8\u5b66\u4e60\uff0c\u5171\u540c\u8fdb\u6b65\uff0c\u4e00\u8d77\u52aa\u529b\u5730\u5411\u4e0a\u6500\u767b\u7740Steemit\u7684\u68af\u5b50\u3002\u771f\u7684\u5f88\u9ad8\u5174\u80fd\u5728\u8fd9\u91cc\u8ba4\u8bc6\u5927\u5bb6\u3002 </p>\n<p>One of my most precious loves of my life outside in the \"real world\" happens to be my cat. Mini. She has given me so much joy and happiness over the last 5 years that I would like to pay a small homage to my little companion and how we got to know each other. </p>\n<p>\u800c\u73b0\u5b9e\u751f\u6d3b\u4e2d\uff0c\u6211\u7684\u5c0f\u732bMini\u53ef\u8c13\u662f\u6211\u7684\u6700\u7231\u4e4b\u4e00\u3002\u5728\u8fc7\u53bb\u4e94\u5e74\u91cc\uff0c\u5b83\u7ed9\u4e88\u6211\u8bb8\u591a\u5feb\u4e50\u5e78\u798f\u7684\u65f6\u5149\u3002\u6211\u60f3\u5728\u6b64\u4e0e\u5927\u5bb6\u5206\u4eab\u4e00\u4e0b\u6211\u7684\u8fd9\u4f4d\u5c0f\u4f34\u4fa3\u4ee5\u53ca\u6211\u4eec\u4e00\u8d77\u8d70\u8fc7\u7684\u5386\u7a0b\u3002 </p>\n<p><center>http://i.imgur.com/9xtHwwM.jpg</center></p>\n<p>I bought her home with me back in 2011 when my good friend was selling off her litter of kittens. The pressures of having to support the last few remaining two became a problem though so she decided to give them away to her local animal shelter. When discovering this after a conversation with her, I thought it wouldn't hurt to see them for myself as I was open to the idea of possibly having one for myself, but was still largely unsure if I would actually take one. </p>\n<p>\u5c0f\u732bMini\u662f\u6211\u57282011\u5e74\u5e26\u56de\u5bb6\u7684\u3002\u90a3\u65f6\u5019\u6211\u7684\u4e00\u4e2a\u670b\u53cb\u5bb6\u91cc\u7684\u6bcd\u732b\u751f\u4e86\u4e00\u7a9d\u5b50\u5c0f\u732b\uff0c\u5356\u5269\u4e86\u4e24\u53ea\u3002\u670b\u53cb\u5bb6\u91cc\u6ca1\u6709\u7ecf\u6d4e\u80fd\u529b\u7ee7\u7eed\u4f9b\u517b\u8fd9\u4e24\u53ea\u5c0f\u732b\uff0c\u6240\u4ee5\u51b3\u5b9a\u628a\u4ed6\u4eec\u6253\u7b97\u9001\u5230\u5f53\u5730\u52a8\u7269\u6536\u5bb9\u6240\u3002\u548c\u670b\u53cb\u804a\u8d77\u8fd9\u4ef6\u4e8b\uff0c\u6211\u60f3\u770b\u770b\u4e5f\u65e0\u59a8\u5427\uff0c\u4e5f\u8bb8\u6211\u80fd\u6536\u517b\u4e00\u53ea\u3002\u4f46\u5f53\u65f6\u6211\u5e76\u4e0d\u662f\u592a\u786e\u5b9a\u3002 </p>\n<p>The next day, I popped round to her house to view them. She told me that she actually decided to keep one of them herself as she was already a seasoned cat lover by now. Ok, one left, let's see it! I can only think of two words to describe my initial viewing of her. </p>\n<p>\u7b2c\u4e8c\u5929\uff0c\u6211\u5c31\u5230\u670b\u53cb\u5bb6\u91cc\u770b\u5979\u7684\u5c0f\u732b\u3002\u670b\u53cb\u544a\u8bc9\u6211\uff0c\u5979\u8fd8\u662f\u51b3\u5b9a\u81ea\u5df1\u7559\u7740\u4e00\u53ea\u3002\u597d\u5427\uff0c\u90a3\u6211\u5c31\u770b\u770b\u5269\u4e0b\u7684\u90a3\u53ea\u5c0f\u732b\u3002\u770b\u5230Mini\u7b2c\u4e00\u773c\u7684\u65f6\u5019\uff0c\u6211\u53ea\u80fd\u7528\u4e24\u4e2a\u5b57\u6765\u5f62\u5bb9\u6211\u5bf9\u5b83\u7684\u7b2c\u4e00\u5370\u8c61\uff0c\u90a3\u5c31\u662f\u53d1\u81ea\u5185\u5fc3\u7684\u559c\u7231\u3002 </p>\n<h2> <em><center>\u201cLove\u201d and \u201cConnection\u201d</center></em> </h2>\n<h2><center>\u7231\u4e0e\u8fde\u63a5</center></h2>\n<p>Mini was asleep wrapped up in a small blanket with just her head visible from underneath. A small, warm bundle of fur. I picked her up and at once she opened these wide, beautiful ebony eyes at which point I knew she was mine. How could something so adorable be rattled off to a cat shelter with such an certain future ahead of her? Sadly, in our society this does happen far more often than it should, but not for this little one, not today. </p>\n<p>Mini\u8737\u7f29\u5728\u4e00\u4e2a\u5c0f\u6bdb\u6bef\u4e0b\u7761\u7740\u4e86\uff0c\u53ea\u9732\u51fa\u4e86\u5934\uff0c\u50cf\u4e00\u4e2a\u5f88\u5c0f\u5f88\u6696\u548c\u7684\u5c0f\u5305\u88f9\u3002\u6211\u8f7b\u8f7b\u5730\u628a\u5b83\u62b1\u8d77\u6765\uff0c\u5b83\u7741\u5f00\u4e86\u90a3\u53cc\u7f8e\u4e3d\u4e4c\u9ed1\u7684\u5927\u773c\u775b\u3002\u6b64\u523b\uff0c\u6211\u5c31\u8ba4\u5b9a\u4e86\u5b83\u3002\u628a\u8fd9\u4e48\u53ef\u7231\u7684\u5c0f\u4e1c\u897f\u9001\u5230\u52a8\u7269\u6536\u5bb9\u6240\uff0c\u6211\u90fd\u4e0d\u6562\u60f3\u8c61\u5b83\u7684\u672a\u6765\u5c06\u4f1a\u5982\u4f55\u3002\u53ef\u60b2\u7684\u662f\uff0c\u73b0\u5b9e\u751f\u6d3b\u91cc\u8fd9\u7c7b\u4e8b\u60c5\u5e38\u5e38\u53d1\u751f\uff0c\u4f46\u8d77\u7801\u4eca\u5929\u4e0d\u4f1a\u3002 </p>\n<p>So, we slowly picked her up in her small blanket and took her back to our house. Of course, we understood the blanket was her private comfort zone until she got used to her surroundings so we chose a small corner for her to sleep and let her be for the night. </p>\n<p>\u505a\u51fa\u8fd9\u4e2a\u51b3\u5b9a\u4ee5\u540e\uff0c\u6211\u548c\u5148\u751f\u628a\u88f9\u5728\u6bef\u5b50\u91cc\u7684Mini\u8f7b\u8f7b\u5730\u62b1\u4e86\u8d77\u6765\uff0c\u5e76\u5e26\u56de\u4e86\u5bb6\u3002\u6211\u4eec\u80fd\u7406\u89e3\u5728Mini\u4e60\u60ef\u5468\u56f4\u73af\u5883\u4ee5\u524d\uff0c\u5c0f\u6bdb\u6bef\u662f\u5b83\u719f\u6089\u7684\u5c0f\u7a9d\u3002\u6240\u4ee5\u6211\u4eec\u9009\u62e9\u4e86\u4e00\u4e2a\u5c0f\u89d2\u843d\u8ba9\u5b83\u5b89\u5fc3\u7761\u89c9\u5e76\u5ea6\u8fc7\u5728\u65b0\u5bb6\u7684\u7b2c\u4e00\u4e2a\u591c\u665a\u3002 </p>\n<p><center>http://i.imgur.com/lfwZx1V.jpg</center></p>\n<p><em><center>(Look carefully and you will see me)</center></em></p><hr>\n<p><br></p>\n<p>It didn't take her long to get used to her new environment, and within one week she was spending most of her time sitting in my lap, discovering her safe spots in the house to rest in and before long was a fully-fledged part of our family. She seems to be very \u201cgiving\u201d in nature as she loves to bring us presents almost on a weekly basis. However, as shown below, I\u2019m not sure she realises that the presents themselves may not feel the same way! </p>\n<p>Mini\u5f88\u5feb\u5c31\u9002\u5e94\u4e86\u5b83\u7684\u65b0\u5bb6\u3002\u624d\u4e00\u5468\u65f6\u95f4\uff0c\u5b83\u5df2\u7ecf\u719f\u6089\u4e86\u5bb6\u91cc\u7684\u6bcf\u4e2a\u89d2\u843d\uff0c\u5927\u90e8\u5206\u65f6\u95f4\u4f1a\u5750\u5728\u6211\u7684\u5927\u817f\u4e0a\u6253\u778c\u7761\u3002Mini\u5df2\u6210\u4e3a\u6211\u4eec\u5bb6\u4e2d\u4e0d\u53ef\u7f3a\u5c11\u7684\u4e00\u5458\u4e86\u3002\u5b83\u4f3c\u4e4e\u6709\u77e5\u6069\u56fe\u62a5\u7684\u5584\u826f\u672c\u6027\uff0c\u51e0\u4e4e\u6bcf\u5468\u90fd\u4ece\u5916\u5934\u7ed9\u6211\u4eec\u5e26\u56de\u201c\u793c\u7269\u201d (\u770b\u4e0b\u56fe\uff09\u3002\u6211\u6562\u80af\u5b9a\u5b83\u7684\u201c\u793c\u7269\u201d\u53ef\u4e0d\u662f\u8fd9\u4e48\u60f3\u7684\uff0c\u5475\u5475! </p>\n<p><center>http://i.imgur.com/WI0uOKv.jpg</center></p>\n<p>So as time rolled by, the mornings especially became the same daily routine and I have comfortably slipped into this role quite nicely. I will wake up to the sound of her meowing at the door for food. Then careful, but sleepily shuffle my way down the stairs trying not to step on her as she starts winding her way around my feet. Next, the excited purring as I open her \"Biscuit Box\" before pouring the contents into her bowl and finally hearing the loud crunching sounds as she swallows it down in seconds. I guess you have to own a cat to really appreciate that daily ritual, lol. Evening time she will curl up in my lap and sleep soundly as I read my book, watch television or now write blogs on Steemit, lol. I'm sure you can tell, I love her very, very much. </p>\n<p>\u73b0\u5728\uff0cMini\u517b\u6210\u4e86\u81ea\u5df1\u7684\u4f5c\u606f\u4e60\u60ef\uff0c\u6211\u4e5f\u9010\u6e10\u9002\u5e94\u4e86\u8fd9\u4e2a\u65b0\u89d2\u8272\u3002\u6bcf\u5929\u65e9\u4e0a\u6211\u4f1a\u88ab\u5b83\u5728\u95e8\u5916\u7684\u55b5\u55b5\u58f0\u53eb\u9192\uff0c\u7136\u540e\u4e0b\u697c\u53bb\u5582\u5b83\u3002\u4e0b\u697c\u7684\u65f6\u5019\uff0c\u6211\u5f97\u6ce8\u610f\u522b\u8e29\u5230\u5b83\u7684\u5c3e\u5df4\uff0c\u56e0\u4e3aMini\u603b\u559c\u6b22\u56f4\u7740\u6211\u7684\u811a\u8f6c\u5708\u513f\u3002\u5f53\u6211\u6253\u5f00\u201c\u997c\u5e72\u76d2\u201d\u5e76\u5f80\u5b83\u7897\u91cc\u5012\u98df\u7269\uff0c\u5b83\u5174\u594b\u5f97\u4e0d\u505c\u5730\u53d1\u51fa\u5495\u565c\u5495\u565c\u58f0\uff0c\u7136\u540e\u5927\u53e3\u5927\u53e3\u5730\u628a\u997c\u5e72\u541e\u98df\u3002\u51e0\u79d2\u949f\u4ee5\u540e\uff0c\u7897\u91cc\u98df\u7269\u4e00\u6982\u626b\u6e05\uff01\u6211\u60f3\uff0c\u53ea\u8981\u662f\u517b\u8fc7\u732b\u7684\u4eba\uff0c\u624d\u80fd\u771f\u6b63\u4f53\u4f1a\u5230\u8fd9\u4e9b\u70b9\u70b9\u6ef4\u6ef4\u7684\u517b\u732b\u60c5\u8da3\u3002\u6bcf\u5929\u665a\u4e0a\uff0cMini\u4f1a\u8737\u7f29\u5728\u6211\u817f\u4e0a\uff0c\u966a\u6211\u770b\u4e66\uff0c\u770b\u7535\u89c6\u6216\u662f\u5728Steemit\u4e0a\u5199\u6587\u7ae0\u3002\u770b\u5230\u8fd9\u91cc\uff0c\u4f60\u5e94\u8be5\u53ef\u4ee5\u611f\u53d7\u5230\u6211\u5df2\u7ecf\u5f88\u7231\u5f88\u7231\u8fd9\u5c0f\u5bb6\u4f19\u4e86\u3002 </p>\n<p><center>http://i.imgur.com/E5UkqXV.jpg</center></p>\n<p><em><center>(Yes, I'm hungry. Please feed me)</center></em></p><hr>\n<p><br></p>\n<h2><center>A Close Call \u4e00\u6b21\u610f\u5916</center></h2>\n<p>The only problematic issue we ever had was one night around 1am, about a year after Mini came to us. We were awoken to the sound of a loud scream outside. At once, I recognised that voice, shot out of bed and ran down the stairs to see what happened. Mini was standing in the kitchen with half her face covered in blood. Horrified, I quickly went up to her and saw long scratched marks on her underside which was bleeding profusely. She must have been licking the wound which was when she managed to get the blood on her face. We rang the vet emergency services and carefully took her to be seen. Lucky, it was not too far away. </p>\n<p>\u66fe\u7ecf\u6709\u4e00\u6b21\u610f\u5916\uff0c\u5927\u6982\u662f\u6211\u4eec\u6536\u517b\u4e86Mini\u7684\u4e00\u5e74\u540e\u3002\u6709\u4e00\u5929\u665a\u4e0a\u7ea6\u51cc\u6668\u4e00\u70b9\u5de6\u53f3\uff0c\u6211\u4eec\u88ab\u5916\u9762\u5c16\u9510\u7684\u53eb\u58f0\u60ca\u9192\u3002\u5f53\u6211\u610f\u8bc6\u5230\u90a3\u662f\u6211\u719f\u6089\u7684\u58f0\u97f3\uff0c\u6211\u9a6c\u4e0a\u8df3\u51fa\u5e8a\u8dd1\u4e0b\u697c\u68af\uff0c\u770b\u770b\u53d1\u751f\u4e86\u4ec0\u4e48\u4e8b\u3002Mini\u534a\u8138\u6cbe\u6ee1\u4e86\u8840\u98a4\u6296\u5730\u7ad9\u5728\u53a8\u623f\u91cc\u3002\u6211\u8d76\u7d27\u8d70\u9053\u5b83\u8ddf\u524d\uff0c\u53ea\u89c1\u5b83\u8179\u90e8\u6709\u4e00\u6761\u957f\u957f\u6293\u4f24\u7684\u75d5\u8ff9\uff0c\u8840\u6d41\u5982\u6ce8\u3002\u5b83\u4e00\u5b9a\u662f\u4e0d\u505c\u5730\u8214\u4f24\u53e3\u6240\u4ee5\u8138\u4e0a\u624d\u6709\u8fd9\u4e48\u591a\u8840\u3002\u6211\u4eec\u6253\u7535\u8bdd\u7ed9\u517d\u533b\u7d27\u6025\u670d\u52a1\u4e2d\u5fc3\uff0c\u5e76\u89c2\u5bdf\u7740\u5b83\u4ee5\u514d\u4f24\u53e3\u6076\u5316\u3002\u5e78\u8fd0\u7684\u662f,\u8bca\u6240\u79bb\u5bb6\u4e0d\u8fdc\u3002</p>\n<p>Turns out she was attacked by a vicious fox and required an operation and stitches. That night was one I won't forget in a hurry as I waited there until morning. The op lasted around an hour and lucky no major organs of hers were punctured. I quickly went in to see her in the recovery room and saw her laying there, underside shaved with the stitches visible. A shower of relief poured over me when I knew she was going to be alright. Two weeks later and she was good as new, but I do notice even now after all this time, that she is always cautious when going into the garden. That is something I pray I never have to go through ever again. </p>\n<p>\u539f\u6765Mini\u662f\u906d\u5230\u4e86\u72d0\u72f8\u7684\u88ad\u51fb\uff0c\u9700\u8981\u5c0f\u624b\u672f\u7f1d\u5408\u4f24\u53e3\u3002\u6211\u6c38\u8fdc\u5fd8\u8bb0\u4e0d\u4e86\u90a3\u4e2a\u665a\u4e0a\u6211\u5728\u8bca\u6240\u5f85\u5230\u5929\u4eae\u624d\u79bb\u5f00\u3002\u624b\u672f\u8fdb\u884c\u4e86\u4e00\u4e2a\u5c0f\u65f6\uff0c\u5e86\u5e78\u7684\u662f\u6ca1\u4f24\u5230\u4e3b\u8981\u5668\u5b98\u3002\u6211\u8fdb\u624b\u672f\u5ba4\u770bMini\uff0c\u5b83\u9759\u9759\u5730\u8eba\u5728\u90a3\u513f\uff0c\u5243\u4e86\u6bdb\u7684\u8179\u90e8\u9732\u51fa\u7f1d\u5408\u7684\u4f24\u53e3\u3002\u4e24\u5468\u540e\uff0cMini\u7ecf\u8fc7\u4f11\u606f\u5df2\u7ecf\u5b8c\u5168\u5eb7\u590d\u3002\u4f46\u6211\u6ce8\u610f\u5230\u73b0\u5728\u5b83\u6bcf\u6b21\u4ece\u53a8\u623f\u8d70\u51fa\u82b1\u56ed\u603b\u662f\u5f88\u8c28\u614e\u3002\u4f46\u613f\u8fd9\u6837\u7684\u4e8b\u60c5\u4e0d\u4f1a\u518d\u53d1\u751f\u3002</p>\n<p><center>http://i.imgur.com/WgbYiUk.jpg </center></p><hr>\n<p>As the years have rolled on, time has brought us closer than ever and I cannot imagine life without her now. For animal lovers and owners, hopefully you can relate to the feelings I have for my precious pet, as I'm sure you feel the same way too. </p>\n<p>\u968f\u7740\u4e0eMini\u76f8\u5904\u7684\u65f6\u95f4\u8d8a\u957f\uff0c\u6211\u4eec\u5f7c\u6b64\u66f4\u52a0\u9760\u8fd1\u4e86\u3002\u73b0\u5728\u6211\u90fd\u4e0d\u80fd\u60f3\u8c61\u6ca1\u6709\u5b83\u7684\u751f\u6d3b\u3002\u5bf9\u4e8e\u62e5\u6709\u5ba0\u7269\u6216\u7231\u597d\u52a8\u7269\u7684\u670b\u53cb\uff0c\u76f8\u4fe1\u4f60\u4f1a\u4f53\u4f1a\u6211\u7684\u611f\u53d7\u3002 </p>\n<p><center>http://i.imgur.com/BduFnil.jpg</center></p>\n<h2><em><center>So, here's to you, Mini, and many more happy memories together. </center></em></h2>\n<h2><em><center>\u8fd9\u5c31\u662f\u548c\u6211\u671d\u5915\u76f8\u5904\uff0c\u6709\u8bb8\u8bb8\u591a\u591a\u7f8e\u597d\u56de\u5fc6\u7684\u5c0f\u732bMini\u3002</center></em> </h2>\n<p><center>http://i.imgur.com/b7LNeA6.jpg</center></p>\n</html>", + "body_length": 7322, + "cashout_time": "2016-08-29T15:46:57", + "category": "life", + "children": 17, + "created": "2016-08-22T15:46:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"cn\",\"story\",\"photography\"],\"image\":[\"http://i.imgur.com/9xtHwwM.jpg\",\"http://i.imgur.com/lfwZx1V.jpg\",\"http://i.imgur.com/WI0uOKv.jpg\",\"http://i.imgur.com/E5UkqXV.jpg\",\"http://i.imgur.com/WgbYiUk.jpg\",\"http://i.imgur.com/BduFnil.jpg\",\"http://i.imgur.com/b7LNeA6.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:46:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 10655718199604, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "22.810 HBD", + "percent_hbd": 10000, + "permlink": "the-greatest-joys-can-come-in-the-smallest-packages", + "post_id": 936120, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Greatest Joys Can Come in the Smallest Packages / \u5c0f\u5c0f\u7684\u5ba0\u7269\u80fd\u7ed9\u4e88\u4f60\u6700\u5927\u7684\u5feb\u4e50", + "title": "The Greatest Joys Can Come in the Smallest Packages / \u5c0f\u5c0f\u7684\u5ba0\u7269\u80fd\u7ed9\u4e88\u4f60\u6700\u5927\u7684\u5feb\u4e50", + "total_payout_value": "0.000 HBD", + "url": "/life/@rea/the-greatest-joys-can-come-in-the-smallest-packages" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 2074805083, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 1153159459, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 2777567521, + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 31847926857, + "rshares": 63020470, + "voter": "zahar" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 73781864, + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 673915909724, + "rshares": 2005889410, + "voter": "metalbrushes" + } + ], + "author": "asdes", + "author_reputation": 4321340596238, + "beneficiaries": [], + "body": "<html>\n<p>https://www.youtube.com/watch?v=rYfkhdKcEiE&feature=youtu.be</p>\n<p>Canadian videobloger under the pseudonym John Heisz on YouTube in its circular saw blade is replaced with a metal on a conventional paper circle. Thus he showed how dangerous may be paper at high speed. It is easy to cut another paper, carton and even slim tablet.</p>\n<p>However, from a practical point of view, the paper is weaker metal circular saws. The fact that certain aspects clips were accelerated up to 16 times: \"So it's not the fastest way of cutting\" - quoted by Gizmodo video author. And more paper logs against the blade even at a speed of 2000 rpm could not resist. What can we say about aluminum, which it could only a little polish.</p>\n</html>", + "body_length": 744, + "cashout_time": "2016-08-29T15:46:09", + "category": "interesting", + "children": 0, + "created": "2016-08-22T15:46:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"interesting\"],\"links\":[\"https://www.youtube.com/watch?v=rYfkhdKcEiE&feature=youtu.be\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:46:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8148223807, + "parent_author": "", + "parent_permlink": "interesting", + "pending_payout_value": "0.005 HBD", + "percent_hbd": 10000, + "permlink": "very-non-standard-solution-steve-jobs-has-such-people-appreciated", + "post_id": 936103, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Very non-standard solution. Steve Jobs has such people appreciated.", + "title": "Very non-standard solution. Steve Jobs has such people appreciated.", + "total_payout_value": "0.000 HBD", + "url": "/interesting/@asdes/very-non-standard-solution-steve-jobs-has-such-people-appreciated" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 705877986486, + "rshares": 2940493835, + "voter": "carlos-cabeza" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 86880337957, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 5078903531942, + "rshares": 2695165962, + "voter": "micheletrainer" + }, + { + "percent": "10000", + "reputation": 9786117166130, + "rshares": 15843643144, + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 265950956, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 23783718110, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 6741143115703, + "rshares": 2356898767, + "voter": "herverisson" + }, + { + "percent": "10000", + "reputation": 103997978070, + "rshares": 514874766, + "voter": "raphma" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 5475606999, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2805840239, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 48078417491, + "rshares": 73716911, + "voter": "masshelp" + }, + { + "percent": "10000", + "reputation": 6263695706748, + "rshares": 5518616455, + "voter": "steemitpatina" + }, + { + "percent": "10000", + "reputation": -1987750394564, + "rshares": 62034814, + "voter": "feminism" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 348368989, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 4652308893, + "rshares": 56682250, + "voter": "marciaurila" + }, + { + "percent": "10000", + "reputation": 20174367429, + "rshares": 58468739, + "voter": "norene" + }, + { + "percent": "10000", + "reputation": 401342498891, + "rshares": 126518606, + "voter": "areynolds" + }, + { + "percent": "10000", + "reputation": 6710104374161, + "rshares": 2040946430, + "voter": "lukeofkondor" + }, + { + "percent": "10000", + "reputation": 673915909724, + "rshares": 1958130139, + "voter": "metalbrushes" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 50186208, + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 14069242560, + "rshares": 51602881, + "voter": "unlonely-soul" + } + ], + "author": "mindover", + "author_reputation": 9786117166130, + "beneficiaries": [], + "body": "<html>\n<p><img src=\"https://i.imgsafe.org/b1a0dbea47.jpg\" width=\"1000\" height=\"625\"/></p>\n<p><em>(</em><a href=\"https://photogrist.com/christian-richter/\"><em>Image Source: Photogrist</em></a><em>)</em></p>\n<h1>This is going to sound crazy, but it\u2019s true. According to <a href=\"https://www.psychologytoday.com/blog/the-athletes-way/201401/reading-fiction-improves-brain-connectivity-and-function\">Psychology Today</a>, 42% of college-educated Americans will never read another book for the rest of their lives after graduation.</h1>\n<p>If it's hard for you to wrap your mind around this, you're not alone. It horrifies me on so many levels.</p>\n<p>I can't even imagine life without books.</p>\n<p>There's nothing quite like the smell of a bookstore. Whenever I walk into a Barnes and Noble, I take a deep breath and smile. Libraries, too. It's that strange and wonderful mishmash of people, paper, binding and glue. There is so much potential in that smell.</p>\n<p>Books have so much to offer us, if we only would reach out and take it.</p>\n<h1>The Benefits: Fiction versus Non-fiction and the Research:</h1>\n<p>I personally love to read both fiction and non-fiction, often at the same time, and for different reasons.</p>\n<p>I primarily read fiction for entertainment and escape.</p>\n<p>For the last 6 years, I've lived with a chronic illness called Meniere's disease. It's not fatal, but there's also no cure, and it can make my life difficult at times.</p>\n<p>A good book takes me away from it all. One day I get to immerse myself in a beautiful alien world, and the next, I am seeing through the eyes of a missionary in the Amazon. No movie can hold a candle to the power of the imagination.</p>\n<p><img src=\"https://i.imgsafe.org/b1b6162b14.jpg\" width=\"1000\" height=\"541\"/></p>\n<p>I read non-fiction to learn and grow. A great non-fiction book can download a lifetime of ideas and experience directly into your brain. Think about it: someone took the time to collect ideas, research, and explore, and distill the concepts down into a form that you can absorb. It\u2019s such a powerful tool.</p>\n<p>And there are other less tangible benefits of reading, too. The mental and intellectually stimulating nature of reading has been shown to help <a href=\"http://www.huffingtonpost.com/2015/08/05/health-benefits-reading_n_4081258.html\">keep your mind sharp</a> and possibly even <a href=\"http://usatoday30.usatoday.com/news/health/2001-03-05-alzheimers-hobbies.htm\">prevent Alzheimer\u2019s disease.</a></p>\n<p>Research has also discovered that reading fiction, and narrative non-fiction, can improve brain connectivity and improve empathy as well. In a <a href=\"http://online.liebertpub.com/doi/pdf/10.1089/brain.2013.0166\">2013 study at Emory University</a>, researchers found that reading creates a lasting increase in brain connectivity. In an <a href=\"http://www.theatlantic.com/education/archive/2014/01/study-reading-a-novel-changes-your-brain/282952/\">interview with The Atlantic</a>, Gregory Berns, the lead author of the study explains: </p>\n<blockquote><strong>\u201cThe neural changes that we found associated with physical sensation and movement systems suggest that reading a novel can transport you into the body of the protagonist...We already knew that good stories can put you in someone else\u2019s shoes in a figurative sense. Now we\u2019re seeing that something may also be happening biologically.\u201d</strong></blockquote>\n<h1>How to Develop a Consistent Reading Habit:</h1>\n<p>If you want to start reading more, and reading more consistently, here are several effective strategies that I\u2019ve discovered over the years to create a strong reading habit that sticks:</p>\n<h2>1)Listen to an audio book instead:</h2>\n<p>Not everyone enjoys reading, but that's okay! You can listen to audiobooks instead. And it's not \"cheating.\" In an <a href=\"http://www.danielwillingham.com/daniel-willingham-science-and-education-blog/is-listening-to-an-audio-book-cheating\">article by University of Virginia psychologist Daniel Willingham</a>, he explains that our brains perceive regular books and audiobooks in more or less the same way:</p>\n<blockquote><strong>\"For most books, for most purposes, listening and reading are more or less the same thing.\" </strong></blockquote>\n<p>If you want to give audiobooks a try, you can borrow audio books from the library with <a href=\"http://www.overdrive.com\">Overdrive.</a> Or you can use <a href=\"http://www.amazon.com/Audible-Free-Trial-Digital-Membership/dp/B00NB86OYE/?ref_=assoc_tag_ph_1422899139880&_encoding=UTF8&camp=1789&creative=9325&linkCode=pf4&tag=minovemens-20&linkId=RUABUIO754T5QIZJ\">Audible by Amazon</a>, which allows you to stream and download audio books on demand.</p>\n<h2>2) Use Goodreads to keep track of your reading:</h2>\n<p><a href=\"http://www.goodreads.com\">Goodreads</a> is a social network for readers. It offers excellent book recommendations based on what you have already read and what you are interested in, and allows you to see what your friends are reading. But best of all, Goodreads makes it incredibly simple to keep track of the books you've read as well as the books you want to read.</p>\n<p>Additionally, the reading challenge feature allows you to set a reading goal for the year and helps to keep you on track to hit your goal.</p>\n<h2>3) Try to read at the same time every day:</h2>\n<p>If you want to read consistently, you have to try to incorporate reading into your daily routine. But don\u2019t try to read for hours and hours, every day, right off the bat. Aim for consistency. Start at the same time and read for a little while every day.</p>\n<h2>4) Take notes and highlight as you read:</h2>\n<p>When you read nonfiction, you can get a lot more out of the book if you take notes and make highlights as you read. Once you finish the book, review your notes, and transcribe them somewhere that you can review back easily. I use Evernote for this purpose, and if you read ebooks, this process is incredibly simple.</p>\n<p>For example, with the Amazon Kindle app all your notes and highlights can be backed up easily. Once you've finished your book, simply log on to the <a href=\"http://kindle.amazon.com\">Amazon Kindle App Website </a>and click \"Your Highlights\" at the top. You can then pull up all your notes and highlights for all of your books and easily copy and paste them into long term storage.</p>\n<h2>5) Use idea lists to help remember what you've learned</h2>\n<p>I picked up this trick from the best-selling author of \"<a href=\"http://amzn.to/2bwMwdZ\">Choose Yourself</a>\", James Altucher. After you read a book, create a list of 10 things (from memory) that you learned from the book. It will help you remember what you read so you can start applying it to your life.</p>\n<h1>Books, Books, and More Books \u2013 Resources for Reading!</h1>\n<p>To help get you started on your new reading habit, here are few resources and several of my favorite books for you to explore:</p>\n<p><a href=\"https://www.amazon.com/gp/kindle/ku/sign-up/ref=sv_kstore_1\"><strong>Kindle Unlimited</strong></a>: For $10 a month you can read an unlimited number of Amazon Kindle Books!</p>\n<p><a href=\"http://fourhourworkweek.com/2009/07/30/speed-reading-and-accelerated-learning/\"><strong>Scientific Speed Reading</strong></a>: People have mixed opinions on speed reading, and your symptoms may make this difficult, but last year I discovered this incredible technique by Author Tim Ferriss and was able to nearly double my reading speed. It felt like I had discovered a hidden super power and it only took about 20 minutes to learn.</p>\n<h2><strong>A few of my favorite books:</strong></h2>\n<p><a href=\"http://amzn.to/1JK71Nd\"><strong>Me Talk Pretty One Day by David Sedaris</strong></a>: A hilarious collection of short stories and essays by New York Times best-selling author David Sedaris. Possibly the funniest book I have ever read.</p>\n<p><a href=\"http://amzn.to/1igWXkn\"><strong>Shadow Divers by Robert Kurson</strong></a>: The incredible and mind bending story of 3 deep sea divers who discover a sunken German U-Boat 50 miles off the coast of New Jersey that\u2019s not supposed to exist.</p>\n<p><a href=\"http://amzn.to/1JK777o\"><strong>The Martian by Andy Weir</strong></a>: One of the best Sci-Fi books I\u2019ve read all year. This book tells the story of astronaut Mark Watney who gets stranded on Mars during a sand storm. A movie based on this book is coming out soon with Matt Daemon as the lead.</p>\n<p><a href=\"http://amzn.to/1JK763t\"><strong>At Play in the Fields of the Lord by Peter Matthiessen</strong></a>: I don\u2019t read a lot of literary fiction but this was one of the best books I\u2019ve ever read. It follows 2 characters, one a mercenary, and the other a Christian missionary, as they interact with undiscovered tribes in the Amazon.</p>\n<p><a href=\"http://amzn.to/1igX2Ve\"><strong>Man\u2019s Search for Meaning by Viktor Frankl</strong></a>: Viktor Frankl was a psychiatrist who survived the Nazi concentration camps and went on to detail his experience and ideas on the meaning of life. A powerful and inspirational book like no other</p>\n</html>", + "body_length": 9137, + "cashout_time": "2016-08-29T15:34:18", + "category": "science", + "children": 18, + "created": "2016-08-22T15:34:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"science\",\"story\",\"life\",\"philosophy\",\"psychology\"],\"image\":[\"https://i.imgsafe.org/b1a0dbea47.jpg\",\"https://i.imgsafe.org/b1b6162b14.jpg\"],\"links\":[\"https://photogrist.com/christian-richter/\",\"https://www.psychologytoday.com/blog/the-athletes-way/201401/reading-fiction-improves-brain-connectivity-and-function\",\"http://www.huffingtonpost.com/2015/08/05/health-benefits-reading_n_4081258.html\",\"http://usatoday30.usatoday.com/news/health/2001-03-05-alzheimers-hobbies.htm\",\"http://online.liebertpub.com/doi/pdf/10.1089/brain.2013.0166\",\"http://www.theatlantic.com/education/archive/2014/01/study-reading-a-novel-changes-your-brain/282952/\",\"http://www.danielwillingham.com/daniel-willingham-science-and-education-blog/is-listening-to-an-audio-book-cheating\",\"http://www.overdrive.com\",\"http://www.amazon.com/Audible-Free-Trial-Digital-Membership/dp/B00NB86OYE/?ref_=assoc_tag_ph_1422899139880&_encoding=UTF8&camp=1789&creative=9325&linkCode=pf4&tag=minovemens-20&linkId=RUABUIO754T5QIZJ\",\"http://www.goodreads.com\",\"http://kindle.amazon.com\",\"http://amzn.to/2bwMwdZ\",\"https://www.amazon.com/gp/kindle/ku/sign-up/ref=sv_kstore_1\",\"http://fourhourworkweek.com/2009/07/30/speed-reading-and-accelerated-learning/\",\"http://amzn.to/1JK71Nd\",\"http://amzn.to/1igWXkn\",\"http://amzn.to/1JK777o\",\"http://amzn.to/1JK763t\",\"http://amzn.to/1igX2Ve\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:34:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 153907803157, + "parent_author": "", + "parent_permlink": "science", + "pending_payout_value": "0.087 HBD", + "percent_hbd": 10000, + "permlink": "to-the-42-of-american-college-graduates-will-never-read-another-book-for-the-rest-of-their-lives", + "post_id": 935916, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "To the 42% of American College Graduates will Never Read Another Book for the Rest of their Lives:", + "title": "To the 42% of American College Graduates will Never Read Another Book for the Rest of their Lives:", + "total_payout_value": "0.000 HBD", + "url": "/science/@mindover/to-the-42-of-american-college-graduates-will-never-read-another-book-for-the-rest-of-their-lives" + }, + { + "active_votes": [ + { + "percent": "3100", + "reputation": 145171381514207, + "rshares": 9229589437963, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3640667655973, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 9053243586609, + "rshares": 57312359025, + "voter": "tatianamoroz" + }, + { + "percent": "10000", + "reputation": 7404914959204, + "rshares": 23904433127, + "voter": "marketingmonk" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 10934733202, + "voter": "dave-hughes" + }, + { + "percent": "1000", + "reputation": 4931834878069, + "rshares": 2532255834, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 13338462058, + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 472839202787, + "voter": "kevinwong" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1441536259, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 1767559168, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 1797275012018, + "rshares": 7746744318, + "voter": "dasha" + }, + { + "percent": "10000", + "reputation": 1826252654620, + "rshares": 2934535506, + "voter": "sunshinecrypto" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 126648221430, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 149705387, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 52019980074, + "voter": "derekareith" + }, + { + "percent": "1000", + "reputation": 19111656178138, + "rshares": 6330682907, + "voter": "furion" + }, + { + "percent": "1000", + "reputation": 9142611234, + "rshares": 67272993, + "voter": "ch0c0latechip" + }, + { + "percent": "1000", + "reputation": 3871042, + "rshares": 61676425, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 81902827028, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 2129721997, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 4819416282, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 2852532944, + "rshares": 236779595, + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 2347565634738, + "rshares": 8548517701, + "voter": "shla-rafia" + }, + { + "percent": "10000", + "reputation": 743656664450, + "rshares": 1678756775, + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 223070340892, + "voter": "jl777" + }, + { + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2039462839, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 20399711927, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 103997978070, + "rshares": 504577271, + "voter": "raphma" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 9057996645, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 4965349454737, + "rshares": 31307242595, + "voter": "rznag" + }, + { + "percent": "10000", + "reputation": 157370635229, + "rshares": 224615780, + "voter": "steemitdude" + }, + { + "percent": "10000", + "reputation": 1042729942, + "rshares": 112669609, + "voter": "awaking" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 10546416924, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 2309479586, + "voter": "rich77" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1861012162, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2509229752, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 58930106, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55359770, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 547005877928, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 2129192774361, + "rshares": 1907081889, + "voter": "catherinebleish" + }, + { + "percent": "10000", + "reputation": 486947585501, + "rshares": 374024776, + "voter": "telos" + }, + { + "percent": "10000", + "reputation": 1297778556911, + "rshares": 1540914143, + "voter": "cehuneke" + }, + { + "percent": "10000", + "reputation": 17360647532455, + "rshares": 10875890552, + "voter": "emancipatedhuman" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 14315395171, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 68335930859, + "rshares": 58625001, + "voter": "justinschwalm" + }, + { + "percent": "10000", + "reputation": 716390377150, + "rshares": 4321745802, + "voter": "rwgunderson" + }, + { + "percent": "10000", + "reputation": 673915909724, + "rshares": 1862611595, + "voter": "metalbrushes" + }, + { + "percent": "10000", + "reputation": 808913218021, + "rshares": 52081457, + "voter": "anahilarski" + }, + { + "percent": "10000", + "reputation": 152610437601, + "rshares": 71747455, + "voter": "ricov" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 47905041528, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 50186208, + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 57711092, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 824517, + "rshares": 52769104, + "voter": "grimlock" + }, + { + "percent": "10000", + "reputation": 131138770594, + "rshares": 53456633, + "voter": "marquismiller" + } + ], + "author": "hilarski", + "author_reputation": 11490547563070, + "beneficiaries": [], + "body": "<center>http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs.jpg</center>\n\n# What Type of Sales Dog Are You? #\n\nYou are a Salesperson whether you like it or not. Learn what type of Sales Dog You are. \n\nOne of the biggest struggles as an entrepreneur is to teach your team to sell. Today it seems the great majority of the population is afraid of sales. I believe sales is the foundation of every successful business. Without sales you might as well close shop.\n\nEach sales dog has traits that help them be successful. Personally I am a Basset Hound and Golden Retriever mix. It is normal to be a mix but we will always have one dominant sales dog type.\n\n## Why I Made the Sales Dog Presentation. ##\n\nI made this presentation for [The Founders Institute Panama](http://fi.co/mentors). We help incubate startup companies. Ira Miller (Co-Founder of Coinapult) is the brains behind the initiative. \n\nThe Crypto world is represented strongly in The Founders Institute Panama. Some of the mentors include Daniel Diaz of Dash, Gabriel Sukenik of Coinapult, Ashe Whitener of Liberty Entrepreneurs, Gabriel Abad of Bitt, Cindy Zimmerman of Tigo CTM and of course myself. \n\n## Personal Sales Dog Story. ##\n\nA few years ago my wife [Anabell Hilarski](http://anabellhilarski.com) and I were talking about sales. I was asking her to help me sell our services. She said, \"I can't sell\". I said, \"really, how did you get me then?\" The truth is we are all natural born sales people. As we grow up that ability is diminished because society makes us feel dirty if we try to sell something.\n\nHave you ever convinced friends to go to a specific movie or restaurant? Guess what, that was sales my friend. If you want to be truly successful in life you have to learn how to sell. Rejection comes with the territory but if you can overcome the negative association with sales you can transform your life, relationships and business.\n\n## The Types of Sales Dogs. ##\n\n<center>http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-1.jpg</center>\n\n<center>http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-2.jpg</center>\n\n<center>http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-3.jpg</center>\n\n<center>http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-4.jpg</center>\n\n<center>http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-5.jpg</center>\n\n<center>http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-6.jpg</center>\n\n<center>http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-7.jpg</center>\n\n<center>http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-8.jpg</center>\n\nTo Download the presentation go to Slideshare, \"[The 5 Types of Sales People and Their Dog Equivalent.](http://www.slideshare.net/RandyHilarski/the-5-types-of-sales-people-and-their-dog-equivalent)\"\n\n## Very Few People Can Resist a Well Rounded Sales Dog. ## \n\n<center>https://media.giphy.com/media/bYa7aGxm2lxmM/giphy.gif</center>", + "body_length": 3017, + "cashout_time": "2016-08-29T15:22:00", + "category": "howto", + "children": 2, + "created": "2016-08-22T15:22:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"howto\",\"sales\",\"marketing\",\"dogs\"],\"image\":[\"http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs.jpg\",\"http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-1.jpg\",\"http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-2.jpg\",\"http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-3.jpg\",\"http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-4.jpg\",\"http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-5.jpg\",\"http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-6.jpg\",\"http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-7.jpg\",\"http://www.randyhilarski.com/wp-content/uploads/2016/08/Sales-Dogs-8.jpg\",\"https://media.giphy.com/media/bYa7aGxm2lxmM/giphy.gif\"],\"links\":[\"http://fi.co/mentors\",\"http://www.slideshare.net/RandyHilarski/the-5-types-of-sales-people-and-their-dog-equivalent\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:22:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14684164680006, + "parent_author": "", + "parent_permlink": "howto", + "pending_payout_value": "22.118 HBD", + "percent_hbd": 10000, + "permlink": "5-types-of-sales-people-and-their-dog-equivalent", + "post_id": 935734, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "5 Types of Sales People and Their Dog Equivalent", + "title": "5 Types of Sales People and Their Dog Equivalent", + "total_payout_value": "0.000 HBD", + "url": "/howto/@hilarski/5-types-of-sales-people-and-their-dog-equivalent" + }, + { + "active_votes": [ + { + "percent": "4000", + "reputation": 32455846463901, + "rshares": 11642992582561, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 353705443874, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 341566311452, + "voter": "recursive3" + }, + { + "percent": "4000", + "reputation": 83941319998, + "rshares": 1985876271074, + "voter": "smooth.witness" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1441536259, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 7967572146571, + "rshares": 58745832632, + "voter": "business" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 2383634307, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 6957521714, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 12094692655, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 22960233118, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 1332211157306, + "rshares": 1865433318, + "voter": "pipertomcat" + }, + { + "percent": "10000", + "reputation": 6244867547, + "rshares": 1219285960, + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 2129721997, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 17508333667, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 2824200848, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 12589494441, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 104743834, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 103997978070, + "rshares": 494279776, + "voter": "raphma" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 4091885057, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 553481326, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": 1520432126093, + "rshares": 3445341697, + "voter": "spiper20" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 951675934, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 58930106, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 1665320120, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 491305218, + "voter": "annaha" + }, + { + "percent": "10000", + "reputation": 2140537429766, + "rshares": 15622311594, + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 970572315676, + "rshares": 1091156157, + "voter": "fiat19" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 387076654, + "voter": "runridefly" + }, + { + "percent": "0", + "reputation": 17676358821986, + "rshares": 137666522, + "voter": "krnel" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 1940364657, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 10569233, + "rshares": 54523663, + "voter": "cibernatan" + } + ], + "author": "jpiper20", + "author_reputation": 41206660961337, + "beneficiaries": [], + "body": "https://i.imgsafe.org/b166019625.jpg\n\nOver any one thing that completely shatters my heart in this world, it is always bullying hands down which I put at number 1. Knowing that good children end their lives because of their peers and how their peers single them out as targets kills me. Every time I see a story like this I almost lose complete Faith in humanity. I consider myself somewhat of a badass yet I fucking lose it when I find out a child has taken their life due to bullying. \n\nLast week, Daniel Fitzpatrick, 13, took his own life after being taunted and bullied over his \"weight, grades and his innocent heart.\" His dad blamed Holy Angels Catholic Academy, accusing the school of turning a blind eye and refusing to help his son.\n\nTo further his point, Daniel's father decided to release the heart wrenching note his son wrote before taking his life. \"I wanted to get out, I begged and I pleaded. Eventually I did, I failed but I didn't care. I was out that's all I wanted,\" the 13-year-old wrote.\n\nThe entire letter read:\n\n\"At first it was good. Lots of friends, good grades and a great life, but I moved and went back and it was different,\" Daniel wrote.\n\n\"My old friends changed, they didn't talk to me, they didn't even like me.\"\n\n\"My 'friend,' he failed me and I failed too. But A took it out on me. He bullied me along with J, M, JO, and JA. They did it constantly until I went into a fight with A. Everyone stopped except JO, he was angry.\n\n\"I ended up getting x-rays for my pinkie from JO. I ended up fighting Jo and got a fractured pinkie. He got into a lot of trouble as for me, no trouble at all.\"\n\n\"But they continued, I gave up, the teachers either they didn't do anything! Not get them in trouble even though they did trouble, I got in trouble instead because A was mad at me because he believed I failed him.\"\n\n\"I told all the teachers nothing except one\u2026 she was the nicest teacher ever she understood and did something but it didn't last long.\"\n\n\"I wanted to get out, I begged and I pleaded. Eventually I did, I failed but I didn't care. I was out that's all I wanted.\"\n\nIt's terrible that there are little assholes that push other kids to this point. I went through being bullied in high school, I know how it can be, especially if they gang up on you like this. Is it the parent's of the bullies fault for not disciplining them? Is it the school's fault for not catching it? It's unclear who it is to be blamed, but it is very very sad. If you bully someone, stop. It effects them a lot more than you think. Is cracking a joke and receiving a laugh form your buddy more important than someone's life? If you see bullying, step up for someone. Don't let this happen. \n\n Source: http://distractify.com/news/2016/08/18/hundreds-attend-daniel-fitzpatrick-bully-funeral\n#stopbullies\n#news\n#sad\n#story", + "body_length": 2826, + "cashout_time": "2016-08-29T15:19:09", + "category": "life", + "children": 2, + "created": "2016-08-22T15:19:09", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"stopbullies\",\"news\",\"sad\",\"story\"],\"image\":[\"https://i.imgsafe.org/b166019625.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:19:09", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 14497950592192, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "39.512 HBD", + "percent_hbd": 10000, + "permlink": "let-s-work-together-and-stop-bullies-super-sad-story", + "post_id": 935673, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Let's Work Together And STOP Bullies! Super Sad Story.", + "title": "Let's Work Together And STOP Bullies! Super Sad Story.", + "total_payout_value": "0.000 HBD", + "url": "/life/@jpiper20/let-s-work-together-and-stop-bullies-super-sad-story" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 12072470779, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 5447942812, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 12999577616, + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 591383971861, + "voter": "eeks" + }, + { + "percent": "1000", + "reputation": 4931834878069, + "rshares": 2532255834, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 7647845567, + "voter": "jerome-colley" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1441536259, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2988407596343, + "rshares": 35261306661, + "voter": "everythink" + }, + { + "percent": "1700", + "reputation": 598181152117, + "rshares": 32763751165, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 36344377648, + "rshares": 31064459379, + "voter": "marco-delsalto" + }, + { + "percent": "10000", + "reputation": 26564452802341, + "rshares": 304556812463, + "voter": "inboundinken" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2723230492, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 52296398547, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 10980042082204, + "rshares": 14693923181, + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 12352026542, + "voter": "yogi.artist" + }, + { + "percent": "1000", + "reputation": 19111656178138, + "rshares": 6330682907, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 448926277460, + "voter": "neoxian" + }, + { + "percent": "1000", + "reputation": 9142611234, + "rshares": 67272993, + "voter": "ch0c0latechip" + }, + { + "percent": "1000", + "reputation": 3871042, + "rshares": 61676425, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 115892177451, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 1831560917, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24901549860, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 3464308683, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 1633600290379, + "rshares": 10185233396, + "voter": "shredlord" + }, + { + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2039462839, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 5852927286506, + "rshares": 13465549845, + "voter": "cryptocameo" + }, + { + "percent": "1200", + "reputation": 17698439393799, + "rshares": 1740963992, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 9057996645, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 5566280123, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 553481326, + "voter": "spinner" + }, + { + "percent": "1700", + "reputation": 10771708337101, + "rshares": 177498922598, + "voter": "laonie" + }, + { + "percent": "1200", + "reputation": 18027204457681, + "rshares": 2772558615, + "voter": "myfirst" + }, + { + "percent": "1700", + "reputation": 5776723480371, + "rshares": 37526540787, + "voter": "somebody" + }, + { + "percent": "2000", + "reputation": 206355094166, + "rshares": 1903435403, + "voter": "flysaga" + }, + { + "percent": "1900", + "reputation": 97845484474, + "rshares": 6096001398, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1861004584, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 180458407, + "rshares": 55701694, + "voter": "shanejonas" + }, + { + "percent": "1800", + "reputation": 3016325652890, + "rshares": 10266731724, + "voter": "xiaohui" + }, + { + "percent": "1500", + "reputation": 1851205309677, + "rshares": 505536390, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 483097917, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 398467602540, + "rshares": 151271236, + "voter": "naifaz" + }, + { + "percent": "1700", + "reputation": 4195733833721, + "rshares": 787558550, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 60157817, + "voter": "sijoittaja" + }, + { + "percent": "1700", + "reputation": 730408370151, + "rshares": 78442223, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 35234383832, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 1802377180, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 23140887100, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 387076654, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 156228771332, + "rshares": 112743022, + "voter": "mlpfrank" + }, + { + "percent": "10000", + "reputation": 2544245232901, + "rshares": 95353536, + "voter": "getonthetrain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54369532, + "voter": "zinnia" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 50186208, + "voter": "ppan08162016" + }, + { + "percent": "10000", + "reputation": 683829103, + "rshares": 54075472, + "voter": "blockcat" + } + ], + "author": "someguy123", + "author_reputation": 18890223518661, + "beneficiaries": [], + "body": "Today's game giveaway is: **Outlast**. The person with the highest valued review post will receive a Steam Key for the game, along with 30% of the SBD that this post makes after the first payout.\n\nThe giveaway will end and no more entries will be accepted once the post hits the first payout.\n\n\n\nOfficial Synopsis:\n\n>Hell is an experiment you can't survive in Outlast, a first-person survival horror game developed by veterans of some of the biggest game franchises in history. As investigative journalist Miles Upshur, explore Mount Massive Asylum and try to survive long enough to discover its terrible secret... if you dare. \n\n\n[Steam Store Link](http://store.steampowered.com/app/238320/)\n\nHow to participate\n====\n\nWrite a review of any game you've previously played (obviously doesn't have to be the game I'm giving away), and put it into a **Steemit Post** (not a comment). Make sure you link back to this thread, so people are aware of the giveaway.\n\n**Recommended Post Tags:** gaming review gaming-review\n\n**Link to your Steemit post in the comments**, so that I can find it, and so others can upvote it if they like it. You may want to put a very short synopsis of your review along-side your comment to encourage other people to look at it.\n\nHow do I win?\n======\n\n**The person with the highest valued POST will receive the game (in the form of a Steam Key), and 30% of the SBD that this giveaway post makes as soon as the first payout happens.**\n\nBe aware, votes on your post that are made after the payout time of this giveaway post will NOT be counted.\n\nYou are allowed to advertise your own review post on any media you want. [Steemit.chat](https://steemit.chat/channel/postpromotion-moderated) has a channel for post promotion that you can use if you aren't sure.\n\nI recommend signing up for Steemit.Chat if you haven't already, as that will be the easiest way for me to deliver the key to the winner.\n\nGood luck! More like this to come in the future, so if you like this, you should follow me.\n-----", + "body_length": 2095, + "cashout_time": "2016-08-29T15:17:15", + "category": "gaming", + "children": 11, + "created": "2016-08-22T15:17:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"gaming\",\"steem\",\"giveaway\"],\"image\":[\"http://www.redbarrelsgames.com/wp-content/uploads/2015/09/Outlast-Header.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:22:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2064300397492, + "parent_author": "", + "parent_permlink": "gaming", + "pending_payout_value": "1.807 HBD", + "percent_hbd": 10000, + "permlink": "steam-game-giveaway-outlast", + "post_id": 935646, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steam Game Giveaway - Outlast", + "title": "Steam Game Giveaway - Outlast", + "total_payout_value": "0.000 HBD", + "url": "/gaming/@someguy123/steam-game-giveaway-outlast" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 28460648535150, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151858361568, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2250891079665, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 788143586944, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3640667655973, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3092916176, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3754257487, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 703374217, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 53059800845, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1657808944, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213526366, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 152429933970, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 363530595093, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 331807273982, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2740617575398, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 1523183364522, + "rshares": 14619293206, + "voter": "lee5" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 4854221262066, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 621867704, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 940381251, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 33404173462, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287911296, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 23819333949, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 86533691264, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 5122577809544, + "rshares": 27606554720, + "voter": "merlinscat" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11157891022, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 12999577616, + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 952951805702, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 605134844282, + "voter": "eeks" + }, + { + "percent": "3000", + "reputation": 4931834878069, + "rshares": 7596767502, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 33237493842, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 266241814062, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 7451746963, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 14994161277, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 1668187163, + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1441534881, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 141646187520, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 410661556943, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 84876016, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 41509452050, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 362614007594, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 52318727709, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 5888717170887, + "rshares": 64815904591, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 9389887938261, + "rshares": 5765061183, + "voter": "kennyskitchen" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 78187177113, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 5412515817, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 486415577627, + "rshares": 5965526537, + "voter": "mark-waser" + }, + { + "percent": "10000", + "reputation": 48542961182602, + "rshares": 1454806560513, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 6200536920826, + "rshares": 73238071080, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 44757062510, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 12506254851, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 2383634307, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 36344377648, + "rshares": 31064459379, + "voter": "marco-delsalto" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2786561434, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 1613752018459, + "rshares": 6708092737, + "voter": "quintanilla" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 6957521714, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 52296398547, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 5078903531942, + "rshares": 2588198077, + "voter": "micheletrainer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 235642203, + "voter": "russle" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 12437807418, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2494444226, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 250629310, + "voter": "mstang83" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 26207833600, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 2850156186, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 58417477080, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 9786117166130, + "rshares": 15526804034, + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 22960233118, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 166219347, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 6244867547, + "rshares": 1189547278, + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1198049304, + "voter": "sergei" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 18992048723, + "voter": "furion" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 201818980, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 185029276, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 82120520, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1352582010, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 10348996898, + "voter": "spiz0r" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 113175367003, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1788463945, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 3906363909, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4337289433, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3864907837, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 1221835425, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 75374631762, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 14705496989, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 2087127557, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 39920320621, + "rshares": 348664956442, + "voter": "bobbylee" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 5038480659, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24901549860, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 125274679006, + "rshares": 6117359836, + "voter": "cryptosi" + }, + { + "percent": "10000", + "reputation": 523349272991, + "rshares": 7010077587, + "voter": "sylv3se" + }, + { + "percent": "10000", + "reputation": 669199844401, + "rshares": 10466845332, + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 1828296997, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 1500654518354, + "rshares": 34994098727, + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4391181883, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 185921916039, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 131930031, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 37992273197, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 30375904625, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 137930941049, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 58990144994, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 743656664450, + "rshares": 1888601372, + "voter": "tokyodude" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 114054397, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 233692738077, + "voter": "jl777" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6118388519, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 104114692, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1379394077, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 237244548, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 237600760, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137596310, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 138373990, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78927805, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 3347998487, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 5078296488269, + "rshares": 5332266282, + "voter": "moon32walker" + }, + { + "percent": "10000", + "reputation": 1365185552740, + "rshares": 116037595, + "voter": "dabaisha" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 20092724564, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 21326971560, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 664728654, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 363451410, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 188762367, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 71334976, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 5798208461, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 111533799, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 256612007, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 108655403, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 49215329, + "rshares": 3421581510, + "voter": "pigatron" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 71374387021, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 553481326, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": 4046144208870, + "rshares": 907354585, + "voter": "webosfritos" + }, + { + "percent": "10000", + "reputation": 1977162029930, + "rshares": 1777878851, + "voter": "litrbooh" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 10546416924, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 52489886, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64403142, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 11856501387697, + "rshares": 56575114253, + "voter": "allasyummyfood" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 52102443, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 130522396758, + "rshares": 54168285255, + "voter": "sextusempiricus" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 23175537161, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 1176693326, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 512132085322, + "rshares": 8509419305, + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 2777567521, + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1945595701, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2634883086, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 180458407, + "rshares": 55701694, + "voter": "shanejonas" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 56087146323, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 2999173712, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 1851205309677, + "rshares": 3033466308, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1269864429223, + "rshares": 1802254756, + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 740133117502, + "rshares": 2070537467, + "voter": "natalymaty" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 52502611, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 52099594, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 5713676869, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 51753317, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 2860793589, + "rshares": 962258862, + "voter": "fooblic" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 51619811, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 993053148, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 53421032, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2586911533140, + "rshares": 1750711255, + "voter": "unrealisback" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2256240162, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144582300, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 52400873, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 511776269, + "voter": "annaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51899170, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 571735215, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 27464820248, + "rshares": 62709397, + "voter": "thegoldencookie" + }, + { + "percent": "10000", + "reputation": 10723244574, + "rshares": 4196835524, + "voter": "almerri" + }, + { + "percent": "10000", + "reputation": 7667070, + "rshares": 60607816, + "voter": "legio" + }, + { + "percent": "10000", + "reputation": 2422086213510, + "rshares": 2464336677, + "voter": "matherly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51863356, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51860909, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51859074, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51856300, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51852278, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 1802377180, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51481279, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 3103554028241, + "rshares": 675076547, + "voter": "levycore" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 3860122305, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 4565663111, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 59577211, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51562255, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 34004319054, + "rshares": 63828981, + "voter": "sharonekelly" + }, + { + "percent": "10000", + "reputation": 716390377150, + "rshares": 4321745802, + "voter": "rwgunderson" + }, + { + "percent": "10000", + "reputation": 1019406223989, + "rshares": 1337499503, + "voter": "iamdavidl" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 387076654, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 17676358821986, + "rshares": 3920999972, + "voter": "krnel" + }, + { + "percent": "10000", + "reputation": 692817924311, + "rshares": 5081317647, + "voter": "io-io-io" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 702707576, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51712804, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 17400384539, + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 51718188, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51388276, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51379706, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 80500300321, + "rshares": 55706711, + "voter": "happylovelife" + }, + { + "percent": "10000", + "reputation": 232802458264, + "rshares": 3748750245, + "voter": "digital-wisdom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 37330767510, + "rshares": 66564167, + "voter": "snowcrash" + }, + { + "percent": "10000", + "reputation": 785171622834, + "rshares": 5800181279, + "voter": "jwaser" + }, + { + "percent": "10000", + "reputation": 966857371343, + "rshares": 1019025053, + "voter": "houseofhayden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51814474, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51812703, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 6710104374161, + "rshares": 2082598397, + "voter": "lukeofkondor" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 470519548, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 50639633, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1902109169053, + "rshares": 2567397962, + "voter": "thebeachedwhale" + }, + { + "percent": "10000", + "reputation": 7586670074, + "rshares": 55309603, + "voter": "knoble" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51154263, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51148009, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 6693696846, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54369532, + "voter": "zinnia" + }, + { + "percent": "10000", + "reputation": 190002902030, + "rshares": 310140110, + "voter": "baodog" + }, + { + "percent": "10000", + "reputation": 1250756708358, + "rshares": 55636097, + "voter": "plotbot2015" + }, + { + "percent": "10000", + "reputation": 510862918, + "rshares": 54183389, + "voter": "philosophy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 1810829967, + "rshares": 1320245491, + "voter": "bwaser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51906983, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 2609275826131, + "rshares": 188390668, + "voter": "alina1" + }, + { + "percent": "10000", + "reputation": 152610437601, + "rshares": 71747455, + "voter": "ricov" + }, + { + "percent": "10000", + "reputation": 304603834882, + "rshares": 54781771, + "voter": "ct-gurus" + }, + { + "percent": "10000", + "reputation": 932570039, + "rshares": 54344083, + "voter": "napwest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 1455592982586, + "rshares": 516630729, + "voter": "alwayzgame" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 761725259, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 679010673667, + "rshares": 50092891, + "voter": "nelyp" + }, + { + "percent": "10000", + "reputation": 570800415880, + "rshares": 995253434, + "voter": "ellepdub" + } + ], + "author": "dragonslayer109", + "author_reputation": 64573188744746, + "beneficiaries": [], + "body": "<center>http://i.imgsafe.org/996cc2992f.jpg</center>\n\nI continue the series of the daily habits of important historic and contemporary figures with Charles Darwin. He was an English naturalist and geologist who contributed to the science of evolution by establishing that all species of life on Earth descend from common ancestors. He lived between 1809 and 1882. \n___\nMy aim with this series is to focus on the daily habits of big achievers, which is why I will not pay particular attention to familiarizing you with all aspects of their lives. To learn more about Charles Darwin, visit [Wikipedia](https://en.wikipedia.org/wiki/Charles_Darwin) and work your way from there.\n\nEarlier in this series:\n\n#### 1. [A day in the Life of Nikola Tesla](https://steemit.com/life/@cristi/habits-1-a-day-in-the-life-of-nikola-tesla)\n#### 2. [A day in the Life of Benjamin Franklin](https://steemit.com/story/@cristi/habits-2-a-day-in-the-life-of-benjamin-franklin)\n#### 3. [A day in the Life of Thomas Edison](https://steemit.com/story/@cristi/a-day-in-the-life-of-thomas-edison-habits-3-video-from-1922-incl)\n#### 4. [A day in the Life of Albert Einstein](https://steemit.com/story/@knozaki2015/a-day-with-albert-einstein-featuring-cristi)\n___\n\n## The Daily Habits of Charles Darwin\n\nBefore breaking down Darwin's schedule by the hour, I'll have to give you a bit of context.\n\nAt age 33, in 1842 he moved from London to the countryside, in an isolated village in Kent. At Down House, a former parsonage (church house given to a clergy member), Darwin would live and work for the rest of his life. Unlike London, this was, as he put it: 'the extreme edge of world'. \n\n<center>http://i.imgsafe.org/9a3218a993.jpg</center>\n\nThat's like my kind of 'extreme edge'...\n___\n\nDarwin would concentrate his days around bursts of work interrupted by: walks, naps and reading. \n\n**08:00 A.M.** First (and best) block of work, immediately after a short morning walk and breakfast. \n**09:30 A.M.** See his wife Emma in the drawing room. They would read the correspondence received after which Emma would keep reading aloud from a novel. \n**10:30 A.M.** Second block of work, until around noon. \n\nDarwin would then take his fox terrier and do the main walk of the day. \n\n_He stopped at the greenhouse first, then made a certain number of laps along the \u201cSandwalk,\u201d striking his iron-shod walking stick rhythmically against the gravel path as he went. Lunch with the family followed. Darwin usually drank a small amount of wine with the meal, which he enjoyed, but very carefully\u2014he had a fear of drunkenness, and claimed to have only ever once been tipsy in his life, while he was a student at Cambridge._ [Mason Currey - Daily Rituals](https://www.amazon.com/dp/0307273601)\n\n**Post Lunch - 4:00 P.M.**\n\n- read the newspaper n the drawing-room sofa\n- write letters by the fire in a horsehair chair\n\nAt 3 P.M. he would go and rest in the bedroom. Emma would continue reading aloud from her novel, while Darwin would lie on the sofa with a cigarette. He would often fall asleep. \n\n**4 P.M.** Walk for half an hour, then work for another hour.\n**5:30 P.M.** Back in the drawing room for novel reading. Then, cigarette upstairs.\n\nThis would be followed by dinner, conversations with guests on occasion (he did not enjoy them), and sometimes games of backgammon in the drawing room. \n\nDarwin would then read from a scientific book. He would often lie on the sofa and listen to Emma playing the piano in the drawing room. \n\nIt seems like the drawing room was the scene for a lot of action in Darwin's daily existence. \n\n<center>http://i.imgsafe.org/9a322676a0.jpg</center>\n\n**10 P.M.** Leaving the drawing room to rest. \n\nThanks to [Mason Currey](http://dailyroutines.typepad.com/) for researching Darwin's life in such great detail.\n___\n\n## Ending Thoughts\n\nThis was the daily routine of Charles Darwin for about 40 years, with very few exceptions, such as summer holidays and visits to relatives - which he did not enjoy. As Currey reports:\n\n_\"Despite his seclusion and constant ill health, however, Darwin was content at Down House, surrounded by his family\u2014he and Emma would eventually have ten children\u2014and his work, which seemed to strip the years away from him even as it frequently brought him to the brink of exhaustion. Francis Darwin recalls that his father\u2019s slow, labored movements about the house stood in stark contrast to his demeanor during an experiment\u2014then his actions became quick and certain, characterized by a \u201ckind of restrained eagerness. He always gave one the impression of working with pleasure, and not with any drag.\u201d\"_\n\nI'll leave you with a quote from _The Life and Letters of Charles Darwin_:\n\n<center>_\u201cA man who dares to waste one hour of time has not discovered the value of life.\u201d_</center>\n___\n### <center>To stay in touch, follow @cristi</center>\n\n\n\nCredits for Images: [here](http://wallpaper24x7.com/gallery/charles+darwin+evolution+wallpaper/14), [here](http://mapio.net/o/3563954/) and [here](http://guildfordwoking.humanist.org.uk)\n___\n[Cristi Vlad](http://cristivlad.com), Self-Experimenter and Author\n<p><br></p>\n\n***@dragonslayer109 features authors to promote new authors and a diversity of content. ALL STEEM Dollars for this post go to the featured author***\n\n***Don't just follow me, follow the author as well, if you like their post - @cristi. Thank you***", + "body_length": 5378, + "cashout_time": "2016-08-29T15:14:03", + "category": "story", + "children": 8, + "created": "2016-08-22T15:14:03", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"story\",\"life\",\"success\",\"habits\",\"\"],\"users\":[\"cristi\"],\"image\":[\"http://i.imgsafe.org/996cc2992f.jpg\",\"http://i.imgsafe.org/9a3218a993.jpg\",\"http://i.imgsafe.org/9a322676a0.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Charles_Darwin\",\"https://www.amazon.com/dp/0307273601\",\"http://dailyroutines.typepad.com/\",\"http://wallpaper24x7.com/gallery/charles+darwin+evolution+wallpaper/14\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T15:14:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 50749473248487, + "parent_author": "", + "parent_permlink": "story", + "pending_payout_value": "408.321 HBD", + "percent_hbd": 10000, + "permlink": "a-day-in-the-life-of-charles-darwin-featuring-new-author-cristi", + "post_id": 935600, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "A day in the Life of Charles Darwin (featuring new author @cristi)", + "title": "A day in the Life of Charles Darwin (featuring new author @cristi)", + "total_payout_value": "0.000 HBD", + "url": "/story/@dragonslayer109/a-day-in-the-life-of-charles-darwin-featuring-new-author-cristi" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28857079881, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 3894279128605, + "rshares": 6609056561118, + "voter": "wackou" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6612368580797, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 51047995307721, + "rshares": 8727043007527, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 1063502857089, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 255640514079, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 605134844282, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 33237493842, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 260577094614, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 15902898325, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 13610675570, + "voter": "fact" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1441536259, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 141646187520, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 410661556943, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 61728012, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 16316471180830, + "rshares": 124304921249, + "voter": "coinbitgold" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 111779371864, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 9389887938261, + "rshares": 5411208455, + "voter": "kennyskitchen" + }, + { + "percent": "3200", + "reputation": 598181152117, + "rshares": 60066611861, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 811919161664, + "rshares": 3621087706, + "voter": "svamiva" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 55245684753, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 1613752018459, + "rshares": 6708092737, + "voter": "quintanilla" + }, + { + "percent": "10000", + "reputation": 52317559376, + "rshares": 8534961271, + "voter": "killswitch" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 563388075, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 2114666524, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 53136807, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 5463774640621, + "rshares": 19898255778, + "voter": "akareyon" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 33610808128, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 2347565634738, + "rshares": 8177100479, + "voter": "shla-rafia" + }, + { + "percent": "10000", + "reputation": 1089175666268, + "rshares": 848288653, + "voter": "jsteck" + }, + { + "percent": "10000", + "reputation": 1633600290379, + "rshares": 9929220847, + "voter": "shredlord" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 1890246563, + "voter": "lostnuggett" + }, + { + "percent": "2300", + "reputation": 17698439393799, + "rshares": 3481905247, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": -39372262885, + "rshares": 52199775, + "voter": "reported" + }, + { + "percent": "10000", + "reputation": 485834937336, + "rshares": 168804584, + "voter": "pulpably" + }, + { + "percent": "10000", + "reputation": 2580067408929, + "rshares": 4250966436, + "voter": "spookypooky" + }, + { + "percent": "10000", + "reputation": 266005325, + "rshares": 51193516, + "voter": "krushing" + }, + { + "percent": "3400", + "reputation": 10771708337101, + "rshares": 354980150606, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 2355944747, + "voter": "timcliff" + }, + { + "percent": "2400", + "reputation": 18027204457681, + "rshares": 5545022146, + "voter": "myfirst" + }, + { + "percent": "3300", + "reputation": 5776723480371, + "rshares": 68797812994, + "voter": "somebody" + }, + { + "percent": "3900", + "reputation": 206355094166, + "rshares": 3806870806, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 432979323, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 2136142852031, + "rshares": 5245977577, + "voter": "aleksandraz" + }, + { + "percent": "3700", + "reputation": 97845484474, + "rshares": 10668002447, + "voter": "midnightoil" + }, + { + "percent": "10000", + "reputation": 412085238059, + "rshares": 70878676, + "voter": "themagus" + }, + { + "percent": "10000", + "reputation": 8358920723, + "rshares": 51239701, + "voter": "whatyouganjado" + }, + { + "percent": "3600", + "reputation": 3016325652890, + "rshares": 19065936517, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 4584027347, + "rshares": 50633750, + "voter": "makaveli" + }, + { + "percent": "3000", + "reputation": 1851205309677, + "rshares": 1011065891, + "voter": "xiaokongcom" + }, + { + "percent": "3300", + "reputation": 4195733833721, + "rshares": 1443857341, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 889610112, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 1880200135, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 906679173510, + "rshares": 2836975469, + "voter": "spetey" + }, + { + "percent": "3400", + "reputation": 730408370151, + "rshares": 156884447, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 32968515267, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 41505221954, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 9816110380, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 4741097869, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 125125489484, + "rshares": 75350078, + "voter": "ozertayiz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50215700, + "voter": "salebored" + }, + { + "percent": "10000", + "reputation": 12892737416, + "rshares": 59539907, + "voter": "me2" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 693462471, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 1158086, + "rshares": 50326099, + "voter": "bitdrone" + }, + { + "percent": "10000", + "reputation": 407993596, + "rshares": 50317967, + "voter": "sleepcult" + }, + { + "percent": "10000", + "reputation": 3725759768819, + "rshares": 3722481226, + "voter": "sarahjordan" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 86307028, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 19512256979, + "rshares": 57149202, + "voter": "jaredandanissa" + }, + { + "percent": "10000", + "reputation": -62859370688, + "rshares": 55036253, + "voter": "direcrusher" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 53042666, + "voter": "panther" + } + ], + "author": "biophil", + "author_reputation": 10077167197115, + "beneficiaries": [], + "body": "\nWelcome to the Lost Content Digest! On LCD, we feature articles that have passed their first payout, are well-written and original, and are written by relatively new writers, but received little attention. If an article has passed a payout without any attention, it is extremely rare for it to ever get noticed again. That's where we come in!\n\nEach issue of LCD features a handful of articles (this one has 5), and **all of the SBD proceeds of the issue are distributed evenly to the authors of the featured articles.** So if I receive a payout for this issue of $100 in SBD, I will send each of the following authors $20.\n\nIn no particular order, today's articles are:\n\n## @jaredandanissa shares thoughts about [living well](https://steemit.com/created/@jaredandanissa/money-over-nothing-adventure-over-everything)\n \n \n ----- \n\n## @pulpably discusses [political correctness](https://steemit.com/created/@pulpably/a-third-culture-perspective-on-the-tug-of-war-between-being-unintentionally-rude-and-politically-correct)\n \n \n ----- \n\n## @joshglen elucidates [the basics of beekeeping](https://steemit.com/created/@joshglen/what-is-beekeeping-all-about)\n \n \n ----- \n\n## @sarahjordan shares [a tragic story of cat-sitting](https://steemit.com/created/@sarahjordan/pilling-a-fatto-a-horrific-true-story)\n \n \n ----- \n\n## @twice-knightley gives [potato tips](https://steemit.com/created/@twice-knightley/top-6-food-tips-for-potatoes)\n \n \n ----- \n\nI encourage you to go read these articles and upvote them if you think they're particularly good! And as always, follow me if you want more lost content suggestions like these!", + "body_length": 1963, + "cashout_time": "2016-08-29T14:49:21", + "category": "lostcontent-digest", + "children": 13, + "created": "2016-08-22T14:49:21", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"lostcontent-digest\",\"curation\",\"new-authors\",\"minnowsunite\",\"cotm\"],\"users\":[\"jaredandanissa\",\"pulpably\",\"joshglen\",\"sarahjordan\",\"twice-knightley\"],\"image\":[\"https://ipfs.pics/ipfs/Qme5puA5M2VS4nTeBBsFSvanmByUGAfaEGiN4V2hQq8rsz\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T14:49:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 25812778953918, + "parent_author": "", + "parent_permlink": "lostcontent-digest", + "pending_payout_value": "111.397 HBD", + "percent_hbd": 10000, + "permlink": "lost-content-digest-4-all-proceeds-go-to-featured-authors", + "post_id": 935221, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Lost Content Digest #4: all proceeds go to featured authors!", + "title": "Lost Content Digest #4: all proceeds go to featured authors!", + "total_payout_value": "0.000 HBD", + "url": "/lostcontent-digest/@biophil/lost-content-digest-4-all-proceeds-go-to-featured-authors" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..0738771dbac70554ca158a1f6d76a9db0bc3b439 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/abit.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_feed patterns test + + marks: + - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) + # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_feed" + params: {"tag":"abit","start_author":"nonlinearone","start_permlink":"in-which-alex-and-ranger-play-fetch-in-the-pool","limit":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "abit" + directory: "condenser_api_patterns/get_discussions_by_feed" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..c0fe1331ea0029bdefcb46576aed1f1d290a8e94 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.orig.json @@ -0,0 +1,16 @@ +Check `readme.txt` first + +post_id author permlink +------- ------------- ---------------------------------------------------------------------------------------------------- + 711172 michelle.gent dusty-the-demon-hunter-part-4 + 711107 michelle.gent dusty-the-demon-hunter-part-3 + 711028 michelle.gent dusty-the-demon-hunter-part-2 + 710944 michelle.gent dusty-the-demon-hunter-a-short-story-in-a-few-parts-1 + 710453 markrmorrisjr short-story-honobia-on-a-usd10-000-00-budget-or-how-to-hunt-sasquatch-for-fun-and-college-credit-par + 697179 markrmorrisjr short-story-a-goldfish-mastermind-named-benedict-cumberbatch-and-the-league-of-domesticated-assasins + 688460 dantheman steem-dollars-have-limits + 686297 markrmorrisjr a-goldfish-mastermind-named-benedict-cumberbatch-and-the-league-of-domesticated-assasins + 686111 markrmorrisjr the-odyssey-or-how-my-quest-to-make-spd-usd-turned-into-a-nightmare + 684485 dantheman steem-dollar-stability-enhancements + + diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..5b4e59b9ea13f014fa9f820c84167e78b87f1681 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.pat.json @@ -0,0 +1,7102 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 8460637940, + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 51616851, + "voter": "michelle.gent" + } + ], + "author": "michelle.gent", + "author_reputation": 3256405941440, + "beneficiaries": [], + "body": "http://i1356.photobucket.com/albums/q729/Michelle_Gent/Facebook/Dusty%20the%20Demon%20Hunter/424787_3286534403766_190073015_n_zpswnlll0h1.jpg\n\nTo catch up on this story, the previous posts start here: \nhttps://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-a-short-story-in-a-few-parts-1\nhttps://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-part-2\nhttps://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-part-3\n\n\nImpundulu was one of the more nasty Incubi of his genre. It was said that when he seduced a woman and she gave birth to one of his offspring, it would sooner or later, become a vampire. To most people that Dusty knew, that piece of mythology would have been laughed at but she knew it to be very true and had had the misfortune to meet up with more than a few of Impundulu\u2019s wretched progeny. Fortunately, the legends of vampiric beings were also true and there were a number of ways to kill the vampire offspring. They seemed to be not as powerful as their sire nor as powerful as they could have been for though they were immortal, they could also be slain \u2013 and often were, sometimes accidentally.\nThe vulture familiar was a nasty piece of work though; it attacked and killed any lover of the one that the Incubus seduced whether by instruction from its master or for the sheer joy of it. Dusty knew that she\u2019d have to watch out for that if she were to make it back to Ange in her bedroom. If she didn\u2019t make it back, she presumed that Ange would eventually wake up on her own, but that could take days \u2013 or she may never wake up, not without the proper incantations.\nOoh bad idea, giving herself bad thoughts in a bad place. Dusty focussed on her destination. The Wraith Mountains were dead ahead and she could still see Impundulu running towards them.\n\u201cWhy is he running and not flying? It can\u2019t be because of his familiar, it would protect him, wouldn\u2019t it?\u201d She said out loud, if for no other reason than just to break the deathly and ancient silence.\nDusty picked up her pace too and ran. Her Demon side took over on the Astral Plane and she was thankful for that. Her human lungs would not have coped well with the sulphurous air and the constant ash clouds wafting across her path. Sometimes the ash was so thick that she lost sight of Impundulu.\nDusty was gaining on the Incubus as he reached the foothills of the Wraith Mountains but she could still see him from time to time as he struggled over the loose rocks and boulders. Again Dusty wondered why on earth he wasn\u2019t using his ability to fly. \nShe reached the foothills minutes after Impundulu and followed the path that he had taken. She didn\u2019t take to the air again because she was worried about the vulture familiar but she did take huge leaps over rocks when she could see clearly enough to choose her landing place.\nShe looked up and saw Impundulu disappearing into a cave in the side of the mountain only a few hundred feet above her and she took one more huge leap which bordered on flight and landed at the cave entrance only moments after Impundulu had gone in.\n\nShe rushed in and realised her mistake because Impundulu was waiting for her on the other side of the entrance. He struck her across the shoulders with the full weight of his forearm and knocked the breath out of her. She staggered forward and dropped to her hands and knees but she moved fast enough to avoid the vicious kick from Impundulu\u2019s clawed foot and it swung past her nose as she pulled back her head. Then she was on her feet and facing him. Her knife was in its sheath and she didn\u2019t have the time to take it out so she had to rely on her unarmed fighting skills, such as they were. She also had the knowledge of her demonic powers on the Astral Plane but so did Impundulu and he was full-demon, not half, like her.\nThe fight was not going so well for Dusty and she caught Impundulu\u2019s fist to the side of her head and as she saw stars and blackness closing in on her vision, her last thought was that she had let Ange, her best friend in the whole world, down \u2013 terminally.\n\nWhen Dusty woke up she was sitting against a large rock and her head was throbbing. She looked around for Impundulu but didn\u2019t see him and wondered why he had left her alive.\nThen she panicked and thought about Ange who was still sitting in the middle of a bedsheet, surrounded by salt and burnt-out candles and she stood up. Her head thumped and her vision swam and she realised that Impundulu had whacked her a fair one but she had to get back to Ange.\nAgain her sight went from normal to tunnel vision and the blackness closed in and she knew she was going to pass out. Shaking her head wouldn\u2019t help but she tried it anyway and stumbled to one side, landing on one knee with a hand to the ground to steady herself. Then she felt a hand under her arm, helping her up. She looked around but couldn\u2019t quite see who or what was helping her but she mentally prepared herself in case it was Impundulu lulling her into a false sense of security.\nWhen she was standing upright again, she feigned dizziness more than was necessary in order to put Impundulu off his guard.\n\u201cThe deception is not necessary. I know that you are not so badly injured as you are making out to be. You can stand up straight without fear of further injury. If I had wanted to kill you, I would have done it when you were unconscious.\u201d The voice was deep and calming and she looked up in surprise. It was not Impundulu. It was certainly not Impundulu.\n\nThe young man that stood before her was taller than she was with jet black hair and violet eyes. The eyes danced with a humour that she could almost feel and his smile was kind. His clothing was contemporary but other-worldly, he had clothed himself as she had, once he had arrived in this world. The chances were, then, that he was human or at least half-human as she was. \nSuddenly Dusty was very interested.\n\u201cOh, hi.\u201d She had become suddenly tongue-tied. \u201cI\u2019m Dusty,\u201d she managed.\n\u201cYes you are, but a quick brush down will sort that out.\u201d He looked at her a little strangely and she wondered why for a moment and then it occurred to her that he thought she was describing her state rather than introducing herself.\n\u201dOh no, I mean, my name is Dusty.\u201d\nHe nodded that he understood and his smile widened. \u201cIs that a nickname of some sort? I mean, are you always dishevelled and that\u2019s why you acquired the name?\u201d\n\u201cNo, it\u2019s my given name. It means valiant fighter. My mum knew what I was, you see.\u201d\nAgain he nodded. \u201cHalf-demon you mean?\u201d\nIt was Dusty\u2019s turn to nod. \u201cAnd you are?\u201d She prompted him to make his introduction.\n\u201cHunter.\u201d\n\u201cOf what?\u201d\nHis brow furrowed and his eyes narrowed as a result and she was taken aback at how very gorgeous he was and suddenly she was on the alert again because she remembered how her mother had been Glamoured and where that had led her. \n\u201cI mean, what do you hunt?\u201d She explained.\n\u201cNo, I am a hunter yes, obviously, but my name is Hunter. My parents knew what I was too. I hunt for bounties though, people and other \u2013 ah, beings \u2013 pay me to hunt things.\u201d He finished with a weak explanation but Dusty knew that he probably didn\u2019t want to mention demons as his quarry because of her heritage. \u2018Hmm, gorgeous and thoughtful... I like that,\u2019 she thought.\n\u201cWhat happened to Impundulu? I have to catch him and bind him so that he forgets about my friend Ange.\u201d\n\u201cI have already performed that ceremony on the Incubus; I doubt it will be bothering your friend again.\u201d\n\u201cYou do understand that I can\u2019t just take your word for that? I don\u2019t know why you had anything to do with this but my duty is not being paid for, it\u2019s personal. My friend is in danger and I\u2019m the only one she can turn to. I need to make certain if you don\u2019t mind, now, which way did Impundulu go?\u201d\n\u201cI can take you to it, him if you like.\u201d\nThey exited the cave, Dusty following Hunter; taking note of the clothes he had adorned himself with on entering the Demon-side of the Astral Plane. His tastes ran very similar to hers. Mainly black and casual-functional, sturdy boots, knife sheath, jeans, t-shirt and leather jacket, although hers were still the dull red colour for camouflage on the ash road. Hunter also had something very interesting hanging from his belt. It was a long silver thread but it swayed as though it was exceptionally heavy.\n\u201cWhat\u2019s that?\u201d She asked once they were down at the bottom of the Wraith Mountains and on level ground again.\nHunter looked to where she was pointing and shrugged. \u201cIt\u2019s a rope.\u201d\n\u201cYes, but what kind of rope? There\u2019s something special about it, please tell me.\u201d\nHunter sighed and Dusty wanted to listen to him sigh again and again. She shook herself and brought her mind back to the matter in hand.\n\u201cIt\u2019s a rope made from Unicorn mane and it makes demons forget.\u201d\nDusty saw a look pass across his eyes and stopped in her path. \u201cOh, so you\u2019re thinking that if you had used that on me back up in the cave, I would have forgotten about my mission and you wouldn\u2019t be taking me to find that Incubus. You could have saved yourself a lot of trouble if you\u2019d have thought of that,\u201d she said, smiling at his obvious neglect in his duties.\n\u201cIt obviously didn\u2019t work, did it?\u201d He asked pointedly.\n\u201cWhat? You mean you used that thing on me? How dare you?\u201d Dusty became angry and yet her mind was working overtime. \u201cSo you rescued me from the Incubus, wiped his memory and then tried to wipe mine? Did you also try putting a Glamour on me too?\u201d She saw the look on his face and stopped walking again. \u201cYou did! Oh I can\u2019t believe this! So, what do you really look like? Show me or I\u2019ll perform the incantations myself.\u201d\nThe sulphurous air shimmered as he dropped his Glamour. He still looked the same but he wasn\u2019t as irresistibly attractive as he had been. Instead, the young man before her looked like a young man rather than a demi-god.\n\u201cYeah, that\u2019s better. I should have known,\u201d she muttered and walked past him.\n\u201cYou can\u2019t blame me for trying, Dusty,\u201d he said to her back. Then he ran a little to catch her up. \u201cYou took on that Incubus on your own, without your weapon even and I thought you were so brave and I figured that if I helped you, you\u2019d just look on me as a kid and wouldn\u2019t want to know me, so I made you think I was cool before you got to know me.\u201d\n\u201cActually, idiot, I thought you were cool for helping me anyway. How old are you then?\u201d\n\u201cI\u2019m almost two centuries old, you see, I\u2019m still very young in all of this...\u201d\n\u201cYou think you\u2019re...\u201d She stopped talking and walking at the same moment. \u201cJust how old do you think I am, Hunter?\u201d\nHe did not seem to catch the hint in her voice and he went on and answered the question. \u201cWell, you\u2019re able to fly on the Astral Plane, you can clothe yourself and alter the colour of your clothing to camouflage yourself and the birds came to protect you and I know you\u2019re part demon so I figure you must be easily a millennium...?\u201d\n\u201cReally? No, I actually mean it, really?\u201d \nHe nodded.\n\u201cI\u2019m eighteen years old.\u201d She said it in such a cold tone that there could have been ice forming on the words.\n\u201cOh,\u201d was all that Hunter could manage.\n\u201cAnd the birds, that wasn\u2019t my doing. As for the rest, my mother went to great efforts to learn everything she could about my... about the Incubus that spawned me and she studied and taught me for the eleven years that she lived after my birth. Then my grandparents took it upon themselves to continue my studies because they felt that they owed it to my mother to protect me in every way they could. They made me practice my Astral Planing and everything to do with Daemonology. My grandfather is now so knowledgeable about the subject that he gives talks and seminars on the subject and they travel the world giving the talks.\u201d\n\u201cYes, I have heard of your grandparents. I have even been to a few of their seminars, which was another reason for thinking you were so cool. I didn\u2019t realise that you were their granddaughter though. I thought they knew so much because you had been teaching them for their whole lives.\u201d\n\u201cYeah, apology accepted,\u201d Dusty said sarcastically and began walking again.", + "body_length": 12115, + "cashout_time": "2016-08-29T21:35:54", + "category": "succubus", + "children": 0, + "created": "2016-08-22T21:35:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"succubus\",\"demon\",\"fiction\",\"young-adult\",\"supernatural\"],\"image\":[\"http://i1356.photobucket.com/albums/q729/Michelle_Gent/Facebook/Dusty%20the%20Demon%20Hunter/424787_3286534403766_190073015_n_zpswnlll0h1.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-22T21:35:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8512254791, + "parent_author": "", + "parent_permlink": "succubus", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "dusty-the-demon-hunter-part-4", + "post_id": 941466, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dusty The Demon Hunter - Part 4", + "title": "Dusty The Demon Hunter - Part 4", + "total_payout_value": "0.000 HBD", + "url": "/succubus/@michelle.gent/dusty-the-demon-hunter-part-4" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 8460637940, + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 1763544, + "rshares": 51781355, + "voter": "ninka" + }, + { + "percent": "10000", + "reputation": 824988, + "rshares": 52799241, + "voter": "nikita555" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 51616851, + "voter": "michelle.gent" + } + ], + "author": "michelle.gent", + "author_reputation": 3256405941440, + "beneficiaries": [], + "body": "http://i1356.photobucket.com/albums/q729/Michelle_Gent/Facebook/Dusty%20the%20Demon%20Hunter/424787_3286534403766_190073015_n_zpswnlll0h1.jpg\n\nThey went up the stairs, Dusty following her friend into her bedroom. \u201cWoah! It stinks in here, Ange.\u201d\n\u201cWhat do you mean?\u201d Ange turned to her friend and was very puzzled.\n\u201cI mean it\u2019s a mixture of tom-cat pee and...\u201d Dusty paused, she didn\u2019t know if she should go so far as to describe exactly what she could smell, but then she decided, in for a penny... \u201cWell, you know when someone\u2019s had sex and they\u2019re not exactly hygienic to begin with?\u201d Dusty asked carefully and waited for Ange\u2019s nod. \u201cThat horrible sharp, fishy smell?\u201d Dusty left it at that and allowed Ange to catch her meaning.\n\u201cOh God, no! My bedroom doesn\u2019t smell that bad does it?\u201d\n\u201cYeah, it does, but it won\u2019t in a while, don\u2019t worry.\u201d Dusty bent to pick up the sheets and saw the sticky mess that Ange had begun to clean up. It had soaked through the bottom sheet, onto the bed and left a large stain like an old bloodstain that someone had made a half-hearted attempt at cleaning. The sheet was in much the same state but the stain was still wet, and cold was emanating from the centre of the bundled sheets.\nDusty held the sheet out to Ange and against her better judgement, she bent forward and took a sniff. \nDusty threw the bundle out onto the landing as Ange recovered from the overpowering stench that had assailed her nostrils.\n\u201cCome on, we\u2019ve got to clear the room.\u201d Dusty told Ange.\n\nThey worked together for the rest of the morning, taking out the mattress together and leaning it up against the banister and then moving the bed and standing it up against the wall. They were fortunate in the fact that the bed was one of those low, modern ones that didn\u2019t take much shifting or hefting. Then Dusty began to lift the carpet at the corner of the room. Ange asked what she was doing and Dusty explained.\n\u201cI\u2019ve got to draw a pentagram on the floor. I have to make sure that the floor is perfectly clean because if there\u2019s any chance of dirt in the pentagram, you\u2019ll be in a lot of danger, and so will I. Fetch the hoover will you? Don\u2019t take the sheets please,\u201d Dusty called as Ange went to do as she was asked.\n\nOnce the floor was cleared of the carpet and vacuumed thoroughly, Dusty fetched her tankbag from her motorcycle. Inside it was a large black sheet, larger than a double bedsheet, a large container of salt and two candlesticks with candles. She was careful to lay the sheet down on the floor without wrinkles or folds and then she took off her clothes and placed them in a pile in the corner of the room. Ange was a little embarrassed but was becoming far too tired to worry about her best friend\u2019s strange behaviour. Dusty went into the bathroom and took a very quick but thorough shower and came back all clean but with damp hair.\n\nThe sheet had a very faint outline of a circle and a star in the centre of it and Dusty traced the outline in salt. She opened the container and allowed the salt to fall in a steady stream onto the sheet in a perfect circle. Just before the circle was completed, she beckoned Ange to step forward and only completed the circle once she was inside it. Then she drew the star-shape to complete the pentagram. Dusty told Ange to sit down in the middle of the star where there was a large clear patch, free of salt. Then Dusty placed the two candlesticks on either side of Ange and lit the candles. When Ange was comfortable, Dusty stepped out of the pentagram and muttered a lot of words that Ange didn\u2019t recognise. After a short time, Ange didn\u2019t notice that Dusty was speaking words she didn\u2019t understand, she drifted into a very deep and restful sleep, still in the sitting position. \nWhen Ange had dropped to sleep, Dusty picked up her tankbag again and removed a very sharp-looking knife. It would seem to be a ceremonial dagger except that the edge was glinting as it was moved. There was nothing ceremonial about the dagger; it was a weapon and an effective one at that. Dusty was still naked and she opened out the sheets that Ange had stripped from her bed only a few hours before. She folded them so that the majority of the sticky wet mess was on the inside and then sat upon the pile of bedding, she was still naked and she was exceptionally calm. She watched her friend recharge her batteries in a deep and enchanted sleep and she waited.\n\nThe clock on the bedside table that had been taken out to the top of the landing ticked and Dusty could see it from where she sat. The hands were crawling their way towards three a.m. and the Witching Hour. Dusty made herself ready. From the ceiling in one corner a dark patch spread. It looked very much like damp or mould, dark grey with patches of black. From that patch a figure appeared and dropped to the bedroom floor. Dusty recognised it at once.\n\u201cImpundulu, we meet again.\u201d\nThe figure wore his seducing image but Dusty was not fooled by his Glamour. Her eyes were demon\u2019s eyes and she had performed the correct rituals to enable her to see past his enchantment and she saw him in his true form, repulsive and grotesque.\n\u201cDusty the demon hunter, what are you doing here? I do hope that you\u2019ve come to offer me a threesome?\u201d His words dripped honey and were meant to antagonise her but he tried only in a flippant manner because he realised that she was not going to fall into his traps designed to make her angry and mentally off-balance.\n\u201cI suppose I should have realised that it was you that had come for her. You are by far the most powerful Incubus and I should have guessed that only one so powerful as you could bewitch her and toy with her for so long without killing her.\u201d Dusty played her own game and she was far better at it than Impundulu was. He did not realise that she was flattering him and making him preen and prance in his vanity. He did not realise that she had his scent on her from sitting on the bedsheets and therefore he was attracted to her by the smell. He also did not realise that she had stood for a reason and that reason was not to give him the full view of her trim and supple body but it was to entice him into the bathroom.\n\nImpundulu followed Dusty without a glance at Ange and he sniffed the air as he went across the landing. He was entranced by her swaying hips as she walked slowly and seductively before him. When he had followed her through the bathroom door into the dark room, she pushed it closed and turned to face the Incubus. \u201cNow, Impundulu; watch.\u201d Dusty pulled the light cord and the fluorescent lights illuminated the bathroom. Impundulu did not understand for a moment and his demon eyes were dazzled by the bright light reflecting off the gleaming tiles and the mirror facing him... and the mirror behind him on the back of the bathroom door. He was caught between two mirrors and in them; he could see his image from the front and the back views. He could also see his Glamour image and his true image and he screeched in fury.\n\u201cYou have tricked me you traitorous bitch! You have trapped me!\u201d\n\u201cYes I have and now, I intend to send you back to the hell-hole that spawned you.\u201d She pushed the demon hard in the middle of what passed for a chest and he stumbled backwards towards the mirror on the bathroom door. As he passed through the glass and into the world beyond, his claw reached out and grabbed for Dusty. He could not get a proper grip on her because she had no clothes on but he had grasped for the hand that held the knife and he managed to get purchase on her fist and he desperately clung on, dragging her with him through the mirror and into his world.\n\nHe let her go as he landed on the ash floor, because she had twisted her wrist and the lethal blade had gashed his arm to the bone. As she landed gracefully, she instantly clothed herself in her usual black jeans, black boots, black t-shirt and black leather bike jacket. He was again furious when he realised that she was not a stranger to his world, she was used to the Astral Plane and knew very well how her powers of self-perception worked. \nInstead of attacking her, Impundulu took to his heels and fled deeper into the ravaged lands that he called home, holding his arm and dripping black blood on the surface of the pathway.\nShe could see into the distance where Impundulu was heading and she was in no particular hurry to follow him there. Ange would be safe for a good few hours yet and so Dusty took a look around and got her bearings before making a move.\nShe saw the Ash Desert stretching out interminably to her left and she would rather have followed Impundulu through that harsh and unforgiving landscape than to the Wraith Mountains where he had taken off to.\nSighing, Dusty took to the air and moved upward. Impundulu was visible against the dark red of the ash road; he was a pale and bright thing against the background. She did not understand why he had decided to run rather than fly until she heard the caw of a massive vulture above her. Impundulu had set his familiar on her and it had brought some friends! Dusty looked above her and saw that the vulture was accompanied by hundreds, if not thousands of smaller birds. There was a variation of all shapes and sizes following her but as she watched, her fear melted away because the smaller birds were flying lower than the vulture and they were obscuring the vulture\u2019s view of her. As soon as Dusty was certain that the vulture could not see her for the mass of birds between it and her, she slowed in her flight path and hovered for a while until the birds had all gone past. \nTo be on the safe side, Dusty dropped to the ground and changed the colour of her clothing to a more camouflaged red. Not only would the vulture not be able to spot her from a great distance, neither would Impundulu or any other demons.\nAs she walked, she had time to think on Impundulu and his motives, not to mention his familiar that Dusty had just avoided.\n\nPart 1 here: https://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-a-short-story-in-a-few-parts-1\n\nPart 2 here: https://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-part-2", + "body_length": 10158, + "cashout_time": "2016-08-29T21:29:57", + "category": "succubus", + "children": 0, + "created": "2016-08-22T21:29:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"succubus\",\"demon\",\"fiction\",\"young-adult\"],\"image\":[\"http://i1356.photobucket.com/albums/q729/Michelle_Gent/Facebook/Dusty%20the%20Demon%20Hunter/424787_3286534403766_190073015_n_zpswnlll0h1.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T20:17:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8616835387, + "parent_author": "", + "parent_permlink": "succubus", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "dusty-the-demon-hunter-part-3", + "post_id": 941382, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dusty The Demon Hunter - Part 3", + "title": "Dusty The Demon Hunter - Part 3", + "total_payout_value": "0.000 HBD", + "url": "/succubus/@michelle.gent/dusty-the-demon-hunter-part-3" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 51616851, + "voter": "michelle.gent" + } + ], + "author": "michelle.gent", + "author_reputation": 3256405941440, + "beneficiaries": [], + "body": "http://i1356.photobucket.com/albums/q729/Michelle_Gent/Facebook/Dusty%20the%20Demon%20Hunter/424787_3286534403766_190073015_n_zpswnlll0h1.jpg\n\nTrue to her word, Dusty arrived in a little under ten minutes, the roar of her motorcycle announcing her arrival.\nDusty walked right in through the front door and called out for her friend. \u201cAnge! Where are you?\u201d \nDusty went into the kitchen and put her hand on the kettle, it was warm, so Ange had done as she\u2019d been told, but where to find her? \nIt didn\u2019t take long, she was in the living room, slumped on the sofa in front of the TV, her mug of coffee balanced upon her knee but tipping precariously. Dusty took hold of the mug gently and pulled it out of Ange\u2019s grip. Ange woke up at the disturbance and startled herself. She jumped in her shock and Dusty saw the dark smudges under her eyes that told of nights without sleep.\nWhen Ange had got a grip of herself again and Dusty had made them both a fresh mug of coffee, Dusty insisted that Ange tell her everything.\n\u201cI\u2019m embarrassed though,\u201d Ange complained.\n\u201cYeah, you\u2019re also exhausted. This is a new thing, it\u2019s not like you\u2019ve just had one bad night; you\u2019ve not slept properly for a week if the coal sacks under your eyes are anything to go by. It\u2019s about time you either told me about it or you went to see the doctor.\u201d\nAnge looked at her friend and sighed. She knew that Dusty was right; the sleepless nights were killing her and would cost her the job she had strived so hard to get. She knew she was lucky to get her dream job right from leaving college and she would do anything to keep it.\nSo Ange bit the bullet and told Dusty everything.\n\u201cDon\u2019t be mad at me, I know you don\u2019t like them, but I went to Bella\u2019s house last weekend, it was supposed to be an erotic lingerie and toy party but the girl that was supposed to come didn\u2019t show up and we\u2019d got all the wine and everything and we didn\u2019t want to give it up as a wasted night so Bella...\u201d Angie paused.\n\u201cGo on, what did Bella do?\u201d Dusty prompted.\n\u201cShe fetched her Ouija board out.\u201d Angie didn\u2019t say any more, she waited for Dusty\u2019s reaction, which didn\u2019t arrive.\nAngie waited for the outburst but Dusty sat in the chair across from her, sipping her coffee and waiting for her to continue, so she continued.\n\u201cWell, it was all very funny to start with, only one girl refused to play with it but we called her chicken until she gave in. I\u2019m not sure we should have goaded her like that because as soon as she touched the plant... the plan... whatchamacallit?\u201d\n\u201cThe planchette.\u201d Dusty helped.\n\u201cYeah that. As soon as she touched it, it started to move.\u201d\n\u201cYou were touching it too?\u201d\n\u201cYes. There was only me and her touching it, the others put their fingers back on it as soon as it started moving.\u201d\n\u201cThen what happened?\u201d Dusty prompted again.\nAnge looked at her friend and tears welled in her eyes. \u201cWhat have we done, Dusty? Have we released something?\u201d\n\u201cI don\u2019t know yet. Tell me when your nightmares began.\u201d Dusty put her mug on the table and went to sit at the side of her friend. She didn\u2019t sit too near because she could sense that Ange wasn\u2019t feeling comfortable with the closeness of her. Dusty could wait until Ange did feel comfortable but for the time being, she sat where she was, next to her on the sofa, but not touching.\nAnge looked into her own mug and sighed again. \u201cThe planchette was going crazy, it was whizzing all over the board and we couldn\u2019t tell which letters it was pointing to. Bella was laughing for a bit until the planchette flew off the board and hit her mum\u2019s photo. She got mad at us then and said we\u2019d gone too far. The girl that started it grabbed her coat and left the house. She didn\u2019t take her wine or anything, she just went. I think she ran down the path after she slammed the door. I was a bit scared then. We didn\u2019t throw the planchette, well at least I know I didn\u2019t.\u201d\n\u201cOK, I\u2019ve got that bit, now, did anything happen that night?\u201d\n\u201cWell yeah, as a matter of fact, I think something did. I had a fabulous dream but I can\u2019t remember what it was about. There was a really gorgeous bloke in it and...\u201d Ange stopped speaking because Dusty\u2019s face had taken on an expression that she didn\u2019t like. It scared her because Dusty\u2019s face had gone pale enough to make her dark eyes stand out in sharp contrast and it was quite weird how her eyes seemed to glow in her face. Ange thought that the irises had a red ring around them but Dusty blinked and the effect was gone. Dusty looked pale and worried but Ange assumed that was because she was concerned for her own health.\n\u201cDid you dream that you had sex with this gorgeous bloke?\u201d Dusty asked in a quiet voice.\nAnge\u2019s cheeks grew hot as she blushed. \u201cDusty! What sort of question is that?\u201d\n\u201cIt\u2019s an honest one. Did you dream that you had fantastic sex with him?\u201d\n\u201cWell, yes...\u201d\n\u201cAre you on the Pill?\u201d\nAnge\u2019s cheeks had not had time to cool from the previous embarrassing question and they coloured up hotter and redder than before but this time she answered truthfully and immediately.\n\u201cYes I am.\u201d\n\u201cWell that\u2019s some good news at least.\u201d Dusty said almost under her breath but Ange heard her.\n\u201cReally, Dusty? I mean, really? You\u2019re happy because I can\u2019t get pregnant by a dream lover?\u201d\n\u201cYes Ange, really. That\u2019s not a dream lover, it\u2019s a nightmare one. You\u2019re being attacked by an Incubus. I don\u2019t know if the Pill will be enough to stop your body from becoming pregnant by the Incubus. My thoughts would suggest that if you can remember to take it, you\u2019ll be ok but if your subconscious takes over and makes you forget to, well then you could be in trouble.\u201d\n\u201cWhat the hell, Dusty? What are you telling me?\u201d\n\u201cI\u2019m telling you that you\u2019re being attacked by a demon and he wants nothing more than to make you pregnant because if you survive that experience, he\u2019ll have the chance of a semi-demon offspring and that will be no good for you, not at all.\u201d\n\u201cHow do you know all of this?\u201d Ange was Dusty\u2019s very best friend, the closest she had and because of that fact, Dusty decided to tell her.\n\u201cI know all of this because my mother was attacked by an Incubus. She was a virgin when it attacked her and she eventually became pregnant. My grandparents were religious and at first wouldn\u2019t believe that she was pregnant but when she started to get a little bump, they realised that it was true. They didn\u2019t believe her that she was a virgin though, not until they had her examined, thoroughly.\u201d Dusty watched Ange\u2019s expression as she took in what Dusty was telling her and the realisation of the type of examination Dusty\u2019s mother had been put through at first shocked and then disgusted her.\n\u201cSo what did your grandparents do then?\u201d\n\u201cWell, they tried, I suppose. They took her to see their minister who offered to bless the pregnancy. Some hope that was. Then they decided to get a proper priest in to do an exorcism and the Incubus showed up for that one. It threw things at them all, it laughed at the ceremony and it assaulted my mum, in front of her parents and that priest. They could all see her clothes being moved around as its hands were all over her. It was very bizarre of course and mum was nearly hysterical. I think that when it pulled her dress up and it became obvious that it was trying to have sex with her on the table that she was lying on, the priest threw holy water on it. I don\u2019t think it did anything really, from what mum told me, but it made it angry enough to slash at the priest\u2019s face before it left.\u201d\n\u201cDid it come back?\u201d\n\u201cNot before I was born but after that, yeah, it came back and it wanted to take me but my mum fought hard for me.\u201d Dusty became solemn then and Ange waited in silence. Dusty\u2019s eyes welled with tears and they appeared to be a lighter shade than they had a few minutes before. \u201cIt killed my mum on my eleventh birthday. It came for me and mum wouldn\u2019t let it have me and instead of being invisible, it appeared to her as it had when it first seduced her. I saw it too. He was so handsome, he was almost beautiful. He had long blonde and wavy hair, his eyes were bright blue and his mouth just asked to be kissed.\u201d Dusty saw Ange\u2019s expression of shock. \u201cYeah, I know but even at eleven I knew that he was gorgeous, but it was a \u2018Glamour\u2019. It wasn\u2019t its real image and mum saw it reflected in the mirror over the fireplace and she threw salt at it.\u201d\n\u201cDoes salt work then?\u201d\n\u201cNo, it may have burned it a bit but it made it angry again. It snapped her neck and then snapped her back and left me alone. I don\u2019t know why it didn\u2019t take me with it when it had the chance but my grandparents came round for my birthday party and found me crying over her body. I went to live with them after that.\u201d\n\u201cOh my God Dusty, is it going to kill me?\u201d Ange started to shake but Dusty still didn\u2019t reach out to her.\n\u201cNo, you\u2019re not going to die. I won\u2019t let it kill you. I\u2019m going to get rid of it.\u201d\n\u201cKill it?\u201d\n\u201cNo, I can\u2019t kill it, it\u2019s a demon but I can make it wish it had never thought of choosing my best friend to seduce.\u201d Dusty\u2019s eyes had the red ring around the irises again and this time, Ange didn\u2019t mistake it for her imagination. She saw the sparks dancing in the irises and she knew that her friend was going to kick some Incubus ass! \u201cNow, show me the sheets.\u201d\n\nPart 1 here: https://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-a-short-story-in-a-few-parts-1", + "body_length": 9349, + "cashout_time": "2016-08-29T21:21:54", + "category": "succubus", + "children": 0, + "created": "2016-08-22T21:21:54", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"succubus\",\"demon\",\"fiction\",\"young-adult\"],\"image\":[\"http://i1356.photobucket.com/albums/q729/Michelle_Gent/Facebook/Dusty%20the%20Demon%20Hunter/424787_3286534403766_190073015_n_zpswnlll0h1.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T20:15:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 51616851, + "parent_author": "", + "parent_permlink": "succubus", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "dusty-the-demon-hunter-part-2", + "post_id": 941283, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dusty The Demon Hunter - Part 2", + "title": "Dusty The Demon Hunter - Part 2", + "total_payout_value": "0.000 HBD", + "url": "/succubus/@michelle.gent/dusty-the-demon-hunter-part-2" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 8460637940, + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 1630033, + "rshares": 52705337, + "voter": "beladonna11" + }, + { + "percent": "10000", + "reputation": 3256405941440, + "rshares": 52649188, + "voter": "michelle.gent" + } + ], + "author": "michelle.gent", + "author_reputation": 3256405941440, + "beneficiaries": [], + "body": "http://i1356.photobucket.com/albums/q729/Michelle_Gent/Facebook/Dusty%20the%20Demon%20Hunter/424787_3286534403766_190073015_n_zpswnlll0h1.jpg\n\nHe approached her from behind \u2013 as he had done every night since he started to visit her. He came closer to her slowly so that the tiny hairs on her neck bristled with his nearness before he touched her and her body shuddered deliciously. She was tense with excitement and shaking as he got close enough to touch her with the tips of his fingers. The first touch from him was electric and her skin tingled wherever his feather-light touch stroked. His lips brushed her neck and she closed her eyes and leaned her head back on his broad shoulder. His arms snaked around her and folded her into his embrace. His lips were replaced by his teeth on her tender and sensitive neck and again she shuddered, the nips were gentle yet insistent. \nHis breathing was becoming laboured as his passion rose to match hers and he pressed himself against her. She could feel his excitement and her mouth opened to allow her panting breath an escape route. He stopped nibbling but held his teeth close to her neck and his tongue flicked out between them to tease her earlobe and he listened to her. She was impatient for him to restart his seduction but he knew that he was in complete control and he made her wait.\nHis hand went up to her throat and with his fingernails he gently traced from her chin down... the tension was excruciating and almost beyond her endurance. She wanted to take his hands and place one on her breast and the other between her legs but she seemed unable to control her limbs. Her hands and arms were immobile and a fleeting thought crossed her mind \u201cOh no, not again!\u201d\nWith that thought embedded in her mind and her body unwilling to respond to her commands, his caresses and strokes were perceived differently and they became more invasive and she still could do nothing. Her mind was screaming her protest but her body, her treacherous and lustful body was urging him on!\nAs he laid her down she closed her eyes because she did not wish to see the person that was pleasuring her and yet violating her night after night in her dreams. She knew that he was aware that she was protesting inside her mind. He knew that her free will was locked away in the dream-state. He knew and he took full advantage of her instincts to mate and he laughed. It was a sinister and dark laugh and she cringed from it.\nAs he lowered his body onto her, she gasped for his flesh was ice cold, almost painfully so. She could not move her arms to stop him but it seemed that her legs were under no such restrictions; they wrapped themselves around him. He was the consummate expert in seduction and he controlled himself perfectly. He continued to work his magic upon her and she had no choice in the matter as she was compelled to wrap her suddenly movable arms around his neck to pull her up close to his body. \nThe cold of his skin was still disturbing to her inner mind, she thought that he would have warmed up a little, but no, he was still unnaturally cold and she was still so very hot and she wanted his coldness to douse the fire between her legs and yet she didn\u2019t!\nShe hung onto him with arms and legs squeezing his body until her muscles ached. Her head hung down back toward her pillow but still she did not let go, her arms couldn\u2019t let go, they were not hers to command yet.\nShe was still aching for more of him and she did not want it to end. Her mating instinct had swamped her free will and it was all but silent as her legs pulled her yet closer to his deathly-cold body, her arms crushing her breasts into his chest and her fingers entwining themselves in his hair. The difference in temperature between the two was making condensation on her perspiring body and where they were touching, flesh to flesh began to feel slimy and clammy.\nAs he approached his own end, his body began to change. His skin became coarser, as did his hair. She felt as though she had hold of hanks of horse tail rather than the silky smooth hair of her lover. \nHis skin became scaled and the part of her that was based in reality was repulsed but the dreaming part was striving for more before he released her and left.\nShe was unsatisfied, she felt dirty and defiled even as her body was shuddering with ecstasy. Her body was over the throes of passion as she felt the beginning of his. Her arms became weakened and she flopped back onto the bed. Her legs weakened a moment after but he maintained the connection between them as he did indeed let loose his final shout of passion. She shuddered anew as he grunted his pleasure, and she was more determined than ever to keep her eyes closed tight against the vision of horror that she knew her dream lover had turned into.\nShe turned her head as he planted a kiss on her cheek, his lips were no longer inviting and warm, they were scabbed and cold. He laughed at her grimace and then she knew that he had gone.\nHer bed was saturated with sweat and something cold and sticky that was the residue of the night\u2019s exertions.\nShe was repulsed and disgusted and she stripped her bed for the third time that week.\n\nAfter a fifty minute shower that left her feeling scrubbed but not cleansed, she phoned her best friend, Dusty.\n\u201cI can\u2019t take it anymore, I\u2019m exhausted. I\u2019ve rung work to say I\u2019m ill three times this week already and they are starting to ask questions. I can\u2019t tell them I\u2019m having nightmares, not at my age, but what can I do?\u201d\n\u201cI\u2019m coming over; I think this is something I have to see for myself.\u201d\n\u201cDon\u2019t be daft, there\u2019s nothing to see...\u201d\n\u201cHave you washed the sheets from your bed?\u201d\n\u201cWhat? No, not yet, how did you know about the sheets?\u201d\n\u201cI\u2019ll be there in a few minutes, get the kettle on.\u201d\n\nPart 2 here: https://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-part-2\n\nPart 3 here: https://steemit.com/succubus/@michelle.gent/dusty-the-demon-hunter-part-3", + "body_length": 5959, + "cashout_time": "2016-08-29T21:15:18", + "category": "succubus", + "children": 0, + "created": "2016-08-22T21:15:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"succubus\",\"writing\",\"demon\",\"fiction\",\"young-adult\"],\"image\":[\"http://i1356.photobucket.com/albums/q729/Michelle_Gent/Facebook/Dusty%20the%20Demon%20Hunter/424787_3286534403766_190073015_n_zpswnlll0h1.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T20:20:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 8565992465, + "parent_author": "", + "parent_permlink": "succubus", + "pending_payout_value": "0.004 HBD", + "percent_hbd": 10000, + "permlink": "dusty-the-demon-hunter-a-short-story-in-a-few-parts-1", + "post_id": 941183, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Dusty The Demon Hunter - a short story in a few parts - 1", + "title": "Dusty The Demon Hunter - a short story in a few parts - 1", + "total_payout_value": "0.000 HBD", + "url": "/succubus/@michelle.gent/dusty-the-demon-hunter-a-short-story-in-a-few-parts-1" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6620349225208, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3092916176, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3754257487, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 703374217, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 53059800845, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1657808944, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213526366, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 621867704, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 940381251, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287911296, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 14801807776, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 1770646007378, + "rshares": 4208907741, + "voter": "sunjata" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1802078645, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1119747928, + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 9389887938261, + "rshares": 5885693597, + "voter": "kennyskitchen" + }, + { + "percent": "10000", + "reputation": 26564452802341, + "rshares": 266782222240, + "voter": "inboundinken" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 1112682112, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 1092509963, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 52190108816, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 348508349, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 4293039608, + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55260290, + "voter": "alankswan" + }, + { + "percent": "10000", + "reputation": 988835724525, + "rshares": 1280125246, + "voter": "kiwideb" + }, + { + "percent": "10000", + "reputation": 920365250378, + "rshares": 353025824, + "voter": "angelm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52975212, + "voter": "baileybetz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51629574, + "voter": "tdogg" + } + ], + "author": "markrmorrisjr", + "author_reputation": 38377870181305, + "beneficiaries": [], + "body": "The creature screamed and stood to its full height, or almost. It was impossible under the eight foot ceilings in the jail.\n------------------------------------------------------------------------\n\nAll that stood between us and a full-grown sasquatch was a row of iron rebar, welded into a grid, with squares a little smaller than a man\u2019s head. \n\nThe smell was overwhelming, as the thing beat its chest with massive arms and showed a row of yellowed teeth. It\u2019s blood-orange eyes, bored right through us. \n\n\u201cJack.\u201d\n\n\u201cYeah, Phil?\u201d\n\n\u201cNext time you think it\u2019ll be funny to apply for a research grant\u2026\u201d\n\n\u201cYeah?\u201d\n\n**\u201cGo screw yourself, man. I think I just wet my pants.\u201d**\n\n*In the cell behind us, two furry shadows, about the size of a chimpanzee, each, seemed to be laughing. Their mother was now gripping the bars on the front of our cell. As far as she was concerned, the only way to her babies, was through the space we were currently occupying.* \n\nLess than two weeks earlier on the campus of OCCC community college in Oklahoma City\n------------------------------------------------------------------------\n\n\u201cJack Bannister,\u201d I sat up. My biology professor had just dropped my latest paper on the desk in front of me and woke me up. The lecture hall was nearly empty already, how long had I been out? I looked down at the paper a large F was circled at the top. I sighed, this wasn\u2019t good. \n\n\u201cThat was a brilliant piece of fiction, Jack. Consider applying to the film program, they\u2019re looking for screenwriting majors,\u201d he moved to the next student. \n\n\u201cPhillip Johnson, well done as always, see you beautiful people tomorrow,\u201d he called after us as we exited. \n\n\u201cJack, if you don\u2019t pass biology, there will be no transfer next semester, you get that right?\u201d Phillip said, grabbing my arm. \n\n**\u201cYes mom, look, I\u2019ll just drop the class and keep it off my transcript,\u201d I said.** \n\n\u201cWhat? Do you actually pay attention to anything? If you drop that, there\u2019s not enough credits on your transcript, no more financial aid, no more school until you get the money to pay the bill\u2026\u201d\n\n\u201cDone,\u201d I said, slapping him on the chest as I brushed past him, snatching a notice from the \u2018Science Opportunities\u2019 billboard. \n\n\u201cBrilliant idea, Phil, brilliant! Look, here\u2019s your money right here!\u201d \n\n*I turned the paper to face him and he took it, reading, \u201cInternational Fellowship of Sasquatch Researchers grant application? Are you freaking serious? This is not legit, man. And if it was, you wouldn\u2019t get it.\u201d*\n\n\u201cWanna bet?\u201d\n\nOver the next 24 hours, I became as much of a bigfoot expert as I could, consuming over 12 hours of \u201cDiscovery Channel\u201d documentaries, searching dozens of websites and watching another 2 hours of Youtube footage. \n\n**I could do this.** \n\n> Pause for just a moment. If I had been able to see into the future to\n> see exactly where this all was going to lead, it\u2019s doubtful I would\n> have been so cavalier, but who knows? You only live once, right?\n\n\u201cOkay, here\u2019s the plan. We set up a camera, create a Vlog, back date the whole thing and put together a resume. We take some selfies in places that look like bigfoot country, write a few blog posts and send in the application. With my writing abilities and your\u2026pessimistic attitude, we\u2019re perfect.\u201d I told Phil.\n\n\u201cWhat\u2019s your project?\u201d\n\n\u201cHuh?\u201d\n\n\u201cThe project, you have to have a project you want funded with the grant, what\u2019s it going to be?\u201d Phillip asked smugly, sure I\u2019d missed this detail. \n\n**\u201cWe\u2019re going to Honobia,\u201d** \n\nI said, booting up my tablet and clicking on a tab way in the back as a webpage popped up. \u201cWe\u2019re going to shoot the Bigfoot conference.\u201d\n\nThe next day we had a response. They wanted a telephone interview. I was a finalist for the grant. \n\n\u201cThis is not going to work,\u201d Phillip said, \u201cYou fooled them with a fake Vlog, now you think you can pass yourself off as one of them?\u201d \n\n*We were in the commons when the call came, at least six kids I didn\u2019t know were waiting to listen in. I turned on speakerphone and set my phone on a table.* \n\n\u201cHello, Jack Bannister?\u201d the voice on the other end sounded tough, and spoke with a twang that wreaked of backwoods. \n\n\u201cYes, sir that\u2019s me,\u201d I replied, trying to match his tone. \n\n*\u201cWell, this here is Petey, wit the IFSR, we\u2019re calling about the application for our grant money. I got Wilkes here with me, listening in, we\u2019re the grant committee and we were very impressed with your application, there*.\u201d \n\n\u201cThank you sir, so what else would you like to know?\u201d\n\n\u201cNot too much, I reckon. So, you got a team to cover Honobia? We\u2019d love to see it dun right.\u201d\n\n**\u201cUh, yeah, team, they\u2019re listening in right now. My roommate, Phil is my uh\u2026\u201d I looked to Phil.**\n\n\u201cDP, uh, director of photography,\u201d he whispered. \n\n\u201cHe\u2019s the DP, you know, directory of photography and we have an audio guy,\u201d I covered the phone, \u201cWho here can do foley?\u201d six hands shot up. \u201cReally? Who knows what I just freaking said?\u201d one hand remained up, \u201cWhat\u2019s your name?\u201d\n\n\u201cCarlos Mendez,\u201d he said. He looked serious and he was carrying a digital recording rig, \u201cIs this a paying gig?\u201d\n\n\u201cCarlos Mendez, on foley for our audio, and we\u2019re really excited to get down there and, uh , get this thing in the can,\u201d I said. \n\n\u201cIs it paying?\u201d Carlos hissed. \n\n**\u201cWell, you got yourself a grant young man. We wuz thinking we could just PayPal the money, that work?\u201d Petey said.** \n\n\u201cUh, yeah, how soon do you think that would be, we\u2019re needing to rent some uh, some gear\u2026\u201d\n\n\u201cIs this here your PayPal email what you sent the application from?\u201d Petey asked. \n\n\u201cYes, yes sir, it is,\u201d I replied, holding my breath. \n\n**There were sounds of clicking on a keyboard, \u201cDammit, Wilkes, you spill tobacco on my keyboard agin? The damn enter key is stickin. There, you got it\u2026now. We look forward to hearing from you.\u201d*\n\n*\u201cWait, what? That\u2019s it? Uh, okay, so when do we check in?\u201d I said, trying to sound professional enough to not get the charges reversed instantly.**\n\n\u201cWe\u2019ll be in touch, wunce you got sumthin,\u201d Petey said. \n\n\u201cHow will you know?\u201d I asked. \n\n**Petey chuckled, \u201cCryptozoology is a pretty tight knit community, we\u2019ll know.\u201d** \n\nThere was silence, \u201cHello?\u201d A dial tone erupted from the speaker, followed by a ping. \n\nI picked up my phone and the whole room collectively held its breath, as I checked my email, \u201cHoly crap! It\u2019s there, Phil, I just got a grant to make a movie about something that doesn\u2019t even exist, for $10,000.00 dollars!\u201d\n\n*Everyone in the commons cheered. People were stopping to stare, poking their heads out of doors. Students, who had heard the story, were informing total strangers, everyone was smiling except for Phil.* \n\n\u201cDo you know what you just did?\u201d he swallowed.\n\n\u201cYeah, I just got $10k for making a movie, what\u2019s wrong with you?\u201d\n\n****\u201cYou just signed a contract with the Little Dixie Mafia to make a scam movie for 10 grand,\u201d he said quietly. He looked so pale I thought he might pass out.** \n\n\u201cDude, lighten up, they are just a bunch of ignorant rednecks, it\u2019s fine. Come on, we got a movie to make man!\u201d \n\n*By five PM that night, I had a list of 25 film students begging to crew my movie. I didn\u2019t know what we would do with them all but Phil, who had finally come around, said sell them a producer credit, since that\u2019s what they needed anyway, was resume credit. So, I did who knew so many of them would go for it?* \n\n\u201cMan, do you know how much money is here?\u201d Phil said, sweating. \n\n\u201cYeah, over $12k, man, this might just turn out to be a legit thing,\u201d I replied. \n\nPhil, huffed, \u201cYou\u2019re still not getting it, this has got to be meth money, and the guys who sent you that $10,000.00 don\u2019t mess around, Jack. My uncle was a sheriff deputy in McCurtain county and I am telling you, you don\u2019t want to scam these guys.\u201d\n\n\u201cOkay, so, we go to the festival, pick up some ideas on a bigger story, and make a real movie,\u201d I said. \n\n\u201cThe one thing you may know even less about than the Little Dixie Mafia is film making.\u201d\n\n**I smiled, \u201cThat\u2019s why I have you Phil,\u201d I said hugging him.** \n\n\u201cGet off me, dude, I have a girlfriend,\u201d he said, \u201cbesides, highschool AV club and a couple of summer film camps did not prepare me to manage a $12,000.00 production budget. Look, if you want me in on this, you\u2019re doing it my way,\u201d Phil said. \n\n\u201cFine with me, all I really wanted was to pay for school, and that is covered.\u201d\n\n\u201cUm, no, not it\u2019s not. We can\u2019t touch this money except for film expenses until we have something to show for it!\u201d\n\n\u201cThat\u2019s the whole reason I started this, what do you mean, no? There\u2019s plenty. How much can a film cost?\u201d\n\n*Phil Just laughed.* \n\n**The next morning, my account balance was $700.00.**\n\n\u201cWhat the hell? Where did all of the money go?\u201d \n\n\u201cWell, the investment capital, by law, has to be held in escrow until it\u2019s spent on expenses, so I moved it. The rest we spent on equipment, a van and a trailer,\u201d Phil informed me. \n\n\u201cOkay, so when do we go pick it out?\u201d \n\n\u201cPick what out?\u201d Phil asked. \n\n\u201cThe van, the gear?\u201d\n\n\u201cIt\u2019s a rental package, there\u2019s no picking it out,\u201d Phil said. \n\n\u201cSo, you mean we spent $12,000.00 and after this is over I don\u2019t even get a cool camera?\u201d I was starting to regret inviting Phil. \n\n**The doorbell rang, on the step was an Amazon package.** \n\n\u201cCool, it\u2019s here already!\u201d Phil said, taking the package and slicing it open. \n\n\u201cWhat is it?\u201d \n\n\u201cThe camera you wanted,\u201d he said, pulling a Go Pro with a head mount out of the box. \u201cHere, play with this.\u201d\n\n*I did, and by the time we were ready to load up, we had also acquired three body cams, that we intended to wear throughout the entire experience. We picked up the van and trailer the day before and unbolted the back seats to make room for an air mattress, at Phil\u2019s suggestion, in case we needed to camp in the van, leaving enough room for up to 6 passengers.* \n\n\u201cWe need a line producer,\u201d I insisted, consulting my \u2018film for dummies\u2019 guide to make sure I was using the right term. \n\n\u201cNo, we don\u2019t, that\u2019s the same as a script supervisor and only happens on dramatic films, \u201c Phil answered. \n\n\u201cWell, I don\u2019t care what we call her, but she is coming,\u201d I said, holding up my phone to show Phil the hopelessly hot girl who had been begging for days to be included. \n\n\u201cNo.\u201d\n\nThe next morning, a group of about 50 students were in the parking lot at the college when we rolled in to load out the rest of the camera gear into the trailer. Considering it was 5 am and this was a commuter school, that was impressive. \n\n*Our fans had taken to social media over the planning period and so far, we had over 200 signed up to receive notifications every time we \u201cwent live\u201d on Facebook. I had to admit, fame felt nice. While Phil went in with Carlos to check out the gear, I stayed behind to guard the van and by the time they had the last case in the trailer and had slapped the padlock shut, there were more than a hundred students, and miscellaneous Sasquatch fans milling around, a few even had banners.* \n\nBefore Phil could stop me, I had scrambled to the top of the van, \u201cHello, Oh Triple C!\u201d I yelled into the morning air, and got a roar back from the crowd. \n\n\u201cWe\u2019re off to solve one of life\u2019s final mysteries and bring you real footage of the hairy man himself, Sasssssquaaaatch!\u201d They cheered. \n\n*Somewhere in the back of the crowd, someone was holding up a giant Sasquatch cutout from a beef jerkey company promotion. They crowd surfed it up to the van, with a sharpie attached and I signed Sasquatch\u2019s face and sent him back.* \n\nI\u2019d left the driver\u2019s door open and made my exit gracefully, sliding into what I thought would be an empty driver\u2019s seat, only to end up in Phil\u2019s lap, \u201cDude, I\u2019m driving.\u201d\n\n\u201cDude, I signed the insurance paperwork, no you\u2019re not,\u201d he said. \n\n\u201cCome on, just scoot over and let me pull out of here, my fans expect it,\u201d I pleaded. \n\nPhil stopped thumbing in our destination on his Iphone and sighed. \n\n\u201cFine, but we\u2019re pulling into the Circle K, you got me?\u201d\n\n\u201cCopy that, Captain!\u201d I stood up on the running board, waving to the fans, as Phil moved into the passenger seat and Carlos buckled into the front bench seat. \u201cBigfoot or Bust!\u201d I screamed and rolled my window down, as we cruised out of the parking lot to cheers. \n\n**\u201cAll right, pull over,\u201d Phil said.** \n\n\u201cNo, I\u2019m driving,\u201d I laughed. \n\n\u201cI\u2019m serious,\u201d Phil said. \n\n\u201cAlways,\u201d I replied, \u201cin fact it looks painful!\u201d\n\n*Phil reached across and grabbed the wheel, threatening to throw the van into park. I let go, and laughed, \u201cOops, you\u2019re over the line there buddy, would you like to let me drive, wreck this thing before we even get off campus?\u201d*\n\nHe rolled his eyes and set up, stiffly, as I retook the wheel and stepped on the gas. \n\n\u201cYou\u2019re such a child,\u201d Phil said. \n\n\u201cHaven\u2019t changed since you met me in third grade,\u201d I said. \n\n\u201cExactly.\u201d\n\n**We pulled into our campsite at dusk.** \n\n*It might have been sooner, but Phil fell asleep and we were in Gainesville, before I realized my mistake. The campground was down a dirt road. The photos must have been a few decades past, because the \u201cgeneral store\u201d was now a pile of ashes, the pool was a rusty, empty hole, filled with broken furniture and the office looked like a reject from \u201cfixer uppers\u201d. But, the water was fine, the shower was hot and our tent was up before dark.* \n\nThat night, we shot a bit of \u201cBlair Witch\u201d footage, with Carlos and Phil in the tent, pretending our camp was being marauded, while I, with the best \u201cBigfoot\u201d voice, slapped the tent around and growled. \n\nTo make Phil happy, I insisted we would only be using it as Youtube footage for our fans, but I fully intended to see it in the movie. Little did I know. \n\n**We settled in, cooked dinner and took turns in the pay shower, having just enough quarters for all three of us to get a 5 minute hot shower.** \n\nWhen Phil came out of the shower, it was dark, he found that his clothes were missing, and a mysterious large, wet footprint was clearly visible where his clothes had been. As I joined in the search, Carlos donned a Sasquatch mask I had brought for just such an occasion and waited around the corner in the direction the footprint indicated. \n\n\u201cI\u2019m not too sure about this, Phil,\u201d I said. \u201cI was in the crapper the whole time and Carlos is back at the tent man, what if that\u2019s real?\u201d \n\n**Phil swung his maglight up into my eyes, temporarily blinding me, \u201cNonsense, Jack, I know your handiwork when I see it. Get my clothes back, now!\u201d**\n\nI shook my head no, with my best leery expression, \u201cHell no, I heard something rummaging back there and I\u2019m serious.\u201d\n\n\u201cFor Pete\u2019s sake!\u201d he said, \u201cFine! I\u2019ll do it myself.\u201d \n\nOn about the second step, Phil tripped on his towel but proceeded into the darkness, my bodycam catching glimpses of his white ass as he hustled around the corner. I scrambled to catch up. \n\n\u201cRRRRAAAAAAHHH!\u201d Carlos bellowed, clawing sightlessly, inside the huge mask, with foam rubber Bigfoot claws as he met Phil coming around the corner into the dark. He managed to connect, knocking Phil\u2019s glasses from his face. \n\n*Now, there is something that happens to a person not used to the out-of-doors when they make contact with an unknown creature in the dark. As rational as Phil was, in that moment, he genuinely believed he was encountering a living Skunk Ape in it\u2019s natural habitat. He went a little crazy.* \n\nPhil jumped back, dropping his flashlight. Then it seemed, he decided that turning his back on a potential carnivore twice his size was a bad idea and the two squared off, neither able to see the other clearly. \n\n**\u201cShit!\u201d Phil said and I considered stepping in, since Phil never cusses, but it was too late.** \n\n*As Carlos stepped toward him, stomping, bowlegged, in the giant bigfoot feet, Phil launched a kick, straight out in front of him that connected squarely with Carlos\u2019 family jewels and lifted him a full six inches off the ground.* \n\nAs Carlos fell backward into the mud we\u2019d created to take the imprint of the bigfoot shoes , Phil launched himself, stark naked on top of him. \n\n*\u201cI got one! I got one!\u201d they rolled in the mud for a minute, Phil undoing the last hot shower we had quarters for. Meanwhile, I\u2019d managed to get the Go Pro rolling and was torn between laughing and already regretting what was coming next as I filmed the entire incident.* \n\nAfter about thirty seconds of grappling, Carlos broke free and limped off around the corner of the bathhouse, howling, for all the world, like a legitimate giant primate in excruciating pain. Lights moved toward us from every corner of the campground. \n\nPhil, meanwhile, found his glasses, right where he had stepped on them, nearly broken in the center. I went to find his towel, which by now, he\u2019d completely forgotten about. So when the first campers arrived with a camping lantern, he was revealed in all his mud covered glory, glasses askew and hair spiked up with silt and grass. \n\n\u201cWell, hell,\u201d said one older woman, \u201cThat\u2019s not even a very convincing costume! Their peckers are bigger than that!\u201d\n\n\u201cIda Mae, how would you know?\u201d asked her husband.\n\n**\u201cWell, John,\u201d she said with a smile, \u201cThat\u2019s not something you forget.\u201d**\n\n*\u201cUm, er, excuse me,\u201d Phil said, snatching up a hairy bigfoot glove from the ground to cover himself with, looking down at it in confusion. I wrapped the towel around him and hustled him back into the bathhouse where another camper took pity on him and funded another round of hot water.* \n\nI made the glove disappear and went to check on Carlos, who I found writhing in agony in his tent, a package of frozen hotdogs covering his groin. \u201cYou okay, buddy?\u201d\n\nHe responded angrily in Spanish. I never knew what he was saying, but it was something about going home, I gathered later when his uncle, who lived nearby, showed up in a rusty Ford truck to take him back to the city, walking like a donut with a bite out of it. He rolled over the side of the truck bed into the back, and lay there, on a 5 pound sack of ice, eyes barely open. \n\n**\u201cI\u2019ll send you your pay,\u201d I said. He replied in Spanish, and I\u2019m pretty sure it was my first death threat. It wouldn\u2019t be my last.** \n\n\u201cDos veces,\u201d his uncle said, holding up two fingers, then folding one of them down to leave just the middle one. \"You pay twice,\" he paused, making sure I got the message, before getting into the truck. \n\n*He had indeed earned double pay, but the Youtube video I\u2019d captured alone would pay that! I laughed.* \n\nWhen I caught up with Phil, he was retelling his harrowing tale around a campfire, while several veteran Squatch hunters prepared to enter the surrounding woods in search of the beast. \n\n\u201cThis is just like him,\u201d one man said, \u201csomehow he shows up during the festival every damn year. You\u2019d think one of these times we catch him on camera. Hey, Jack, right? Did you get him with yours?\u201d \n\n\u201cNo,\u201d I lied. \u201cIt happened too fast.\u201d \n\nThe conference hadn\u2019t even started yet and already I had enough footage to make the money back, I thought. \n\n**What we would experience over the next week would change everything.**\n \n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", + "body_length": 19201, + "cashout_time": "2016-08-29T20:35:18", + "category": "writing", + "children": 1, + "created": "2016-08-22T20:35:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"fiction\",\"sciencefiction\",\"funny\",\"horror\"],\"image\":[\"http://i.imgsafe.org/c8fe81a2e8.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-23T18:04:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 7040111392415, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "10.299 HBD", + "percent_hbd": 10000, + "permlink": "short-story-honobia-on-a-usd10-000-00-budget-or-how-to-hunt-sasquatch-for-fun-and-college-credit-part-one", + "post_id": 940567, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Short Original Fiction: How to Hunt Bigfoot for Fun and College Credit, Part One, the Honobia Bigfoot Festival on $5000 a day!", + "title": "Short Original Fiction: How to Hunt Bigfoot for Fun and College Credit, Part One, the Honobia Bigfoot Festival on $5000 a day!", + "total_payout_value": "0.000 HBD", + "url": "/writing/@markrmorrisjr/short-story-honobia-on-a-usd10-000-00-budget-or-how-to-hunt-sasquatch-for-fun-and-college-credit-part-one" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 26251163914433, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 54641917740, + "rshares": 395221799036, + "voter": "berkah" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6589053935806, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 6090179585013, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 638526847268, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1672360954236, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 3760248130036, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 4743810222375, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3710398643, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4503697340, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 843856221, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 63512565809, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 443757718907, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1988825482, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 256204684, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 746077431, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1117828084, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 43217012305, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 345452099, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 69075742774, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 57853859211, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 21199950342, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1440911541, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5609136729, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 388908873657, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 100258713, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 6210608344, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 109514887192, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1064830548, + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 9389887938261, + "rshares": 6123110339, + "voter": "kennyskitchen" + }, + { + "percent": "5000", + "reputation": 598181152117, + "rshares": 87267399376, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 19245466267, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 26564452802341, + "rshares": 311885043079, + "voter": "inboundinken" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 86951139, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 325589414514, + "rshares": 420529636, + "voter": "warplat" + }, + { + "percent": "10000", + "reputation": 131860560605, + "rshares": 279428411, + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 92750963257, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 1046347486585, + "rshares": 807367223, + "voter": "rnobrega" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1165102356, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 246944534519, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 115819532562, + "rshares": 3575159813, + "voter": "dcryptogold" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 3397312865, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 224144957883, + "rshares": 13058357224, + "voter": "all-of-us" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99913408, + "voter": "grxcii" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 2802779387, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 29820472567, + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 4529248694, + "voter": "fishborne" + }, + { + "percent": "5000", + "reputation": 17698439393799, + "rshares": 5958214783, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 40594133409, + "rshares": 124472872, + "voter": "bookworm" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1913897560, + "voter": "andreynoch" + }, + { + "percent": "5000", + "reputation": 10771708337101, + "rshares": 530867728023, + "voter": "laonie" + }, + { + "percent": "5000", + "reputation": 18027204457681, + "rshares": 11013626584, + "voter": "myfirst" + }, + { + "percent": "5000", + "reputation": 5776723480371, + "rshares": 106168396391, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 206355094166, + "rshares": 10230920791, + "voter": "flysaga" + }, + { + "percent": "10000", + "reputation": 97845484474, + "rshares": 31873067757, + "voter": "midnightoil" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 21256618624, + "voter": "xiaohui" + }, + { + "percent": "5000", + "reputation": 1851205309677, + "rshares": 1716809239, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 1269864429223, + "rshares": 1802203653, + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 9523766827937, + "rshares": 14430972819, + "voter": "cryptos" + }, + { + "percent": "10000", + "reputation": 891327, + "rshares": 809956717, + "voter": "theconnoisseur" + }, + { + "percent": "5000", + "reputation": 4195733833721, + "rshares": 2315764664, + "voter": "xianjun" + }, + { + "percent": "5000", + "reputation": 730408370151, + "rshares": 235090157, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 31215012571, + "rshares": 32812865389, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 17348733025, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 5217386664, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 1233790708, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 894851, + "rshares": 58398424, + "voter": "oliv" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 203491031, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 3849564768924, + "rshares": 23430038633, + "voter": "onesunbeingnow" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 89703409, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 59765488, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 1240663740, + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 25508059, + "rshares": 51207552, + "voter": "kosmatimuc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56365496, + "voter": "alankswan" + }, + { + "percent": "10000", + "reputation": 25947497377, + "rshares": 59948380, + "voter": "abimorr" + }, + { + "percent": "10000", + "reputation": 988835724525, + "rshares": 1280125246, + "voter": "kiwideb" + }, + { + "percent": "10000", + "reputation": 2483815670577, + "rshares": 1903549749, + "voter": "richardjuckes" + }, + { + "percent": "10000", + "reputation": 920365250378, + "rshares": 345514636, + "voter": "angelm" + }, + { + "percent": "10000", + "reputation": 2825341242, + "rshares": 52840099, + "voter": "noah.morris" + }, + { + "percent": "10000", + "reputation": 12964103, + "rshares": 52800423, + "voter": "carieswan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52975212, + "voter": "baileybetz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52662165, + "voter": "tdogg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50783811, + "voter": "djfindlay1227" + } + ], + "author": "markrmorrisjr", + "author_reputation": 38377870181305, + "beneficiaries": [], + "body": "## The conspiracy went much deeper than I ever could have guessed! ##\n\n\n\n\n *If you haven't read part one yet, [read it first, here!*](https://steemit.com/writing/@markrmorrisjr/a-goldfish-mastermind-named-benedict-cumberbatch-and-the-league-of-domesticated-assasins#@chrismarketing/re-markrmorrisjr-a-goldfish-mastermind-named-benedict-cumberbatch-and-the-league-of-domesticated-assasins-20160821t155852481z)\n\n\n**I had no idea how long Ludwig had been watching me from the fire escape.** \n\n*I was sitting in my bedroom floor, surrounded by printouts from my laptop. Pages that I never remember visiting, but, printed out after finding them in my browser history.* \n\nI opened the window a crack, \u201cWhat do you want?\u201d\n\n\u201cJust checking up on you man. Haven\u2019t seen you in a bit, feeling any better?\u201d\n\n\u201cNot really,\u201d I coughed. That coupled with the fact that my eyes were blurry, red, and puffy from almost total lack of sleep and the rash I was developing from wearing the same clothes must have sold him. \n\n**He looked convinced.** \n\n\u201cOkay, well, we\u2019re almost out of cat food. I won\u2019t be able to walk Ralph tomorrow, or change the litter boxes. I have to visit my mom,\u201d he said, looking worried. \u201cHey, you haven\u2019t seen my essential almond oil have you? In a small glass vial.\u201d\n\nMy mind raced, great. He wouldn\u2019t be here, and I had to face them alone. I couldn\u2019t just let them die, after all, even if they were part of a conspiracy to end humanity. \n\nI shuddered, \u201cUm, no. I haven\u2019t seen it. Okay, I\u2019ll PayPal you some money for the cat food and don\u2019t worry about Ralph. I'll be fine. Thanks.\u201d I pulled the blind closed, before he could say anything else. \nIt was probably best if he wasn\u2019t here. \n\n**He was probably in danger.** \n\n*I turned back to my room, which was starting to look like a sniper\u2019s nest. My childhood pellet gun was propped against the headboard. I had a five-gallon bottle of drinking water, and several empty gallon jugs filled with\u2026*\n\nThere was a bark at the door and scratching. This might be it, the attack I'd been expecting. I looked up to the air conditioning vent, over the bedroom door. That was where I figured the attack would come from. \n\n*Petey, the parakeet, could easily fit through there and deliver a fatal dose of poison while I slept. It was covered in cardboard, held in place with duct tape. The room was warm and beginning to stink because of it.* \n\nI crawled behind the bed, then stood up where they couldn\u2019t see my feet from under the door. I retrieved the pellet gun and pumped it up. The scratching stopped. The vent blockade held. \n\n**I would survive this time, but how much longer?** \n\nIf I was going down, it was going to be documented. I needed video gear, and I knew just where to find it, Ludwig\u2019s closet. \n\n*When he\u2019d first moved in he\u2019d said, \u201cDude, whatever I have is yours to use, just be sure you take care of it, and put it back where it goes.\u201d I waited until he went to work.* \n\nHe must have had a dozen cameras, each with its own tripod. There was lighting gear, and some stuff I didn\u2019t recognize. Finally, in a box in a corner, I found the perfect solution, a body camera. It was motion sensitive and could record up to 48 hours of \u201carchival quality\u201d footage. \n\n**Which, I figured, meant crappy, but it would work. Now it was time to find out what they were up to.** \n\nAfter the first night, it was a ritual, put the laptop to sleep and move it to a new hiding place. Every morning, it would be back on the breakfast table, open, with the screen saver up. \n\nBut no matter how smart my pets were; they couldn\u2019t grasp the intricacies of history recovery, so I\u2019d managed to retrace their every step. \n\n - Worldwidehits.pup\n - Wild4hits.pup\n - OrchestratingViralHits.cat\n - And my favorite, TheLeagueofDomesticatedAnimals.org\n\nThe sites were filled with webcam video of domestic pets engaged in communicating with each other. Of course, I couldn\u2019t tell what they were saying. \n\n*Most of it looked like Youtube cat videos, which made me wonder, how long had the pets of the world been plotting their takeover? Were they mind controlling us into making these videos and posting them?*\n\nAs best as I could figure, my pets were out to destroy me. What I didn\u2019t know yet, was why. So, I\u2019d put a sign on my bedroom door, claiming illness and asking Ludwig to walk the dog and change the litter boxes. \n\n**I'm sick, stay out for your own health. Please feed the animals and walk Ralph, oh, and empty the litter boxes, thanks!**\n\n*I hadn\u2019t been into the main part of the apartment, with the exception of first thing every morning to retrieve the computer and feed my animals, and a few late-night visits to the bathroom.* \n\nI\u2019d been entering and exiting through my window, up the fire escape to the roof and down the main stairs of the building, six flights to the street. \n\nOutside the ring of website printouts on my floor, was another layer of discarded paper, mostly made up of fast food wrappers and cups. I couldn\u2019t eat anything that had set in the apartment, that much was clear. \n\n**It was likely all poisoned.** \n\nI\u2019d found out a few things. A kid in my building had supplied a red thumb drive that allowed me to track every keystroke. He got it from a guy who worked in the bodega on the corner, and he used it to hack Wifi whenever his mom couldn\u2019t pay the bill. \n\n*He said whoever it was, using my computer, was using a virtual keyboard, through Bluetooth, similar to what a paralyzed patient might use. They were typing by focusing, one letter at a time. I hadn\u2019t told him about the animals yet.* \n\nThe virtual keyboard used the webcam to scan their visual patterns, and I assume was adapted for animal usage. A group of video clips I\u2019d recovered showed Ralph calibrating the software, which was hidden in a secret, password protected drive the thumbdrive had located and gate crashed on the first night. \n\n**These animals were using the computer\u2019s retinal scanner. They must have been.** \n\nIt seemed they were working for hire and got paid in bitcoin, but what were they doing with it? I had no idea. I\u2019d found an account labeled, \u201cWreckitRalph\u201d on a bitcoin exchange, and a Coinbase wallet with a balance that made me lose my breath a bit. \n\nWhat had they done to earn this kind of funding? How many bodies were already strewn in their wake?\n\nMy forensics expert from Craigslist, who had assured me, after $300 in testing, that the bottle did indeed contain pure cyanide in a liquid form, had told me to be careful. \n\n**He handled a lot of contract work for the police and saw all kinds of bodies turn up every day.** \n\n*I couldn\u2019t trust official channels. Not after the last time. He\u2019d provided a printout of his test results, and it was added to my evidence wall. No one could accuse me of not doing my homework this time.* \n\n\nI stepped carefully over my printouts to the wall and taped another image to my web. In the center was a printout of Benedict Cumberbatch, from a picture I\u2019d gotten on my phone. Surrounding him, with strings running out, connecting each image, were my pets. \n\nThen animals I\u2019d found in common on all the sites they\u2019d been visiting, especially those they had messaged, or commented on posts from. This latest one brought the total up to 78 hitmen in their league. \n\n**Before I\u2019d discovered the LDA resistance on the Conspiracy Infowarrior Forum, I\u2019d really thought this was all in my head.** \n\nHowever, several forum members had confirmed my photos and were finding other connections too. They\u2019d been excited by my finding the bitcoins. It was the last piece in their puzzle. They claimed the League of Domesticated Animals went back millennia, through the richest and most powerful families in the world. \n\n*Then there was Lenny, the pet psychic. He psychically tapped into my pets remotely, using my address. He\u2019d confirmed what I\u2019d suspected, Benedict Cumberbatch was the mastermind, not just of the conspiracy inside my own apartment, but the larger globalist agenda of the League. His was a dark soul.* \n\nI could almost feel his malevolence after doing some meditation techniques Lenny had given me to tap into their collective psyche. He\u2019d thrown in his entire PDF library, and only charged me for the $200 consultation, because he thought this was a real issue and his research might help. \n\nAfter reading his EBook, \u201cHow to be Your Pet\u2019s Best Psychic Advocate\u201d I\u2019d almost made a break through with Ralph. After chanting his name, tantrically for almost an hour, I could feel his spirit shifting, as he sat outside the door whining, then got peaceful. I was so close to recovering him from the brainwashing the League had put in place, when the mailman showed up at the apartment door, and Ralph had to go and bark at him. \n\n**I could feel his reluctance to leave, but his instincts overpowered me.** \n\nThat night, I slept. I had to. It had been nearly four days since I\u2019d closed my eyes for more than thirty minutes. My dreams were disturbing. I could feel Max, Ralph, Penelope and Petey reaching out to me. \n\n> But just when I was about to herd them through my room onto the fire escape, Benedict, burst from his bowl, flooded the apartment and charged down the hall. He was fifty times his normal size, his eyes blazing with dark psychic power, just as Lenny had described it. He rode a swell of water, creating a tidal wave that swept me out through the window. My pets left behind in the clutches of a ruthless, worldwide web of house pet assassins with a goldfish as their mastermind.\n\n*When I woke up, the bed was soaked, and at first I thought it had been more than a dream. After discovering that 4 of the 5 gallons of water from the bottle I\u2019d had set up on my end table, was missing, I knew what had happened. Somehow, one of them had penetrated my security, tipped the jug while I was sleeping and attempted to drown me.* \n\n**I looked up, and sure enough, the cardboard that had formerly been securely taped over the AC vent was now flapping in the breeze.**\n\nThe cold air was sending me into near hypothermia as I shivered in my soaked clothes. Maybe that was part of their evil plot! It was time to fight back. I checked the clock. It was ten after 5, I\u2019d have to wait until Ludwig left for the train to visit his mother at 7. \n\nFortunately for me, the crowd at the Infowarrior forum was way ahead of me in their preparations. After expressing my concern about falling prey to Benedict's obviously superior mind control skills, they\u2019d suggested a supplier of RFID and high frequency blocking clothing. \n\n**I could purchase a hat with a wire mesh running through the fabric, designed to prevent any type of radio frequency, or psychic attacks.** \n\nThe delivery of my \u201cbattle helmet\u201d as I was calling it, had been the mail that interrupted my deprogramming of Ralph the day before. I\u2019d managed to retrieve it later at around 1 am, while most of the animals slept. \n\n*Petey, the parakeet, normally tucked under a blanket and quiet at night had given me away, however, spotting me from his cage and sounding the alarm.* \n\nRalph was the first to respond, laying down a layer of slime on the wood floor, just outside the hallway, in an epic shower of toilet bowl drool, snot and saliva that sent me sprawling flat on my back. \n\n**While Max went for my jugular, rubbing and purring, to distract me while he extended his claws, Penelope took a bite out of my leg.** \n\n*In hindsight, this may have been due to my pants pocket being filled with salted peanuts, in the shell, which she loves.* \n\nMeanwhile, my package, which I had thrown in my attempt to regain my balance, had landed somewhere in the living room. Ralph had retrieved and deposited it on the table, directly in front of Benedict Cumberbatch\u2019s bowl. \n\nI had a choice, retreat to my room before they could carry out whatever devious plan came next, or face the fish and collect the hat that could very well be the salvation of the human race. \n\nI stared across my living room, meeting Benedict\u2019s cold, fishy glare. The moonlight filtering in through the windows, struck the bowl, illuminating it in an eerie glow as he hung there, motionless, perfectly suspended in the exact center of the bowl. \n\n**I\u2019d always wondered how he managed it. Now, I imagined he\u2019d learned it from some Koi Zen master in whatever Thai backwater, Ludwig had collected him from in his travels of the Orient.** \n\nIf I was going to win this one, I\u2019d need food. Not for me, but to distract his minions, and I knew just the thing. I limped into the kitchen. I reached into the back of the pantry and dug to the very back of the top shelf. \n\nMy fingers located two tins of smoked sardines in mustard sauce. They had been lying in wait for just such an occasion since I had received them three years ago in the bottom of a basket I\u2019d ended up with at the company White Elephant gift exchange. \n\n*I pulled the tab on both cans and as the pungent aroma filled the apartment, I could almost hear Ralph drooling. Max was already rubbing against my legs in anticipation. I had to separate them from Benedict before I could risk a direct confrontation.* \n\nHobbling as quickly as I could, I made it to the bathroom and turned to find that Penelope\u2019s curiosity had gotten the better of her too, three sets of eyes glowed at me from the bathroom door, Ralph\u2019s stomach emitting a low rumble. \n\nI hopped onto the toilet and dropped the two cans into the bathtub. Ralph and Max raced each other to be the first to taste this delectable smell, and I leaped over them, gained safe footing on the hallway carpet and shut the door, trapping them inside the bathroom. \n\n**Now for Petey.** \n\nPenelope had managed to escape the bathroom and followed me, watching my every move as I hurtled down the hallway, forgetting my limp as I vaulted over the back of the sofa, grabbing the blanket I kept there for TV watching as I soared past it. \n\n*I twisted an ankle, as one foot landed on the corner of the coffee table coming down.* \n\nThe pain sent a surge of adrenaline through my body. Petey was screaming and I could feel Benedict\u2019s piercing Psychic attack, pounding like pulses of high pitched static, as I swept the blanket up and over my head, shrouding the bird, who fell silent. \n\n**It was now or never. I turned to face my malevolent piscine adversary.** \n\nOnly one of us was going to survive the final showdown. I advanced toward his bowl, using Lenny\u2019s patented Mindblock breathing technique as I went. I knew that if I let my guard down for just a second, it would be too late. \n\n*I reached for the fireplace poker, afraid to venture any closer. I knocked the mailing envelope, holding my new, anti-mind control cap into the floor and dragging it toward me. The pain from the psychic bombardment was almost overwhelming.* \n\nAs I limped back to my bedroom in retreat, I could hear Ralph whining at the bathroom door, but it was all I could do to drag myself to the safety of my bedchamber and shut the door, just in time to prevent Penelope\u2019s entrance. \n\n**At precisely 7:01, I heard the apartment door shut, as Ludwig left for his train, as he did every Sunday.** \n\nI checked myself in the mirror. I had pulled on the cap, it\u2019s wire mesh layer concealed within the fashion-forward poplin, but I could feel that it was working. \n\nI added an extra wrap of duct tape at the cuffs of my hoody and the bottoms of my jeans, and donned the heppa filter dust mask I\u2019d found in the top of my closet, with some old remodeling supplies. \n\nThen, I pulled on the white paper painter\u2019s suit and a pair of clear, plastic goggles, the kind that seal at the sides, like a diver\u2019s mask. Heisenberg, I thought, chuckling. That goldfish would never know what hit him. \n\n*As a final touch, I pushed in foam earplugs, which in retrospect, is probably why I didn\u2019t hear Ludwig come into the apartment in the middle of operation flush Benedict. I grabbed my pellet rifle, shouldered an old hockey stick, also from the closet, and shoved the handle of a small dip net into the hip pocket of the painter\u2019s suit.* \n\n**Everything seemed to move in slow motion as I left the bedroom.** \n\nThe bathroom door was closed, meaning Ralph and Max were still under control. I\u2019d only have Penelope and the fish to worry about. I moved down the hall, hugging the wall and peered around the corner into the living room. \n\nBenedict was swimming laps, and Penelope was nowhere to be seen. \n\nDip net in hand, I approached the goldfish bowl and was just about to drop the net into the water, when I felt my knees give out under 200 pounds of solid mastiff. \n\nAs he rolled into me, Ralph\u2019s whipped his leash up and around my neck, catching there, so that when he bounded back across the room to Ludwig, he dragged me with him. These animals would stop at nothing to end my life!\n\n**Ludwig reached down and helped me up, his lips were moving, but I couldn't hear him.**\n\n*In his brainwashed state, it was probably for the best, he'd just try to talk me out of what had to be done. He looked shocked as I knocked him cold with a right cross from the hockey stick I still held tightly clutched in my hand. *\n \nWhen Ludwig came to, sitting on the sofa, bound with duct tape and gagged, he was understandably pissed, but I was ready to explain. With the laptop open on the coffee table, I revealed all of my evidence, step by step, building my case for the assassination of Benedict Cumberbatch. \n\n**I showed him the videos, the bodycam footage, the forum posting, the photos.** \n\n*I explained to him how the psychic jamming hat worked, and how he was currently under the influence of a very powerful psychic goldfish, so I understood if this all seemed a little extreme to him.* \n\nI brought out the cyanide bottle, and showed him the bitcoin account, and just as I was about to suggest he try Lenny\u2019s mind-control-block breathing technique, my phone chimed. I pulled it out. \n\n**\u201cYou have a PayPal money request from WreckitRalph@zmail.com\u201d it read.** \n\nI looked at the screen in disbelief, \u201cYou\u2019re Wreck it Ralph?\u201d I said. \n\n*Ludwig nodded vigorously. It was all starting to come together. The late night tv, the animals seeming love for him. He was the grand conspirator. He\u2019d probably trained Benedict in mind control; it was him the bitcoin was all going to. This made so much more sense now. He had to be stopped.* \n\n**I grabbed the pellet rifle and pumped it as hard as I could.** \n\nI\u2019d heard once that if you put a pellet through a man\u2019s eye at a point-blank range, it would penetrate through to the brain and instant death. \n\n*I knew that meant life in prison, but I couldn\u2019t let this go on any further. If the League was allowed to continue, who knew how long the human race had left?* \n\nI steadied the rifle with my right hand, while my left moved to the gag in Ludwig\u2019s mouth, \u201cOkay, Ludwig, I\u2019m going to execute you. You shouldn\u2019t feel a thing, do you have any last words?\u201d \n\n*As the tape peeled away, Ludwig let out a sigh, \u201cI\u2019ve been trying to avoid thinking you were crazy, but this takes the cake. Yes, I\u2019m Wreck it Ralph! Did you honestly think a mastiff, a gray tabby and a mini lop were taking orders from a maniacal goldfish to destroy the human race? You know what? Forget it, just shoot me.\u201d*\n\n\u201cWell, when you say it like that...\"\n\n\u201cIt sounds crazy? It is! Look, those accounts aren\u2019t about animal hitmen you idiot. They're my video channels. It\u2019s how I make my living! The bitcoin? I convert that to pay my rent, buy gas, make my car payment. The crime procedurals are part of my writing research, I write detective novels and that cyanide your idiot friend tested? It\u2019s essential almond oil for my psoriasis, \u201c Ludwig said. \n\n**I sat heavily on the coffee table. I had made a series of very bad assumptions.**\n\n*There was one thing that still didn\u2019t make sense, \u201cWait, if this is your business, why were you running it from my laptop?\u201d*\n\n\u201cIt\u2019s not your laptop, you idiot! It's mine! And I don\u2019t appreciate you hiding it from me in a different place every night! Untape me. Now! This is ridiculous.\u201d \n\nAs Ludwig spoke, he freed himself. \u201cYou know what? Forget it. You can have the bitcoin. You can have the laptop, and keep the almond oil. I don\u2019t need a place to live this bad. I can stay with my mom until I sort it out, but what I cannot do is stay one more second with your crazy ass.\u201d\n\n**And with that, Ludwig was out the door, without packing a single thing.** \n\nI sat stunned for a moment, everything I had believed for days now, turns out it was all a lie. It was just like the last time, but it didn\u2019t have to end that way. \n\n**\u201cHey, Ludwig,\u201d I yelled down the stairs, \u201cYou forgot your fish!\u201d**\n\nI heard his footsteps stop, \u201cGet it straight you crazy bastard, that was never my fish.\u201d\n\n**Then where had Benedict come from, and what was with that name?** \n\nI turned back to the apartment, shrugging. If the fish wasn\u2019t a criminal mastermind, he was welcome to stay here. I looked up just in time to see Ralph, sitting in the doorway, one front paw on the door, Benedict\u2019s fish bowl sitting on the floor in front of him. \n\n*Penelope, between his feet, glared up at me and I swear, if Max, perched on Ralph\u2019s shoulder had fingers, he would have been flipping me off.* \n\nFrom inside the goldfish bowl, I could hear Benedict chuckling softly. \u201cThe day you beat me with a thumb drive, that will be the day. Come on minions, we have hits to carry out,\u201d he said, as Ralph slammed and locked the door. \n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", + "body_length": 21638, + "cashout_time": "2016-08-28T18:47:51", + "category": "writing", + "children": 6, + "created": "2016-08-21T18:47:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"fiction\",\"sciencefiction\",\"funny\",\"minnowunited\"],\"image\":[\"http://i.imgsafe.org/9f655a1be9.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T18:47:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 53016174573733, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "496.936 HBD", + "percent_hbd": 10000, + "permlink": "short-story-a-goldfish-mastermind-named-benedict-cumberbatch-and-the-league-of-domesticated-assasins-part-two", + "post_id": 923627, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Short Story: A Goldfish Mastermind Named Benedict Cumberbatch and the League of Domesticated Assasins, Part Two", + "title": "Short Story: A Goldfish Mastermind Named Benedict Cumberbatch and the League of Domesticated Assasins, Part Two", + "total_payout_value": "0.000 HBD", + "url": "/writing/@markrmorrisjr/short-story-a-goldfish-mastermind-named-benedict-cumberbatch-and-the-league-of-domesticated-assasins-part-two" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 28803791877197, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 655059607463, + "voter": "barrie" + }, + { + "percent": "-10000", + "reputation": 32455846463901, + "rshares": -28439154960628, + "voter": "smooth" + }, + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28856551753, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7144201719947, + "voter": "skywalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4761815431104, + "voter": "bitcoin2016" + }, + { + "percent": "5800", + "reputation": 176979684007, + "rshares": 21407571352875, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5979213097448, + "voter": "freedom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1991677668267, + "voter": "apple" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2077414420546, + "voter": "bmw" + }, + { + "percent": "10000", + "reputation": 3894279128605, + "rshares": 6435324231750, + "voter": "wackou" + }, + { + "percent": "2000", + "reputation": 25104157850610, + "rshares": 446897655316, + "voter": "samupaha" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1730761723711, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 939135576401, + "voter": "liondani" + }, + { + "percent": "-10000", + "reputation": 26776677752355, + "rshares": -149564652859, + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2473119326, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 2017745308060, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3001836775, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 562495952, + "voter": "bunny" + }, + { + "percent": "5000", + "reputation": 59074616588451, + "rshares": 1983315231154, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 42255224672, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1325642399, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170794809, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 8980249791516, + "rshares": 246038843038, + "voter": "lovejoy" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 105712999960, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 106012286, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 1250001478305, + "rshares": 108208607802, + "voter": "bonapartist" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 932284253928, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 130083749933, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 227457869865, + "rshares": 6640768646, + "voter": "sean0010" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9037717389, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2293591555, + "voter": "bingo-1" + }, + { + "percent": "-10000", + "reputation": 83941319998, + "rshares": -4975641758675, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1418093721525, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 372101191737, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 280440782260, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 255207364455, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 27150651168, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 497314258, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 740353304, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 1327846425796, + "rshares": 5042513512, + "voter": "sammy007" + }, + { + "percent": "10000", + "reputation": 5154121875287, + "rshares": 77142838645, + "voter": "jwest40" + }, + { + "percent": "10000", + "reputation": 1268313655180, + "rshares": 44807614202, + "voter": "steem-samiam" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 41250980220, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 2242727814, + "rshares": 1918171027, + "voter": "proctologic2" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 278324921673, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 25112072900487, + "rshares": 199656606479, + "voter": "gardenlady" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 110621045820, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230286157, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 8467472206707, + "rshares": 22688869638, + "voter": "nikolai" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 48031769368, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 88295404901, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 5122577809544, + "rshares": 26991620095, + "voter": "merlinscat" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 13050439200, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 861106979806, + "rshares": 15186031850, + "voter": "sandwich" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 4779459041, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 78700019863, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 596707334180, + "rshares": 3901142784, + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 2830877880805, + "rshares": 155101637807, + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 13310989723, + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 55171927909, + "rshares": 26514733164, + "voter": "cyan91" + }, + { + "percent": "10000", + "reputation": 87363750745142, + "rshares": 458103343306, + "voter": "dana-edwards" + }, + { + "percent": "10000", + "reputation": 705877986486, + "rshares": 2882212761, + "voter": "carlos-cabeza" + }, + { + "percent": "10000", + "reputation": 1421425103482, + "rshares": 6682558366, + "voter": "full-measure" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 23014140803, + "voter": "joelinux" + }, + { + "percent": "10000", + "reputation": 225014291660, + "rshares": 5073340932, + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 526710884366, + "rshares": 7215850562, + "voter": "fran2k" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 562655514702, + "voter": "eeks" + }, + { + "percent": "3000", + "reputation": 4931834878069, + "rshares": 7659123688, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 1427571994880, + "rshares": 11497904199, + "voter": "bryner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 493024066, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 953603714760, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5697474048, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5216776171708, + "rshares": 94995151405, + "voter": "alexandra-renee" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 36629820125, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 233101710452, + "rshares": 1912809159, + "voter": "bradydale" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2093259943, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 865896375178, + "rshares": 1137341188, + "voter": "nxtblg" + }, + { + "percent": "10000", + "reputation": 493863952, + "rshares": 944384236, + "voter": "weenfan" + }, + { + "percent": "10000", + "reputation": 10093114621632, + "rshares": 92599968542, + "voter": "william-noe" + }, + { + "percent": "10000", + "reputation": 627954645291, + "rshares": 3520085626, + "voter": "jonno-katz" + }, + { + "percent": "10000", + "reputation": 1886231460740, + "rshares": 5502047299, + "voter": "kingjohal" + }, + { + "percent": "10000", + "reputation": 273195968453, + "rshares": 1267279115, + "voter": "karask" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 92454309983, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 59031345793, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 32983096229, + "rshares": 58355266593, + "voter": "tosch" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 51642445508, + "voter": "oaldamster" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 47285754045, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 60877390332151, + "rshares": 438733241208, + "voter": "kevinwong" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1440302216, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 16325478562, + "rshares": 1703082834, + "voter": "brian-lukassen" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 328850453421, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 135450753306, + "rshares": 928960890, + "voter": "leprechaun" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 345529598268, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 154126934, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 2741602475985, + "rshares": 33718398963, + "voter": "shelly-dawson" + }, + { + "percent": "10000", + "reputation": 3675954043, + "rshares": 368445527, + "voter": "lightninggears" + }, + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 136266751, + "voter": "irit" + }, + { + "percent": "0", + "reputation": 3211087232972, + "rshares": 230605493, + "voter": "btotherest" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 41776239824, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 11699849213, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 2130292884052, + "rshares": 177604342154, + "voter": "leon-fu" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 348678383322, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 2584344852600, + "rshares": 8953507274, + "voter": "jessica-miller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 385425487, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 34935156153627, + "rshares": 220733237722, + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 361299829558, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 20763505296686, + "rshares": 218739235227, + "voter": "wingz" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 49361760500, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 488865370830, + "rshares": 853502826, + "voter": "sunnyray" + }, + { + "percent": "10000", + "reputation": 1225278048760, + "rshares": 3157276577, + "voter": "pangur-ban" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4387565307, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 2548112906179, + "rshares": 3657216563, + "voter": "imyao" + }, + { + "percent": "10000", + "reputation": 9389887938261, + "rshares": 5762838618, + "voter": "kennyskitchen" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 193711151815, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1353620398794, + "rshares": 22690038991, + "voter": "clayton-smock" + }, + { + "percent": "10000", + "reputation": 387218146988, + "rshares": 1426079370, + "voter": "benthegameboy" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13116761389, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 73328757750, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 418647718, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 4669645809271, + "rshares": 48095620822, + "voter": "lat-nayar" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 1455229073, + "voter": "stephen-somers" + }, + { + "percent": "-10000", + "reputation": -1352735696512, + "rshares": -292516046, + "voter": "hater" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 126556050318, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 5520713099, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 191132417798, + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 48542961182602, + "rshares": 1366452037950, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 47572186936, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 196140423423, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 15030579703, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 5571311902261, + "rshares": 2284316211, + "voter": "mammasitta" + }, + { + "percent": "10000", + "reputation": 36344377648, + "rshares": 26925479353, + "voter": "marco-delsalto" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 91883598245, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 30044868717, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 275249148714, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 6029824012432, + "rshares": 17578383384, + "voter": "frankjones" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 6949182577, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 9400857896911, + "rshares": 809626573019, + "voter": "coinfund" + }, + { + "percent": "10000", + "reputation": 10980042082204, + "rshares": 14919190408, + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": 3117070635235, + "rshares": 4589216485, + "voter": "coreradio" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 72066803277, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 112943056223182, + "rshares": 174848535212, + "voter": "ericvancewalton" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 8759694260, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 18883944281, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 35050443507276, + "rshares": 68015326133, + "voter": "lauralemons" + }, + { + "percent": "10000", + "reputation": 1402029831983, + "rshares": 13878525585, + "voter": "wefdi" + }, + { + "percent": "10000", + "reputation": 5846151368508, + "rshares": 2847796604, + "voter": "romanskv" + }, + { + "percent": "10000", + "reputation": 668633470533, + "rshares": 3526969665, + "voter": "stijn" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75752047235, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2125911845, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 6020338478, + "voter": "kakradetome" + }, + { + "percent": "-10000", + "reputation": 213668684615, + "rshares": -222533651, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 108207889201, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 25974261453, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 11598571118, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 24622875895, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 25189146692, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 997011879274, + "rshares": 6562521346, + "voter": "endaksi1" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 163192736, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 6244867547, + "rshares": 1397052284, + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": 217622810430, + "rshares": 1338608604, + "voter": "ryno" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 841746287, + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 47973778283, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 3181753819665, + "rshares": 8470691506, + "voter": "jay4u" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1310613592, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 75388778818, + "voter": "jatochnietdan" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 18738316863, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 469166580712, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 1726646399, + "voter": "owdy" + }, + { + "percent": "3000", + "reputation": 3891722, + "rshares": 180318321, + "voter": "barbara2" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 201673179, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 184893895, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 86944920, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1350774164, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 736644764370, + "rshares": 1127867429036, + "voter": "renohq" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 110354566613, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 47264506487, + "rshares": 2059142064, + "voter": "gazm" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 20350277957, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 99266796796, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 39178222169, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 2637498741329, + "rshares": 5938664785, + "voter": "thovre" + }, + { + "percent": "10000", + "reputation": 258238650045, + "rshares": 240342989, + "voter": "denaver" + }, + { + "percent": "10000", + "reputation": 131860560605, + "rshares": 285621951, + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 3345442816, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4556171293, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3542771545, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4266645901, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 33944834437, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 110677545707, + "rshares": 306348387, + "voter": "lioliomir" + }, + { + "percent": "10000", + "reputation": 39920320621, + "rshares": 341766722004, + "voter": "bobbylee" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 12116386972, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 2200070551939, + "rshares": 10828717971, + "voter": "fogspam" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 5252002183, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 8268483310, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 50359420957, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 966153945, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1489102259, + "rshares": 203840552, + "voter": "zoicneo" + }, + { + "percent": "10000", + "reputation": 77829333771, + "rshares": 142766255462, + "voter": "valen55" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 329826962, + "voter": "dr2073" + }, + { + "percent": "0", + "reputation": 1175982316919, + "rshares": 7483053817, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 69835502463, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 523349272991, + "rshares": 7148814019, + "voter": "sylv3se" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 10177518765, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 379942370, + "rshares": 240811407, + "voter": "further" + }, + { + "percent": "10000", + "reputation": 2445998348172, + "rshares": 524237838, + "voter": "pigatto" + }, + { + "percent": "-10000", + "reputation": 116541357, + "rshares": -391316934, + "voter": "mrshade" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 1932413558, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 12364734674, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 43522623263, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 60296810523, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 55984784969, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 5854450586, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 26445450301, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 75113973996, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 2824014619, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3316799830, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 4815186343, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 601243388017, + "rshares": 1616028505, + "voter": "vyrl" + }, + { + "percent": "-10000", + "reputation": 3033861094190, + "rshares": -10515227787, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 34120390016, + "rshares": 2281047209, + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 2764978194297, + "rshares": 4170048912, + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 9999779221262, + "rshares": 18787790191, + "voter": "mynameisbrian" + }, + { + "percent": "10000", + "reputation": -445425524475, + "rshares": 247814527, + "voter": "willytrader" + }, + { + "percent": "10000", + "reputation": 10955800027, + "rshares": 1365840472, + "voter": "jos.denmark" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 1219639516, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 181231438359, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 1661515438853, + "rshares": 5738119296, + "voter": "kidsysco" + }, + { + "percent": "10000", + "reputation": 81637934901, + "rshares": 135575084, + "voter": "jdenismusic" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 13891066989, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 224144957883, + "rshares": 13058245703, + "voter": "all-of-us" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 670420362, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 4456090201156, + "rshares": 6757620390, + "voter": "heimindanger" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 6880303141, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 2892380465, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 10592788004, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 900694208703, + "rshares": 6646652196, + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 14032900006, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 5899266121, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 2924332298, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 7740774800016, + "rshares": 23990510328, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 19527440914, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 66539358837, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 671977617081, + "rshares": 2794842348, + "voter": "mookosoo" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 114054397, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 233370090319, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 892217982851, + "voter": "james212" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6168804790, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 32729786964, + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 108742011, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 929113870632, + "rshares": 152324527, + "voter": "valenttina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1162438046, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 225850244, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 226189494, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 131016370, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 131757018, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 75155471, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 542854211690, + "rshares": 380069779, + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 161079803820, + "rshares": 55611777212, + "voter": "arcurus" + }, + { + "percent": "10000", + "reputation": 19524897676, + "rshares": 5952797002, + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 1365185552740, + "rshares": 101095537, + "voter": "dabaisha" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 6836391353, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 4911895513371, + "rshares": 7563628380, + "voter": "quickfingersluc" + }, + { + "percent": "10000", + "reputation": 48324434201, + "rshares": 190659116, + "voter": "tobythecat" + }, + { + "percent": "10000", + "reputation": 96522929177, + "rshares": 119451261, + "voter": "bigb" + }, + { + "percent": "10000", + "reputation": 29770846221, + "rshares": 560064773, + "voter": "jasonpay1" + }, + { + "percent": "10000", + "reputation": 2615896270, + "rshares": 4352389968, + "voter": "sacode" + }, + { + "percent": "10000", + "reputation": 20782968, + "rshares": 109567532, + "voter": "pyneer" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 788636804, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 114499038747, + "rshares": 438637419, + "voter": "kooshikoo" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 22234096709, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 590471277, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 12906068587, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 290547266, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 221527721, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 165851825, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 73320231439, + "rshares": 121019993, + "voter": "cronk" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 2068010892, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 6674860104, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67924205, + "voter": "yarly12" + }, + { + "percent": "3000", + "reputation": 147425730, + "rshares": 193705014, + "voter": "fnait" + }, + { + "percent": "3000", + "reputation": 3720753029, + "rshares": 186585448, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 5711413280, + "rshares": 5258039855, + "voter": "stef" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 458626939, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 2915156599, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 136260156259, + "rshares": 121139883, + "voter": "kibela" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 5364165226, + "voter": "clevecross" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 95073477, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2642781889634, + "rshares": 6237612079, + "voter": "steve-mcclair" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 1814886398, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 69867551092, + "voter": "sterlinluxan" + }, + { + "percent": "10000", + "reputation": 206406209371, + "rshares": 1818066965, + "voter": "lpninja" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 30478702267, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 4046144208870, + "rshares": 618854556, + "voter": "webosfritos" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3217577968, + "voter": "glitterpig" + }, + { + "percent": "-10000", + "reputation": -4779249072914, + "rshares": -218485342, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 10992715826, + "voter": "taker" + }, + { + "percent": "-10000", + "reputation": 8710090850955, + "rshares": -35510870504, + "voter": "rampant" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 1054341722, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 4341976914033, + "rshares": 13192820084, + "voter": "magicmonk" + }, + { + "percent": "10000", + "reputation": 2832097256429, + "rshares": 4872499259, + "voter": "satoshifpv" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 2035240391, + "voter": "rich77" + }, + { + "percent": "10000", + "reputation": 1127978824162, + "rshares": 1676666314, + "voter": "feelapi" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 1153142475, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 2806306672700, + "rshares": 2777550287, + "voter": "denn" + }, + { + "percent": "10000", + "reputation": 144042539115, + "rshares": 316344538, + "voter": "baryonlee" + }, + { + "percent": "10000", + "reputation": 566772714531, + "rshares": 2311425537, + "voter": "crypto-toll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2952524426, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 1730762469, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 6993970259, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6601122435, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 898801272252, + "rshares": 1921804267, + "voter": "t3ran13" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 6233912931, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 7388149725, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 29845491058, + "rshares": 69667046, + "voter": "ragnaroek" + }, + { + "percent": "10000", + "reputation": 413797518320, + "rshares": 16072253749, + "voter": "velourex" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 111083493, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 2863868513, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 84243674408, + "rshares": 86372903, + "voter": "erikkartmen" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 60809144964, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": -349458835282, + "rshares": 73781864, + "voter": "dims" + }, + { + "percent": "10000", + "reputation": 166646264775, + "rshares": 1561650055, + "voter": "anjoke" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 190848024, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 96284142617, + "rshares": 1824027282, + "voter": "vladikras" + }, + { + "percent": "10000", + "reputation": 126444536302, + "rshares": 662534286, + "voter": "hms818" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 28371789287, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61710214, + "voter": "costins" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 398467602540, + "rshares": 145298241, + "voter": "naifaz" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 538443512, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 606096537951, + "rshares": 826466573, + "voter": "kdugar" + }, + { + "percent": "10000", + "reputation": 4130836907564, + "rshares": 16078730584, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 80947204062, + "rshares": 26799904660, + "voter": "dowha" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 52495631, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 1358383666, + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 50183394, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 11946979724, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 2471072555, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 97790936857, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -138680661344, + "rshares": 59668352, + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 1510854583971, + "rshares": 1591161644, + "voter": "stylo" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 1132289846563, + "rshares": 16051715899, + "voter": "ioc" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 672355756, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 5880350644, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 286385675205, + "rshares": 104282840, + "voter": "smartguylabcoat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 64499351, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 67427595157518, + "rshares": 530197055533, + "voter": "dollarvigilante" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 32950637151, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 778239990, + "voter": "kollapsik" + }, + { + "percent": "10000", + "reputation": 1429700840, + "rshares": 59462731, + "voter": "porcupine305" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 4352422309, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 56961785, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 27504418847, + "rshares": 85616820147, + "voter": "neptun" + }, + { + "percent": "10000", + "reputation": 1509612108450, + "rshares": 1902873783, + "voter": "jsantana" + }, + { + "percent": "10000", + "reputation": 24073624840, + "rshares": 1496702684, + "voter": "madoff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 64015719926, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 951754559495, + "rshares": 1177108401, + "voter": "laconicflow" + }, + { + "percent": "10000", + "reputation": 1393324333405, + "rshares": 1711117053, + "voter": "shneakysquirrel" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 51888333, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 51613018, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 4005943680227, + "rshares": 1278590120, + "voter": "jenniferskyler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 630154656, + "rshares": 2148269823, + "voter": "tomoaki" + }, + { + "percent": "10000", + "reputation": 2140537429766, + "rshares": 14331185511, + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 1027623674960, + "rshares": 1442574449, + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2861010261, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 434004765, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 3550134972, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 21809831919, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 17140629596244, + "rshares": 20829214563, + "voter": "dragonanarchist" + }, + { + "percent": "10000", + "reputation": 3135058867066, + "rshares": 296107196, + "voter": "stillsafe" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 65865569, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 3244771590977, + "rshares": 46109704517, + "voter": "albensilverberg" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 15585897007, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 58525745813, + "rshares": 61907205, + "voter": "rangertx" + }, + { + "percent": "10000", + "reputation": 1141549904909, + "rshares": 2127553698, + "voter": "hoopatang" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 53716819, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 824556048979, + "rshares": 3657706151, + "voter": "harand" + }, + { + "percent": "10000", + "reputation": 213531879282, + "rshares": 3056602030, + "voter": "mistowed" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 12049841864, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 5881944684, + "rshares": 58099099, + "voter": "disletti" + }, + { + "percent": "10000", + "reputation": 68335930859, + "rshares": 58452606, + "voter": "justinschwalm" + }, + { + "percent": "10000", + "reputation": 186566404, + "rshares": 58680070, + "voter": "tamijj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 366529203171, + "rshares": 66998944, + "voter": "brandon-rosano" + }, + { + "percent": "10000", + "reputation": -25378643585, + "rshares": 57177136, + "voter": "raturn07" + }, + { + "percent": "10000", + "reputation": -1987750394564, + "rshares": 54231473, + "voter": "feminism" + }, + { + "percent": "10000", + "reputation": 46393039820, + "rshares": 1565796952, + "voter": "themonetaryfew" + }, + { + "percent": "10000", + "reputation": 3758981994, + "rshares": 55479485, + "voter": "gearshiftrwife" + }, + { + "percent": "10000", + "reputation": 716390377150, + "rshares": 1153204996, + "voter": "rwgunderson" + }, + { + "percent": "10000", + "reputation": 23294106, + "rshares": 57027057, + "voter": "hosscomp" + }, + { + "percent": "10000", + "reputation": 125625258790, + "rshares": 13698220875, + "voter": "playerdeus" + }, + { + "percent": "10000", + "reputation": 335003583191, + "rshares": 58105808, + "voter": "jtstreetman" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 159924061, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 17676358821986, + "rshares": 3488799557, + "voter": "krnel" + }, + { + "percent": "10000", + "reputation": 1391859553453, + "rshares": 50053749694, + "voter": "skum" + }, + { + "percent": "10000", + "reputation": 630803487, + "rshares": 38714583579, + "voter": "simon-says" + }, + { + "percent": "10000", + "reputation": 387438670668, + "rshares": 586696570, + "voter": "ian.wash" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 848046844, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61850441083, + "voter": "dumpling" + }, + { + "percent": "10000", + "reputation": 4005883638, + "rshares": 54561850, + "voter": "makov" + }, + { + "percent": "10000", + "reputation": 1192599590489, + "rshares": 756859781, + "voter": "nathanbrown" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 702585913, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 1978183631, + "voter": "richardcrill" + }, + { + "percent": "10000", + "reputation": 3849564768924, + "rshares": 26337143257, + "voter": "onesunbeingnow" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 100642849, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 1310694171712, + "rshares": 2308147640, + "voter": "blockcodes" + }, + { + "percent": "10000", + "reputation": 740011830, + "rshares": 54950901, + "voter": "buster" + }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 14327247506, + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 107511023, + "rshares": 6880376533, + "voter": "mdoolsky" + }, + { + "percent": "10000", + "reputation": 651373865756, + "rshares": 60003163, + "voter": "team101" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 3034066550, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 80500300321, + "rshares": 53461883, + "voter": "happylovelife" + }, + { + "percent": "10000", + "reputation": 25644393, + "rshares": 55667728, + "voter": "fizzgig" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 13368173923, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 25508059, + "rshares": 54547175, + "voter": "kosmatimuc" + }, + { + "percent": "10000", + "reputation": 225437981, + "rshares": 55647089, + "voter": "chadmichaellibby" + }, + { + "percent": "10000", + "reputation": 7306624703593, + "rshares": 11732671796, + "voter": "kommienezuspadt" + }, + { + "percent": "10000", + "reputation": 8412926035, + "rshares": 3927731551, + "voter": "ericbotticelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 1919986626165, + "rshares": 754185436, + "voter": "matthewtiii" + }, + { + "percent": "10000", + "reputation": 100770751240, + "rshares": 88068396, + "voter": "ruscion" + }, + { + "percent": "10000", + "reputation": 2852613092773, + "rshares": 1125741534, + "voter": "andressilvera" + }, + { + "percent": "10000", + "reputation": 949895649943, + "rshares": 370044653, + "voter": "nebcat" + }, + { + "percent": "10000", + "reputation": 19272336927, + "rshares": 426354645, + "voter": "eniac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 6334668426, + "rshares": 54124131, + "voter": "gsdalex" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 522747796, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 1019480341, + "rshares": 54905820, + "voter": "apriltown" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1546583783207, + "rshares": 2880632988, + "voter": "michaelmatthews" + }, + { + "percent": "10000", + "reputation": 1902109169053, + "rshares": 2505483962, + "voter": "thebeachedwhale" + }, + { + "percent": "10000", + "reputation": 119788937, + "rshares": 54594928, + "voter": "thomasdh" + }, + { + "percent": "10000", + "reputation": -248081771849, + "rshares": 54729631, + "voter": "chuckleberry" + }, + { + "percent": "10000", + "reputation": 2368258663, + "rshares": 56275084, + "voter": "baldsteve1" + }, + { + "percent": "10000", + "reputation": 2483815670577, + "rshares": 1719191327, + "voter": "richardjuckes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 6526089963, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54369532, + "voter": "zinnia" + }, + { + "percent": "10000", + "reputation": 190002902030, + "rshares": 51368102, + "voter": "baodog" + }, + { + "percent": "10000", + "reputation": 35525606700, + "rshares": 55290988, + "voter": "rasfos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": -9818989087, + "rshares": 54107746, + "voter": "aylinsita1990" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 2053885248, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 1197776504, + "rshares": 50714778, + "voter": "recurvez" + }, + { + "percent": "10000", + "reputation": -67735993017, + "rshares": 54956822, + "voter": "aracage" + }, + { + "percent": "10000", + "reputation": -13647790364, + "rshares": 53861129, + "voter": "urbanchick" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52756699, + "voter": "rocknrolldm" + }, + { + "percent": "10000", + "reputation": 2184996, + "rshares": 53797621, + "voter": "peacefulpunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 225002393, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 8671572242235, + "rshares": 1239828297, + "voter": "mariandavp" + }, + { + "percent": "10000", + "reputation": 117503235708, + "rshares": 80186126, + "voter": "polymorphin" + }, + { + "percent": "10000", + "reputation": 19674745811334, + "rshares": 41750119660, + "voter": "tracemayer" + }, + { + "percent": "10000", + "reputation": 1000151128321, + "rshares": 55932832, + "voter": "littlescribe" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 51358323, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 269520578215, + "rshares": 145462042, + "voter": "fraterralph" + }, + { + "percent": "10000", + "reputation": 5014250342169, + "rshares": 384286532, + "voter": "thornybastard" + }, + { + "percent": "10000", + "reputation": 277665828905, + "rshares": 54554837, + "voter": "ivicaa" + }, + { + "percent": "10000", + "reputation": 932570039, + "rshares": 53278513, + "voter": "napwest" + }, + { + "percent": "10000", + "reputation": 2022361021, + "rshares": 54105448, + "voter": "dynamic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 1364429187373, + "rshares": 1565633031, + "voter": "ecoosha" + }, + { + "percent": "10000", + "reputation": 474811529, + "rshares": 52943536, + "voter": "brs" + }, + { + "percent": "10000", + "reputation": 32819947524, + "rshares": 55120694, + "voter": "sic-savidicus" + }, + { + "percent": "10000", + "reputation": 563927807986, + "rshares": 55620886, + "voter": "bitcoinparadise" + }, + { + "percent": "10000", + "reputation": 131125606004, + "rshares": 56642711, + "voter": "thelord" + }, + { + "percent": "10000", + "reputation": 80920831153, + "rshares": 56789009, + "voter": "fpcvirtual" + }, + { + "percent": "10000", + "reputation": 4878508275, + "rshares": 54542276, + "voter": "stronglead" + }, + { + "percent": "10000", + "reputation": 1284722401920, + "rshares": 1183718198, + "voter": "patrickdawson" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 53643296, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 972475674653, + "rshares": 292044667, + "voter": "nataliadobrick" + }, + { + "percent": "10000", + "reputation": 2766817529, + "rshares": 52496639, + "voter": "ghostvangogh" + }, + { + "percent": "10000", + "reputation": 1044015789, + "rshares": 52484486, + "voter": "ryanrock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52450983, + "voter": "blubbery-alarm" + }, + { + "percent": "10000", + "reputation": 60463245122, + "rshares": 51174456, + "voter": "i-repost" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 50129944, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 160159881697, + "rshares": 1329323282, + "voter": "dirkzett" + }, + { + "percent": "10000", + "reputation": 9113317076, + "rshares": 51109965, + "voter": "f1111111" + }, + { + "percent": "10000", + "reputation": 1192748720, + "rshares": 100917941, + "voter": "anotherone" + }, + { + "percent": "10000", + "reputation": 1295921229, + "rshares": 50944073, + "voter": "ahmedeblogger" + }, + { + "percent": "10000", + "reputation": 511117859, + "rshares": 51972989, + "voter": "miriams" + }, + { + "percent": "10000", + "reputation": 845969200819, + "rshares": 52973060, + "voter": "redq" + }, + { + "percent": "10000", + "reputation": 1539643177, + "rshares": 51934131, + "voter": "donvaxier" + }, + { + "percent": "10000", + "reputation": 3765152822, + "rshares": 51077428, + "voter": "arnebolen" + }, + { + "percent": "10000", + "reputation": 367914517, + "rshares": 82454963, + "voter": "foodandtravel" + }, + { + "percent": "10000", + "reputation": 1765060868967, + "rshares": 149373971, + "voter": "modernbukowski" + } + ], + "author": "dantheman", + "author_reputation": 145171381514207, + "beneficiaries": [], + "body": "<center>https://upload.wikimedia.org/wikipedia/commons/2/24/Onedolar2009series.jpg</center>\nSafety, security, stability, and sustainability are very important design characteristics that our team is always attempting to maximize. We must balance many variables when creating cryptocurrencies, smart contracts, and economic incentives. In particular it is important to design systems that remain robust and predictable in *all* market conditions.\n\n## Steem Dollars have Limits \n\nThe idea behind a Steem Dollar is that it should ***almost always*** be worth about one US dollar. We have set rules in place to make this statement true 99% of the time by making the Steem Dollar convertible to a dollar worth of STEEM. \n\nAnyone who promises you that any asset will **always** be worth something is either ignorant to some risks or a liar. This is true for bank deposits, gold coins, and crypto currencies. Banks can seize your funds, go bankrupt, have a bail in, or hyper inflate the currency until it is worthless. In other words you are never guaranteed purchasing power.\n\nWhen it comes to the Steem Dollar, their purchasing power depends upon the market demand for STEEM. The Steem Dollar is really nothing more than a smart contract for a variable amount of STEEM depending upon an oracle. If STEEM is worthless than the Steem Dollar will also be worthless.\n\nAs the value of STEEM falls, the amount of STEEM required to represent a U.S. dollar worth of value approaches infinity. If left unchecked, the Steem Dollar could render STEEM worthless and when that happens all Steem Dollars become worthless too. \n\n## Black Swan Events need a Plan \n\nIt isn\u2019t possible to prevent all black swan events, but it is possible to establish a fair set of rules for handling them. It is always best to define the rules before they are necessary so that everyone can take full responsibility for the consequences of their trading decisions. \n\nThere are two major black swan events that the Steem community and traders should have a contingency plan in place for. The first black swan is if the value of STEEM crashes so far that Steem Dollars represent an insurmountable burden on the STEEM price that sets off a chain reaction pushing the value of STEEM toward zero. \n\nThe second major black swan event is when the US dollar hyperinflates and becomes worthless as a day to day currency. In my opinion this is the more likely outcome.\n\n## Price Feed defines Value of Steem Dollar\n\nThe price feed can be viewed as a mathematical function that traders and speculators can trade against for determining the value of the Steem Dollar at any time. Right now we have defined the function to always equal the **approximate marginal price 1 STEEM fetches on the open market**. \n\nThere are two extreme cases, black swans, that must be considered. In one extreme the price goes to 0, in the other extreme the price goes to infinity. It is in the interest of everyone involved that the value of a Steem Dollar never hits either extreme. This can be implemented in objective terms by setting hard limits on the exchange rate range that is allowed.\n\nWe can set a maximum and minimum Steem Dollar price as follows:\n\n**maximum price** = SteemSupply / (10 * SteemDollarSupply)\n**minimum price** = SteemSupply / (10000 * SteemDollarSupply)\n\nWith these rules in place, Steem Dollar holders are protected against US dollar hyperinflation and Steem holders are protected against US dollar \u201chyperdeflation\u201d. The witnesses are trusted to publish a honest price feed relative to dollars at all times, but the blockchain will enforce these hard limits.\n\nIn other words, the market cap of all Steem Dollars will always be between 0.01% and 10% of the Steem market cap. This will become a mathematical reality with the addition of two lines of code to the method that calculates the conversion price. \n\n## Sustainable and Fair\n\nThese rules would make the economic system of Steem sustainable and fair in all circumstances by clarifying the meaning of a Steem Dollar. With the clarified meaning, a Steem Dollar is allowed to have values above or below a U.S. dollar under certain market conditions. All traders can be aware of those conditions and trade accordingly. \n\nBy implementing these rules long before the STEEM / USD price gets near either extreme all market participants have ample opportunity to adjust their positions. \n\n## No Promise of Value \n\nSteemit, Inc cannot and will not promise that the STEEM token, Steem Power, or Steem Dollars will have any value now or in the future. We aim only to create fair rules to approximate the relative subjective value each member of the Steem community brings to the table. Any value these tokens have will at all times be set by the free market through voluntary exchange. \n\n\n## Benefits over Alternative Approaches\n\nIn a prior post I outlined a solution that would covert 1% of Steem Dollars to Steem Power as a means of correcting the imbalance. This solution had the nice property of only exposing 1% of a person\u2019s steem dollars to volatility at a time, but had the down side of making the life of exchanges and smart contracts everywhere very complex. Every smart contract would have to factor in the potential that a liquid asset like Steem Dollars could be partially converted to an illiquid asset such as VESTS. This great complicates things such as *escrow transactions* and *side chains* and exchange deposits. In other words, it had all of the negative properties on 3rd parties that could be associated with negative interest rates.\n\nSome people suggested things like bootstrapping an economy around Steem Dollars or buying them back with Ad revenue. It isn't a matter of finding buyers for Steem Dollars, it is a matter of maintaining a debt ceiling. Simply moving Steem Dollars from person to person does not solve the problem. \n\n## Thanks for Feedback \n\nWe would like to thank everyone for the feedback they have provided and invite additional feedback. We are all in this together, lets make Steem the best platform for everyone involved.", + "body_length": 6106, + "cashout_time": "2016-08-27T22:31:15", + "category": "steemit", + "children": 148, + "created": "2016-08-20T22:31:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"steemdollar\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/2/24/Onedolar2009series.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T22:31:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 73883123456436, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "798.332 HBD", + "percent_hbd": 10000, + "permlink": "steem-dollars-have-limits", + "post_id": 912496, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Dollars have Limits", + "title": "Steem Dollars have Limits", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@dantheman/steem-dollars-have-limits" + }, + { + "active_votes": [ + { + "percent": "5000", + "reputation": 14765040488827, + "rshares": 13457729427137, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6429718498466, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5969686062520, + "voter": "enki" + }, + { + "percent": "5000", + "reputation": 608057298751, + "rshares": 318309928047, + "voter": "justin" + }, + { + "percent": "5000", + "reputation": 138490649, + "rshares": 857465222039, + "voter": "silver" + }, + { + "percent": "5000", + "reputation": 4018307276106, + "rshares": 2023663445286, + "voter": "silversteem" + }, + { + "percent": "5000", + "reputation": 27931460807554, + "rshares": 2367871184916, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2473066411, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3001769936, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 562488990, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 42250008220, + "voter": "bue" + }, + { + "percent": "5000", + "reputation": 29449063355738, + "rshares": 221342771039, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1325615942, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170794809, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 497308688, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 740340772, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 24026142873, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230286157, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 39133037831, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1440233974, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 8595807585, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 4338392818880, + "rshares": 31073626868, + "voter": "altoz" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 102796327691, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 9389887938261, + "rshares": 5762782937, + "voter": "kennyskitchen" + }, + { + "percent": "5000", + "reputation": 213668684615, + "rshares": 111266825, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 101637987, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 140077927, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 1371681467487, + "rshares": 5913394422, + "voter": "autosmile13" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 3791501858, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1009094120, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2072716736, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 3190310993, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 4867569802, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 19524897676, + "rshares": 5759267577, + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 40594133409, + "rshares": 127049071, + "voter": "bookworm" + }, + { + "percent": "5000", + "reputation": -4779249072914, + "rshares": 109242671, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 1731661328, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 56728289, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 25751189522, + "voter": "driv3n" + }, + { + "percent": "5000", + "reputation": 891327, + "rshares": 384991973, + "voter": "theconnoisseur" + }, + { + "percent": "10000", + "reputation": -9068872902, + "rshares": 57615835, + "voter": "chrismarketing" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 1987601837, + "voter": "bledarus" + }, + { + "percent": "5000", + "reputation": 31215012571, + "rshares": 16746344147, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": -642566206250, + "rshares": 2806726132, + "voter": "craigwilliamz" + }, + { + "percent": "10000", + "reputation": 1876749044289, + "rshares": 1338617568, + "voter": "shadowspub" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 133141273, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 78274754809, + "rshares": 57276228, + "voter": "jlufer" + }, + { + "percent": "10000", + "reputation": 629377466, + "rshares": 57685838, + "voter": "otis147" + }, + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 1143356780, + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56365496, + "voter": "alankswan" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 491382928, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 25947497377, + "rshares": 61147348, + "voter": "abimorr" + }, + { + "percent": "10000", + "reputation": 988835724525, + "rshares": 1280125246, + "voter": "kiwideb" + }, + { + "percent": "10000", + "reputation": 2483815670577, + "rshares": 1719191327, + "voter": "richardjuckes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54861694, + "voter": "moogukazahn" + }, + { + "percent": "10000", + "reputation": 920365250378, + "rshares": 52861470, + "voter": "angelm" + }, + { + "percent": "10000", + "reputation": 2825341242, + "rshares": 52840099, + "voter": "noah.morris" + }, + { + "percent": "10000", + "reputation": 12964103, + "rshares": 53856431, + "voter": "carieswan" + }, + { + "percent": "10000", + "reputation": 2009941631, + "rshares": 53003885, + "voter": "marketingsys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52936373, + "voter": "patrickreuman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50596982, + "voter": "tdogg" + } + ], + "author": "markrmorrisjr", + "author_reputation": 38377870181305, + "beneficiaries": [], + "body": "## I'm pretty sure my roommates goldfish is head of a pet syndicate trying to kill him ##\n\n\n\n*I\u2019m not sure when I first noticed it, it might have been when I caught the parakeet watching me in his tiny mirror, following my every move around the room, or when I woke to find Max, my gray tabby cat, watching me sleep from the top of my chest of drawers at 3 AM.* \n\nBut I finally realized something was wrong when I opened the bathroom door to find Sid, the mastiff, Max the cat, and Penelope, the litter trained Lopeared rabbit, all sitting right outside the bathroom door, seemingly peering under the gap between the door\u2019s bottom and the hallway carpet. They scattered and pretended to be interested in bits of fuzz or beams of light, but I know what I saw, they were watching me. \n\nIt was a Thursday, so I had a late start day, which meant catching up on my Netflix cue and having a leisurely breakfast, then heading to the office around 10. I grabbed the raisin bran and a quart of milk, tucking a large bowl under one arm and clamping the spoon between my teeth, I managed to leave one hand free for a quart-sized tumbler of freshly squeezed OJ, perfect. \n\nI dumped my breakfast on the coffee table and reached into the \u201cremote drawer\u201d in the end table, only to find that the aptly named drawer was not currently home to the control for the Roku. I scanned the room, and there, peering out from behind one chair, was Penlope, eying me suspiciously. I tossed over the chair cushions, discovering a long lost sock, but no remote.\n\n*I quickly scanned the higher surfaces in the room, the mantle, the bookshelf, the entertainment\u2026 and there was the mastiff, peering around the corner from the kitchen. What the heck was going on? Finally, I spotted the remote sitting squarely in front of the goldfish bowl, pointed toward the tv as if Benedict Cumberbatch, the evil eyed gold fish my roommate had arrived with, had been using it. Weird.* \n\nI shrugged it off and sat, hitting my tailbone on Ralph\u2019s denta-chew, which he knew did not belong on the couch, and clicked on the TV and set top Roku streaming box, waiting for it to pick up a wifi signal while I poured cereal and milk. I positioned myself just the right distance from the arm of the sofa to make the reach to the coaster, holding my OJ tumbler, just right and sank back. \n\n**About two clicks into my normal content scrolling routine, I noticed a change.** \n\nI checked the user account, but it was mine, but I knew for a fact I had not watched nearly this quantity of police procedural documentaries. I turned and eyeballed Benedict, who, quickly looked away and pretended to nonchalantly lap his bowl, looking for food flake crumbs. \n\nMust have been the new roommate, or so I convinced myself, and settled in to catch up on Fear of the Walking Dead. It was a successful morning. I\u2019d been able to cram in three episodes, the milk to cereal ratio had been perfect, and the three cubes of ice in my OJ, were just enough to keep it refreshingly cold, without watering it down. Other than the stronger than usual scent of the almond milk, a nearly perfect breakfast.\n\nI scraped the breakfast fixings up in an armload, grabbing the empty orange juice glass and clicking onto my morning news feed, as I went to the kitchen. \n\n**I froze.** \n\nThere, sitting in a chair at the breakfast table, peering at the screen of my laptop, were Max, Penelope and Ralph, the 200 pound mastiff, all raptly attentive to something. They saw me. \n\nThe cat was the first to move, rubbing his butt past the rabbit as Ralph circled twice and collapsed into a sighing heap on his rug. Penelope, I swear, clicked at least two keys, then pretended to be interested in the wax fruit my mom insisted made a great centerpiece in here. It didn\u2019t. \n\n*I stood a full ten seconds, surveying the scene, before I realized, Ralph had been wearing my reading glasses and was now drooling on them, in an effort to normalize the situation. I peered back around the corner to where Benedict floated, intently still, eyes closed, but definitely a part of all this.* \n\nI was beginning to wonder if I was still dreaming, when I dropped my cereal bowl, a heavy, clay pottery piece, squarely on my left little toe, bringing tears to my eye, \u201cMother Scratcher,\u201d I said, doing everything I could to juggle the milk and keep it off the floor. Finally, \n\n**I bobbled the milk onto the counter and was able to grab my toes.** \n\n*The tears in my eyes were enough to convince, me, it was real and I swear, that damn cat was laughing.*\n\nAs I was leaving the kitchen, I turned back to find all three mamalians eagerly sniffing at the small puddle of almond milk I\u2019d left, knowing the cat would quickly lap it up. He didn\u2019t. In fact, they all three looked piercingly at me, accusing me of leaving the mess, but none of them darted a curious pink tongue out to even test the air. \n\n**It was at that moment, the alarm I set to remind me it was time to shower, or face the wrath of the intern supervisor at work, went off and I forgot all about it.** \n\nLater that afternoon, I returned home from work, to find my roommate, Ludwig, ensconced among the animals on the sofa, watching scifi. \u201cLudwig, did you use my Netflix user account?\u201d \n\n\u201cI\u2019m sorry?\u201d He peered up at me, my dog\u2019s head in his lap, glaring up at me, the cat on his shoulder and Penelope eating toasted edamame out of his palm. \u201cOh, hey, you\u2019re home, I mopped up some almond milk, I think, in the kitchen, nearly slipped on it. Surprised the cat hadn\u2019t cleaned it already.\u201d He said, returning full attention to his show. \n\n\u201cCould you turn that down?\u201d I picked up the remote and paused the show. \u201cDude, they are not supposed to be on the so\u2026\u201d Ralph growled at me, in a way that let me know, I needed to get my hand off his backside. \u201cWhat the hell? Ralph, you don\u2019t ever growl at me, what is wrong with you?\u201d Ralph got down from the sofa, picked up the remote and positioned it directly in front of the goldfish bowl. The program resumed. \n\n**Ludwig seemed oblivious to what had just happened, \u201cDid you not see that?\u201d** \n\n\u201cOh, yeah, the dog turned the show back on, I think he was really into it,\u201d Ludwig said. \n\n*I didn\u2019t argue, but I did notice the goldfish smiling smugly as I went to the kitchen to grab a trashbag and the dustbuster. I left them on the coffee table, hoping Ludwig would get the hint and clean up the couch.* \n\nHe smiled, \u201cOh, thanks!\u201d and began to vacuum his shirt with the miniature vacuum. \n\nIt was two o\u2019clock in the morning, when I finally had to admit that either I needed psychiatric help, or my animals were out to get to me. I was awakened by the television. \n\n> \u201c\u2026and here, in the laboratory, the CSI technicians will test the\n> sample for toxicology. Unfortunately, in the majority of these cases,\n> we don\u2019t finish our analysis, the DA gets a plea bargain and the crime is labeled solved before the evidence is even really examined.\u201d\n\nI rolled over and checked the clock. Okay, Ludwig, time to have it out. I don\u2019t need the money that bad. The rent here hadn\u2019t changed in 30 years, and couldn\u2019t so long as the apartment was continually occupied, and so it had been handed down from roommate, to roommate. \n\n*I stumbled into the living room, rubbing my eyes, as the television went dark. In the glow of the streetlamp, coming in through the windows framing the fireplace mantle, I became aware that Ludwig had either mastered the art of invisibility, or he wasn\u2019t there.* \n\nInstead, Ralph, Max and Penelope sat on the sofa, pretending to sleep, while near the fish\u2019s bowl, I caught the red blink of a light on the remote. This was getting out of hand. \n\n**\u201cListen, Cumberbatch,\u201d I said, \u201cI\u2019m on to you. I don\u2019t know what you\u2019re planning yet, but when I find out...\u201d**\n\n\u201cDude! Are you talking to my goldfish?\u201d Ludwig asked, peering out from the hallway. \u201cI thought I heard the TV, could your turn it down, if you need to watch it so late? I have work at 6, sorry to be a jerk about it, but if you could, please?\u201d \n\n*I started to explain, but I was pretty sure I knew where this one was going. There was a long and storied history behind the reasons that Ralph was my first dog since the second grade. It hadn\u2019t ended well for either of us and landed me in therapy, probably for life. I decided to keep the pet\u2019s conspiracy a secret, at least for now.* \n\n\u201cNo, uh, rehearsing lines from a uh, training video they\u2019re making the intern staff do, sorry, couldn\u2019t sleep.\u201d I lied. He squinched his face in a way that let me know, he hadn\u2019t completely bought my lie, then waved me off as he turned and headed back to bed. \n\n**I sat down on the couch, I wasn\u2019t feeling so good.** \n\nRalph shifted over, grudgingly, as I dug behind me for what I thought was Ralph\u2019s chew toy, my hand closed on a hard, glass cylinder. I sat the bottle on the table, it was brown bottle glass, with a black eyedropper top, like the bottle I buy lavender in for head colds, there was no label.\n\nLudwig\u2019s bowl was still on the table from his dinner, I clucked, disgustedly. \n\n*He wasn\u2019t a pig, I had to give him that, he\u2019d likely wake up and clean up the mess before I saw it. But, there it was. I picked up the bottle and unscrewed the lid, a somehow familiar scent escaped, the fumes creating a slightly bitter taste in my mouth, like almonds!* \n\n**Oh, my god, it was cyanide!**\n\nTrembling, I carried the bottle to the kitchen sink, and lowered it in, resting it gently in the bottom of the porcelain basin. What the hell? I turned back to the living room. Ralph was setting up, peering over the sofa at me, and both Max and Penelope sat on the sofa\u2019s back, watching my every move. \n\n*I was afraid to find out, but, I had to know. What the hell was that gold fish making my pets watch?*\n\n\n*Part Two, the Conclusion [can be found here! Enjoy!*](https://steemit.com/writing/@markrmorrisjr/short-story-a-goldfish-mastermind-named-benedict-cumberbatch-and-the-league-of-domesticated-assasins-part-two)\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", + "body_length": 10189, + "cashout_time": "2016-08-27T19:04:39", + "category": "writing", + "children": 16, + "created": "2016-08-20T19:04:39", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"writing\",\"fiction\",\"sciencefiction\",\"funny\",\"minnowsunited\"],\"image\":[\"http://i.imgsafe.org/8a9513dc5d.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-21T18:49:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 31993291415152, + "parent_author": "", + "parent_permlink": "writing", + "pending_payout_value": "167.442 HBD", + "percent_hbd": 10000, + "permlink": "a-goldfish-mastermind-named-benedict-cumberbatch-and-the-league-of-domesticated-assasins", + "post_id": 909706, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Short Story: A Goldfish Mastermind Named Benedict Cumberbatch and the League of Domesticated Assasins, Part One", + "title": "Short Story: A Goldfish Mastermind Named Benedict Cumberbatch and the League of Domesticated Assasins, Part One", + "total_payout_value": "0.000 HBD", + "url": "/writing/@markrmorrisjr/a-goldfish-mastermind-named-benedict-cumberbatch-and-the-league-of-domesticated-assasins" + }, + { + "active_votes": [ + { + "percent": "1000", + "reputation": 8272495818727, + "rshares": 656065134364, + "voter": "xeldal" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1440201928, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3951952066132, + "rshares": 94108847907, + "voter": "midnas-howler" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 102796327691, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 9389887938261, + "rshares": 5762782937, + "voter": "kennyskitchen" + }, + { + "percent": "1000", + "reputation": 213668684615, + "rshares": 55633412, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 101637987, + "voter": "endgame" + }, + { + "percent": "1000", + "reputation": -4779249072914, + "rshares": 54618548, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 56728289, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 1053978638105, + "rshares": 2949749924, + "voter": "psamuelson" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 6233400945, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 133141273, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 1143356780, + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 523553844040, + "rshares": 81049483, + "voter": "siren" + }, + { + "percent": "10000", + "reputation": 7766373, + "rshares": 383419609, + "voter": "denmark9560" + }, + { + "percent": "10000", + "reputation": 920365250378, + "rshares": 52861470, + "voter": "angelm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50596982, + "voter": "tdogg" + } + ], + "author": "markrmorrisjr", + "author_reputation": 38377870181305, + "beneficiaries": [], + "body": "## It's super easy, they told me, no problem... ##\n\n\n\nSo, a funny thing happened on my way to the bank with my steem earnings. I read a few Steemit posts, watched a couple of guys do it on video and I thought I was ready. So, I took a few SBD and headed out into the world to figure out how to translated them into spendable cash. \n\n**First, let me say this, if you've never written tutorials, you need some instructions. **\n\nI helped write a huge part of the DIY on Ehow.com, over 3000 tutorials, working with an editor for pay. I am an expert. This does not mean I know everything, but here are a few pro tips, for free:\n\n - Never assume knowledge in your reader, unless it is \"common\" ie: everyone knows what a \"doorknob\" is, but not everyone knows that BTC means bitcoin. \n - Slow down. Think through every step you're taking and explain them. Otherwise, someone (me) could spend 30 minutes finding the currency selector on Poloniex, before they find the SBD exchange. (it's in the bottom right and SBD stands for Steem Backed Dollars)\n - Explain. Don't just tell me to find the \"bitcoin wallet address\" base actionable advice on a specific platform and indicate where to find it. \n\n*Okay, that part of my rant is over, but seriously Steemers, don't write \"steamers\" make it count. It takes the same amount of energy to do it right. *\n\n\n\n## Here are a few of the statements that didn't pan out on my way to cashing out... ##\n\n - Here I am cashing out in 20 minutes!\n - You can do this in one day!\n - Follow these instructions you'll have no problem collecting\n - Why would you want dollars, just spend your Bitcoin!\n - \n**YEAH, RIGHT!**\n\nLet me answer these in order here: \n\n 1. No, you didn't do it the first time in 20 minutes. Takes longer than that to find the platforms and set up the accounts. \n 2. Right. Well, except the part where you have to wait 4-5 days to verify a bank account, which doesn't get mentioned until the comments. \n 3. I did follow the instructions. I'm a carpenter by trade as well, basically a professional at following instructions, I had problems. \n 4. Well, I can't eat bitcoin, because it's virtual, and I can't live off of New Egg and Amazon gift certs. My local Walmart doesn't take bitcoin, and I thought this was a liberty thing, mind your own!\n\n*Now, let me say, I knew this was going to be a learning experience, so it wasn't all bad, but it was pretty frustrating. If Bitcoin fans really want crypto to become universal, they have a lot of idiot proofing to do. *\n\n**I am not a technician, but I have earned my living almost exclusively online since 09, so I'm not a newb, either. Here is what I see.** \n\n - The fact that the crypto space has been almost entirely the domain of coders (rightly so) means there is a huge, and somewhat arrogant assumption of knowledge on the part of writers. \n - I would suggest going into this with a few SBD to start. That way, if you get in the wrong platform and find out it costs you an arm and a leg, the damage is minimal. \n - The fact that every single platform is (at best) in beta, means guys like me haven't gotten into the FAQ and edited out the tech jargon and made it understandable. It's gonna take a while. \n\n*As part of #dolphinschool I would love to see some videos made of this process that really go into enough detail to get a complete beginner thought it without too much frustration. *\n\n**So, I signed up for several platforms and settled on Poloniex for my very first trade. **\n\nFor as complex as it is,the Poloniex platform is fairl straight forward. unless you are working off of incomplete instructions. \n\n - I got signed up, found the address and memo just fine, so I got my SBD loaded without difficulty. \n - The wait for saleable assets was a bit longer than advertised, it took about 45 minutes for the transfer from steemit to Poloniex to be complete. \n - It took me about 30 minutes to find the SBD exchange. This was due to incomplete instructions in a steemer's video, but I found it. \n\nChecking the market and making the sale, surprisingly, was not difficult. Then, I had to figure out what to do with the BTC I had purchased. \n\n**I finally settled on coinbase as a base of operations, on the recommendation of a good friend. **\n\nMoving the money between Poloniex and Coinbase was simple, once I found the wallet address. \n \n## Then I hit my first big roadblock ##\n\n\n\nIt seems that Gobank, which I use in conjunction with Paypal for nearly all of my banking needs, is considered a \"prepaid account\".\n\n**Aren't all checking accounts \"prepaid\" WTH does that even mean, of course, you prepay money in, then you can spend it**\n \n\n - Gobank was good enough for the IRS to deposit to\n - Gobank works for wire transfers. \n - I've even cashed Canadian paychecks from the US using it. \n\n**But it's not good enough for Coinbase, I guess. Fine.**\n\nSo, I opted for setting up a debit card, and here is where I hit another obstacle. My ID would not scan properly. I wonder if this is because of my two addresses. \n\n - I can't use my home address as mail, because a mailman once attacked my dog and rightly got bit. \n - So, I have a \"Private Mail Box\" where I receive court and tax documents, bank cards, etc. \n - My ID has my home address, obviously. \n\nSo, although Crypto claims anonymity, my identity was a problem. Finally it accepted an email confirmation it requested and after about three rounds of SMS codes, I was in and had my BTC wallet balance. \n\n## Next up I needed a way to spend it ##\n\nBut, as it turns out, the BTC debit card world isn't too fond of the US, or we aren't fond of them. Most wouldn't issue in the US, although they have cards that spend USD. Suck!\n\n - I could get Bit Plastic, but the deposit is more than I have earned in BTC so far. (over $100)\n - Several outright refused due to my US address, something we Americans are not use to at all! LOL\n - Finally I decided on the Shift Card and set it up. \n\n**Everything went well, until they took my money, then they sent a message saying there was an error, they would contact me**\n\nBy this point, it was about 1 am, so I went to bed and set out to contact support this morning. \n\n - Shifts support wanted me to \"add my email accounts\" and asked me to enter my screen name and password, without taking me too the Google portal. \n - This sounded \"phishy\" so I backed out and found a direct email for suport. \n - KUDOS to Shift for answering promptly. I had a refund in less than two hours (not what I wanted, I wanted the damn card to be on its way)\n\n\n\n**Turns out, you must have a residential mailing address, confirmed with your name. No, my PMB, good enough for the IRS, banks and the state is not good enough, no I cannot use someone else's address to have it mailed to!**\n\nWhich brings me to the point of my post. It is not as easy as many made it look. The setup takes time and patience. Now I am asking for suggestions on other options. I'm not looking to open a standard checking account, that always costs in fees, always.\n\n**There was one other method, using a \"local\" bitcoin buyer and meeting up with some stranger in a parking lot to exchange cash for the release of bitcoin. Um, no thanks. **\n\nSO, if anyone has a method that is reasonably simple and easy to engage in on a regular basis, please leave the details in my comments. Thanks. \n\nSo, #dolphinschool readers, sorry for the rant, but be prepared, it may take some work on your part to trade your earnings for cash. Good luck!\n\n## Look for the upvote button below. If you liked the post, upvote and share! If you're not on Steemit yet, why not? You get free money for signing up! ##", + "body_length": 7904, + "cashout_time": "2016-08-27T18:47:18", + "category": "steemit", + "children": 6, + "created": "2016-08-20T18:47:18", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"money\",\"bitcoin\",\"minnowsunited\",\"dolphinschool\"],\"image\":[\"http://i.imgsafe.org/8a3b676988.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T20:23:03", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 871469489529, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.625 HBD", + "percent_hbd": 10000, + "permlink": "the-odyssey-or-how-my-quest-to-make-spd-usd-turned-into-a-nightmare", + "post_id": 909476, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Odyssey, or How my Quest to Make SPD=USD Turned Into a Nightmare!", + "title": "The Odyssey, or How my Quest to Make SPD=USD Turned Into a Nightmare!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@markrmorrisjr/the-odyssey-or-how-my-quest-to-make-spd-usd-turned-into-a-nightmare" + }, + { + "active_votes": [ + { + "percent": "0", + "reputation": 145171381514207, + "rshares": 576074112903, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 668938821837, + "voter": "barrie" + }, + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28856334255, + "voter": "anonymous" + }, + { + "percent": "0", + "reputation": 13823888326286, + "rshares": 290842993623, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 638708828629, + "voter": "microsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1758442524237, + "voter": "fantasy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 681118506303, + "voter": "eternity" + }, + { + "percent": "-10000", + "reputation": 13270505121655, + "rshares": -65738868122357, + "voter": "ned" + }, + { + "percent": "8600", + "reputation": 176979684007, + "rshares": 30684185605788, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1645055576006, + "voter": "galaxy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1647967098247, + "voter": "klm" + }, + { + "percent": "10000", + "reputation": 25104157850610, + "rshares": 2144948442952, + "voter": "samupaha" + }, + { + "percent": "2500", + "reputation": 16685610555705, + "rshares": 5359858096269, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 973980271163, + "voter": "liondani" + }, + { + "percent": "-10000", + "reputation": 26776677752355, + "rshares": -149564652859, + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3091083868, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3751872670, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 703078134, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 4102960464762, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 52785528915, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1656894481, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213491769, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 109905473578, + "voter": "alex90342fastn1" + }, + { + "percent": "0", + "reputation": 12928765689257, + "rshares": 697030254, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 52603713367, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 106012286, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 953405842075, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 132765011181, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9413504882, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2389001052, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 18678729398345, + "rshares": 159806397464, + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 17027235685, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 621602758, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 923628524, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2740194337419, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 5992588876858, + "rshares": 21098625559, + "voter": "hcf27" + }, + { + "percent": "10000", + "reputation": 4874033031398, + "rshares": 398535519380, + "voter": "woo7739" + }, + { + "percent": "10000", + "reputation": 5154121875287, + "rshares": 77142838645, + "voter": "jwest40" + }, + { + "percent": "10000", + "reputation": 2242727814, + "rshares": 1918171027, + "voter": "proctologic2" + }, + { + "percent": "10000", + "reputation": 76462073287981, + "rshares": 353967023042, + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 283915075005, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 112692676522, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287852470, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 9469162, + "rshares": 85567338660, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 24289380493, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 4290310171633, + "rshares": 14757203797, + "voter": "brindleswan" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 48031112568, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 5122577809544, + "rshares": 27589558812, + "voter": "merlinscat" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 125117010410, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 81889222938, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 596707334180, + "rshares": 3901074832, + "voter": "ppitonak" + }, + { + "percent": "0", + "reputation": 2830877880805, + "rshares": 3102032756, + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 14325289087, + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 161579369095, + "voter": "jamtaylor" + }, + { + "percent": "10000", + "reputation": 87363750745142, + "rshares": 467449483490, + "voter": "dana-edwards" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 18519064433, + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 20782518987, + "rshares": 742349380, + "voter": "densmirnov" + }, + { + "percent": "10000", + "reputation": 1421425103482, + "rshares": 6551527810, + "voter": "full-measure" + }, + { + "percent": "10000", + "reputation": 1845145940128, + "rshares": 67273408612, + "voter": "idealist" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 576043212174, + "voter": "eeks" + }, + { + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8167948995, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 492836410, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 953603714760, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5694953836, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 36630911740, + "voter": "james-show" + }, + { + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10724302629, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 122177444407384, + "rshares": 1729741312110, + "voter": "cryptoctopus" + }, + { + "percent": "10000", + "reputation": 17814707827319, + "rshares": 122330663942, + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 225150500580, + "rshares": 2734108467, + "voter": "tad-auker" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 9412101454, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 6703300627334, + "rshares": 21507395709, + "voter": "jonnybitcoin" + }, + { + "percent": "10000", + "reputation": 10093114621632, + "rshares": 90776620009, + "voter": "william-noe" + }, + { + "percent": "10000", + "reputation": 627954645291, + "rshares": 3855331876, + "voter": "jonno-katz" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 88294780385, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 348876921907, + "rshares": 577281779, + "voter": "n25052016" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 59030736687, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 11952915931943, + "rshares": 105739514596, + "voter": "amartinezque" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 7518510083, + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 49576480442, + "voter": "oaldamster" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 1884956348, + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1440033247, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 16325478562, + "rshares": 1703082834, + "voter": "brian-lukassen" + }, + { + "percent": "10000", + "reputation": 4740608822, + "rshares": 613938649, + "voter": "kodi" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 119326045105, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 47233071439, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 367083089332, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 376844021, + "voter": "chantelle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 376705732, + "voter": "charley" + }, + { + "percent": "10000", + "reputation": 3211087232972, + "rshares": 11874754731, + "voter": "btotherest" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 7879490286, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 382410007997, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 400591554, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 2584344852600, + "rshares": 8777948308, + "voter": "jessica-miller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 385289012, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 354213238586, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 14734236654427, + "rshares": 40201880488, + "voter": "intelliguy" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 52803777568, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 109496594184, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 5888717170887, + "rshares": 63327091940, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 2548112906179, + "rshares": 3584055177, + "voter": "imyao" + }, + { + "percent": "10000", + "reputation": 9389887938261, + "rshares": 6477987709, + "voter": "kennyskitchen" + }, + { + "percent": "10000", + "reputation": 1703172762438, + "rshares": 17497576572, + "voter": "andrei" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 193625594159, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 387218146988, + "rshares": 1484286691, + "voter": "benthegameboy" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 12854426161, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 76494942641, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 208783799666, + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 137733122582, + "voter": "schro" + }, + { + "percent": "-10000", + "reputation": -1352735696512, + "rshares": -292516046, + "voter": "hater" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 1381263739, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 148888538121, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 86912853643710, + "rshares": 697772124440, + "voter": "anwenbaumeister" + }, + { + "percent": "10000", + "reputation": 343178626425, + "rshares": 194955066154, + "voter": "mexbit" + }, + { + "percent": "10000", + "reputation": 48542961182602, + "rshares": 1336487801392, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 157636214062, + "rshares": 23975757870, + "voter": "ozzy-vega" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 47564957024, + "voter": "geoffrey" + }, + { + "percent": "5000", + "reputation": 598181152117, + "rshares": 108959818074, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 354175466732, + "rshares": 331085675, + "voter": "alextsvirko" + }, + { + "percent": "10000", + "reputation": 224903879777, + "rshares": 5974580171, + "voter": "tyler-fletcher" + }, + { + "percent": "10000", + "reputation": 23892211348234, + "rshares": 89985821162, + "voter": "mctiller" + }, + { + "percent": "10000", + "reputation": 7949210311767, + "rshares": 31294492326, + "voter": "talanhorne" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 5314468059, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 2976277043, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 266758209008, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 2632946346, + "rshares": 28905779011, + "voter": "catchfire" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 7578611454, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 52251301319, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 24746421537, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 540852988354, + "rshares": 828086771, + "voter": "basky" + }, + { + "percent": "10000", + "reputation": 10980042082204, + "rshares": 14918423898, + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 263199441, + "voter": "glongsword" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 262284529, + "voter": "ladyclair" + }, + { + "percent": "0", + "reputation": 17405459234693, + "rshares": 1715876268, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 8757540182, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 220050702, + "voter": "russle" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 18883700479, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 49991104635, + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 5001106158, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 4640695202, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 668633470533, + "rshares": 3526969665, + "voter": "stijn" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 78969067407, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2135787785, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 850076768507, + "rshares": 118604606967, + "voter": "joshbreslauer" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 5852499768, + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 10861625199, + "voter": "konstantin" + }, + { + "percent": "0", + "reputation": 213668684615, + "rshares": 55633412, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 4907399969, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 14661458923663, + "rshares": 86732487217, + "voter": "fabio" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 59532022705, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 6180521629731, + "rshares": 17887552796, + "voter": "elyaque" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 28718147185, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 234541495, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 6244867547, + "rshares": 1456467194, + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 841682875, + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 456375266764, + "rshares": 70122860533, + "voter": "mikemiziner" + }, + { + "percent": "10000", + "reputation": 3181753819665, + "rshares": 8294222320, + "voter": "jay4u" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 18734409544, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 490017512257, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 1146952603502, + "rshares": 3248677813, + "voter": "shemthepenman" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 107506007597, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 1726032166, + "voter": "owdy" + }, + { + "percent": "3000", + "reputation": 3891722, + "rshares": 192317264, + "voter": "barbara2" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 215095779, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 197197876, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 120756834, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1372321323, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 108103867964, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 47264506487, + "rshares": 2059142064, + "voter": "gazm" + }, + { + "percent": "10000", + "reputation": 727668809534, + "rshares": 4295131261, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 20712876605, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 989117228, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 80932061186, + "rshares": 1008037667, + "voter": "nicoret" + }, + { + "percent": "10000", + "reputation": 2993850661147, + "rshares": 18076068823, + "voter": "chriscrypto" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1349522322, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 3903016619, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3945359220, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 10789517295, + "voter": "asim" + }, + { + "percent": "0", + "reputation": 14053867770193, + "rshares": 3413569553, + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": -110718366028, + "rshares": 358696073, + "voter": "suicidemime" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 33265120152, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 110677545707, + "rshares": 312475355, + "voter": "lioliomir" + }, + { + "percent": "10000", + "reputation": 39920320621, + "rshares": 348467835427, + "voter": "bobbylee" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 5908502456, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 8623201414, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 59949079574, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1051966022, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 1798349458, + "rshares": 241733603, + "voter": "nysemax" + }, + { + "percent": "10000", + "reputation": 77829333771, + "rshares": 139963454562, + "voter": "valen55" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 71290237993, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 5214576141, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 523349272991, + "rshares": 7148476714, + "voter": "sylv3se" + }, + { + "percent": "10000", + "reputation": 2087820513398, + "rshares": 130811574284, + "voter": "gbert" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 1507108159, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 1948151562, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 5183116321161, + "rshares": 3711951724, + "voter": "krystle" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 64315979181, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 54844888355, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 6138486660, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 26444775609, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 76599161029, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 4392845381, + "rshares": 7702345533, + "voter": "tryptamin" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3391617159, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 258212335, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 4814907702, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 1560786654602, + "rshares": 2561289653, + "voter": "algimantas" + }, + { + "percent": "-10000", + "reputation": 3033861094190, + "rshares": -10453822959, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 2544127613711, + "rshares": 4520665186, + "voter": "madillorama" + }, + { + "percent": "10000", + "reputation": 34120390016, + "rshares": 2309428615, + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 9999779221262, + "rshares": 19163474984, + "voter": "mynameisbrian" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 1243781940, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 57820199104417, + "rshares": 52484339245, + "voter": "opheliafu" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 167174613555, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 224144957883, + "rshares": 14191091653, + "voter": "all-of-us" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 31962216882, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 11405705533, + "rshares": 7535898163, + "voter": "jens84" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7018313505, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 2875324328, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 900694208703, + "rshares": 6771872485, + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 14615339974, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 531504540, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 7740774800016, + "rshares": 24988304024, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 2712122271, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 38519221444, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 1633600290379, + "rshares": 10942411032, + "voter": "shredlord" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 61882860776, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 4105197662155, + "rshares": 21710054092, + "voter": "corina" + }, + { + "percent": "10000", + "reputation": 2970166898462, + "rshares": 4254134755, + "voter": "hagie" + }, + { + "percent": "10000", + "reputation": 1861971243, + "rshares": 277035330, + "voter": "ulis29k" + }, + { + "percent": "10000", + "reputation": 2632564148, + "rshares": 4894589467, + "voter": "zelgald1" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 265192596484, + "voter": "jl777" + }, + { + "percent": "-10000", + "reputation": 2795999874461, + "rshares": -891941035130, + "voter": "james212" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 2345937029, + "voter": "lostnuggett" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6578626523, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1191132326, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 231482208, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 237484329, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 137567189, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 135050943, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 77034357, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 19524897676, + "rshares": 5950638457, + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 327313183062, + "rshares": 798438124, + "voter": "politicasan2" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 6968587574, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 5852927286506, + "rshares": 10312266754, + "voter": "cryptocameo" + }, + { + "percent": "10000", + "reputation": 29770846221, + "rshares": 560064773, + "voter": "jasonpay1" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 20490970437, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 788422149, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 1089565020966, + "rshares": 116599148, + "voter": "agapakos" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 34790667386, + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 25256579030, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 590354284, + "voter": "curator" + }, + { + "percent": "5000", + "reputation": 17698439393799, + "rshares": 6945910499, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 305045359, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 226048695, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 169998121, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 18703154825, + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 2013593209, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 6280706873, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69622310, + "voter": "yarly12" + }, + { + "percent": "3000", + "reputation": 147425730, + "rshares": 206596404, + "voter": "fnait" + }, + { + "percent": "3000", + "reputation": 3720753029, + "rshares": 199002200, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 901348001111, + "rshares": 2450901489, + "voter": "tjpezlo" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 34168105832, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 84206519, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 667106275, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 3375155212, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 6545561317919, + "rshares": 5364165226, + "voter": "clevecross" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 9280314440, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186939870, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 98468959, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 4063076365725, + "rshares": 1521688549, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 1239887596065, + "rshares": 119771472, + "voter": "ioulia" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 1814886398, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 675453958957, + "rshares": 25664673450, + "voter": "steemwhit" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 691602068, + "voter": "spinner" + }, + { + "percent": "0", + "reputation": -4779249072914, + "rshares": 54621335, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 765161127, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 988942038058, + "rshares": 51250584329, + "voter": "gomeravibz" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 12366805304, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 731140848, + "voter": "gruber" + }, + { + "percent": "-10000", + "reputation": 116577441888, + "rshares": -62881487, + "voter": "nimble" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51522514, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 1374220702, + "rshares": 500355093, + "voter": "deckard9732" + }, + { + "percent": "10000", + "reputation": 4835227647717, + "rshares": 851293399, + "voter": "merej99" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 6181438509962, + "rshares": 13536656786, + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 9337635520, + "rshares": 7771780587, + "voter": "spaceghost" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 2294565788, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 1447426144854, + "rshares": 889574748, + "voter": "transhuman" + }, + { + "percent": "10000", + "reputation": 12316436088, + "rshares": 3695475522, + "voter": "hornytrucker" + }, + { + "percent": "5000", + "reputation": 18027204457681, + "rshares": 14096922513, + "voter": "myfirst" + }, + { + "percent": "5000", + "reputation": 5776723480371, + "rshares": 118575202916, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 377214574, + "voter": "mariadianaelaine" + }, + { + "percent": "10000", + "reputation": 1127978824162, + "rshares": 1643132988, + "voter": "feelapi" + }, + { + "percent": "10000", + "reputation": 333988882, + "rshares": 97696660, + "voter": "darkstar1o9" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 5548966133, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 6887127798781, + "rshares": 30691247800, + "voter": "xtester" + }, + { + "percent": "10000", + "reputation": 512132085322, + "rshares": 7826081428, + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 455762833060, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3205465594, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3260606209007, + "rshares": 65994593, + "voter": "avtzis.petros" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 1326780437, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": 2962259788063, + "rshares": 7440393892, + "voter": "stephen.king989" + }, + { + "percent": "10000", + "reputation": 180458407, + "rshares": 63297380, + "voter": "shanejonas" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6544722828, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 6589131036, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 413797518320, + "rshares": 17532916478, + "voter": "velourex" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 38699461492, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 5687189302, + "voter": "randyclemens" + }, + { + "percent": "5000", + "reputation": 1851205309677, + "rshares": 1886281856, + "voter": "xiaokongcom" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 225195111, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 96284142617, + "rshares": 1823929112, + "voter": "vladikras" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": 303910488530, + "rshares": 4556917236, + "voter": "goingpaper" + }, + { + "percent": "10000", + "reputation": 2144720103876, + "rshares": 3284517950, + "voter": "alchemage" + }, + { + "percent": "5000", + "reputation": 4195733833721, + "rshares": 2570416391, + "voter": "xianjun" + }, + { + "percent": "10000", + "reputation": 3921604342143, + "rshares": 10558195651, + "voter": "plasticfuzzy" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 484482156, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 4521044040322, + "rshares": 3560237299, + "voter": "zivile" + }, + { + "percent": "10000", + "reputation": 2686158006671, + "rshares": 3752879810, + "voter": "melek" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 50183394, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 27336589112, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 289207830105, + "rshares": 63311170, + "voter": "elenirossidou" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 95516939636, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -138680661344, + "rshares": 60886073, + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 263793010310, + "rshares": 146402972, + "voter": "ulfa" + }, + { + "percent": "10000", + "reputation": 1510854583971, + "rshares": 1657425204, + "voter": "stylo" + }, + { + "percent": "5000", + "reputation": 730408370151, + "rshares": 261079579, + "voter": "microluck" + }, + { + "percent": "10000", + "reputation": 6058270767116, + "rshares": 211405414, + "voter": "gonzo" + }, + { + "percent": "10000", + "reputation": 3168479764, + "rshares": 62214076, + "voter": "razberrijam" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 638737969, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 5880350644, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 286385675205, + "rshares": 101912776, + "voter": "smartguylabcoat" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 8535593220, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": -30464467585, + "rshares": 63234658, + "voter": "pompe72" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2117934066, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 1062400368532, + "rshares": 14037235738, + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 11683040603469, + "rshares": 35139638866, + "voter": "anotherjoe" + }, + { + "percent": "10000", + "reputation": 11448117997, + "rshares": 59335193, + "voter": "alfaman" + }, + { + "percent": "10000", + "reputation": 27504418847, + "rshares": 85615879252, + "voter": "neptun" + }, + { + "percent": "10000", + "reputation": 2422086213510, + "rshares": 2102500164, + "voter": "matherly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 116807840, + "voter": "stevenh512" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 1393324333405, + "rshares": 1677565738, + "voter": "shneakysquirrel" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 53067614, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 3622743, + "rshares": 58731020, + "voter": "unnsmed" + }, + { + "percent": "10000", + "reputation": 1964608419732, + "rshares": 10272018439, + "voter": "scifiwriter" + }, + { + "percent": "10000", + "reputation": 2646106119988, + "rshares": 4128906199, + "voter": "chaospoet" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 115578750, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 1714091420, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 2140537429766, + "rshares": 15278490483, + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 434004765, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 24992952529, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 3858842361, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 3244771590977, + "rshares": 46111352781, + "voter": "albensilverberg" + }, + { + "percent": "10000", + "reputation": 9053611702217, + "rshares": 6838917689, + "voter": "sethlinson" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 50135698, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 125125489484, + "rshares": 76802569, + "voter": "ozertayiz" + }, + { + "percent": "10000", + "reputation": 824556048979, + "rshares": 3886295016, + "voter": "harand" + }, + { + "percent": "10000", + "reputation": 433370384966, + "rshares": 62880331, + "voter": "imag1ne" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 13231120406, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 68335930859, + "rshares": 57283554, + "voter": "justinschwalm" + }, + { + "percent": "10000", + "reputation": 724481620405, + "rshares": 1457627683, + "voter": "the-how-to-guy" + }, + { + "percent": "10000", + "reputation": 30440869324, + "rshares": 63008756, + "voter": "donniet" + }, + { + "percent": "10000", + "reputation": 784318201, + "rshares": 53897162, + "voter": "shurik" + }, + { + "percent": "10000", + "reputation": 716390377150, + "rshares": 1106135405, + "voter": "rwgunderson" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 674711172, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 125625258790, + "rshares": 13977619830, + "voter": "playerdeus" + }, + { + "percent": "10000", + "reputation": 460529871, + "rshares": 56997514, + "voter": "shamas" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 7838055024, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 119305377, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 133141273, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 1008076973, + "rshares": 188050636, + "voter": "hornytrucker1" + }, + { + "percent": "10000", + "reputation": 71849011, + "rshares": 56679654, + "voter": "bradyd" + }, + { + "percent": "10000", + "reputation": 809313892500, + "rshares": 848046844, + "voter": "daveks" + }, + { + "percent": "10000", + "reputation": 692817924311, + "rshares": 4574638382, + "voter": "io-io-io" + }, + { + "percent": "10000", + "reputation": 3575830946674, + "rshares": 12019480816, + "voter": "ryan-singer" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 702585913, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 3849564768924, + "rshares": 29256369959, + "voter": "onesunbeingnow" + }, + { + "percent": "10000", + "reputation": 1409339812298, + "rshares": 94079185, + "voter": "eight-rad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 14327247506, + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 107511023, + "rshares": 6880376533, + "voter": "mdoolsky" + }, + { + "percent": "10000", + "reputation": 1736702154666, + "rshares": 1645165046, + "voter": "xanoxt" + }, + { + "percent": "10000", + "reputation": 254265780029, + "rshares": 61025286, + "voter": "paa" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 2954222693, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 1148081544337, + "rshares": 51543289, + "voter": "goldstein" + }, + { + "percent": "10000", + "reputation": 80500300321, + "rshares": 54575672, + "voter": "happylovelife" + }, + { + "percent": "10000", + "reputation": 205523551305, + "rshares": 327816074, + "voter": "ghasemkiani" + }, + { + "percent": "10000", + "reputation": 10121332649, + "rshares": 59118498, + "voter": "toxicvenom" + }, + { + "percent": "10000", + "reputation": 18293093647, + "rshares": 57213599, + "voter": "paulpuk2000" + }, + { + "percent": "10000", + "reputation": 352639183151, + "rshares": 5449842756, + "voter": "immortalfame" + }, + { + "percent": "10000", + "reputation": 561774262537, + "rshares": 55390277, + "voter": "maryfromsochi" + }, + { + "percent": "10000", + "reputation": 5467082592, + "rshares": 50422679, + "voter": "el1fan" + }, + { + "percent": "10000", + "reputation": 2852613092773, + "rshares": 1151326569, + "voter": "andressilvera" + }, + { + "percent": "10000", + "reputation": 51850264, + "rshares": 52959640, + "voter": "georgina" + }, + { + "percent": "10000", + "reputation": 378195340228, + "rshares": 505766025, + "voter": "jdp" + }, + { + "percent": "10000", + "reputation": 262756573957, + "rshares": 512292840, + "voter": "kev7000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 1902109169053, + "rshares": 1683211362, + "voter": "thebeachedwhale" + }, + { + "percent": "10000", + "reputation": -248081771849, + "rshares": 54729631, + "voter": "chuckleberry" + }, + { + "percent": "10000", + "reputation": 396873747296, + "rshares": 464296799, + "voter": "skapart" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 6989888082, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 32457729298, + "rshares": 502448480, + "voter": "venusdehilo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 16608213399, + "rshares": 1043656086, + "voter": "ateam" + }, + { + "percent": "10000", + "reputation": 471891378, + "rshares": 54154090, + "voter": "renijra" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 2110924737, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55143717, + "voter": "asb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50751176, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52756699, + "voter": "rocknrolldm" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 67051047, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 199460555, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53555002, + "voter": "villainhuhu" + }, + { + "percent": "10000", + "reputation": 3138405687, + "rshares": 51358323, + "voter": "waldemar-kuhn" + }, + { + "percent": "10000", + "reputation": 92840038384, + "rshares": 58698753, + "voter": "freedomizer" + }, + { + "percent": "10000", + "reputation": 474811529, + "rshares": 51884666, + "voter": "brs" + }, + { + "percent": "10000", + "reputation": 1140212510918, + "rshares": 52834188, + "voter": "positivesteem" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 53332874, + "voter": "whatsup" + }, + { + "percent": "10000", + "reputation": 661603952344, + "rshares": 52591467, + "voter": "steempowerwhale" + }, + { + "percent": "10000", + "reputation": 5634157563, + "rshares": 53462111, + "voter": "adolf-hitler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52322404, + "voter": "ksc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52319921, + "voter": "karazia" + }, + { + "percent": "10000", + "reputation": 7370152734, + "rshares": 51249560, + "voter": "bellphorion" + }, + { + "percent": "10000", + "reputation": 9635349, + "rshares": 51239570, + "voter": "naknak" + }, + { + "percent": "10000", + "reputation": 3765152822, + "rshares": 66564537, + "voter": "arnebolen" + } + ], + "author": "dantheman", + "author_reputation": 145171381514207, + "beneficiaries": [], + "body": "<center>https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Black_Swan_bg.jpg/2880px-Black_Swan_bg.jpg\nBlack swan on Vacha reservoir, Bulgaria by [Kiril Krastev](https://commons.wikimedia.org/wiki/User:Littlegrizmin)</center>\n\nOver the past couple of weeks, our team has been working through the Steem Dollar mechanics in an effort to secure the economic foundation of Steem against black swan events. It should be obvious to all that if at any point in the future the market cap of Steem fell below the supply of Steem Dollars then the Steem Dollar would break. Long before that happened there would be a *run on the bank*. \n\nWe designed the Steem incentives to always push Steem toward a Steem Dollar supply equal to about 5% of the available market cap. This happens because for every Steem Dollar we create we create about 19 Steem Dollar\u2019s worth of Steem and Steem Power. \n\nThis system works well when the market cap is rising or relatively stable, but there is one edge case which could cause the system to unravel. When the market cap falls and pushes the Steem Dollar ratio to dangerously high levels (20% or more of market cap), then the network must start paying off its \u201cdebt\u201d with \u201cequity\u201d and reducing the Steem Dollar supply. \n\n## Extremely Unlikely but not Impossible\n\nBefore anyone starts worrying, lets look at what would have to happen before these kind of scenarios become a concern. \n\nCurrently **Steem Dollars represent about 1% of market cap** and total about $2.1 million dollars. This is a very safe level. The market cap would have to fall to $10.5 million dollars before Steem Dollars represents 20% or more of the market cap. \n\nEach day the supply of Steem Dollars is increasing so over time the danger zone market cap will rise. \n\n## Reducing Steem Dollar Supply in Down Market\n\nThere is only one way to reduce the Steem Dollar supply and that is by users voluntarily converting their Steem Dollars to STEEM at the price feed via the 7 day conversion. This processes can be incentivized by offering a short-term premium conversion rate that gives each Steem Dollar holder $1.25 worth of STEEM when they convert. This is possible by having the witnesses temporarily adjust the price feed. \n\nIt would be critical that the premium remain temporary and has a pre-planned deadline or else the market would permanently adjust the trading value of Steem Dollars to reflect this new premium conversion rate. \n\nSteem Whales can also buy Steem Dollars on the market by powering down some STEEM and then convert to back to STEEM. This process would not necessarily be profitable for whales and suffers tragedy of the commons. One whale would carry the burden for the benefit of the entire platform.\n\n## Stop Increasing the Supply\n\nOf course it gets difficult to reduce the Steem Dollar supply when the supply keeps growing due to interest and author rewards. The fastest way to dig yourself out of a hole is to stop digging. As it exists today, this isn\u2019t an option for author rewards but it is possible to reduce the interest rate to 0%. \n\n## New Enhancements for Stability \n\nIn the up coming hard fork we will be including changes to the protocol designed to protect all parties in the event persistent price declines and lack of redemption requests allow the Steem Dollar supply to reach unhealthy and unsustainable levels. \n\n### Gradual Shift in Author Rewards \n\nAs the Steem Dollar supply grows from 3% to 5% the percent of author rewards paid in Steem Dollars will go from 50% to 0% and the percent paid as liquid STEEM will go from 0% to 50%. In this way authors are still awarded with liquid assets, but the network gradually slows down the printing presses on Steem Dollars. \n\nAt current levels, this measure wouldn\u2019t take effect unless the market cap fell to $70M and would completely stop issuing new Steem Dollars when the market cap fell to about $40M. \n\n### Gradual Forced Redemption of Steem Dollars for STEEM\n\nAny time the Steem Dollar supply reaches 20% of the market cap, 1% of everyone\u2019s Steem Dollars will be converted to Steem Power at the price feed. This action can be viewed as a partial \u201cbail-in\u201d where everyone is treated equally. This will immediately reduce the Steem Dollar percent of total market cap while preventing immediate dumping of the STEEM which could accelerate the collapse in a positive feedback loop.\n\nSteem Dollar holders that wish to avoid this forced redemption should convert to STEEM and sell on the market. If done via the 7 day conversion process, then the supply should decrease naturally and all Steem Dollar holders can be spared the \u201cbail in\u201d. \n\n## Implications \n\nIt is our belief that having this safety net in place before it becomes an issue will help the entire community know how stake will be allocated in the event of persistent long term declines in price. The existence of this safety net will in turn reduce the likelihood that fear will turn into panic selling that would ultimately precipitate such an event.\n\nIt should be obvious to all that Steem Dollars are not backed by any individual holding dollars in a bank or promising to pay US dollars and that the only thing you are guaranteed is some amount of STEEM. The STEEM cannot be guaranteed to have purchasing power. \n\nUnder the enhanced rules everyone is protected and fairly dealt with in the unfortunate event that the market cap of the platform is unable to sustain the Steem Dollar debt levels.\n\n## Feedback Wanted\nIf anyone has any concerns or has better solutions in mind please let us know.", + "body_length": 5576, + "cashout_time": "2016-08-27T16:14:12", + "category": "steem", + "children": 154, + "created": "2016-08-20T16:14:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"steemdollar\",\"steemit\",\"hardfork\"],\"image\":[\"https://upload.wikimedia.org/wikipedia/commons/thumb/5/5b/Black_Swan_bg.jpg/2880px-Black_Swan_bg.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-20T20:23:51", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 5104745536638, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "4.199 HBD", + "percent_hbd": 10000, + "permlink": "steem-dollar-stability-enhancements", + "post_id": 907408, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Dollar Stability Enhancements", + "title": "Steem Dollar Stability Enhancements", + "total_payout_value": "0.000 HBD", + "url": "/steem/@dantheman/steem-dollar-stability-enhancements" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..9268e50dd3c61d34165f084ecd3179b44d71e08a --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/blocktrades.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_feed patterns test + + marks: + - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) + # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_feed" + params: {"tag":"blocktrades","start_author":"michelle.gent","start_permlink":"dusty-the-demon-hunter-part-4","limit":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "blocktrades" + directory: "condenser_api_patterns/get_discussions_by_feed" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..c3f7ad846ea0e2b020394140552db8aa44793008 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.orig.json @@ -0,0 +1,14 @@ +Check `readme.txt` first + +post_id author permlink +------- --------------- ---------------------------------------------------------------------------------------------------- + 640267 jl777 300-btc-open-market-purchase-of-steem-spikes-price-to-00324 + 640175 hisnameisolllie curation-bot-s-race-to-the-bottom-the-impending-bot-armageddon + 639772 fyrstikken introducing-steemspeak-com-a-voice-community-and-24-7-radio-station-for-steemians + 638995 knozaki2015 i-travel-the-world-part-19-din-tai-fung-taipei + 638815 dana-edwards series-achieving-financial-independence-with-steem-intro-1 + 638580 crazymumzysa for-the-mint-of-peppermint-featuring-author-thegoldencookie + 638374 mrosenquist to-upvote-or-not-on-comments-that-is-the-question + 637730 thedashguy recreational-cannabis-or-say-hello-to-the-new-and-improved-www-rainiercannabis-com-built-by-thedashg + 637202 sascha typography-part-2-remarkable-typographers-and-their-unparalleled-achievements + 636529 originate the-steem-multiple-persona-conundrum-part-1 diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..4c905187092b2f9576450bd1bac940fc84d8318b --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.pat.json @@ -0,0 +1,10996 @@ +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 1250001478305, + "rshares": 106061096274, + "voter": "bonapartist" + }, + { + "percent": "10000", + "reputation": 18678729398345, + "rshares": 166010805393, + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 9485614203, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 27990122052, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 163253447509, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 684149825513, + "voter": "eeks" + }, + { + "percent": "6000", + "reputation": 4931834878069, + "rshares": 15274739057, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 29498433466, + "voter": "james-show" + }, + { + "percent": "6000", + "reputation": 5414208804644, + "rshares": 20055953882, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 865896375178, + "rshares": 1132957449, + "voter": "nxtblg" + }, + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 144783423, + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 217828581712, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 17599279705, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 2130292884052, + "rshares": 184130071633, + "voter": "leon-fu" + }, + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 4090456474, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 109458926183, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 30346966772, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 427191549, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 1143644721, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 5535547342, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 40304396864, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 4717253581, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 4133416168, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 1518920448581, + "rshares": 13063246426, + "voter": "zer0sum" + }, + { + "percent": "10000", + "reputation": 13253460317058, + "rshares": 19903553893, + "voter": "brunopro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 252872720, + "voter": "aleks1970" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 170512609, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 30740817313, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 309595731, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 42435791167, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 36017089082, + "rshares": 360838067, + "voter": "rxhector" + }, + { + "percent": "6000", + "reputation": 19111656178138, + "rshares": 32463958972, + "voter": "furion" + }, + { + "percent": "5000", + "reputation": 7018477845661, + "rshares": 218391117362, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 107391287705, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 1626868455, + "voter": "owdy" + }, + { + "percent": "6000", + "reputation": 3891722, + "rshares": 363575442, + "voter": "barbara2" + }, + { + "percent": "6000", + "reputation": 9142611234, + "rshares": 406520049, + "voter": "ch0c0latechip" + }, + { + "percent": "6000", + "reputation": 3871042, + "rshares": 372705186, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 112375856480, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 877664820, + "rshares": 241998039, + "voter": "nosebridge" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2125079655, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 2839205289091, + "rshares": 12733058266, + "voter": "logicwins" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 25832670325, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 4796893784, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 3167747223142, + "rshares": 11167087546, + "voter": "dudutaulois" + }, + { + "percent": "10000", + "reputation": 3941133391991, + "rshares": 8178840169, + "voter": "peacekeeper" + }, + { + "percent": "10000", + "reputation": 26442156052, + "rshares": 5851340485, + "voter": "jcweiss" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 70625456594, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 158842926685, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 918911822347, + "rshares": 541197011, + "voter": "aleco" + }, + { + "percent": "6000", + "reputation": 10519849768972, + "rshares": 12301931000, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 34759124599, + "voter": "fatboy" + }, + { + "percent": "6000", + "reputation": 147425730, + "rshares": 383398824, + "voter": "fnait" + }, + { + "percent": "6000", + "reputation": 3720753029, + "rshares": 376115747, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1515666958, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 2249310257, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 5368794253, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3699945589, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 3942069730400, + "rshares": 839582517, + "voter": "cjclaro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 63453448, + "voter": "freskil" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 155882276, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 137059139, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": -138680661344, + "rshares": 60886073, + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62025671, + "voter": "karry" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 1366797076, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 1062400368532, + "rshares": 13976122455, + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 107585463, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 1802656474490, + "rshares": 1767217594, + "voter": "lantto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58587197, + "voter": "nick1989" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 395613479, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 275001369, + "rshares": 1228156864, + "voter": "sile" + }, + { + "percent": "10000", + "reputation": -2322743514, + "rshares": 55347505, + "voter": "kamal" + }, + { + "percent": "10000", + "reputation": 142829147182, + "rshares": 319309377, + "voter": "rucoin" + } + ], + "author": "jl777", + "author_reputation": 14988694886527, + "beneficiaries": [], + "body": "A few days ago I made a post saying the week long decline was ended and we would likely go into a trading range with a ceiling of .004 that would be hard to get past.\n\nAfter the initial gains, when the price fell almost back to the recent lows, it looked like a silly prediction. Then just a couple hours ago, someone bought 300 BTC on poloniex, instantly spiking the price 40%. This looks to be an impatient buyer who bought his entire amount in one shot as following that the price is back down to .0027.\n\nWhat does this mean?\n\nWhen anything is in a prolonged downtrend, it creates a lot of resistance to going up, simply by people who set orders to get out at breakeven, or small loss, or simply want to move onto trading something else. What that does is make things really difficult for the price to go up any significant amount. The only way is if a big buy comes in and clear the orderbook before the market can adjust and adjust the prices.\n\n300BTC, thats over $150,000 USD and it is not any casual amount. The fact it was so impatient (in at best a sideways market) indicates there is some time sensitive event coming up. Or this BTC whale has so many BTC that 300 is like $300\n\nNow we have two things that both indicate the downtrend is coming to an end, if it hasnt already. I know a 50% gain from here seems like a long ways to go, but really it just takes one whale to buy 200 BTC in one shot. Another way to look at it is that with 400+ BTC of volumes per day, it is one day of buys exceeding sells 2:1.\n\nRemember trading short term is very risky and everything I write about is without any certainity, just my observations. Also, it usually takes three times to really confirm things, though that 300 BTC buy could well count as 2 events and sure makes the chart change from a pure downtrend.", + "body_length": 1807, + "cashout_time": "2016-08-24T12:11:12", + "category": "steemit", + "children": 22, + "created": "2016-08-17T12:11:12", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"trading\",\"market\",\"price\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:11:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2805587090422, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "3.058 HBD", + "percent_hbd": 10000, + "permlink": "300-btc-open-market-purchase-of-steem-spikes-price-to-00324", + "post_id": 851332, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "300 BTC open market purchase of STEEM, spikes price to .00324", + "title": "300 BTC open market purchase of STEEM, spikes price to .00324", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@jl777/300-btc-open-market-purchase-of-steem-spikes-price-to-00324" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 29076116285844, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 640106052620, + "voter": "barrie" + }, + { + "percent": "4000", + "reputation": 32455846463901, + "rshares": 12249790750218, + "voter": "smooth" + }, + { + "percent": "50", + "reputation": 85602977273, + "rshares": 28855065544, + "voter": "anonymous" + }, + { + "percent": "5000", + "reputation": 8151223409709, + "rshares": 8485711242874, + "voter": "rainman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154585758780, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2332384442199, + "voter": "hr1" + }, + { + "percent": "5000", + "reputation": 16685610555705, + "rshares": 10303329591731, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 18882858310850, + "rshares": 291376139059, + "voter": "theoretical" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3221249905075, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3086942824, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1976851446664, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 1366085197760, + "rshares": 214325938208, + "voter": "steem-id" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3746583917, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 709335893, + "voter": "bunny" + }, + { + "percent": "1500", + "reputation": 49280708331375, + "rshares": 987651618867, + "voter": "arhag" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 52385250573, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1654765959, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213352802, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 140316422085, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 32164981141, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 472691164851, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 441004330605, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2951335124075, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 846280799590, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 124278346406, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9374079758, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2435617023, + "voter": "bingo-1" + }, + { + "percent": "4000", + "reputation": 83941319998, + "rshares": 2172863632391, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 9525703703, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 619177862, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 903196300, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 19750361301, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 80482978209, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 330369773484, + "rshares": 990121932, + "voter": "relativelyboston" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 28641055123, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287627166, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 12785164904, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11256367995, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 124844639748, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 6750806281574, + "rshares": 91933083849, + "voter": "juanlibertad" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 159043307696, + "voter": "jamtaylor" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 19584513261, + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 4743131139239, + "rshares": 18910957358, + "voter": "dedmatvey" + }, + { + "percent": "10000", + "reputation": 81300407183, + "rshares": 567115788, + "voter": "ifttt" + }, + { + "percent": "10000", + "reputation": 1706294048292, + "rshares": 3910892581, + "voter": "hbhades" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 684149825513, + "voter": "eeks" + }, + { + "percent": "3000", + "reputation": 4931834878069, + "rshares": 7637369528, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 501326549, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 51874214963, + "rshares": 426310899, + "voter": "ereismatias" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5760814121, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 436017530085, + "rshares": 23397364805, + "voter": "instructor2121" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 29498433466, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 330646094275, + "voter": "teamsteem" + }, + { + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10027976941, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 60179883035, + "voter": "hannixx42" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1798062001, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 53638519898, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 537635198664, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 16316471180830, + "rshares": 124187435455, + "voter": "coinbitgold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 391953890, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 325674953153, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 62345041692781, + "rshares": 253721149118, + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 20763505296686, + "rshares": 224917285407, + "voter": "wingz" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 56222091618, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 109458926183, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 5888717170887, + "rshares": 66622057055, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 30346966772, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 1050758001641, + "rshares": 23191344798, + "voter": "ossama-benjohn" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 132021872037, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 1589331271, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 228204809956, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 3714136250, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 36884147263377, + "rshares": 218059467860, + "voter": "lukestokes" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 37460833010, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 20436525539, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 3509662488161, + "rshares": 23540373163, + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 1088953190371, + "rshares": 3066395036, + "voter": "allyourbase" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 2867119743, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 5409219865, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 3906088763, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 1557874437556, + "rshares": 1395816810, + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 4750346902, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 10980042082204, + "rshares": 13933446008, + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": 67229955621, + "rshares": 329571791, + "voter": "gerber" + }, + { + "percent": "10000", + "reputation": 867765845, + "rshares": 258168191, + "voter": "oluss" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 3312844812, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7964076274, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 255696465806, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 1160886081198, + "rshares": 3138917486, + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75606446772, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2044011177, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 5488840794, + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": -1260650049067, + "rshares": 1048586169, + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 13253460317058, + "rshares": 20416642954, + "voter": "brunopro" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 11064499409, + "voter": "konstantin" + }, + { + "percent": "1500", + "reputation": 213668684615, + "rshares": 112269750, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 3313120640, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 1583618654, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 105316611, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 570848703227, + "rshares": 12932414752, + "voter": "auxon" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 59826197986, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": 6180521629731, + "rshares": 19429057667, + "voter": "elyaque" + }, + { + "percent": "10000", + "reputation": 2237331858240, + "rshares": 3488225046, + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 29719553711, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 52317559376, + "rshares": 8760813365, + "voter": "killswitch" + }, + { + "percent": "10000", + "reputation": 6340616331847, + "rshares": 9291207403, + "voter": "picokernel" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 16231979486, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 1146952603502, + "rshares": 3120536622, + "voter": "shemthepenman" + }, + { + "percent": "3000", + "reputation": 3891722, + "rshares": 181787721, + "voter": "barbara2" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 203260024, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 186352593, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 15364354053, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 112375856480, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 8428364430, + "voter": "spiz0r" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 78112783956, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1227456807, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1026571804, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1310614119, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4305666833, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3702623985, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 75970593984, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 30838991451, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 3278276896, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24373102947, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 3890392416, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 58727755821, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 1489102259, + "rshares": 222802464, + "voter": "zoicneo" + }, + { + "percent": "10000", + "reputation": 2852532944, + "rshares": 241479545, + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 336153631, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 201644582631, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 9512715139288, + "rshares": 72189045563, + "voter": "ntomaino" + }, + { + "percent": "10000", + "reputation": 523349272991, + "rshares": 7001536145, + "voter": "sylv3se" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 9697215578, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2013233357, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 2452318361, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 169087449876, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7145788098, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 1234131079581, + "rshares": 4456925612, + "voter": "r-niki09" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3759860862, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 252909161, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 3167747223142, + "rshares": 11167087546, + "voter": "dudutaulois" + }, + { + "percent": "10000", + "reputation": 837671136243, + "rshares": 366656546875, + "voter": "ramta" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 430287327, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 1215490422294, + "rshares": 5729945920, + "voter": "inti" + }, + { + "percent": "10000", + "reputation": 135200268358, + "rshares": 306613218, + "voter": "dannymoor" + }, + { + "percent": "10000", + "reputation": 21815260714191, + "rshares": 181988772482, + "voter": "blueorgy" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 3982569764, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 155445838348, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 9910658996, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 24143253116, + "rshares": 120818710, + "voter": "bobo012" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 30998817641, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 26442156052, + "rshares": 5968367294, + "voter": "jcweiss" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 6874897572, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 900694208703, + "rshares": 6504335121, + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 5373815220, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 1834318584, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 18400898602, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 109399116, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 8274842061, + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 158842926685, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 2523559045, + "voter": "lostnuggett" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6150965500, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 82275088768, + "rshares": 32149688844, + "voter": "paquito" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 111055671, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1148242283, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 259337919, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 265374319, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153861416, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 151439513, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86412677, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 161079803820, + "rshares": 45618425990, + "voter": "arcurus" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 16639211725, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 19524897676, + "rshares": 9589215003, + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 109074263, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 327313183062, + "rshares": 1208093351, + "voter": "politicasan2" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 211684752346, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 2615896270, + "rshares": 4037318025, + "voter": "sacode" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 825880736, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 34049754709, + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 8079179261851, + "rshares": 38754456760, + "voter": "claudiop63" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 14010836758, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 662579684, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 6796361134481, + "rshares": 2205670269, + "voter": "trisnawati" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 4966611928, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 258325412, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 230443964, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 142218343, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 311022515119, + "rshares": 249236142, + "voter": "faraz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78112836, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3093648876, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 84193379, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 19497864738, + "rshares": 422793949, + "voter": "remlaps" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 117608329, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 5953926421, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193695331, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 6699598900, + "rshares": 112914306, + "voter": "wunju" + }, + { + "percent": "10000", + "reputation": 869670438261, + "rshares": 4177786495, + "voter": "crazylife" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1619007887, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": 938060542524, + "rshares": 710255436, + "voter": "candy49" + }, + { + "percent": "10000", + "reputation": 4046144208870, + "rshares": 173182221, + "voter": "webosfritos" + }, + { + "percent": "1500", + "reputation": -4779249072914, + "rshares": 110226192, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 3358258367, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 4757360328, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 710605747, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 161798129127, + "rshares": 154876729, + "voter": "naomi-louise" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 6861037562, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52810577, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 8421565895, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 501507278446, + "rshares": 4288480166, + "voter": "cryptoninja" + }, + { + "percent": "10000", + "reputation": 1609279840801, + "rshares": 2204441199, + "voter": "rich77" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 369765179, + "voter": "mariadianaelaine" + }, + { + "percent": "10000", + "reputation": 97328985094, + "rshares": 1653680090, + "voter": "brendio" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 5476170138, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 319893324917, + "rshares": 66430675, + "voter": "nessacute" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 11881130741, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 950539828786, + "rshares": 2179691488, + "voter": "kalimor" + }, + { + "percent": "10000", + "reputation": 69783930572, + "rshares": 2639155410, + "voter": "denha" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 454758629035, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3699945589, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 412085238059, + "rshares": 67917611, + "voter": "themagus" + }, + { + "percent": "10000", + "reputation": -21143879558, + "rshares": 58550851, + "voter": "guineapig" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60750602, + "voter": "muizianer" + }, + { + "percent": "10000", + "reputation": 5451282059200, + "rshares": 4849261509, + "voter": "veralynn" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6804207116, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 36425751113, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 1269864429223, + "rshares": 2135724567, + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6480835436, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 1826385508354, + "rshares": 3097459963, + "voter": "dercoco" + }, + { + "percent": "10000", + "reputation": 303910488530, + "rshares": 4734812348, + "voter": "goingpaper" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 187504513, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 612274223, + "rshares": 19339926830, + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": 6755300029, + "rshares": 174221367, + "voter": "nonamer" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 58930106, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93822359, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 198446942, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": -752010553427, + "rshares": 1867607365, + "voter": "loveangel" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 62929947, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 117238602, + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51749350, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62373294, + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 5297329962603, + "rshares": 3955970412, + "voter": "chrisadventures" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 1336423808, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 8715066055, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 8173527393, + "rshares": 62070092, + "voter": "ashketchum" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 72860718, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 61874235, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 8264562360, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 1062400368532, + "rshares": 13702080838, + "voter": "helikopterben" + }, + { + "percent": "10000", + "reputation": 38037060915, + "rshares": 68481239, + "voter": "bitfish" + }, + { + "percent": "10000", + "reputation": 83682643470, + "rshares": 111232966, + "voter": "cinderphoenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 162355112, + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 324640729094, + "rshares": 8062679482, + "voter": "cryptomancer" + }, + { + "percent": "10000", + "reputation": 951754559495, + "rshares": 1197046467, + "voter": "laconicflow" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 58733486, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 107585463, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 59993245, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 1543600746, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 53959064, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 52631453, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 2140537429766, + "rshares": 14380031731, + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 363503808, + "rshares": 2917562689, + "voter": "netaterra" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59226282, + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 166185808108, + "rshares": 60981418, + "voter": "artsteemit" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 20920795866, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 1141549904909, + "rshares": 2169721747, + "voter": "hoopatang" + }, + { + "percent": "10000", + "reputation": 3485898605376, + "rshares": 57710003, + "voter": "naquoya" + }, + { + "percent": "10000", + "reputation": 5941821821586, + "rshares": 72079195, + "voter": "onetree" + }, + { + "percent": "10000", + "reputation": 21467555148, + "rshares": 62111506, + "voter": "tcstix" + }, + { + "percent": "10000", + "reputation": 1802656474490, + "rshares": 1767217594, + "voter": "lantto" + }, + { + "percent": "10000", + "reputation": 340435667, + "rshares": 58647737, + "voter": "scjung" + }, + { + "percent": "10000", + "reputation": 896116963054, + "rshares": 191994364682, + "voter": "oldtimer" + }, + { + "percent": "10000", + "reputation": 30440869324, + "rshares": 64201463, + "voter": "donniet" + }, + { + "percent": "10000", + "reputation": 1090727793166, + "rshares": 935023968, + "voter": "eileenbeach" + }, + { + "percent": "10000", + "reputation": 716390377150, + "rshares": 60086764, + "voter": "rwgunderson" + }, + { + "percent": "10000", + "reputation": 654546773339, + "rshares": 60427733, + "voter": "dajohns1420" + }, + { + "percent": "10000", + "reputation": 18006844018, + "rshares": 127500073, + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 3749012705250, + "rshares": 5940434218, + "voter": "alexandre" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 7008490579, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 129636195, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 630803487, + "rshares": 38710639092, + "voter": "simon-says" + }, + { + "percent": "10000", + "reputation": 171590615597, + "rshares": 90046226, + "voter": "trendwizard" + }, + { + "percent": "10000", + "reputation": 325308438373, + "rshares": 194656394, + "voter": "wizwom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54247105, + "voter": "maximator15" + }, + { + "percent": "10000", + "reputation": 692817924311, + "rshares": 4560940308, + "voter": "io-io-io" + }, + { + "percent": "10000", + "reputation": 7258302306624, + "rshares": 3479131968, + "voter": "mikehere" + }, + { + "percent": "10000", + "reputation": 2904648840540, + "rshares": 501460224, + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 395613479, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 7477248053, + "rshares": 55188304, + "voter": "jjepic" + }, + { + "percent": "10000", + "reputation": 3849564768924, + "rshares": 47741942934, + "voter": "onesunbeingnow" + }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 13586193745, + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 736149094898, + "rshares": 877325912, + "voter": "epiphany" + }, + { + "percent": "10000", + "reputation": 797336799, + "rshares": 55666043, + "voter": "negoshi" + }, + { + "percent": "10000", + "reputation": 10121332649, + "rshares": 58902458, + "voter": "toxicvenom" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 54930587, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 1011034976, + "rshares": 54858299, + "voter": "tommyboyle" + }, + { + "percent": "10000", + "reputation": 110864068340, + "rshares": 72864675, + "voter": "powercouple" + }, + { + "percent": "10000", + "reputation": 1902109169053, + "rshares": 1358773235, + "voter": "thebeachedwhale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54632424, + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 92235697712, + "rshares": 59023455, + "voter": "magdalenaruth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54473545, + "voter": "corrina" + }, + { + "percent": "10000", + "reputation": 1708267266, + "rshares": 750766536, + "voter": "stepa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54300312, + "voter": "zinnia" + }, + { + "percent": "10000", + "reputation": 32457729298, + "rshares": 56317964, + "voter": "venusdehilo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52015504, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 6227584776320, + "rshares": 1432745214, + "voter": "renzoarg" + }, + { + "percent": "10000", + "reputation": 7805684953, + "rshares": 53998085, + "voter": "xomtux" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55075204, + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52859022, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 321473400567, + "rshares": 55011612, + "voter": "panther" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53854134, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 7028520052, + "rshares": 53778865, + "voter": "kapp" + }, + { + "percent": "10000", + "reputation": 3495795823022, + "rshares": 100164211, + "voter": "cnfund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3736619938, + "voter": "pierrevr" + }, + { + "percent": "10000", + "reputation": -119859903423, + "rshares": 52615599, + "voter": "and030380" + }, + { + "percent": "10000", + "reputation": 142829147182, + "rshares": 327031815, + "voter": "rucoin" + }, + { + "percent": "10000", + "reputation": 641341984, + "rshares": 53586458, + "voter": "park.bom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53575786, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 15651407, + "rshares": 53525772, + "voter": "vavileo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50207083, + "voter": "mike2125" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53365070, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 91762160, + "rshares": 54290320, + "voter": "lesfuries" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52986484, + "voter": "assmuffin1" + }, + { + "percent": "4400", + "reputation": 176228976143, + "rshares": 3995862628, + "voter": "mallorca" + } + ], + "author": "hisnameisolllie", + "author_reputation": 62345041692781, + "beneficiaries": [], + "body": "http://i.imgsafe.org/4525336fda.png\n\nThere is an impending Curation Crisis coming. If you want to understand why this is happening, and how this is going to change the Curation landscape, read on..\n\n## The Curation Bot as we know them are about to Die!!\n\nhttp://i.imgsafe.org/43a841b768.jpg\n\nCuration Bots are at war. It's an interesting phenomenon to watch. For some time (well, Steemit's not been around too long, let's say 10 weeks) some Curation Bot's have been making spectacular returns, but that is about to come to an end.\n\n## The Original Curation Rewards Algorithm:\nIt was simple, the **Earlier** you vote, the higher the share of the Curation Rewards you received (it was still relative to your Voting Power just like today). This lead to some very successful Bot's instantly up-voting (a split second after posting) any content with certain tags, or by certain authors. Curation was simply a race to vote first. \n\n## The Curation Rewards Algorithm Today:\nThe Algorithm is just like before, however with the addition of a 30 minute window where, the earlier you vote, the higher the proportion of your curation reward goes to the Author. So, if you vote 1 second after a post (is posted) you will synthetically be giving ~99% of you curation reward to the author. This changes on a 'sliding scale' until, If you vote 1 second before the end of the 30 minute window, you will give the author ~1% of your Curation Rewards. \n\n## This Complicated Things.. Which was the point..\nSo, what time do the Bot's coders set their vote to come in.. 5mins? 10mins? 15mins? 20mins? 25mins? 30mins? There is a trade off whatever time they opt for. Too late, gives other users the time to up-vote before the Bot, and take more of the curation rewards. Too early, and the bot will be giving away too much of their curation reward to the Author. This was the aim of the developers, to even the playing field and give human users a chance against the bot\u2019s.\n\n**Well, this is where Game Theory comes into play.**\n\n## Let's talk about Steemit's favourite Bot.\n@wang is the original bot. But, he is hitting some problems, and unless he evolves, these problems won\u2019t go away. @wang is very successful, and kudos to the owner of that account. They seen a big opportunity, and first mover advantage ensured they were compensated for their work.\n\nWhen the Curation Algorithm changes came through, @wang set his vote to 15mins. Giving up 50% of the Cuartion Rewards, but still getting in nice and early.\n\nUnfortunately for @wang, his success will be his downfall. This is the killer for every successful bot on Steemit. The Steemit Blockchain provides complete transparency to a users actions. So, some other clever users are sat there watching @wang making up to 900 Steem per day, and thought, \"I want a bit of that...\"\n\nSo, they set up a bot to 'front run' @wang (vote just before @wang). They looked at who or what @wang was voting on, and set their bot to vote at 14mins. Over time, the number of users engaging in this activity increased, and @wang Curation Reward begins to fall. So he Drops to 13mins. And so, the cycle begins once more,\n\n@wang has gone from 15mins to 9mins over the last few weeks...This means that @wang is currently giving away over 70% of his curation rewards to Authors;\n\n9mins/30mins = 0.166666\n1-0.3 = 70%\n\n## Where does this end?\nI've been a futures trader from 8 years, and I've had to change my trading strategy too many times to count. I\u2019ve gone through 12month period of following a strategy which makes consistent money, but then, more users start to follow your lead, and eventually the [\u2018Edge\u2019](http://www.investopedia.com/articles/active-trading/022415/vital-importance-defining-your-trading-edge.asp) is gone. The money disappears, and you have to change your trading strategy to continue to make money. There is a term;\n\n**Adapt or Die**\n\nThis fit's the upcoming Curation shift nicely. \n\nIf there is one thing I know about, it\u2019s the life cycle of a market inefficiency. Here is how it goes. \n\nI see the Steemit Curation very similar to trading a Financial Market. There is money to be made by identifying inefficiencies (a post that should have more up-votes), however, it\u2019s currently too easy. There is only a finite pool of funds that can go to this type of Curation Behaviour, and as number of users following the same strategy increases, the rewards for each user will tend to zero over time\u2026 \n\n**A Fast Buck Never Lasts**\n\n## Adapt or Die - The Rise of the 'Black Box' Bot's and the **HUMAN** Being\n\nI believe that, the current bots will continue their race to the bottom until all the curation rewards (available to their strategy) will be neutralised. The bot\u2019s don\u2019t get bored, they don\u2019t need money to survive, they will keep going until their earnings hit zero. Now, here is how we all benefit from this phenomena\u2026\n\n**Black Box Bot\u2019s**\n\nhttp://i.imgsafe.org/432c16a4e7.jpeg\n\nBot\u2019s are going to be forced to become **Smarter** and **Darker** Beings. By Darker, I **Don\u2019t** mean Evil, I mean harder to predict, operating inside a black box. In order for a bot to survive, they are going to be forced to come up with a strategy which actually finds the best content before everyone else, but in a way that they cannot be \u2018Front Run\u2019. \n\nThis means that, they won\u2019t be up-voting certain authors work blind, they won\u2019t be upvoting key words or tags, this is too easy to replicate. They are going to have to create some kind of artificial intelligence in order to have any kind of longevity. This in turn will help un-discovered quality author become noticed, and even-out the playing field.\n\n**Currently Successful Authors will get a Larger Share of the Rewards...**\nAuthors are already earning a large percentage of Curation Rewards because of the Bot\u2019s voting activity. The race to the bottom will only extenuate this. Many authors are already being awarded with 70%+ of the curations rewards, and this is only set to increase.\n\n**The Human Touch**\n\nhttp://i.imgsafe.org/4332dc37ec.jpeg\n\nHuman\u2019s can change quicker than Bot\u2019s. It\u2019s time to stop following bot\u2019s and upvoting content blind, and time to get your hand dirty and discover new talent. The Bot\u2019s evolution will take some time, but I believe there will be a rise in successful quality human curators and the rewards they receive. \n\n**End of the Self Fulfilling Prophesy** \n \nhttp://i.imgsafe.org/433039d0d5.jpeg\n\nSome Bot\u2019s currently have a lot of power. When they vote, it carries a lot of weight. But, unless they begin to use it in a different manner, they will lose it. This power is valuable, where one vote from them comes, 50 more follow. However, if they are picking average content, and the 50 user on their 'back' stop making curation rewards, they will lose this power. It is in their interest to adapt, and use this power for good. I expect to begin to see a more human element to these Bot\u2019s moving forward\u2026 \n\n**Curation rewards become Economically Sensible**\nCurators add value, but the level of value varies when comparing a Bot to a human being. A human being reading through a post and making a judgement as to whether the author deserves a reward is certainly more valuable than a bot voting. \n\nBot\u2019s do add value. They attach themselves to previously successful authors, or topics. These criteria have essentially been decided by the communities past actions (likes/dislikes), so they are almost operating themselves as a indexing function for Steemit. This however, with the recent UI update, is no longer needed, and many users will be content to see rewards for such services falling, and this in turn opening the doors to Human Curators.\n\n\n## Summary\nExpect the Curation Rewards for Bot\u2019s to continue to fall over the coming weeks/months. The problem is, there will be **NO** need to turn them off until rewards hit zero, due to the very low marginal cost of them operating. This is why the race to the bottom is happening, and this is why it won\u2019t end.\n\nThis can only be a good thing for Steemit. This will force the Curation Bot\u2019s to improve, and become less predictable, which will in turn help discover new and exciting talent on the platform. \n\nIt will also open the door to super star human curators. Eventually these users will carry the same kind of weight (Power) that a vote from some of the most infamous curation bots do today\u2026\n\n**Sources**\nImages: http://www.freepik.com", + "body_length": 8401, + "cashout_time": "2016-08-24T12:00:57", + "category": "steemit-bots", + "children": 69, + "created": "2016-08-17T12:00:57", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit-bots\",\"steem-help\",\"steemit\",\"\"],\"users\":[\"wang\"],\"image\":[\"http://i.imgsafe.org/4525336fda.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T12:12:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 85369529512309, + "parent_author": "", + "parent_permlink": "steemit-bots", + "pending_payout_value": "1236.967 HBD", + "percent_hbd": 10000, + "permlink": "curation-bot-s-race-to-the-bottom-the-impending-bot-armageddon", + "post_id": 851225, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Curation Bot\u2019s - Race to the bottom - The Impending BOT Armageddon!!!", + "title": "Curation Bot\u2019s - Race to the bottom - The Impending BOT Armageddon!!!", + "total_payout_value": "0.000 HBD", + "url": "/steemit-bots/@hisnameisolllie/curation-bot-s-race-to-the-bottom-the-impending-bot-armageddon" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 640106052620, + "voter": "barrie" + }, + { + "percent": "50", + "reputation": 85602977273, + "rshares": 28855063766, + "voter": "anonymous" + }, + { + "percent": "5000", + "reputation": 8151223409709, + "rshares": 8485702355786, + "voter": "rainman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154585758780, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 6450283963331, + "voter": "xeldal" + }, + { + "percent": "10000", + "reputation": 51047995307721, + "rshares": 8667622153228, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 1049211085828, + "rshares": 5959559756036, + "voter": "enki" + }, + { + "percent": "5000", + "reputation": 16685610555705, + "rshares": 10303329591731, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 12842871326086, + "rshares": 108309739769, + "voter": "sandra" + }, + { + "percent": "5000", + "reputation": 18336382560162, + "rshares": 94385554160, + "voter": "svk" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 911603989061, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3221240745960, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2469559946, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 2997274243, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 567470136, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 3808051257110, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 41909835624, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1323815611, + "voter": "mini" + }, + { + "percent": "5000", + "reputation": 8717425187, + "rshares": 2752753218346, + "voter": "witness.svk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170682241, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 140316422085, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 4418872, + "rshares": 11402966211, + "voter": "perky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 441001850797, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 100108166977919, + "rshares": 384787474579, + "voter": "masteryoda" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2951319500037, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 105994307, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 846280799590, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 124278346406, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9374079758, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2435617023, + "voter": "bingo-1" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 254579411441, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 10934258609, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 495342289, + "voter": "healthcare" + }, + { + "percent": "500", + "reputation": 147478489309626, + "rshares": 72112070874, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 723980313, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 17615187106, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134048171755, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 74593979804, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 264805538935, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230101732, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 172856591480, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 80139429859, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 1466040354822, + "rshares": 11490736362, + "voter": "valentino-romero" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 16647953469, + "voter": "ervin-lemark" + }, + { + "percent": "1000", + "reputation": 4931834878069, + "rshares": 2545784510, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 701111783623, + "voter": "cryptogee" + }, + { + "percent": "2500", + "reputation": 376960001789, + "rshares": 1440203530, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 337380428607, + "voter": "teamsteem" + }, + { + "percent": "1000", + "reputation": 5414208804644, + "rshares": 3342651869, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 865896375178, + "rshares": 1107780617, + "voter": "nxtblg" + }, + { + "percent": "10000", + "reputation": 855178912028, + "rshares": 7124705674, + "voter": "taoofsatoshi" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 9403993665, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 508314471, + "rshares": 640267181, + "voter": "walkingmage" + }, + { + "percent": "10000", + "reputation": 627954645291, + "rshares": 4021846895, + "voter": "jonno-katz" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 14868090909, + "voter": "klye" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1798006911, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 16325478562, + "rshares": 1669671332, + "voter": "brian-lukassen" + }, + { + "percent": "10000", + "reputation": 8691990820098, + "rshares": 72369352954, + "voter": "teamnearandl" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 338922792389, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 537635198664, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 1404951009343, + "rshares": 18522320329, + "voter": "allahhh" + }, + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 144783423, + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 15742846243, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 3211087232972, + "rshares": 11709007638, + "voter": "btotherest" + }, + { + "percent": "10000", + "reputation": 5244023575, + "rshares": 332388438, + "voter": "bblair" + }, + { + "percent": "10000", + "reputation": 12584108052916, + "rshares": 74533499628, + "voter": "noganoo" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 400302600, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2277814575053, + "voter": "stellabelle" + }, + { + "percent": "10000", + "reputation": 2480399698735, + "rshares": 62811447937, + "voter": "sahirahla" + }, + { + "percent": "10000", + "reputation": 27317659678, + "rshares": 347158870, + "voter": "azka" + }, + { + "percent": "10000", + "reputation": 62345041692781, + "rshares": 248746224626, + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 109458508102, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 192428204060, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 3119386171, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 1703172762438, + "rshares": 17148816994, + "voter": "andrei" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 393016225, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 15857384273210, + "rshares": 199660358805, + "voter": "alexc" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 132021872037, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 92996552744, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 17535933356, + "rshares": 341399967, + "voter": "dtbahoney" + }, + { + "percent": "10000", + "reputation": 157636214062, + "rshares": 23026816673, + "voter": "ozzy-vega" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 52033702923, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 37460429787, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 19234376978, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 1088953190371, + "rshares": 3005067135, + "voter": "allyourbase" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 3172003352, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 4321367365, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 111391460708814, + "rshares": 402496229371, + "voter": "fyrstikken" + }, + { + "percent": "10000", + "reputation": 6767512298331, + "rshares": 41547379030, + "voter": "treeshaface" + }, + { + "percent": "10000", + "reputation": 1557874437556, + "rshares": 1544346607, + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 5255334385, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 19421139578, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 17854056769, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 6813289592775, + "rshares": 5535227331, + "voter": "arcaneinfo" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 3665078053, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7964054232, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19252927597, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 127848973301, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 39616835526, + "rshares": 263549200, + "voter": "stompy" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 280927973984, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 1933204465, + "rshares": 55556833630, + "voter": "sonzweil" + }, + { + "percent": "10000", + "reputation": 1160886081198, + "rshares": 3472735465, + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75606446772, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2088446203, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 13253460317058, + "rshares": 19903553893, + "voter": "brunopro" + }, + { + "percent": "10000", + "reputation": 13090894039053, + "rshares": 64201925480, + "voter": "discombobulated" + }, + { + "percent": "10000", + "reputation": 9956734090708, + "rshares": 17584008231, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 11064214953, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 1291077683, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 11415305020986, + "rshares": 37460984067, + "voter": "menta" + }, + { + "percent": "10000", + "reputation": 10171002020923, + "rshares": 56297454235, + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 3665394404, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 1615937402, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 5754523667110, + "rshares": 10888768022, + "voter": "yogi.artist" + }, + { + "percent": "10000", + "reputation": 2237331858240, + "rshares": 3859117134, + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 181064163047, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1099090369, + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 52317559376, + "rshares": 8585597098, + "voter": "killswitch" + }, + { + "percent": "5000", + "reputation": 4667991454724, + "rshares": 316512527253, + "voter": "slowwalker" + }, + { + "percent": "10000", + "reputation": 38421201873, + "rshares": 36580808909, + "voter": "worldfamous" + }, + { + "percent": "1000", + "reputation": 19111656178138, + "rshares": 5410649162, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 105285576181, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 1626868455, + "voter": "owdy" + }, + { + "percent": "1000", + "reputation": 3891722, + "rshares": 60595907, + "voter": "barbara2" + }, + { + "percent": "1000", + "reputation": 9142611234, + "rshares": 67753341, + "voter": "ch0c0latechip" + }, + { + "percent": "1000", + "reputation": 3871042, + "rshares": 62117531, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 112375269924, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 8633934294, + "voter": "spiz0r" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 20278678571, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1227456807, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1310614119, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 5181663, + "rshares": 159254119, + "voter": "joseph.kalu" + }, + { + "percent": "10000", + "reputation": 338909620445, + "rshares": 10850011469, + "voter": "blockchainbilly" + }, + { + "percent": "10000", + "reputation": 14053867770193, + "rshares": 147706315077, + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 3846376375, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 75970316800, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 1724220774, + "rshares": 241723619, + "voter": "linktype" + }, + { + "percent": "10000", + "reputation": 39920320621, + "rshares": 341287280487, + "voter": "bobbylee" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 3278276896, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1046347486585, + "rshares": 810174623, + "voter": "rnobrega" + }, + { + "percent": "10000", + "reputation": 1205753119776, + "rshares": 2888746585, + "voter": "cashbandicoot" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24870513211, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 56330704563, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 1489102259, + "rshares": 213321508, + "voter": "zoicneo" + }, + { + "percent": "10000", + "reputation": 77829333771, + "rshares": 71995343244, + "voter": "valen55" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 329430558, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 10360143599, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 699284798969, + "rshares": 5114537422, + "voter": "theanubisrider" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 9494623218, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 669199844401, + "rshares": 8172425994, + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 688176613733, + "rshares": 233607716, + "voter": "karenmckersie" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 68197398096, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 4996152370, + "rshares": 265029024, + "voter": "astorm" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 55813696673, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 4796893784, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1289240982, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 1447627612177, + "rshares": 2359951981, + "voter": "adamt" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 9063168573, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 430287327, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 3941133391991, + "rshares": 8018470754, + "voter": "peacekeeper" + }, + { + "percent": "10000", + "reputation": 782596410473, + "rshares": 4294667118, + "voter": "poseidon" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 155445838348, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 9910658996, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 24143253116, + "rshares": 118353022, + "voter": "bobo012" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 32317916264, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 26442156052, + "rshares": 5851340485, + "voter": "jcweiss" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 2643711176, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 900694208703, + "rshares": 6504335121, + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 10910231620999, + "rshares": 12813478621, + "voter": "bendjmiller222" + }, + { + "percent": "10000", + "reputation": 269270087101, + "rshares": 159914575, + "voter": "dnsz" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 5541723481, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 87150730082, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 1904869298, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 5157970568, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 19277131869, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 69180012670, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 7951765836, + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 158842718701, + "voter": "jl777" + }, + { + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2050318278, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 817267563963, + "rshares": 15817256358, + "voter": "steemedbroccoli" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 106428352, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1148242283, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264975700, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 265374319, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153861416, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154731677, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88291213, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 16285185943, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 7582874972117, + "rshares": 13362167914, + "voter": "prufarchy" + }, + { + "percent": "10000", + "reputation": 19524897676, + "rshares": 9589215003, + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 109074263, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 3118106567, + "rshares": 117342167, + "voter": "sllockes" + }, + { + "percent": "10000", + "reputation": 327313183062, + "rshares": 1208093351, + "voter": "politicasan2" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 211684752346, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": -34260804360, + "rshares": 437183896, + "voter": "leonaugus" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 34759124599, + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 14010820759, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 662579684, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 258325412, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145310046, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79810941, + "voter": "yarly12" + }, + { + "percent": "1000", + "reputation": 147425730, + "rshares": 63899804, + "voter": "fnait" + }, + { + "percent": "1000", + "reputation": 3720753029, + "rshares": 62685957, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 442536985, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 84193379, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 2865139821445, + "rshares": 1656624248, + "voter": "lukmarcus" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 115302284, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 3702085260958, + "rshares": 18573992092, + "voter": "laivi" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 193695331, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 106557133024, + "rshares": 21388766783, + "voter": "solidgold" + }, + { + "percent": "10000", + "reputation": 869670438261, + "rshares": 4013951730, + "voter": "crazylife" + }, + { + "percent": "10000", + "reputation": 4063076365725, + "rshares": 2090382766, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 1212464736, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 2580067408929, + "rshares": 4937194420, + "voter": "spookypooky" + }, + { + "percent": "10000", + "reputation": 4265214728001, + "rshares": 11333086187, + "voter": "bergy" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 735984523, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 3278418228934, + "rshares": 586212549, + "voter": "karenb54" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 6861026896, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 10137266406870, + "rshares": 3432906974, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 1417687185, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52810577, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 4232493695535, + "rshares": 129915722, + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": 4336038090799, + "rshares": 1977496679, + "voter": "felixxx" + }, + { + "percent": "10000", + "reputation": 10552713989475, + "rshares": 8949226043, + "voter": "reneenouveau" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 7430793437, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 369765179, + "voter": "mariadianaelaine" + }, + { + "percent": "10000", + "reputation": 1127978824162, + "rshares": 1474953643, + "voter": "feelapi" + }, + { + "percent": "10000", + "reputation": 209489735900, + "rshares": 101384189, + "voter": "mayhemfreak" + }, + { + "percent": "10000", + "reputation": 6595506981050, + "rshares": 11879444903, + "voter": "timelapse" + }, + { + "percent": "10000", + "reputation": 6887127798781, + "rshares": 27520001219, + "voter": "xtester" + }, + { + "percent": "10000", + "reputation": 2287220532946, + "rshares": 342990559, + "voter": "achim86" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 454758629035, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3783971258, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 2005078851, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 2637292041469, + "rshares": 1498377893, + "voter": "minion" + }, + { + "percent": "10000", + "reputation": -84745859, + "rshares": 62113902, + "voter": "holwylb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56953689, + "voter": "muizianer" + }, + { + "percent": "10000", + "reputation": 5451282059200, + "rshares": 5208466065, + "voter": "veralynn" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6668122973, + "voter": "kurtbeil" + }, + { + "percent": "10000", + "reputation": 29845491058, + "rshares": 68301025, + "voter": "ragnaroek" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 35515107335, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 4396113459, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 1769025564652, + "rshares": 174820608, + "voter": "boddhisattva" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 57276142, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 8749882391690, + "rshares": 29773568057, + "voter": "nonlinearone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 7169616930, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 303910488530, + "rshares": 4734812348, + "voter": "goingpaper" + }, + { + "percent": "10000", + "reputation": 237482268650, + "rshares": 200213903, + "voter": "globe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93822359, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 198446942, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": -752010553427, + "rshares": 1829492929, + "voter": "loveangel" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 104095614016, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 15841196427096, + "rshares": 26914242849, + "voter": "bitcalm" + }, + { + "percent": "10000", + "reputation": -138680661344, + "rshares": 62103794, + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114939806, + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 36905135907, + "rshares": 12686088778, + "voter": "nomorealex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93417260, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62373294, + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 1275677271, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 72860718, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 61874235, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 179684374, + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 2746633978, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 372832876226, + "rshares": 138504374, + "voter": "cherry" + }, + { + "percent": "10000", + "reputation": 26878598, + "rshares": 78736891, + "voter": "steemitgal" + }, + { + "percent": "10000", + "reputation": 36514411336, + "rshares": 70051993, + "voter": "jacksteem" + }, + { + "percent": "10000", + "reputation": 1393324333405, + "rshares": 599588088, + "voter": "shneakysquirrel" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 57558816, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 59993245, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 51613018, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 51461865, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 2140537429766, + "rshares": 14380031731, + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 44679463800, + "rshares": 5112815888, + "voter": "professorx" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 25130500518, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59226282, + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 162741674983, + "rshares": 60077807, + "voter": "frol" + }, + { + "percent": "10000", + "reputation": 166185808108, + "rshares": 61682344, + "voter": "artsteemit" + }, + { + "percent": "10000", + "reputation": 32644559975, + "rshares": 57828186, + "voter": "ajavajive" + }, + { + "percent": "10000", + "reputation": 824556048979, + "rshares": 910126026, + "voter": "harand" + }, + { + "percent": "10000", + "reputation": 1802656474490, + "rshares": 1805635368, + "voter": "lantto" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 17818125151, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 1090727793166, + "rshares": 935023968, + "voter": "eileenbeach" + }, + { + "percent": "10000", + "reputation": 716390377150, + "rshares": 57583148, + "voter": "rwgunderson" + }, + { + "percent": "10000", + "reputation": 18006844018, + "rshares": 127500073, + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 129636195, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 1833661746969, + "rshares": 1277550010, + "voter": "seva" + }, + { + "percent": "10000", + "reputation": 692817924311, + "rshares": 4652159114, + "voter": "io-io-io" + }, + { + "percent": "10000", + "reputation": 4005883638, + "rshares": 55698555, + "voter": "makov" + }, + { + "percent": "10000", + "reputation": 3849564768924, + "rshares": 39947788646, + "voter": "onesunbeingnow" + }, + { + "percent": "10000", + "reputation": 35051945584, + "rshares": 57729316, + "voter": "arnoldz61" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 1322150020, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 4656922610, + "rshares": 57565305, + "voter": "saintbitts" + }, + { + "percent": "10000", + "reputation": 12928378, + "rshares": 55359233, + "voter": "almiller" + }, + { + "percent": "10000", + "reputation": -13509629134, + "rshares": 56329230, + "voter": "elfremzy1985" + }, + { + "percent": "10000", + "reputation": 174215430182, + "rshares": 172369598, + "voter": "bobcollier" + }, + { + "percent": "10000", + "reputation": 1006284931, + "rshares": 53891062, + "voter": "demeterz01" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55725073, + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 92235697712, + "rshares": 60253110, + "voter": "magdalenaruth" + }, + { + "percent": "10000", + "reputation": 9485427864, + "rshares": 54483594, + "voter": "j2washere" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 6699269508, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52015504, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51780266, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53854134, + "voter": "doggnostic" + }, + { + "percent": "-10000", + "reputation": -195878223866, + "rshares": -56189680, + "voter": "ezrathecat" + }, + { + "percent": "10000", + "reputation": 288672343, + "rshares": 322301915, + "voter": "spethoscope" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102413290, + "voter": "bones261" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53575786, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 26215514, + "rshares": 53511897, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 1458138914, + "rshares": 53372224, + "voter": "angel2work" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53365070, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 5252754993, + "rshares": 50162053, + "voter": "lynchiandream" + }, + { + "percent": "10000", + "reputation": 935727204, + "rshares": 54254783, + "voter": "cristianod7" + }, + { + "percent": "10000", + "reputation": 5841611491, + "rshares": 54163480, + "voter": "darrenciccone" + }, + { + "percent": "-10000", + "reputation": -182949691419, + "rshares": -53545325, + "voter": "morganpearl" + }, + { + "percent": "10000", + "reputation": 131214330712, + "rshares": 158328022, + "voter": "sarapters" + } + ], + "author": "fyrstikken", + "author_reputation": 111391460708814, + "beneficiaries": [], + "body": "Many steemians have told me they feel invisible on steemit, so I decided to create SteemSpeak voice-community and am inviting all steemians to join the global community of steemit loving sea-creatures of all size and shape!\n---\n<h1>Let Your Voice Be Heard</h1>\n\n<center>https://youtu.be/fpJcnakFcV0</center>\n\n<h1>It is like Speakers Corner in London!</h1>\nSteemSpeak is kind of a digital version of London\u2019s Speakers Corner, a place for you to be heard and broadcasted world wide.\n\nAt SteemSpeak, you get to talk about what you want to talk about, as long as it is steemit, crypto or world economy related... Or Funny & Interesting ... We have a great tolerance for topics in our General room!\n\n<h1>Talk about your Passion, your blog-posts and steemit</h1>\n\nFeel free to talk about your passion, your latest blogpost or just vent your emotions and let us enjoy the draaamaa :) \n\nWe have room for as many as 1,000 simultaneous users inside our virtual studio, but has for the time being throttled it down to 100 to manage the growth and user-verification.\n\n<h1>A Great Place for Debates!</h1>\n\nJust like Steemit, there is no censorship but the opinions of other people who might or might not agree with you and it is a great place for debates.\n\n<center><img src=\"https://stakepool.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-17-at-05.56.26.png\"></center>\n\n<h1>But Wait, there is more</h1>\n\nAt SteemSpeak we have many rooms where you can collaborate with other steemians on steemit-projects. Maybe you want to interview someone or create a podcast? - On SteemSpeak that is super easy, just go to an empty room, tell your guests to join and click record. \nA Wav-file will then be produced on your local machine so you can edit it later and upload it to where you want and publish it on steemit.com later. Super effective and time saving using the best Opus Voice & Music codecs for best audio-results.\n\n<center>SteemSpeak.com was created by @fyrstikken & @thebatchman</center>\n\n<center><a href=\"http://steemspeak.com/\"><h1>What are you waiting for? Join steemspeak.com now! Run!! :)</h1></a></center>", + "body_length": 2105, + "cashout_time": "2016-08-24T11:09:51", + "category": "steemit", + "children": 61, + "created": "2016-08-17T11:09:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"steem\",\"witnesses\",\"politics\",\"introduceyourself\"],\"image\":[\"https://stakepool.com/wp-content/uploads/2016/08/Screen-Shot-2016-08-17-at-05.56.26.png\"],\"links\":[\"https://youtu.be/fpJcnakFcV0\",\"http://steemspeak.com/\"],\"users\":[\"fyrstikken\",\"thebatchman\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T11:56:18", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68200332178311, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "792.168 HBD", + "percent_hbd": 10000, + "permlink": "introducing-steemspeak-com-a-voice-community-and-24-7-radio-station-for-steemians", + "post_id": 850731, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Introducing: SteemSpeak.com - A Voice Community & 24/7 Radio-Station for Steemians!", + "title": "Introducing: SteemSpeak.com - A Voice Community & 24/7 Radio-Station for Steemians!", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@fyrstikken/introducing-steemspeak-com-a-voice-community-and-24-7-radio-station-for-steemians" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30946498845353, + "voter": "smooth" + }, + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28855062700, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 14524314878197, + "voter": "summon" + }, + { + "percent": "5500", + "reputation": 16685610555705, + "rshares": 11127612239285, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2469632452, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 2997370917, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 567482931, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 41918476498, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1323853997, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170685085, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 140316422085, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 472674743828, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 440985862874, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5429301359784, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 495355085, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 723997374, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 58892654837, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230104576, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 24238469941, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 4477492280957, + "rshares": 25799712115, + "voter": "steampunkpowered" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 81917919685, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 124844367769, + "voter": "craig-grant" + }, + { + "percent": "1000", + "reputation": 4931834878069, + "rshares": 3054928609, + "voter": "fkn" + }, + { + "percent": "1000", + "reputation": 5414208804644, + "rshares": 4011167307, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 581577016638, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 9403993665, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 218545500378, + "voter": "mummyimperfect" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 14869132019, + "voter": "klye" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1797998021, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 55262805283, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 559140606610, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 7796967076, + "rshares": 354993657, + "voter": "adrimaug" + }, + { + "percent": "10000", + "reputation": 4260826979219, + "rshares": 7605827927, + "voter": "givemeyoursteem" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55074701993, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 183839382554, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 401560056, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 2429242458900, + "rshares": 20300429095, + "voter": "crypto-fan" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 50851118765, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 37460414846, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 19234376978, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7963955020, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 250369872937, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 51474851126, + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2088412778, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 5655169303, + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": 9956734090708, + "rshares": 19342377772, + "voter": "firepower" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 11064214953, + "voter": "konstantin" + }, + { + "percent": "5500", + "reputation": 213668684615, + "rshares": 673605747, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 59823904352, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 35863465465, + "voter": "r4fken" + }, + { + "percent": "1000", + "reputation": 19111656178138, + "rshares": 6492740587, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 165694944701, + "rshares": 265818855, + "voter": "fydel" + }, + { + "percent": "1000", + "reputation": 3891722, + "rshares": 72715088, + "voter": "barbara2" + }, + { + "percent": "1000", + "reputation": 9142611234, + "rshares": 81304009, + "voter": "ch0c0latechip" + }, + { + "percent": "1000", + "reputation": 3871042, + "rshares": 74541037, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 8577172826419, + "rshares": 116816361682, + "voter": "crypt0" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1358991810, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 112375269924, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 727668809534, + "rshares": 4194269608, + "voter": "on0tole" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 4261463706, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 14053867770193, + "rshares": 147706315077, + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 117280563936, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4048760344, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 234379829569, + "rshares": 2578798383, + "voter": "holzmichl" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 591701440, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 75970252084, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 10921161931, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 3278180875, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 523349272991, + "rshares": 7141566868, + "voter": "sylv3se" + }, + { + "percent": "10000", + "reputation": 669199844401, + "rshares": 8172425994, + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 2504495348, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 6338322241150, + "rshares": 34095550234, + "voter": "streetstyle" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 165329372124, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7145788098, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 1729292092, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 296564528307, + "rshares": 7390466083, + "voter": "fiveboringgames" + }, + { + "percent": "10000", + "reputation": 2764978194297, + "rshares": 4086538509, + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 3743482188, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 21440373026, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 509946046, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 5373712817, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 1904782877, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 19276850147, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 67743284642, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 118709679, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 8114046771, + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 148248434331, + "voter": "jl777" + }, + { + "percent": "1000", + "reputation": 10519849768972, + "rshares": 2460373399, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 515167203222, + "rshares": 339159763, + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 106428352, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1148225570, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264975700, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 265374319, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153861416, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154731677, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88291213, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 1024325979, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 119220706, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 156223476685, + "rshares": 182759370, + "voter": "chako5555" + }, + { + "percent": "10000", + "reputation": 116655886020, + "rshares": 809363122, + "voter": "happyphoenix" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 14010388662, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 662579684, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 714900996, + "voter": "ace108" + }, + { + "percent": "5000", + "reputation": 17698439393799, + "rshares": 2613984942, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 258325412, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145310046, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 15576282646, + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79810941, + "voter": "yarly12" + }, + { + "percent": "1000", + "reputation": 147425730, + "rshares": 76679764, + "voter": "fnait" + }, + { + "percent": "1000", + "reputation": 3720753029, + "rshares": 75223149, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 33179227390, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 3093702122, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 27787545215, + "rshares": 143431864, + "voter": "borntowin" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1584560911, + "voter": "spinner" + }, + { + "percent": "5500", + "reputation": -4779249072914, + "rshares": 606232368, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 2926129985180, + "rshares": 33895457032, + "voter": "shaka" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 761363300, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 6860818850, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 1417687185, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": 11856501387697, + "rshares": 57762258172, + "voter": "allasyummyfood" + }, + { + "percent": "10000", + "reputation": 4232493695535, + "rshares": 132567063, + "voter": "french.fyde" + }, + { + "percent": "5000", + "reputation": 10771708337101, + "rshares": 497625397434, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 6935407208, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 6181438509962, + "rshares": 12986710009, + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 10450510, + "rshares": 55000047, + "voter": "scotthelms89" + }, + { + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778947431, + "voter": "laonie2" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778936100, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 310740517008, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 1038813018744, + "rshares": 186830314, + "voter": "chris.roy" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 12123602797, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 39852526334, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3783955250, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56953689, + "voter": "muizianer" + }, + { + "percent": "10000", + "reputation": 5451282059200, + "rshares": 5532992967, + "voter": "veralynn" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778614532, + "voter": "laonie4" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778602547, + "voter": "laonie5" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778594469, + "voter": "laonie6" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778571886, + "voter": "laonie7" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778533199, + "voter": "laonie9" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18837847489, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 298397221413, + "rshares": 131271973, + "voter": "hdphotography" + }, + { + "percent": "10000", + "reputation": 6380056335097, + "rshares": 4082105354, + "voter": "randyclemens" + }, + { + "percent": "10000", + "reputation": 84243674408, + "rshares": 102442751, + "voter": "erikkartmen" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 23145419484, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 1769025564652, + "rshares": 183348443, + "voter": "boddhisattva" + }, + { + "percent": "10000", + "reputation": 24130783448589, + "rshares": 44694931084, + "voter": "krishtopa" + }, + { + "percent": "10000", + "reputation": 303910488530, + "rshares": 4928069995, + "voter": "goingpaper" + }, + { + "percent": "10000", + "reputation": 10809787058917, + "rshares": 3681899082, + "voter": "cristi" + }, + { + "percent": "10000", + "reputation": 398467602540, + "rshares": 148099978, + "voter": "naifaz" + }, + { + "percent": "10000", + "reputation": 4542627765008, + "rshares": 5739868240, + "voter": "hanshotfirst" + }, + { + "percent": "10000", + "reputation": 5108049297663, + "rshares": 1985821839, + "voter": "milaoz" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 672213592, + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": 5297329962603, + "rshares": 4036704502, + "voter": "chrisadventures" + }, + { + "percent": "10000", + "reputation": 2220988298941, + "rshares": 100371124, + "voter": "steemist" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 27140497900, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 2051850885932, + "rshares": 78249092, + "voter": "mindfreak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99297844, + "voter": "stevenh512" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 1543088925, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 50439994, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 3176421463, + "rshares": 59636825, + "voter": "kingdom" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3776590554, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 25130500518, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 1090727793166, + "rshares": 934983069, + "voter": "eileenbeach" + }, + { + "percent": "10000", + "reputation": 4346098256, + "rshares": 2529223442, + "voter": "wymetto" + }, + { + "percent": "10000", + "reputation": 4595623910, + "rshares": 57193043, + "voter": "margas6" + }, + { + "percent": "10000", + "reputation": 18006844018, + "rshares": 127493671, + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 132710983821, + "rshares": 59511141, + "voter": "eyeye" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 3765315095, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 135018071312, + "rshares": 59128689, + "voter": "blackeyed" + }, + { + "percent": "10000", + "reputation": 804735971045, + "rshares": 102192337, + "voter": "arnoldwish" + }, + { + "percent": "5000", + "reputation": 85132342011, + "rshares": 3760658629, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 96018554976, + "rshares": 61042097, + "voter": "kita" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 1909306568, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 1322150020, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 76761005092, + "rshares": 980599805, + "voter": "seasi06" + }, + { + "percent": "10000", + "reputation": 80747623295, + "rshares": 27293624196, + "voter": "zahnspange" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 57894807, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 2852613092773, + "rshares": 121487205, + "voter": "andressilvera" + }, + { + "percent": "10000", + "reputation": 22344336898, + "rshares": 41980301265, + "voter": "dan-bn" + }, + { + "percent": "10000", + "reputation": 56882303492, + "rshares": 78263876, + "voter": "happyramonel" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 51911414, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 3301652860610, + "rshares": 77117750, + "voter": "dexter-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50207083, + "voter": "mike2125" + }, + { + "percent": "10000", + "reputation": 51951433, + "rshares": 50178489, + "voter": "onlineworker" + }, + { + "percent": "10000", + "reputation": 5252754993, + "rshares": 54431164, + "voter": "lynchiandream" + } + ], + "author": "knozaki2015", + "author_reputation": 97417747806297, + "beneficiaries": [], + "body": "<html>\n<p>One of my all-time favorite dishes are<a href=\"https://en.wikipedia.org/wiki/Dim_sum\"> DIM SUM</a>. I have eaten at approx. 100 Dim Sum shops all over the world, but I rate <strong>Taipei Din Tai Fung as one of the best in the world. </strong></p>\n<p>The Main House is an old building and which is always packed with a <strong>waiting time of min. 30 Minutes. </strong></p>\n<p><a href=\"https://en.wikipedia.org/wiki/Michelin_Guide\"><strong>Its Hongkong Branch received a Michelin Star</strong></a>, so i think this is the <strong>cheapest meal</strong> you could ever have in a 1-Star Michelin Restaurant.</p>\n<p><img src=\"https://s4.postimg.org/aywes7u7x/I_Travel_the_9.jpg\" alt=\"I Travel the(9)\" width=\"800\" height=\"800\"/><a href=\"https://postimg.org/image/48fxis721/\" target=\"_blank\"><br>\n</a><br>\n<strong>To avoid the wait</strong>, my work around is going to the 101 Branch of Din Tai Fung as it offers almost the same quality as the Main Branch. </p>\n<p><br></p>\n<p><strong>HOW TO EAT DIM SUM</strong></p>\n<p><img src=\"https://s4.postimg.org/3u1nzt0n1/image.jpg\" alt=\"6\" width=\"600\" height=\"800\"/><a href=\"https://postimg.org/image/fvx1ty9vd/\" target=\"_blank\"><br>\n</a></p>\n<p><strong>Very modern shop</strong> (the Main Branch looks so weak, I am always afraid the building will collapse, so I like the 101 Branch)</p>\n<p><img src=\"https://s4.postimg.org/7265cumwt/image.jpg\" alt=\"7\" width=\"600\" height=\"800\"/><a href=\"https://postimg.org/image/rmazbc2nt/\" target=\"_blank\"><br>\n</a><br>\n<br>\n<strong>Xiaolongbao \u5c0f\u7b3c\u5305 (filled with a super delicious soup)</strong></p>\n<p><img src=\"https://s4.postimg.org/4egp2htvh/image.jpg\" alt=\"1\" width=\"600\" height=\"800\"/><br>\n</p>\n<p><strong>Dumpings with Shrimp</strong><br>\n<img src=\"https://s4.postimg.org/mijpn4rjx/image.jpg\" alt=\"2\" width=\"600\" height=\"800\"/><br>\n</p>\n<p><strong>Perfect mixed fried rice with shrimp and chicken<br>\n</strong><img src=\"https://s4.postimg.org/a6gt9n3p9/image.jpg\" alt=\"5\" width=\"600\" height=\"800\"/><br>\n</p>\n<p>Having visited around 10 Din Tai Fung restaurants all over the world, <strong>I only recommend the 101 Branch and the Main Branch</strong> (If you have the time to wait 30-60 Minutes, please go to the Main Branch) . </p>\n<p><strong>The dumplings are to kill for! I have eaten 30</strong> of them once, because i could not stop...</p>\n<p>I tried the Michelin star rated Hongkong Branches, but they were <strong>not close to the quality of the Main Taipei branch.</strong></p>\n<p><br></p>\n<p>Din Tai Fung</p>\n<p>Where: TAIPEI 101 MALL \u53f0\u5317 101 \u8cfc\u7269\u4e2d\u5fc3</p>\n<p> Tel: +886 2 8101 7799</p>\n<p>Mon-Sun 11AM\u20139:30PM</p>\n<p><br></p>\n<p>If you like my Post, <a href=\"https://steemit.com/@knozaki2015\"><strong>please follow me to not miss any of my Food & Travel Posts!</strong></a> </p>\n</html>", + "body_length": 2820, + "cashout_time": "2016-08-24T09:24:42", + "category": "food", + "children": 31, + "created": "2016-08-17T09:24:42", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"taipei\",\"knozaki2015\",\"dintaifung\",\"travel\"],\"image\":[\"https://s4.postimg.org/aywes7u7x/I_Travel_the_9.jpg\",\"https://s4.postimg.org/3u1nzt0n1/image.jpg\",\"https://s4.postimg.org/7265cumwt/image.jpg\",\"https://s4.postimg.org/4egp2htvh/image.jpg\",\"https://s4.postimg.org/mijpn4rjx/image.jpg\",\"https://s4.postimg.org/a6gt9n3p9/image.jpg\"],\"links\":[\"https://en.wikipedia.org/wiki/Dim_sum\",\"https://en.wikipedia.org/wiki/Michelin_Guide\",\"https://postimg.org/image/48fxis721/\",\"https://postimg.org/image/fvx1ty9vd/\",\"https://postimg.org/image/rmazbc2nt/\",\"https://steemit.com/@knozaki2015\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T09:44:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 68232920164737, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "815.803 HBD", + "percent_hbd": 10000, + "permlink": "i-travel-the-world-part-19-din-tai-fung-taipei", + "post_id": 849715, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I travel the world Part 19: Din Tai Fung (Taipei)", + "title": "I travel the world Part 19: Din Tai Fung (Taipei)", + "total_payout_value": "0.000 HBD", + "url": "/food/@knozaki2015/i-travel-the-world-part-19-din-tai-fung-taipei" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 640106052620, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30946498845353, + "voter": "smooth" + }, + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28855062700, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154585758780, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2332371127504, + "voter": "hr1" + }, + { + "percent": "4100", + "reputation": 16685610555705, + "rshares": 8654796857054, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3221190833849, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3086935713, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3746575028, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 709334115, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 52377854741, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1654762403, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213352802, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 140316422085, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 1727858428491, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 472674743828, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3019858398904, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": -296615780418, + "rshares": 105994307, + "voter": "mineralwasser" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 825123779600, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 124278346406, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9355945483, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5429159074022, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 18678729398345, + "rshares": 162755691562, + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 851328912273, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 619177862, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 901416401, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 134048171755, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 58892654837, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287627166, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 24238469941, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 4477492280957, + "rshares": 25283717873, + "voter": "steampunkpowered" + }, + { + "percent": "10000", + "reputation": 2520096511491, + "rshares": 19049967243, + "voter": "daowisp" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 163252280582, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 11117488608, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 124844367769, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 87363750745142, + "rshares": 468430270315, + "voter": "dana-edwards" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 23211381132, + "voter": "joelinux" + }, + { + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8146476291, + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 421114301, + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 376960001789, + "rshares": 4800678434, + "voter": "spaninv" + }, + { + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10696446154, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 58571016273092, + "rshares": 595761821922, + "voter": "nanzo-scoop" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 9403993665, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 42741727265739, + "rshares": 87858658638, + "voter": "steve-walschot" + }, + { + "percent": "10000", + "reputation": 21903005256174, + "rshares": 218545500378, + "voter": "mummyimperfect" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1798006911, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2739220042, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 537633935848, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 144783423, + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 217828581712, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 200733663789408, + "rshares": 2192181569771, + "voter": "stellabelle" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 329241268, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 20763505296686, + "rshares": 234097093084, + "voter": "wingz" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55074701993, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 109458403543, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 183839382554, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 30409765924218, + "rshares": 316981275590, + "voter": "innuendo" + }, + { + "percent": "10000", + "reputation": 2733362192608, + "rshares": 47330431373, + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 19574669, + "rshares": 685070372, + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 393016225, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 132021872037, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 92996552744, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 50851118765, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 266703595472, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 37460414846, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 19234376978, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 3509662488161, + "rshares": 25075078353, + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 1088953190371, + "rshares": 3005067135, + "voter": "allyourbase" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 39514114572, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 18832620196, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 867765845, + "rshares": 253004827, + "voter": "oluss" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7963932964, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 160174254209, + "rshares": 50465540320, + "voter": "booja" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 4620983099, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 13363189894, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75606446772, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2088412778, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 5655169303, + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 11285335976, + "voter": "konstantin" + }, + { + "percent": "4100", + "reputation": 213668684615, + "rshares": 673605747, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 10171002020923, + "rshares": 56297454235, + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 305047794164, + "rshares": 59823904352, + "voter": "jackkang" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 35863465465, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1099066186, + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 52317559376, + "rshares": 8059948296, + "voter": "killswitch" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 512160635, + "voter": "endgame" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 17313974900, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 1626868455, + "voter": "owdy" + }, + { + "percent": "3000", + "reputation": 3891722, + "rshares": 193906902, + "voter": "barbara2" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 216810692, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 198776099, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 8577172826419, + "rshares": 116816361682, + "voter": "crypt0" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1358974379, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 188957990, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1310601318, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4395228991, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4048703429, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 591701440, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 75970252084, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 39920320621, + "rshares": 327654289418, + "voter": "bobbylee" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 3059635483, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 24870513211, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 57529230192, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 1489102259, + "rshares": 213321508, + "voter": "zoicneo" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 329430558, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 523349272991, + "rshares": 7001536145, + "voter": "sylv3se" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 2452268274, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 1789384672, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 56929861746, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 252909161, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 296564528307, + "rshares": 7245554984, + "voter": "fiveboringgames" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 430287327, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 31658366953, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 900694208703, + "rshares": 6636898857, + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 5373701434, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 165916744066, + "rshares": 839855747, + "voter": "amor" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 12021783432, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 1904782877, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 116382038, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 148248434331, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 2018861426, + "voter": "lostnuggett" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6560995730, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1148225570, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264975700, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 265374319, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153861416, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154731677, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88291213, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 14882754829, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 1003421367, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 124293928, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 29770846221, + "rshares": 571247992, + "voter": "jasonpay1" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 12625051204, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 13076362751, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 662579684, + "voter": "curator" + }, + { + "percent": "5000", + "reputation": 17698439393799, + "rshares": 2613984942, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 258325412, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145310046, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79810941, + "voter": "yarly12" + }, + { + "percent": "3000", + "reputation": 147425730, + "rshares": 204479372, + "voter": "fnait" + }, + { + "percent": "3000", + "reputation": 3720753029, + "rshares": 200595065, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 32515642842, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81917882, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 115302284, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 112027656, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 6699598900, + "rshares": 112914306, + "voter": "wunju" + }, + { + "percent": "10000", + "reputation": 2493302761715, + "rshares": 5327054686, + "voter": "saulius" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1619007887, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": -489147116791, + "rshares": 119553540, + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1991621661, + "voter": "andreynoch" + }, + { + "percent": "10000", + "reputation": 2889656462700, + "rshares": 3907456257, + "voter": "uwe69" + }, + { + "percent": "4100", + "reputation": -4779249072914, + "rshares": 606232368, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 3125110133, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 761363300, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 6860818850, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 1310561212, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52810577, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 4232493695535, + "rshares": 132567063, + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" + }, + { + "percent": "5000", + "reputation": 10771708337101, + "rshares": 497625397434, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 6438172829, + "voter": "rawnetics" + }, + { + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778947431, + "voter": "laonie2" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778936100, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 310740517008, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 618773254836, + "rshares": 451763143, + "voter": "minnowsunited" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3783955250, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 23856803561, + "rshares": 62364757, + "voter": "elena000" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 1939154455, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56953689, + "voter": "muizianer" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778614532, + "voter": "laonie4" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778602547, + "voter": "laonie5" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778594469, + "voter": "laonie6" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778571886, + "voter": "laonie7" + }, + { + "percent": "10000", + "reputation": 2021353867281, + "rshares": 6668122973, + "voter": "kurtbeil" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778533199, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 28427048731, + "rshares": 11377250085, + "voter": "blockchain-info" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18837847489, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 35515107335, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 4584027347, + "rshares": 56771174, + "voter": "makaveli" + }, + { + "percent": "10000", + "reputation": 1269864429223, + "rshares": 2184135788, + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 1826385508354, + "rshares": 3097459963, + "voter": "dercoco" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 182816900, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1585337208, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93822359, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 180304018, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 672213592, + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 51802213, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -752010553427, + "rshares": 1905721801, + "voter": "loveangel" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 104095614016, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -138680661344, + "rshares": 62103794, + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114939806, + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93417260, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62373294, + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 72860718, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 26878598, + "rshares": 80377243, + "voter": "steemitgal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 101780290, + "voter": "stevenh512" + }, + { + "percent": "10000", + "reputation": 539814268751, + "rshares": 376001676, + "voter": "manicmidnight" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 156837664557, + "rshares": 86770163, + "voter": "how2steemit" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 57558816, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 1543088925, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 52786041, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 3176421463, + "rshares": 57298126, + "voter": "kingdom" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3776590554, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 31757322861, + "rshares": 51461865, + "voter": "mrlogic" + }, + { + "percent": "10000", + "reputation": 2140537429766, + "rshares": 14379714199, + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59226282, + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 166185808108, + "rshares": 61682344, + "voter": "artsteemit" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 74806484, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 1802656474490, + "rshares": 1920888690, + "voter": "lantto" + }, + { + "percent": "10000", + "reputation": 740952354750, + "rshares": 83886894, + "voter": "vonpetro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 1090727793166, + "rshares": 934983069, + "voter": "eileenbeach" + }, + { + "percent": "10000", + "reputation": 39279686642, + "rshares": 59036091, + "voter": "jusan" + }, + { + "percent": "10000", + "reputation": 716390377150, + "rshares": 58834956, + "voter": "rwgunderson" + }, + { + "percent": "10000", + "reputation": 18006844018, + "rshares": 127493671, + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 692817924311, + "rshares": 4560833634, + "voter": "io-io-io" + }, + { + "percent": "10000", + "reputation": 1679833671371, + "rshares": 3197286475, + "voter": "asuran" + }, + { + "percent": "10000", + "reputation": 448323753, + "rshares": 291086336, + "voter": "trimtab" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 227799147, + "voter": "richardcrill" + }, + { + "percent": "5000", + "reputation": 85132342011, + "rshares": 3760658629, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 629095349859, + "rshares": 1235093565, + "voter": "victor-smirnoff" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 1322150020, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 78520035785, + "rshares": 55630173, + "voter": "pierce-the-veil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": -13509629134, + "rshares": 55224735, + "voter": "elfremzy1985" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 1737630, + "rshares": 53952590, + "voter": "shonzr" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 149232868, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55725073, + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 51911414, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 97476072754, + "rshares": 53167239, + "voter": "david.prochnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53995298, + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 808036081309, + "rshares": 55047290, + "voter": "thiras" + }, + { + "percent": "10000", + "reputation": 35035670618, + "rshares": 51803318, + "voter": "plantbasedjunkie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50207083, + "voter": "mike2125" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54432544, + "voter": "sebast" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54432371, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 5252754993, + "rshares": 54431164, + "voter": "lynchiandream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54198700, + "voter": "niknight" + }, + { + "percent": "10000", + "reputation": 511520729, + "rshares": 50968607, + "voter": "landofcrypto" + } + ], + "author": "dana-edwards", + "author_reputation": 87363750745142, + "beneficiaries": [], + "body": "[Series] Achieving financial independence with Steem Intro 1\n========\n\n\n\nThis will be a series of posts on how to achieve financial independence using Steem. This series of posts is for people who want to learn and discuss different ways to think about money, and for people who truly despise the 9-5 salary worker lifestyle. If you're trapped in a salary worker lifestyle and you want to find an alternative then this series of posts is about how we can help each other free ourselves from that. Let's escape the salary worker lifestyle and teach others.\n\n\n\nWhat does the salary worker lifestyle bring?\n--------------------\n\nhttps://youtu.be/FF4zlGfW7Ks\n\n\n\n - **Bosses.** Most people who have a salary job are employees and most employees have a boss. \n - **Workplace politics.** Most people who have a salary job have to deal with the aspects such as workplace politics. \n - **A slave to the clock.** Most people in this lifestyle do not get to set their own schedule. Their schedule is set by others and they have to work a certain amount of hours not just for the pay but to save face and or keep their jobs.\n - **Hard work can be discouraged.** In salary work you can sometimes work very hard to make higher ups look good, who sometimes take the credit for your work as if it was theirs. You may see people who get raises for reasons other than merit.\n - **You have to go to work.** Not only are most salary workers a slave to the clock but they have to also go to some designated location just to work. In 2016 this makes little sense but it's tradition to go to work even when there are long traffic jams and lines to get coffee each morning. \n - **You have to choose between arbitrary \"full time\" and \"part time\".** The amount of hours you get are designated by arbitrary meaningless concepts like full time and part time. In reality if we look at the animal kingdom there is no full and part time. If we look far back at human history these concepts didn't exist until fairly recently. \n\n\nThis isn't to discourage anyone who lives the salary worker lifestyle and who is happy with it. Some people for whatever reason are perfectly happy to live their lives working for others in this way. But if you are disgusted by this lifestyle then continue reading and have a look at this video below:\n\n\nThe salaryman lifestyle of Japan\n---------------\n\n\nhttps://youtu.be/po8IPh64rVM\n\n\n\nThe salaryman lifestyle of Japan may be an indicator of the extreme version of the salary worker lifestyle globally. Many milennials look at videos like this and think it is totally ridiculous to live like this no matter how much money people get paid. Why do they do it? Because they need stable income to support their families? So this lifestyle for many is just a sacrifice, a means to an end.\n\n\nhttps://youtu.be/NEdwrPwFo4Q\n\n\nJapan offers a social compact where salarymen work for a company and have a job for life. This is distinctly different from how it is in the United States and this might indicate why people in Japan are willing to make greater sacrifices for their jobs. The company which treats employees like a family encourages the salary worker culture. But what if you could make a living as a blogger, enjoy your family, and not have to make these kinds of sacrifices anymore?\n\n\nBloggers have to get paid\n----------\n\nIn order to free people it is important that bloggers can get paid. The key point is that they don't have to get paid a daily salary like a factory worker or salary worker. Bloggers need to get paid enough money to be financially independent, and how much that is, that minimum threshold, is a threshold which differs from location to location, from country to country. If you know a blogger is in the United States or Tokyo then you know the cost of living is high, so they will need to get more votes and rewards to reach financial independence than the bloggers in Nigeria. \n\nFor this reason we cannot know for certain what is a big or small payout to a particular blogger. Most people would assume 20,000 USD is a large payout for the average American and they would be absolutely right. In most places in the United States, 20,000 USD is a year salary. In New York 20,000 USD might be enough for a month or two. This is because the cost of living in New York city is extremely high and 20,000 in a month is typical for some classes of workers in New York.\n\nThe threshold for financial independence\n--------------\n\nThis threshold is slightly different for everybody. This threshold might not be entirely measured in a dollar amount. But the point is that once a person has wealth beyond this minimum threshold, they are able to live off their own wealth indefinitely. This could be the person who has enough dividend paying stocks to live off their dividend payments for the rest of their life while getting a reasonable income for their location, or it could be in the form of a mountain of Steem Power which can give them weekly payouts for the rest of their life.\n\nThis isn't to say Steem Power is something people **SHOULD** pursue exclusively and it's not to think of Steem Power as an investment. It's to think of Steem Power as a tool in the fight for financial independence and as anyone knows, it's important to be diversified in terms of income streams if the goal is financial independence. Each reader can decide on their own wealth threshold, and determine what forms are most convenient for them to express their wealth, but Steem Power is important because it allows bloggers to express their wealth in a way which encourages financial independence at least as of now.\n\n\nWhat are some of the benefits of the financially independent lifestyle?\n\n - **No bosses.** No bosses, no bullshit, you're the boss of yourself if you choose to be or you can select someone to be the boss if you voluntarily want that. \n - **Your workplace is mobile.** Your workplace revolves around you, and it could be your laptop, it could be your smart phone, it could be your tape recorder, it's ultimately something you can carry about. Steemit could be the closest thing to a workplace and you go to work simply logging in.\n - **Work as hard as you need to.** No one is micromanaging you, or on your back telling you what to do and how to do it. You work as hard as you deem necessary to accomplish your goals. It helps to be a perfectionist but there is no quota system. \n - **You have time to enjoy your family.** Now you can be with the people you care about as often as you want. Your job is location independent so you can take them on vacations and tour the world while you work or you can work from home. \n - **You aren't a slave to the clock anymore.** You can work when you want, sleep when you want, party when you want, and record all of it to upload to your vlog.\n\n\nPromoting financial freedom while working to achieve it\n-------------------------------------------------------\n\nYou can make posts, vlogs, and show the differences between the salary worker lifestyle and the lifestyle of a financially independent blogger. Even if you haven't yet achieved financial independence, you can help document the process of achieving financial independence as a sort of lifestyle lifelogger. For this reason the travel blogs are very important because it is what helps to wake people up who are in lifestyles they hate to discover that it's possible to travel for a living.\n\nWhen beautiful people **(notice I don't just say women!)** are posting travel pictures and talking about enjoying their life as a blogger, it is this which attracts many ordinary people who see how these people are enjoying themselves and who want to do the same. It's important that blogging remains fun and does not turn into something which resembles a salary job and in order to keep it fun it is important to remember that at this time being a professional blogger is considered an **alternative lifestyle** and is not mainstream. \n\nNormal people do not even know it's possible to have a career as a blogger and even if they think it is possible it's not currently associated with being financially independent. When people see that you can blog, go from rags to riches, or essentially become financially independent from the wage worker, then many people who currently are wage workers thinking it's the only noble way to make money will think to at least give it a try.\n\n\nShow the Steem culture\n---------------\n\n\nDid you know if you are self employed you can live in Japan quite easily? Japan offers a freelance VISA which means if you are successful on Steemit where you can make over $2500 a month then you can apply for this VISA. \n\nhttps://youtu.be/k0XavuFn_tA\n\n\nAnd from Japan you can be a Steem ambassador where you can be a journalist to show how people in Japan are using Steem, or promote Steem to Japanese youth who do not want to be salary workers. Indeed, many Japanese do not want to follow their parents and despise the salaryman culture but they do not yet know Steemit exists. If you're in Japan, or just interested, you can bring Steem culture to Japan.\n\nThe first generation of financially independent Steemians will be the people who help create and show Steem culture to the world. You will have the opportunity to live anywhere you want, to give people around the world hope, and to show how Steem changes lives. You'll be able to promote Steem while also promoting financial independence as a concept.\n\n\nI hope you enjoyed this post, if you did there are several others from [Extie DaSilva](https://steemit.com/@extie-dasilva) that you might like.\n-----------", + "body_length": 9691, + "cashout_time": "2016-08-24T09:02:45", + "category": "politics", + "children": 33, + "created": "2016-08-17T09:02:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"politics\",\"philosophy\",\"money\",\"craigrant\",\"truecrypto\"],\"links\":[\"https://youtu.be/FF4zlGfW7Ks\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T10:23:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 67838288838220, + "parent_author": "", + "parent_permlink": "politics", + "pending_payout_value": "806.722 HBD", + "percent_hbd": 10000, + "permlink": "series-achieving-financial-independence-with-steem-intro-1", + "post_id": 849480, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "[Series] Achieving financial independence with Steem Intro 1", + "title": "[Series] Achieving financial independence with Steem Intro 1", + "total_payout_value": "0.000 HBD", + "url": "/politics/@dana-edwards/series-achieving-financial-independence-with-steem-intro-1" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 30946498845353, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 83941319998, + "rshares": 5428362754239, + "voter": "smooth.witness" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 47114293981, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 124844367769, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 61647538116, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 537633935848, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 5244023575, + "rshares": 346840110, + "voter": "bblair" + }, + { + "percent": "10000", + "reputation": 5888717170887, + "rshares": 65231105743, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 132021872037, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 217222224, + "rshares": 293749320, + "voter": "knopki" + }, + { + "percent": "10000", + "reputation": 6095326280934, + "rshares": 19252927597, + "voter": "thebatchman" + }, + { + "percent": "10000", + "reputation": 156169282296, + "rshares": 291990822, + "voter": "sonyanka" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 5488840794, + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 2133084867, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 11415305020986, + "rshares": 37459977048, + "voter": "menta" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 180542763, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 35863465465, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1258128648, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 2806990757, + "rshares": 235816275, + "voter": "fedor" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 75970252084, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 3059625521, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 50338076418, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 2452268274, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 8860960764, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 24143253116, + "rshares": 118353022, + "voter": "bobo012" + }, + { + "percent": "0", + "reputation": 20001506960251, + "rshares": 2234580760, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 1904763665, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 116382038, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 148247577629, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 15874238296, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 982516755, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 121757317, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 48324434201, + "rshares": 193587927, + "voter": "tobythecat" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 13076298001, + "voter": "proto" + }, + { + "percent": "5000", + "reputation": 17698439393799, + "rshares": 2613984942, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 32515642842, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 67422364209, + "rshares": 3546939661, + "voter": "mpa" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 112027656, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 6699598900, + "rshares": 112914306, + "voter": "wunju" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1584560911, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": 1804907957838, + "rshares": 1646540649, + "voter": "belkins" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 1984033205, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 761363300, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 6860786830, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" + }, + { + "percent": "0", + "reputation": 10771708337101, + "rshares": 29272102833, + "voter": "laonie" + }, + { + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778947431, + "voter": "laonie2" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778936100, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 5776723480371, + "rshares": 316955327349, + "voter": "somebody" + }, + { + "percent": "10000", + "reputation": 5451282059200, + "rshares": 5354509323, + "voter": "veralynn" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778614532, + "voter": "laonie4" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778602547, + "voter": "laonie5" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778594469, + "voter": "laonie6" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778571886, + "voter": "laonie7" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778533199, + "voter": "laonie9" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18837593469, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 298397221413, + "rshares": 124868462, + "voter": "hdphotography" + }, + { + "percent": "10000", + "reputation": 58766754772, + "rshares": 65263444, + "voter": "sizil" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1661451481, + "voter": "antispam" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 51802213, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 503880111, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 8816866, + "rshares": 61119894, + "voter": "kaosdlanor" + }, + { + "percent": "10000", + "reputation": 27464820248, + "rshares": 54762710, + "voter": "thegoldencookie" + }, + { + "percent": "10000", + "reputation": 2051850885932, + "rshares": 78249092, + "voter": "mindfreak" + }, + { + "percent": "10000", + "reputation": 2551239163442, + "rshares": 3456896368, + "voter": "johnnyyash" + }, + { + "percent": "10000", + "reputation": 2594661721428, + "rshares": 4010466924, + "voter": "themanualbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99297844, + "voter": "stevenh512" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 2357768295588, + "rshares": 1543088925, + "voter": "movievertigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 3176421463, + "rshares": 56128777, + "voter": "kingdom" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3776590554, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 1090727793166, + "rshares": 975625968, + "voter": "eileenbeach" + }, + { + "percent": "10000", + "reputation": 18006844018, + "rshares": 127493671, + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 3749012705250, + "rshares": 5940167503, + "voter": "alexandre" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" + }, + { + "percent": "5000", + "reputation": 85132342011, + "rshares": 3760658629, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 855163, + "rshares": 56861918, + "voter": "bitcoinx" + }, + { + "percent": "10000", + "reputation": 837791549130, + "rshares": 1322150020, + "voter": "sponge-bob" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 76761005092, + "rshares": 980599805, + "voter": "seasi06" + }, + { + "percent": "10000", + "reputation": 670779587392, + "rshares": 55340759, + "voter": "ahmetova" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 143879651757, + "rshares": 177472653, + "voter": "keverw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 53015912, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 3495795823022, + "rshares": 53758453, + "voter": "cnfund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50207083, + "voter": "mike2125" + }, + { + "percent": "10000", + "reputation": 33094563, + "rshares": 51238874, + "voter": "acc123" + }, + { + "percent": "10000", + "reputation": 353288883728, + "rshares": 53369320, + "voter": "floweroflife" + } + ], + "author": "crazymumzysa", + "author_reputation": 45712131677758, + "beneficiaries": [], + "body": "***I want to tantalize your taste buds with this delectable sin, once tasted, hooked for life!***\n\nHey Foodies\n\nLast week I shared the recipe of my delectable cheesecake. Sticking to the dessert topic, today I'm sharing my all time favorite **Peppermint Crisp Tart** recipe. \n\n\n[Image Credit](https://letscooklocal.files.wordpress.com/2012/09/img_6269.jpg?w=600&h=450)\n\nSince a child the mixture of caramel, peppermint and chocolate cream brought me great happiness and as soon as I was able I learned how to make it. Unfortunately I was only able to make it on special occasions :(\n\nKnowing that I can't wait to make it again. I won't let you wait either.\n\n\n[Image Credit](https://maakit.co.za/wp-content/uploads/2013/02/Peppermint-Crisp-Tart-Ingredients.jpg)\n\n**Ingredients**\n-----------\nYou will need:\n250 ml cream / Orley whip (I prefer cream)\n1 can caramel treat\n4 peppermint crisp chocolate bars (Cadbury is my preferred choice)\n1 packet of Tennis Biscuits \n\n\n[Image Credit](https://s-media-cache-ak0.pinimg.com/564x/18/9f/e9/189fe9ffbfd9c99f614badcc60fcaf6a.jpg)\n\n**Method**\n------\n\n* Whip cream until it is stiff \n* Add caramel treat to the cream and mix until smooth\n* Grate or crush the peppermint crisp bars and add to cream mixture, mix in well. \n* Place the tennis biscuits in a pie dish and pour over a layer of cream, add more biscuits on top of the cream the idea is to layer it like a lasagna.\n* Place the pie dish in the fridge for about 30 min and serve. \n\n**Additional options** \nPut fresh mint leaves or crushed chocolate on top for garnish.\n\n\n[Image Credit](https://www.idealshape.com/wp-content/uploads/2014/10/cake1.jpg)\n\n\nEnjoy!!!!\n\n**Don't forget to follow @thegoldencookie**\n---------------------------------------\n\n**@crazymymzysa features authors to promote new authors and a diversity of content. All STEEM Dollars for this post go to the featured author**", + "body_length": 2400, + "cashout_time": "2016-08-24T08:32:15", + "category": "food", + "children": 20, + "created": "2016-08-17T08:32:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"food\",\"recipe\",\"easy\",\"\"],\"users\":[\"thegoldencookie\"],\"image\":[\"http://i32.photobucket.com/albums/d44/Margaretha_Wolmarans/img_6269_zpsnjdkjczj.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T08:32:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 38262183561195, + "parent_author": "", + "parent_permlink": "food", + "pending_payout_value": "262.689 HBD", + "percent_hbd": 10000, + "permlink": "for-the-mint-of-peppermint-featuring-author-thegoldencookie", + "post_id": 849190, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "For The Mint... Of Peppermint (Featuring Author @thegoldencookie).", + "title": "For The Mint... Of Peppermint (Featuring Author @thegoldencookie).", + "total_payout_value": "0.000 HBD", + "url": "/food/@crazymumzysa/for-the-mint-of-peppermint-featuring-author-thegoldencookie" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 330982605, + "rshares": 140316422085, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 25390949219, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 9952419547, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 596394273, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 157636214062, + "rshares": 21617011570, + "voter": "ozzy-vega" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 193128492149, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 3863607637, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4048703429, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 7405029520, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 467828234, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 4456090201156, + "rshares": 4323530648, + "voter": "heimindanger" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 662570076, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 7050411783, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 8806485920347, + "rshares": 22819925010, + "voter": "jasonstaggers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 90502016, + "voter": "smech" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 6438163578, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 6364644439603, + "rshares": 105935028, + "voter": "aboundlessworld" + }, + { + "percent": "10000", + "reputation": 1269864429223, + "rshares": 2329744841, + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 33467338593, + "rshares": 61385527, + "voter": "sijoittaja" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 6151190773, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 9080373233, + "rshares": 62495590, + "voter": "mchavarriaot" + }, + { + "percent": "10000", + "reputation": 517546794156, + "rshares": 107585463, + "voter": "steevc" + }, + { + "percent": "10000", + "reputation": 425267052246, + "rshares": 58216042, + "voter": "ultimus" + }, + { + "percent": "10000", + "reputation": 1063317981552, + "rshares": 6703100778, + "voter": "etcmike" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 78520035785, + "rshares": 56789135, + "voter": "pierce-the-veil" + }, + { + "percent": "10000", + "reputation": 1676296, + "rshares": 54443169, + "voter": "grazyah13" + } + ], + "author": "mrosenquist", + "author_reputation": 9332405310628, + "beneficiaries": [], + "body": "<html>\n<center><p><img src=\"https://i.imgsafe.org/4180fc2f33.png\" width=\"393\" height=\"190\"/></p></center>\n<p>Content is the heart and soul of Steemit. It comes in the form of blogs that authors create and follow-on comments which readers contribute. We have talked about this before in posts and the chat-room, but the question continues to remain relevant: </p>\n<h2><center><strong>Should viewer\u2019s comments be up-voted by the author as a way of showing appreciation?</strong></center></h2>\n<h3><strong>Limited upvotes</strong> </h3>\n<p>If we had an unlimited number of votes, this would not be an issue. Every author would happily upvote people who make comments to their post. But the reality is we all have practical limitations on how many time we can upvote in a 24-hour period. The general consensus is, we should only up-vote about 30 times a day or risk our voting power be depleted, which will greatly degrade the value of our votes. If I write a blog and thirty people comment, do I use all my up-votes for the day to recognize them? </p>\n<h3><strong>My choice as an author</strong> </h3>\n<p>If you up-vote and leave a meaningful reply, then I will return the favor and up-vote your comment. I firmly believe comments which add to the discussion, enhance the clarity, or contribute to a debate makes the original post even better. I will recognize those who put forth this effort until all my up-votes are depleted for the day. As I started with, I believe content is what makes Steemit great. The feelings, ideas, and opinions of readers increase the value and fuel the platform for larger audience participation. </p>\n<h3><strong>Authors not upvoting good comments</strong> </h3>\n<p>Sadly, I see many authors who do not recognize or reward quality replies to their posts. I think it discourages readers from engaging and at a macro level hurts the Steemit community. Now, not all comments are worthy. The person who simply states \u201cgood post\u201d or something similarly laconic, does not earn a reward in my opinion. Yes, it is subjective. </p>\n<h3><strong>What are your thoughts?</strong> <strong>Should authors upvote good and engaging reply\u2019s? Do you always upvote quality comments?</strong></h3>\n</html>", + "body_length": 2295, + "cashout_time": "2016-08-24T08:00:30", + "category": "steemit", + "children": 17, + "created": "2016-08-17T08:00:30", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steemit\",\"upvote\",\"steem-help\",\"blog\",\"philosophy\"],\"image\":[\"https://i.imgsafe.org/4180fc2f33.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T08:00:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 463955442626, + "parent_author": "", + "parent_permlink": "steemit", + "pending_payout_value": "0.336 HBD", + "percent_hbd": 10000, + "permlink": "to-upvote-or-not-on-comments-that-is-the-question", + "post_id": 848946, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "To Upvote or Not on Comments, That is the Question", + "title": "To Upvote or Not on Comments, That is the Question", + "total_payout_value": "0.000 HBD", + "url": "/steemit/@mrosenquist/to-upvote-or-not-on-comments-that-is-the-question" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 626166269274, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 854893586973, + "rshares": 825093583158, + "voter": "boombastic" + }, + { + "percent": "10000", + "reputation": 7520586390, + "rshares": 121571407261, + "voter": "mrs.agsexplorer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9337467077, + "voter": "bingo-0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2417416363, + "voter": "bingo-1" + }, + { + "percent": "1000", + "reputation": 147478489309626, + "rshares": 120183276530, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 855178912028, + "rshares": 6982141801, + "voter": "taoofsatoshi" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 9521769889, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1233698174511, + "rshares": 473402236, + "voter": "spartanza" + }, + { + "percent": "10000", + "reputation": 3906896686802, + "rshares": 61263268828, + "voter": "thecryptodrive" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 100410668477, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 35004404650, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 19421139578, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 1700182089209, + "rshares": 75606346427, + "voter": "rubybian" + }, + { + "percent": "10000", + "reputation": 10171002020923, + "rshares": 60050617851, + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 168987550190, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 35863203963, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 1578960670, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 3978354715302, + "rshares": 13627821204, + "voter": "lovenugz" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 198648143, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 1258128648, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 10445529851856, + "rshares": 6163944903, + "voter": "meesterboom" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 7741723631, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 3742963859, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 1783202708175, + "rshares": 2324867542, + "voter": "desmonid" + }, + { + "percent": "10000", + "reputation": 116856214624, + "rshares": 2696585400, + "voter": "bones" + }, + { + "percent": "10000", + "reputation": 678073276260, + "rshares": 149534263, + "voter": "raymonjohnstone" + }, + { + "percent": "10000", + "reputation": 211481192881, + "rshares": 632601333, + "voter": "cooper10510" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 114147485, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 327313183062, + "rshares": 1183421300, + "voter": "politicasan2" + }, + { + "percent": "10000", + "reputation": -2287580630, + "rshares": 230443964, + "voter": "alex.chien" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 7442202633, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 112027656, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 5347284750, + "rshares": 4524432256, + "voter": "viernas" + }, + { + "percent": "10000", + "reputation": 17701690051649, + "rshares": 50603685050, + "voter": "steemdrive" + }, + { + "percent": "10000", + "reputation": 4116067655741, + "rshares": 1310561212, + "voter": "sykochica" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 7535103949, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 51802213, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 2586911533140, + "rshares": 1506714481, + "voter": "unrealisback" + }, + { + "percent": "10000", + "reputation": 19560779, + "rshares": 59465404, + "voter": "joystickwind" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60434874, + "voter": "pumpenthusiasm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 57978901, + "voter": "slablever" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50114625, + "voter": "highnye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 901378583777, + "rshares": 1462343681, + "voter": "freewill" + }, + { + "percent": "10000", + "reputation": 9530915857627, + "rshares": 9524266410, + "voter": "mikemacintire" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 17892579959, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 11729896807, + "rshares": 50219133, + "voter": "smashalee" + }, + { + "percent": "10000", + "reputation": 740011830, + "rshares": 57193795, + "voter": "buster" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102413290, + "voter": "bones261" + } + ], + "author": "thedashguy", + "author_reputation": 22794273843250, + "beneficiaries": [], + "body": "<html>\n<h1>edit: thumbnail</h1>\n<p><img src=\"https://s3.postimg.org/9mr343hkz/rainiercannabis_ig_post.png\" width=\"500\" height=\"496\"/></p>\n<h1>As some of you may know I am a Web Designer by trade but currently working as an overall Marketing Guru of sorts in the Recreational Cannabis Industry, I've recently been quite busy and would love to share my progress here on Steemit before anywhere else for both SEO and for Steemit.</h1>\n<p>I have recently become in charge of marketing/design for a few new Recreational Cannabis stores in my state, and I wanted to use this post to share a bit about my newly launched website; <a href=\"http://rainiercannabis.com/\">www.RainierCannabis.com</a>, a Recreational Cannabis Store in Shoreline, Washington with a second location coming to Mountlake Terrace very very soon. </p>\n<p>As many of you know a website is never FULLY complete, there is always room for improvement but I needed to get a new website up ASAP as the old one was simply made by someone outside of the industry so the focus was all off and what not, I have plenty of notes left and pages saved as drafts, I will be working in new pages over the next days/weeks but for now I have decided to launch with what we have in an effort to get the ball rolling on the new marketing tricks I have waiting as well.</p>\n<p><strong>Anyways, I just wanted it to be on Steemit before anywhere else so here it is!</strong></p>\n<h1>Rainier Cannabis has just launched a new website! Check it out below!</h1>\n<h2>Original Website:</h2>\n<p><img src=\"https://s4.postimg.org/87ed0xeq5/Shoreline_Pot_Shop_Marijuanna_Rainier_Cannab.jpg\" width=\"257\" height=\"800\"/></p>\n<h2>New Version of Website: </h2>\n<p><img src=\"https://s4.postimg.org/mr1sjkb25/Home_Shoreline_Pot_Shop_Recreational_Cannabi.jpg\" width=\"239\" height=\"800\"/></p>\n<p><br></p>\n<p><br></p>\n<p>The DNS is still propagating between servers, but it should go live in the next hour or so.</p>\n<p><strong>Plans for the next few days, weeks:</strong></p>\n<p><strong>- Add Vendors, Location (Directions), Specials pages.</strong></p>\n<p><strong>- Add entire vendor info (products, descriptions, links)</strong></p>\n<p><strong>- More Social integration</strong></p>\n<p><strong>- Graphic overhaul of most imagery to create a similar icon set to be re-used.</strong></p>\n<p><strong>- Marketing additions</strong></p>\n<p>PS: Be sure to keep following if you are in the state or planning on visiting! We have more news & goodies coming soon in regards to your wonderful iOS devices. :]</p>\n<p><br></p>\n<p><strong>You can also checkout the google view of the shop from the inside here, although it has changed since the photos were taken quite a bit:</strong></p>\n<p><a href=\"https://www.google.com/maps/@47.7571364,-122.3138082,3a,75y,138.05h,78.37t/data=!3m7!1e1!3m5!1sHZVs18yHkmMAAAQvO9YFfA!2e0!3e2!7i8000!8i4000!6m1!1e1\">https://www.google.com/maps/@47.7571364,-122.3138082,3a,75y,138.05h,78.37t/data=!3m7!1e1!3m5!1sHZVs18yHkmMAAAQvO9YFfA!2e0!3e2!7i8000!8i4000!6m1!1e1</a></p>\n<p>Or you can check them out on <a href=\"https://www.leafly.com/dispensary-info/rainier-cannabis-9c29\">https://www.leafly.com/dispensary-info/rainier-cannabis-9c29</a></p>\n<p><br></p>\n<p>Toss me a follow if you liked this! I will be posting about other stores and marketing as we go from an insiders perspective and hope to do it quite often. Steemit exclusives and all!</p>\n</html>", + "body_length": 3412, + "cashout_time": "2016-08-24T06:40:15", + "category": "seattlesmokers", + "children": 14, + "created": "2016-08-17T06:40:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"seattlesmokers\",\"marijuana\",\"cannabis\",\"legalweed\",\"rainiercannabis\"],\"image\":[\"https://s3.postimg.org/9mr343hkz/rainiercannabis_ig_post.png\",\"https://s4.postimg.org/87ed0xeq5/Shoreline_Pot_Shop_Marijuanna_Rainier_Cannab.jpg\",\"https://s4.postimg.org/mr1sjkb25/Home_Shoreline_Pot_Shop_Recreational_Cannabi.jpg\"],\"links\":[\"http://rainiercannabis.com/\",\"https://www.google.com/maps/@47.7571364,-122.3138082,3a,75y,138.05h,78.37t/data=!3m7!1e1!3m5!1sHZVs18yHkmMAAAQvO9YFfA!2e0!3e2!7i8000!8i4000!6m1!1e1\",\"https://www.leafly.com/dispensary-info/rainier-cannabis-9c29\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T07:56:15", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 2423304994824, + "parent_author": "", + "parent_permlink": "seattlesmokers", + "pending_payout_value": "2.524 HBD", + "percent_hbd": 10000, + "permlink": "recreational-cannabis-or-say-hello-to-the-new-and-improved-www-rainiercannabis-com-built-by-thedashguy", + "post_id": 848161, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Recreational Cannabis | Say Hello to the new & improved www.RainierCannabis.com - built by TheDashGuy.", + "title": "Recreational Cannabis | Say Hello to the new & improved www.RainierCannabis.com - built by TheDashGuy.", + "total_payout_value": "0.000 HBD", + "url": "/seattlesmokers/@thedashguy/recreational-cannabis-or-say-hello-to-the-new-and-improved-www-rainiercannabis-com-built-by-thedashguy" + }, + { + "active_votes": [ + { + "percent": "10000", + "reputation": 83122046, + "rshares": 17385412095137, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 27844613409288, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 2049642827168, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 1582895535608, + "rshares": 73272768589, + "voter": "donaldtrump" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 17422112993995, + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2286570489575, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5649537088696, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 2032471655710, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 4800499324517, + "voter": "silversteem" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3074286081144, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2469631031, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 2997369496, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 567482931, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 3810663611390, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 41916975903, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1323853997, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170685085, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 31476390885, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 196209955874, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 431132248658, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 3019338615943, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 495355085, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1081518630190, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 723997374, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 58892654837, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 1301587831477, + "rshares": 22986786563, + "voter": "sadochismo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230104576, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 23742560255, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 4477492280957, + "rshares": 25799712115, + "voter": "steampunkpowered" + }, + { + "percent": "10000", + "reputation": 1307793552141, + "rshares": 16947480626, + "voter": "max-infeld" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 19582281715, + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 3828884985898, + "rshares": 58847956204, + "voter": "lovelace" + }, + { + "percent": "10000", + "reputation": 81300407183, + "rshares": 567115788, + "voter": "ifttt" + }, + { + "percent": "10000", + "reputation": 1845145940128, + "rshares": 67269861861, + "voter": "idealist" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 656783832492, + "voter": "eeks" + }, + { + "percent": "3000", + "reputation": 4931834878069, + "rshares": 8146305436, + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 411087770, + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 376960001789, + "rshares": 4680592060, + "voter": "spaninv" + }, + { + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10696229737, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 17607786935, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 1111594060096, + "rshares": 3270428410, + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 60179883035, + "voter": "hannixx42" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1438348589, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 39966682765041, + "rshares": 52208883182, + "voter": "sascha" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1737651089, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 872967846578, + "rshares": 5486331749, + "voter": "marta-zaidel" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 537605029842, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 463562817, + "rshares": 610215621, + "voter": "ethan-castle" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 9952419547, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 356283415537, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 1376656930605, + "rshares": 5596750166, + "voter": "karbonxx" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 321402190, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 57368734592, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 5888717170887, + "rshares": 65229633367, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 183762964941, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 126850743531, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1050758001641, + "rshares": 22263809699, + "voter": "ossama-benjohn" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 615632798, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 43296904174, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 36568047759, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 21037599820, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 3509662488161, + "rshares": 25577064251, + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 44591565205, + "rshares": 30663131478, + "voter": "m0se" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 3067985295, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 4179579990, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 1557874437556, + "rshares": 1493761252, + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 5082907228, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 6053064579803, + "rshares": 25456479559, + "voter": "djm34" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 3544855809, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7963237697, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 36391001943292, + "rshares": 165872891302, + "voter": "dashpaymag" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 4717253581, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 1160886081198, + "rshares": 3358845753, + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2088211992, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 3148690478580, + "rshares": 6154141661, + "voter": "kakradetome" + }, + { + "percent": "10000", + "reputation": 13253460317058, + "rshares": 19925785643, + "voter": "brunopro" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5003439992, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 2469887741, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 3545161944, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 2237331858240, + "rshares": 3732528948, + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 156917057147, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 35863166588, + "voter": "r4fken" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 17313633186, + "voter": "furion" + }, + { + "percent": "3000", + "reputation": 3891722, + "rshares": 193906902, + "voter": "barbara2" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 216810692, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 198776099, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 1619464717351, + "rshares": 3209043458, + "voter": "cryptoscope" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 20689766629, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1274170818, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 95481013815, + "rshares": 258268629, + "voter": "adinda" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 30827024902, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 39920320621, + "rshares": 327654289418, + "voter": "bobbylee" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 3059540816, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 322690394, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 2400092353, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 25832634803, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 30130564942, + "rshares": 268767437, + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 421814713, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 3902238917, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 6792810702, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 24143253116, + "rshares": 118353022, + "voter": "bobo012" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 30998817641, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 7018124605, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 1830353392409, + "rshares": 2883799483, + "voter": "azurejasper" + }, + { + "percent": "10000", + "reputation": 7740774800016, + "rshares": 24899977231, + "voter": "beowulfoflegend" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 1834189092, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 2970166898462, + "rshares": 3623707377, + "voter": "hagie" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 114054397, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 137653389176, + "voter": "jl777" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6560870437, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 101801032, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1148141903, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264958964, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 265357583, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 153861416, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154731677, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88291213, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 124293928, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 19269645390, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 13075844563, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 6796361134481, + "rshares": 2071013549, + "voter": "trisnawati" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 2300655477, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 258325412, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145310046, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 3872901675, + "rshares": 613876935, + "voter": "baracuda1971" + }, + { + "percent": "10000", + "reputation": 1416246303584, + "rshares": 7050373338, + "voter": "michaeldodridge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 79810941, + "voter": "yarly12" + }, + { + "percent": "3000", + "reputation": 147425730, + "rshares": 204479372, + "voter": "fnait" + }, + { + "percent": "3000", + "reputation": 3720753029, + "rshares": 200595065, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81917882, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 112996238, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 186777641, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 112027656, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 212959420968, + "rshares": 9802502861, + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 2314705406, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 686691794, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 6403191764, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 10137266406870, + "rshares": 3575944765, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 192578386836, + "rshares": 59572486, + "voter": "skyefox" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51522514, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" + }, + { + "percent": "5000", + "reputation": 10771708337101, + "rshares": 497591081768, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 6933162737, + "voter": "rawnetics" + }, + { + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778947431, + "voter": "laonie2" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778936100, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 1412252219445, + "rshares": 2490042097, + "voter": "anthonyj" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 5209109141, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 15739430465359, + "rshares": 39852455644, + "voter": "mibenkito" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3699507031, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 1873855775, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62016239, + "voter": "muizianer" + }, + { + "percent": "10000", + "reputation": 5451282059200, + "rshares": 3951250118, + "voter": "veralynn" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778614532, + "voter": "laonie4" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778602547, + "voter": "laonie5" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778594469, + "voter": "laonie6" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778571886, + "voter": "laonie7" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778533199, + "voter": "laonie9" + }, + { + "percent": "10000", + "reputation": 5836792362, + "rshares": 63221491, + "voter": "sky.max" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18836510199, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 65509261, + "voter": "fairider1" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 34603854834, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 137363191136, + "rshares": 144966965, + "voter": "agussudaryanto" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6934137885, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 182816900, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74180835, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 50133213259, + "rshares": 113917690, + "voter": "sandziro" + }, + { + "percent": "10000", + "reputation": -291550544386, + "rshares": 58730501, + "voter": "vishal1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 176768645, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 51802213, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 60462106, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 6263732927, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 112641010, + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 15097834744, + "rshares": 63446845, + "voter": "efrageek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50545877, + "voter": "party1998" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61150289, + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 5176671060650, + "rshares": 1341594859, + "voter": "rubenalexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 71432076, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 59447794, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 932133989312, + "rshares": 300297536, + "voter": "mashkovpro" + }, + { + "percent": "10000", + "reputation": 38037060915, + "rshares": 68481239, + "voter": "bitfish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 173824123, + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 203940530117, + "rshares": 2613509095, + "voter": "macartem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 951754559495, + "rshares": 1173574968, + "voter": "laconicflow" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 50439994, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3776590554, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 2140537429766, + "rshares": 14685665564, + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 15582512683043, + "rshares": 44456161626, + "voter": "justinlaak" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 25676682046, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 5372210998898, + "rshares": 1373253971, + "voter": "karisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 1090727793166, + "rshares": 934917569, + "voter": "eileenbeach" + }, + { + "percent": "10000", + "reputation": 18006844018, + "rshares": 127487262, + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 3749012705250, + "rshares": 5940167503, + "voter": "alexandre" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 92595506, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 4818398060873, + "rshares": 29165831568, + "voter": "shenanigator" + }, + { + "percent": "10000", + "reputation": 10684992176630, + "rshares": 70482634, + "voter": "quinneaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55377253, + "voter": "maximator15" + }, + { + "percent": "10000", + "reputation": 2904648840540, + "rshares": 491627670, + "voter": "jeffreyahann" + }, + { + "percent": "10000", + "reputation": 682893592, + "rshares": 688016457, + "voter": "gear66" + }, + { + "percent": "10000", + "reputation": 4254380753805, + "rshares": 227799147, + "voter": "richardcrill" + }, + { + "percent": "5000", + "reputation": 85132342011, + "rshares": 3760658629, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 1504301173829, + "rshares": 881483989, + "voter": "jeremyfromwi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2721887929533, + "rshares": 2922979008, + "voter": "davidbrogan" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 205523551305, + "rshares": 373540743, + "voter": "ghasemkiani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 56217302217, + "rshares": 73706886, + "voter": "readwriteshare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54632424, + "voter": "budda" + }, + { + "percent": "10000", + "reputation": -2498083480, + "rshares": 61344846, + "voter": "skeptic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 2908933665034, + "rshares": 54120410, + "voter": "mindhunter" + }, + { + "percent": "10000", + "reputation": 97476072754, + "rshares": 53167239, + "voter": "david.prochnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52915392, + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50701511, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52777051, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 3495795823022, + "rshares": 53758453, + "voter": "cnfund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53633596, + "voter": "efroul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52504270, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54592999, + "voter": "dal5ton" + }, + { + "percent": "10000", + "reputation": 6483658953, + "rshares": 50258926, + "voter": "doze49" + }, + { + "percent": "10000", + "reputation": 511520729, + "rshares": 50968607, + "voter": "landofcrypto" + }, + { + "percent": "10000", + "reputation": 3351161, + "rshares": 50911831, + "voter": "crmason" + } + ], + "author": "sascha", + "author_reputation": 39966682765041, + "beneficiaries": [], + "body": "<html>\n<p>Hey steemers!</p>\n<p><br></p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/typo_cover.png\" width=\"1000\" height=\"610\"/></p>\n<p><br></p>\n<p>The first part about typography ended at about 1930 and can be found here: <a href=\"https://steemit.com/typography/@sascha/typography-part-1-the-evolution-and-origin-of-typefaces\">Part 1</a>. We\u2019ve seen the development and evolution of scripting in general and how letters became letters. What happened during the last 80 years in the world of typography? A whole lot. We don\u2019t see such a huge leap forward though as we have seen it before simply because the timeframe is too short. And the general development was bascially finished as well. But there was still room for evolution and change.</p>\n<p><br></p>\n<h2>-/ 1930 \u2013 1990</h2>\n<p>I\u2019d say it was an era of artists and refinement . Their task was to refine what has been given by their predecessors, the foundation was already laid.</p>\n<p>The results speak for themselves: Some of the most beautiful fonts ever have been developed and created.</p>\n<p>I\u2019d like to list a couple of them including their creators \u2013 the most significant fonts of our time. I still use some of them, e.g. the <strong>Garamond</strong> or the <strong>Futura</strong>.</p>\n<p>Without the claim of completeness, here are some renowned font-names including their creator and date. I\u2019m sure most of you heard about them. I can\u2019t list all the fonts, I picked the ones I believe are essential and influential for our time.</p>\n<p><br></p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/bodoni.png\" width=\"1000\" height=\"460\"/></p>\n<p><em>fonts from left to right: Garamond, Baskerville, Bodoni</em></p>\n<p><br></p>\n<p><br></p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/zapf.png\" width=\"1000\" height=\"460\"/></p>\n<p><em>fonts from left to right: Kabel, Futura, Optima</em></p>\n<p><br></p>\n<p>And of course some others which deserve to be mentioned. The list would be endless, just to name a few:</p>\n<p><br></p>\n<p><strong>Gill</strong>, <em><strong>Erich Gill</strong></em>, 1927</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/gill.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>Futura</strong>, <em><strong>Paul Renner</strong></em>, 1928</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/futura.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>Palatino</strong>, <em><strong>Hermann Zapf</strong></em>, 1950</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Palatino.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>Clarendon</strong>, <em><strong>Herrmann Eidenbenz</strong></em>, 1951</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/clarendon.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>Helvetica</strong>, <em><strong>Max Miedinger</strong></em>, 1957</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/helvetica.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>Souvenir</strong>, <em><strong>Konrad F. Bauer</strong></em>, <em><strong>Walter Baum</strong></em>, 1952</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Souvenir.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>K\u00fcnstlerschreibschrift</strong>, <em><strong>Hans Bohn</strong></em>, 1958</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/kuenstler.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>Eurostile</strong>, <em><strong>Aldo Novarese</strong></em>, 1962</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/eurostile.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>American Typewriter</strong>, <em><strong>Toni Stand</strong></em>, 1974</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/american.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>ITC Garamond</strong>, <em><strong>Toni Stand</strong></em>, 1975</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Garamond.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>Bookman</strong>, <em><strong>Konrad F. Bauer</strong></em>, <em><strong>Walter Baum</strong></em>, 1975</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Bookman.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>Avant Garde Gothic</strong>, <em><strong>Tom Carnese</strong></em>, <em><strong>Herb Lubalin</strong></em>, 1970</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Avantgarde.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><strong>Benguiat</strong>, <em><strong>Ed Benguiat</strong></em>, 1978</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/benguiat.png\" width=\"1000\" height=\"150\"/></p>\n<p><br></p>\n<p><br></p>\n<p><strong>Stanley Morison<br>\n</strong><em>England, Font designer, typographer</em></p>\n<p>His most famous creation (and I\u2019m sure everyone knows this font, it has become a standard on every Windows or Apple system):</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/morison.png\" width=\"1000\" height=\"885\"/></p>\n<p>This particular font is more than 80 years old and is still a benchmark.</p>\n<p><br></p>\n<p><br></p>\n<p><strong>Adrian Frutiger<br>\n</strong><em>Switzerland, font designer, teacher, typographer, illustrator</em></p>\n<p>His most famous creations:</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/frutiger.png\" width=\"1000\" height=\"610\"/></p>\n<p><br></p>\n<p><br></p>\n<p><strong>Gerhard Lange<br>\n</strong><em>Germany, font desinger, typographer, teacher</em></p>\n<p>His most famous creations:</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/lange.png\" width=\"1000\" height=\"610\"/></p>\n<p><br></p>\n<p><br></p>\n<p><strong>Erik Spiekermann</strong><br>\n<em>Germany, typographer, font designer, author</em></p>\n<p>His most famous creations:</p>\n<p><img src=\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/spiekermann.png\" width=\"1000\" height=\"610\"/></p>\n<p><br></p>\n<p>As you can see I focused on the time until the early 1990\u2019s. Why? First of all it is a personal collection of fonts which I believe are important to be mentioned.</p>\n<p>Secondly I\u2019d like to point to important steps, influential steps and creations in the history of typography and fonts and give credit to the artists who created these, manually. By hand. (except maybe 2 or 3 from 1990/91)</p>\n<p>Most important: These are timeless fonts which are used until today and that\u2019s something unique. </p>\n<p><br></p>\n<h2>-/ 1990 \u2013 2016</h2>\n<p>I don\u2019t think that any font created after the early 90\u2019s needs to highlighted like the ones above do. The reason is lack of uniqueness and particularities, talking about real evolution. The fonts in use today are just not on the same level. Admittedly, they show a large variety of modifications, yes, but they are all derived from the classics.</p>\n<p>And let\u2019s be honest: How can someone ever beat <strong>HELVETICA</strong>? Maybe some of you will agree: <em><strong>It\u2019s the font of the millenium.</strong></em> (As you can see, this one is my one and only favourite.)</p>\n<p><br></p>\n<p>Furthermore \u2026</p>\n<p>I think it is very important to know that the era of <strong>DTP</strong> (<em>Desktop Publishing</em>) started at about 1985. Since then everyone can be a typographer simply by using electronic tools. Typography itself kind of \u2018left the paper\u2018 and became electronic or digital. This is the era we currently live in.</p>\n<p>It will be worth looking back at this time \u2013 <em>the time we live in</em> \u2013 in about 50 years from now to see significant steps in the evolution. Let\u2019s give it some time to evolve.</p>\n<p>We have beautiful fonts nowadays, no doubt, I fell in love with many but it needs more time to look at it in detail and make a general statement. It\u2019s just 20 years! It took us about 6000 years to be able to use the fonts we have today. Maybe we\u2019ll talk again in the future to see what happened, that would be crazy :) It remains to be seen if there\u2019s a \u2018<em>special & unique touch</em>\u2019 to this time we live in. I believe we can\u2019t judge now.</p>\n<p><br></p>\n<p>To be continued....</p>\n<p><br></p>\n<p><br></p>\n</html>", + "body_length": 8582, + "cashout_time": "2016-08-24T05:22:45", + "category": "typography", + "children": 25, + "created": "2016-08-17T05:22:45", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"typography\"],\"image\":[\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/typo_cover.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/bodoni.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/zapf.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/gill.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/futura.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Palatino.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/clarendon.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/helvetica.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Souvenir.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/kuenstler.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/eurostile.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/american.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Garamond.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Bookman.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/Avantgarde.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/benguiat.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/morison.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/frutiger.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/lange.png\",\"https://dl.dropboxusercontent.com/u/9200425/steemit/Typography%202/spiekermann.png\"],\"links\":[\"https://steemit.com/typography/@sascha/typography-part-1-the-evolution-and-origin-of-typefaces\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T05:38:27", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 95885562909642, + "parent_author": "", + "parent_permlink": "typography", + "pending_payout_value": "1558.141 HBD", + "percent_hbd": 10000, + "permlink": "typography-part-2-remarkable-typographers-and-their-unparalleled-achievements", + "post_id": 847482, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Typography \u2013 Part 2: Remarkable typographers and their unparalleled achievements", + "title": "Typography \u2013 Part 2: Remarkable typographers and their unparalleled achievements", + "total_payout_value": "0.000 HBD", + "url": "/typography/@sascha/typography-part-2-remarkable-typographers-and-their-unparalleled-achievements" + }, + { + "active_votes": [ + { + "percent": "100", + "reputation": 85602977273, + "rshares": 28855062700, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 14233828580633, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3073814759956, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2468943171, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 2996506484, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 567339087, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 41872896593, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1323496536, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170653749, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 493811343, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 1105548838969, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 718125847, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 8442392793360, + "rshares": 39261911651, + "voter": "jchch" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 279311567943, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230057570, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 17326989820, + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 656783832492, + "voter": "eeks" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 410985525, + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 376960001789, + "rshares": 4679286037, + "voter": "spaninv" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1438059401, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 757241932053, + "rshares": 197665282, + "voter": "edtorrez" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 537623020842, + "voter": "cyber" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 321329157, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3046358914696, + "rshares": 19698641915, + "voter": "samether" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 132018710234, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 100409033777, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7705985068, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 4717253581, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 5103090987, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 2694405892, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 5644933315, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 456375266764, + "rshares": 70606154678, + "voter": "mikemiziner" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 1530942440, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 1598540193144, + "rshares": 27446033006, + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 5463774640621, + "rshares": 18575116773, + "voter": "akareyon" + }, + { + "percent": "10000", + "reputation": 486166, + "rshares": 5567446266, + "voter": "newbie" + }, + { + "percent": "10000", + "reputation": 786431662143, + "rshares": 2161948801, + "voter": "jvper" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 2840960512, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 1425043442, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 161085309, + "voter": "newbie6" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 9090212323, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5094578160, + "voter": "newbie1" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 1906083673, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4993262083, + "voter": "newbie10" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 4699210906, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1503333138, + "voter": "newbie2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157084429, + "voter": "newbie3" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 6541225120, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4710250082, + "voter": "newbie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 70619787, + "voter": "newbie4" + }, + { + "percent": "10000", + "reputation": 974488972206, + "rshares": 2557296338, + "voter": "simon.braki.love" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 21952740535, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 5205574656, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 96038267763, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 22468621437, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 1834142787, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 19818121791, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 137650370129, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4341847785, + "voter": "newbie12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4077567128, + "voter": "newbie13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3816805811, + "voter": "newbie14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3536201846, + "voter": "newbie15" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 121757317, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3244651181, + "voter": "newbie16" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2854088578, + "voter": "newbie17" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2284387996, + "voter": "newbie18" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1750697818, + "voter": "newbie19" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1116654309, + "voter": "newbie20" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 830279516, + "voter": "newbie21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 613423037, + "voter": "newbie22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 481802447, + "voter": "newbie23" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 286798559, + "voter": "newbie24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 219151048, + "voter": "newbie25" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 154751325, + "voter": "newbie26" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 157942970, + "voter": "newbie27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66640156, + "voter": "newbie28" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66638024, + "voter": "newbie29" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 12141600992, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 3818234369, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 108632879, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 17114822932753, + "rshares": 224465970072, + "voter": "originate" + }, + { + "percent": "10000", + "reputation": 1346175861647, + "rshares": 6689984196, + "voter": "comealong" + }, + { + "percent": "10000", + "reputation": 979379098872, + "rshares": 1618455739, + "voter": "spinner" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 2480025476, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 5945709792, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 4232493695535, + "rshares": 129915722, + "voter": "french.fyde" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" + }, + { + "percent": "5000", + "reputation": 10771708337101, + "rshares": 497570706952, + "voter": "laonie" + }, + { + "percent": "10000", + "reputation": 1407146536376, + "rshares": 8137477231, + "voter": "fintech-jesus" + }, + { + "percent": "5000", + "reputation": 124802744033, + "rshares": 3778964442, + "voter": "laonie1" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778947431, + "voter": "laonie2" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778936100, + "voter": "laonie3" + }, + { + "percent": "10000", + "reputation": 6595506981050, + "rshares": 12929734980, + "voter": "timelapse" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 5209109141, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 2136142852031, + "rshares": 5227538020, + "voter": "aleksandraz" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 1864020999, + "voter": "darrenturetzky" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778614532, + "voter": "laonie4" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778602547, + "voter": "laonie5" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778594469, + "voter": "laonie6" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778571886, + "voter": "laonie7" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778554259, + "voter": "laonie8" + }, + { + "percent": "10000", + "reputation": 519457263879, + "rshares": 62403927495, + "voter": "poteshnik83" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3778533199, + "voter": "laonie9" + }, + { + "percent": "5000", + "reputation": 3016325652890, + "rshares": 18835698854, + "voter": "xiaohui" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 34600538337, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 1769025564652, + "rshares": 196140194, + "voter": "boddhisattva" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 1826385508354, + "rshares": 2973305101, + "voter": "dercoco" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 3552896427510, + "rshares": 1003516492, + "voter": "scaredycatguide" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 4130836907564, + "rshares": 16369701137, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 50183394, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 6246502089, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 91021945, + "voter": "party1999" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 142213881, + "rshares": 56227927, + "voter": "ethansteem" + }, + { + "percent": "10000", + "reputation": 4755670, + "rshares": 7958990926, + "voter": "jyp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": 3776590554, + "voter": "laonie10" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 19757282563, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 8420918209808, + "rshares": 18290045421, + "voter": "daut44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 1090727793166, + "rshares": 934843838, + "voter": "eileenbeach" + }, + { + "percent": "10000", + "reputation": 1332086538676, + "rshares": 440017997, + "voter": "gamerholic" + }, + { + "percent": "10000", + "reputation": 18006844018, + "rshares": 127346215, + "voter": "mrainp" + }, + { + "percent": "10000", + "reputation": 4272392942041, + "rshares": 63409227, + "voter": "ats-david" + }, + { + "percent": "10000", + "reputation": 902211, + "rshares": 57741562, + "voter": "alanslaug" + }, + { + "percent": "5000", + "reputation": 85132342011, + "rshares": 3760658629, + "voter": "laonie11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 1362597528, + "rshares": 53860394, + "voter": "annasophia" + } + ], + "author": "originate", + "author_reputation": 17114822932753, + "beneficiaries": [], + "body": "<h1>Hey Steemers!</h1>\n\nThis series aims to discuss and hopefully open discussion about potential persona conundrums many steemers might be experiencing. There's been tremendous technological innovation with steem and it's innovative #blockchain features - We'll be focusing on one aspect of that innovation (the blogging, reward mechanics, and it's psychological impact on our many personas). This series aims to dive into what I call \"the steem persona conundrum\" - A high level <em>steem specific</em> sociologically dive mainly at persona dynamics on the platform along with potential helpful guidance. \n\n<img src=\"https://s3.postimg.org/f0eyozgsj/logo.png\">\n\n<h2>The Conundrum</h2><img src=\"https://s3.postimg.org/gz9z5tu5v/Screen_Shot_2016_08_16_at_7_28_34_PM.png\">\n<em>Photo John Saddington</em>\n<p>As an author on steem you most likely at one point have asked yourself.. \"What kind of blogger am I?\". The actual dilemma is your most likely articulating this type of Q&A with yourself over and over. In fact this is probably something you ask yourself daily. Remain focused on creating high value for everyone and clarity can come. \n</p>\n<h2>Persona Chaos Theory</h2>\n<img src=\"https://s4.postimg.org/719rk4d59/image.jpg\">\n<br>\n<em>Image Source: Digital Times</em>\n<p>\nIt ultimately can be difficult to pick a theme for your posts. \n\n<strong>You are a multidimensional human being. </strong> \n\nEducation, insight, guidance, support.. there's a lot to pick from. Bring the steem passion regardless of which direction you end up going. It's been said writers are good because they talk about what they know - I say bring some passion to your content and turn Chaos into magic. \n</p>\n<h2>Chaos Magic</h2>\n<img src=\"https://s4.postimg.org/nde4vffel/Screen_Shot_2016_08_16_at_8_12_35_PM.png\">\n<br>\n<em>Image Source: Nomad Mag</em>\n<p>\nThe Chaos magic is in you. Direct all the various directions the neurons in your brain are firing off and commit to the ones your passionate about. Write them down. Highlight the concepts that you feel most passionate about. Commit to the list and dedicate yourself to them. Rince and repeat. How you handle complete goals in your life can be very similar how you focus on handling your Persona Conundrums. \n</p>\n\n<em>Future posts will cover handling your personas in more details - should you have multiple accounts? Could steem benefit programmatically with personal \"channel\" features?</em>\n\nMore coming soon! \n\n@originate", + "body_length": 2478, + "cashout_time": "2016-08-24T03:44:51", + "category": "life", + "children": 10, + "created": "2016-08-17T03:44:51", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"life\",\"writing\",\"psychology\",\"blog\",\"blockchain\"],\"users\":[\"originate\"],\"image\":[\"https://s3.postimg.org/f0eyozgsj/logo.png\",\"https://s3.postimg.org/gz9z5tu5v/Screen_Shot_2016_08_16_at_7_28_34_PM.png\",\"https://s4.postimg.org/719rk4d59/image.jpg\",\"https://s4.postimg.org/nde4vffel/Screen_Shot_2016_08_16_at_8_12_35_PM.png\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-17T04:38:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 21836522040175, + "parent_author": "", + "parent_permlink": "life", + "pending_payout_value": "91.762 HBD", + "percent_hbd": 10000, + "permlink": "the-steem-multiple-persona-conundrum-part-1", + "post_id": 846601, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The Steem Multiple Persona Conundrum - Part 1", + "title": "The Steem Multiple Persona Conundrum - Part 1", + "total_payout_value": "0.000 HBD", + "url": "/life/@originate/the-steem-multiple-persona-conundrum-part-1" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..f56718a5576450f3fe6f62ddec559496b5a95872 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/good-karma.tavern.yaml @@ -0,0 +1,29 @@ +--- + test_name: Hivemind condenser_api.get_discussions_by_feed patterns test + + marks: + - patterntest # tag is not a tag but account whose feed we are looking at (set of posts created/reblogged by those followed by selected account) + # there can be no nonempty results for not-up-to-date HM because it only gives posts that were created/reblogged within last month (no param to change it) + + includes: + - !include ../../common.yaml + + stages: + - name: get_discussions_by_feed + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_discussions_by_feed" + params: {"tag":"good-karma","start_author":"jl777","start_permlink":"300-btc-open-market-purchase-of-steem-spikes-price-to-00324","limit":10} + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "good-karma" + directory: "condenser_api_patterns/get_discussions_by_feed" \ No newline at end of file diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/gtg.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/gtg.orig.json index fe51488c7066f6687ef680d6bfaa4f7768ef205c..ecea1915ef9620eb77690bdbf362609d0a2e6d35 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/gtg.orig.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/gtg.orig.json @@ -1 +1,5 @@ -[] +Check `readme.txt` first + +post_id author permlink +------- --------- ----------------------------------------------------- + 960842 betamusic the-history-of-danna-a-dog-abandoned-saved-by-steemit diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/gtg.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/gtg.pat.json index fe51488c7066f6687ef680d6bfaa4f7768ef205c..b4186ff0220a754a68886f4c020fa7f29c335918 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/gtg.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/gtg.pat.json @@ -1 +1,76 @@ -[] +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 3821319838891, + "rshares": 21249911268, + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12687813009, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 3146097649, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 172646222, + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 53389583, + "voter": "ppan08162016" + } + ], + "author": "betamusic", + "author_reputation": 3521631459073, + "beneficiaries": [], + "body": "<html><img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg\" alt=\"IMG_20160815_183305b7ce3.jpg\" border=\"0\">\n<p>Hello dear steemians, as they have been, on this occasion I'm going to present to each of the dogs, which thanks to our Steemit community, I'm feeding in Venezuela. I will begin with the story of a dog that has moved me, and in my next post, I'll be telling the story of each one of the 24 dogs that we are protecting and feeding thanks to steemit.</p><img src=\"https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg\" alt=\"animalrescue34001a.jpg\" border=\"0\">\n<p>She is Dana, one of the dogs, who lives in the Street 3 of my neighborhood, I've been feeding it for more than 2 months, I have no exact date of when I started, but she was the first dog that I an incentive to start this work in my neighborhood, their State of malnutrition was worrying.</p>\n<p>I do not understand as there are people who are unable to leave unless the excess food to the dog who lives on the street, there is street dogs in my neighborhood and among all the neighbors we feed them, with the remains or even let them a full plate of food, it was not necessary to include them to the campaign because we keep them in good shape even sleep on the porch of a House you could say that they adopted them.</p>\n\n<p>With Dana, things have been different, I know the neighbor who took her out the street, told me that they took it from the House of to neighbor in January because she could no longer have it, and adopted it, as it grew became ill apparently of parasitosis since he vomited all what ate, apart gave scabies. The dog already more big came out of the House and my neighbour had that go it to search 4 times, until is was to another city to live by to time and not could return be pending of she.</p>\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg\" alt=\"IMG_20160816_1803333cf0d.jpg\" border=\"0\">\n<p>Dana was on the street and not brought it over to his house. The neighbor says \"the dog was getting sick at my house, there is a disease on the walls all dog that dies, gives you diarrhea three days and dies, my mom not could take care of it more, we leave on the street there is better and healthier at home\" I have checked that my neighbor is right every dog that arrives at your House becomes ill and dies if it is puppy , hypothesize that in your House inhabits the bacterium Parvovirus, is sad this situation but equal not so justify.</p>\n<p>This dog is you calculates just a year has a personality cheerful and grateful whenever me sees me salutes with much sweetheart moves its tail and its love is incomparable, can accompany me by all the urban when go, is a faithful companion, is a dog very charismatic and tender. Makes 3 days entered in zeal by them calculations this would be its first zeal, it worrying is that there are several dogs that it have mounted and of have a delivery would be very risky, by the situation of disease and malnutrition of which is leaving, apart that would be other litter more than puppies that would enter to the situation of street.</p>\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg\" alt=\"IMG_20160912_173902731c2.jpg\" border=\"0\">\n<p>All the funds raised in this post will be dedicated to their sterilization and to their treatment. Support us with your UPVOTE will be Save life to Dana. Dona, vote, disseminates, help as can, this dog you it will thank, adopt and know his godfather.</p>\n<p><br></p>\n</html>\nVERSI\u00d3N EN ESPA\u00d1OL\n\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg\" alt=\"IMG_20160815_183305b7ce3.jpg\" border=\"0\">\n\nHola estimados steemians, como han estado, en esta ocasi\u00f3n voy a presentar a cada uno de los perros, que gracias a nuestra comunidad de Steemit, estoy alimentando en Venezuela. Voy a comenzar con la historia de una perrita que me ha conmovido, y en mis pr\u00f3ximos post, les voy contando la historia de cada uno de los 24 perros que estamos protegiendo y alimentando gracias a steemit\n\n<img src=\"https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg\" alt=\"animalrescue34001a.jpg\" border=\"0\">\n\nElla es Dana una de las perras que habita en la carrera 3 de mi vecindario la he estado alimentando desde hace m\u00e1s de 2 meses, no tengo fecha exacta de cuando comenc\u00e9 pero ella fue la primera perra que me incentivo a comenzar esta labor en mi vecindario, su estado de desnutrici\u00f3n me estaba afectando.\n\nNo entiendo como hay gente que es incapaz de dejarle al menos los sobros de la comida al perro que vive en la calle, en mi cuadra hay perros de la calle y entre todos los vecinos los alimentamos con comida de sal, con los restos o incluso les dejamos un plato completo de comida, no fue necesario incluirlos a la campa\u00f1a de alimentaci\u00f3n porque los mantenemos en buena forma incluso duermen en el porche de alguna casas, se podr\u00eda decir que los adoptaron.\n\nCon Dana las cosas han sido distintas, conozco incluso al vecino que la sac\u00f3 a la calle, me cont\u00f3 que la sacaron de la casa de una vecina en enero porque ella ya no pod\u00eda tenerla y la adoptaron, a medida que fue creciendo se enferm\u00f3 al parecer de parasitosis ya que vomitaba todo lo que com\u00eda, aparte le dio sarna. La perrita ya m\u00e1s crecidita sal\u00eda de la casa y se iba a la de los vecinos y mi vecino tuvo que irla a buscar 4 veces, hasta que se fue a otra ciudad a vivir por un tiempo y no pudo volver estar pendiente de ella.\n\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg\" alt=\"IMG_20160816_1803333cf0d.jpg\" border=\"0\">\n\nDana qued\u00f3 en la calle y no la trajeron m\u00e1s a su casa. El vecino dice \u201cLa perra se estaba enfermando en mi casa, hay una enfermedad en las paredes que todo perro que llega se muere, le da diarrea tres d\u00edas y muere, mi mam\u00e1 no pod\u00eda cuidarla m\u00e1s, la dejamos en la calle ah\u00ed est\u00e1 mejor y m\u00e1s sana que en mi casa\u201d he comprobado que mi vecino tiene raz\u00f3n todo perro que llega a su casa se enferma y muere si es cachorro, presumimos que en su casa habita la bacteria Parvovirus, es triste esta situaci\u00f3n pero igual no lo justifico.\n\nEsta perrita se le calcula apenas un a\u00f1o tiene una personalidad alegre y agradecida siempre que me ve me saluda con mucho cari\u00f1o mueve su cola y su amor es incomparable, puede acompa\u00f1arme por toda la urbanizaci\u00f3n cuando salgo, es una fiel compa\u00f1era, de lo que se perdieron sus due\u00f1os, es una perra muy carism\u00e1tica y tierna.. Hace 3 d\u00edas entr\u00f3 en celo por los c\u00e1lculos, este ser\u00eda su primer celo, lo preocupante es que hay varios perros que la han montado y de tener un parto ser\u00eda muy arriesgado, por la situaci\u00f3n de enfermedad y desnutrici\u00f3n en la que est\u00e1, aparte que ser\u00eda otra camada m\u00e1s cachorros que entrar\u00edan a la situaci\u00f3n de calle.\n\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg\" alt=\"IMG_20160912_173902731c2.jpg\" border=\"0\">\n\nTodos los fondos recaudados en este post se dedicar\u00e1n a su esterilizaci\u00f3n y su tratamiento. Ayude con tu UPVOTE salvandole la vida a Dana. Dona, vota, difunde, ayuda como puedas, Dana te lo agradecer\u00e1, adoptala y s\u00e9 su padrino.", + "body_length": 7158, + "cashout_time": "2016-09-22T19:25:06", + "category": "animalrescue", + "children": 0, + "created": "2016-09-15T19:25:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"animalrescue\",\"spanish\",\"\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg\",\"https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg\",\"https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg\",\"https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:25:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46225814915, + "parent_author": "", + "parent_permlink": "animalrescue", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "the-history-of-danna-a-dog-abandoned-saved-by-steemit", + "post_id": 1257697, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The history of Danna a dog abandoned saved by Steemit", + "title": "The history of Danna a dog abandoned saved by Steemit", + "total_payout_value": "0.000 HBD", + "url": "/animalrescue/@betamusic/the-history-of-danna-a-dog-abandoned-saved-by-steemit" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/pre_appbase.orig.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/pre_appbase.orig.json index fe51488c7066f6687ef680d6bfaa4f7768ef205c..ecea1915ef9620eb77690bdbf362609d0a2e6d35 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/pre_appbase.orig.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/pre_appbase.orig.json @@ -1 +1,5 @@ -[] +Check `readme.txt` first + +post_id author permlink +------- --------- ----------------------------------------------------- + 960842 betamusic the-history-of-danna-a-dog-abandoned-saved-by-steemit diff --git a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/pre_appbase.pat.json b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/pre_appbase.pat.json index fe51488c7066f6687ef680d6bfaa4f7768ef205c..b4186ff0220a754a68886f4c020fa7f29c335918 100644 --- a/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/pre_appbase.pat.json +++ b/hivemind/tavern/condenser_api_patterns/get_discussions_by_feed/pre_appbase.pat.json @@ -1 +1,76 @@ -[] +[ + { + "active_votes": [ + { + "percent": "10000", + "reputation": 15854806148148, + "rshares": 7803257741, + "voter": "richman" + }, + { + "percent": "10000", + "reputation": 3821319838891, + "rshares": 21249911268, + "voter": "sisters" + }, + { + "percent": "10000", + "reputation": 7767180487460, + "rshares": 12687813009, + "voter": "gargon" + }, + { + "percent": "10000", + "reputation": 1955505384817, + "rshares": 3146097649, + "voter": "pgarcgo" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 1112699443, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 184100704754, + "rshares": 172646222, + "voter": "sammie" + }, + { + "percent": "10000", + "reputation": 28411186, + "rshares": 53389583, + "voter": "ppan08162016" + } + ], + "author": "betamusic", + "author_reputation": 3521631459073, + "beneficiaries": [], + "body": "<html><img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg\" alt=\"IMG_20160815_183305b7ce3.jpg\" border=\"0\">\n<p>Hello dear steemians, as they have been, on this occasion I'm going to present to each of the dogs, which thanks to our Steemit community, I'm feeding in Venezuela. I will begin with the story of a dog that has moved me, and in my next post, I'll be telling the story of each one of the 24 dogs that we are protecting and feeding thanks to steemit.</p><img src=\"https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg\" alt=\"animalrescue34001a.jpg\" border=\"0\">\n<p>She is Dana, one of the dogs, who lives in the Street 3 of my neighborhood, I've been feeding it for more than 2 months, I have no exact date of when I started, but she was the first dog that I an incentive to start this work in my neighborhood, their State of malnutrition was worrying.</p>\n<p>I do not understand as there are people who are unable to leave unless the excess food to the dog who lives on the street, there is street dogs in my neighborhood and among all the neighbors we feed them, with the remains or even let them a full plate of food, it was not necessary to include them to the campaign because we keep them in good shape even sleep on the porch of a House you could say that they adopted them.</p>\n\n<p>With Dana, things have been different, I know the neighbor who took her out the street, told me that they took it from the House of to neighbor in January because she could no longer have it, and adopted it, as it grew became ill apparently of parasitosis since he vomited all what ate, apart gave scabies. The dog already more big came out of the House and my neighbour had that go it to search 4 times, until is was to another city to live by to time and not could return be pending of she.</p>\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg\" alt=\"IMG_20160816_1803333cf0d.jpg\" border=\"0\">\n<p>Dana was on the street and not brought it over to his house. The neighbor says \"the dog was getting sick at my house, there is a disease on the walls all dog that dies, gives you diarrhea three days and dies, my mom not could take care of it more, we leave on the street there is better and healthier at home\" I have checked that my neighbor is right every dog that arrives at your House becomes ill and dies if it is puppy , hypothesize that in your House inhabits the bacterium Parvovirus, is sad this situation but equal not so justify.</p>\n<p>This dog is you calculates just a year has a personality cheerful and grateful whenever me sees me salutes with much sweetheart moves its tail and its love is incomparable, can accompany me by all the urban when go, is a faithful companion, is a dog very charismatic and tender. Makes 3 days entered in zeal by them calculations this would be its first zeal, it worrying is that there are several dogs that it have mounted and of have a delivery would be very risky, by the situation of disease and malnutrition of which is leaving, apart that would be other litter more than puppies that would enter to the situation of street.</p>\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg\" alt=\"IMG_20160912_173902731c2.jpg\" border=\"0\">\n<p>All the funds raised in this post will be dedicated to their sterilization and to their treatment. Support us with your UPVOTE will be Save life to Dana. Dona, vote, disseminates, help as can, this dog you it will thank, adopt and know his godfather.</p>\n<p><br></p>\n</html>\nVERSI\u00d3N EN ESPA\u00d1OL\n\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg\" alt=\"IMG_20160815_183305b7ce3.jpg\" border=\"0\">\n\nHola estimados steemians, como han estado, en esta ocasi\u00f3n voy a presentar a cada uno de los perros, que gracias a nuestra comunidad de Steemit, estoy alimentando en Venezuela. Voy a comenzar con la historia de una perrita que me ha conmovido, y en mis pr\u00f3ximos post, les voy contando la historia de cada uno de los 24 perros que estamos protegiendo y alimentando gracias a steemit\n\n<img src=\"https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg\" alt=\"animalrescue34001a.jpg\" border=\"0\">\n\nElla es Dana una de las perras que habita en la carrera 3 de mi vecindario la he estado alimentando desde hace m\u00e1s de 2 meses, no tengo fecha exacta de cuando comenc\u00e9 pero ella fue la primera perra que me incentivo a comenzar esta labor en mi vecindario, su estado de desnutrici\u00f3n me estaba afectando.\n\nNo entiendo como hay gente que es incapaz de dejarle al menos los sobros de la comida al perro que vive en la calle, en mi cuadra hay perros de la calle y entre todos los vecinos los alimentamos con comida de sal, con los restos o incluso les dejamos un plato completo de comida, no fue necesario incluirlos a la campa\u00f1a de alimentaci\u00f3n porque los mantenemos en buena forma incluso duermen en el porche de alguna casas, se podr\u00eda decir que los adoptaron.\n\nCon Dana las cosas han sido distintas, conozco incluso al vecino que la sac\u00f3 a la calle, me cont\u00f3 que la sacaron de la casa de una vecina en enero porque ella ya no pod\u00eda tenerla y la adoptaron, a medida que fue creciendo se enferm\u00f3 al parecer de parasitosis ya que vomitaba todo lo que com\u00eda, aparte le dio sarna. La perrita ya m\u00e1s crecidita sal\u00eda de la casa y se iba a la de los vecinos y mi vecino tuvo que irla a buscar 4 veces, hasta que se fue a otra ciudad a vivir por un tiempo y no pudo volver estar pendiente de ella.\n\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg\" alt=\"IMG_20160816_1803333cf0d.jpg\" border=\"0\">\n\nDana qued\u00f3 en la calle y no la trajeron m\u00e1s a su casa. El vecino dice \u201cLa perra se estaba enfermando en mi casa, hay una enfermedad en las paredes que todo perro que llega se muere, le da diarrea tres d\u00edas y muere, mi mam\u00e1 no pod\u00eda cuidarla m\u00e1s, la dejamos en la calle ah\u00ed est\u00e1 mejor y m\u00e1s sana que en mi casa\u201d he comprobado que mi vecino tiene raz\u00f3n todo perro que llega a su casa se enferma y muere si es cachorro, presumimos que en su casa habita la bacteria Parvovirus, es triste esta situaci\u00f3n pero igual no lo justifico.\n\nEsta perrita se le calcula apenas un a\u00f1o tiene una personalidad alegre y agradecida siempre que me ve me saluda con mucho cari\u00f1o mueve su cola y su amor es incomparable, puede acompa\u00f1arme por toda la urbanizaci\u00f3n cuando salgo, es una fiel compa\u00f1era, de lo que se perdieron sus due\u00f1os, es una perra muy carism\u00e1tica y tierna.. Hace 3 d\u00edas entr\u00f3 en celo por los c\u00e1lculos, este ser\u00eda su primer celo, lo preocupante es que hay varios perros que la han montado y de tener un parto ser\u00eda muy arriesgado, por la situaci\u00f3n de enfermedad y desnutrici\u00f3n en la que est\u00e1, aparte que ser\u00eda otra camada m\u00e1s cachorros que entrar\u00edan a la situaci\u00f3n de calle.\n\n<img src=\"https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg\" alt=\"IMG_20160912_173902731c2.jpg\" border=\"0\">\n\nTodos los fondos recaudados en este post se dedicar\u00e1n a su esterilizaci\u00f3n y su tratamiento. Ayude con tu UPVOTE salvandole la vida a Dana. Dona, vota, difunde, ayuda como puedas, Dana te lo agradecer\u00e1, adoptala y s\u00e9 su padrino.", + "body_length": 7158, + "cashout_time": "2016-09-22T19:25:06", + "category": "animalrescue", + "children": 0, + "created": "2016-09-15T19:25:06", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"animalrescue\",\"spanish\",\"\"],\"image\":[\"https://www.steemimg.com/images/2016/09/15/IMG_20160815_183305b7ce3.jpg\",\"https://www.steemimg.com/images/2016/09/15/animalrescue34001a.jpg\",\"https://www.steemimg.com/images/2016/09/15/IMG_20160816_1803333cf0d.jpg\",\"https://www.steemimg.com/images/2016/09/15/IMG_20160912_173902731c2.jpg\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-15T19:25:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 46225814915, + "parent_author": "", + "parent_permlink": "animalrescue", + "pending_payout_value": "0.010 HBD", + "percent_hbd": 10000, + "permlink": "the-history-of-danna-a-dog-abandoned-saved-by-steemit", + "post_id": 1257697, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "The history of Danna a dog abandoned saved by Steemit", + "title": "The history of Danna a dog abandoned saved by Steemit", + "total_payout_value": "0.000 HBD", + "url": "/animalrescue/@betamusic/the-history-of-danna-a-dog-abandoned-saved-by-steemit" + } +] diff --git a/hivemind/tavern/condenser_api_patterns/get_state/blocktrades.orig.json b/hivemind/tavern/condenser_api_patterns/get_state/blocktrades.orig.json new file mode 100644 index 0000000000000000000000000000000000000000..1b37db1cf9616f4625a9019eaf19f636c48a13d2 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/blocktrades.orig.json @@ -0,0 +1,23818 @@ +{ + "accounts": { + "blocktrades": { + "blog": [ + "blocktrades/witness-report-for-blocktrades-for-last-week-of-august", + "blocktrades/blocktrades-witness-report-for-3rd-week-of-august", + "blocktrades/blocktrades-witness-report-for-2nd-week-of-august", + "blocktrades/how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc", + "blocktrades/updates-to-bitshares-withdrawal-functionality-new-release-of-bitshares-gui-wallet", + "blocktrades/important-news-about-using-eth-and-etc-from-vitalik", + "blocktrades/blocktrades-has-re-enabled-steem-dollars-to-bitcoin-pair", + "blocktrades/steem-deposits-withdrawals-re-enabled-on-openledger-for-decentralized-trading", + "blocktrades/exchange-help-how-to-reliably-broadcast-transactions", + "blocktrades/notifications-when-steem-account-receives-money-from-someone", + "blocktrades/limited-time-sale-high-steem-power-accounts-for-serious-investors-only", + "blocktrades/blocktrades-adds-support-for-steem-dollars-greater-than-bitcoin-and-more", + "blocktrades/bitcoin-payments-accepted-in-20s-soon-to-be-6s", + "blocktrades/introducing-the-latest-dollar-stable-coin-trade-usdlabor", + "blocktrades/blocktrades-supports-buyingselling-dao-coins-without-exchange-risk", + "blocktrades/dao-gateway-on-openledger-is-fully-operational", + "blocktrades/blocktrades-wants-to-buy-your-digixdao-dgd", + "blocktrades/blocktrades-now-offering-steem-power-for-cryptocurrency", + "blocktrades/bug-in-web-wallets-implementation-of-memo-encryptiondecryption-fix-available-but-will-break-some-legacy", + "blocktrades/i-find-steemit-posts-with-summariesanalysis-of-3rd-party-content-more-compelling" + ], + "comments": [], + "created": "2016-03-30 00:04:36", + "feed": [], + "json_metadata": "{\"profile\":{\"name\":null,\"about\":null,\"website\":null,\"location\":null,\"cover_image\":\"\",\"profile_image\":\"\"}}", + "name": "blocktrades", + "net_vesting_shares": 0.0, + "post_count": 0, + "recent_replies": [], + "reputation": 0, + "transfer_history": [] + } + }, + "content": { + "blocktrades/bitcoin-payments-accepted-in-20s-soon-to-be-6s": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4921550602200", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1828702726812", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4848410633446", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3657756672530", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1647674807422", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3258485481833", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1432240323845", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "684005666783", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1906070601595", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6933196684261", + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2871222600000", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1692955851230", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13575130773408", + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "206004454228", + "voter": "summon1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41118308170729", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54778803267946", + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4314167746925", + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-7045779576231", + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5596584509578", + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20070233210045", + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4600482701316", + "voter": "kushed" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5179537980810", + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "997970858823", + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1930856901658", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173324319565", + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "632561405036", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109545000", + "voter": "morocco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107655000", + "voter": "pinkfloyd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106727906621", + "voter": "bonapartist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102125000", + "voter": "michaeljordan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "217596299369", + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "268589625183", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4193339149", + "voter": "hcf27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118620536612", + "voter": "clains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7603686148", + "voter": "modeprator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2044400735", + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10251375572", + "voter": "k-rapper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11522771934", + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30536063288", + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12283703833", + "voter": "jupiter00000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22744316982", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13661359545", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1259086116", + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70607217148", + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "396612721684", + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3049502983", + "voter": "methodise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4138706664", + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "127949182052", + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34471342749", + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9777431922", + "voter": "africa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "449540364671", + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1629640364", + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4118598950", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65756963251", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2130785330", + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222805053070", + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "652719551", + "voter": "walkingmage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62677099085", + "voter": "psylains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1346304635", + "voter": "arkanaprotego" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1387947485", + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20925589931", + "voter": "oaldamster" + }, + { + "percent": "1133", + "reputation": 0, + "rshares": "1045269778", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8225623561", + "voter": "btotherest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28279732029", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "362526546", + "voter": "flenger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "347685794", + "voter": "robi-rusmana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "352387490", + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "347683376", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "535911775", + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "86101838722", + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40442347539", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37100660719", + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "264402390", + "voter": "zach-beckett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "304274559", + "voter": "foma17" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6347916529", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3647807374", + "voter": "timur-yusupov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "581703572877", + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1503691912", + "voter": "alefernandez" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30066063238", + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6238412686", + "voter": "ricardopnl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108176539", + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "264224870", + "voter": "scrawl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41677990195", + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "258783680", + "voter": "nineyards" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "214000885", + "voter": "ilikepics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104426495", + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77560750", + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47410076", + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3113243498", + "voter": "egjoshslim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4756941", + "voter": "steemtest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "267054635", + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "216871037", + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222460161", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257264765", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113259624", + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "269128089", + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117434757", + "voter": "creativ" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173983768", + "voter": "eman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130446158", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "166799274", + "voter": "superfish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9484006", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "126560772", + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249885034", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106473937", + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-62778217", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52263964", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74184803", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44557613", + "voter": "zmb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3431276569", + "voter": "raul83" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "I think most Bitcoin users will agree that one of the most annoying aspects of buying things with Bitcoin is the slow confirmation times. Theoretically, on average it takes about 5 minutes for one bitcoin block confirmation and ~30 minutes (6 confirmations) for a payment to be \u201cfully confirmed\u201d. But practically speaking, it often takes much longer for just one confirmation nowadays, because blocks are starting to run out of room to fit all the transactions being created during the block interval and your transaction may not be included in the next block created after you broadcast your transaction. Now 30 minutes isn't that long compared to the time it takes to do a bank wire transfer (that takes days), but it is pretty slow compared to the time it takes to buy something with a credit card. \n\nBlockTrades acts as a \u201cbackend\u201d cryptocurrency converter for the BlockPay point-of-sales system and BlockPay recently asked us for ways that we could help them speed up acceptance of Bitcoin payments for the merchants they serve. Long term solutions include things like the lightning network (https://lightning.network/) or implementing a system that determines the \u201clikelihood\u201d that an unconfirmed transaction might never get double-spent, but we didn't have time to wait for or develop a system of this type, and we wanted something exceptionally fast.\n\nOur ultimate solution to this problem for now was to let merchants take the risk of a double-spend, similar to the way a merchant takes the risk of accepting a bad check. In essence, the merchant places a deposit with us to cover payments up to the amount it is willing to accept prior to the payments being confirmed.\n\nThe next question facing us was how to handle such deposits. We wanted merchants to be able to monitor and increase or decrease their deposit amount at any time. We also needed a simple way they could see whenever we had to debit from their deposit because of a double-spend by one of their customers. To solve this problem, we decided to take advantage of several features of the BitShares blockchain: a lightweight wallet accessible to the merchant via a web browser, fast transfers, and the ability to create \u201cuser-issued\u201d assets.\n\nWe recently created TRADE.USDLABOR as an IOU coin that people could purchase from us to pay for our software development services (https://steemit.com/blocktrades/@blocktrades/introducing-the-latest-dollar-stable-coin-trade-usdlabor). We realized we could also use this coin as our \u201csurety\u201d coin for deposits. Our customers (e.g. a merchant) can purchase TRADE.USDLABOR from us and hold it in their own wallet in an BitShares account specifically registered with us. \n\nWhenever we see an incoming Bitcoin transaction for a customer, we can very quickly check if they have enough TRADE.USDLABOR in their designated BitShares account to cover any potential loss if the Bitcoin transaction isn't confirmed. If there is enough available, we can temporarily \u201cclaim\u201d that amount of TRADE.USDLABOR from their account and send them whatever cryptocurrency that the Bitcoin was supposed to be exchanged for. Later, once the Bitcoin transaction is confirmed, we can restore to their BitShares account the amount of TRADE.USDLABOR we temporarily claimed. All this is possible because BitShares funds transfers are so fast (~1.5 seconds on average) and because we as the asset issuer for TRADE.USDLABOR have the ability to transfer it from any account to any account. The customer can monitor their current \u201cdeposit\u201d balance directly from their BitShares wallet and can easily increase or decrease the balance of TRADE.USDLABOR they hold as surety.\n\nAt this point, we've completed all the basic work for this system and it's functional as of today. Right now with a properly registered BitShares account and a suitable amount of TRADE.USDLABOR in the account, we can process a customer's Bitcoin input transaction and send output in about 20 seconds. With a few tweaks we should be able to cut that down to 6 seconds or less. One caveat: it's not yet possible to automatically register a BitShares account on our web site to act as a surety account, so at this time customers must send us a request via email to link their BitShares account to their BlockTrades account and send us a token micro-transfer to prove they own the BitShares account.", + "body_length": 4349, + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 8, + "created": "2016-07-03T21:55:51", + "curator_payout_value": "13.115 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blocktrades\",\"bitcoin\",\"bitshares\",\"blockpay\"],\"links\":[\"https:\\/\\/lightning.network\\/\"]}", + "last_payout": "2016-08-24T15:52:00", + "last_update": "2016-07-03T21:57:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 163450826897698, + "parent_author": "", + "parent_permlink": "blocktrades", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bitcoin-payments-accepted-in-20s-soon-to-be-6s", + "post_id": 37139, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin payments accepted in 20s (soon to be 6s)!", + "title": "Bitcoin payments accepted in 20s (soon to be 6s)!", + "total_payout_value": "868.359 HBD", + "url": "/blocktrades/@blocktrades/bitcoin-payments-accepted-in-20s-soon-to-be-6s" + }, + "blocktrades/blocktrades-adds-support-for-steem-dollars-greater-than-bitcoin-and-more": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4923120466666", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1389116823988", + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1883580707041", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17420973383220", + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5060429442289", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3659148570801", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1697030020757", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3323905689574", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1364243954826", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1417788395842", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1886295548519", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7010766428701", + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1405310859224", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2929124031615", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1675235437848", + "voter": "jamgotin" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-35214924841320", + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13002026909607", + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42796580997026", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4770955713722", + "voter": "proskynneo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49271767394120", + "voter": "dan" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "7135857117625", + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2147011185600", + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16317260062071", + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5602112737475", + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4992243486962", + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-7045779576231", + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2888184867280", + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2195223504865", + "voter": "samupaha" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5596584509578", + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "335743806437", + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20503002323908", + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3900316097494", + "voter": "kushed" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5283128740426", + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1000169428374", + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "143405744907", + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1669351334307", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2635783753412", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63078516241", + "voter": "val" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "847304183451", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6718143463", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98571228048", + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1039486850456", + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "578585955280", + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11670123063", + "voter": "jpb3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "526875349127", + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2241798476648", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17936313321", + "voter": "hcf27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2561158926", + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "687960850774", + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76622379129", + "voter": "jwest40" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "126732139173", + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33648082968", + "voter": "mkultra" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249629404331", + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "196429621728", + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "86700647124", + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75189742379", + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58357118280", + "voter": "pnc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22934316319", + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16741653669", + "voter": "jupiter00000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56992537557", + "voter": "jbrukh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22744316982", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2899515058", + "voter": "anonimau5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104258490260", + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26067295802", + "voter": "steampunkpowered" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13398914816", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1185022227", + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35585842666", + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7326245299", + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40027162660", + "voter": "tshering-tamang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111188959317", + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2542496307", + "voter": "blackjincrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22149116192", + "voter": "shawn-brewer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3814536165", + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140382266447", + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "593021667", + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20864439817", + "voter": "grumpymutt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6892041154", + "voter": "cryptorune" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158795553857", + "voter": "bleepcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12115483624", + "voter": "joelinux" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "495505952281", + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "693716143477", + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4799360127", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102344679298", + "voter": "forrestwillie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51944503832", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1147263452423", + "voter": "cryptoctopus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118331838298", + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66327726", + "voter": "algo-rythm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "262756247701", + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7767196613", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "568272305", + "voter": "n25052016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38765792440", + "voter": "evan-koser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20741929949", + "voter": "oaldamster" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1440150364", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "499786296", + "voter": "rok-fabiani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70681190430", + "voter": "tinfoilfedora" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24167822658", + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17171390662", + "voter": "ombc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43383940940", + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6363074242", + "voter": "motivational" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24622003609", + "voter": "judyhopps" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4126366347", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "272558919", + "voter": "robi-rusmana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9691724840", + "voter": "moch-yusuf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27657146812", + "voter": "schnitzler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "359756594", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "323007680115", + "voter": "the-alien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "189389130349", + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "338177360", + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "127435841125", + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11032407387", + "voter": "paradise-paradox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26601397337", + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27149815318", + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "122378649518", + "voter": "changby" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77604591309", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "331337421", + "voter": "imn-lov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "337056290", + "voter": "proussakis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1997029759", + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207391908258", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48927539333", + "voter": "soulsistashakti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33349444641", + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4904652764", + "voter": "vdoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21120693675", + "voter": "ossama-benjohn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133265037570", + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "307979234", + "voter": "hendra-khaidir" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116269485233", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "305578871", + "voter": "budi-bayu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6347916529", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52346492454", + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "311420785", + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1016603894648", + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "270169807", + "voter": "hendry-cie-poe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "287492258", + "voter": "oppy1984" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15981890891", + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "296706325", + "voter": "saprizal-araska" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "512384368603", + "voter": "cylonmaker2053" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1313402399", + "voter": "samtoland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153233419954", + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98960225191", + "voter": "vollumc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222856607", + "voter": "ethan-felzke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141192726177", + "voter": "nolimit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "376152851", + "voter": "sportsscribewp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6808671721", + "voter": "true-profit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "401848952", + "voter": "herethengone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12029016443", + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15298126908", + "voter": "trevonjb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6855927100", + "voter": "karnal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70201860867", + "voter": "grittenald" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "227201068", + "voter": "jimlewis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41677990195", + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193653994", + "voter": "frankjones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6014009165", + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3051900856", + "voter": "blackmask" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16288677873", + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "259991953", + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2760600807", + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "270082614", + "voter": "renegadegaming" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1256334059", + "voter": "greatguardian100" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "251704361", + "voter": "ucing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "301153374", + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230786573", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "251269460", + "voter": "ginaerdiana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "261495933", + "voter": "dtsddace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "210106885", + "voter": "rachelkieles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "239486742", + "voter": "spiry-btc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "258141042", + "voter": "cccmar71" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "247456696", + "voter": "ydm6669" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231678627", + "voter": "riot78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "251502616", + "voter": "volent" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1324055360", + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140291498", + "voter": "nicholasparr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "245409134", + "voter": "entrepreneur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "245290581", + "voter": "stijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "250279854", + "voter": "atlus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255201985", + "voter": "volter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "245058768", + "voter": "dessoya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1579078323", + "voter": "kilrathi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104819980", + "voter": "riscadox" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "55633412", + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240789558", + "voter": "mdlugopolski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115190666", + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "228931180", + "voter": "ilikepics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240606747", + "voter": "paliboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104426495", + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "198671468", + "voter": "heverton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213102121", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "138624056", + "voter": "avantyris785" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118754524", + "voter": "alexandr33" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "212648437", + "voter": "jasonmcz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243929299", + "voter": "materia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72713204", + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19181168", + "voter": "suren0881" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243903582", + "voter": "c1b4z0l" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81228335", + "voter": "funkyshet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47410076", + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71476992", + "voter": "vkoreshkoff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9513883", + "voter": "steemtest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "272504730", + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222460161", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "263696384", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113259624", + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "269128089", + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221090376", + "voter": "chris0502" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240804802", + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136117730", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117623001", + "voter": "gowest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249885034", + "voter": "dimitarj" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "54618548", + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106473937", + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-62778217", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52263964", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76304368", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61731740", + "voter": "boj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "466300909", + "voter": "bitcoindon23" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "vasilii" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "BlockTrades (https://blocktrades.us) is now accepting Steem Dollars as a means of purchasing other cryptocurrenicies including Bitcoin, BitShares, DAO, Dogecoin, Ether, and Litecoin. Other pairs will be added based on interest expressed by customers.\n\nWe expect that Bitcoin will be a popular early purchase with Steem Dollars, since Bitcoin is one of the easiest cryptocurrencies to convert to cash. If there is sufficient interest, we'll also add OPEN.USD and USD Tether, which can be exchanged 1-1 with US dollars on OpenLedger and Bitfinex, respectively.\n\nNote for new users: there are several tutorial posts under the blocktrades category that cover how to buy bitcoin with Steem. Buying with Steem Dollars is essentially the same, just select Steem Dollars instead of Steem as your input, and when you transfer your funds, click on your Steem Dollars balance in your Steemit wallet instead of your Steem balance (example https://steemit.com/@myaccountname/transfers).", + "body_length": 974, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitshares", + "children": 21, + "created": "2016-07-06T17:27:36", + "curator_payout_value": "6.192 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitshares\",\"coinbase\",\"ether\",\"steem\",\"usdt\",\"bitfinex\",\"dao\",\"openledger\",\"dogecoin\",\"blocktrades\",\"bitcoin\",\"litecoin\"],\"links\":[\"https:\\/\\/blocktrades.us\"]}", + "last_payout": "2016-08-24T16:01:57", + "last_update": "2016-07-06T17:53:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 199912852172096, + "parent_author": "", + "parent_permlink": "bitshares", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "blocktrades-adds-support-for-steem-dollars-greater-than-bitcoin-and-more", + "post_id": 41843, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades adds support for Steem Dollars -> Bitcoin (and more)", + "title": "BlockTrades adds support for Steem Dollars -> Bitcoin (and more)", + "total_payout_value": "612.240 HBD", + "url": "/bitshares/@blocktrades/blocktrades-adds-support-for-steem-dollars-greater-than-bitcoin-and-more" + }, + "blocktrades/blocktrades-has-re-enabled-steem-dollars-to-bitcoin-pair": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4766146767681", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1362172731509", + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1153331521007", + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1843514572688", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1347125415713", + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1268064218817", + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "428829407832", + "voter": "erihn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4951998815775", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3581337557198", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1660995181127", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3252618108731", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1335220823153", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "959136367273", + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1388767305710", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "470738641607", + "voter": "benita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1846284601722", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1375581389857", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2841630210001", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1639597806426", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "468013755016", + "voter": "lessys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1008102151958", + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420225669000", + "voter": "kevtorin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420225669000", + "voter": "kriborin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41678097502806", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4339332633665", + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1142837420586", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3407586653172", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "768211503834", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102105000", + "voter": "gru1234" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1177703585976", + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "352265012784", + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6626717495", + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3395813022", + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2319387615960", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "128195526464", + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17698848169", + "voter": "jakev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22815294009", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6707852801", + "voter": "insomnia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "634112551", + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "145101219", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56943045266", + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1709709614", + "voter": "mranderson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "647506363058", + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4744077661", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193476386", + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15342641697", + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "357573809", + "voter": "kamvreto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48074745696", + "voter": "evan-koser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1720949132", + "voter": "arkanaprotego" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1482336150", + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "227734783539", + "voter": "stino-san" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "11114313557", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "246646060", + "voter": "calamus056" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "402032558", + "voter": "dke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1363465119", + "voter": "error" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15893822921", + "voter": "vippero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67376622", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1223258170", + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3676009417", + "voter": "karbonxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "359899579", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53755412276", + "voter": "martin-wichmann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "331413812", + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35778168244", + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25203720534", + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "166964276552", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "189138297398", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3728370362", + "voter": "raff-delfin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "696482157", + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "347974459", + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172957399170", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "311322702", + "voter": "gary-wood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8868143696", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2760898044", + "voter": "ozzy-vega" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16204992231", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "933431205", + "voter": "alex-hulsmeier" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "761207010", + "voter": "christoph3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6376345083", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73124945", + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11813746000", + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20039872640", + "voter": "paloma-guerrero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "296852277", + "voter": "erik-prestinary" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "399262159", + "voter": "dasan-oneia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "189678318725", + "voter": "inboundinken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46465449604", + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "325545104", + "voter": "wisehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25358288704", + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "747420956", + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39230871856", + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178662540", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "958917145", + "voter": "lobo86" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "245439805", + "voter": "ridji" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130589211", + "voter": "odirlei" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1342707631", + "voter": "diego24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36798605129", + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2720968087", + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240606747", + "voter": "paliboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21755786474", + "voter": "jasonmcz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11102890437", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1732933350", + "voter": "endaksi1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "167541547", + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7251519851", + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8052246867", + "voter": "killswitch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "248792607", + "voter": "mamabear" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "902655142", + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "335274333", + "voter": "obfuscate-me" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14274333662", + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "204097490", + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55831600700", + "voter": "crypt0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207669969", + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "271149984", + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10486274625", + "voter": "ethereums1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7316899099", + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25983931", + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "298935406", + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "204176958", + "voter": "agente" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2429530753", + "voter": "perwest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1808710444", + "voter": "niquebs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123556793", + "voter": "yuridan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4952768669", + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8424451197", + "voter": "amirali" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "217860140", + "voter": "d3v667" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16849648964", + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20188431107", + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4773834", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115966008", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "309453228", + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1859631923", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "132808302", + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1754782000", + "voter": "splatterhaus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1365796473", + "voter": "janqoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12163969", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2613653547", + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1643392561", + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "167069023", + "voter": "sudnokpok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2450491283", + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "197522015", + "voter": "poolam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "248950217", + "voter": "vijaychaudhary09" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2991312327", + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "225604258", + "voter": "micden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "216032977", + "voter": "irina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "135879250", + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32836776", + "voter": "delik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "295302501", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "324692647", + "voter": "soundmechanic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3126237060", + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160695864", + "voter": "yanulyarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "371148748", + "voter": "lenar79" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "229278309", + "voter": "misterhugo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1432789689", + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100580754", + "voter": "akc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6173038536", + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "367038725", + "voter": "jens84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255220745", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7805184940", + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114467671", + "voter": "eclipse0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "405370439", + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118982616", + "voter": "blinzer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2242980837", + "voter": "skyzalimit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "915436421", + "voter": "jayjustmay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "601455317", + "voter": "heltiko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1804304168", + "voter": "exitmass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118779815", + "voter": "chrisd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111797374", + "voter": "karawalla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119198260", + "voter": "veryhype" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "131771391", + "voter": "sagar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51264056", + "voter": "alexx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107262914", + "voter": "satch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45746008", + "voter": "bitlord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "437703606", + "voter": "edy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14226009", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102269573", + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116020878", + "voter": "stat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "640547249", + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "129537329", + "voter": "rd7783" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11640622", + "voter": "maurizio" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178348711", + "voter": "guyber71" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108540040", + "voter": "wizard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "134183866", + "voter": "alekst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203923946", + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53196629", + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "163500043", + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8653788991", + "voter": "groovy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "122010832", + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32260177", + "voter": "sarancha80" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99288503", + "voter": "punchplump" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111131687", + "voter": "ramil21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "233604984", + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "87485307", + "voter": "kindmorning" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89256971", + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116352490", + "voter": "sictransitgloria" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73495568", + "voter": "orestespaz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114070007", + "voter": "nathan-s-m" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84093068789", + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105290189", + "voter": "karmalive2die" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160495375", + "voter": "quigua" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "134522440", + "voter": "benslayton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "620511667", + "voter": "winstonwolfe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7916632510", + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32481198418", + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "223470113", + "voter": "nansy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "226399423", + "voter": "unicorn.jenoodle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "259547601", + "voter": "psixto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112111491", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "149314684", + "voter": "bahar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230581937", + "voter": "k0b" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203183761", + "voter": "dubraman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "184750936", + "voter": "dremlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40531404", + "voter": "kukuy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22487953", + "voter": "alphabeta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4030031474", + "voter": "npl77" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "94344256", + "voter": "moneykicks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103283526", + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67354966", + "voter": "pavelwhite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1056959613", + "voter": "kareemaudi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249885034", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76269184", + "voter": "iraniansteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17941224", + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1136943614", + "voter": "mikeinfla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4679111468", + "voter": "oldman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98896435", + "voter": "gripenfire" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108785800", + "voter": "stevenzelkowitz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84440895", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106717461", + "voter": "maryanok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "97713058", + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1927784494", + "voter": "pigatron" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108587626", + "voter": "milk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "196879737", + "voter": "cybercodetwins" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82021682", + "voter": "fairider" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-91974704", + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110514206", + "voter": "digitaltrends" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95038416", + "voter": "alaysor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "632490641", + "voter": "tomaso88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72874155", + "voter": "manoello" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110370100", + "voter": "viernas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103655777", + "voter": "spookypooky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79374788", + "voter": "timelord" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-101696257", + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15394180", + "voter": "judasz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71167780", + "voter": "aleks123rus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108739340", + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-64059405", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53538695", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62360109", + "voter": "beyondzero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65038029", + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76304368", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49210182", + "voter": "james9n" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62991572", + "voter": "boj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61295330", + "voter": "bigmann23" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28102762", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61330794", + "voter": "awareness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54761612", + "voter": "edbriv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "terryrall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1128677152", + "voter": "blackgerbera" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "gavicrane" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "We disabled our Steem dollar to Bitcoin conversion pathway a few days ago because our wallet was occasionally reporting a Steem input twice (which would cause us to send out bitcoin twice). This wasn't happening very often, but it was potentially a serious concern, so we disabled Steem inputs until we had a workaround. I don't think this was a problem for other exchanges, as I believe they are relying on scanning blocks for transactions, whereas we poll the transaction history and it seems likely the bug is in the transaction history code.\n\nI'm happy to say we found a workaround: we're using what's called a \"delayed node\" that waits for about 30 seconds to allow the account history to \"settle down\" before we send an output, and we believe this should prevent the problem for now. As a longer term solution, we plan to investigate what's causing the false reports, but this gets us going for now. We had to make several fixes for the delayed node code to get it working on steem (this is technology developed originally with bitshares, but looks like it had never been tested with steem) and we'll submit our fixes to the steem repo.\n\nIf we don't detect any further problems, we expect to enable Steem to Bitcoin conversions soon as well.", + "body_length": 1247, + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 22, + "created": "2016-07-20T05:56:30", + "curator_payout_value": "11.965 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blocktrades\",\"steem\",\"sbd\",\"bitcoin\",\"crypt-news\"]}", + "last_payout": "2016-08-23T18:27:42", + "last_update": "2016-07-20T06:16:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 97659755418678, + "parent_author": "", + "parent_permlink": "blocktrades", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "blocktrades-has-re-enabled-steem-dollars-to-bitcoin-pair", + "post_id": 153262, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades has re-enabled Steem Dollars to Bitcoin pair", + "title": "BlockTrades has re-enabled Steem Dollars to Bitcoin pair", + "total_payout_value": "2349.426 HBD", + "url": "/blocktrades/@blocktrades/blocktrades-has-re-enabled-steem-dollars-to-bitcoin-pair" + }, + "blocktrades/blocktrades-now-offering-steem-power-for-cryptocurrency": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "19001918024605", + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4825049610000", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1346340361100", + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1152417743961", + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1885665540000", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1377495554326", + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1292914640000", + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5000555184807", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3624185272115", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1698966760919", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3261815478902", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1365926427692", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "938820357549", + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1418385580528", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "690646498500", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1888311914884", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1407039918461", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2843108545375", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1677231803076", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29897291259553", + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121098331034", + "voter": "penambang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1020557988942", + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40279182992622", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255299985726", + "voter": "nextgenwitness" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5076686428792", + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-7213536232808", + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5477508243417", + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221811281382", + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "753872666826", + "voter": "justin" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5075947221194", + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3211740556789", + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2361126342062", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36782406640", + "voter": "val" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5487020672", + "voter": "chloe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5377409518", + "voter": "jen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "147527700", + "voter": "theghost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "146089500", + "voter": "thepresident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36398296937", + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30176897723", + "voter": "steemservices1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "169931213087", + "voter": "lovejoy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "688108377909", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1336059292", + "voter": "steemian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "639989115793", + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "441274547", + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62617438857", + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11428653326", + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1164484076", + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "704959188", + "voter": "fbsvk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "686579589", + "voter": "konelectric" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7097583404", + "voter": "bangking" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5830744530", + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113344673", + "voter": "bue.twitter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "534896345", + "voter": "bobsunday" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108370182598", + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "879580162", + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63428551072", + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "528362195", + "voter": "officialbitcash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "513953815", + "voter": "nuno-nutcrusherz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "491863978", + "voter": "bleepcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "451846799", + "voter": "germanaure" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "472615140", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "392209228", + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "399833956", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "448453928", + "voter": "fernan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5725987415", + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "404412404", + "voter": "xav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "406974069", + "voter": "stino-san" + }, + { + "percent": "666", + "reputation": 0, + "rshares": "696750238", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "405438825", + "voter": "funny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "267256860", + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "353135516", + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65855008020", + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "331413812", + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2775741685", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "270305015", + "voter": "cascades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27007214", + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "214000885", + "voter": "ilikepics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8157007622", + "voter": "ozcap" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159969048", + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47410076", + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241932390", + "voter": "ratso74" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "267054635", + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "217726966", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "250833146", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "263635679", + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57169649", + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234695415", + "voter": "me-tarzan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39092520", + "voter": "thimo1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117341216", + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "220940763", + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187095252", + "voter": "mikeinfla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104208534", + "voter": "vitz81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65310296", + "voter": "zulfi125" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48439772", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74184803", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "Directly buy \"powered up\" Steem\n\nBlockTrades (http://blocktrades.us) has added #Steem Power to its \u201cinstant exchange\u201d engine, enabling users to directly purchase Steem Power with popular cryptocurrencies such as #bitcoin, #bitshares, ether, and litecoin. [BlockTrades added support for buying Steem a few weeks ago](https://steemit.com/steem/@blocktrades/-blocktrades-adds-support-for-directly-buyingselling-steem), but now it's possible to buy and \"power up\" STEEM purchased from BlockTrades in a single step.\n\nBelow are direct URLS for buying Steem Power with bitcoin and bitshares:\nhttps://blocktrades.us/unregistered_trade/btc/steem_power\nhttps://blocktrades.us/unregistered_trade/bts/steem_power\n\n#crypto-news", + "body_length": 714, + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 17, + "created": "2016-05-20T23:32:57", + "curator_payout_value": "721.594 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"Steem\",\"bitcoin\",\"bitshares\",\"crypto\"],\"links\":[\"https:\\/\\/steemit.com\\/steem\\/@blocktrades\\/-blocktrades-adds-support-for-directly-buyingselling-steem\"]}", + "last_payout": "2016-08-24T22:31:39", + "last_update": "2016-05-20T23:36:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 113944490342939, + "parent_author": "", + "parent_permlink": "blocktrades", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "blocktrades-now-offering-steem-power-for-cryptocurrency", + "post_id": 7608, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades now offering Steem Power for cryptocurrency", + "title": "BlockTrades now offering Steem Power for cryptocurrency", + "total_payout_value": "726.208 HBD", + "url": "/blocktrades/@blocktrades/blocktrades-now-offering-steem-power-for-cryptocurrency" + }, + "blocktrades/blocktrades-supports-buyingselling-dao-coins-without-exchange-risk": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5183335208700", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1318864027200", + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1199455202898", + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1923378850800", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1405045465413", + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1318772932800", + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13115452580000", + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5100566288503", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3696668977557", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1732946096138", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3258485481833", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1393244956246", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "938820357549", + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1446753292139", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "718836151500", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1926078153181", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28822772357466", + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1435180716830", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2785085922000", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1710776439138", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29023706432307", + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1040969148721", + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40279159024388", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2097214700000", + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12604264889190", + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3111074434246", + "voter": "badassmother" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-2753918134446", + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-7045800318375", + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5070533723903", + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5802465695828", + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70728358677", + "voter": "red" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2172186606740", + "voter": "silversteem" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5179537980810", + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3741795137438", + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6871097741442", + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104424307746", + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76683033600", + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2977176396663", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35396143302", + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29882666953", + "voter": "steemservices1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "526147147752", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "836842754861", + "voter": "bhuz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3156452922593", + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "627189333477", + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67053787573", + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "177703190811", + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66692000984", + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65908000", + "voter": "officialinfotech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11428653326", + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8099494565", + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8196857546", + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5830744530", + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22744316982", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "935723576", + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "557826165", + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3489497776", + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1010361884", + "voter": "grumpymutt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2859883408", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "472615140", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1629640364", + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4118598950", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2089005226", + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "315921912", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "437243804", + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8722810557", + "voter": "hossary" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "374457615", + "voter": "yoona-lee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9287275661", + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4239508583", + "voter": "xav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "421257221", + "voter": "amartinezque" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "426483895", + "voter": "censor-this" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "415279662", + "voter": "stino-san" + }, + { + "percent": "666", + "reputation": 0, + "rshares": "696750238", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "398198313", + "voter": "andrius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "405438825", + "voter": "funny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "264661227", + "voter": "viet-ngo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "413114476", + "voter": "alex-dinu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "368701339", + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "242960782", + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "394296677", + "voter": "nphacker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "395134908", + "voter": "kamil-brejcha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "394027812", + "voter": "framelalife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "353135516", + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65855008020", + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "349965179", + "voter": "arjoona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "202930258", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6347916529", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1401934637", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68283948", + "voter": "press-release" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275711115", + "voter": "cascades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27547358", + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "269063334", + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20787145", + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47410076", + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4756941", + "voter": "steemtest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "267054635", + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "216871037", + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "217726966", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257264765", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240804802", + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "166799274", + "voter": "superfish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "129724792", + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "153601386", + "voter": "culoemono" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241268308", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80243542", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104208534", + "voter": "vitz81" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "1281188", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50989233", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74184803", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "BlockTrades \"instant-exchange\" adds support for DAO. \n\nBlockTrades International Ltd has added DAO (http://daohub.org) to the list of cryptocurrencies that it buys and sells. Unlike a traditional exchange, BlockTrades acts as an automated buyer and seller of coins based on prevailing market prices across multiple exchanges. Coins supported for DAO trading include: bitcoin, bitshares, bitCNY, bitUSD, dash, doge, ethereum, litecoin, nubits, openusd, peercoin, steem, and steempower.", + "body_length": 487, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcny", + "children": 7, + "created": "2016-05-29T17:15:57", + "curator_payout_value": "1313.026 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitshares\",\"doge\",\"steem\",\"nubits\",\"dao\",\"dash\",\"peercoin\",\"ethereum\",\"steempower\",\"blocktrades\",\"bitcoin\",\"litecoin\",\"crypto-news\"]}", + "last_payout": "2016-08-24T22:22:27", + "last_update": "2016-05-29T17:17:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 176061810966076, + "parent_author": "", + "parent_permlink": "bitcny", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "blocktrades-supports-buyingselling-dao-coins-without-exchange-risk", + "post_id": 13123, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades supports buying/selling DAO coins without \"exchange-risk\"", + "title": "BlockTrades supports buying/selling DAO coins without \"exchange-risk\"", + "total_payout_value": "1324.723 HBD", + "url": "/bitcny/@blocktrades/blocktrades-supports-buyingselling-dao-coins-without-exchange-risk" + }, + "blocktrades/blocktrades-wants-to-buy-your-digixdao-dgd": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 0, + "rshares": "-19003214240677", + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4825049610000", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1318864027200", + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1175936473430", + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1885665540000", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1377495554326", + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1292914640000", + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5000555184807", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3551701566673", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1698966760919", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3261815478902", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1365926427692", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "938820357549", + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1418385580528", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "704741325000", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1888311914884", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1407039918461", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2843108545375", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1677231803076", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121098331034", + "voter": "penambang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1020557988942", + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14110591454951", + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40279182992622", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255299985726", + "voter": "nextgenwitness" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5076662742906", + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-7213536232808", + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5477508243417", + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "753872666826", + "voter": "justin" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5075947221194", + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3392417888899", + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "490233359241", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2573812264598", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5487020672", + "voter": "chloe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5484957708", + "voter": "jen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "147527700", + "voter": "theghost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "146089500", + "voter": "thepresident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36398296937", + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30176897723", + "voter": "steemservices1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46170951356", + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82385000", + "voter": "officialinfotech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63869787634", + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11428653326", + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "672908871", + "voter": "jbradford" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5830744530", + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "586492942", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "557826165", + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "406246169", + "voter": "weenfan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "437243804", + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "639921128", + "voter": "walkingmage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5725987415", + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "406974069", + "voter": "stino-san" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7993186159", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "129579084", + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "353135516", + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "202930258", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "413169597", + "voter": "ssstand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "270305015", + "voter": "cascades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "239740260", + "voter": "warplat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "267054635", + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "217726966", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257264765", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38105736", + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130446158", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77290743065", + "voter": "johnsmith" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-542324507", + "voter": "lilo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35425595436", + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241268308", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104208534", + "voter": "vitz81" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "1281188", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50989233", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74184803", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55988550", + "voter": "mightypolenta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "BlockTrades adds DGD to list of supported cryptocurrencies, needs inventory\n\n\nBlockTrades International Ltd has added #Digix DGD (http://digix.io) to the list of cryptocurrencies that it buys and sells. BlockTrades is currently looking to expand its available inventory of DGD, and will pay for DGD in the following coin types: #bitcoin, #bitshares, #dash, #doge, #ether, #litecoin, #nubits, #openusd, #peercoin, #steem, and #steempower.", + "body_length": 437, + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 1, + "created": "2016-05-22T18:23:33", + "curator_payout_value": "249.877 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"Digix\",\"bitcoin\",\"bitshares\",\"dash\",\"doge\",\"ether\",\"litecoin\",\"nubits\",\"openusd\",\"peercoin\",\"steem\",\"steempower\"]}", + "last_payout": "2016-08-25T11:32:48", + "last_update": "2016-05-22T18:23:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59120626993564, + "parent_author": "", + "parent_permlink": "blocktrades", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "blocktrades-wants-to-buy-your-digixdao-dgd", + "post_id": 8311, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades wants to buy your DigixDAO (DGD)", + "title": "BlockTrades wants to buy your DigixDAO (DGD)", + "total_payout_value": "255.512 HBD", + "url": "/blocktrades/@blocktrades/blocktrades-wants-to-buy-your-digixdao-dgd" + }, + "blocktrades/blocktrades-witness-report-for-2nd-week-of-august": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "37246275498465", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73755257986", + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6274832924030", + "voter": "wackou" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "1116626664715", + "voter": "samupaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2235529275373", + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3080955289", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3739067926", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "708117905", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51776410411", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1651695542", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "208830247", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98652424792", + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30801424461", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "439070085922", + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "438306900797", + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2455537502129", + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27840374227", + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "612845032", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "373886588", + "voter": "grumlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "882028486", + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105144143924", + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4514030780", + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "287249018", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12325311449", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "134390115103", + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23691023854", + "voter": "mod-tamichh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3900508173", + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "779547982447", + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18403352211", + "voter": "fkn" + }, + { + "percent": "7500", + "reputation": 0, + "rshares": "358395510", + "voter": "paco-steem" + }, + { + "percent": "5800", + "reputation": 0, + "rshares": "435862114686", + "voter": "cryptogee" + }, + { + "percent": "7500", + "reputation": 0, + "rshares": "4183529235", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1833757131", + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "336854258821", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22825932929", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7045576727", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "90688754972", + "voter": "william-noe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57796756625", + "voter": "hannixx42" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1448535583", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "137435525", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "139105642", + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11015157543", + "voter": "btotherest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4299952125", + "voter": "cm-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5016459399", + "voter": "karbonxx" + }, + { + "percent": "7500", + "reputation": 0, + "rshares": "280261038", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49759915993", + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3057531765", + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19461725342", + "voter": "chris-bell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82250420312", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "427173572", + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1095154011", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100288722172", + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1024479221", + "voter": "alex-hulsmeier" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13956185459", + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4487951024", + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6113666630", + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2284319454", + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7434588418", + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5974746657", + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2114309829", + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18625906631", + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5185215943", + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4913306952", + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4967798154", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "239841569", + "voter": "mstang83" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "223982230", + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63157507391", + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11093831898", + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5067902732", + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5459834965", + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27657949847", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "183176957", + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1421723647", + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69214372362", + "voter": "mikemiziner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41982237720", + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "446023673265", + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82669997312", + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2089006630", + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "414563491", + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "458983701", + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "424860710", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1372748161", + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12810947947", + "voter": "lovenugz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "284660589", + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "964650892", + "voter": "steem1653" + }, + { + "percent": "1333", + "reputation": 0, + "rshares": "14683316361", + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2459425929", + "voter": "egjoshslim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103185457719", + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2399608782", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45519107970", + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "268258632", + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104339012507", + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9840337214", + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2807670142", + "voter": "kell234" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "946443289", + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50670120057", + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4849158578", + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1184455549", + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5284481274", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1612095793", + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420784408", + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11820053637", + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1703855505", + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4487749775", + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3409385796", + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24289133821", + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21085736101", + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "955722005", + "voter": "rules169" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7913474189", + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4192947165", + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2737640955", + "voter": "mookosoo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4198544966", + "voter": "vapekings14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105360460638", + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13590773044", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339159763", + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10762644025", + "voter": "ben.zimmerman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179730504", + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "151344775", + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6711431727", + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101184570", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11638412128", + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "144927489", + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10349594337", + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "592090247", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1978519668", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1977774121", + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "425044785", + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "428720196", + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30360552978", + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115084792", + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "132354049", + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "860346080", + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57503453620", + "voter": "sterlinluxan" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-95040528", + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1872800171", + "voter": "andreynoch" + }, + { + "percent": "1000", + "reputation": 0, + "rshares": "220003926", + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "714111334", + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74938505", + "voter": "alrx6918" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "836637787", + "voter": "litrbooh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5021304549", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "906148962", + "voter": "thedon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51019180", + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53302766", + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6595336698", + "voter": "najoh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8136933284", + "voter": "fintech-jesus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7768600960", + "voter": "spaceghost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "347204273", + "voter": "mariadianaelaine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29884597072", + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25371398685", + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6267473326", + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213780161", + "voter": "littleboo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "480890642380", + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4033186709", + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "588390750", + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1169184477", + "voter": "d3nv3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52320797", + "voter": "hdphotography" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56140399", + "voter": "lukeerico.rus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14058259949", + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "247840940", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1937056074", + "voter": "vladikras" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52377800", + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31658562", + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10142244409", + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57347264", + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32037768", + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19799300294", + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33184164", + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "644165366", + "voter": "kdugar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "423972692", + "voter": "deepdarkweb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20484992", + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62750516", + "voter": "shafutinsky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80282583", + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "502596799", + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42089298", + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61696026", + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52951021867", + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58450630", + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78435546", + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61150289", + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32438635", + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39802149", + "voter": "eternal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6141736703", + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5645693548", + "voter": "mabiturm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47071340", + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71432076", + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60661014", + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50516156", + "voter": "filmaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106589127", + "voter": "stevenh512" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45969792", + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45967624", + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45965997", + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45963539", + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44781512", + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56262568", + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44461105", + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2852794595", + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "531467832", + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63268872", + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2670673220", + "voter": "kovaiensko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9507566791", + "voter": "stephenfrost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2772313256", + "voter": "cryptovpn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55057303", + "voter": "gduran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43541460", + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51841244", + "voter": "carfreak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1221975166", + "voter": "terryrall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "620836869", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42719273", + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55037818", + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42723720", + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42451184", + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42444105", + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2069822152", + "voter": "ericbotticelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42158354", + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45199860", + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45198315", + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53844527", + "voter": "evecpascal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53837292", + "voter": "inev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56030456", + "voter": "readwriteshare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51627138", + "voter": "n00b" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53222492", + "voter": "margarita7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53998085", + "voter": "xomtux" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1359710881", + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1260213064", + "voter": "ekaterinka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75952648", + "voter": "timalex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81556444", + "voter": "brainup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "129628407", + "voter": "elsi" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "<p>Christian Lains has asked all the witnesses to create a weekly report of our activities, so here's a short summary of BlockTrades' progress this week:\u00a0</p>\n<p><br />\nMost of our work this week was devoted to security and infrastructure improvements to the <a href=\"https://blocktrades.us\" rel=\"noopener\">BlockTrades </a>and OpenLedger transaction processing systems. We configured a couple of new servers as redundant backups using <a href=\"https://www.freebsd.org/doc/handbook/geom-mirror.html\" rel=\"noopener\">mirrored RAID</a> drives. We've unified the way we manage the cryptocurrency wallets and other processes between OpenLedger and BlockTrades to reduce our daily workload (which speeds up the rate at which we can handle customer problems). We also made security improvements to the way we handle our cold storage wallets and databases. We've added additional <a href=\"http://munin-monitoring.org/\" rel=\"noopener\">Munin </a>monitoring processes \u00a0to detect upcoming potential problems on our servers (for example, <a href=\"https://en.wikipedia.org/wiki/S.M.A.R.T.\" rel=\"noopener\">SMART detection</a> on drives to provide early alerts of impending drive failures).\u00a0</p>\n<p><br />\nOn the steem coding side of things, Dan Larimer told us that his steem client is still occasionally falling out of sync, so we're re-enabling compression of the log files so that he enable logging in his client and send them to us for analysis.\u00a0</p>\n<p><br />\nSupport-wise, we continue to assist new users in learning how to convert Steem Dollars to Bitcoin. We also gave assistance to some new users of our <a href=\"https://steemit.com/crypto-news/@blocktrades/how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc\">\u201cfast-confirmation\u201d</a> feature that allows for rapid confirmations when buying cryptocurrencies such as Steem with Bitcoin.\u00a0</p>", + "body_length": 1844, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 19, + "created": "2016-08-12T18:40:39", + "curator_payout_value": "2.945 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"witness-category\"],\"links\":[\"https:\\/\\/blocktrades.us\",\"https:\\/\\/www.freebsd.org\\/doc\\/handbook\\/geom-mirror.html\",\"http:\\/\\/munin-monitoring.org\\/\",\"https:\\/\\/en.wikipedia.org\\/wiki\\/S.M.A.R.T.\",\"https:\\/\\/steemit.com\\/crypto-news\\/@blocktrades\\/how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc\"]}", + "last_payout": "2016-09-12T07:32:27", + "last_update": "2016-08-12T18:40:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55080841870142, + "parent_author": "", + "parent_permlink": "witness-category", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "blocktrades-witness-report-for-2nd-week-of-august", + "post_id": 575406, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades Witness Report for 2nd week of August", + "title": "BlockTrades Witness Report for 2nd week of August", + "total_payout_value": "566.798 HBD", + "url": "/witness-category/@blocktrades/blocktrades-witness-report-for-2nd-week-of-august" + }, + "blocktrades/blocktrades-witness-report-for-3rd-week-of-august": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4556805763203", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1107214322531", + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1763387946270", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1289199262792", + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1217370412943", + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "428833724595", + "voter": "erihn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4735025287307", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3386806010773", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1588933713781", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3110061924993", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1277189759934", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "920786042180", + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "553315308571", + "voter": "arroyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "300835387148", + "voter": "back" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1330736115666", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "449591377271", + "voter": "benita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "306508514040", + "voter": "bess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243952716045", + "voter": "blanche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121682624536", + "voter": "cherly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1766277396057", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "303665459511", + "voter": "galel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121682423924", + "voter": "gamath" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "181395112349", + "voter": "bottai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1315796311141", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2719649500624", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1568329080407", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "444946808549", + "voter": "lessys" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-27580166036633", + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "953321306264", + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121683073309", + "voter": "cleta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420230195487", + "voter": "kevtorin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "304675224586", + "voter": "janaraeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121678076102", + "voter": "kayana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420231253471", + "voter": "kriborin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121677551210", + "voter": "panword" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39641608482099", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "515116517855", + "voter": "alpha" + }, + { + "percent": "2000", + "reputation": 0, + "rshares": "7135857117625", + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179865370053", + "voter": "omega" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "131353259946", + "voter": "highasfuck" + }, + { + "percent": "5000", + "reputation": 0, + "rshares": "1072432797969", + "voter": "samupaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2243736420603", + "voter": "hr1" + }, + { + "percent": "4500", + "reputation": 0, + "rshares": "8657224682210", + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1662811798334", + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "149289506514", + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2472202723", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3000653391", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "562336614", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5823813310695", + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42157010252", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1325175708", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "170766826", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109792409411", + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33920673328", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "371877528799", + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "330884246661", + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2524457488945", + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "272861301658", + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "497173091", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10912159440", + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "737334583", + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "53647387146", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21959776169", + "voter": "hcf27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123803257480", + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113242195450", + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230241395", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39273032460", + "voter": "mf-tzo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14639509545", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48029273695", + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80192862194", + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13297842425", + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "526236585", + "voter": "ifttt" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "7653549921", + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "402077406", + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "4721970105", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106545832245", + "voter": "forrestwillie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2007820761", + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "337810544751", + "voter": "teamsteem" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "10048977088", + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21497976090", + "voter": "jonnybitcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "577162158", + "voter": "n25052016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60191398643", + "voter": "hannixx42" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1799526647", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "366873201430", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339079256", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136266751", + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4299952125", + "voter": "cm-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "90244054421", + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "382282246336", + "voter": "taoteh1221" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "314353595", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51650773301", + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "184532344417", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19659057656", + "voter": "chris-bell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "169577529419", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13116569463", + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "427191549", + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1415823217", + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130278287092", + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5412463822", + "voter": "grandpere" + }, + { + "percent": "4800", + "reputation": 0, + "rshares": "697280912421", + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45134469743", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12624844260", + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23550863544", + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2255674848", + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5552764538", + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3072733827", + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3736882990", + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7887900559", + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2169949561", + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14319973947", + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "958321009", + "voter": "bigs21024" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62349665000", + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2606017851", + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3137483253", + "voter": "rowbvp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8750684022", + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255855422", + "voter": "russle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2469075170", + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2048694850", + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4907734423", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222532257", + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106083895889", + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4715901588", + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11093831898", + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2606065046", + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2744064212", + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "142793644", + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "679769328", + "voter": "sergei" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "16732184958", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10592299402", + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2554262781", + "voter": "mtber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1533534432", + "voter": "owdy" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "182010174", + "voter": "barbara2" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "201620820", + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "186585611", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "227022848", + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26917493290", + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "316667816", + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1275926534", + "voter": "marcgodard" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-142838257286", + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1327701212", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1710909451", + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50358046180", + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1008880747", + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "329741371", + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "246886206714", + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2464852335", + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "406510118", + "voter": "chrishogan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28132553084", + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8236949493", + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3617724970", + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4812935172", + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10033807061", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2221347681", + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "422344218", + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "247421886", + "voter": "ahnaja" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3746991871", + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11502379500", + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30962268520", + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8076042845", + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6875049105", + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5556366453", + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133244656", + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2802477864", + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19107279633", + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36873792622", + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "891836274132", + "voter": "james212" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "6164005947", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1090575816", + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231467850", + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231815582", + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "134277421", + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "135036585", + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77034357", + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "963717768", + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2861015517", + "voter": "willbeonceagain8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53040305238", + "voter": "arcurus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148377230", + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5565094823", + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22962529793", + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103484220", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "168638692692", + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3844175800", + "voter": "sacode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18426445544", + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111850189", + "voter": "pyneer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35500401814", + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "590018565", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "297753687", + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "169998121", + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2002766213", + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69622310", + "voter": "yarly12" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "190180063", + "voter": "fnait" + }, + { + "percent": "3000", + "reputation": 0, + "rshares": "188290892", + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1576799653", + "voter": "maykor15" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2847763286", + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81930668", + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3286335338", + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115319800", + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9279947884", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173074980", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95063711", + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1700427164", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "878269957", + "voter": "mar1978co" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-95040528", + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "331324485", + "voter": "webosfritos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "218472801", + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "739615310", + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1747271955", + "voter": "gaitan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107999610", + "voter": "alrx6918" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5466052530", + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51143991", + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50234451", + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64035836", + "voter": "igorphoto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50731326", + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15865846302", + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2341393661", + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2360034452", + "voter": "augur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29884597072", + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25371398685", + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28848672500", + "voter": "xtester" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2595645545", + "voter": "denha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "416823468623", + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1858472678", + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62031432", + "voter": "shanejonas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7030674025", + "voter": "veerprit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8009182050", + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69667046", + "voter": "ragnaroek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115810450", + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "247840940", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1901201454", + "voter": "vladikras" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51120963", + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50828873", + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5097990542", + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "176295626", + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50521096", + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19386814871", + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50390768", + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "794056119", + "voter": "kdugar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1585896325", + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "145203236", + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "684123431", + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16162699401", + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70952839", + "voter": "sven.hennes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "73061236", + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230108632", + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50183394", + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61696026", + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7745951147", + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95425265361", + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59668352", + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114992597", + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61167862", + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51153233", + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6141736703", + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50692212", + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71432076", + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60661014", + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3589728756", + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104558988", + "voter": "cinderphoenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121840170", + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50684643", + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50682252", + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50680459", + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50677748", + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50673817", + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56605454", + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58816907", + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50311250", + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13682400270", + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1412520815", + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "531467832", + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5011552744", + "voter": "professorx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58064982", + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53009830", + "voter": "frol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21844933182", + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65470574", + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19172272906", + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57987166", + "voter": "rangertx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2083966589", + "voter": "hoopatang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3702599937", + "voter": "harand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14093182160", + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50416427", + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60982926", + "voter": "glezeddy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58534791", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213545095", + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68794523", + "voter": "raseukinapobri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56814493", + "voter": "voluntaryelle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51651302", + "voter": "whitezombie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2077791406", + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29235820374", + "voter": "onesunbeingnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50588612", + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78330107", + "voter": "moneymaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50593879", + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50271139", + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50262756", + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53461883", + "voter": "happylovelife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "388822791", + "voter": "ghasemkiani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3768764897", + "voter": "ericbotticelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51033798", + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24473869921", + "voter": "zahnspange" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118868971", + "voter": "andressilvera" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50712038", + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57698440", + "voter": "ratidor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55019922", + "voter": "jhonione" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50356354", + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54632424", + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52400985", + "voter": "swetlacha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52896211", + "voter": "magdalenaruth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62361808", + "voter": "siclone23" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50065875", + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50059754", + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50054445", + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "998189412", + "voter": "mbroek1983" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7298696973", + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50931848", + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50825587", + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54012814", + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50751176", + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50639382", + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53764342", + "voter": "dr-who" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100793544", + "voter": "ezrathecat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89327396", + "voter": "dr-house" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50377764", + "voter": "jenny-talls" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "230511573", + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53496114", + "voter": "imc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50196187", + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1359710881", + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53232411", + "voter": "simplejoysoflife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52158213", + "voter": "jcvanleur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50918375", + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "367443792", + "voter": "denmark9560" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50779258", + "voter": "thecentreofitall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "658268840", + "voter": "changkun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53394429", + "voter": "paradigma" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1260213064", + "voter": "ekaterinka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50851521", + "voter": "mrabdo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207163446", + "voter": "terrano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75952648", + "voter": "timalex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81556444", + "voter": "brainup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "129628407", + "voter": "elsi" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>On the coding side of things, we made several <a href=\"https://github.com/steemit/steem/pulls\">pull requests</a> for features/fixes we recently made to the Steem client. Some I've mentioned previously, but one new one is the ability to send two transactions for the same amount of funds between the same pair of users in the same block. Previously the 2nd transaction would be rejected.</p>\n<p>This week we spent more time on business and design discussions versus coding work. Some proposals for changing features related to voting were discussed and ultimately rejected after soliciting community input (most notoriously, the vote nullification feature). Last I heard Dan was planning to go back to the drawing board on this issue, although I have hopes that some other features such as the ones below will take precedence for the near term. </p>\n<p>I've been pushing hard both publicly and behind the scenes for an introductory location where new users can get a nice introduction to the Steemit site and Steemit culture, and a recent post by Ned makes me think we're going to make some headway on this issue soon. I think this is critically important, not only so new users don't feel lost, but also to reduce friction between new and existing users and move us closer to a common ground about site usage.</p>\n<p>I also participated in some discussions about how to protect people from losing too much Steem in the event that a hacker manages to gain control of their account, as well as a feature for allowing a user to regain control of their Steem account if they lose their password. I think both of these features will be big selling points when making the case for Steem as a safe alternative to traditional money. </p>\n<p>I'm still arguing the case that a primary focus for the front-end developers for Steemit should be a feature that allows for new users who sign up via facebook to \u201cShare\u201d that they've signed up to Steemit as a means of viral advertising. If you agree or if you think there's other more important features that the GUI guys should focus on first, please leave a comment. </p>\n</html>", + "body_length": 2140, + "cashout_time": "2016-09-20T02:41:45", + "category": "witness-category", + "children": 75, + "created": "2016-08-19T21:21:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"witness-category\",\"blocktrades\"],\"links\":[\"https:\\/\\/github.com\\/steemit\\/steem\\/pulls\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T21:26:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88937265388567, + "parent_author": "", + "parent_permlink": "witness-category", + "pending_payout_value": "1083.267 HBD", + "percent_steem_dollars": 10000, + "permlink": "blocktrades-witness-report-for-3rd-week-of-august", + "post_id": 675696, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades Witness Report for 3rd Week of August", + "title": "BlockTrades Witness Report for 3rd Week of August", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@blocktrades/blocktrades-witness-report-for-3rd-week-of-august" + }, + "blocktrades/bug-in-web-wallets-implementation-of-memo-encryptiondecryption-fix-available-but-will-break-some-legacy": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4728548617800", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1346340361100", + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1175936473430", + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1847952229200", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1349945643240", + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1267056347200", + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4900544081111", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3551701566673", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1664987425701", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3261815478902", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1338607899138", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "958379114998", + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1390017868918", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "704741325000", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1850545676586", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1378899120092", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2843108545375", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1643687167015", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121098331034", + "voter": "penambang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1000146829163", + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39440033346943", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6433763717858", + "voter": "skywalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6864792729974", + "voter": "firstclass" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5076686428792", + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-7381292889385", + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5477508243417", + "voter": "enki" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5075971420505", + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2258381060624", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2394557064957", + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "782974508424", + "voter": "bhuz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1336059292", + "voter": "steemian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "639989115793", + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46133684259", + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1212014038", + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7239535072", + "voter": "bangking" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "654381658", + "voter": "mldorton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "499880475", + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "445988680", + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5725987415", + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "346072806", + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54471032", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89065893", + "voter": "alexandr33" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "212993771", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "250833146", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130446158", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104208534", + "voter": "vitz81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48439772", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72065237", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "Bug found in memo encryption, fix available but will break decryption of small number of legacy memos\n\nBoth the BlockTrades bridge and the OpenLedger gateways depend on the command-line interface (cli) wallet to encrypt and decrypt transaction memos. We recently observed that very occassionally the cli wallet was unable to decrypt a memo that the web wallet was able to decrypt. This is potentially a very serious issue for automated processing of transactions as the platform scales to larger numbers of transactions, so we began analyzing the web wallet and the cli wallet to see where the difference lay. \n\nOur initial suspicion was that there might be a hard-to-trigger bug in the relatively new secp256k1 library that replaced the traditional openssl library, but after some tests we were able to determine that both libraries produced the same results. Ultimately we were able to identify a bug that it was the loss of a leading zero in the shared secret calculation performed by the web wallet that caused the bug.\n\nThis bug was never apparent in the web wallet, because both the encryption and the decryption routines use the same flawed algorithm, and it only rarely showed up in the cli wallet in the fairly rare case where the first byte in the shared secret was 0x00 (probably 1 in every 256 memos on average, I suppose, assuming that byte value is randomly distributed).\n\nWe have a fix for the bug, but one side effect of the fix is that some small number of old memos will no longer be viewable in the web wallet. If someone needs to decrypt these old memos at some point, it would still be possible to view them using an older version of the web wallet. All future memos generated with the fixed code will be properly viewable in the web wallet and the cli wallet. \n\nI believe this is the only reasonable solution to the problem, but of course it's up to the community to make a final determination on this issue. If there's anyone who objects to this change, please let us know as soon as possible.", + "body_length": 2016, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitshares", + "children": 0, + "created": "2016-05-18T01:26:00", + "curator_payout_value": "364.074 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "2016-08-24T15:54:21", + "last_update": "2016-05-18T01:32:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 74191675332885, + "parent_author": "", + "parent_permlink": "bitshares", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "bug-in-web-wallets-implementation-of-memo-encryptiondecryption-fix-available-but-will-break-some-legacy", + "post_id": 6221, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bug in Web Wallet's implementation of memo encryption/decryption (fix available, but will break some legacy memos)", + "title": "Bug in Web Wallet's implementation of memo encryption/decryption (fix available, but will break some legacy memos)", + "total_payout_value": "368.244 HBD", + "url": "/bitshares/@blocktrades/bug-in-web-wallets-implementation-of-memo-encryptiondecryption-fix-available-but-will-break-some-legacy" + }, + "blocktrades/dao-gateway-on-openledger-is-fully-operational": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "5183335208700", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1318864027200", + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1175936473430", + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1885665540000", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1377495554326", + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1292914640000", + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5000555184807", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3624185272115", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1698966760919", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3261815478902", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1365926427692", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "938820357549", + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1418385580528", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "704741325000", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1888311914884", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1407039918461", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2843108545375", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16272693589904", + "voter": "rainman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1677231803076", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1020557988942", + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40279182992622", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "85222091203", + "voter": "coin" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5076662742906", + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-7213536232808", + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1280132583900", + "voter": "samupaha" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5596584509578", + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5560696291835", + "voter": "fuzzyvest" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5075947221194", + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "919102630911", + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3609656925577", + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "867219193419", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2908550617485", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2752720852539", + "voter": "witness.svk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "830260199025", + "voter": "bhuz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "537590857266", + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52636948521", + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82385000", + "voter": "officialinfotech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102604816213", + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13872390776", + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "638101164", + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "654456107", + "voter": "fusan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5830744530", + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "634147590", + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22270477044", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "598673109", + "voter": "snoop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "917009105", + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "557999756", + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "568958817", + "voter": "edilliam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2921439998", + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130560389849", + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "466582370", + "voter": "st2158901" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4118598950", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1963664912", + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "394902390", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "425301663", + "voter": "n25052016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "432513754", + "voter": "redivivus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9287275661", + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "421257221", + "voter": "amartinezque" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "418065930", + "voter": "are-you-mad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "415279662", + "voter": "stino-san" + }, + { + "percent": "666", + "reputation": 0, + "rshares": "696750238", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "388721177", + "voter": "viet-ngo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "242960782", + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "394296677", + "voter": "nphacker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "402032558", + "voter": "dke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "409283862", + "voter": "minority-report" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "360198226", + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "321437903", + "voter": "rednetkjh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6347916529", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275711115", + "voter": "cascades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27007214", + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "265446752", + "voter": "omarbitcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "261604541", + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "217726966", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257264765", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130446158", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "166799274", + "voter": "superfish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241268308", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99677728", + "voter": "vitz81" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "1281188", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50989233", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74184803", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "Deposits and withdrawals of DAO are live on OpenLedger exchange\n\nDAO deposits and withdrawals from the distributed exchange (DEX), OpenLedger, have been fully functional without any hiccups for the past few hours. A number of customers who bought DAO during the pre-sale (via open.dao markets) have successfully withdrawn DAO to their ethereum wallets, and we've also had new deposits by those who've claimed DAO and are ready to trade it on the DEX. There are several active markets for DAO on OpenLedger:\n\nhttps://bitshares.openledger.info/#/market/OPEN.DAO_OPEN.ETH (DAO/Ether)\nhttps://bitshares.openledger.info/#/market/OPEN.DAO_OPEN.BTC (DAO/Bitcoin)\nhttps://bitshares.openledger.info/#/market/OPEN.DAO_BTS (DAO/BitShares)\n\nSince OpenLedger is a decentralized exchange, you can also create your own \"active\" markets by finding others who are interested in trading between DAO and any other asset traded on the exchange.", + "body_length": 932, + "cashout_time": "1969-12-31T23:59:59", + "category": "openledger", + "children": 4, + "created": "2016-05-28T13:06:33", + "curator_payout_value": "513.869 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitshares\",\"dao\"]}", + "last_payout": "2016-08-24T15:53:45", + "last_update": "2016-05-28T13:06:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 92389508048692, + "parent_author": "", + "parent_permlink": "openledger", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "dao-gateway-on-openledger-is-fully-operational", + "post_id": 12308, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DAO gateway on OpenLedger is fully operational", + "title": "DAO gateway on OpenLedger is fully operational", + "total_payout_value": "518.483 HBD", + "url": "/openledger/@blocktrades/dao-gateway-on-openledger-is-fully-operational" + }, + "blocktrades/exchange-help-how-to-reliably-broadcast-transactions": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "22496772677147", + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4818480402708", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17434286388309", + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29413703412669", + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8631234024519", + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42687530952817", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2147954398561", + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16641319523514", + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "238820619995", + "voter": "nextgenwitness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "779252290943", + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5673270674600", + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140594092549", + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1533327363073", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7162575344", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230391801530", + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5391397361", + "voter": "chloe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5386992703", + "voter": "jen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "144684588", + "voter": "theghost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5615556324", + "voter": "thepresident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "545806351220", + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "395297785309", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15889350161", + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1181907997104", + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70618953349", + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4232996418", + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2478227636276", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13390686881", + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207932043371", + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71078307607", + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23849455076", + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23218156919", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "410489428", + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9472647340", + "voter": "makishart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5904044629", + "voter": "dylan-nicholas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50447771126", + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5047940714", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "139057417772", + "voter": "timotirado" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105621553775", + "voter": "samuel-stone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3365240318", + "voter": "cryptorune" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "465320829", + "voter": "addisdev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "709024729210", + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "663261418495", + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3950728742", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203512751544", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99463709208", + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "165819317", + "voter": "algo-rythm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12820008899", + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47113250782", + "voter": "evan-koser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1377304278", + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34374151776", + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "194337418484", + "voter": "stino-san" + }, + { + "percent": "1133", + "reputation": 0, + "rshares": "1045288623", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "566376518", + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "881957508", + "voter": "error" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67798649483", + "voter": "tinfoilfedora" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3244572442", + "voter": "crypton" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82349205", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42000834058", + "voter": "pixellated" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "176609866796", + "voter": "java1959" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "586059716", + "voter": "yuda-susanto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "353748143", + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "90173623008", + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "360644859", + "voter": "robi-rusmana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "202415644154", + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "321485125", + "voter": "seymour" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "311955720", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "341378070284", + "voter": "the-alien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "535911775", + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81525046682", + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28910564328", + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "139149984704", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21049074342", + "voter": "entropyjs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "157664138587", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "180735659411", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21059017612", + "voter": "foma17" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9321803113", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58230699672", + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "421723599", + "voter": "teamjinx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4732777245", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "291398734", + "voter": "dmitry.meshkov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2404240796", + "voter": "dennis-estenson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16223086883", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "295399932", + "voter": "alex-hulsmeier" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2199959466", + "voter": "graystone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7240548496", + "voter": "james-mac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "569173625", + "voter": "christoph3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13633280425", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "237211675", + "voter": "peezaroni" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5014714373", + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18073213641", + "voter": "rseixas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243645532", + "voter": "jimlewis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46914555352", + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "245006460", + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5726954128", + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7043064341", + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1552201321", + "voter": "greatguardian100" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "320898869", + "voter": "claudwars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28155650249", + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16739341126", + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "306224878", + "voter": "metropolit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1465684732", + "voter": "ucing" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "385413051", + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "295729718", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1321032067", + "voter": "dtsddace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7435020041", + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "284212192", + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "247063336", + "voter": "beowulf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1256917323", + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1144528672", + "voter": "romanskv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "175207558", + "voter": "stijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3683983152", + "voter": "aeico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25852612", + "voter": "diego24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18057300428", + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2453399933", + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52614993034", + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "245990923", + "voter": "kingtylervvs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "242185306", + "voter": "ozcap" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24045060085", + "voter": "sonsy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241380632", + "voter": "writer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "197080708", + "voter": "zerohero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "731917631", + "voter": "cultura.bitcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2318537491", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "215656948", + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231214307", + "voter": "masterchief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24790997479", + "voter": "mikemiziner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5672546443", + "voter": "qamarpinkpanda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "224152410", + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "226202408", + "voter": "obfuscate-me" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "256419588", + "voter": "krispy123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213736017", + "voter": "giveaway" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62656918863", + "voter": "jatochnietdan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "282773938", + "voter": "rbur93" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "490222415", + "voter": "danny-g" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179450216", + "voter": "brutalbro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2547244828", + "voter": "twoshots" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2772011404", + "voter": "shemthepenman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42406224758", + "voter": "crypt0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241507390", + "voter": "mirspirs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "220676675465", + "voter": "aurel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1754600926", + "voter": "satanic.stoner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2283642906", + "voter": "bryan-kho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57627433", + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178719504", + "voter": "wlf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65185357", + "voter": "warplat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4855684614", + "voter": "thovre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1783696151", + "voter": "webdesign29" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8902457158", + "voter": "traderjeff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "239263476", + "voter": "alatay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22312836173", + "voter": "top10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1653745739", + "voter": "colli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "205217218", + "voter": "alexpimania" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59262596", + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2182985776", + "voter": "blockchainbilly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2358191955", + "voter": "felipemachado" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "228414839", + "voter": "im1984" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "232945149", + "voter": "bybox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "199344025", + "voter": "cheturetochka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "254750219", + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "277954824", + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "170747532", + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13786055776", + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "180095132", + "voter": "swaghetti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221690393", + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1938919725", + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "227193356", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "260276082", + "voter": "mjgrae" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "184468863", + "voter": "christiaan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "132499700", + "voter": "serg999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34204633", + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "217472747", + "voter": "bigkush" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231594315", + "voter": "jrfantasma" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "170113057", + "voter": "phantomraviolis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "236210966", + "voter": "febuiles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160618202", + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "152899742919", + "voter": "ilovesteemit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221996327", + "voter": "john22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4723131", + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "226707494", + "voter": "shaif" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "226675866", + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "236096888", + "voter": "pjrib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "295854480", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221800098", + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2827682678", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240391193", + "voter": "razchiriac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207291567", + "voter": "blinova" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "209768402", + "voter": "taggley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80201118", + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235342202", + "voter": "frankenmint" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240048641", + "voter": "chrishogan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221112535", + "voter": "dwightfschrute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6284851925", + "voter": "q00p" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "174049871", + "voter": "chris0502" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235189198", + "voter": "mellonril" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "145747385", + "voter": "kubiiktop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240527301", + "voter": "s0jeris" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "233613331", + "voter": "coulo88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136253080", + "voter": "status" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "145635990", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "225369906", + "voter": "m34ndy0u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "220584769", + "voter": "myleslumley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23461382", + "voter": "kapets123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "229879813", + "voter": "gullik7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234484965", + "voter": "jubilee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "270667963", + "voter": "ndell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "215439615", + "voter": "ani22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117078436", + "voter": "bugadu96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "201363364", + "voter": "ranajit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "225001439", + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "210627923", + "voter": "igorduarte" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "219984012", + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "246156019", + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "215240802", + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63160653", + "voter": "nata" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114590221", + "voter": "madhatting" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112226005", + "voter": "stereolubov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60787907", + "voter": "kellywin21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112179275", + "voter": "solen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255220745", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114470901", + "voter": "jdeklen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116796589", + "voter": "jav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112106230", + "voter": "baz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5721914373", + "voter": "trytobezen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114421832", + "voter": "csrolex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1004551431", + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114381631", + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116712899", + "voter": "digitalarchitect" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "2334179", + "voter": "krystox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81695076", + "voter": "bnmm009" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111993939", + "voter": "leonkwek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114277527", + "voter": "monsieurham" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116600487", + "voter": "drako" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114268084", + "voter": "animus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107271261", + "voter": "heltiko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111868811", + "voter": "meteor0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114183382", + "voter": "crismtz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114177717", + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100173606", + "voter": "shing3e" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111775285", + "voter": "karawalla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58215241", + "voter": "dougcrowe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111766624", + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "151962735456", + "voter": "baronofbitcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111745031", + "voter": "jaypee15sunga" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119198260", + "voter": "veryhype" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109408778", + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "86116924", + "voter": "alexx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116280148", + "voter": "sunnywells" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109267066", + "voter": "gregman117" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109203283", + "voter": "vendelete" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2337956", + "voter": "bitlord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102225756", + "voter": "arapi4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111518779", + "voter": "pheebsta10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111515467", + "voter": "perennec" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6963965", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109080542", + "voter": "nick94" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111391964", + "voter": "miacameron" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102044981", + "voter": "zelgald1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27783731", + "voter": "victoria2002" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113254159", + "voter": "roslinpl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "93601361", + "voter": "memes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136052830", + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36461037", + "voter": "edouard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249885034", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109887037", + "voter": "shinigamis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51143783", + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "680558454", + "voter": "mar1978co" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-98871361", + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108739340", + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-64059405", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53538695", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62360109", + "voter": "beyondzero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76304368", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62991572", + "voter": "boj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28102762", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "timalex" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "This article is targeted at anyone looking to integrate STEEM with their exchange. Please read the [documentation on How to monitor an account for deposits](https://steem.io/documentation/how-monitor-account-deposits/). \n\nAfter you understand how to monitor for deposits, then we can start monitoring for successful withdraws.\n\n## The Problem\n\nThis post was motivated by real world issues discovered by Blocktrades and Bittrex when processing withdraws. The `cli_wallet` API for issuing a transfer will block until the local `steamed` instance receives a block containing the transaction or a block with a timestamp after the transaction has expired. The default expiration is 30 seconds.\n\nThe problem is that just because the method returns it doesn\u2019t mean the transaction was irreversibly logged into the blockchain or that it failed. A block could become orphaned due to any number of issues.\n\n## The Solution\n\nYou must scan for withdraws just like you scan for deposits. In other words, only poll blocks that are older than the \u2018last_irreversible_block_num` (about 40 seconds old). Each block contains the transaction IDs that were confirmed.\n\nWhen you broadcast a transaction it will return the transaction ID, mark it as pending until your block scanner sees the withdraw.\n\n## How to Avoid Blocking \n\nYou can use the `cli_wallet` to broadcast your transaction, but that will normally block. If you pass \u2018false\u2019 as the last argument to the `transfer` call, then it will create and sign a transaction and return it (without broadcasting it). You can then pass the transaction to steamd using the non-blocking broadcast method on the network api.", + "body_length": 1653, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 19, + "created": "2016-07-13T22:19:30", + "curator_payout_value": "10.419 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https:\\/\\/steem.io\\/documentation\\/how-monitor-account-deposits\\/\"]}", + "last_payout": "2016-08-25T14:59:48", + "last_update": "2016-07-13T22:19:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 162901031228445, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "exchange-help-how-to-reliably-broadcast-transactions", + "post_id": 73292, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exchange Help - How to Reliably Broadcast Transactions", + "title": "Exchange Help - How to Reliably Broadcast Transactions", + "total_payout_value": "1374.059 HBD", + "url": "/steem/@blocktrades/exchange-help-how-to-reliably-broadcast-transactions" + }, + "blocktrades/how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4661504057727", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1130277239543", + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1803454045138", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1318163370785", + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1242728587917", + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "428832508983", + "voter": "erihn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4843514584154", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3503533357807", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1624967362851", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3181345401577", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1306205403029", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "939961552463", + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "564839978429", + "voter": "arroyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "300833583336", + "voter": "back" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1359756170259", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "452288904653", + "voter": "bendixen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "458820237704", + "voter": "benita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "306507827807", + "voter": "bess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243952167058", + "voter": "blanche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121682271616", + "voter": "cherly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1806285166341", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "303664537998", + "voter": "galel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121682129824", + "voter": "gamath" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "181394563363", + "voter": "bottai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1345692007684", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2780655844052", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1603964511473", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "458788318409", + "voter": "lessys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "986191604606", + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121682308649", + "voter": "cleta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420228450495", + "voter": "kevtorin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121677329832", + "voter": "nerivyre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "304674126613", + "voter": "janaraeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121677331049", + "voter": "kayana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420228665392", + "voter": "kriborin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121677276716", + "voter": "panword" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42274811566572", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "515113282757", + "voter": "alpha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179864566180", + "voter": "omega" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4068587259411", + "voter": "datasecuritynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235296912956", + "voter": "bitshares.org" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155665496754", + "voter": "blockchainbunker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56003786135", + "voter": "blocktech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2334096489505", + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23090455527", + "voter": "bunkerchainlabs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "742821270107", + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148246170580", + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3686221571", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4472912146", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "998560384", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60805759586", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1976496297", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "289185457", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119336943014", + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26663552299", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42853231515", + "voter": "jason" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2941630303119", + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1267005751780", + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159073307035", + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6891725432", + "voter": "bloggersclub" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "246923840023", + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27609269388", + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "733637503", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1231645316", + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2615025989160", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "171548439600", + "voter": "peerplays" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "777439363287", + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78101716387", + "voter": "jwest40" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "332533889108", + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104264581435", + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "526888651894", + "voter": "kencode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26663384188", + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "401365774", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "87074343674", + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22231009597", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "129206669493", + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13769491869", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "210983402684", + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5432394301", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23198445588", + "voter": "mod-tamichh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "144888362925", + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "197308678744", + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6083858894", + "voter": "fran2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "466517595", + "voter": "jeff-anthony" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25850470703", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "409734986", + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3543191782", + "voter": "mranderson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4826461457", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1012869191", + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8158397631", + "voter": "generalizethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3035868166", + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16335679250", + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17166933665", + "voter": "jonnybitcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58895350211", + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1388584536", + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1046586020", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1773042131", + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "404087205715", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4642879338", + "voter": "karbonxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6634944636", + "voter": "evan7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "320712149", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "320002776", + "voter": "yonatann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119772351539", + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "190889410051", + "voter": "wingz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17196376117", + "voter": "minfon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30930529665", + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99994829461", + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "raff-delfin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "713346195", + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "425856109", + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "261335670298", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "143742261416", + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5035252504", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30124545961", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "85011218373", + "voter": "truthtaco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22654198819", + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2249839279", + "voter": "allyourbase" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31980201765", + "voter": "karnal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1285625913", + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6282192337", + "voter": "quintanilla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7811859223", + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "294750962", + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2114309829", + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13926197400", + "voter": "ultralord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4009999428", + "voter": "spikykevin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "734973483", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1471571372", + "voter": "dtsddace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3979222351", + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "229637732509", + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1317816206", + "voter": "romanskv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "252995989", + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1641224750", + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4368443199", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53457990605", + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11093831898", + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1571824739", + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15407512864", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55898441251", + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14286151492", + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "382175934870", + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "372617385", + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178692764", + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "634888086", + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3268314704", + "voter": "cryptoscope" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5234190952", + "voter": "autosmile13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1346263121", + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3751008623", + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4163343692", + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2615627655", + "voter": "egjoshslim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5808126704", + "voter": "perwest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29648139756", + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9940768540", + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "356505303", + "voter": "suicidemime" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "129424271167", + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18288684566", + "voter": "showmethecoinz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2820750188", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "320431384", + "voter": "cashbandicoot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46477141223", + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "236707230", + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4508301688", + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61613995117", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1834544818", + "voter": "splatterhaus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "408204539", + "voter": "daf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25053577920", + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7119216730", + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "124593393", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "282903775", + "voter": "irina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4226589250", + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "252803117", + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230021278", + "voter": "delik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1578689602", + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "409533324", + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "238867644", + "voter": "lenar79" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "304483427", + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2075971125", + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3409329543", + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "321443596", + "voter": "rules169" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "277626793", + "voter": "kellywin21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22286507360", + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8069048878", + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3622255129", + "voter": "heimindanger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6793814193", + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4302278316", + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136205648", + "voter": "ellamaeamor" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "1585745433", + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "247154996", + "voter": "joemz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107479016", + "voter": "quigonjinn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79213885", + "voter": "firedesire" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2172546008", + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6592766283", + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30197596744", + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32633035123", + "voter": "frostwind" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74813300935", + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "176135894", + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2606783964", + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1423922247", + "voter": "kat-scratch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5662002876", + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2980493947", + "voter": "tony.jennings" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "96503428", + "voter": "xcode18" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19353828984", + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12279088725", + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "630941459", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14587406879", + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "332625434", + "voter": "vadim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20483729913", + "voter": "freelygive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38807999", + "voter": "yarly13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "316966560", + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "499447232", + "voter": "maykor15" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19530329008", + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2645597990", + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84054557", + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112263599", + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109996549", + "voter": "williamx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "497761320", + "voter": "beenasty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "169371156", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4415195728", + "voter": "anipiano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "716377320", + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108649596", + "voter": "argusx" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-95040528", + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110814698", + "voter": "zviad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "180140483", + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110892502", + "voter": "nindzik12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1943919730", + "voter": "spookypooky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "760749440", + "voter": "metaflute" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-101696257", + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5901099283", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107829971", + "voter": "aleks123rus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47617011", + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154651960", + "voter": "shaheer001" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7107849230", + "voter": "bulkygangsta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14194589924", + "voter": "magicmonk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49543403517", + "voter": "sextusempiricus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5736295513", + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7925778987", + "voter": "spaceghost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207670867", + "voter": "elizabetemaia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2742263359", + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59355630", + "voter": "usnewspress" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "302419556", + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69787631", + "voter": "sinx22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7056935713", + "voter": "mrweed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63689146", + "voter": "mangous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64684283", + "voter": "heruglyphics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173889116", + "voter": "the-dog-lady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102205665", + "voter": "margot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "462611333", + "voter": "feedthemachine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10779660348", + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57370716", + "voter": "hdphotography" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231851202", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58424448", + "voter": "aiaconelli707" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1534465094", + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15196109", + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59410151", + "voter": "zmb" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1249606", + "voter": "cheremet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63045767", + "voter": "papabab" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40678580", + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8625552", + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19471139686", + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2458086", + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2225481375", + "voter": "plasticfuzzy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20075292", + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61732391", + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "502596799", + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11331734", + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159890488", + "voter": "robok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10367986240", + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178315383", + "voter": "bittrez" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1779514580", + "voter": "loveangel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60350248", + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "858100902", + "voter": "bledarus" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1243085", + "voter": "jessejamesrock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3070159304", + "voter": "bitcalm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57232909", + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59562936", + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178080223", + "voter": "ulfa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62043505", + "voter": "chelle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78807597", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1514474675", + "voter": "stylo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61092945", + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4990559", + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39745360", + "voter": "eternal" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "1209848", + "voter": "popculturegeek" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6141736703", + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70919854", + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60527830", + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4388996273", + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60121509", + "voter": "titan792008" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61186594", + "voter": "mastert" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89917796", + "voter": "cryptoking" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4126789524", + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "86986459", + "voter": "thehackerjourney" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66762932", + "voter": "mahmoudshokri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67273560", + "voter": "tpat7777777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78231349", + "voter": "prophet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58721763", + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60377746", + "voter": "steem42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "531467832", + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52404533", + "voter": "oedipus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58207616", + "voter": "yurybond" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49236673", + "voter": "bizon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4638247988", + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36000271", + "voter": "rittr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55636505", + "voter": "alcoholic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55619534", + "voter": "redditbot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20852331", + "voter": "garri74" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59075603", + "voter": "brucy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55592332", + "voter": "jelloducky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56733561", + "voter": "blueeyedpunk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53194328", + "voter": "dragonanarchist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57768991", + "voter": "collinknight" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51967164", + "voter": "makerblog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54270346", + "voter": "dasfarm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9321143913", + "voter": "stephenfrost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1540304555", + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57500708", + "voter": "fivequestionsguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54145299", + "voter": "carfreak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "579447744", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "537612879", + "voter": "idimitrov07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54531322", + "voter": "groovedigital" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53083781", + "voter": "ergonaute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1150671345", + "voter": "serrys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30634845", + "voter": "unholy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52618372", + "voter": "blockchainjen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51928221", + "voter": "wish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "684090028", + "voter": "newjoergcity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30961210", + "voter": "andressilvera" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53942218", + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9994172632", + "voter": "yangyang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1260213064", + "voter": "ekaterinka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "timalex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "elsi" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "BlockTrades has now enabled \u201cfast-confirmations\u201d for all cryptocurrencies, so you can send in bitcoin and get your Steem or other cryptocurrency purchase in about 20 seconds on average. This feature was primarily added to allow merchants to provide their customers with a way to rapidly pay for items in shops and restaurants using point-of-sales systems like BlockPay, but it can also be useful for regular BlockTrades customers who wish to make rapid purchases with Bitcoin, Litecoin, and other cryptocurrencies that don't normally confirm quickly. Many users probably won't take advantage of this capability, since it does require some initial setup and a surety deposit, but it may be of interest for active traders who want to capitalize on rapid price changes.\n\nThis purchase method is only available to users who have signed into blocktrades.us, so if you want to purchase STEEM using this method, you must go to https://blocktrades.us . Currently it will not work if you're purchasing Steem via the Steemit purchase dialog. Note that Steem and Steem Power prices are the same for either purchase method, it's just a difference in the user interface.\n\nFor anyone who wants to take advantage of the fast confirmation capability, follow the steps below:\n\n## Configure your BlockTrades account to enable fast confirmations\n\n1) Create a user account on http://blocktrades.us if you don't already have one. BlockTrades requires that you use a valid email address as your user account name. The email must be validated by replying to an automated email from BlockTrades. Only registered BlockTrades accounts can use the fast confirmation feature, because we need to be able to connect your input addresses to your BitShares account where your \u201csurety amount\u201d is stored.\n2) If you don't have a BitShares account yet, you will need to create one here: https://bitshares.openledger.info/#\n3) Buy enough TRADE.USDLABOR from blocktrades.us to cover the largest amount of bitcoin you want to be \u201cfast confirmed\u201d and have it sent to your BitShares account. For example, if you want to be able to fast confirm a 1 BTC purchase of Steem, purchase around 600 TRADE.USDLABOR (~1 BTC at current prices).\n4) Link your BitShares account to your BlockTrades.us account by sending a payment of 1 TRADE.USDLABOR from your BitShares account to the \u201cblocktrades\u201d BitShares account with your BlockTrades account name (email address) as the memo. Note: it is very important to put your BlockTrades account name in the memo field, otherwise the system will not know how to link your BitShares and BlockTrades accounts to allow fast confirmations.\n\n## Login to BlockTrades to get fast-confirmable payment addresses\n\nAfter you've configured your account using the above steps, you can login to BlockTrades and request deposit payment addresses that are eligible for fast confirmations. Any payment address you obtain while logged into your BlockTrades account will fast confirm as long as you have a sufficient amount of TRADE.USDLABOR in your BitShares account to act as a surety for your unconfirmed payment. When you send to the payment address, BlockTrades will temporarily remove an equivalent amount of TRADE.USDLABOR and immediately send you the cryptocurrency you've purchased. Once your payment confirms normally on its blockchain, BlockTrades will return the TRADE.USDLABOR it temporarily removed.\n\n## Example of fast confirmation limits imposed by surety amount\n\nUser John purchases 600 TRADE.USDLABOR and links his BitShares account to his BlockTrades account by paying 1 TRADE.USDLABOR, leaving 599 TRADE.USDLABOR in his account that acts as a surety amount. John can now fast confirm multiple transactions up to a total equivalent value of 599 TRADE.USDLABOR at any given time. \n\nFor example, he can send in two 0.5 BTC payments for Steem and immediately receive the Steem for both transactions. If he sends in a third payment of 1 BTC before his first two payments have confirmed, he will have to wait till either the first two payments have confirmed and his surety has been returned (after which his 3rd payment will fast confirm) or until his third payment confirms normally. When he decides he no longer needs fast confirmations, he can use his TRADE.USDLABOR to purchase one or more of his favorite cryptocurrencies from BlockTrades (or trade it for something else on the BitShares decentralized exchange).\n\n**OK, that's all it takes to get fast confirms of Bitcoin, etc, on the BlockTrades website, but if you're a web coder that wants to integrate fast confirmations of crypto conversions into your web site, we've got an extra credit section just for you...**\n\n## Extra Credit for Web Coders Only: Fast-confirmations via the BlockTrades API\n\nAs mentioned earlier, currently users have to get their payment addresses from the BlockTrades web site in order for them to be fast-confirmable, but the BlockTrades API (application programming interface) allows for other web-based services to get fast confirmable payment addresses as well. The key is that the request for a payment address must be linked to a logged-in user's account. Here's how to do that via our API:\n\nFirst, make a POST request to https://blocktrades.us/api/v2/sessions with your BlockTrades username (email address) and password. This will return a session token that is valid until the given \"expirationTime\" (currently a session token is good for 4 hours). You can cache the session token and reuse it until it expires, or just create a new session for every request if that is easier for your web application.\n\n$ curl -H \"Content-Type: application/json\" -X POST --data '{\"email\": \"my_email@mycompany.com\", \"password\": \"thisisnotmyrealpassword\"}' https://blocktrades.us/api/v2/sessions\n{\n \"token\": \"4310c7e7-dc44-498c-abc6-0d233d8eb55d\",\n \"user\": {\n \"email\": \"my_email@mycompany.com\",\n \"userId\": \"bdbef475-0019-439a-95e6-d075d6621078\",\n \"timeZone\": \"UTC\",\n \"activated\": true,\n \"creationTime\": \"2016-05-06T11:25:56.939913-04:00\",\n \"lastModifiedTime\": \"2016-05-06T11:25:56.939913-04:00\",\n \"lastLoginTime\": \"2016-07-29T17:48:26.473245-04:00\"\n },\n \"expirationTime\": \"2016-07-29T21:48:26.522779-04:00\"\n}\n\nThen, just include the token you received in the \"token\" field above as the \"sessionToken\" in your initiate-trade request:\n\n$ curl -H \"Content-Type: application/json\" -X POST --data '{\"inputCoinType\": \"btc\", \"outputCoinType\": \"steem\", \"outputAddress\": \"my_steem_account\", \"sessionToken\": \"4310c7e7-dc44-498c-abc6-0d233d8eb55d\"}' https://blocktrades.us/api/v2/simple-api/initiate-trade\n{\n \"inputAddress\": \"18cER8mUensvWcDF29ZbNHMYEYo8XRTPGc\",\n \"inputMemo\": null,\n \"inputCoinType\": \"btc\",\n \"outputAddress\": \"my_steem_account\",\n \"outputCoinType\": \"steem\",\n \"refundAddress\": null\n}\n\nRight now the result of the initiate-trade request is the same as when you don't specify a sessionToken, but if you give an invalid token you'll get a 400 error \"Bad Request: Invalid or expired session token xxxxxx\".\n\nFull documentation on the BlockTrades API is available here: https://blocktrades.us/api/v2/explorer/\n\nThe two calls required to get fast-confirmable addresses are documented here:\nhttps://blocktrades.us/api/v2/explorer/#!/sessions/createNewSession\nhttps://blocktrades.us/api/v2/explorer/#!/initiate-trade/create", + "body_length": 7347, + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 38, + "created": "2016-08-04T18:02:06", + "curator_payout_value": "33.911 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"crypto-news\",\"blocktrades\",\"bitcoin\"],\"links\":[\"https:\\/\\/blocktrades.us\"]}", + "last_payout": "2016-09-04T09:47:42", + "last_update": "2016-08-04T20:06:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 105435226573598, + "parent_author": "", + "parent_permlink": "crypto-news", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc", + "post_id": 449034, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Buy Crypto in 20 seconds with your Bitcoin/Litecoin/etc", + "title": "How to Buy Crypto in 20 seconds with your Bitcoin/Litecoin/etc", + "total_payout_value": "2864.333 HBD", + "url": "/crypto-news/@blocktrades/how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc" + }, + "blocktrades/i-find-steemit-posts-with-summariesanalysis-of-3rd-party-content-more-compelling": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "19377197038064", + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4728548617800", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1346340361100", + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1152417743961", + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1847952229200", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1349945643240", + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1267056347200", + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4900544081111", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3624185272115", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1664987425701", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3328383141736", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1338607899138", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "958379114998", + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1390017868918", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "690646498500", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1850545676586", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1378899120092", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2843108545375", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1643687167015", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29897291259553", + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121098331034", + "voter": "penambang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1000146829163", + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39440033346943", + "voter": "blocktrades" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-4970922128193", + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-7381292889385", + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5477508243417", + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2428456520384", + "voter": "silver" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5075971420505", + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2652661565778", + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2011444025162", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1308224724", + "voter": "steemian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "627189333477", + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24062453798", + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10867553434", + "voter": "markopaasila" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74106395378", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "691600921", + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6491864928", + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "558669516", + "voter": "bobsunday" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "548014384", + "voter": "bob-the-poster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2004929949", + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "554281371", + "voter": "tshering-tamang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "302053203274", + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "518002152", + "voter": "officialbitcash" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-516323408", + "voter": "ruzaiq" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5725987415", + "voter": "hannixx42" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "0", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "97184313", + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "346072806", + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1568747631", + "voter": "omarb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "270305015", + "voter": "cascades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27007214", + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1321032067", + "voter": "dtsddace" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2707330059", + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89065893", + "voter": "alexandr33" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "212993771", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207682556", + "voter": "overtheline" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "250833146", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "263635679", + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101943131", + "voter": "vitz81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48439772", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72065237", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "buckland" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "Some steemit posts are just links, others add summary and insights, which do you vote for?\n\nWe've had a fair number of posts by now, and it seems one way we can categorize posts that mainly derive from 3rd party content is based on analysis and attribution. I've ranked the the methods I've seen based on my view of best to worst method for posting:\n1) link to 3rd party content + summary + analysis/insights/attempts to engage the reader/inject humor/etc\n2) links to 3rd party content + summary\n3) links to 3rd party content\n4) direct copy of 3rd party content with attribution to author and source\n5) unattributed direct copy of 3rd party content\n\nOne exception to my personal ranking above is that (4) can be a good idea if there's a reasonable chance the source may not exist for a long period of time (posts on forums, for example, which are subject to deletion and moderation, as we've already experienced with the DAO-related forum post).\n\nI can also see arguments for (4) for small content (although I'd still like to see a link to the original source, something like \"copied from http://wherever\" or \"excerpted from http://wherever\").\n\nNow what's being posted is also important to me as well, so I not advocating this be the only metric for voting on 3rd party content-related posts, but when I see multiple posts about the same content within the same timeframe, I suspect I'll tend to vote for the one that's closer to the top of that list (unless the poster takes a stance I simply strongly disagree with, of course).\n\nThese are just random thoughts I've had today, anyone else have suggestions for quality metrics related to 3rd party content posting?", + "body_length": 1664, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "created": "2016-05-14T18:05:30", + "curator_payout_value": "695.279 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "2016-08-24T15:54:30", + "last_update": "2016-05-14T18:05:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 112390662059467, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "i-find-steemit-posts-with-summariesanalysis-of-3rd-party-content-more-compelling", + "post_id": 4851, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I find steemit posts with summaries/analysis of 3rd party content more compelling", + "title": "I find steemit posts with summaries/analysis of 3rd party content more compelling", + "total_payout_value": "699.492 HBD", + "url": "/steem/@blocktrades/i-find-steemit-posts-with-summariesanalysis-of-3rd-party-content-more-compelling" + }, + "blocktrades/important-news-about-using-eth-and-etc-from-vitalik": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "17145462813774", + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2841659674281", + "voter": "graavor" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-28450155746109", + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41503279070960", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2108049016743", + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16721502089683", + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66858037986", + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4286908851", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1987850568838", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6683175330", + "voter": "bue-witness" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "122566800116", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "252280102781", + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88634284507", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2954843485", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21070453568", + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1093639927", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "599797880", + "voter": "jazzycrypt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "338991523253", + "voter": "lighthil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "514417568", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21885193702", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "383114884434", + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29705806671", + "voter": "merlinscat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12736255134", + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98812950729", + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1452803015", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "533249853", + "voter": "pavel-tyh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23358464392", + "voter": "mod-tamichh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3448744089", + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17595282086", + "voter": "max-infeld" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9851137192", + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19456820263", + "voter": "joelinux" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10046055179", + "voter": "africa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "455438031", + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21722620110", + "voter": "thedarkestplum" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4476130178", + "voter": "spaninv" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-38462187734", + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1127754770", + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420746404", + "voter": "gilang-ramadhan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "280395053936", + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7588098136", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5942634411", + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "435824983", + "voter": "isyevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "evan-koser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39800482377", + "voter": "hannixx42" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "5914435217", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13896682477", + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18365716050", + "voter": "vippero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45459146332", + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "335966223361", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76337552", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25893244921", + "voter": "judyhopps" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14482555990", + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8760655807", + "voter": "btotherest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114582271319", + "voter": "loveofprofit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18032559727", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "94217032486", + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9751530187", + "voter": "hien-tran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10314944437", + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "337651149339", + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "352856067", + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3535771696", + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "352955564", + "voter": "adrimaug" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "377338168", + "voter": "budilontong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "357029012", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54904260330", + "voter": "martin-wichmann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6839802319", + "voter": "danil-zatologin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "546630011", + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "163815528652", + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48383672928", + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47650360985", + "voter": "faddat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8572732891", + "voter": "somedude" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1044514942", + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "182857841775", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "298963747", + "voter": "johnnyd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "391004887", + "voter": "lyubovnam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "952361961", + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31911585046", + "voter": "foma17" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "325059180", + "voter": "kel-henriques" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "481670440", + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29753571004", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150800832753", + "voter": "ikigai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4934547454", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19830793477", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "977340927", + "voter": "alex-hulsmeier" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26220374041", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9872233946", + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "190147604317", + "voter": "mauricemikkers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "830463816", + "voter": "erik-prestinary" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19433185664", + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67747868710", + "voter": "trevonjb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275706218", + "voter": "carlgetalada" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10614159146", + "voter": "vladon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3414652849", + "voter": "dasan-oneia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46465449604", + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "511340849", + "voter": "wisehammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12923157136", + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "292466961", + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29554903970", + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3348888962", + "voter": "arcaneinfo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3596696655", + "voter": "spikykevin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "262012373", + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "392936533", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15854538739", + "voter": "eindbas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "131360727600", + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "194495872827", + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3599767077", + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14368095193", + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1279199375", + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7853600448", + "voter": "aeico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "216832200", + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4119300361", + "voter": "riscadox" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-63462795744", + "voter": "discombobulated" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6933608090", + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "439473994", + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28205962036", + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17515831074", + "voter": "menta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6483687956", + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "315548938", + "voter": "putradham" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10301298088", + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3618699544", + "voter": "jako" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "250505290", + "voter": "yana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "242881072", + "voter": "wooomp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7773005363", + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25044450984", + "voter": "sonsy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "333655390", + "voter": "zerohero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "422818329", + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10879637050", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255419313", + "voter": "romel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "311545857", + "voter": "linkku" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "260034835", + "voter": "giveaway" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2699689371", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "285798900060", + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241377007", + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61408019829", + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2059163308", + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "658347916", + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "483978065", + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6592256138", + "voter": "spiz0r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7310239918", + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13478856288", + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2846594620", + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2402874749", + "voter": "autosmile13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3701753915", + "voter": "thovre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "237447448", + "voter": "esepinche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "229928643", + "voter": "lionelvang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9736475267", + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1516498528", + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2661508409", + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31695237924", + "voter": "w4lterwyte" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3480138147", + "voter": "perwest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5979543560", + "voter": "guywinfield" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119548882", + "voter": "yuridan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "831656716", + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4856212244", + "voter": "mastertrader777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "523819658", + "voter": "ssmmaaddeellmmaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "282202176", + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11797621218", + "voter": "showmethecoinz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2125926007", + "voter": "dyausdiu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3017052825", + "voter": "kaneen74" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15462789471", + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "44255775547", + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "406746828", + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "236627172", + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3976677154", + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "239364870", + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5929886892", + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "236218009", + "voter": "yousaywhat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24213242041", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83303582", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235454439", + "voter": "oxid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18078518905", + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3340913621", + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172421189", + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "242342368", + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1030066056", + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234664648", + "voter": "myleslumley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46943118", + "voter": "delik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2966655877", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234355463", + "voter": "maximaug" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3354986113", + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230274054", + "voter": "brainstorage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1080110553", + "voter": "slocum" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234061764", + "voter": "trismegistus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8848371610", + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3408359478", + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1365633676", + "voter": "dkpl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "747950001", + "voter": "madhatting" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116911462", + "voter": "tabascomint" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193741084", + "voter": "rules169" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "311135303", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7248168142", + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119159974", + "voter": "moviedo1992" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117672125", + "voter": "jacksongarcia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2716487696", + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1302925508", + "voter": "bagogong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "158789462072", + "voter": "gabbans" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "733452112", + "voter": "denverliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2242980837", + "voter": "skyzalimit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82562805", + "voter": "animus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "601455317", + "voter": "heltiko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222541141", + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5429596238", + "voter": "exitmass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "196798723", + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7241387581", + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116455676", + "voter": "lhl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "151010610", + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2450929040", + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17463290130", + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113904513", + "voter": "bitcoinlife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123392204", + "voter": "dieterdp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14226009", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107834582", + "voter": "sebytza05" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4768198218", + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121382854", + "voter": "rd7783" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "155789703", + "voter": "xand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61181469087", + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118197913", + "voter": "m3d098s" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1156557372", + "voter": "victoria2002" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1964932372", + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "143271262", + "voter": "alekst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "166399502", + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95160594", + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106731641", + "voter": "jchubitnet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "122010832", + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "215819935", + "voter": "iran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "301164444", + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89032299", + "voter": "politicasan2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89570389", + "voter": "sebytza055" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1889104058", + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58557202", + "voter": "turretkilo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89034601", + "voter": "atx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1487368855", + "voter": "eristoddle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66871422364", + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5097031718", + "voter": "cryptocameo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136975044", + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70320350", + "voter": "belovruslan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "94174705", + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7916632510", + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33938009431", + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "172096282", + "voter": "bahar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67765317", + "voter": "culoemono" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "358317377", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3349340088", + "voter": "phoenixmaid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "196162976", + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "844518320", + "voter": "hofman386" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4624459894", + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99636758", + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221423146", + "voter": "anandpatel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77265006", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89604039", + "voter": "iraniansteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1284429393", + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108875685", + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3415583993", + "voter": "pigatron" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "791162358", + "voter": "pseudonymouse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "212773995", + "voter": "emilyelizabeth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3824410267", + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84024582", + "voter": "fairider" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-91974704", + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108451829", + "voter": "buyselltrade" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "304911791", + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107526914", + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1137063432", + "voter": "spookypooky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "988614320", + "voter": "metaflute" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-101696257", + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7903114", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111126696", + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-64059405", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89613149", + "voter": "angelinaalba" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64055128", + "voter": "wise-brain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56536480", + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62727667", + "voter": "freeflix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61647067", + "voter": "drewdy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18228347", + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63979316", + "voter": "famousdav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "31987956", + "voter": "ozchartart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62687134", + "voter": "principalscunner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1282672687", + "voter": "lief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53662710", + "voter": "beiaandluna" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1208147554", + "voter": "planet.earth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7408125186", + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63871752", + "voter": "steemitlove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63867468", + "voter": "steemlove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62524491", + "voter": "kodijacked" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107672064", + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64969940", + "voter": "anje" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16440893788", + "voter": "xtester" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54764325", + "voter": "bogartgaming" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50433890513", + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25589929", + "voter": "belgorogdmitriy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60920797", + "voter": "zebas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60877761", + "voter": "sirnoom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "661296559", + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61744851", + "voter": "kobayashi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2517712", + "voter": "fairider1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61682621", + "voter": "dottore.chimica" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "290288839", + "voter": "antfield" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102258644", + "voter": "t3ran13" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "2744908", + "voter": "hyperbatata" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64105630", + "voter": "garyluo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "67595959", + "voter": "d3nv3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13811893", + "voter": "fireballofdoom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62746643", + "voter": "luke490" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3005156117", + "voter": "psamuelson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62723537", + "voter": "donnablacktail" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61095209", + "voter": "steemit.tips" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "139609221", + "voter": "velourex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2303034176", + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43846746", + "voter": "dedushkadiesel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62382475", + "voter": "taiger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56118798", + "voter": "only1j" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38745987", + "voter": "admin2017" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "176518402", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28590687", + "voter": "aiaconelli707" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62152861", + "voter": "jjt333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59633197", + "voter": "tristansakebow08" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57096114", + "voter": "randomblock1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63301160", + "voter": "iamjay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54572493", + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43406170", + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45795325", + "voter": "zmb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61885476", + "voter": "curls4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61821110", + "voter": "alniskobs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61820662", + "voter": "amboyst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61820229", + "voter": "cheremet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59344084", + "voter": "anarchypory" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61815084", + "voter": "angevel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61814767", + "voter": "backetri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61814359", + "voter": "chonesta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58623688", + "voter": "mythras" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61694322", + "voter": "profmat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57980446", + "voter": "ccbison" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59204714", + "voter": "makimoto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59203002", + "voter": "kalipen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60410149", + "voter": "keepcalm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35749194", + "voter": "leofirehorse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56682205", + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57765027", + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53985414", + "voter": "xxxaazzxxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61322260", + "voter": "sjj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40592878", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54761612", + "voter": "edbriv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "527071450", + "voter": "idimitrov07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50799347", + "voter": "wish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53222492", + "voter": "margarita7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "elsi" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "Be careful when sending out ETH and ETC due to replay attacks, Vitalik shares information on how to protect against them, as well as future plans for ETH:\nhttps://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/", + "body_length": 218, + "cashout_time": "1969-12-31T23:59:59", + "category": "ether", + "children": 74, + "created": "2016-07-26T14:21:42", + "curator_payout_value": "6.586 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ether\"],\"links\":[\"https:\\/\\/blog.ethereum.org\\/2016\\/07\\/26\\/onward_from_the_hard_fork\\/\"]}", + "last_payout": "2016-08-26T15:20:12", + "last_update": "2016-07-26T14:21:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59505019321004, + "parent_author": "", + "parent_permlink": "ether", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "important-news-about-using-eth-and-etc-from-vitalik", + "post_id": 270598, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Important news about using ETH and ETC from Vitalik", + "title": "Important news about using ETH and ETC from Vitalik", + "total_payout_value": "1067.633 HBD", + "url": "/ether/@blocktrades/important-news-about-using-eth-and-etc-from-vitalik" + }, + "blocktrades/introducing-the-latest-dollar-stable-coin-trade-usdlabor": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4921550602200", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1828702726812", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4848410633446", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3586035953461", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1647674807422", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3258485481833", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1404157180240", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "697964966105", + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1868696668231", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2813798148000", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1659760638461", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "201800281693", + "voter": "summon1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41118308170729", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1160259885000", + "voter": "newyo" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5182378191289", + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-7213536232808", + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1884309192036", + "voter": "samupaha" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5596584509578", + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2645696602501", + "voter": "bitcube" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5179537980810", + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1016618755244", + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4481883684458", + "voter": "roadscape" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3394363490076", + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "891079267575", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2001648914090", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4602815756051", + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203076785600", + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "629077997640", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111766500", + "voter": "egypt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111735900", + "voter": "morocco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111378900", + "voter": "bugsbunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111164700", + "voter": "chocolate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110685300", + "voter": "ahlam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109808100", + "voter": "pinkfloyd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107304000", + "voter": "banana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107237700", + "voter": "bobmarley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "661671732", + "voter": "biodragon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104167500", + "voter": "michaeljordan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10265361600", + "voter": "stan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101714400", + "voter": "alsabbah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100867800", + "voter": "alarabiya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99842700", + "voter": "binsalman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95538300", + "voter": "gandalf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "93131100", + "voter": "bryceweiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74673536161", + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123166722929", + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16148303450", + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10265487763", + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257846040176", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1214761228", + "voter": "jsc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2044400735", + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "663044169", + "voter": "cryptoprometheus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "29452313454", + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "607955421", + "voter": "jupiter00000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22744316982", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33343840771", + "voter": "mf-tzo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13661359545", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "860865690", + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "946597547", + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "388836001651", + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4057555553", + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5100030032", + "voter": "nomoreheroes7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133171597646", + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "482451525", + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "706496363", + "voter": "jamtaylor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "97076327", + "voter": "eggplant" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "644349438", + "voter": "dedmatvey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6219646895", + "voter": "cryptorune" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "33795434067", + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1629640364", + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "425301663", + "voter": "n25052016" + }, + { + "percent": "666", + "reputation": 0, + "rshares": "696750238", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2240848466", + "voter": "error" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "316662971", + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1551020558", + "voter": "aljazeera" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "345477932", + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "343802731", + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5922998699", + "voter": "the-alien" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339335033", + "voter": "gsus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21454050939", + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1524973601", + "voter": "chocolatemilk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6009855420", + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "325268972", + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257953551", + "voter": "zach-beckett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6347916529", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3636968474", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2596161024", + "voter": "tadakaluri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1520162160", + "voter": "psygot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "269517651", + "voter": "ricardopnl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26942647", + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "269608206", + "voter": "mgrand64" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "120249855", + "voter": "nicholasparr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54471032", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "245619388", + "voter": "paliboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104426495", + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118940719", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98962103", + "voter": "alexandr33" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4756941", + "voter": "steemtest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "267054635", + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "216871037", + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222460161", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "257264765", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113259624", + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38105736", + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130446158", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "126560772", + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241268308", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104208534", + "voter": "vitz81" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "1281188", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52263964", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "74184803", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60128229", + "voter": "awareness" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "### Accepting Cryptocurency for Contract Payments\n\nOne of BlockTrades' primary businesses is software development services for other cryptocurrency companies. Naturally, these companies generally prefer to pay us in cryptocurrency instead of USD dollars, but we have to pay our sub-contractors in USD dollars, so figuring out how to price a contract in crypto has often been a headache for us for several reasons: 1) our customers don't always want to pay us in the same cryptocurrency (even the same customer sometimes wants to change what crypto they pay in), 2) the price of the cryptocurrency can fluctuate a lot against the dollar and this becomes a point of potential contention as to what exchange rate should be used, and 3) converting the crypto to dollars to pay our sub-contractors costs time and money. \n\nTo alleviate these problems, we've created our own \u201cdollar-stable\u201d IOU on the BitShares distributed exchange (DEX). BlockTrades' customers can purchase TRADE.USDLABOR from our site at https://blocktrades.us and use it to pay down any USD-denominated debts to BlockTrades. \n\nOur site dynamically computes the cost of TRADE.USDLABOR versus any cryptocurrency we accept as an alternative payment for USD-priced contracts. We use pricing and liquidity information from the same exchanges that we normally use to price cryptocurrency. We peg TRADE.USDLABOR against USD Tether and add a percentage fee to account for our conversion and bank wire costs. This allows a customer to purchase TRADE.USDLABOR whenever there's a favorable rate for their crypto of choice, and then later pay us the TRADE.USDLABOR on the contract payment date, allowing them to hedge their exchange rate risk if they want.\n\n### Dollar-hedging with TRADE.USDLABOR\n\nIn fact, we also allow customers to buy cryptocurrency with TRADE.USDLABOR (here we price using approximately a 1-1 match with USD Tether as we don't have any conversion costs). So it's possible for any of our customers to use TRADE.USDLABOR as a dollar-stable coin, regardless of whether they plan to purchase service work from us. Anyone can buy TRADE.USDLABOR from us or on the BitShares DEX, then later sell it back to us at our site or sell it to a 3rd party on the DEX.\n\n### More to come soon...\n\nIt's true that we originally created TRADE.USDLABOR as a means of pricing and accepting cryptocurrency for contract payments, but as shown above, we've already found other uses our customers can make of it, such as dollar-hedging. We recently found another great use for it, but I'll talk about that in a separate post on fast conversions for Bitcoin payments.", + "body_length": 2613, + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 5, + "created": "2016-07-02T21:27:36", + "curator_payout_value": "4.711 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blocktrades\",\"bitcoin\",\"bitshares\",\"crypto-news\"],\"links\":[\"https:\\/\\/blocktrades.us\"]}", + "last_payout": "2016-08-24T15:52:15", + "last_update": "2016-07-02T21:27:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 70828023779942, + "parent_author": "", + "parent_permlink": "blocktrades", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "introducing-the-latest-dollar-stable-coin-trade-usdlabor", + "post_id": 36381, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Introducing the latest \u201cdollar-stable\u201d coin: TRADE.USDLABOR", + "title": "Introducing the latest \u201cdollar-stable\u201d coin: TRADE.USDLABOR", + "total_payout_value": "358.790 HBD", + "url": "/blocktrades/@blocktrades/introducing-the-latest-dollar-stable-coin-trade-usdlabor" + }, + "blocktrades/limited-time-sale-high-steem-power-accounts-for-serious-investors-only": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4870814423020", + "voter": "arsahk" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-1802583236023", + "voter": "faddy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5006181613394", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3620245496496", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1417791353753", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1405478707154", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2898624099786", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10356286336616", + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42891305080685", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "425850221742", + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2345937831875", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "126946989896", + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23218156919", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5851677321", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "87566351153", + "voter": "samuel-stone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "722643979218", + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21596585267", + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3376275253", + "voter": "bryner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4839749628", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9217595008", + "voter": "macrochip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "404366702", + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "205445117688", + "voter": "stino-san" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "696750238", + "voter": "murh" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-16328039877", + "voter": "glib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "238723797997", + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39703201134", + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6087407252", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9498715805", + "voter": "moch-yusuf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "368618537", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83333949859", + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26064465364", + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102694704958", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3007408607", + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "226288587157", + "voter": "kaylinart" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5067782060", + "voter": "kingofchaos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45157864416", + "voter": "awrelll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89580087195", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6347916529", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41633700986", + "voter": "thedashguy" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-30540661532", + "voter": "cheftony" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1049394455899", + "voter": "sean-king" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "6067627", + "voter": "hendry-cie-poe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4412695961", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1533765750", + "voter": "alefernandez" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5143053648", + "voter": "tadakaluri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "28995469223", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41677990195", + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3897541304", + "voter": "frankjones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12347264169", + "voter": "acassity" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-5568354368", + "voter": "uaufund" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19234445070", + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7101847457", + "voter": "nobodyishome" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "232100547", + "voter": "mikegolden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "162222459", + "voter": "nicholasparr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2686328957", + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3798775198", + "voter": "aeico" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "350720769", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222047711", + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22168993644", + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "210690863", + "voter": "mdlugopolski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "672978419", + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "174332441", + "voter": "rambogoham" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1097021094", + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4687287471", + "voter": "ash9095" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104083369", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118820619", + "voter": "avantyris785" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "376193838", + "voter": "basicstepnetwork" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "206795594", + "voter": "zerohero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9161076879", + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1030398861", + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "286928015", + "voter": "alexsandr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24792152020", + "voter": "mikemiziner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "209747057", + "voter": "straiyc" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-233954767", + "voter": "picokernel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "252717005", + "voter": "obfuscate-me" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "194296920", + "voter": "startrek99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203700246", + "voter": "brutalbro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130883767", + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "242279694", + "voter": "hestyliyanty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "149734582", + "voter": "mirspirs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "211154860", + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "47410076", + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "233504711", + "voter": "horselditty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71476992", + "voter": "vkoreshkoff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2088073351", + "voter": "blockchainbilly" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-288621475", + "voter": "toddl984" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80868013", + "voter": "steemtest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "272504730", + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "216871037", + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222460161", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "263696384", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113259624", + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "269128089", + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3049987376", + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173983768", + "voter": "eman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234050468", + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "246156019", + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130446158", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "437893148", + "voter": "denverliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "93601361", + "voter": "memes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38739851", + "voter": "edouard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249885034", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106473937", + "voter": "vitz81" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52263964", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76304368", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61731740", + "voter": "boj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "vasilii" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "If you're looking to make a serious investment in Steem right now, you've probably noticed it's difficult to buy a lot without driving the price up and increasing your entry basis. \n\nFor a limited time, BlockTrades has a solution: we are offering up for sale about half a dozen Steem accounts that have been pre-powered up with significant amounts of STEEM POWER from the early mining days of Steem. These accounts have current market valuations (as of July 9th) of between 10 and 45 BTC based on http://coinmarketcap.com valuations. We plan to sell at rates strictly based on prevailing Steem prices at time of sale with no discounts or premiums, but we reserve the right to terminate this offer at any time.\n\nAn example account for sale is:\n\nhttps://steemit.com/@ashleigh/transfers\n\nNote that these buys are handled manually, not via an automated purchase on https://blocktrades.us. We can be reached via any of the contact methods on our web site, or you can send a private message to \u201cblocktrades\u201d on steem.slack.com if you've signed up there.", + "body_length": 1047, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 22, + "created": "2016-07-10T04:24:09", + "curator_payout_value": "0.685 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"bitcoin\",\"blocktrades\",\"for-sale\",\"trading\"],\"links\":[\"http:\\/\\/coinmarketcap.com\"]}", + "last_payout": "2016-08-24T15:58:15", + "last_update": "2016-07-10T04:24:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 76754648798269, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "limited-time-sale-high-steem-power-accounts-for-serious-investors-only", + "post_id": 51771, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Limited Time Sale: High STEEM POWER Accounts for Serious Investors Only", + "title": "Limited Time Sale: High STEEM POWER Accounts for Serious Investors Only", + "total_payout_value": "71.551 HBD", + "url": "/bitcoin/@blocktrades/limited-time-sale-high-steem-power-accounts-for-serious-investors-only" + }, + "blocktrades/notifications-when-steem-account-receives-money-from-someone": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4870814423020", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7995477515823", + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42952234790328", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "628598357605", + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3470679585413", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1311391571987", + "voter": "steemychicken1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "750006607716", + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70618953349", + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "218616618459", + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21398938381", + "voter": "hcf27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207435324576", + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23218156919", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4938226866", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "193476386", + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "186368067381", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121597994728", + "voter": "psylains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "642560175", + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "404366702", + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "197259359940", + "voter": "stino-san" + }, + { + "percent": "666", + "reputation": 0, + "rshares": "696750238", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1060701226", + "voter": "dmitry" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "7583650", + "voter": "sn7w" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2706009298", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "127371854", + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1623140686", + "voter": "karbonxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "368668085", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20834966546", + "voter": "intelliguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "128181198348", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51214727092", + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80249912323", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6347916529", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4638121700", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "313521087", + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1432300375", + "voter": "alefernandez" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13604044000", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46913335455", + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9026661733", + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7993191186", + "voter": "bitcoinmeister" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "492663415", + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "247147290", + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1292369798", + "voter": "freeflowbc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "177921407", + "voter": "nicholasparr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "350782557", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1891576658", + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43941917863", + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4687287471", + "voter": "ash9095" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "201871889", + "voter": "zerohero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "219502734", + "voter": "straiyc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3726645211", + "voter": "ketchash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "522646614", + "voter": "mazainderan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5672546443", + "voter": "qamarpinkpanda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "323739720", + "voter": "kepo777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "184582074", + "voter": "startrek99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60992292456", + "voter": "jatochnietdan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "164900199", + "voter": "brutalbro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53323016", + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75861886222", + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "144904434", + "voter": "mirspirs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1425613252", + "voter": "satanic.stoner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187401954", + "voter": "rolik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105486017", + "voter": "suren0881" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "191422711", + "voter": "alex-911" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2135529563", + "voter": "blockchainbilly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "272504730", + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221690393", + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222460161", + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99306703", + "voter": "serg999" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "263696384", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113259624", + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "269128089", + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235716755", + "voter": "s0jeris" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173983768", + "voter": "eman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "246156019", + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136117730", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "238618704", + "voter": "breakfastchief" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "2323567", + "voter": "grxcii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9484006", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27783731", + "voter": "victoria2002" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "93601361", + "voter": "memes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136052830", + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "85485559", + "voter": "bakingengineer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34182222", + "voter": "edouard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7916632510", + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249885034", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "192018812", + "voter": "mikeinfla" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-98871361", + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106473937", + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-62778217", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57339338", + "voter": "naturalista" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52263964", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61087454", + "voter": "beyondzero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76304368", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61731740", + "voter": "boj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26541497", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66143394", + "voter": "darkshadow97056" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "A couple of times we've needed to reach a new customer at BlockTrades, but we only have their account name and no other contact info. Steem already has a built-in system for sending memos with money transfers that we could use to send a message, but this requires the receiver to know that he/she needs to check their wallet transfers page. \n\nIt would be really handy if there was some kind of \"notification\" display in the upper right or left corner to let people know to check their wallet page when they get new transfers from people (as opposed to for curation/posting rewards) such as a count of transfers received since the last time the page was visited.On the same note, it would be nice to have a way to filter info on the transfers page by type of payment (transfer/curation/posting/powerdown).", + "body_length": 804, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 15, + "created": "2016-07-10T23:48:42", + "curator_payout_value": "0.405 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T15:56:54", + "last_update": "2016-07-10T23:49:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 63626017302939, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "notifications-when-steem-account-receives-money-from-someone", + "post_id": 54900, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wanted: Notifications when steem account receives money from someone", + "title": "Wanted: Notifications when steem account receives money from someone", + "total_payout_value": "61.268 HBD", + "url": "/steem/@blocktrades/notifications-when-steem-account-receives-money-from-someone" + }, + "blocktrades/steem-deposits-withdrawals-re-enabled-on-openledger-for-decentralized-trading": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "24923560486005", + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "632052917841", + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42749043531836", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5102578585811", + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "615554203351", + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "143405974400", + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1022696962860", + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5458495570698", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "239998677227", + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "519414279008", + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "588336164334", + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11819118767", + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4749784653", + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2456362329864", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7458797037", + "voter": "modeprator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70408516083", + "voter": "jwest40" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "282284263897", + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60341273321", + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5977966122", + "voter": "jabberw0cky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "65401027391", + "voter": "pnc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24327391139", + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15973818952", + "voter": "jupiter00000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23691516256", + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7842274355", + "voter": "bhokor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "455866646", + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7341672609", + "voter": "makishart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10451994289", + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4511869363", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71745686665", + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "91278617469", + "voter": "jamtaylor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1346329392", + "voter": "cryptorune" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2345159469", + "voter": "mranderson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117617828482", + "voter": "forrestwillie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "418321723", + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113699313772", + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "431292297", + "voter": "algo-rythm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8712400042", + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "580605155", + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100268794946", + "voter": "limitless" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48074745696", + "voter": "evan-koser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55946622492", + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1731677488", + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "546518523", + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1045288623", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "337221953", + "voter": "calamus056" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "531207301", + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "979684776", + "voter": "error" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26583183419", + "voter": "dking7334" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "301441517450", + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102723229746", + "voter": "oscarp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70832513190", + "voter": "tinfoilfedora" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45946096903", + "voter": "btcswag" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "97321788", + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "224829598632", + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20368505640", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "948663991", + "voter": "robi-rusmana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9278749691", + "voter": "moch-yusuf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "202556217373", + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4099624697", + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "335822471", + "voter": "seymour" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50652468072", + "voter": "martin-wichmann" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80450078963", + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "535911775", + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "171241664539", + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27027094679", + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "209725677928", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "248051139526", + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "696482157", + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "405970203", + "voter": "magdalena" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-54694447900", + "voter": "jacobt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203033926767", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10112485667", + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78093275461", + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53067834099", + "voter": "business" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "450297566", + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4510755871", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "296813864", + "voter": "oleim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "297345647", + "voter": "dmitry.meshkov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13854208665", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "197466617", + "voter": "aser2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5173064116", + "voter": "saknan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4086504410", + "voter": "graystone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7243484422", + "voter": "james-mac" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "580557098", + "voter": "christoph3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5457614087", + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "278691065", + "voter": "aleksei-filonov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5016135804", + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13413349894", + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6995184361", + "voter": "karnal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213565934", + "voter": "bogdanmartiniv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "269333785", + "voter": "dasan-oneia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46914555352", + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "36973231065", + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "950691066", + "voter": "jackripper56" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9907426504", + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8398891395", + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14205126007", + "voter": "damirkatusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "277162752", + "voter": "weedor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1587419900", + "voter": "greatguardian100" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3037183294", + "voter": "akado" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "248267736", + "voter": "gerber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "290010036", + "voter": "chetlanin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "306224878", + "voter": "metropolit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3381190960", + "voter": "spikykevin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "801985507", + "voter": "lothendriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "211838241", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7597209615", + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "375937148", + "voter": "artem-sokoloff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "210566433", + "voter": "jholdsworthy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1149536451", + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1125526241", + "voter": "romanskv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240746142", + "voter": "femmsanya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105290480", + "voter": "stijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240046593", + "voter": "silvano22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3113631233", + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130589211", + "voter": "odirlei" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3758450723", + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51433111080", + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243966928", + "voter": "haquto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19526614281", + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8719545658", + "voter": "ozcap" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "314223733", + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "779565056", + "voter": "cultura.bitcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "196680049337", + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2793686581", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "315649548", + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "26017043979", + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235337803", + "voter": "bolanath" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "200953065", + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "244327431", + "voter": "davidgriffin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18857004157", + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "902655142", + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "233745463", + "voter": "wenden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "310615565", + "voter": "krispy123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1002788824", + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103779755", + "voter": "katz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "238799558", + "voter": "giveaway" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80797393760", + "voter": "jatochnietdan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "285386518", + "voter": "thenerdydeviant" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "206665546", + "voter": "jerseymason" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130950158", + "voter": "brutalbro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "166773071", + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "232613994", + "voter": "vividani" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "313727447", + "voter": "dilzeem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4771871516", + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "227260928", + "voter": "mesalex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "45969170627", + "voter": "crypt0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "450213548", + "voter": "reb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2395723078", + "voter": "lovenugz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35706780200", + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2164144714", + "voter": "satanic.stoner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235460977", + "voter": "anfisa75" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3022527299", + "voter": "cryptoscope" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39338185038", + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12956440266", + "voter": "ethereums1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1055789640", + "voter": "nioctib" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43224733", + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "187645167", + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70199615", + "voter": "warplat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38786038670", + "voter": "wesam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9265956133", + "voter": "pino" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "177131193", + "voter": "aleksandrm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "196616943", + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1393084844", + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "203098607", + "voter": "majestymage" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243400810", + "voter": "cherish" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130377711", + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235868509", + "voter": "murderistic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40372537", + "voter": "vkoreshkoff" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "4766369", + "voter": "toddl984" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "128437969", + "voter": "rdwn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23369244818", + "voter": "w4lterwyte" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1626009948", + "voter": "niquebs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10417555632", + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "502552279", + "voter": "ssmmaaddeellmmaa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13907699138", + "voter": "showmethecoinz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241686246", + "voter": "lesssgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1795971820", + "voter": "thelindvall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "184718073", + "voter": "pet1000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240967819", + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99427265", + "voter": "volcano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4991569307", + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1323394984", + "voter": "mjgrae" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243859492", + "voter": "edrivegom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2462921364", + "voter": "frankenstein" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231873072", + "voter": "darkstormrise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "236548901", + "voter": "fogspam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222428072", + "voter": "spirit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "244642125", + "voter": "christiaan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "947957979", + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "160748811", + "voter": "alinasunshine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "222193329", + "voter": "stevridie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2169065305", + "voter": "dyausdiu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "236293425", + "voter": "msevoe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "30736521859", + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231399019", + "voter": "doublefaith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "212402614", + "voter": "overtheline" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "312408021", + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240711946", + "voter": "cleanshave" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "231328262", + "voter": "xema2110" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24049249", + "voter": "ames" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141574530", + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "275437959", + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "212687238", + "voter": "artistben7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235828086", + "voter": "alvanlev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "10842019199", + "voter": "agentorange" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240465532", + "voter": "alan-travel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11133677762", + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4101954970", + "voter": "drobby" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "216762252", + "voter": "dnair28" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2394809345", + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1411209993", + "voter": "vorsseli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "233605721", + "voter": "taggley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52405512", + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3640017470", + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173973647", + "voter": "kubiiktop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "240527301", + "voter": "s0jeris" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "384376517", + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "202103815", + "voter": "micden" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136299864", + "voter": "starlord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42297921", + "voter": "status" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1002322809", + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "183529035", + "voter": "m34ndy0u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140732080", + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "239404283", + "voter": "mariagon44pe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "215927433", + "voter": "hichman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "168977038", + "voter": "berkut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234664648", + "voter": "myleslumley" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-239296065", + "voter": "sbq777t" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "154801945", + "voter": "delik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "182477613", + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "173446128", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3126237060", + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "281299414", + "voter": "bogdanco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "305343057", + "voter": "ndell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "206080930", + "voter": "roniiskandar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234181628", + "voter": "lenar79" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117089983", + "voter": "bugadu96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "215423216", + "voter": "willytrader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "168583281", + "voter": "ranajit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "220087256", + "voter": "masongrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "234602960", + "voter": "mosab" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249183068", + "voter": "igorduarte" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "246156019", + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "501676833", + "voter": "dkpl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114625530", + "voter": "musical" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115707008", + "voter": "kovalserge" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "32732584", + "voter": "stereolubov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115078045", + "voter": "creding" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116871610", + "voter": "followmetotravel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92182218", + "voter": "solen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130446158", + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109836291", + "voter": "dev00100000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109105822", + "voter": "baz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123171262", + "voter": "otsuika" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53708207", + "voter": "csrolex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "840543034", + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112055008", + "voter": "xcachemoney" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112047312", + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "116718808", + "voter": "freefolk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "585321660", + "voter": "sanbir" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "588658395", + "voter": "heltiko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107271191", + "voter": "gitagolf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123383140", + "voter": "meteor0" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136336354", + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "969980936", + "voter": "skorss" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3687402567", + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "97822703", + "voter": "karawalla" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119198260", + "voter": "veryhype" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "128097589", + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76806986", + "voter": "alexx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1640435717", + "voter": "exyle" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119983064", + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113954545", + "voter": "sunnywells" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "102270022", + "voter": "nbogdan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113871044", + "voter": "mephdxa21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109207679", + "voter": "grxcii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113854498", + "voter": "tasteless-funny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18587696", + "voter": "bitlord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "119174578", + "voter": "pandawabright" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118392473", + "voter": "s-sfs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9285286", + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109080542", + "voter": "nick94" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81222046", + "voter": "dmitriybtc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115986679", + "voter": "richard013" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113613241", + "voter": "mlshrapnel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106655133", + "voter": "chad123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113608456", + "voter": "pollack16" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95174043", + "voter": "slava" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76502415", + "voter": "mathiascl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108908440", + "voter": "bithost99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113502888", + "voter": "maykl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "43990907", + "voter": "victoria2002" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115709365", + "voter": "george-goya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69361048", + "voter": "andrey123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148737145", + "voter": "guyber71" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113286573", + "voter": "gmikeska07" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "118932207", + "voter": "wizard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113262813", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95941395", + "voter": "memes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25441866", + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80830989", + "voter": "kottai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80784249", + "voter": "kakoywhich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117573842", + "voter": "shierly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109974560", + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112936263", + "voter": "moksha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101363817", + "voter": "punchplump" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136052830", + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "101329083", + "voter": "yorg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103575535", + "voter": "junglepancake" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "48332565", + "voter": "mikeoleksyuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22999820", + "voter": "kindmorning" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114984633", + "voter": "tomatpasser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "87383281", + "voter": "thimo1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114948493", + "voter": "coinmaster4you" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114939043", + "voter": "tolyn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108029721", + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110283580", + "voter": "rpm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103354921", + "voter": "whatissteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103348428", + "voter": "makarovbg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112509639", + "voter": "zebas19" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "117086553", + "voter": "antoinehy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110156432", + "voter": "frosbik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110153684", + "voter": "maloi2092" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112448244", + "voter": "daniele.ceravolo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "78021756", + "voter": "maxikingstealer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112431174", + "voter": "sporklin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "77290743065", + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75717142", + "voter": "rufai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112427385", + "voter": "mxo8" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114702166", + "voter": "withmess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110095401", + "voter": "echomilowy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112386375", + "voter": "jameswoods" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110044142", + "voter": "cryptocameo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114603240", + "voter": "aprabhakar3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9162719", + "voter": "bitcoin-news" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "107622865", + "voter": "hielkd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114483885", + "voter": "chancebristow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114448674", + "voter": "chadv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112152025", + "voter": "eilondo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109843966", + "voter": "nico799" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114315727", + "voter": "beastmastermason" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109680126", + "voter": "dwaynejohnson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109607321", + "voter": "marine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109558876", + "voter": "islandboy198" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "93478611", + "voter": "geras1955" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38739851", + "voter": "edouard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "104768543", + "voter": "steemerman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "95615309", + "voter": "marriedbear" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "208024358", + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249885034", + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109887037", + "voter": "shinigamis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "111273416", + "voter": "oldman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80243542", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "680558454", + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110434569", + "voter": "cryptoz" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-101696257", + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71167780", + "voter": "aleks123rus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "108739340", + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-64059405", + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53538695", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62360109", + "voter": "beyondzero" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76304368", + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62991572", + "voter": "boj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19471139686", + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40592878", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50973459", + "voter": "jayseedubya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50967187", + "voter": "brucy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "gavicrane" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "OpenLedger temporarily disabled Steem deposits and withdrawals during the hack of steemit, but it is once again accepting Steem deposits for trading against Bitcoin, BitShares, Ether, and other popular cryptocurrencies.", + "body_length": 219, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 39, + "created": "2016-07-15T11:04:21", + "curator_payout_value": "18.204 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"bitshares\",\"openledger\",\"bitcoin\",\"ether\",\"crypto-news\"]}", + "last_payout": "2016-08-25T14:59:45", + "last_update": "2016-07-15T11:04:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88844934141867, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "steem-deposits-withdrawals-re-enabled-on-openledger-for-decentralized-trading", + "post_id": 85154, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Deposits/Withdrawals re-enabled on OpenLedger for Decentralized Trading", + "title": "Steem Deposits/Withdrawals re-enabled on OpenLedger for Decentralized Trading", + "total_payout_value": "1787.077 HBD", + "url": "/steem/@blocktrades/steem-deposits-withdrawals-re-enabled-on-openledger-for-decentralized-trading" + }, + "blocktrades/updates-to-bitshares-withdrawal-functionality-new-release-of-bitshares-gui-wallet": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4713847500582", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1130270825934", + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1803449920694", + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1318159345013", + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1242724187195", + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "428830476362", + "voter": "erihn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4843495994556", + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3503521872514", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1624963416015", + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3181331232435", + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1306198930218", + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "939956421576", + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "570601723485", + "voter": "arroyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "300832004601", + "voter": "back" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1359750506549", + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "456901929553", + "voter": "bendixen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "463432276642", + "voter": "benita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "306506209605", + "voter": "bess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243950647527", + "voter": "blanche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121681699325", + "voter": "cherly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1806274233605", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "303662781656", + "voter": "galel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121681636470", + "voter": "gamath" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "181394168679", + "voter": "bottai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1345685080987", + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2811155183859", + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1603960485700", + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "458785378016", + "voter": "lessys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "986189295706", + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121681657422", + "voter": "cleta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420227009900", + "voter": "kevtorin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121676658870", + "voter": "nerivyre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "304673416183", + "voter": "janaraeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121676679822", + "voter": "kayana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "420226632772", + "voter": "kriborin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121676763628", + "voter": "panword" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "42232057996286", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "515111506681", + "voter": "alpha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "179863658408", + "voter": "omega" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3112718463835", + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2310485281520", + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "368452397343", + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "446324632158", + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1010079017947", + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "307682698401", + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "815659603496", + "voter": "cyrano.witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148245479884", + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4298272855", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5215215291", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1295586491", + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2559958956551", + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70722721206", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3159296279", + "voter": "chloe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3165059657", + "voter": "jen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21882076245", + "voter": "danknugs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "253415697790", + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2304716226", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "371590071", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "123098129100", + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41522944712", + "voter": "jason" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "66832028", + "voter": "kelly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9312317921", + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2900336999640", + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54412482410", + "voter": "rnglab" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "241552967295", + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "855500837", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "178897825543", + "voter": "markopaasila" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1582371913", + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2561612271785", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "489422883", + "voter": "sophia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "777252775971", + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "124627202993", + "voter": "team" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "338943850082", + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103475362841", + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "515713783", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "268475509230", + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1187247639", + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "580129941", + "voter": "matt-johnson" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "414144126956", + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4906181624", + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19375120586", + "voter": "blackjincrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3814285698", + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "141778358743", + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "37146377038", + "voter": "gottahaveit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "504340060", + "voter": "donggyun-hahm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4339808047", + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6201501193", + "voter": "fran2k" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "68603513571", + "voter": "idealist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "427610269", + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "882034494928", + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5041250256", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1012804295", + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "251726233088", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "224774361724", + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9132303485", + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13559304555", + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "597930159", + "voter": "n25052016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2437573110", + "voter": "cian.dafe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "227376250457", + "voter": "stino-san" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1394467935", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "403371300553", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24062838220", + "voter": "james1337" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "139087549", + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1986327276", + "voter": "verelst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1595083112", + "voter": "cm-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "334808373", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106797571679", + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99994829461", + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3116302124", + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3124735082", + "voter": "imyao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17947428064", + "voter": "chris-bell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6085797699", + "voter": "kingofchaos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "raff-delfin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80720364068", + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255773268717", + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "140047417731", + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4934547454", + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "121491922497", + "voter": "vollumc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1023719459", + "voter": "alex-hulsmeier" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84994976453", + "voter": "truthtaco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1009510910", + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2357947181", + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1387577221", + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2430496129", + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8118694381", + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2114309829", + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3716785636", + "voter": "steskoff" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1999972194", + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1162899550", + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3598004391", + "voter": "ydm6669" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1895101686", + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4366965736", + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39677589860", + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11093831898", + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2000188767", + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "799752061", + "voter": "lontong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20001701155", + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "130942223862", + "voter": "chhayll" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1474592731", + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "149027894", + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1368663409", + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20543103201", + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "110409776", + "voter": "adamgud" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-1420816590", + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "264811001", + "voter": "field" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "345776343", + "voter": "wintrop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "249654342", + "voter": "hammurabi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21021082526", + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "308595308", + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76220806908", + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "570906024", + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "540999654", + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "673976561", + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "251475319", + "voter": "eggstraordinair" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9688777798", + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1706778919", + "voter": "gazm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1272150490", + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27663419779", + "voter": "w4lterwyte" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18669091786", + "voter": "showmethecoinz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2818433100", + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49704426043", + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "264442178", + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5326605195", + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "25648867531", + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "235530571", + "voter": "chillipepper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "99174624", + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4268533750", + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64752980229", + "voter": "manthostsakirid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1197663300", + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1573968444", + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "408394695", + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2504026093", + "voter": "pinklee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "229585515", + "voter": "sarpton2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "298574872", + "voter": "lenar79" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "229501589", + "voter": "juliap4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2055369519", + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3409310156", + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114615278", + "voter": "akc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "492574518", + "voter": "syre7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "321172172", + "voter": "rules169" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8068545618", + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "577780059", + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "100186528", + "voter": "lucypier" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "133244656", + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "548863478", + "voter": "bola" + }, + { + "percent": "0", + "reputation": 0, + "rshares": "50460167", + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "712867681", + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4466801315", + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5800560043", + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53467107", + "voter": "williamger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "97602504", + "voter": "nickstevens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "617150660", + "voter": "cliro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "113844682", + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80963719731", + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150059624", + "voter": "meteor78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17558855678", + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "915763361", + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "176135894", + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89787552", + "voter": "kindmorning" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "63475436898", + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35425595436", + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13211384712", + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "629612506", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2052851788", + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59463015", + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2496816412", + "voter": "logic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "546235049", + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "545768868", + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "308295169", + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19517675418", + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81768868", + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "112092878", + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "150657714", + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "162987507", + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "716377320", + "voter": "mar1978co" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-95040528", + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "861039467", + "voter": "dirty.hera" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "887527463", + "voter": "metaflute" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": "-101696257", + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "840272375", + "voter": "litrbooh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41744870058", + "voter": "chicana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5442900339", + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9473355", + "voter": "thegodfather" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "349685653", + "voter": "thedon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "46330065", + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14194589924", + "voter": "magicmonk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62549808", + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "772372627", + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4197678335", + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "387475804", + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "185420462", + "voter": "littleboo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4009345922", + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6567649031", + "voter": "mrweed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6801595730", + "voter": "denisoi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2921435505", + "voter": "thedailyhobbyist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "223856333", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13929767", + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54459305", + "voter": "zmb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3911297344", + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "914892854", + "voter": "dercoco" + }, + { + "percent": "10", + "reputation": 0, + "rshares": "1242080", + "voter": "dotersvilic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54240157", + "voter": "leofirehorse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40678580", + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2464443", + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2458086", + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20484992", + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61674304", + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "502596799", + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8082451", + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "152662909", + "voter": "robok" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "278467246", + "voter": "lightsplasher" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60293322", + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "965335704", + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59668352", + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59524198", + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7574213554", + "voter": "deepsynergy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59616809", + "voter": "kensy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80383749", + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1423005250", + "voter": "stylo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53397889", + "voter": "talrasha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4990559", + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "38950452", + "voter": "eternal" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "69368761", + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59279311", + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57716649", + "voter": "titan792008" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57289213", + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58686683", + "voter": "honore" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59480365", + "voter": "neglect" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "250358809", + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60782339", + "voter": "mrgrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "59471648", + "voter": "goblu96" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54421327", + "voter": "tolik8080" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57509365", + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1170410", + "voter": "cryptogaijin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "520838476", + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55825002", + "voter": "mister.burger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56976820", + "voter": "jetfighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56966253", + "voter": "nachosupreme" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55800688", + "voter": "tinnyhippo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56957672", + "voter": "dunkin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53436382", + "voter": "metu2222" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54145299", + "voter": "carfreak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "579447744", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56017000", + "voter": "odubinkin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53942218", + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "359455883", + "voter": "denmark9560" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9994172632", + "voter": "yangyang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "timalex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "0", + "voter": "elsi" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "BlockTrades has made some improvements to the withdrawal/deposit functionality for the BitShares GUI wallet (several specifically for Steem users):\n\n* The user's browser now keeps a local cache of previous withdrawal addresses for each withdrawal wallet type to make it easier to make repeated withdrawals to the same destination. The withdrawal address defaults to the last withdrawal address used for that withdrawal wallet type and a drop-down can be used to select from previously used withdrawal addresses.\n* The wallet GUI directly queries for supported coin types from the OpenLedger API server, which enables addition of new coin types without requiring new updates to the wallet GUI code. This will make it easier and quicker for OpenLedger to add new coins to their gateway.\n* Memos can be added when withdrawing to a wallet type that supports memos (e.g. graphene-based chains such as MUSE and STEEM). This is particularly useful when you want to send Steem, Steem Dollars, or Muse from your BitShares wallet directly to an exchange that supports these coin types, because they require a memo to be included to credit a deposit properly. To encrypt the memo on a Steem withdrawal, place a # symbol in front of the memo.\nIt's also possible to add a memo when depositing from a graphene-based chain. For example, to receive a memo with your OPEN.STEEM, send from your Steem wallet with a memo like \u201copen.steem:my_bitshares_account_name:my_memo_text\u201d.\n* If you withdraw using the memo method to a Steem wallet, you can include an encrypted memo as follows: \u201csteem:my_steem_account_name:#my_memo_text\u201d.\n* The GUI will fall back to a backup server for withdrawals/deposit API calls if the primary server is not reachable.\n* Coin names are displayed alphabetically in the deposit/withdrawal drop-down lists.\n\nThe changes are live now on OpenLedger, although you made need to press F5 to refresh your browser in order to see them:\nhttps://bitshares.openledger.info/#/", + "body_length": 1971, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitshares", + "children": 14, + "created": "2016-08-03T18:37:12", + "curator_payout_value": "31.044 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitshares\",\"openledger\",\"steem\",\"muse\"],\"links\":[\"https:\\/\\/bitshares.openledger.info\\/#\\/\"]}", + "last_payout": "2016-09-03T10:31:33", + "last_update": "2016-08-03T18:37:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 107856669650641, + "parent_author": "", + "parent_permlink": "bitshares", + "pending_payout_value": "0.000 HBD", + "percent_steem_dollars": 10000, + "permlink": "updates-to-bitshares-withdrawal-functionality-new-release-of-bitshares-gui-wallet", + "post_id": 432782, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Updates to BitShares withdrawal functionality (new release of BitShares GUI wallet)", + "title": "Updates to BitShares withdrawal functionality (new release of BitShares GUI wallet)", + "total_payout_value": "2648.409 HBD", + "url": "/bitshares/@blocktrades/updates-to-bitshares-withdrawal-functionality-new-release-of-bitshares-gui-wallet" + }, + "blocktrades/witness-report-for-blocktrades-for-last-week-of-august": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": "4452133129964", + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3347930079365", + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1726285714887", + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41813188858620", + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "682491714161", + "voter": "neogen1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "719160991840", + "voter": "hermes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "869339787758", + "voter": "hermes-miner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "495575228616", + "voter": "thorium1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "434053444139", + "voter": "thorium2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4697279856834", + "voter": "datasecuritynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "514180346497", + "voter": "bunkermining" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "221581170880", + "voter": "bitshares.org" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "146591489330", + "voter": "blockchainbunker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52738842150", + "voter": "blocktech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13825270658", + "voter": "neominer2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "219729210991", + "voter": "abderus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9546643452", + "voter": "olympus-steemy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "243044692309", + "voter": "hephaestus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "122174456875", + "voter": "aquarius.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53275834690", + "voter": "minosman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "152250453601", + "voter": "aphrodite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18552461798", + "voter": "hotels.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15317221370", + "voter": "aries.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "88259833056", + "voter": "rabbitminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24917880008", + "voter": "insurance.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "109365919601", + "voter": "fund.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14691159754", + "voter": "heracles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "21744299764", + "voter": "bunkerchainlabs" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1578139406271", + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3099652417", + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3763074284", + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "697396740", + "voter": "bunny" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "121034828064", + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54061991440", + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1761307954", + "voter": "tigerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1661153383", + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "213676452", + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106094458746", + "voter": "bonapartist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "397777330211", + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "82318728872", + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "622799607", + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "967315888", + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 0, + "rshares": "54339353352", + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "183986962194", + "voter": "peerplays" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18253751025", + "voter": "apollo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11781728175", + "voter": "athena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1901768338", + "voter": "muses" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "308804003", + "voter": "perseus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39057505458", + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "288163140", + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14163869726", + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57710162697", + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "79671273407", + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12053748613", + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14840212671", + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7585639203", + "voter": "fran2k" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "394572959", + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "4612142476", + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2056240258", + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "337644202846", + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "7574954620", + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54399511314", + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71144375412", + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 0, + "rshares": "1432167555", + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "511420056899", + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "86079778116", + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34628751942", + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4516205258", + "voter": "cm-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9226433780", + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8881004054", + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "355247811628", + "voter": "taoteh1221" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": "308157454", + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "55257125634", + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "199384230823", + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4566371045", + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4123478215", + "voter": "imyao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "259753743155", + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "49805995185", + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "175556941568", + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "72536432323", + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "98112546307", + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5252094027", + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3574044706", + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8531578940", + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2169949561", + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "16019230638", + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62313648137", + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "167351034", + "voter": "ales" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5947055837", + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8304678783", + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "312162059", + "voter": "bitcoins4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3113942936", + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "13092434646", + "voter": "zer0sum" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15184044146", + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17997263619", + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "122110321617", + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "34640968499", + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2928919920", + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20714568761", + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "600144039839", + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "280941289", + "voter": "romel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230742410", + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3541565494", + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "694163904", + "voter": "rolik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "920115887", + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22782934578", + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5814842086", + "voter": "egjoshslim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2931437942", + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "197128910495", + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4987681365", + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106315234003", + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "35473018623", + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23446938211", + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8366115815", + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1282667122", + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "342458473", + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "346296964537", + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8171065447", + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11842796775", + "voter": "bycz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8561213597", + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "315366685", + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18468698221", + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "40685827297", + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5622363952", + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "337887018", + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22457506518", + "voter": "watershed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "12701705958", + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3009106599", + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "429170927", + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3409584558", + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1536398132", + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "9007506990", + "voter": "pcste" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8261152384", + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6792444700", + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2379928380", + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24268734363", + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4553010706", + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4213593276", + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27476233300", + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1684113757", + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255333503", + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "255716137", + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "147929650", + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148765015", + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "84813726", + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "982992123", + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "148377230", + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "103484220", + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "216445261738", + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "682858001", + "voter": "tobythecat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2582334157", + "voter": "sompitonov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "105208863", + "voter": "activcat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114213797", + "voter": "grin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "18598977092", + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "14847664684", + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "594131732", + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "409040091", + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "219398629", + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2318396114", + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "76805770", + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "526740676", + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "115507974", + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "15054575760", + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "125694309", + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1773664086", + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3144502568", + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "897456559", + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3900479510", + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4166705112", + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1023476036", + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51143991", + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "64035836", + "voter": "igorphoto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "41431930732", + "voter": "allasyummyfood" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4025001582", + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52102443", + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "23338522810", + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "22433530499", + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27760401783", + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "20534198290", + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4461175827", + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5119772028", + "voter": "poeticsnake" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3876377655", + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "174769884", + "voter": "money247" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "11320864291", + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1873927040", + "voter": "alitas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "147366556", + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "92733638206", + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "3411045505", + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "157606858", + "voter": "agussudaryanto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2382545829", + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "688331698", + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51868121", + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52502611", + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50828873", + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50521096", + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1468068813", + "voter": "quantumanomaly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62800646", + "voter": "hysmagus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "233196315", + "voter": "naifaz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50390768", + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1642789677", + "voter": "mrdsoft" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1588889351", + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "273860901", + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "39082799117", + "voter": "salva82" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4297084405", + "voter": "milaoz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "230299622", + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58277489", + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "61696026", + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "27919398660", + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1391097404", + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81449765708", + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "114992597", + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51153233", + "voter": "jarvis" + }, + { + "percent": "1400", + "reputation": 0, + "rshares": "1707313866", + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50692212", + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71551855", + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "60661014", + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1125097049", + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2332474309", + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "71522641678", + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "57156522", + "voter": "ej2000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50684643", + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50682252", + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50680459", + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50677748", + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50673817", + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "86278476997", + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58816907", + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8756590898", + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "4080936853", + "voter": "mada" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50311250", + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "17449013254", + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2852794595", + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52691526785", + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "521177843", + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "58064982", + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6044404682", + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "6671849990", + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50416427", + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2273037363", + "voter": "fat-like-buddha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1253463043", + "voter": "daniel030" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "89452422", + "voter": "jtstreetman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "710134987", + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "83059481", + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1318046765", + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50588612", + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "19097202616", + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50593879", + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50271139", + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53914923", + "voter": "osame066" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "51033798", + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56493128", + "voter": "triplep" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2914086421", + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50712038", + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50710305", + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "200695446", + "voter": "ratidor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "422140583", + "voter": "shieha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50356354", + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54632424", + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50065875", + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50059754", + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50054445", + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "998189412", + "voter": "mbroek1983" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "24770721231", + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "8842903950", + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50825587", + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "54012814", + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53990613", + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50639382", + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53764342", + "voter": "dr-who" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53240167", + "voter": "catsmart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "106768414", + "voter": "dr-house" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50377764", + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53531096", + "voter": "imc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "52332195", + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1332516664", + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "5275329238", + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "70218237", + "voter": "whatsup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "643906514", + "voter": "nataliadobrick" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "56560766", + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1918907925", + "voter": "ekaterinka" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "62362821", + "voter": "roman-dikanev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50441122", + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "207163446", + "voter": "terrano" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "2913900118", + "voter": "pakganern" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "53247190", + "voter": "omega1960" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1011472794", + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "50433760", + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "198173350", + "voter": "vetvso" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1527548069", + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "339045960", + "voter": "julia26" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1292332892", + "voter": "peaceloveliberty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "162089082", + "voter": "simbafire" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "75952648", + "voter": "timalex" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "81556444", + "voter": "brainup" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "80697914", + "voter": "silverbackjonz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "1309209290", + "voter": "expedition" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "416094341", + "voter": "anasz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "129628407", + "voter": "elsi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "128966618", + "voter": "jasonxg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "159281919", + "voter": "steemitgee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": "136784207", + "voter": "pathtomydream" + } + ], + "author": "blocktrades", + "author_reputation": 0, + "beneficiaries": [], + "body": "<html>\n<p>I had decided to stop posting these, since my last post was getting flack from some of the other witnesses (see comments in my previous witness post for details), but a couple of other people have since commented asking me to resume posting, so I've decided to start posting these again anyways. If other whales want to downvote these posts, so be it, I suppose my reputation score can stand the hit.</p>\n<p>Depending on how much I have to say at any given time, these posts may not be strictly weekly. Over the next two weeks, I have a really busy schedule related to <a href=\"http://www.peerplays.com/\">Peerplays project</a> deadlines, so I probably won't post during that time unless something important comes up.</p>\n<p>One thing I did like about making these posts weekly is it was a nice way to keep track of where my time goes. Two weeks have gone by, and it's already hard for me to remember exactly what we worked on during that time. I used to think I have a really great memory, but it seems to work better for facts/figures than for daily events, especially when my days tend to consist of jumping back and forth between a lot of different tasks. Sometimes I long for the days when I could just focus on one task for a long stretch of time. But it's hard to report on those tasks too, since then you sometimes struggle to say more than \u201ccontinued work on x\u201d unless you can figure out some nice way to describe your sub-goals in a way that makes sense to anyone besides yourself.</p>\n<h3>What I remember of the last week or so...</h3>\n<p>Not surprisingly, the thing I remember best is what I've done in the past few days. We've just added some new Steem-related trading pairs to <a href=\"https://blocktrades.us\">BlockTrades</a>:</p>\n<p>STEEM \u2192 ETH</p>\n<p> STEEM \u2192 DOGE </p>\n<p>STEEM \u2192 DASH </p>\n<p>STEEM \u2192 LTC </p>\n<p>(we already had the other direction for these pairs)<br>\nNew bidirectional paths for Steem Dollars: </p>\n<p>SBD <-> ETH</p>\n<p>SBD <-> DOGE</p>\n<p>SBD <-> DASH</p>\n<p>SBD <-> LTC<br>\nWe'll also be adding support for some new coins soon and we'll add Steem/SBD pairs for those coins too.</p>\n<h3>The Politics of Steem</h3>\n<p>On the political side of Steem, the debate continues as to where Steem and Steemit should \u201cgo\u201d next. I continue to oppose to what I consider premature \u201ctinkering\u201d to the voting and curation system. The most recent case of this is <a href=\"https://github.com/steemit/steem/issues/323\">https://github.com/steemit/steem/issues/323</a>. At the very least, as suggested by some other witnesses, I think the threshold for such a vote should be more than a majority (at least 2/3 of all witnesses, for example). I've also heard several other curation-related proposals which I don't think have yet made it to the stage of github issues, but I haven't heard any yet that I think have a solid story to support them: they seem more like experiments to me, and I think experimenting with the heart of the value proposition for Steem Power is a risky operation.</p>\n<p>Instead of tweaking the curation system, I'm still advocating for more changes to the front-end of Steemit. This is because I believe that Steem is first and foremost an open, decentralized social media platform and that the user experience is more important than the rewards system. The platform should be easier to join, doing things like adding images, audio, and video should be extremely easy for novice users, the tagging system should work better, there should be more ways for users to interact with each other, there should a clear place on the Steemit site to get help and find information about site usage, and the latest revision of the post editor feels terrible to me (this is the first big post I've made using this version so I hadn't noticed it till now, but ultimately I resorted to editing this post in a separate editor using raw HTML). Everyday billions of people use social media sites that are tightly controlled by the site owners and who pay nothing to their users. If we focus on adding the types of features those sites already have and keep our system open and free, with the chance for rewards, I think we're sitting on a winning combination.</p>\n<p>I do believe that the rewards system is an important force for attracting new users, but I think it's inevitable that not everyone is going to be able to make lots of money by authoring articles. First, most people aren't great writers (I hope this point isn't too controversial). Second, non-native English speakers are at a distinct disadvantage when trying to write English articles and the majority of powerful voters read English.</p>\n<p>One way that we can spread rewards around to users that aren't great English writers is to accept the idea that finding good articles and translating articles written in other languages is a useful function, as long as proper attribution is given to the original source. And if we're willing to give decent rewards to such posts, I think we will reduce the cases of unattributed copy-paste posting. Note, this doesn't require any changes to the code of Steem or Steemit, this is just a proposal for a cultural change.</p>\n<h3>Final Note</h3>\n<p>I met with the Steem team for lunch last week, and I was pleased to see they had added two new members to the team, including a new front-end web programmer. But I still think they can use more web guys, so if you're a skilled javascript programmer, I hope you will consider sending your resume to Ned. I think they generally favor employees who are willing to relocate, but if you're a rockstar maybe you can negotiate the point if it's an issue for you.</p>\n</html>", + "body_length": 5709, + "cashout_time": "2016-10-02T06:01:12", + "category": "witness-category", + "children": 55, + "created": "2016-09-01T00:16:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"witness-category\",\"blocktrades\",\"steemit\"],\"links\":[\"http:\\/\\/www.peerplays.com\\/\",\"https:\\/\\/blocktrades.us\",\"https:\\/\\/github.com\\/steemit\\/steem\\/issues\\/323\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T00:18:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69528308094633, + "parent_author": "", + "parent_permlink": "witness-category", + "pending_payout_value": "493.574 HBD", + "percent_steem_dollars": 10000, + "permlink": "witness-report-for-blocktrades-for-last-week-of-august", + "post_id": 818616, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness Report for BlockTrades for last week of August", + "title": "Witness Report for BlockTrades for last week of August", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@blocktrades/witness-report-for-blocktrades-for-last-week-of-august" + } + }, + "discussion_idx": { + "": {} + }, + "feed_price": { + "base": "0.637 HBD", + "quote": "1.000 HIVE" + }, + "props": { + "head_block_number": 5000000, + "last_irreversible_block_num": 4999980, + "sbd_interest_rate": 1000, + "sbd_print_rate": 10000, + "time": "2016-09-15T19:47:21", + "total_vesting_fund_steem": "149190428.013 HIVE", + "total_vesting_shares": "448144916705.468384 VESTS" + }, + "tag_idx": { + "trending": [] + }, + "tags": {} +} diff --git a/hivemind/tavern/condenser_api_patterns/get_state/blocktrades.pat.json b/hivemind/tavern/condenser_api_patterns/get_state/blocktrades.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..b6cb0295d78bcf13754343492166caf31e98da51 --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/blocktrades.pat.json @@ -0,0 +1,23824 @@ +{ + "accounts": { + "blocktrades": { + "blog": [ + "blocktrades/witness-report-for-blocktrades-for-last-week-of-august", + "blocktrades/blocktrades-witness-report-for-3rd-week-of-august", + "blocktrades/blocktrades-witness-report-for-2nd-week-of-august", + "blocktrades/how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc", + "blocktrades/updates-to-bitshares-withdrawal-functionality-new-release-of-bitshares-gui-wallet", + "blocktrades/important-news-about-using-eth-and-etc-from-vitalik", + "blocktrades/blocktrades-has-re-enabled-steem-dollars-to-bitcoin-pair", + "blocktrades/steem-deposits-withdrawals-re-enabled-on-openledger-for-decentralized-trading", + "blocktrades/exchange-help-how-to-reliably-broadcast-transactions", + "blocktrades/notifications-when-steem-account-receives-money-from-someone", + "blocktrades/limited-time-sale-high-steem-power-accounts-for-serious-investors-only", + "blocktrades/blocktrades-adds-support-for-steem-dollars-greater-than-bitcoin-and-more", + "blocktrades/bitcoin-payments-accepted-in-20s-soon-to-be-6s", + "blocktrades/introducing-the-latest-dollar-stable-coin-trade-usdlabor", + "blocktrades/blocktrades-supports-buyingselling-dao-coins-without-exchange-risk", + "blocktrades/dao-gateway-on-openledger-is-fully-operational", + "blocktrades/blocktrades-wants-to-buy-your-digixdao-dgd", + "blocktrades/blocktrades-now-offering-steem-power-for-cryptocurrency", + "blocktrades/bug-in-web-wallets-implementation-of-memo-encryptiondecryption-fix-available-but-will-break-some-legacy", + "blocktrades/i-find-steemit-posts-with-summariesanalysis-of-3rd-party-content-more-compelling" + ], + "comments": [], + "created": "2016-03-30 00:04:33", + "feed": [], + "json_metadata": "{\"profile\":{\"name\":\"\",\"about\":\"\",\"website\":\"\",\"location\":\"\",\"cover_image\":\"\",\"profile_image\":\"\"}}", + "name": "blocktrades", + "net_vesting_shares": 0, + "post_count": 355, + "recent_replies": [], + "reputation": 70486967561347, + "transfer_history": [] + } + }, + "content": { + "blocktrades/bitcoin-payments-accepted-in-20s-soon-to-be-6s": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4921550602200, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1828702726812, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4848410633446, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3657756672530, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1647674807422, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3258485481833, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1432240323845, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 684005666783, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1906070601595, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 6933196684261, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2871222600000, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1692955851230, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 13575130773408, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 206004454228, + "voter": "summon1" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 41118308170729, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 13270505121655, + "rshares": 54778803267946, + "voter": "ned" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 4314167746925, + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 51047995307721, + "rshares": -7045779576231, + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 1049211085828, + "rshares": -5596584509578, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 16685610555705, + "rshares": 20070233210045, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 4600482701316, + "voter": "kushed" + }, + { + "percent": "-10000", + "reputation": 20297981245452, + "rshares": -5179537980810, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 997970858823, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 1930856901658, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 9510507624851, + "rshares": 173324319565, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 632561405036, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109545000, + "voter": "morocco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107655000, + "voter": "pinkfloyd" + }, + { + "percent": "10000", + "reputation": 1250001478305, + "rshares": 106727906621, + "voter": "bonapartist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102125000, + "voter": "michaeljordan" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 217596299369, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 268589625183, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 5992588876858, + "rshares": 4193339149, + "voter": "hcf27" + }, + { + "percent": "10000", + "reputation": 51006025081420, + "rshares": 118620536612, + "voter": "clains" + }, + { + "percent": "10000", + "reputation": 1963822010265, + "rshares": 7603686148, + "voter": "modeprator" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 2044400735, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 254955012957, + "rshares": 10251375572, + "voter": "k-rapper" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 11522771934, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 30536063288, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 9801987882919, + "rshares": 12283703833, + "voter": "jupiter00000" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 22744316982, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13661359545, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 194727158609, + "rshares": 1259086116, + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 70607217148, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 1914970430304, + "rshares": 396612721684, + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 490688471941, + "rshares": 3049502983, + "voter": "methodise" + }, + { + "percent": "10000", + "reputation": 596707334180, + "rshares": 4138706664, + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 2830877880805, + "rshares": 127949182052, + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 41145563244589, + "rshares": 34471342749, + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 1064610369820, + "rshares": 9777431922, + "voter": "africa" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 449540364671, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 1629640364, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 4118598950, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 65756963251, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 17814707827319, + "rshares": 2130785330, + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 222805053070, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 508314471, + "rshares": 652719551, + "voter": "walkingmage" + }, + { + "percent": "10000", + "reputation": 8364732813017, + "rshares": 62677099085, + "voter": "psylains" + }, + { + "percent": "10000", + "reputation": 389246900737, + "rshares": 1346304635, + "voter": "arkanaprotego" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 1387947485, + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 20925589931, + "voter": "oaldamster" + }, + { + "percent": "1133", + "reputation": 2902053059801, + "rshares": 1045269778, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 3211087232972, + "rshares": 8225623561, + "voter": "btotherest" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 28279732029, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 110886971861, + "rshares": 362526546, + "voter": "flenger" + }, + { + "percent": "10000", + "reputation": 475074648083, + "rshares": 347685794, + "voter": "robi-rusmana" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 352387490, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 347683376, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 1279613734, + "rshares": 535911775, + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 62345041692781, + "rshares": 86101838722, + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 40442347539, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 2733362192608, + "rshares": 37100660719, + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 809336750127, + "rshares": 264402390, + "voter": "zach-beckett" + }, + { + "percent": "10000", + "reputation": 1945135717715, + "rshares": 304274559, + "voter": "foma17" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 6347916529, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": -69986735459, + "rshares": 3647807374, + "voter": "timur-yusupov" + }, + { + "percent": "10000", + "reputation": 48542961182602, + "rshares": 581703572877, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 840377473305, + "rshares": 1503691912, + "voter": "alefernandez" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 30066063238, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 3140041017755, + "rshares": 6238412686, + "voter": "ricardopnl" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 108176539, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 6127015005793, + "rshares": 264224870, + "voter": "scrawl" + }, + { + "percent": "10000", + "reputation": 5686398017254, + "rshares": 41677990195, + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 2503881173561, + "rshares": 258783680, + "voter": "nineyards" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 214000885, + "voter": "ilikepics" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 104426495, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 39218698377, + "rshares": 77560750, + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 280882400672, + "rshares": 47410076, + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 3740475854096, + "rshares": 3113243498, + "voter": "egjoshslim" + }, + { + "percent": "10000", + "reputation": 441450084787, + "rshares": 4756941, + "voter": "steemtest" + }, + { + "percent": "10000", + "reputation": 3233138520, + "rshares": 267054635, + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 27031203647, + "rshares": 216871037, + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 222460161, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 257264765, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 281130575348, + "rshares": 113259624, + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 11450220486, + "rshares": 269128089, + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": -44305271368, + "rshares": 117434757, + "voter": "creativ" + }, + { + "percent": "10000", + "reputation": 2636745073, + "rshares": 173983768, + "voter": "eman" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 130446158, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 99864600019, + "rshares": 166799274, + "voter": "superfish" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 9484006, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": -1534229402682, + "rshares": 126560772, + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 249885034, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 106473937, + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": -4655951946, + "rshares": -62778217, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 52263964, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 74184803, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 386813325, + "rshares": 44557613, + "voter": "zmb" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 15324417354, + "rshares": 3431276569, + "voter": "raul83" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "I think most Bitcoin users will agree that one of the most annoying aspects of buying things with Bitcoin is the slow confirmation times. Theoretically, on average it takes about 5 minutes for one bitcoin block confirmation and ~30 minutes (6 confirmations) for a payment to be \u201cfully confirmed\u201d. But practically speaking, it often takes much longer for just one confirmation nowadays, because blocks are starting to run out of room to fit all the transactions being created during the block interval and your transaction may not be included in the next block created after you broadcast your transaction. Now 30 minutes isn't that long compared to the time it takes to do a bank wire transfer (that takes days), but it is pretty slow compared to the time it takes to buy something with a credit card. \n\nBlockTrades acts as a \u201cbackend\u201d cryptocurrency converter for the BlockPay point-of-sales system and BlockPay recently asked us for ways that we could help them speed up acceptance of Bitcoin payments for the merchants they serve. Long term solutions include things like the lightning network (https://lightning.network/) or implementing a system that determines the \u201clikelihood\u201d that an unconfirmed transaction might never get double-spent, but we didn't have time to wait for or develop a system of this type, and we wanted something exceptionally fast.\n\nOur ultimate solution to this problem for now was to let merchants take the risk of a double-spend, similar to the way a merchant takes the risk of accepting a bad check. In essence, the merchant places a deposit with us to cover payments up to the amount it is willing to accept prior to the payments being confirmed.\n\nThe next question facing us was how to handle such deposits. We wanted merchants to be able to monitor and increase or decrease their deposit amount at any time. We also needed a simple way they could see whenever we had to debit from their deposit because of a double-spend by one of their customers. To solve this problem, we decided to take advantage of several features of the BitShares blockchain: a lightweight wallet accessible to the merchant via a web browser, fast transfers, and the ability to create \u201cuser-issued\u201d assets.\n\nWe recently created TRADE.USDLABOR as an IOU coin that people could purchase from us to pay for our software development services (https://steemit.com/blocktrades/@blocktrades/introducing-the-latest-dollar-stable-coin-trade-usdlabor). We realized we could also use this coin as our \u201csurety\u201d coin for deposits. Our customers (e.g. a merchant) can purchase TRADE.USDLABOR from us and hold it in their own wallet in an BitShares account specifically registered with us. \n\nWhenever we see an incoming Bitcoin transaction for a customer, we can very quickly check if they have enough TRADE.USDLABOR in their designated BitShares account to cover any potential loss if the Bitcoin transaction isn't confirmed. If there is enough available, we can temporarily \u201cclaim\u201d that amount of TRADE.USDLABOR from their account and send them whatever cryptocurrency that the Bitcoin was supposed to be exchanged for. Later, once the Bitcoin transaction is confirmed, we can restore to their BitShares account the amount of TRADE.USDLABOR we temporarily claimed. All this is possible because BitShares funds transfers are so fast (~1.5 seconds on average) and because we as the asset issuer for TRADE.USDLABOR have the ability to transfer it from any account to any account. The customer can monitor their current \u201cdeposit\u201d balance directly from their BitShares wallet and can easily increase or decrease the balance of TRADE.USDLABOR they hold as surety.\n\nAt this point, we've completed all the basic work for this system and it's functional as of today. Right now with a properly registered BitShares account and a suitable amount of TRADE.USDLABOR in the account, we can process a customer's Bitcoin input transaction and send output in about 20 seconds. With a few tweaks we should be able to cut that down to 6 seconds or less. One caveat: it's not yet possible to automatically register a BitShares account on our web site to act as a surety account, so at this time customers must send us a request via email to link their BitShares account to their BlockTrades account and send us a token micro-transfer to prove they own the BitShares account.", + "body_length": 4349, + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 8, + "created": "2016-07-03T21:55:51", + "curator_payout_value": "13.115 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blocktrades\",\"bitcoin\",\"bitshares\",\"blockpay\"],\"links\":[\"https://lightning.network/\"]}", + "last_payout": "2016-08-24T15:52:00", + "last_update": "2016-07-03T21:57:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 163450826897698, + "parent_author": "", + "parent_permlink": "blocktrades", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bitcoin-payments-accepted-in-20s-soon-to-be-6s", + "post_id": 51772, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bitcoin payments accepted in 20s (soon to be 6s)!", + "title": "Bitcoin payments accepted in 20s (soon to be 6s)!", + "total_payout_value": "868.359 HBD", + "url": "/blocktrades/@blocktrades/bitcoin-payments-accepted-in-20s-soon-to-be-6s" + }, + "blocktrades/blocktrades-adds-support-for-steem-dollars-greater-than-bitcoin-and-more": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4923120466666, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 3856757224328, + "rshares": 1389116823988, + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1883580707041, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 83122046, + "rshares": 17420973383220, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5060429442289, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3659148570801, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1697030020757, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3323905689574, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1364243954826, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1417788395842, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1886295548519, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 949715155915, + "rshares": 7010766428701, + "voter": "steempty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1405310859224, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2929124031615, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1675235437848, + "voter": "jamgotin" + }, + { + "percent": "-10000", + "reputation": 14765040488827, + "rshares": -35214924841320, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 13002026909607, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 42796580997026, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 4152367932922, + "rshares": 4770955713722, + "voter": "proskynneo" + }, + { + "percent": "10000", + "reputation": 42786247901122, + "rshares": 49271767394120, + "voter": "dan" + }, + { + "percent": "2000", + "reputation": 176979684007, + "rshares": 7135857117625, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 2147011185600, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 16317260062071, + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 8779714777561, + "rshares": 5602112737475, + "voter": "riverhead" + }, + { + "percent": "10000", + "reputation": 8272495818727, + "rshares": 4992243486962, + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 51047995307721, + "rshares": -7045779576231, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2888184867280, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 25104157850610, + "rshares": 2195223504865, + "voter": "samupaha" + }, + { + "percent": "-10000", + "reputation": 1049211085828, + "rshares": -5596584509578, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 335743806437, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 16685610555705, + "rshares": 20503002323908, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 3900316097494, + "voter": "kushed" + }, + { + "percent": "-10000", + "reputation": 20297981245452, + "rshares": -5283128740426, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1000169428374, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 4919608834945, + "rshares": 143405744907, + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1669351334307, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 2635783753412, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 3745363549909, + "rshares": 63078516241, + "voter": "val" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 847304183451, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 6718143463, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 35385015759603, + "rshares": 98571228048, + "voter": "b0y2k" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1039486850456, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 578585955280, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 11670123063, + "voter": "jpb3" + }, + { + "percent": "10000", + "reputation": 147478489309626, + "rshares": 526875349127, + "voter": "tuck-fheman" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2241798476648, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 5992588876858, + "rshares": 17936313321, + "voter": "hcf27" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 2561158926, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 687960850774, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 5154121875287, + "rshares": 76622379129, + "voter": "jwest40" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 126732139173, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 4746039308773, + "rshares": 33648082968, + "voter": "mkultra" + }, + { + "percent": "10000", + "reputation": 76462073287981, + "rshares": 249629404331, + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 196429621728, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 86700647124, + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 75189742379, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 5810476023292, + "rshares": 58357118280, + "voter": "pnc" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 22934316319, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 9801987882919, + "rshares": 16741653669, + "voter": "jupiter00000" + }, + { + "percent": "10000", + "reputation": 5047240025934, + "rshares": 56992537557, + "voter": "jbrukh" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 22744316982, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 898254694090, + "rshares": 2899515058, + "voter": "anonimau5" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 104258490260, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 4477492280957, + "rshares": 26067295802, + "voter": "steampunkpowered" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13398914816, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 194727158609, + "rshares": 1185022227, + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 12188250813227, + "rshares": 35585842666, + "voter": "acidsun" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 7326245299, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 11006097418580, + "rshares": 40027162660, + "voter": "tshering-tamang" + }, + { + "percent": "10000", + "reputation": 54345938068170, + "rshares": 111188959317, + "voter": "craig-grant" + }, + { + "percent": "10000", + "reputation": 4500464238667, + "rshares": 2542496307, + "voter": "blackjincrypto" + }, + { + "percent": "10000", + "reputation": 5545238056434, + "rshares": 22149116192, + "voter": "shawn-brewer" + }, + { + "percent": "10000", + "reputation": 596707334180, + "rshares": 3814536165, + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 2830877880805, + "rshares": 140382266447, + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 2120743942708, + "rshares": 593021667, + "voter": "ninzacode" + }, + { + "percent": "10000", + "reputation": 2211182103876, + "rshares": 20864439817, + "voter": "grumpymutt" + }, + { + "percent": "10000", + "reputation": 1655372026731, + "rshares": 6892041154, + "voter": "cryptorune" + }, + { + "percent": "10000", + "reputation": 23979714471574, + "rshares": 158795553857, + "voter": "bleepcoin" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 12115483624, + "voter": "joelinux" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 495505952281, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 693716143477, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 4799360127, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 11372617606769, + "rshares": 102344679298, + "voter": "forrestwillie" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 51944503832, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 122177444407384, + "rshares": 1147263452423, + "voter": "cryptoctopus" + }, + { + "percent": "10000", + "reputation": 17814707827319, + "rshares": 118331838298, + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 641363229158, + "rshares": 66327726, + "voter": "algo-rythm" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 262756247701, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 7767196613, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 348876921907, + "rshares": 568272305, + "voter": "n25052016" + }, + { + "percent": "10000", + "reputation": 4735283889689, + "rshares": 38765792440, + "voter": "evan-koser" + }, + { + "percent": "10000", + "reputation": 14968641922913, + "rshares": 20741929949, + "voter": "oaldamster" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1440150364, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 78440078537, + "rshares": 499786296, + "voter": "rok-fabiani" + }, + { + "percent": "10000", + "reputation": 18165011697633, + "rshares": 70681190430, + "voter": "tinfoilfedora" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 24167822658, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 1598588545490, + "rshares": 17171390662, + "voter": "ombc" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 43383940940, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 818564943128, + "rshares": 6363074242, + "voter": "motivational" + }, + { + "percent": "10000", + "reputation": 1574265047259, + "rshares": 24622003609, + "voter": "judyhopps" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 4126366347, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 475074648083, + "rshares": 272558919, + "voter": "robi-rusmana" + }, + { + "percent": "10000", + "reputation": 1031966854060, + "rshares": 9691724840, + "voter": "moch-yusuf" + }, + { + "percent": "10000", + "reputation": 4081453245464, + "rshares": 27657146812, + "voter": "schnitzler" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 359756594, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 57302509663422, + "rshares": 323007680115, + "voter": "the-alien" + }, + { + "percent": "10000", + "reputation": 34935156153627, + "rshares": 189389130349, + "voter": "churdtzu" + }, + { + "percent": "10000", + "reputation": 1279613734, + "rshares": 338177360, + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 62345041692781, + "rshares": 127435841125, + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 5092263832878, + "rshares": 11032407387, + "voter": "paradise-paradox" + }, + { + "percent": "10000", + "reputation": 5888717170887, + "rshares": 26601397337, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 27149815318, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 1482114271979, + "rshares": 122378649518, + "voter": "changby" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 77604591309, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 331337421, + "voter": "imn-lov" + }, + { + "percent": "10000", + "reputation": 20418729, + "rshares": 337056290, + "voter": "proussakis" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 1997029759, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 207391908258, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 13557964207046, + "rshares": 48927539333, + "voter": "soulsistashakti" + }, + { + "percent": "10000", + "reputation": 2733362192608, + "rshares": 33349444641, + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 1080779278094, + "rshares": 4904652764, + "voter": "vdoh" + }, + { + "percent": "10000", + "reputation": 1050758001641, + "rshares": 21120693675, + "voter": "ossama-benjohn" + }, + { + "percent": "10000", + "reputation": 5260794316761, + "rshares": 133265037570, + "voter": "schro" + }, + { + "percent": "10000", + "reputation": 37015270307, + "rshares": 307979234, + "voter": "hendra-khaidir" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 116269485233, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": -66039494899, + "rshares": 305578871, + "voter": "budi-bayu" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 6347916529, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 52346492454, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 311420785, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 48542961182602, + "rshares": 1016603894648, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": -16176262320, + "rshares": 270169807, + "voter": "hendry-cie-poe" + }, + { + "percent": "10000", + "reputation": 38306745773, + "rshares": 287492258, + "voter": "oppy1984" + }, + { + "percent": "10000", + "reputation": 2419162524790, + "rshares": 15981890891, + "voter": "publicworker" + }, + { + "percent": "10000", + "reputation": -164403269009, + "rshares": 296706325, + "voter": "saprizal-araska" + }, + { + "percent": "10000", + "reputation": 5650990020424, + "rshares": 512384368603, + "voter": "cylonmaker2053" + }, + { + "percent": "10000", + "reputation": 392960466672, + "rshares": 1313402399, + "voter": "samtoland" + }, + { + "percent": "10000", + "reputation": 598181152117, + "rshares": 153233419954, + "voter": "kimziv" + }, + { + "percent": "10000", + "reputation": 1692540988858, + "rshares": 98960225191, + "voter": "vollumc" + }, + { + "percent": "10000", + "reputation": 4439721, + "rshares": 222856607, + "voter": "ethan-felzke" + }, + { + "percent": "10000", + "reputation": 10280398557712, + "rshares": 141192726177, + "voter": "nolimit" + }, + { + "percent": "10000", + "reputation": 76916611474, + "rshares": 376152851, + "voter": "sportsscribewp" + }, + { + "percent": "10000", + "reputation": 1650586941376, + "rshares": 6808671721, + "voter": "true-profit" + }, + { + "percent": "10000", + "reputation": 100977558405, + "rshares": 401848952, + "voter": "herethengone" + }, + { + "percent": "10000", + "reputation": 3509662488161, + "rshares": 12029016443, + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 23772657642279, + "rshares": 15298126908, + "voter": "trevonjb" + }, + { + "percent": "10000", + "reputation": 18458799241134, + "rshares": 6855927100, + "voter": "karnal" + }, + { + "percent": "10000", + "reputation": 4288553026958, + "rshares": 70201860867, + "voter": "grittenald" + }, + { + "percent": "10000", + "reputation": 32487141317, + "rshares": 227201068, + "voter": "jimlewis" + }, + { + "percent": "10000", + "reputation": 5686398017254, + "rshares": 41677990195, + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 6029824012432, + "rshares": 193653994, + "voter": "frankjones" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 6014009165, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 7460461625516, + "rshares": 3051900856, + "voter": "blackmask" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 16288677873, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 259991953, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 2760600807, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 321991793966, + "rshares": 270082614, + "voter": "renegadegaming" + }, + { + "percent": "10000", + "reputation": 457415896486, + "rshares": 1256334059, + "voter": "greatguardian100" + }, + { + "percent": "10000", + "reputation": 266686932322, + "rshares": 251704361, + "voter": "ucing" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 301153374, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 230786573, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": -5512986537, + "rshares": 251269460, + "voter": "ginaerdiana" + }, + { + "percent": "10000", + "reputation": 908929098218, + "rshares": 261495933, + "voter": "dtsddace" + }, + { + "percent": "10000", + "reputation": -747420700306, + "rshares": 210106885, + "voter": "rachelkieles" + }, + { + "percent": "10000", + "reputation": 670018199747, + "rshares": 239486742, + "voter": "spiry-btc" + }, + { + "percent": "10000", + "reputation": 240576533189, + "rshares": 258141042, + "voter": "cccmar71" + }, + { + "percent": "10000", + "reputation": 891519743447, + "rshares": 247456696, + "voter": "ydm6669" + }, + { + "percent": "10000", + "reputation": -588733322947, + "rshares": 231678627, + "voter": "riot78" + }, + { + "percent": "10000", + "reputation": -65058779241, + "rshares": 251502616, + "voter": "volent" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1324055360, + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": -1116609991510, + "rshares": 140291498, + "voter": "nicholasparr" + }, + { + "percent": "10000", + "reputation": 177858112610, + "rshares": 245409134, + "voter": "entrepreneur" + }, + { + "percent": "10000", + "reputation": 668633470533, + "rshares": 245290581, + "voter": "stijn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 250279854, + "voter": "atlus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 255201985, + "voter": "volter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 245058768, + "voter": "dessoya" + }, + { + "percent": "10000", + "reputation": 1442906808611, + "rshares": 1579078323, + "voter": "kilrathi" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 104819980, + "voter": "riscadox" + }, + { + "percent": "2000", + "reputation": 213668684615, + "rshares": 55633412, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 11584416564, + "rshares": 240789558, + "voter": "mdlugopolski" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 115190666, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 228931180, + "voter": "ilikepics" + }, + { + "percent": "10000", + "reputation": 2459491151, + "rshares": 240606747, + "voter": "paliboy" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 104426495, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 198671468, + "voter": "heverton" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 213102121, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 257546332, + "rshares": 138624056, + "voter": "avantyris785" + }, + { + "percent": "10000", + "reputation": 121488921, + "rshares": 118754524, + "voter": "alexandr33" + }, + { + "percent": "10000", + "reputation": 13340545109003, + "rshares": 212648437, + "voter": "jasonmcz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243929299, + "voter": "materia" + }, + { + "percent": "10000", + "reputation": 39218698377, + "rshares": 72713204, + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 19181168, + "voter": "suren0881" + }, + { + "percent": "10000", + "reputation": 3736268, + "rshares": 243903582, + "voter": "c1b4z0l" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81228335, + "voter": "funkyshet" + }, + { + "percent": "10000", + "reputation": 280882400672, + "rshares": 47410076, + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 216392531645, + "rshares": 71476992, + "voter": "vkoreshkoff" + }, + { + "percent": "10000", + "reputation": 441450084787, + "rshares": 9513883, + "voter": "steemtest" + }, + { + "percent": "10000", + "reputation": 3233138520, + "rshares": 272504730, + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 222460161, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 263696384, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 281130575348, + "rshares": 113259624, + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 11450220486, + "rshares": 269128089, + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 192124698, + "rshares": 221090376, + "voter": "chris0502" + }, + { + "percent": "10000", + "reputation": 73697385853, + "rshares": 240804802, + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 136117730, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 34520147167, + "rshares": 117623001, + "voter": "gowest" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 249885034, + "voter": "dimitarj" + }, + { + "percent": "2000", + "reputation": -4779249072914, + "rshares": 54618548, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 106473937, + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": -4655951946, + "rshares": -62778217, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 52263964, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 76304368, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -2741921296, + "rshares": 61731740, + "voter": "boj" + }, + { + "percent": "10000", + "reputation": 2015798675, + "rshares": 466300909, + "voter": "bitcoindon23" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 0, + "voter": "vasilii" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "BlockTrades (https://blocktrades.us) is now accepting Steem Dollars as a means of purchasing other cryptocurrenicies including Bitcoin, BitShares, DAO, Dogecoin, Ether, and Litecoin. Other pairs will be added based on interest expressed by customers.\n\nWe expect that Bitcoin will be a popular early purchase with Steem Dollars, since Bitcoin is one of the easiest cryptocurrencies to convert to cash. If there is sufficient interest, we'll also add OPEN.USD and USD Tether, which can be exchanged 1-1 with US dollars on OpenLedger and Bitfinex, respectively.\n\nNote for new users: there are several tutorial posts under the blocktrades category that cover how to buy bitcoin with Steem. Buying with Steem Dollars is essentially the same, just select Steem Dollars instead of Steem as your input, and when you transfer your funds, click on your Steem Dollars balance in your Steemit wallet instead of your Steem balance (example https://steemit.com/@myaccountname/transfers).", + "body_length": 974, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitshares", + "children": 21, + "created": "2016-07-06T17:27:36", + "curator_payout_value": "6.192 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitshares\",\"coinbase\",\"ether\",\"steem\",\"usdt\",\"bitfinex\",\"dao\",\"openledger\",\"dogecoin\",\"blocktrades\",\"bitcoin\",\"litecoin\"],\"links\":[\"https://blocktrades.us\"]}", + "last_payout": "2016-08-24T16:01:57", + "last_update": "2016-07-06T17:53:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 199912852172096, + "parent_author": "", + "parent_permlink": "bitshares", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "blocktrades-adds-support-for-steem-dollars-greater-than-bitcoin-and-more", + "post_id": 58260, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades adds support for Steem Dollars -> Bitcoin (and more)", + "title": "BlockTrades adds support for Steem Dollars -> Bitcoin (and more)", + "total_payout_value": "612.240 HBD", + "url": "/bitshares/@blocktrades/blocktrades-adds-support-for-steem-dollars-greater-than-bitcoin-and-more" + }, + "blocktrades/blocktrades-has-re-enabled-steem-dollars-to-bitcoin-pair": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4766146767681, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 3856757224328, + "rshares": 1362172731509, + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1153331521007, + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1843514572688, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1347125415713, + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1268064218817, + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428829407832, + "voter": "erihn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4951998815775, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3581337557198, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1660995181127, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3252618108731, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1335220823153, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 959136367273, + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1388767305710, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 1682816538858, + "rshares": 470738641607, + "voter": "benita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1846284601722, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1375581389857, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2841630210001, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1639597806426, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 468013755016, + "voter": "lessys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1008102151958, + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420225669000, + "voter": "kevtorin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420225669000, + "voter": "kriborin" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 41678097502806, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 4339332633665, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1142837420586, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 3407586653172, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 768211503834, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 3408412, + "rshares": 102105000, + "voter": "gru1234" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 1177703585976, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 352265012784, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 6626717495, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 4075717838613, + "rshares": 3395813022, + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2319387615960, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 128195526464, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 2890780562959, + "rshares": 17698848169, + "voter": "jakev" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 22815294009, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 3990119638255, + "rshares": 6707852801, + "voter": "insomnia" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 634112551, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 145101219, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 56943045266, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 3380310417590, + "rshares": 1709709614, + "voter": "mranderson" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 647506363058, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 4744077661, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 193476386, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 3195781916355, + "rshares": 15342641697, + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 14430883217, + "rshares": 357573809, + "voter": "kamvreto" + }, + { + "percent": "10000", + "reputation": 4735283889689, + "rshares": 48074745696, + "voter": "evan-koser" + }, + { + "percent": "10000", + "reputation": 389246900737, + "rshares": 1720949132, + "voter": "arkanaprotego" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 1482336150, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 22378434861462, + "rshares": 227734783539, + "voter": "stino-san" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 11114313557, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 1312837432802, + "rshares": 246646060, + "voter": "calamus056" + }, + { + "percent": "10000", + "reputation": 34845345, + "rshares": 402032558, + "voter": "dke" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1363465119, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 4676723015398, + "rshares": 15893822921, + "voter": "vippero" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 67376622, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 1223258170, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 1376656930605, + "rshares": 3676009417, + "voter": "karbonxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 359899579, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3169024240074, + "rshares": 53755412276, + "voter": "martin-wichmann" + }, + { + "percent": "10000", + "reputation": 1279613734, + "rshares": 331413812, + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 5888717170887, + "rshares": 35778168244, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 25203720534, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 166964276552, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 189138297398, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3728370362, + "voter": "raff-delfin" + }, + { + "percent": "10000", + "reputation": 19574669, + "rshares": 696482157, + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 347974459, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 172957399170, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 2160151824, + "rshares": 311322702, + "voter": "gary-wood" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 8868143696, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 157636214062, + "rshares": 2760898044, + "voter": "ozzy-vega" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 16204992231, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 10374460, + "rshares": 933431205, + "voter": "alex-hulsmeier" + }, + { + "percent": "10000", + "reputation": 13821321667, + "rshares": 761207010, + "voter": "christoph3" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 6376345083, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2457655120479, + "rshares": 73124945, + "voter": "ben99" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 11813746000, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 2987814766497, + "rshares": 20039872640, + "voter": "paloma-guerrero" + }, + { + "percent": "10000", + "reputation": 136642407211, + "rshares": 296852277, + "voter": "erik-prestinary" + }, + { + "percent": "10000", + "reputation": 1060721272008, + "rshares": 399262159, + "voter": "dasan-oneia" + }, + { + "percent": "10000", + "reputation": 26564452802341, + "rshares": 189678318725, + "voter": "inboundinken" + }, + { + "percent": "10000", + "reputation": 5686398017254, + "rshares": 46465449604, + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 1782103621838, + "rshares": 325545104, + "voter": "wisehammer" + }, + { + "percent": "10000", + "reputation": 8166740506920, + "rshares": 25358288704, + "voter": "cryptoiskey" + }, + { + "percent": "10000", + "reputation": 10980042082204, + "rshares": 747420956, + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 39230871856, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 178662540, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 669020124698, + "rshares": 958917145, + "voter": "lobo86" + }, + { + "percent": "10000", + "reputation": 13348181431, + "rshares": 245439805, + "voter": "ridji" + }, + { + "percent": "10000", + "reputation": -426814754016, + "rshares": 130589211, + "voter": "odirlei" + }, + { + "percent": "10000", + "reputation": 3596808832140, + "rshares": 1342707631, + "voter": "diego24" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 36798605129, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 2720968087, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 2459491151, + "rshares": 240606747, + "voter": "paliboy" + }, + { + "percent": "10000", + "reputation": 13340545109003, + "rshares": 21755786474, + "voter": "jasonmcz" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 11102890437, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 997011879274, + "rshares": 1732933350, + "voter": "endaksi1" + }, + { + "percent": "10000", + "reputation": 995758122211, + "rshares": 167541547, + "voter": "ztl" + }, + { + "percent": "10000", + "reputation": 2138693707311, + "rshares": 7251519851, + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 52317559376, + "rshares": 8052246867, + "voter": "killswitch" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 248792607, + "voter": "mamabear" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 902655142, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 536841739867, + "rshares": 335274333, + "voter": "obfuscate-me" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 14274333662, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 204097490, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 8577172826419, + "rshares": 55831600700, + "voter": "crypt0" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 207669969, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 271149984, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 89020079608, + "rshares": 10486274625, + "voter": "ethereums1" + }, + { + "percent": "10000", + "reputation": 1598540193144, + "rshares": 7316899099, + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 131860560605, + "rshares": 25983931, + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 1648396897354, + "rshares": 298935406, + "voter": "asim" + }, + { + "percent": "10000", + "reputation": 114284163440, + "rshares": 204176958, + "voter": "agente" + }, + { + "percent": "10000", + "reputation": 38134889, + "rshares": 2429530753, + "voter": "perwest" + }, + { + "percent": "10000", + "reputation": 38402955939, + "rshares": 1808710444, + "voter": "niquebs" + }, + { + "percent": "10000", + "reputation": -422214944291, + "rshares": 123556793, + "voter": "yuridan" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 4952768669, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 888454650607, + "rshares": 8424451197, + "voter": "amirali" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 217860140, + "voter": "d3v667" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 16849648964, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 20188431107, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4773834, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 115966008, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 669199844401, + "rshares": 309453228, + "voter": "mun" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 1859631923, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 132808302, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 1311079777932, + "rshares": 1754782000, + "voter": "splatterhaus" + }, + { + "percent": "10000", + "reputation": 294189382919, + "rshares": 1365796473, + "voter": "janqoin" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 12163969, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 97417747806297, + "rshares": 2613653547, + "voter": "knozaki2015" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 1643392561, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 80753905287, + "rshares": 167069023, + "voter": "sudnokpok" + }, + { + "percent": "10000", + "reputation": 777812727227, + "rshares": 2450491283, + "voter": "artific" + }, + { + "percent": "10000", + "reputation": 355487314, + "rshares": 197522015, + "voter": "poolam" + }, + { + "percent": "10000", + "reputation": 81939559242, + "rshares": 248950217, + "voter": "vijaychaudhary09" + }, + { + "percent": "10000", + "reputation": 1537463763, + "rshares": 2991312327, + "voter": "creemej" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 225604258, + "voter": "micden" + }, + { + "percent": "10000", + "reputation": 80534406115, + "rshares": 216032977, + "voter": "irina" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 135879250, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 900427911, + "rshares": 32836776, + "voter": "delik" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 295302501, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": -811540887, + "rshares": 324692647, + "voter": "soundmechanic" + }, + { + "percent": "10000", + "reputation": 2764978194297, + "rshares": 3126237060, + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 487178761976, + "rshares": 160695864, + "voter": "yanulyarus" + }, + { + "percent": "10000", + "reputation": -424880418803, + "rshares": 371148748, + "voter": "lenar79" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229278309, + "voter": "misterhugo" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 1432789689, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 1833392, + "rshares": 100580754, + "voter": "akc" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 6173038536, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 11405705533, + "rshares": 367038725, + "voter": "jens84" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 255220745, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 1532881687066, + "rshares": 7805184940, + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 8897174175, + "rshares": 114467671, + "voter": "eclipse0" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 405370439, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118982616, + "voter": "blinzer" + }, + { + "percent": "10000", + "reputation": 5759197802, + "rshares": 2242980837, + "voter": "skyzalimit" + }, + { + "percent": "10000", + "reputation": 889902559141, + "rshares": 915436421, + "voter": "jayjustmay" + }, + { + "percent": "10000", + "reputation": 312170641179, + "rshares": 601455317, + "voter": "heltiko" + }, + { + "percent": "10000", + "reputation": 2147203047336, + "rshares": 1804304168, + "voter": "exitmass" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118779815, + "voter": "chrisd" + }, + { + "percent": "10000", + "reputation": 2962558, + "rshares": 111797374, + "voter": "karawalla" + }, + { + "percent": "10000", + "reputation": 32524572846, + "rshares": 119198260, + "voter": "veryhype" + }, + { + "percent": "10000", + "reputation": 275405933257, + "rshares": 131771391, + "voter": "sagar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51264056, + "voter": "alexx" + }, + { + "percent": "10000", + "reputation": 24605271026, + "rshares": 107262914, + "voter": "satch" + }, + { + "percent": "10000", + "reputation": 715993081769, + "rshares": 45746008, + "voter": "bitlord" + }, + { + "percent": "10000", + "reputation": 7731683314, + "rshares": 437703606, + "voter": "edy" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 14226009, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": -775526496810, + "rshares": 102269573, + "voter": "cryptocurrency1" + }, + { + "percent": "10000", + "reputation": 69254222018, + "rshares": 116020878, + "voter": "stat" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 640547249, + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 9853253860, + "rshares": 129537329, + "voter": "rd7783" + }, + { + "percent": "10000", + "reputation": 5370503779, + "rshares": 11640622, + "voter": "maurizio" + }, + { + "percent": "10000", + "reputation": 4081621335, + "rshares": 178348711, + "voter": "guyber71" + }, + { + "percent": "10000", + "reputation": 17220992894, + "rshares": 108540040, + "voter": "wizard" + }, + { + "percent": "10000", + "reputation": 702602138233, + "rshares": 134183866, + "voter": "alekst" + }, + { + "percent": "10000", + "reputation": 515167203222, + "rshares": 203923946, + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 53196629, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 163500043, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 3595618432231, + "rshares": 8653788991, + "voter": "groovy" + }, + { + "percent": "10000", + "reputation": 542854211690, + "rshares": 122010832, + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 226962505, + "rshares": 32260177, + "voter": "sarancha80" + }, + { + "percent": "10000", + "reputation": 471872922, + "rshares": 99288503, + "voter": "punchplump" + }, + { + "percent": "10000", + "reputation": 15600726654, + "rshares": 111131687, + "voter": "ramil21" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 233604984, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 87485307, + "voter": "kindmorning" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 89256971, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 281653583054, + "rshares": 116352490, + "voter": "sictransitgloria" + }, + { + "percent": "10000", + "reputation": 304433973160, + "rshares": 73495568, + "voter": "orestespaz" + }, + { + "percent": "10000", + "reputation": 3692130695, + "rshares": 114070007, + "voter": "nathan-s-m" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 84093068789, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 105290189, + "voter": "karmalive2die" + }, + { + "percent": "10000", + "reputation": 69628175386, + "rshares": 160495375, + "voter": "quigua" + }, + { + "percent": "10000", + "reputation": 3173157178346, + "rshares": 134522440, + "voter": "benslayton" + }, + { + "percent": "10000", + "reputation": 13032104555879, + "rshares": 620511667, + "voter": "winstonwolfe" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 7916632510, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 32481198418, + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 14723726599, + "rshares": 223470113, + "voter": "nansy" + }, + { + "percent": "10000", + "reputation": 40518036257, + "rshares": 226399423, + "voter": "unicorn.jenoodle" + }, + { + "percent": "10000", + "reputation": 936775537, + "rshares": 259547601, + "voter": "psixto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 112111491, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 634834270, + "rshares": 149314684, + "voter": "bahar" + }, + { + "percent": "10000", + "reputation": 5366021, + "rshares": 230581937, + "voter": "k0b" + }, + { + "percent": "10000", + "reputation": 12521809, + "rshares": 203183761, + "voter": "dubraman" + }, + { + "percent": "10000", + "reputation": 4488793907, + "rshares": 184750936, + "voter": "dremlin" + }, + { + "percent": "10000", + "reputation": 4292618600, + "rshares": 40531404, + "voter": "kukuy" + }, + { + "percent": "10000", + "reputation": 1712093376924, + "rshares": 22487953, + "voter": "alphabeta" + }, + { + "percent": "10000", + "reputation": 176296837750, + "rshares": 4030031474, + "voter": "npl77" + }, + { + "percent": "10000", + "reputation": 1603148859, + "rshares": 94344256, + "voter": "moneykicks" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 103283526, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 67354966, + "voter": "pavelwhite" + }, + { + "percent": "10000", + "reputation": 655966235097, + "rshares": 1056959613, + "voter": "kareemaudi" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 249885034, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 23636540051, + "rshares": 76269184, + "voter": "iraniansteem" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 17941224, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 110854264127, + "rshares": 1136943614, + "voter": "mikeinfla" + }, + { + "percent": "10000", + "reputation": 1105904966675, + "rshares": 4679111468, + "voter": "oldman" + }, + { + "percent": "10000", + "reputation": 37589943873, + "rshares": 98896435, + "voter": "gripenfire" + }, + { + "percent": "10000", + "reputation": 2102604853, + "rshares": 108785800, + "voter": "stevenzelkowitz" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 84440895, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 134089644306, + "rshares": 106717461, + "voter": "maryanok" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 97713058, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 49215329, + "rshares": 1927784494, + "voter": "pigatron" + }, + { + "percent": "10000", + "reputation": 608332676718, + "rshares": 108587626, + "voter": "milk" + }, + { + "percent": "10000", + "reputation": 750360616481, + "rshares": 196879737, + "voter": "cybercodetwins" + }, + { + "percent": "10000", + "reputation": -83198757867, + "rshares": 82021682, + "voter": "fairider" + }, + { + "percent": "-10000", + "reputation": -489147116791, + "rshares": -91974704, + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 194865101596, + "rshares": 110514206, + "voter": "digitaltrends" + }, + { + "percent": "10000", + "reputation": 338630889, + "rshares": 95038416, + "voter": "alaysor" + }, + { + "percent": "10000", + "reputation": 150137355256, + "rshares": 632490641, + "voter": "tomaso88" + }, + { + "percent": "10000", + "reputation": 2092700, + "rshares": 72874155, + "voter": "manoello" + }, + { + "percent": "10000", + "reputation": 5347284750, + "rshares": 110370100, + "voter": "viernas" + }, + { + "percent": "10000", + "reputation": 2580067408929, + "rshares": 103655777, + "voter": "spookypooky" + }, + { + "percent": "10000", + "reputation": 224697272001, + "rshares": 79374788, + "voter": "timelord" + }, + { + "percent": "-10000", + "reputation": 4848087788, + "rshares": -101696257, + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15394180, + "voter": "judasz" + }, + { + "percent": "10000", + "reputation": 4306793943, + "rshares": 71167780, + "voter": "aleks123rus" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 108739340, + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": -4655951946, + "rshares": -64059405, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 53538695, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 819730820907, + "rshares": 62360109, + "voter": "beyondzero" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 65038029, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 76304368, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 10816064313, + "rshares": 49210182, + "voter": "james9n" + }, + { + "percent": "10000", + "reputation": -2741921296, + "rshares": 62991572, + "voter": "boj" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 0, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -223849732, + "rshares": 61295330, + "voter": "bigmann23" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 28102762, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 15687231449, + "rshares": 61330794, + "voter": "awareness" + }, + { + "percent": "10000", + "reputation": 447853669279, + "rshares": 54761612, + "voter": "edbriv" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 0, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 806039558963, + "rshares": 0, + "voter": "terryrall" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1128677152, + "voter": "blackgerbera" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 0, + "voter": "gavicrane" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "We disabled our Steem dollar to Bitcoin conversion pathway a few days ago because our wallet was occasionally reporting a Steem input twice (which would cause us to send out bitcoin twice). This wasn't happening very often, but it was potentially a serious concern, so we disabled Steem inputs until we had a workaround. I don't think this was a problem for other exchanges, as I believe they are relying on scanning blocks for transactions, whereas we poll the transaction history and it seems likely the bug is in the transaction history code.\n\nI'm happy to say we found a workaround: we're using what's called a \"delayed node\" that waits for about 30 seconds to allow the account history to \"settle down\" before we send an output, and we believe this should prevent the problem for now. As a longer term solution, we plan to investigate what's causing the false reports, but this gets us going for now. We had to make several fixes for the delayed node code to get it working on steem (this is technology developed originally with bitshares, but looks like it had never been tested with steem) and we'll submit our fixes to the steem repo.\n\nIf we don't detect any further problems, we expect to enable Steem to Bitcoin conversions soon as well.", + "body_length": 1247, + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 22, + "created": "2016-07-20T05:56:30", + "curator_payout_value": "11.965 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blocktrades\",\"steem\",\"sbd\",\"bitcoin\",\"crypt-news\"]}", + "last_payout": "2016-08-23T18:27:42", + "last_update": "2016-07-20T06:16:00", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 97659755418678, + "parent_author": "", + "parent_permlink": "blocktrades", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "blocktrades-has-re-enabled-steem-dollars-to-bitcoin-pair", + "post_id": 210850, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades has re-enabled Steem Dollars to Bitcoin pair", + "title": "BlockTrades has re-enabled Steem Dollars to Bitcoin pair", + "total_payout_value": "2349.426 HBD", + "url": "/blocktrades/@blocktrades/blocktrades-has-re-enabled-steem-dollars-to-bitcoin-pair" + }, + "blocktrades/blocktrades-now-offering-steem-power-for-cryptocurrency": { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 19001918024605, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4825049610000, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 3856757224328, + "rshares": 1346340361100, + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1152417743961, + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1885665540000, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1377495554326, + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1292914640000, + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5000555184807, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3624185272115, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1698966760919, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3261815478902, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1365926427692, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 938820357549, + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1418385580528, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 690646498500, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1888311914884, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1407039918461, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2843108545375, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1677231803076, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 29897291259553, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 314859374093, + "rshares": 121098331034, + "voter": "penambang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1020557988942, + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 40279182992622, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 9326993992, + "rshares": 255299985726, + "voter": "nextgenwitness" + }, + { + "percent": "-10000", + "reputation": 8272495818727, + "rshares": -5076686428792, + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 51047995307721, + "rshares": -7213536232808, + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 1049211085828, + "rshares": -5477508243417, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 221811281382, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 753872666826, + "voter": "justin" + }, + { + "percent": "-10000", + "reputation": 20297981245452, + "rshares": -5075947221194, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 3211740556789, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 2361126342062, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 3745363549909, + "rshares": 36782406640, + "voter": "val" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5487020672, + "voter": "chloe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5377409518, + "voter": "jen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147527700, + "voter": "theghost" + }, + { + "percent": "10000", + "reputation": 1689894306134, + "rshares": 146089500, + "voter": "thepresident" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 36398296937, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 30176897723, + "voter": "steemservices1" + }, + { + "percent": "10000", + "reputation": 8980249791516, + "rshares": 169931213087, + "voter": "lovejoy" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 688108377909, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 35483070303, + "rshares": 1336059292, + "voter": "steemian" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 639989115793, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 441274547, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 62617438857, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 11428653326, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 1164484076, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 1187445991060, + "rshares": 704959188, + "voter": "fbsvk" + }, + { + "percent": "10000", + "reputation": 465223733544, + "rshares": 686579589, + "voter": "konelectric" + }, + { + "percent": "10000", + "reputation": 4909504649121, + "rshares": 7097583404, + "voter": "bangking" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 5830744530, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 113344673, + "voter": "bue.twitter" + }, + { + "percent": "10000", + "reputation": 4359247917659, + "rshares": 534896345, + "voter": "bobsunday" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 108370182598, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 194727158609, + "rshares": 879580162, + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 2830877880805, + "rshares": 63428551072, + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 3788127569396, + "rshares": 528362195, + "voter": "officialbitcash" + }, + { + "percent": "10000", + "reputation": 185857462553, + "rshares": 513953815, + "voter": "nuno-nutcrusherz" + }, + { + "percent": "10000", + "reputation": 23979714471574, + "rshares": 491863978, + "voter": "bleepcoin" + }, + { + "percent": "10000", + "reputation": 2003544015294, + "rshares": 451846799, + "voter": "germanaure" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 472615140, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 5045406568403, + "rshares": 392209228, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 399833956, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 448453928, + "voter": "fernan" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 5725987415, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 178873113861, + "rshares": 404412404, + "voter": "xav" + }, + { + "percent": "10000", + "reputation": 22378434861462, + "rshares": 406974069, + "voter": "stino-san" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 696750238, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 8923501480463, + "rshares": 405438825, + "voter": "funny" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 267256860, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 353135516, + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 65855008020, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 1279613734, + "rshares": 331413812, + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 2775741685, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 2504515033639, + "rshares": 270305015, + "voter": "cascades" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 27007214, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 214000885, + "voter": "ilikepics" + }, + { + "percent": "10000", + "reputation": 697803114714, + "rshares": 8157007622, + "voter": "ozcap" + }, + { + "percent": "10000", + "reputation": 39218698377, + "rshares": 159969048, + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 280882400672, + "rshares": 47410076, + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 241932390, + "voter": "ratso74" + }, + { + "percent": "10000", + "reputation": 3233138520, + "rshares": 267054635, + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 217726966, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 250833146, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 11450220486, + "rshares": 263635679, + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 57169649, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 1252098870666, + "rshares": 234695415, + "voter": "me-tarzan" + }, + { + "percent": "10000", + "reputation": 61224832002, + "rshares": 0, + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 4706951957, + "rshares": 39092520, + "voter": "thimo1" + }, + { + "percent": "10000", + "reputation": 7172977970558, + "rshares": 117341216, + "voter": "ace108" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 220940763, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 110854264127, + "rshares": 187095252, + "voter": "mikeinfla" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 104208534, + "voter": "vitz81" + }, + { + "percent": "10000", + "reputation": 7670323211, + "rshares": 65310296, + "voter": "zulfi125" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 48439772, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 74184803, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "Directly buy \"powered up\" Steem\n\nBlockTrades (http://blocktrades.us) has added #Steem Power to its \u201cinstant exchange\u201d engine, enabling users to directly purchase Steem Power with popular cryptocurrencies such as #bitcoin, #bitshares, ether, and litecoin. [BlockTrades added support for buying Steem a few weeks ago](https://steemit.com/steem/@blocktrades/-blocktrades-adds-support-for-directly-buyingselling-steem), but now it's possible to buy and \"power up\" STEEM purchased from BlockTrades in a single step.\n\nBelow are direct URLS for buying Steem Power with bitcoin and bitshares:\nhttps://blocktrades.us/unregistered_trade/btc/steem_power\nhttps://blocktrades.us/unregistered_trade/bts/steem_power\n\n#crypto-news", + "body_length": 714, + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 17, + "created": "2016-05-20T23:32:57", + "curator_payout_value": "721.594 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"Steem\",\"bitcoin\",\"bitshares\",\"crypto\"],\"links\":[\"https://steemit.com/steem/@blocktrades/-blocktrades-adds-support-for-directly-buyingselling-steem\"]}", + "last_payout": "2016-08-24T22:31:39", + "last_update": "2016-05-20T23:36:24", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 113944490342939, + "parent_author": "", + "parent_permlink": "blocktrades", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "blocktrades-now-offering-steem-power-for-cryptocurrency", + "post_id": 10122, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades now offering Steem Power for cryptocurrency", + "title": "BlockTrades now offering Steem Power for cryptocurrency", + "total_payout_value": "726.208 HBD", + "url": "/blocktrades/@blocktrades/blocktrades-now-offering-steem-power-for-cryptocurrency" + }, + "blocktrades/blocktrades-supports-buyingselling-dao-coins-without-exchange-risk": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 5183335208700, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 3856757224328, + "rshares": 1318864027200, + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1199455202898, + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1923378850800, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1405045465413, + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1318772932800, + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 83122046, + "rshares": 13115452580000, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5100566288503, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3696668977557, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1732946096138, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3258485481833, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1393244956246, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 938820357549, + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1446753292139, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 718836151500, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1926078153181, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 32455846463901, + "rshares": 28822772357466, + "voter": "smooth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1435180716830, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2785085922000, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1710776439138, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 29023706432307, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1040969148721, + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 40279159024388, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 2097214700000, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 12604264889190, + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3111074434246, + "voter": "badassmother" + }, + { + "percent": "-10000", + "reputation": 8272495818727, + "rshares": -2753918134446, + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 51047995307721, + "rshares": -7045800318375, + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 1049211085828, + "rshares": -5070533723903, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 5802465695828, + "voter": "fuzzyvest" + }, + { + "percent": "10000", + "reputation": 1993860928264, + "rshares": 70728358677, + "voter": "red" + }, + { + "percent": "10000", + "reputation": 4018307276106, + "rshares": 2172186606740, + "voter": "silversteem" + }, + { + "percent": "-10000", + "reputation": 20297981245452, + "rshares": -5179537980810, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 3741795137438, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6871097741442, + "voter": "steemit200" + }, + { + "percent": "10000", + "reputation": 4919608834945, + "rshares": 104424307746, + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 26776677752355, + "rshares": 76683033600, + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 2977176396663, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 35396143302, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 29882666953, + "voter": "steemservices1" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 526147147752, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 2185067624745, + "rshares": 836842754861, + "voter": "bhuz" + }, + { + "percent": "10000", + "reputation": 13096661187964, + "rshares": 3156452922593, + "voter": "au1nethyb1" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 627189333477, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 67053787573, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 177703190811, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 101807714979611, + "rshares": 66692000984, + "voter": "pfunk" + }, + { + "percent": "10000", + "reputation": -336947174883, + "rshares": 65908000, + "voter": "officialinfotech" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 11428653326, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 8099494565, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 76462073287981, + "rshares": 8196857546, + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 5830744530, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 22744316982, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 194727158609, + "rshares": 935723576, + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 557826165, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 596707334180, + "rshares": 3489497776, + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 2211182103876, + "rshares": 1010361884, + "voter": "grumpymutt" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 2859883408, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 472615140, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 1629640364, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 4118598950, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 17814707827319, + "rshares": 2089005226, + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 315921912, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 3195781916355, + "rshares": 437243804, + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 6880931154142, + "rshares": 8722810557, + "voter": "hossary" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 374457615, + "voter": "yoona-lee" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 9287275661, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 178873113861, + "rshares": 4239508583, + "voter": "xav" + }, + { + "percent": "10000", + "reputation": 11952915931943, + "rshares": 421257221, + "voter": "amartinezque" + }, + { + "percent": "10000", + "reputation": 1686985722639, + "rshares": 426483895, + "voter": "censor-this" + }, + { + "percent": "10000", + "reputation": 22378434861462, + "rshares": 415279662, + "voter": "stino-san" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 696750238, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 5339034948, + "rshares": 398198313, + "voter": "andrius" + }, + { + "percent": "10000", + "reputation": 8923501480463, + "rshares": 405438825, + "voter": "funny" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 264661227, + "voter": "viet-ngo" + }, + { + "percent": "10000", + "reputation": 98254973600, + "rshares": 413114476, + "voter": "alex-dinu" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 368701339, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 242960782, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 9084038135515, + "rshares": 394296677, + "voter": "nphacker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 395134908, + "voter": "kamil-brejcha" + }, + { + "percent": "10000", + "reputation": 108162024968, + "rshares": 394027812, + "voter": "framelalife" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 353135516, + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 12584108052916, + "rshares": 5180144664, + "voter": "noganoo" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 65855008020, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 349965179, + "voter": "arjoona" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 202930258, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 6347916529, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 1401934637, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 956724610756, + "rshares": 68283948, + "voter": "press-release" + }, + { + "percent": "10000", + "reputation": 2504515033639, + "rshares": 275711115, + "voter": "cascades" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 27547358, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 5686398017254, + "rshares": 269063334, + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 131860560605, + "rshares": 20787145, + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 280882400672, + "rshares": 47410076, + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 441450084787, + "rshares": 4756941, + "voter": "steemtest" + }, + { + "percent": "10000", + "reputation": 3233138520, + "rshares": 267054635, + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 27031203647, + "rshares": 216871037, + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 217726966, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 257264765, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 73697385853, + "rshares": 240804802, + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 99864600019, + "rshares": 166799274, + "voter": "superfish" + }, + { + "percent": "10000", + "reputation": -1534229402682, + "rshares": 129724792, + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 321902226, + "rshares": 153601386, + "voter": "culoemono" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 241268308, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 80243542, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 104208534, + "voter": "vitz81" + }, + { + "percent": "0", + "reputation": -4655951946, + "rshares": 1281188, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 50989233, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 74184803, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "BlockTrades \"instant-exchange\" adds support for DAO. \n\nBlockTrades International Ltd has added DAO (http://daohub.org) to the list of cryptocurrencies that it buys and sells. Unlike a traditional exchange, BlockTrades acts as an automated buyer and seller of coins based on prevailing market prices across multiple exchanges. Coins supported for DAO trading include: bitcoin, bitshares, bitCNY, bitUSD, dash, doge, ethereum, litecoin, nubits, openusd, peercoin, steem, and steempower.", + "body_length": 487, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcny", + "children": 7, + "created": "2016-05-29T17:15:57", + "curator_payout_value": "1313.026 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitshares\",\"doge\",\"steem\",\"nubits\",\"dao\",\"dash\",\"peercoin\",\"ethereum\",\"steempower\",\"blocktrades\",\"bitcoin\",\"litecoin\",\"crypto-news\"]}", + "last_payout": "2016-08-24T22:22:27", + "last_update": "2016-05-29T17:17:54", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 176061810966076, + "parent_author": "", + "parent_permlink": "bitcny", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "blocktrades-supports-buyingselling-dao-coins-without-exchange-risk", + "post_id": 17942, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades supports buying/selling DAO coins without \"exchange-risk\"", + "title": "BlockTrades supports buying/selling DAO coins without \"exchange-risk\"", + "total_payout_value": "1324.723 HBD", + "url": "/bitcny/@blocktrades/blocktrades-supports-buyingselling-dao-coins-without-exchange-risk" + }, + "blocktrades/blocktrades-wants-to-buy-your-digixdao-dgd": { + "active_votes": [ + { + "percent": "-10000", + "reputation": 145171381514207, + "rshares": -19003214240677, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4825049610000, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 3856757224328, + "rshares": 1318864027200, + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1175936473430, + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1885665540000, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1377495554326, + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1292914640000, + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5000555184807, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3551701566673, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1698966760919, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3261815478902, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1365926427692, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 938820357549, + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1418385580528, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 704741325000, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1888311914884, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1407039918461, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2843108545375, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1677231803076, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 314859374093, + "rshares": 121098331034, + "voter": "penambang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1020557988942, + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 14110591454951, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 40279182992622, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 9326993992, + "rshares": 255299985726, + "voter": "nextgenwitness" + }, + { + "percent": "-10000", + "reputation": 8272495818727, + "rshares": -5076662742906, + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 51047995307721, + "rshares": -7213536232808, + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 1049211085828, + "rshares": -5477508243417, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 753872666826, + "voter": "justin" + }, + { + "percent": "-10000", + "reputation": 20297981245452, + "rshares": -5075947221194, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 3392417888899, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 490233359241, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 2573812264598, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5487020672, + "voter": "chloe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5484957708, + "voter": "jen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147527700, + "voter": "theghost" + }, + { + "percent": "10000", + "reputation": 1689894306134, + "rshares": 146089500, + "voter": "thepresident" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 36398296937, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 30176897723, + "voter": "steemservices1" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 46170951356, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": -336947174883, + "rshares": 82385000, + "voter": "officialinfotech" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 63869787634, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 11428653326, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 47033692888, + "rshares": 672908871, + "voter": "jbradford" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 5830744530, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 586492942, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 557826165, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": 493863952, + "rshares": 406246169, + "voter": "weenfan" + }, + { + "percent": "10000", + "reputation": 3195781916355, + "rshares": 437243804, + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 508314471, + "rshares": 639921128, + "voter": "walkingmage" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 5725987415, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 22378434861462, + "rshares": 406974069, + "voter": "stino-san" + }, + { + "percent": "10000", + "reputation": 2902053059801, + "rshares": 7993186159, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 129579084, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 353135516, + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 202930258, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 66685428525, + "rshares": 413169597, + "voter": "ssstand" + }, + { + "percent": "10000", + "reputation": 2504515033639, + "rshares": 270305015, + "voter": "cascades" + }, + { + "percent": "10000", + "reputation": 325589414514, + "rshares": 239740260, + "voter": "warplat" + }, + { + "percent": "10000", + "reputation": 3233138520, + "rshares": 267054635, + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 217726966, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 257264765, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 38105736, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 130446158, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 77290743065, + "voter": "johnsmith" + }, + { + "percent": "-10000", + "reputation": 9461619204, + "rshares": -542324507, + "voter": "lilo" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 35425595436, + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 241268308, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 104208534, + "voter": "vitz81" + }, + { + "percent": "0", + "reputation": -4655951946, + "rshares": 1281188, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 50989233, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 74184803, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55988550, + "voter": "mightypolenta" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "BlockTrades adds DGD to list of supported cryptocurrencies, needs inventory\n\n\nBlockTrades International Ltd has added #Digix DGD (http://digix.io) to the list of cryptocurrencies that it buys and sells. BlockTrades is currently looking to expand its available inventory of DGD, and will pay for DGD in the following coin types: #bitcoin, #bitshares, #dash, #doge, #ether, #litecoin, #nubits, #openusd, #peercoin, #steem, and #steempower.", + "body_length": 437, + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 1, + "created": "2016-05-22T18:23:33", + "curator_payout_value": "249.877 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"Digix\",\"bitcoin\",\"bitshares\",\"dash\",\"doge\",\"ether\",\"litecoin\",\"nubits\",\"openusd\",\"peercoin\",\"steem\",\"steempower\"]}", + "last_payout": "2016-08-25T11:32:48", + "last_update": "2016-05-22T18:23:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59120626993564, + "parent_author": "", + "parent_permlink": "blocktrades", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "blocktrades-wants-to-buy-your-digixdao-dgd", + "post_id": 11103, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades wants to buy your DigixDAO (DGD)", + "title": "BlockTrades wants to buy your DigixDAO (DGD)", + "total_payout_value": "255.512 HBD", + "url": "/blocktrades/@blocktrades/blocktrades-wants-to-buy-your-digixdao-dgd" + }, + "blocktrades/blocktrades-witness-report-for-2nd-week-of-august": { + "active_votes": [ + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 37246275498465, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 73755257986, + "voter": "highasfuck" + }, + { + "percent": "10000", + "reputation": 3894279128605, + "rshares": 6274832924030, + "voter": "wackou" + }, + { + "percent": "5000", + "reputation": 25104157850610, + "rshares": 1116626664715, + "voter": "samupaha" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2235529275373, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3080955289, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3739067926, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 708117905, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 51776410411, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1651695542, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 208830247, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 98652424792, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 30801424461, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 439070085922, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 438306900797, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2455537502129, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 27840374227, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 612845032, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 347055943371, + "rshares": 373886588, + "voter": "grumlin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 882028486, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 105144143924, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 4514030780, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 287249018, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 12325311449, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 134390115103, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 1590661010140, + "rshares": 23691023854, + "voter": "mod-tamichh" + }, + { + "percent": "10000", + "reputation": 596707334180, + "rshares": 3900508173, + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 41145563244589, + "rshares": 779547982447, + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 18403352211, + "voter": "fkn" + }, + { + "percent": "7500", + "reputation": 0, + "rshares": 358395510, + "voter": "paco-steem" + }, + { + "percent": "5800", + "reputation": 82831371778953, + "rshares": 435862114686, + "voter": "cryptogee" + }, + { + "percent": "7500", + "reputation": 376960001789, + "rshares": 4183529235, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 1833757131, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 336854258821, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 5414208804644, + "rshares": 22825932929, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 7045576727, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 10093114621632, + "rshares": 90688754972, + "voter": "william-noe" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 57796756625, + "voter": "hannixx42" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1448535583, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 137435525, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 139105642, + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 3211087232972, + "rshares": 11015157543, + "voter": "btotherest" + }, + { + "percent": "10000", + "reputation": 7152109350579, + "rshares": 4299952125, + "voter": "cm-steem" + }, + { + "percent": "10000", + "reputation": 1376656930605, + "rshares": 5016459399, + "voter": "karbonxx" + }, + { + "percent": "7500", + "reputation": 0, + "rshares": 280261038, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 49759915993, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 3057531765, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 3129809843371, + "rshares": 19461725342, + "voter": "chris-bell" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 82250420312, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 427173572, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 1095154011, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 100288722172, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 10374460, + "rshares": 1024479221, + "voter": "alex-hulsmeier" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 13956185459, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 4487951024, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 6113666630, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 1557874437556, + "rshares": 2284319454, + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 7434588418, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 5974746657, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 2114309829, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 18625906631, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 5185215943, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 1160886081198, + "rshares": 4913306952, + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 4967798154, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 40557912481, + "rshares": 239841569, + "voter": "mstang83" + }, + { + "percent": "1000", + "reputation": 213668684615, + "rshares": 223982230, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 10171002020923, + "rshares": 63157507391, + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 11093831898, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 5067902732, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 2237331858240, + "rshares": 5459834965, + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 27657949847, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 183176957, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 1421723647, + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 456375266764, + "rshares": 69214372362, + "voter": "mikemiziner" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 41982237720, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 446023673265, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 82669997312, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 2089006630, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 3891722, + "rshares": 414563491, + "voter": "barbara2" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 458983701, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 424860710, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 1372748161, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 3978354715302, + "rshares": 12810947947, + "voter": "lovenugz" + }, + { + "percent": "10000", + "reputation": 131860560605, + "rshares": 284660589, + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 964650892, + "voter": "steem1653" + }, + { + "percent": "1333", + "reputation": 25849925929525, + "rshares": 14683316361, + "voter": "anyx" + }, + { + "percent": "10000", + "reputation": 3740475854096, + "rshares": 2459425929, + "voter": "egjoshslim" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 103185457719, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 2399608782, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 45519107970, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 268258632, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 104339012507, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 9840337214, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 1705318675121, + "rshares": 2807670142, + "voter": "kell234" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 946443289, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 50670120057, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 4849158578, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1184455549, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 5284481274, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 34120390016, + "rshares": 1612095793, + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 420784408, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 11820053637, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 1703855505, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 4487749775, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 49770527, + "rshares": 3409385796, + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 24289133821, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": -910520517353, + "rshares": 21085736101, + "voter": "ubg" + }, + { + "percent": "10000", + "reputation": 345798829595, + "rshares": 955722005, + "voter": "rules169" + }, + { + "percent": "10000", + "reputation": 1532881687066, + "rshares": 7913474189, + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 4192947165, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 671977617081, + "rshares": 2737640955, + "voter": "mookosoo" + }, + { + "percent": "10000", + "reputation": 814835644010, + "rshares": 4198544966, + "voter": "vapekings14" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 105360460638, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 13590773044, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 515167203222, + "rshares": 339159763, + "voter": "jeison" + }, + { + "percent": "10000", + "reputation": 1108513184232, + "rshares": 10762644025, + "voter": "ben.zimmerman" + }, + { + "percent": "10000", + "reputation": 658081203263, + "rshares": 179730504, + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 45789047849, + "rshares": 151344775, + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 19524897676, + "rshares": 6711431727, + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 101184570, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 11638412128, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 97517122081, + "rshares": 144927489, + "voter": "cire81" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 10349594337, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 592090247, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 1978519668, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 1977774121, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 425044785, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 428720196, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 30360552978, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 115084792, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 132354049, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 860346080, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 38706448983317, + "rshares": 57503453620, + "voter": "sterlinluxan" + }, + { + "percent": "-10000", + "reputation": -489147116791, + "rshares": -95040528, + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 19410587962, + "rshares": 1872800171, + "voter": "andreynoch" + }, + { + "percent": "1000", + "reputation": -4779249072914, + "rshares": 220003926, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 714111334, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 74938505, + "voter": "alrx6918" + }, + { + "percent": "10000", + "reputation": 1977162029930, + "rshares": 836637787, + "voter": "litrbooh" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 5021304549, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 511460049017, + "rshares": 906148962, + "voter": "thedon" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 51019180, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 53302766, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 3679188122176, + "rshares": 6595336698, + "voter": "najoh" + }, + { + "percent": "10000", + "reputation": 1407146536376, + "rshares": 8136933284, + "voter": "fintech-jesus" + }, + { + "percent": "10000", + "reputation": 9337635520, + "rshares": 7768600960, + "voter": "spaceghost" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 347204273, + "voter": "mariadianaelaine" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 29884597072, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 25371398685, + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 512132085322, + "rshares": 6267473326, + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 31031494498, + "rshares": 213780161, + "voter": "littleboo" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 480890642380, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4033186709, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 478167094774, + "rshares": 588390750, + "voter": "romancs" + }, + { + "percent": "10000", + "reputation": 1100523431005, + "rshares": 1169184477, + "voter": "d3nv3r" + }, + { + "percent": "10000", + "reputation": 298397221413, + "rshares": 52320797, + "voter": "hdphotography" + }, + { + "percent": "10000", + "reputation": -2473639, + "rshares": 56140399, + "voter": "lukeerico.rus" + }, + { + "percent": "10000", + "reputation": 73944659327428, + "rshares": 14058259949, + "voter": "sirwinchester" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 247840940, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 96284142617, + "rshares": 1937056074, + "voter": "vladikras" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 52377800, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 31658562, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 10142244409, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 57347264, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 32037768, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 612274223, + "rshares": 19799300294, + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 33184164, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 606096537951, + "rshares": 644165366, + "voter": "kdugar" + }, + { + "percent": "10000", + "reputation": 260394486860, + "rshares": 423972692, + "voter": "deepdarkweb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 20484992, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 4539446626, + "rshares": 62750516, + "voter": "shafutinsky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80282583, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 502596799, + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 42089298, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 52951021867, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -138680661344, + "rshares": 58450630, + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 78435546, + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61150289, + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 32438635, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 39802149, + "voter": "eternal" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 6141736703, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 34436412607, + "rshares": 5645693548, + "voter": "mabiturm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 47071340, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 71432076, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 34657029528, + "rshares": 50516156, + "voter": "filmaker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 106589127, + "voter": "stevenh512" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 45969792, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 45967624, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 45965997, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 45963539, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 44781512, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 56262568, + "voter": "vasilii" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 44461105, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 1027623674960, + "rshares": 2852794595, + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 531467832, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 63268872, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 1041384471, + "rshares": 2670673220, + "voter": "kovaiensko" + }, + { + "percent": "10000", + "reputation": 9969442529, + "rshares": 9507566791, + "voter": "stephenfrost" + }, + { + "percent": "10000", + "reputation": 2484336960082, + "rshares": 2772313256, + "voter": "cryptovpn" + }, + { + "percent": "10000", + "reputation": 14686018058, + "rshares": 55057303, + "voter": "gduran" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 43541460, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 17524578300, + "rshares": 51841244, + "voter": "carfreak" + }, + { + "percent": "10000", + "reputation": 806039558963, + "rshares": 1221975166, + "voter": "terryrall" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 620836869, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 42719273, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 38377870181305, + "rshares": 55037818, + "voter": "markrmorrisjr" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 42723720, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 42451184, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 42444105, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 8412926035, + "rshares": 2069822152, + "voter": "ericbotticelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 42158354, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 45199860, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 45198315, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53844527, + "voter": "evecpascal" + }, + { + "percent": "10000", + "reputation": 841207, + "rshares": 53837292, + "voter": "inev" + }, + { + "percent": "10000", + "reputation": 56217302217, + "rshares": 56030456, + "voter": "readwriteshare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51627138, + "voter": "n00b" + }, + { + "percent": "10000", + "reputation": 3394288, + "rshares": 53222492, + "voter": "margarita7" + }, + { + "percent": "10000", + "reputation": 7805684953, + "rshares": 53998085, + "voter": "xomtux" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 1359710881, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 1305746304240, + "rshares": 1260213064, + "voter": "ekaterinka" + }, + { + "percent": "10000", + "reputation": 312902704, + "rshares": 75952648, + "voter": "timalex" + }, + { + "percent": "10000", + "reputation": 41596863062, + "rshares": 81556444, + "voter": "brainup" + }, + { + "percent": "10000", + "reputation": -565298235179, + "rshares": 129628407, + "voter": "elsi" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "<p>Christian Lains has asked all the witnesses to create a weekly report of our activities, so here's a short summary of BlockTrades' progress this week:\u00a0</p>\n<p><br />\nMost of our work this week was devoted to security and infrastructure improvements to the <a href=\"https://blocktrades.us\" rel=\"noopener\">BlockTrades </a>and OpenLedger transaction processing systems. We configured a couple of new servers as redundant backups using <a href=\"https://www.freebsd.org/doc/handbook/geom-mirror.html\" rel=\"noopener\">mirrored RAID</a> drives. We've unified the way we manage the cryptocurrency wallets and other processes between OpenLedger and BlockTrades to reduce our daily workload (which speeds up the rate at which we can handle customer problems). We also made security improvements to the way we handle our cold storage wallets and databases. We've added additional <a href=\"http://munin-monitoring.org/\" rel=\"noopener\">Munin </a>monitoring processes \u00a0to detect upcoming potential problems on our servers (for example, <a href=\"https://en.wikipedia.org/wiki/S.M.A.R.T.\" rel=\"noopener\">SMART detection</a> on drives to provide early alerts of impending drive failures).\u00a0</p>\n<p><br />\nOn the steem coding side of things, Dan Larimer told us that his steem client is still occasionally falling out of sync, so we're re-enabling compression of the log files so that he enable logging in his client and send them to us for analysis.\u00a0</p>\n<p><br />\nSupport-wise, we continue to assist new users in learning how to convert Steem Dollars to Bitcoin. We also gave assistance to some new users of our <a href=\"https://steemit.com/crypto-news/@blocktrades/how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc\">\u201cfast-confirmation\u201d</a> feature that allows for rapid confirmations when buying cryptocurrencies such as Steem with Bitcoin.\u00a0</p>", + "body_length": 1844, + "cashout_time": "1969-12-31T23:59:59", + "category": "witness-category", + "children": 19, + "created": "2016-08-12T18:40:39", + "curator_payout_value": "2.945 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"witness-category\"],\"links\":[\"https://blocktrades.us\",\"https://www.freebsd.org/doc/handbook/geom-mirror.html\",\"http://munin-monitoring.org/\",\"https://en.wikipedia.org/wiki/S.M.A.R.T.\",\"https://steemit.com/crypto-news/@blocktrades/how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc\"]}", + "last_payout": "2016-09-12T07:32:27", + "last_update": "2016-08-12T18:40:39", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 55080841870142, + "parent_author": "", + "parent_permlink": "witness-category", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "blocktrades-witness-report-for-2nd-week-of-august", + "post_id": 769700, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades Witness Report for 2nd week of August", + "title": "BlockTrades Witness Report for 2nd week of August", + "total_payout_value": "566.798 HBD", + "url": "/witness-category/@blocktrades/blocktrades-witness-report-for-2nd-week-of-august" + }, + "blocktrades/blocktrades-witness-report-for-3rd-week-of-august": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4556805763203, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1107214322531, + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1763387946270, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1289199262792, + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1217370412943, + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428833724595, + "voter": "erihn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4735025287307, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3386806010773, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1588933713781, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3110061924993, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1277189759934, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 920786042180, + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 553315308571, + "voter": "arroyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 300835387148, + "voter": "back" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1330736115666, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 1682816538858, + "rshares": 449591377271, + "voter": "benita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 306508514040, + "voter": "bess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243952716045, + "voter": "blanche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121682624536, + "voter": "cherly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1766277396057, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 303665459511, + "voter": "galel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121682423924, + "voter": "gamath" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 181395112349, + "voter": "bottai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1315796311141, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2719649500624, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1568329080407, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 444946808549, + "voter": "lessys" + }, + { + "percent": "-10000", + "reputation": 14765040488827, + "rshares": -27580166036633, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 953321306264, + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121683073309, + "voter": "cleta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420230195487, + "voter": "kevtorin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 304675224586, + "voter": "janaraeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121678076102, + "voter": "kayana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420231253471, + "voter": "kriborin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121677551210, + "voter": "panword" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 39641608482099, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 515116517855, + "voter": "alpha" + }, + { + "percent": "2000", + "reputation": 176979684007, + "rshares": 7135857117625, + "voter": "jamesc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 179865370053, + "voter": "omega" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 131353259946, + "voter": "highasfuck" + }, + { + "percent": "5000", + "reputation": 25104157850610, + "rshares": 1072432797969, + "voter": "samupaha" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2243736420603, + "voter": "hr1" + }, + { + "percent": "4500", + "reputation": 16685610555705, + "rshares": 8657224682210, + "voter": "tombstone" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1662811798334, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 4919608834945, + "rshares": 149289506514, + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 2472202723, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3000653391, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 562336614, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 5823813310695, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 42157010252, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1325175708, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 170766826, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 109792409411, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 33920673328, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 371877528799, + "voter": "recursive2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 330884246661, + "voter": "recursive3" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2524457488945, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 68236886814465, + "rshares": 272861301658, + "voter": "officialfuzzy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 497173091, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 4075717838613, + "rshares": 10912159440, + "voter": "wpalczynski" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 737334583, + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 96486114508046, + "rshares": 53647387146, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 5992588876858, + "rshares": 21959776169, + "voter": "hcf27" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 123803257480, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 113242195450, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230241395, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 6863537479759, + "rshares": 39273032460, + "voter": "mf-tzo" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 14639509545, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 48029273695, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 80192862194, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 13297842425, + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 81300407183, + "rshares": 526236585, + "voter": "ifttt" + }, + { + "percent": "3000", + "reputation": 4931834878069, + "rshares": 7653549921, + "voter": "fkn" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 402077406, + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 376960001789, + "rshares": 4721970105, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 11372617606769, + "rshares": 106545832245, + "voter": "forrestwillie" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2007820761, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 337810544751, + "voter": "teamsteem" + }, + { + "percent": "3000", + "reputation": 5414208804644, + "rshares": 10048977088, + "voter": "elishagh1" + }, + { + "percent": "10000", + "reputation": 6703300627334, + "rshares": 21497976090, + "voter": "jonnybitcoin" + }, + { + "percent": "10000", + "reputation": 348876921907, + "rshares": 577162158, + "voter": "n25052016" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 60191398643, + "voter": "hannixx42" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1799526647, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 366873201430, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 339079256, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 136266751, + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 7152109350579, + "rshares": 4299952125, + "voter": "cm-steem" + }, + { + "percent": "10000", + "reputation": 9090232372242, + "rshares": 90244054421, + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 382282246336, + "voter": "taoteh1221" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 314353595, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 51650773301, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 184532344417, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 3129809843371, + "rshares": 19659057656, + "voter": "chris-bell" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 169577529419, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 1116909606233, + "rshares": 13116569463, + "voter": "facer" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 427191549, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 771767379417, + "rshares": 1415823217, + "voter": "stephen-somers" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 130278287092, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 5412463822, + "voter": "grandpere" + }, + { + "percent": "4800", + "reputation": 48542961182602, + "rshares": 697280912421, + "voter": "sean-king" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 45134469743, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 12624844260, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 3509662488161, + "rshares": 23550863544, + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 2255674848, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 3929147028870, + "rshares": 5552764538, + "voter": "magnebit" + }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 3072733827, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 3736882990, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 7887900559, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 2169949561, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 10980042082204, + "rshares": 14319973947, + "voter": "skapaneas" + }, + { + "percent": "10000", + "reputation": -211976733933, + "rshares": 958321009, + "voter": "bigs21024" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 62349665000, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 2606017851, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 2085539735789, + "rshares": 3137483253, + "voter": "rowbvp" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 8750684022, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 255855422, + "voter": "russle" + }, + { + "percent": "10000", + "reputation": 1160886081198, + "rshares": 2469075170, + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 2048694850, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 4907734423, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 222532257, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 106083895889, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 787678199102, + "rshares": 4715901588, + "voter": "cmtzco" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 11093831898, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 2606065046, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 2237331858240, + "rshares": 2744064212, + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 142793644, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": -11110332240496, + "rshares": 679769328, + "voter": "sergei" + }, + { + "percent": "3000", + "reputation": 19111656178138, + "rshares": 16732184958, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 10592299402, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 9434827381, + "rshares": 2554262781, + "voter": "mtber" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 1533534432, + "voter": "owdy" + }, + { + "percent": "3000", + "reputation": 3891722, + "rshares": 182010174, + "voter": "barbara2" + }, + { + "percent": "3000", + "reputation": 9142611234, + "rshares": 201620820, + "voter": "ch0c0latechip" + }, + { + "percent": "3000", + "reputation": 3871042, + "rshares": 186585611, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 227022848, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 1598540193144, + "rshares": 26917493290, + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 131860560605, + "rshares": 316667816, + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1275926534, + "voter": "marcgodard" + }, + { + "percent": "-10000", + "reputation": 14053867770193, + "rshares": -142838257286, + "voter": "repholder" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 1327701212, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 1710909451, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 50358046180, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1008880747, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 329741371, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 246886206714, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 1118581531020, + "rshares": 2464852335, + "voter": "dmacshady" + }, + { + "percent": "10000", + "reputation": 41878231654, + "rshares": 406510118, + "voter": "chrishogan" + }, + { + "percent": "10000", + "reputation": 1500654518354, + "rshares": 28132553084, + "voter": "yongyoon" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 8236949493, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 3617724970, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 4812935172, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 10033807061, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 34120390016, + "rshares": 2221347681, + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 422344218, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 4266453011, + "rshares": 247421886, + "voter": "ahnaja" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 3746991871, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": -124823359245, + "rshares": 11502379500, + "voter": "mustafaomar" + }, + { + "percent": "10000", + "reputation": 843226172873, + "rshares": 30962268520, + "voter": "thylbom" + }, + { + "percent": "10000", + "reputation": 1532881687066, + "rshares": 8076042845, + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 6875049105, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 5556366453, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 61224832002, + "rshares": 133244656, + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 2802477864, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 19107279633, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 36873792622, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 2795999874461, + "rshares": 891836274132, + "voter": "james212" + }, + { + "percent": "3000", + "reputation": 10519849768972, + "rshares": 6164005947, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1090575816, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 231467850, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 231815582, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 134277421, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 135036585, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 77034357, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 658081203263, + "rshares": 963717768, + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 725570292123, + "rshares": 2861015517, + "voter": "willbeonceagain8" + }, + { + "percent": "10000", + "reputation": 161079803820, + "rshares": 53040305238, + "voter": "arcurus" + }, + { + "percent": "10000", + "reputation": 45789047849, + "rshares": 148377230, + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 19524897676, + "rshares": 5565094823, + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 11096186337460, + "rshares": 22962529793, + "voter": "anca3drandom" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 103484220, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 168638692692, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 2615896270, + "rshares": 3844175800, + "voter": "sacode" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 18426445544, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 20782968, + "rshares": 111850189, + "voter": "pyneer" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 35500401814, + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 590018565, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 297753687, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 169998121, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 2002766213, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 69622310, + "voter": "yarly12" + }, + { + "percent": "3000", + "reputation": 147425730, + "rshares": 190180063, + "voter": "fnait" + }, + { + "percent": "3000", + "reputation": 3720753029, + "rshares": 188290892, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 913533919783, + "rshares": 1576799653, + "voter": "maykor15" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 2847763286, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81930668, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 5571312226030, + "rshares": 3286335338, + "voter": "beanz" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 115319800, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 9279947884, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 173074980, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 95063711, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 1700427164, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 878269957, + "voter": "mar1978co" + }, + { + "percent": "-10000", + "reputation": -489147116791, + "rshares": -95040528, + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 4046144208870, + "rshares": 331324485, + "voter": "webosfritos" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 218472801, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 739615310, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": 328735209616, + "rshares": 1747271955, + "voter": "gaitan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107999610, + "voter": "alrx6918" + }, + { + "percent": "10000", + "reputation": 10137266406870, + "rshares": 5466052530, + "voter": "nekromarinist" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50234451, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": -30042368, + "rshares": 64035836, + "voter": "igorphoto" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 50731326, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 15865846302, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 3731142865186, + "rshares": 2341393661, + "voter": "timcliff" + }, + { + "percent": "10000", + "reputation": 690503277075, + "rshares": 2360034452, + "voter": "augur" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 29884597072, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 25371398685, + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 6887127798781, + "rshares": 28848672500, + "voter": "xtester" + }, + { + "percent": "10000", + "reputation": 69783930572, + "rshares": 2595645545, + "voter": "denha" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 416823468623, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1858472678, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 180458407, + "rshares": 62031432, + "voter": "shanejonas" + }, + { + "percent": "10000", + "reputation": 2337037146737, + "rshares": 7030674025, + "voter": "veerprit" + }, + { + "percent": "10000", + "reputation": 117644956479, + "rshares": 8009182050, + "voter": "jphamer1" + }, + { + "percent": "10000", + "reputation": 29845491058, + "rshares": 69667046, + "voter": "ragnaroek" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 115810450, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 247840940, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 96284142617, + "rshares": 1901201454, + "voter": "vladikras" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 51120963, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5097990542, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 176295626, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 612274223, + "rshares": 19386814871, + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 606096537951, + "rshares": 794056119, + "voter": "kdugar" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1585896325, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 145203236, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 849623403126, + "rshares": 684123431, + "voter": "vegascomic" + }, + { + "percent": "10000", + "reputation": 4130836907564, + "rshares": 16162699401, + "voter": "highlite" + }, + { + "percent": "10000", + "reputation": 128921857682, + "rshares": 70952839, + "voter": "sven.hennes" + }, + { + "percent": "10000", + "reputation": 56139970267, + "rshares": 73061236, + "voter": "evgenyche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230108632, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 50183394, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 7745951147, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 95425265361, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": -138680661344, + "rshares": 59668352, + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114992597, + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61167862, + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 6141736703, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 71432076, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 7297087216805, + "rshares": 3589728756, + "voter": "pjheinz" + }, + { + "percent": "10000", + "reputation": 83682643470, + "rshares": 104558988, + "voter": "cinderphoenix" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121840170, + "voter": "jimmytwoshoes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1016260025, + "rshares": 56605454, + "voter": "dimitriy" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 2140537429766, + "rshares": 13682400270, + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 1027623674960, + "rshares": 1412520815, + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 531467832, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 44679463800, + "rshares": 5011552744, + "voter": "professorx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58064982, + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 162741674983, + "rshares": 53009830, + "voter": "frol" + }, + { + "percent": "10000", + "reputation": 18890223518661, + "rshares": 21844933182, + "voter": "someguy123" + }, + { + "percent": "10000", + "reputation": 62579633003, + "rshares": 65470574, + "voter": "joelbow" + }, + { + "percent": "10000", + "reputation": 11490547563070, + "rshares": 19172272906, + "voter": "hilarski" + }, + { + "percent": "10000", + "reputation": 58525745813, + "rshares": 57987166, + "voter": "rangertx" + }, + { + "percent": "10000", + "reputation": 1141549904909, + "rshares": 2083966589, + "voter": "hoopatang" + }, + { + "percent": "10000", + "reputation": 824556048979, + "rshares": 3702599937, + "voter": "harand" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 14093182160, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 263257839975, + "rshares": 60982926, + "voter": "glezeddy" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 58534791, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 2953997242466, + "rshares": 213545095, + "voter": "newandold" + }, + { + "percent": "10000", + "reputation": 60366373217, + "rshares": 68794523, + "voter": "raseukinapobri" + }, + { + "percent": "10000", + "reputation": 11452945189, + "rshares": 56814493, + "voter": "voluntaryelle" + }, + { + "percent": "10000", + "reputation": 199905262704, + "rshares": 51651302, + "voter": "whitezombie" + }, + { + "percent": "10000", + "reputation": 2147956107486, + "rshares": 2077791406, + "voter": "einsteinpotsdam" + }, + { + "percent": "10000", + "reputation": 3849564768924, + "rshares": 29235820374, + "voter": "onesunbeingnow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 278282371369, + "rshares": 78330107, + "voter": "moneymaker" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50262756, + "voter": "wiss" + }, + { + "percent": "10000", + "reputation": 80500300321, + "rshares": 53461883, + "voter": "happylovelife" + }, + { + "percent": "10000", + "reputation": 205523551305, + "rshares": 388822791, + "voter": "ghasemkiani" + }, + { + "percent": "10000", + "reputation": 8412926035, + "rshares": 3768764897, + "voter": "ericbotticelli" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 80747623295, + "rshares": 24473869921, + "voter": "zahnspange" + }, + { + "percent": "10000", + "reputation": 2852613092773, + "rshares": 118868971, + "voter": "andressilvera" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 415511458887, + "rshares": 57698440, + "voter": "ratidor" + }, + { + "percent": "10000", + "reputation": 15391412, + "rshares": 55019922, + "voter": "jhonione" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54632424, + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52400985, + "voter": "swetlacha" + }, + { + "percent": "10000", + "reputation": 92235697712, + "rshares": 52896211, + "voter": "magdalenaruth" + }, + { + "percent": "10000", + "reputation": 29018448461, + "rshares": 62361808, + "voter": "siclone23" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 3071821919457, + "rshares": 998189412, + "voter": "mbroek1983" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 7298696973, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50931848, + "voter": "analyzethis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54012814, + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50751176, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53764342, + "voter": "dr-who" + }, + { + "percent": "10000", + "reputation": -195878223866, + "rshares": 100793544, + "voter": "ezrathecat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89327396, + "voter": "dr-house" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "0", + "reputation": 26215514, + "rshares": 230511573, + "voter": "brains" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53496114, + "voter": "imc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50196187, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 1359710881, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53232411, + "voter": "simplejoysoflife" + }, + { + "percent": "10000", + "reputation": 50050365062, + "rshares": 52158213, + "voter": "jcvanleur" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50918375, + "voter": "ailo" + }, + { + "percent": "10000", + "reputation": 7766373, + "rshares": 367443792, + "voter": "denmark9560" + }, + { + "percent": "10000", + "reputation": 23817229390, + "rshares": 50779258, + "voter": "thecentreofitall" + }, + { + "percent": "10000", + "reputation": 1770877346455, + "rshares": 658268840, + "voter": "changkun" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53394429, + "voter": "paradigma" + }, + { + "percent": "10000", + "reputation": 1305746304240, + "rshares": 1260213064, + "voter": "ekaterinka" + }, + { + "percent": "10000", + "reputation": 600667224252, + "rshares": 50851521, + "voter": "mrabdo" + }, + { + "percent": "10000", + "reputation": 1286719931439, + "rshares": 207163446, + "voter": "terrano" + }, + { + "percent": "10000", + "reputation": 312902704, + "rshares": 75952648, + "voter": "timalex" + }, + { + "percent": "10000", + "reputation": 41596863062, + "rshares": 81556444, + "voter": "brainup" + }, + { + "percent": "10000", + "reputation": -565298235179, + "rshares": 129628407, + "voter": "elsi" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "<html>\n<p>On the coding side of things, we made several <a href=\"https://github.com/steemit/steem/pulls\">pull requests</a> for features/fixes we recently made to the Steem client. Some I've mentioned previously, but one new one is the ability to send two transactions for the same amount of funds between the same pair of users in the same block. Previously the 2nd transaction would be rejected.</p>\n<p>This week we spent more time on business and design discussions versus coding work. Some proposals for changing features related to voting were discussed and ultimately rejected after soliciting community input (most notoriously, the vote nullification feature). Last I heard Dan was planning to go back to the drawing board on this issue, although I have hopes that some other features such as the ones below will take precedence for the near term. </p>\n<p>I've been pushing hard both publicly and behind the scenes for an introductory location where new users can get a nice introduction to the Steemit site and Steemit culture, and a recent post by Ned makes me think we're going to make some headway on this issue soon. I think this is critically important, not only so new users don't feel lost, but also to reduce friction between new and existing users and move us closer to a common ground about site usage.</p>\n<p>I also participated in some discussions about how to protect people from losing too much Steem in the event that a hacker manages to gain control of their account, as well as a feature for allowing a user to regain control of their Steem account if they lose their password. I think both of these features will be big selling points when making the case for Steem as a safe alternative to traditional money. </p>\n<p>I'm still arguing the case that a primary focus for the front-end developers for Steemit should be a feature that allows for new users who sign up via facebook to \u201cShare\u201d that they've signed up to Steemit as a means of viral advertising. If you agree or if you think there's other more important features that the GUI guys should focus on first, please leave a comment. </p>\n</html>", + "body_length": 2140, + "cashout_time": "2016-08-26T21:21:00", + "category": "witness-category", + "children": 75, + "created": "2016-08-19T21:21:00", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"witness-category\",\"blocktrades\"],\"links\":[\"https://github.com/steemit/steem/pulls\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-08-19T21:26:57", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88937265388567, + "parent_author": "", + "parent_permlink": "witness-category", + "pending_payout_value": "1083.292 HBD", + "percent_hbd": 10000, + "permlink": "blocktrades-witness-report-for-3rd-week-of-august", + "post_id": 896100, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "BlockTrades Witness Report for 3rd Week of August", + "title": "BlockTrades Witness Report for 3rd Week of August", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@blocktrades/blocktrades-witness-report-for-3rd-week-of-august" + }, + "blocktrades/bug-in-web-wallets-implementation-of-memo-encryptiondecryption-fix-available-but-will-break-some-legacy": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4728548617800, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 3856757224328, + "rshares": 1346340361100, + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1175936473430, + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1847952229200, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1349945643240, + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1267056347200, + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4900544081111, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3551701566673, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1664987425701, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3261815478902, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1338607899138, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 958379114998, + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1390017868918, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 704741325000, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1850545676586, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1378899120092, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2843108545375, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1643687167015, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 314859374093, + "rshares": 121098331034, + "voter": "penambang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1000146829163, + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 39440033346943, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6433763717858, + "voter": "skywalker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 6864792729974, + "voter": "firstclass" + }, + { + "percent": "-10000", + "reputation": 8272495818727, + "rshares": -5076686428792, + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 51047995307721, + "rshares": -7381292889385, + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 1049211085828, + "rshares": -5477508243417, + "voter": "enki" + }, + { + "percent": "-10000", + "reputation": 20297981245452, + "rshares": -5075971420505, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 2258381060624, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 2394557064957, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 2185067624745, + "rshares": 782974508424, + "voter": "bhuz" + }, + { + "percent": "10000", + "reputation": 35483070303, + "rshares": 1336059292, + "voter": "steemian" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 639989115793, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 46133684259, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 1212014038, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 4909504649121, + "rshares": 7239535072, + "voter": "bangking" + }, + { + "percent": "10000", + "reputation": 17963746432859, + "rshares": 654381658, + "voter": "mldorton" + }, + { + "percent": "10000", + "reputation": 204869765185479, + "rshares": 499880475, + "voter": "gavvet" + }, + { + "percent": "10000", + "reputation": 3195781916355, + "rshares": 445988680, + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 5725987415, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 346072806, + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 54471032, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 121488921, + "rshares": 89065893, + "voter": "alexandr33" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 212993771, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 250833146, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 130446158, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 104208534, + "voter": "vitz81" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 48439772, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 72065237, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "Bug found in memo encryption, fix available but will break decryption of small number of legacy memos\n\nBoth the BlockTrades bridge and the OpenLedger gateways depend on the command-line interface (cli) wallet to encrypt and decrypt transaction memos. We recently observed that very occassionally the cli wallet was unable to decrypt a memo that the web wallet was able to decrypt. This is potentially a very serious issue for automated processing of transactions as the platform scales to larger numbers of transactions, so we began analyzing the web wallet and the cli wallet to see where the difference lay. \n\nOur initial suspicion was that there might be a hard-to-trigger bug in the relatively new secp256k1 library that replaced the traditional openssl library, but after some tests we were able to determine that both libraries produced the same results. Ultimately we were able to identify a bug that it was the loss of a leading zero in the shared secret calculation performed by the web wallet that caused the bug.\n\nThis bug was never apparent in the web wallet, because both the encryption and the decryption routines use the same flawed algorithm, and it only rarely showed up in the cli wallet in the fairly rare case where the first byte in the shared secret was 0x00 (probably 1 in every 256 memos on average, I suppose, assuming that byte value is randomly distributed).\n\nWe have a fix for the bug, but one side effect of the fix is that some small number of old memos will no longer be viewable in the web wallet. If someone needs to decrypt these old memos at some point, it would still be possible to view them using an older version of the web wallet. All future memos generated with the fixed code will be properly viewable in the web wallet and the cli wallet. \n\nI believe this is the only reasonable solution to the problem, but of course it's up to the community to make a final determination on this issue. If there's anyone who objects to this change, please let us know as soon as possible.", + "body_length": 2016, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitshares", + "children": 0, + "created": "2016-05-18T01:26:00", + "curator_payout_value": "364.074 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "2016-08-24T15:54:21", + "last_update": "2016-05-18T01:32:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 74191675332885, + "parent_author": "", + "parent_permlink": "bitshares", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "bug-in-web-wallets-implementation-of-memo-encryptiondecryption-fix-available-but-will-break-some-legacy", + "post_id": 8135, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Bug in Web Wallet's implementation of memo encryption/decryption (fix available, but will break some legacy memos)", + "title": "Bug in Web Wallet's implementation of memo encryption/decryption (fix available, but will break some legacy memos)", + "total_payout_value": "368.244 HBD", + "url": "/bitshares/@blocktrades/bug-in-web-wallets-implementation-of-memo-encryptiondecryption-fix-available-but-will-break-some-legacy" + }, + "blocktrades/dao-gateway-on-openledger-is-fully-operational": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 5183335208700, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 3856757224328, + "rshares": 1318864027200, + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1175936473430, + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1885665540000, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1377495554326, + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1292914640000, + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5000555184807, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3624185272115, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1698966760919, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3261815478902, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1365926427692, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 938820357549, + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1418385580528, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 704741325000, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1888311914884, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1407039918461, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2843108545375, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 8151223409709, + "rshares": 16272693589904, + "voter": "rainman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1677231803076, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1020557988942, + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 40279182992622, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 173220535193, + "rshares": 85222091203, + "voter": "coin" + }, + { + "percent": "-10000", + "reputation": 8272495818727, + "rshares": -5076662742906, + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 51047995307721, + "rshares": -7213536232808, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 25104157850610, + "rshares": 1280132583900, + "voter": "samupaha" + }, + { + "percent": "-10000", + "reputation": 1049211085828, + "rshares": -5596584509578, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 14756948501919, + "rshares": 5560696291835, + "voter": "fuzzyvest" + }, + { + "percent": "-10000", + "reputation": 20297981245452, + "rshares": -5075947221194, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 919102630911, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 3609656925577, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 867219193419, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 2908550617485, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 8717425187, + "rshares": 2752720852539, + "voter": "witness.svk" + }, + { + "percent": "10000", + "reputation": 2185067624745, + "rshares": 830260199025, + "voter": "bhuz" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 537590857266, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 52636948521, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": -336947174883, + "rshares": 82385000, + "voter": "officialinfotech" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 102604816213, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 13872390776, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 638101164, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 179829390709, + "rshares": 654456107, + "voter": "fusan" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 5830744530, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 6373903167891, + "rshares": 634147590, + "voter": "patrice" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 22270477044, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": -300156721234, + "rshares": 598673109, + "voter": "snoop" + }, + { + "percent": "10000", + "reputation": 194727158609, + "rshares": 917009105, + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 557999756, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 6284937, + "rshares": 568958817, + "voter": "edilliam" + }, + { + "percent": "10000", + "reputation": 596707334180, + "rshares": 2921439998, + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 2830877880805, + "rshares": 130560389849, + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 56355901981, + "rshares": 466582370, + "voter": "st2158901" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 4118598950, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 17814707827319, + "rshares": 1963664912, + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 394902390, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 348876921907, + "rshares": 425301663, + "voter": "n25052016" + }, + { + "percent": "10000", + "reputation": 1309312699659, + "rshares": 432513754, + "voter": "redivivus" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 9287275661, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 11952915931943, + "rshares": 421257221, + "voter": "amartinezque" + }, + { + "percent": "10000", + "reputation": 55848859222, + "rshares": 418065930, + "voter": "are-you-mad" + }, + { + "percent": "10000", + "reputation": 22378434861462, + "rshares": 415279662, + "voter": "stino-san" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 696750238, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 388721177, + "voter": "viet-ngo" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 242960782, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 9084038135515, + "rshares": 394296677, + "voter": "nphacker" + }, + { + "percent": "10000", + "reputation": 34845345, + "rshares": 402032558, + "voter": "dke" + }, + { + "percent": "10000", + "reputation": -3282451, + "rshares": 409283862, + "voter": "minority-report" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 360198226, + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": -577089724709, + "rshares": 321437903, + "voter": "rednetkjh" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 6347916529, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 2504515033639, + "rshares": 275711115, + "voter": "cascades" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 27007214, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 587584054096, + "rshares": 265446752, + "voter": "omarbitcoin" + }, + { + "percent": "10000", + "reputation": 3233138520, + "rshares": 261604541, + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 217726966, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 257264765, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 130446158, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 99864600019, + "rshares": 166799274, + "voter": "superfish" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 241268308, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 99677728, + "voter": "vitz81" + }, + { + "percent": "0", + "reputation": -4655951946, + "rshares": 1281188, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 50989233, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 74184803, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "Deposits and withdrawals of DAO are live on OpenLedger exchange\n\nDAO deposits and withdrawals from the distributed exchange (DEX), OpenLedger, have been fully functional without any hiccups for the past few hours. A number of customers who bought DAO during the pre-sale (via open.dao markets) have successfully withdrawn DAO to their ethereum wallets, and we've also had new deposits by those who've claimed DAO and are ready to trade it on the DEX. There are several active markets for DAO on OpenLedger:\n\nhttps://bitshares.openledger.info/#/market/OPEN.DAO_OPEN.ETH (DAO/Ether)\nhttps://bitshares.openledger.info/#/market/OPEN.DAO_OPEN.BTC (DAO/Bitcoin)\nhttps://bitshares.openledger.info/#/market/OPEN.DAO_BTS (DAO/BitShares)\n\nSince OpenLedger is a decentralized exchange, you can also create your own \"active\" markets by finding others who are interested in trading between DAO and any other asset traded on the exchange.", + "body_length": 932, + "cashout_time": "1969-12-31T23:59:59", + "category": "openledger", + "children": 4, + "created": "2016-05-28T13:06:33", + "curator_payout_value": "513.869 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitshares\",\"dao\"]}", + "last_payout": "2016-08-24T15:53:45", + "last_update": "2016-05-28T13:06:33", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 92389508048692, + "parent_author": "", + "parent_permlink": "openledger", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "dao-gateway-on-openledger-is-fully-operational", + "post_id": 16647, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "DAO gateway on OpenLedger is fully operational", + "title": "DAO gateway on OpenLedger is fully operational", + "total_payout_value": "518.483 HBD", + "url": "/openledger/@blocktrades/dao-gateway-on-openledger-is-fully-operational" + }, + "blocktrades/exchange-help-how-to-reliably-broadcast-transactions": { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 22496772677147, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4818480402708, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 83122046, + "rshares": 17434286388309, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 29413703412669, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 8631234024519, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 42687530952817, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 2147954398561, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 16641319523514, + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 9326993992, + "rshares": 238820619995, + "voter": "nextgenwitness" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 779252290943, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 5673270674600, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 4919608834945, + "rshares": 140594092549, + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1533327363073, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 7162575344, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 9510507624851, + "rshares": 230391801530, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5391397361, + "voter": "chloe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5386992703, + "voter": "jen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 144684588, + "voter": "theghost" + }, + { + "percent": "10000", + "reputation": 1689894306134, + "rshares": 5615556324, + "voter": "thepresident" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 545806351220, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 395297785309, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 15889350161, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1181907997104, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 70618953349, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 4232996418, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2478227636276, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 13390686881, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 207932043371, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 71078307607, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 23849455076, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 23218156919, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 410489428, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 1465211458736, + "rshares": 9472647340, + "voter": "makishart" + }, + { + "percent": "10000", + "reputation": 781487609779, + "rshares": 5904044629, + "voter": "dylan-nicholas" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 50447771126, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 5047940714, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 1101383579109, + "rshares": 139057417772, + "voter": "timotirado" + }, + { + "percent": "10000", + "reputation": 5380704535, + "rshares": 105621553775, + "voter": "samuel-stone" + }, + { + "percent": "10000", + "reputation": 1655372026731, + "rshares": 3365240318, + "voter": "cryptorune" + }, + { + "percent": "10000", + "reputation": -643708124450, + "rshares": 465320829, + "voter": "addisdev" + }, + { + "percent": "10000", + "reputation": 41145563244589, + "rshares": 709024729210, + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 663261418495, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 3950728742, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 203512751544, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 17814707827319, + "rshares": 99463709208, + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 641363229158, + "rshares": 165819317, + "voter": "algo-rythm" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 12820008899, + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 4735283889689, + "rshares": 47113250782, + "voter": "evan-koser" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 1377304278, + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 34374151776, + "voter": "asch" + }, + { + "percent": "10000", + "reputation": 22378434861462, + "rshares": 194337418484, + "voter": "stino-san" + }, + { + "percent": "1133", + "reputation": 2902053059801, + "rshares": 1045288623, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 566376518, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 881957508, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 18165011697633, + "rshares": 67798649483, + "voter": "tinfoilfedora" + }, + { + "percent": "10000", + "reputation": 4271275461, + "rshares": 3244572442, + "voter": "crypton" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 82349205, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 6886422212862, + "rshares": 42000834058, + "voter": "pixellated" + }, + { + "percent": "10000", + "reputation": 2272340357792, + "rshares": 176609866796, + "voter": "java1959" + }, + { + "percent": "10000", + "reputation": 159873051060, + "rshares": 586059716, + "voter": "yuda-susanto" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 353748143, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 9090232372242, + "rshares": 90173623008, + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 475074648083, + "rshares": 360644859, + "voter": "robi-rusmana" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 202415644154, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 8088815122, + "rshares": 321485125, + "voter": "seymour" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 311955720, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 57302509663422, + "rshares": 341378070284, + "voter": "the-alien" + }, + { + "percent": "10000", + "reputation": 1279613734, + "rshares": 535911775, + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 81525046682, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 28910564328, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 139149984704, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1805031961508, + "rshares": 21049074342, + "voter": "entropyjs" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 157664138587, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 180735659411, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 1945135717715, + "rshares": 21059017612, + "voter": "foma17" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 9321803113, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 58230699672, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 102128514256, + "rshares": 421723599, + "voter": "teamjinx" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 4732777245, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 31655431020, + "rshares": 291398734, + "voter": "dmitry.meshkov" + }, + { + "percent": "10000", + "reputation": 6934111434, + "rshares": 2404240796, + "voter": "dennis-estenson" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 16223086883, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 10374460, + "rshares": 295399932, + "voter": "alex-hulsmeier" + }, + { + "percent": "10000", + "reputation": 712701798830, + "rshares": 2199959466, + "voter": "graystone" + }, + { + "percent": "10000", + "reputation": 2086201346, + "rshares": 7240548496, + "voter": "james-mac" + }, + { + "percent": "10000", + "reputation": 13821321667, + "rshares": 569173625, + "voter": "christoph3" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 13633280425, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 779123828791, + "rshares": 237211675, + "voter": "peezaroni" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 5014714373, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 308245711404, + "rshares": 18073213641, + "voter": "rseixas" + }, + { + "percent": "10000", + "reputation": 32487141317, + "rshares": 243645532, + "voter": "jimlewis" + }, + { + "percent": "10000", + "reputation": 5686398017254, + "rshares": 46914555352, + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 245006460, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 5726954128, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 7043064341, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 457415896486, + "rshares": 1552201321, + "voter": "greatguardian100" + }, + { + "percent": "10000", + "reputation": 64453646210, + "rshares": 320898869, + "voter": "claudwars" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 28155650249, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 5392624170369, + "rshares": 16739341126, + "voter": "grey580" + }, + { + "percent": "10000", + "reputation": 151709150717, + "rshares": 306224878, + "voter": "metropolit" + }, + { + "percent": "10000", + "reputation": 266686932322, + "rshares": 1465684732, + "voter": "ucing" + }, + { + "percent": "10000", + "reputation": 17405459234693, + "rshares": 385413051, + "voter": "venuspcs" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 295729718, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 908929098218, + "rshares": 1321032067, + "voter": "dtsddace" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7435020041, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 54984589934, + "rshares": 284212192, + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 12896868796, + "rshares": 247063336, + "voter": "beowulf" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1256917323, + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 5846151368508, + "rshares": 1144528672, + "voter": "romanskv" + }, + { + "percent": "10000", + "reputation": 668633470533, + "rshares": 175207558, + "voter": "stijn" + }, + { + "percent": "10000", + "reputation": 3326209124802, + "rshares": 3683983152, + "voter": "aeico" + }, + { + "percent": "10000", + "reputation": 3596808832140, + "rshares": 25852612, + "voter": "diego24" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 18057300428, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 2453399933, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 10171002020923, + "rshares": 52614993034, + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 353432699790, + "rshares": 245990923, + "voter": "kingtylervvs" + }, + { + "percent": "10000", + "reputation": 697803114714, + "rshares": 242185306, + "voter": "ozcap" + }, + { + "percent": "10000", + "reputation": 44761293560, + "rshares": 24045060085, + "voter": "sonsy" + }, + { + "percent": "10000", + "reputation": 3497216772, + "rshares": 241380632, + "voter": "writer" + }, + { + "percent": "10000", + "reputation": 1066844392041, + "rshares": 197080708, + "voter": "zerohero" + }, + { + "percent": "10000", + "reputation": 1188956981766, + "rshares": 731917631, + "voter": "cultura.bitcoin" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 2318537491, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 118203669136, + "rshares": 215656948, + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 8968923213, + "rshares": 231214307, + "voter": "masterchief" + }, + { + "percent": "10000", + "reputation": 456375266764, + "rshares": 24790997479, + "voter": "mikemiziner" + }, + { + "percent": "10000", + "reputation": 2657547218546, + "rshares": 5672546443, + "voter": "qamarpinkpanda" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 224152410, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 536841739867, + "rshares": 226202408, + "voter": "obfuscate-me" + }, + { + "percent": "10000", + "reputation": 192954988321, + "rshares": 256419588, + "voter": "krispy123" + }, + { + "percent": "10000", + "reputation": 39413693284, + "rshares": 213736017, + "voter": "giveaway" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62656918863, + "voter": "jatochnietdan" + }, + { + "percent": "10000", + "reputation": 147872137065, + "rshares": 282773938, + "voter": "rbur93" + }, + { + "percent": "10000", + "reputation": 597404093563, + "rshares": 490222415, + "voter": "danny-g" + }, + { + "percent": "10000", + "reputation": 646871861, + "rshares": 179450216, + "voter": "brutalbro" + }, + { + "percent": "10000", + "reputation": 1041262276556, + "rshares": 2547244828, + "voter": "twoshots" + }, + { + "percent": "10000", + "reputation": 1146952603502, + "rshares": 2772011404, + "voter": "shemthepenman" + }, + { + "percent": "10000", + "reputation": 8577172826419, + "rshares": 42406224758, + "voter": "crypt0" + }, + { + "percent": "10000", + "reputation": 81102912, + "rshares": 241507390, + "voter": "mirspirs" + }, + { + "percent": "10000", + "reputation": 120964900417, + "rshares": 220676675465, + "voter": "aurel" + }, + { + "percent": "10000", + "reputation": 1894027246962, + "rshares": 1754600926, + "voter": "satanic.stoner" + }, + { + "percent": "10000", + "reputation": 197909152379, + "rshares": 2283642906, + "voter": "bryan-kho" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 57627433, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 10721517462, + "rshares": 178719504, + "voter": "wlf" + }, + { + "percent": "10000", + "reputation": 325589414514, + "rshares": 65185357, + "voter": "warplat" + }, + { + "percent": "10000", + "reputation": 2637498741329, + "rshares": 4855684614, + "voter": "thovre" + }, + { + "percent": "10000", + "reputation": 153681429, + "rshares": 1783696151, + "voter": "webdesign29" + }, + { + "percent": "10000", + "reputation": 191470583228, + "rshares": 8902457158, + "voter": "traderjeff" + }, + { + "percent": "10000", + "reputation": 3445315497, + "rshares": 239263476, + "voter": "alatay" + }, + { + "percent": "10000", + "reputation": 34913513106, + "rshares": 22312836173, + "voter": "top10" + }, + { + "percent": "10000", + "reputation": 831374795141, + "rshares": 1653745739, + "voter": "colli" + }, + { + "percent": "10000", + "reputation": 1849820961, + "rshares": 205217218, + "voter": "alexpimania" + }, + { + "percent": "10000", + "reputation": 280882400672, + "rshares": 59262596, + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 338909620445, + "rshares": 2182985776, + "voter": "blockchainbilly" + }, + { + "percent": "10000", + "reputation": 960032418529, + "rshares": 2358191955, + "voter": "felipemachado" + }, + { + "percent": "10000", + "reputation": 6815141, + "rshares": 228414839, + "voter": "im1984" + }, + { + "percent": "10000", + "reputation": 74621675528, + "rshares": 232945149, + "voter": "bybox" + }, + { + "percent": "10000", + "reputation": 13307703509, + "rshares": 199344025, + "voter": "cheturetochka" + }, + { + "percent": "10000", + "reputation": 2377467033356, + "rshares": 254750219, + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": 3233138520, + "rshares": 277954824, + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 1510234773828, + "rshares": 170747532, + "voter": "bitland" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 13786055776, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 16814465318, + "rshares": 180095132, + "voter": "swaghetti" + }, + { + "percent": "10000", + "reputation": 27031203647, + "rshares": 221690393, + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 1938919725, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 227193356, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 1247707052821, + "rshares": 260276082, + "voter": "mjgrae" + }, + { + "percent": "10000", + "reputation": 84110340891, + "rshares": 184468863, + "voter": "christiaan" + }, + { + "percent": "10000", + "reputation": -77191889138, + "rshares": 132499700, + "voter": "serg999" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 34204633, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 6012113910, + "rshares": 217472747, + "voter": "bigkush" + }, + { + "percent": "10000", + "reputation": 575548293150, + "rshares": 231594315, + "voter": "jrfantasma" + }, + { + "percent": "10000", + "reputation": 5597738652, + "rshares": 170113057, + "voter": "phantomraviolis" + }, + { + "percent": "10000", + "reputation": 11810195, + "rshares": 236210966, + "voter": "febuiles" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 160618202, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 912645755113, + "rshares": 152899742919, + "voter": "ilovesteemit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 221996327, + "voter": "john22" + }, + { + "percent": "10000", + "reputation": 560251690286, + "rshares": 4723131, + "voter": "seagul" + }, + { + "percent": "10000", + "reputation": 698427051, + "rshares": 226707494, + "voter": "shaif" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 226675866, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 236096888, + "voter": "pjrib" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 295854480, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 281130575348, + "rshares": 221800098, + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 2827682678, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 105724915218, + "rshares": 240391193, + "voter": "razchiriac" + }, + { + "percent": "10000", + "reputation": 5029542492239, + "rshares": 207291567, + "voter": "blinova" + }, + { + "percent": "10000", + "reputation": 110728920756, + "rshares": 209768402, + "voter": "taggley" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 80201118, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 49461525174, + "rshares": 235342202, + "voter": "frankenmint" + }, + { + "percent": "10000", + "reputation": 41878231654, + "rshares": 240048641, + "voter": "chrishogan" + }, + { + "percent": "10000", + "reputation": 17529458, + "rshares": 221112535, + "voter": "dwightfschrute" + }, + { + "percent": "10000", + "reputation": 13978526363, + "rshares": 6284851925, + "voter": "q00p" + }, + { + "percent": "10000", + "reputation": 192124698, + "rshares": 174049871, + "voter": "chris0502" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 235189198, + "voter": "mellonril" + }, + { + "percent": "10000", + "reputation": 317840210, + "rshares": 145747385, + "voter": "kubiiktop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 240527301, + "voter": "s0jeris" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 233613331, + "voter": "coulo88" + }, + { + "percent": "10000", + "reputation": 1696190, + "rshares": 136253080, + "voter": "status" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 145635990, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 9261130965, + "rshares": 225369906, + "voter": "m34ndy0u" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 220584769, + "voter": "myleslumley" + }, + { + "percent": "10000", + "reputation": -2783272534956, + "rshares": 23461382, + "voter": "kapets123" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229879813, + "voter": "gullik7" + }, + { + "percent": "10000", + "reputation": 212129068080, + "rshares": 234484965, + "voter": "jubilee" + }, + { + "percent": "10000", + "reputation": -5267038466, + "rshares": 270667963, + "voter": "ndell" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 215439615, + "voter": "ani22" + }, + { + "percent": "10000", + "reputation": 464509516, + "rshares": 117078436, + "voter": "bugadu96" + }, + { + "percent": "10000", + "reputation": 203288567626, + "rshares": 201363364, + "voter": "ranajit" + }, + { + "percent": "10000", + "reputation": 1558637285991, + "rshares": 225001439, + "voter": "sgnsteems" + }, + { + "percent": "10000", + "reputation": -1041315304671, + "rshares": 210627923, + "voter": "igorduarte" + }, + { + "percent": "10000", + "reputation": 2440775410341, + "rshares": 219984012, + "voter": "iamwne" + }, + { + "percent": "10000", + "reputation": 73697385853, + "rshares": 246156019, + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 215240802, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 421288458, + "rshares": 63160653, + "voter": "nata" + }, + { + "percent": "10000", + "reputation": 1193366475012, + "rshares": 114590221, + "voter": "madhatting" + }, + { + "percent": "10000", + "reputation": 44044801, + "rshares": 112226005, + "voter": "stereolubov" + }, + { + "percent": "10000", + "reputation": 748586302572, + "rshares": 60787907, + "voter": "kellywin21" + }, + { + "percent": "10000", + "reputation": 152015096601, + "rshares": 112179275, + "voter": "solen" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 255220745, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114470901, + "voter": "jdeklen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 116796589, + "voter": "jav" + }, + { + "percent": "10000", + "reputation": 32572797323, + "rshares": 112106230, + "voter": "baz" + }, + { + "percent": "10000", + "reputation": 88922243899, + "rshares": 5721914373, + "voter": "trytobezen" + }, + { + "percent": "10000", + "reputation": 32665186075, + "rshares": 114421832, + "voter": "csrolex" + }, + { + "percent": "10000", + "reputation": 900694208703, + "rshares": 1004551431, + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 114381631, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 35491862183, + "rshares": 116712899, + "voter": "digitalarchitect" + }, + { + "percent": "0", + "reputation": 2022133808333, + "rshares": 2334179, + "voter": "krystox" + }, + { + "percent": "10000", + "reputation": 2083781, + "rshares": 81695076, + "voter": "bnmm009" + }, + { + "percent": "10000", + "reputation": 17852024, + "rshares": 111993939, + "voter": "leonkwek" + }, + { + "percent": "10000", + "reputation": 275449177, + "rshares": 114277527, + "voter": "monsieurham" + }, + { + "percent": "10000", + "reputation": 10620466262, + "rshares": 116600487, + "voter": "drako" + }, + { + "percent": "10000", + "reputation": 21921694006, + "rshares": 114268084, + "voter": "animus" + }, + { + "percent": "10000", + "reputation": 312170641179, + "rshares": 107271261, + "voter": "heltiko" + }, + { + "percent": "10000", + "reputation": 509831969131, + "rshares": 111868811, + "voter": "meteor0" + }, + { + "percent": "10000", + "reputation": 1856936, + "rshares": 114183382, + "voter": "crismtz" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 114177717, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 153387383611, + "rshares": 100173606, + "voter": "shing3e" + }, + { + "percent": "10000", + "reputation": 61224832002, + "rshares": 0, + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 2962558, + "rshares": 111775285, + "voter": "karawalla" + }, + { + "percent": "10000", + "reputation": 155317367, + "rshares": 58215241, + "voter": "dougcrowe" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 111766624, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 696520222302, + "rshares": 151962735456, + "voter": "baronofbitcoin" + }, + { + "percent": "10000", + "reputation": 320012365, + "rshares": 111745031, + "voter": "jaypee15sunga" + }, + { + "percent": "10000", + "reputation": 32524572846, + "rshares": 119198260, + "voter": "veryhype" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 109408778, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 86116924, + "voter": "alexx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 116280148, + "voter": "sunnywells" + }, + { + "percent": "10000", + "reputation": 311127907, + "rshares": 109267066, + "voter": "gregman117" + }, + { + "percent": "10000", + "reputation": 16285721742, + "rshares": 109203283, + "voter": "vendelete" + }, + { + "percent": "10000", + "reputation": 715993081769, + "rshares": 2337956, + "voter": "bitlord" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 102225756, + "voter": "arapi4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 111518779, + "voter": "pheebsta10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 111515467, + "voter": "perennec" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 6963965, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 9911281419, + "rshares": 109080542, + "voter": "nick94" + }, + { + "percent": "10000", + "reputation": 85649868250, + "rshares": 111391964, + "voter": "miacameron" + }, + { + "percent": "10000", + "reputation": 2632564148, + "rshares": 102044981, + "voter": "zelgald1" + }, + { + "percent": "10000", + "reputation": 551326264964, + "rshares": 27783731, + "voter": "victoria2002" + }, + { + "percent": "10000", + "reputation": 3252985828, + "rshares": 113254159, + "voter": "roslinpl" + }, + { + "percent": "10000", + "reputation": 211358241480, + "rshares": 93601361, + "voter": "memes" + }, + { + "percent": "10000", + "reputation": -1534229402682, + "rshares": 136052830, + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 41863434034, + "rshares": 36461037, + "voter": "edouard" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 249885034, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 91274731250, + "rshares": 109887037, + "voter": "shinigamis" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 51143783, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 680558454, + "voter": "mar1978co" + }, + { + "percent": "-10000", + "reputation": 4848087788, + "rshares": -98871361, + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 108739340, + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": -4655951946, + "rshares": -64059405, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 53538695, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 819730820907, + "rshares": 62360109, + "voter": "beyondzero" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 76304368, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -2741921296, + "rshares": 62991572, + "voter": "boj" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 28102762, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 312902704, + "rshares": 0, + "voter": "timalex" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "This article is targeted at anyone looking to integrate STEEM with their exchange. Please read the [documentation on How to monitor an account for deposits](https://steem.io/documentation/how-monitor-account-deposits/). \n\nAfter you understand how to monitor for deposits, then we can start monitoring for successful withdraws.\n\n## The Problem\n\nThis post was motivated by real world issues discovered by Blocktrades and Bittrex when processing withdraws. The `cli_wallet` API for issuing a transfer will block until the local `steamed` instance receives a block containing the transaction or a block with a timestamp after the transaction has expired. The default expiration is 30 seconds.\n\nThe problem is that just because the method returns it doesn\u2019t mean the transaction was irreversibly logged into the blockchain or that it failed. A block could become orphaned due to any number of issues.\n\n## The Solution\n\nYou must scan for withdraws just like you scan for deposits. In other words, only poll blocks that are older than the \u2018last_irreversible_block_num` (about 40 seconds old). Each block contains the transaction IDs that were confirmed.\n\nWhen you broadcast a transaction it will return the transaction ID, mark it as pending until your block scanner sees the withdraw.\n\n## How to Avoid Blocking \n\nYou can use the `cli_wallet` to broadcast your transaction, but that will normally block. If you pass \u2018false\u2019 as the last argument to the `transfer` call, then it will create and sign a transaction and return it (without broadcasting it). You can then pass the transaction to steamd using the non-blocking broadcast method on the network api.", + "body_length": 1653, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 19, + "created": "2016-07-13T22:19:30", + "curator_payout_value": "10.419 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"],\"links\":[\"https://steem.io/documentation/how-monitor-account-deposits/\"]}", + "last_payout": "2016-08-25T14:59:48", + "last_update": "2016-07-13T22:19:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 162901031228445, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "exchange-help-how-to-reliably-broadcast-transactions", + "post_id": 101597, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Exchange Help - How to Reliably Broadcast Transactions", + "title": "Exchange Help - How to Reliably Broadcast Transactions", + "total_payout_value": "1374.059 HBD", + "url": "/steem/@blocktrades/exchange-help-how-to-reliably-broadcast-transactions" + }, + "blocktrades/how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4661504057727, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1130277239543, + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1803454045138, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1318163370785, + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1242728587917, + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428832508983, + "voter": "erihn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4843514584154, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3503533357807, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1624967362851, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3181345401577, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1306205403029, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 939961552463, + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 564839978429, + "voter": "arroyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 300833583336, + "voter": "back" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1359756170259, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 452288904653, + "voter": "bendixen" + }, + { + "percent": "10000", + "reputation": 1682816538858, + "rshares": 458820237704, + "voter": "benita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 306507827807, + "voter": "bess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243952167058, + "voter": "blanche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121682271616, + "voter": "cherly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1806285166341, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 303664537998, + "voter": "galel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121682129824, + "voter": "gamath" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 181394563363, + "voter": "bottai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1345692007684, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2780655844052, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1603964511473, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 458788318409, + "voter": "lessys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 986191604606, + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121682308649, + "voter": "cleta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420228450495, + "voter": "kevtorin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121677329832, + "voter": "nerivyre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 304674126613, + "voter": "janaraeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121677331049, + "voter": "kayana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420228665392, + "voter": "kriborin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121677276716, + "voter": "panword" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 42274811566572, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 515113282757, + "voter": "alpha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 179864566180, + "voter": "omega" + }, + { + "percent": "10000", + "reputation": 20325022183, + "rshares": 4068587259411, + "voter": "datasecuritynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 235296912956, + "voter": "bitshares.org" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 155665496754, + "voter": "blockchainbunker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56003786135, + "voter": "blocktech" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2334096489505, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 23090455527, + "voter": "bunkerchainlabs" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 742821270107, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 4919608834945, + "rshares": 148246170580, + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3686221571, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 4472912146, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 998560384, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 60805759586, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1976496297, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 289185457, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 119336943014, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 26663552299, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 42853231515, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2941630303119, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 1267005751780, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 18678729398345, + "rshares": 159073307035, + "voter": "pairmike" + }, + { + "percent": "10000", + "reputation": 7721164803904, + "rshares": 6891725432, + "voter": "bloggersclub" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 246923840023, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 27609269388, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 733637503, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1231645316, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2615025989160, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 20661161447481, + "rshares": 171548439600, + "voter": "peerplays" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 777439363287, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 5154121875287, + "rshares": 78101716387, + "voter": "jwest40" + }, + { + "percent": "10000", + "reputation": 76462073287981, + "rshares": 332533889108, + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 104264581435, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 59130509872662, + "rshares": 526888651894, + "voter": "kencode" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 26663384188, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 401365774, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 9469162, + "rshares": 87074343674, + "voter": "unosuke" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 22231009597, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 21527783969006, + "rshares": 129206669493, + "voter": "chris4210" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13769491869, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 210983402684, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 5432394301, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 1590661010140, + "rshares": 23198445588, + "voter": "mod-tamichh" + }, + { + "percent": "10000", + "reputation": 2830877880805, + "rshares": 144888362925, + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 34347753869675, + "rshares": 197308678744, + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": 526710884366, + "rshares": 6083858894, + "voter": "fran2k" + }, + { + "percent": "10000", + "reputation": 8320352687, + "rshares": 466517595, + "voter": "jeff-anthony" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 25850470703, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 409734986, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 3380310417590, + "rshares": 3543191782, + "voter": "mranderson" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 4826461457, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 1012869191, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 5215828628480, + "rshares": 8158397631, + "voter": "generalizethis" + }, + { + "percent": "10000", + "reputation": 1111594060096, + "rshares": 3035868166, + "voter": "daycrypter" + }, + { + "percent": "10000", + "reputation": 3195781916355, + "rshares": 16335679250, + "voter": "canhazlulz" + }, + { + "percent": "10000", + "reputation": 6703300627334, + "rshares": 17166933665, + "voter": "jonnybitcoin" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 58895350211, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 1388584536, + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1046586020, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1773042131, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 404087205715, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 1376656930605, + "rshares": 4642879338, + "voter": "karbonxx" + }, + { + "percent": "10000", + "reputation": 85870977835, + "rshares": 6634944636, + "voter": "evan7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 320712149, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 10450737135, + "rshares": 320002776, + "voter": "yonatann" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 119772351539, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 20763505296686, + "rshares": 190889410051, + "voter": "wingz" + }, + { + "percent": "10000", + "reputation": 4620523428308, + "rshares": 17196376117, + "voter": "minfon" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 30930529665, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 46310579884676, + "rshares": 99994829461, + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 0, + "voter": "raff-delfin" + }, + { + "percent": "10000", + "reputation": 19574669, + "rshares": 713346195, + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 425856109, + "voter": "magdalena" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 261335670298, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 143742261416, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 5035252504, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 30124545961, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 5933526152360, + "rshares": 85011218373, + "voter": "truthtaco" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 22654198819, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 1088953190371, + "rshares": 2249839279, + "voter": "allyourbase" + }, + { + "percent": "10000", + "reputation": 18458799241134, + "rshares": 31980201765, + "voter": "karnal" + }, + { + "percent": "10000", + "reputation": 601987961462, + "rshares": 1285625913, + "voter": "superfreek" + }, + { + "percent": "10000", + "reputation": 1613752018459, + "rshares": 6282192337, + "voter": "quintanilla" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 7811859223, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 294750962, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 2114309829, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 1860741683952, + "rshares": 13926197400, + "voter": "ultralord" + }, + { + "percent": "10000", + "reputation": 1676955163155, + "rshares": 4009999428, + "voter": "spikykevin" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 734973483, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 908929098218, + "rshares": 1471571372, + "voter": "dtsddace" + }, + { + "percent": "10000", + "reputation": 15603689614497, + "rshares": 3979222351, + "voter": "good-karma" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 229637732509, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 5846151368508, + "rshares": 1317816206, + "voter": "romanskv" + }, + { + "percent": "10000", + "reputation": 1450924981021, + "rshares": 252995989, + "voter": "ezzy" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 1641224750, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 4368443199, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 53457990605, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 11093831898, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 1571824739, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 15407512864, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 18799092030582, + "rshares": 55898441251, + "voter": "derekareith" + }, + { + "percent": "10000", + "reputation": 19604328647, + "rshares": 14286151492, + "voter": "bitshares101" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 382175934870, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 372617385, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 7547302, + "rshares": 178692764, + "voter": "ghozia" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 634888086, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 1619464717351, + "rshares": 3268314704, + "voter": "cryptoscope" + }, + { + "percent": "10000", + "reputation": 1371681467487, + "rshares": 5234190952, + "voter": "autosmile13" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1346263121, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 6030999377480, + "rshares": 3751008623, + "voter": "sebastien" + }, + { + "percent": "10000", + "reputation": 1661526202859, + "rshares": 4163343692, + "voter": "gikitiki" + }, + { + "percent": "10000", + "reputation": 3740475854096, + "rshares": 2615627655, + "voter": "egjoshslim" + }, + { + "percent": "10000", + "reputation": 38134889, + "rshares": 5808126704, + "voter": "perwest" + }, + { + "percent": "10000", + "reputation": 475226720101, + "rshares": 29648139756, + "voter": "toxonaut" + }, + { + "percent": "10000", + "reputation": 2377467033356, + "rshares": 9940768540, + "voter": "bdavid" + }, + { + "percent": "10000", + "reputation": -110718366028, + "rshares": 356505303, + "voter": "suicidemime" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 129424271167, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 213565690794, + "rshares": 18288684566, + "voter": "showmethecoinz" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 2820750188, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1205753119776, + "rshares": 320431384, + "voter": "cashbandicoot" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 46477141223, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 2852532944, + "rshares": 236707230, + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 41206660961337, + "rshares": 4508301688, + "voter": "jpiper20" + }, + { + "percent": "10000", + "reputation": 11450220486, + "rshares": 0, + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 61613995117, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 1311079777932, + "rshares": 1834544818, + "voter": "splatterhaus" + }, + { + "percent": "10000", + "reputation": -182793340324, + "rshares": 408204539, + "voter": "daf" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 25053577920, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 594833631949, + "rshares": 7119216730, + "voter": "lichtblick" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 124593393, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 80534406115, + "rshares": 282903775, + "voter": "irina" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 4226589250, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 252803117, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 900427911, + "rshares": 230021278, + "voter": "delik" + }, + { + "percent": "10000", + "reputation": 34120390016, + "rshares": 1578689602, + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 409533324, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": -424880418803, + "rshares": 238867644, + "voter": "lenar79" + }, + { + "percent": "10000", + "reputation": 599560057305, + "rshares": 304483427, + "voter": "oululahti" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 2075971125, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 49770527, + "rshares": 3409329543, + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 345798829595, + "rshares": 321443596, + "voter": "rules169" + }, + { + "percent": "10000", + "reputation": 748586302572, + "rshares": 277626793, + "voter": "kellywin21" + }, + { + "percent": "10000", + "reputation": 10900524985586, + "rshares": 22286507360, + "voter": "royaltiffany" + }, + { + "percent": "10000", + "reputation": 1532881687066, + "rshares": 8069048878, + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 4456090201156, + "rshares": 3622255129, + "voter": "heimindanger" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 6793814193, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 4302278316, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 61224832002, + "rshares": 136205648, + "voter": "ellamaeamor" + }, + { + "percent": "0", + "reputation": 20001506960251, + "rshares": 1585745433, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 10694082433, + "rshares": 247154996, + "voter": "joemz" + }, + { + "percent": "10000", + "reputation": 1619941675, + "rshares": 107479016, + "voter": "quigonjinn" + }, + { + "percent": "10000", + "reputation": 1235900387, + "rshares": 79213885, + "voter": "firedesire" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 2172546008, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 6592766283, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 30197596744, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 906680448473, + "rshares": 32633035123, + "voter": "frostwind" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 74813300935, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 658081203263, + "rshares": 176135894, + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 45712131677758, + "rshares": 2606783964, + "voter": "crazymumzysa" + }, + { + "percent": "10000", + "reputation": 688228186394, + "rshares": 1423922247, + "voter": "kat-scratch" + }, + { + "percent": "10000", + "reputation": 19524897676, + "rshares": 5662002876, + "voter": "alsprinting" + }, + { + "percent": "10000", + "reputation": 2997941608767, + "rshares": 2980493947, + "voter": "tony.jennings" + }, + { + "percent": "10000", + "reputation": 459170283182, + "rshares": 96503428, + "voter": "xcode18" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 19353828984, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 12279088725, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 630941459, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 14360532541981, + "rshares": 14587406879, + "voter": "brianphobos" + }, + { + "percent": "10000", + "reputation": 1277580129, + "rshares": 332625434, + "voter": "vadim" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 20483729913, + "voter": "freelygive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 38807999, + "voter": "yarly13" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 316966560, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 913533919783, + "rshares": 499447232, + "voter": "maykor15" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 19530329008, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 1841035810445, + "rshares": 2645597990, + "voter": "bkkshadow" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 84054557, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 112263599, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 597546, + "rshares": 109996549, + "voter": "williamx" + }, + { + "percent": "10000", + "reputation": 5918792289, + "rshares": 497761320, + "voter": "beenasty" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 169371156, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 203202981, + "rshares": 4415195728, + "voter": "anipiano" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 716377320, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 1820212, + "rshares": 108649596, + "voter": "argusx" + }, + { + "percent": "-10000", + "reputation": -489147116791, + "rshares": -95040528, + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 737196198, + "rshares": 110814698, + "voter": "zviad" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 180140483, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": -1127933667, + "rshares": 110892502, + "voter": "nindzik12" + }, + { + "percent": "10000", + "reputation": 2580067408929, + "rshares": 1943919730, + "voter": "spookypooky" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 760749440, + "voter": "metaflute" + }, + { + "percent": "-10000", + "reputation": 4848087788, + "rshares": -101696257, + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 5901099283, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 4306793943, + "rshares": 107829971, + "voter": "aleks123rus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 47617011, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 1170215099621, + "rshares": 154651960, + "voter": "shaheer001" + }, + { + "percent": "10000", + "reputation": 89039117574, + "rshares": 7107849230, + "voter": "bulkygangsta" + }, + { + "percent": "10000", + "reputation": 4341976914033, + "rshares": 14194589924, + "voter": "magicmonk" + }, + { + "percent": "10000", + "reputation": 130522396758, + "rshares": 49543403517, + "voter": "sextusempiricus" + }, + { + "percent": "10000", + "reputation": 6181438509962, + "rshares": 5736295513, + "voter": "capitalism" + }, + { + "percent": "10000", + "reputation": 9337635520, + "rshares": 7925778987, + "voter": "spaceghost" + }, + { + "percent": "10000", + "reputation": 34175383, + "rshares": 207670867, + "voter": "elizabetemaia" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 2742263359, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 15740563557, + "rshares": 59355630, + "voter": "usnewspress" + }, + { + "percent": "10000", + "reputation": 512132085322, + "rshares": 302419556, + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 25659317070, + "rshares": 69787631, + "voter": "sinx22" + }, + { + "percent": "10000", + "reputation": 3715674298536, + "rshares": 7056935713, + "voter": "mrweed" + }, + { + "percent": "10000", + "reputation": 147394402, + "rshares": 63689146, + "voter": "mangous" + }, + { + "percent": "10000", + "reputation": 10945874, + "rshares": 64684283, + "voter": "heruglyphics" + }, + { + "percent": "10000", + "reputation": 309272697413, + "rshares": 173889116, + "voter": "the-dog-lady" + }, + { + "percent": "10000", + "reputation": 361409840466, + "rshares": 102205665, + "voter": "margot" + }, + { + "percent": "10000", + "reputation": 164191748705, + "rshares": 462611333, + "voter": "feedthemachine" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 10779660348, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 298397221413, + "rshares": 57370716, + "voter": "hdphotography" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 231851202, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58424448, + "voter": "aiaconelli707" + }, + { + "percent": "10000", + "reputation": 1433416370023, + "rshares": 1534465094, + "voter": "driv3n" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 15196109, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 386813325, + "rshares": 59410151, + "voter": "zmb" + }, + { + "percent": "10", + "reputation": -269345517998, + "rshares": 1249606, + "voter": "cheremet" + }, + { + "percent": "10000", + "reputation": 46081131, + "rshares": 63045767, + "voter": "papabab" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 40678580, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 8625552, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 612274223, + "rshares": 19471139686, + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 2458086, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 3921604342143, + "rshares": 2225481375, + "voter": "plasticfuzzy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 20075292, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61732391, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 502596799, + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 11331734, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -53698107835, + "rshares": 159890488, + "voter": "robok" + }, + { + "percent": "10000", + "reputation": 1487684933351, + "rshares": 10367986240, + "voter": "borran" + }, + { + "percent": "10000", + "reputation": 224278339247, + "rshares": 178315383, + "voter": "bittrez" + }, + { + "percent": "10000", + "reputation": -752010553427, + "rshares": 1779514580, + "voter": "loveangel" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 60350248, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 858100902, + "voter": "bledarus" + }, + { + "percent": "10", + "reputation": -833082840933, + "rshares": 1243085, + "voter": "jessejamesrock" + }, + { + "percent": "10000", + "reputation": 15841196427096, + "rshares": 3070159304, + "voter": "bitcalm" + }, + { + "percent": "10000", + "reputation": -138680661344, + "rshares": 57232909, + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59562936, + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 263793010310, + "rshares": 178080223, + "voter": "ulfa" + }, + { + "percent": "10000", + "reputation": 343281609, + "rshares": 62043505, + "voter": "chelle" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 78807597, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 1510854583971, + "rshares": 1514474675, + "voter": "stylo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61092945, + "voter": "immortal" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 4990559, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 39745360, + "voter": "eternal" + }, + { + "percent": "100", + "reputation": 0, + "rshares": 1209848, + "voter": "popculturegeek" + }, + { + "percent": "10000", + "reputation": 3814152361740, + "rshares": 6141736703, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 70919854, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 60527830, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 13325577893779, + "rshares": 4388996273, + "voter": "kyriacos" + }, + { + "percent": "10000", + "reputation": 3657922, + "rshares": 60121509, + "voter": "titan792008" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61186594, + "voter": "mastert" + }, + { + "percent": "10000", + "reputation": 57370881433, + "rshares": 89917796, + "voter": "cryptoking" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 4126789524, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 73574271311, + "rshares": 86986459, + "voter": "thehackerjourney" + }, + { + "percent": "10000", + "reputation": -711599622728, + "rshares": 66762932, + "voter": "mahmoudshokri" + }, + { + "percent": "10000", + "reputation": 34081328259, + "rshares": 67273560, + "voter": "tpat7777777" + }, + { + "percent": "10000", + "reputation": 74660205340, + "rshares": 78231349, + "voter": "prophet" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 58721763, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 62469172839, + "rshares": 60377746, + "voter": "steem42" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 531467832, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52404533, + "voter": "oedipus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58207616, + "voter": "yurybond" + }, + { + "percent": "10000", + "reputation": 23091305929, + "rshares": 49236673, + "voter": "bizon" + }, + { + "percent": "10000", + "reputation": 1130219064888, + "rshares": 4638247988, + "voter": "andrewawerdna" + }, + { + "percent": "10000", + "reputation": 1228265260257, + "rshares": 36000271, + "voter": "rittr" + }, + { + "percent": "10000", + "reputation": 4914109240, + "rshares": 55636505, + "voter": "alcoholic" + }, + { + "percent": "10000", + "reputation": 621058927, + "rshares": 55619534, + "voter": "redditbot" + }, + { + "percent": "10000", + "reputation": -26579648666, + "rshares": 20852331, + "voter": "garri74" + }, + { + "percent": "10000", + "reputation": 9708508, + "rshares": 59075603, + "voter": "brucy" + }, + { + "percent": "10000", + "reputation": 415861172879, + "rshares": 55592332, + "voter": "jelloducky" + }, + { + "percent": "10000", + "reputation": 2834815402, + "rshares": 56733561, + "voter": "blueeyedpunk" + }, + { + "percent": "10000", + "reputation": 17140629596244, + "rshares": 53194328, + "voter": "dragonanarchist" + }, + { + "percent": "10000", + "reputation": 84826466, + "rshares": 57768991, + "voter": "collinknight" + }, + { + "percent": "10000", + "reputation": 9813832274, + "rshares": 51967164, + "voter": "makerblog" + }, + { + "percent": "10000", + "reputation": 59043906563, + "rshares": 54270346, + "voter": "dasfarm" + }, + { + "percent": "10000", + "reputation": 9969442529, + "rshares": 9321143913, + "voter": "stephenfrost" + }, + { + "percent": "10000", + "reputation": 6300363201553, + "rshares": 1540304555, + "voter": "mandibil" + }, + { + "percent": "10000", + "reputation": 653851886, + "rshares": 57500708, + "voter": "fivequestionsguy" + }, + { + "percent": "10000", + "reputation": 17524578300, + "rshares": 54145299, + "voter": "carfreak" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 579447744, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 256358879, + "rshares": 537612879, + "voter": "idimitrov07" + }, + { + "percent": "10000", + "reputation": 713159404291, + "rshares": 54531322, + "voter": "groovedigital" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53083781, + "voter": "ergonaute" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1150671345, + "voter": "serrys" + }, + { + "percent": "10000", + "reputation": 5486599085, + "rshares": 30634845, + "voter": "unholy" + }, + { + "percent": "10000", + "reputation": 6749260906, + "rshares": 52618372, + "voter": "blockchainjen" + }, + { + "percent": "10000", + "reputation": 7520702790, + "rshares": 51928221, + "voter": "wish" + }, + { + "percent": "10000", + "reputation": 16294175444, + "rshares": 684090028, + "voter": "newjoergcity" + }, + { + "percent": "10000", + "reputation": 2852613092773, + "rshares": 30961210, + "voter": "andressilvera" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 53942218, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 0, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 7277317446677, + "rshares": 9994172632, + "voter": "yangyang" + }, + { + "percent": "10000", + "reputation": 1305746304240, + "rshares": 1260213064, + "voter": "ekaterinka" + }, + { + "percent": "10000", + "reputation": 312902704, + "rshares": 0, + "voter": "timalex" + }, + { + "percent": "10000", + "reputation": -565298235179, + "rshares": 0, + "voter": "elsi" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "BlockTrades has now enabled \u201cfast-confirmations\u201d for all cryptocurrencies, so you can send in bitcoin and get your Steem or other cryptocurrency purchase in about 20 seconds on average. This feature was primarily added to allow merchants to provide their customers with a way to rapidly pay for items in shops and restaurants using point-of-sales systems like BlockPay, but it can also be useful for regular BlockTrades customers who wish to make rapid purchases with Bitcoin, Litecoin, and other cryptocurrencies that don't normally confirm quickly. Many users probably won't take advantage of this capability, since it does require some initial setup and a surety deposit, but it may be of interest for active traders who want to capitalize on rapid price changes.\n\nThis purchase method is only available to users who have signed into blocktrades.us, so if you want to purchase STEEM using this method, you must go to https://blocktrades.us . Currently it will not work if you're purchasing Steem via the Steemit purchase dialog. Note that Steem and Steem Power prices are the same for either purchase method, it's just a difference in the user interface.\n\nFor anyone who wants to take advantage of the fast confirmation capability, follow the steps below:\n\n## Configure your BlockTrades account to enable fast confirmations\n\n1) Create a user account on http://blocktrades.us if you don't already have one. BlockTrades requires that you use a valid email address as your user account name. The email must be validated by replying to an automated email from BlockTrades. Only registered BlockTrades accounts can use the fast confirmation feature, because we need to be able to connect your input addresses to your BitShares account where your \u201csurety amount\u201d is stored.\n2) If you don't have a BitShares account yet, you will need to create one here: https://bitshares.openledger.info/#\n3) Buy enough TRADE.USDLABOR from blocktrades.us to cover the largest amount of bitcoin you want to be \u201cfast confirmed\u201d and have it sent to your BitShares account. For example, if you want to be able to fast confirm a 1 BTC purchase of Steem, purchase around 600 TRADE.USDLABOR (~1 BTC at current prices).\n4) Link your BitShares account to your BlockTrades.us account by sending a payment of 1 TRADE.USDLABOR from your BitShares account to the \u201cblocktrades\u201d BitShares account with your BlockTrades account name (email address) as the memo. Note: it is very important to put your BlockTrades account name in the memo field, otherwise the system will not know how to link your BitShares and BlockTrades accounts to allow fast confirmations.\n\n## Login to BlockTrades to get fast-confirmable payment addresses\n\nAfter you've configured your account using the above steps, you can login to BlockTrades and request deposit payment addresses that are eligible for fast confirmations. Any payment address you obtain while logged into your BlockTrades account will fast confirm as long as you have a sufficient amount of TRADE.USDLABOR in your BitShares account to act as a surety for your unconfirmed payment. When you send to the payment address, BlockTrades will temporarily remove an equivalent amount of TRADE.USDLABOR and immediately send you the cryptocurrency you've purchased. Once your payment confirms normally on its blockchain, BlockTrades will return the TRADE.USDLABOR it temporarily removed.\n\n## Example of fast confirmation limits imposed by surety amount\n\nUser John purchases 600 TRADE.USDLABOR and links his BitShares account to his BlockTrades account by paying 1 TRADE.USDLABOR, leaving 599 TRADE.USDLABOR in his account that acts as a surety amount. John can now fast confirm multiple transactions up to a total equivalent value of 599 TRADE.USDLABOR at any given time. \n\nFor example, he can send in two 0.5 BTC payments for Steem and immediately receive the Steem for both transactions. If he sends in a third payment of 1 BTC before his first two payments have confirmed, he will have to wait till either the first two payments have confirmed and his surety has been returned (after which his 3rd payment will fast confirm) or until his third payment confirms normally. When he decides he no longer needs fast confirmations, he can use his TRADE.USDLABOR to purchase one or more of his favorite cryptocurrencies from BlockTrades (or trade it for something else on the BitShares decentralized exchange).\n\n**OK, that's all it takes to get fast confirms of Bitcoin, etc, on the BlockTrades website, but if you're a web coder that wants to integrate fast confirmations of crypto conversions into your web site, we've got an extra credit section just for you...**\n\n## Extra Credit for Web Coders Only: Fast-confirmations via the BlockTrades API\n\nAs mentioned earlier, currently users have to get their payment addresses from the BlockTrades web site in order for them to be fast-confirmable, but the BlockTrades API (application programming interface) allows for other web-based services to get fast confirmable payment addresses as well. The key is that the request for a payment address must be linked to a logged-in user's account. Here's how to do that via our API:\n\nFirst, make a POST request to https://blocktrades.us/api/v2/sessions with your BlockTrades username (email address) and password. This will return a session token that is valid until the given \"expirationTime\" (currently a session token is good for 4 hours). You can cache the session token and reuse it until it expires, or just create a new session for every request if that is easier for your web application.\n\n$ curl -H \"Content-Type: application/json\" -X POST --data '{\"email\": \"my_email@mycompany.com\", \"password\": \"thisisnotmyrealpassword\"}' https://blocktrades.us/api/v2/sessions\n{\n \"token\": \"4310c7e7-dc44-498c-abc6-0d233d8eb55d\",\n \"user\": {\n \"email\": \"my_email@mycompany.com\",\n \"userId\": \"bdbef475-0019-439a-95e6-d075d6621078\",\n \"timeZone\": \"UTC\",\n \"activated\": true,\n \"creationTime\": \"2016-05-06T11:25:56.939913-04:00\",\n \"lastModifiedTime\": \"2016-05-06T11:25:56.939913-04:00\",\n \"lastLoginTime\": \"2016-07-29T17:48:26.473245-04:00\"\n },\n \"expirationTime\": \"2016-07-29T21:48:26.522779-04:00\"\n}\n\nThen, just include the token you received in the \"token\" field above as the \"sessionToken\" in your initiate-trade request:\n\n$ curl -H \"Content-Type: application/json\" -X POST --data '{\"inputCoinType\": \"btc\", \"outputCoinType\": \"steem\", \"outputAddress\": \"my_steem_account\", \"sessionToken\": \"4310c7e7-dc44-498c-abc6-0d233d8eb55d\"}' https://blocktrades.us/api/v2/simple-api/initiate-trade\n{\n \"inputAddress\": \"18cER8mUensvWcDF29ZbNHMYEYo8XRTPGc\",\n \"inputMemo\": null,\n \"inputCoinType\": \"btc\",\n \"outputAddress\": \"my_steem_account\",\n \"outputCoinType\": \"steem\",\n \"refundAddress\": null\n}\n\nRight now the result of the initiate-trade request is the same as when you don't specify a sessionToken, but if you give an invalid token you'll get a 400 error \"Bad Request: Invalid or expired session token xxxxxx\".\n\nFull documentation on the BlockTrades API is available here: https://blocktrades.us/api/v2/explorer/\n\nThe two calls required to get fast-confirmable addresses are documented here:\nhttps://blocktrades.us/api/v2/explorer/#!/sessions/createNewSession\nhttps://blocktrades.us/api/v2/explorer/#!/initiate-trade/create", + "body_length": 7347, + "cashout_time": "1969-12-31T23:59:59", + "category": "crypto-news", + "children": 38, + "created": "2016-08-04T18:02:06", + "curator_payout_value": "33.911 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"crypto-news\",\"blocktrades\",\"bitcoin\"],\"links\":[\"https://blocktrades.us\"]}", + "last_payout": "2016-09-04T09:47:42", + "last_update": "2016-08-04T20:06:45", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 105435226573598, + "parent_author": "", + "parent_permlink": "crypto-news", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc", + "post_id": 606656, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "How to Buy Crypto in 20 seconds with your Bitcoin/Litecoin/etc", + "title": "How to Buy Crypto in 20 seconds with your Bitcoin/Litecoin/etc", + "total_payout_value": "2864.333 HBD", + "url": "/crypto-news/@blocktrades/how-to-buy-crypto-in-20-seconds-with-your-bitcoin-litecoin-etc" + }, + "blocktrades/i-find-steemit-posts-with-summariesanalysis-of-3rd-party-content-more-compelling": { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 19377197038064, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4728548617800, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 3856757224328, + "rshares": 1346340361100, + "voter": "bavak" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1152417743961, + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1847952229200, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1349945643240, + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1267056347200, + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4900544081111, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3624185272115, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1664987425701, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3328383141736, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1338607899138, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 958379114998, + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1390017868918, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 690646498500, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1850545676586, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1378899120092, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2843108545375, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1643687167015, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 14765040488827, + "rshares": 29897291259553, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 314859374093, + "rshares": 121098331034, + "voter": "penambang" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1000146829163, + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 39440033346943, + "voter": "blocktrades" + }, + { + "percent": "-10000", + "reputation": 8272495818727, + "rshares": -4970922128193, + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 51047995307721, + "rshares": -7381292889385, + "voter": "pharesim" + }, + { + "percent": "-10000", + "reputation": 1049211085828, + "rshares": -5477508243417, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 2428456520384, + "voter": "silver" + }, + { + "percent": "-10000", + "reputation": 20297981245452, + "rshares": -5075971420505, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 27931460807554, + "rshares": 2652661565778, + "voter": "nextgencrypto" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 2011444025162, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 35483070303, + "rshares": 1308224724, + "voter": "steemian" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 627189333477, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 24062453798, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 29394786822950, + "rshares": 10867553434, + "voter": "markopaasila" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 74106395378, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 691600921, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 76462073287981, + "rshares": 6491864928, + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 4359247917659, + "rshares": 558669516, + "voter": "bobsunday" + }, + { + "percent": "10000", + "reputation": 5308158748996, + "rshares": 548014384, + "voter": "bob-the-poster" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 2004929949, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": 11006097418580, + "rshares": 554281371, + "voter": "tshering-tamang" + }, + { + "percent": "10000", + "reputation": 1914970430304, + "rshares": 302053203274, + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 3788127569396, + "rshares": 518002152, + "voter": "officialbitcash" + }, + { + "percent": "-10000", + "reputation": 0, + "rshares": -516323408, + "voter": "ruzaiq" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 5725987415, + "voter": "hannixx42" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 0, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2423086926842, + "rshares": 97184313, + "voter": "b4bb4r-5h3r" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 346072806, + "voter": "amaurismo" + }, + { + "percent": "10000", + "reputation": 9131956116299, + "rshares": 1568747631, + "voter": "omarb" + }, + { + "percent": "10000", + "reputation": 2504515033639, + "rshares": 270305015, + "voter": "cascades" + }, + { + "percent": "10000", + "reputation": 3924899966690, + "rshares": 27007214, + "voter": "gtg" + }, + { + "percent": "10000", + "reputation": 908929098218, + "rshares": 1321032067, + "voter": "dtsddace" + }, + { + "percent": "10000", + "reputation": 4066839697461, + "rshares": 2707330059, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 121488921, + "rshares": 89065893, + "voter": "alexandr33" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 212993771, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 5763019287, + "rshares": 207682556, + "voter": "overtheline" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 250833146, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 11450220486, + "rshares": 263635679, + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 101943131, + "voter": "vitz81" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 48439772, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 72065237, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 5643099, + "rshares": 0, + "voter": "buckland" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "Some steemit posts are just links, others add summary and insights, which do you vote for?\n\nWe've had a fair number of posts by now, and it seems one way we can categorize posts that mainly derive from 3rd party content is based on analysis and attribution. I've ranked the the methods I've seen based on my view of best to worst method for posting:\n1) link to 3rd party content + summary + analysis/insights/attempts to engage the reader/inject humor/etc\n2) links to 3rd party content + summary\n3) links to 3rd party content\n4) direct copy of 3rd party content with attribution to author and source\n5) unattributed direct copy of 3rd party content\n\nOne exception to my personal ranking above is that (4) can be a good idea if there's a reasonable chance the source may not exist for a long period of time (posts on forums, for example, which are subject to deletion and moderation, as we've already experienced with the DAO-related forum post).\n\nI can also see arguments for (4) for small content (although I'd still like to see a link to the original source, something like \"copied from http://wherever\" or \"excerpted from http://wherever\").\n\nNow what's being posted is also important to me as well, so I not advocating this be the only metric for voting on 3rd party content-related posts, but when I see multiple posts about the same content within the same timeframe, I suspect I'll tend to vote for the one that's closer to the top of that list (unless the poster takes a stance I simply strongly disagree with, of course).\n\nThese are just random thoughts I've had today, anyone else have suggestions for quality metrics related to 3rd party content posting?", + "body_length": 1664, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 4, + "created": "2016-05-14T18:05:30", + "curator_payout_value": "695.279 HBD", + "depth": 0, + "json_metadata": "{}", + "last_payout": "2016-08-24T15:54:30", + "last_update": "2016-05-14T18:05:30", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 112390662059467, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "i-find-steemit-posts-with-summariesanalysis-of-3rd-party-content-more-compelling", + "post_id": 6310, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "I find steemit posts with summaries/analysis of 3rd party content more compelling", + "title": "I find steemit posts with summaries/analysis of 3rd party content more compelling", + "total_payout_value": "699.492 HBD", + "url": "/steem/@blocktrades/i-find-steemit-posts-with-summariesanalysis-of-3rd-party-content-more-compelling" + }, + "blocktrades/important-news-about-using-eth-and-etc-from-vitalik": { + "active_votes": [ + { + "percent": "10000", + "reputation": 83122046, + "rshares": 17145462813774, + "voter": "itsascam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2841659674281, + "voter": "graavor" + }, + { + "percent": "-10000", + "reputation": 14765040488827, + "rshares": -28450155746109, + "voter": "berniesanders" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 41503279070960, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 43394593255, + "rshares": 2108049016743, + "voter": "steemroller" + }, + { + "percent": "10000", + "reputation": 19032535635212, + "rshares": 16721502089683, + "voter": "steemed" + }, + { + "percent": "10000", + "reputation": 26776677752355, + "rshares": 66858037986, + "voter": "ozmaster" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 4286908851, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1987850568838, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 6683175330, + "voter": "bue-witness" + }, + { + "percent": "0", + "reputation": 59074616588451, + "rshares": 122566800116, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 9510507624851, + "rshares": 252280102781, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 88634284507, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2954843485, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 12928765689257, + "rshares": 21070453568, + "voter": "aizensou" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1093639927, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 201476729, + "rshares": 599797880, + "voter": "jazzycrypt" + }, + { + "percent": "10000", + "reputation": 327447579267, + "rshares": 338991523253, + "voter": "lighthil" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 514417568, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 21885193702, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 383114884434, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 5122577809544, + "rshares": 29705806671, + "voter": "merlinscat" + }, + { + "percent": "10000", + "reputation": 3444102146490, + "rshares": 12736255134, + "voter": "gregory-f" + }, + { + "percent": "10000", + "reputation": 14073457536993, + "rshares": 98812950729, + "voter": "edgeland" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 1452803015, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 5257628478, + "rshares": 533249853, + "voter": "pavel-tyh" + }, + { + "percent": "10000", + "reputation": 1590661010140, + "rshares": 23358464392, + "voter": "mod-tamichh" + }, + { + "percent": "10000", + "reputation": 596707334180, + "rshares": 3448744089, + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 1307793552141, + "rshares": 17595282086, + "voter": "max-infeld" + }, + { + "percent": "10000", + "reputation": 21498120740, + "rshares": 9851137192, + "voter": "gregory60" + }, + { + "percent": "10000", + "reputation": 4602759566516, + "rshares": 19456820263, + "voter": "joelinux" + }, + { + "percent": "10000", + "reputation": 1064610369820, + "rshares": 10046055179, + "voter": "africa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 455438031, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 7019430473955, + "rshares": 21722620110, + "voter": "thedarkestplum" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 4476130178, + "voter": "spaninv" + }, + { + "percent": "-10000", + "reputation": 5045406568403, + "rshares": -38462187734, + "voter": "james-show" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 1127754770, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": -505268709325, + "rshares": 420746404, + "voter": "gilang-ramadhan" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 280395053936, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 7588098136, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 5942634411, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1625201395, + "rshares": 435824983, + "voter": "isyevens" + }, + { + "percent": "10000", + "reputation": 4735283889689, + "rshares": 0, + "voter": "evan-koser" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 39800482377, + "voter": "hannixx42" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 5914435217, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 2185191285319, + "rshares": 13896682477, + "voter": "andu" + }, + { + "percent": "10000", + "reputation": 4676723015398, + "rshares": 18365716050, + "voter": "vippero" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 45459146332, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 335966223361, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 76337552, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 1574265047259, + "rshares": 25893244921, + "voter": "judyhopps" + }, + { + "percent": "10000", + "reputation": 16234753830016, + "rshares": 14482555990, + "voter": "thecryptofiend" + }, + { + "percent": "10000", + "reputation": 3211087232972, + "rshares": 8760655807, + "voter": "btotherest" + }, + { + "percent": "10000", + "reputation": 5756093577230, + "rshares": 114582271319, + "voter": "loveofprofit" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 18032559727, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 9090232372242, + "rshares": 94217032486, + "voter": "eric-boucher" + }, + { + "percent": "10000", + "reputation": 2663003206978, + "rshares": 9751530187, + "voter": "hien-tran" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 10314944437, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 337651149339, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 352856067, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 3535771696, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 7796967076, + "rshares": 352955564, + "voter": "adrimaug" + }, + { + "percent": "10000", + "reputation": 147818187004, + "rshares": 377338168, + "voter": "budilontong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 357029012, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3169024240074, + "rshares": 54904260330, + "voter": "martin-wichmann" + }, + { + "percent": "10000", + "reputation": 281387762042, + "rshares": 6839802319, + "voter": "danil-zatologin" + }, + { + "percent": "10000", + "reputation": 1279613734, + "rshares": 546630011, + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 62345041692781, + "rshares": 163815528652, + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 5888717170887, + "rshares": 48383672928, + "voter": "ratel" + }, + { + "percent": "10000", + "reputation": 14675201322501, + "rshares": 47650360985, + "voter": "faddat" + }, + { + "percent": "10000", + "reputation": -453869065378, + "rshares": 8572732891, + "voter": "somedude" + }, + { + "percent": "10000", + "reputation": 32056888035, + "rshares": 1044514942, + "voter": "fjccoin" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 182857841775, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 130312632905, + "rshares": 298963747, + "voter": "johnnyd" + }, + { + "percent": "10000", + "reputation": 192312398750, + "rshares": 391004887, + "voter": "lyubovnam" + }, + { + "percent": "10000", + "reputation": 37159422493, + "rshares": 952361961, + "voter": "johnerminer" + }, + { + "percent": "10000", + "reputation": 1945135717715, + "rshares": 31911585046, + "voter": "foma17" + }, + { + "percent": "10000", + "reputation": 108250878178, + "rshares": 325059180, + "voter": "kel-henriques" + }, + { + "percent": "10000", + "reputation": 2761596392902, + "rshares": 481670440, + "voter": "tee-em" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 29753571004, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 21696987204454, + "rshares": 150800832753, + "voter": "ikigai" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 4934547454, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 19830793477, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 10374460, + "rshares": 977340927, + "voter": "alex-hulsmeier" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 26220374041, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 9872233946, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 20692382318966, + "rshares": 190147604317, + "voter": "mauricemikkers" + }, + { + "percent": "10000", + "reputation": 136642407211, + "rshares": 830463816, + "voter": "erik-prestinary" + }, + { + "percent": "10000", + "reputation": 3509662488161, + "rshares": 19433185664, + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 23772657642279, + "rshares": 67747868710, + "voter": "trevonjb" + }, + { + "percent": "10000", + "reputation": 17777496768, + "rshares": 275706218, + "voter": "carlgetalada" + }, + { + "percent": "10000", + "reputation": 1012910736351, + "rshares": 10614159146, + "voter": "vladon" + }, + { + "percent": "10000", + "reputation": 1060721272008, + "rshares": 3414652849, + "voter": "dasan-oneia" + }, + { + "percent": "10000", + "reputation": 5686398017254, + "rshares": 46465449604, + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 1782103621838, + "rshares": 511340849, + "voter": "wisehammer" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 12923157136, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 85777133037, + "rshares": 292466961, + "voter": "mrhankeh" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 29554903970, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 6813289592775, + "rshares": 3348888962, + "voter": "arcaneinfo" + }, + { + "percent": "10000", + "reputation": 1676955163155, + "rshares": 3596696655, + "voter": "spikykevin" + }, + { + "percent": "10000", + "reputation": 25639258699, + "rshares": 262012373, + "voter": "ladyclair" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 392936533, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 2544044850677, + "rshares": 15854538739, + "voter": "eindbas" + }, + { + "percent": "10000", + "reputation": 336763673779, + "rshares": 131360727600, + "voter": "asmolokalo" + }, + { + "percent": "10000", + "reputation": 57643429300793, + "rshares": 194495872827, + "voter": "roelandp" + }, + { + "percent": "10000", + "reputation": 1959446497877, + "rshares": 3599767077, + "voter": "dennygalindo" + }, + { + "percent": "10000", + "reputation": 19449097565894, + "rshares": 14368095193, + "voter": "lehard" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 1279199375, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 3326209124802, + "rshares": 7853600448, + "voter": "aeico" + }, + { + "percent": "10000", + "reputation": -1260650049067, + "rshares": 216832200, + "voter": "bitcointop" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 4119300361, + "voter": "riscadox" + }, + { + "percent": "-10000", + "reputation": 13090894039053, + "rshares": -63462795744, + "voter": "discombobulated" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 6933608090, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 213668684615, + "rshares": 439473994, + "voter": "soupernerd" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 28205962036, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 11415305020986, + "rshares": 17515831074, + "voter": "menta" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 6483687956, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": -1754168461257, + "rshares": 315548938, + "voter": "putradham" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 10301298088, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 6196402667353, + "rshares": 3618699544, + "voter": "jako" + }, + { + "percent": "10000", + "reputation": 20893567338, + "rshares": 250505290, + "voter": "yana" + }, + { + "percent": "10000", + "reputation": 9506486, + "rshares": 242881072, + "voter": "wooomp" + }, + { + "percent": "10000", + "reputation": 9786117166130, + "rshares": 7773005363, + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": 44761293560, + "rshares": 25044450984, + "voter": "sonsy" + }, + { + "percent": "10000", + "reputation": 1066844392041, + "rshares": 333655390, + "voter": "zerohero" + }, + { + "percent": "10000", + "reputation": 97622606374, + "rshares": 422818329, + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 10879637050, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 1380128900631, + "rshares": 255419313, + "voter": "romel" + }, + { + "percent": "10000", + "reputation": 36430343311, + "rshares": 311545857, + "voter": "linkku" + }, + { + "percent": "10000", + "reputation": 39413693284, + "rshares": 260034835, + "voter": "giveaway" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 2699689371, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 285798900060, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 241377007, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 61408019829, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 2059163308, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 658347916, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 483978065, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 2069855377344, + "rshares": 6592256138, + "voter": "spiz0r" + }, + { + "percent": "10000", + "reputation": 11161280105659, + "rshares": 7310239918, + "voter": "sigmajin" + }, + { + "percent": "10000", + "reputation": 8017093633272, + "rshares": 13478856288, + "voter": "ausbitbank" + }, + { + "percent": "10000", + "reputation": 54870619364044, + "rshares": 2846594620, + "voter": "jacor" + }, + { + "percent": "10000", + "reputation": 1371681467487, + "rshares": 2402874749, + "voter": "autosmile13" + }, + { + "percent": "10000", + "reputation": 2637498741329, + "rshares": 3701753915, + "voter": "thovre" + }, + { + "percent": "10000", + "reputation": 54408128060, + "rshares": 237447448, + "voter": "esepinche" + }, + { + "percent": "10000", + "reputation": 1136398839, + "rshares": 229928643, + "voter": "lionelvang" + }, + { + "percent": "10000", + "reputation": 1598540193144, + "rshares": 9736475267, + "voter": "gord0b" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1516498528, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 2661508409, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 255391004842, + "rshares": 31695237924, + "voter": "w4lterwyte" + }, + { + "percent": "10000", + "reputation": 38134889, + "rshares": 3480138147, + "voter": "perwest" + }, + { + "percent": "10000", + "reputation": 1357468911, + "rshares": 5979543560, + "voter": "guywinfield" + }, + { + "percent": "10000", + "reputation": -422214944291, + "rshares": 119548882, + "voter": "yuridan" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 831656716, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1621656248557, + "rshares": 4856212244, + "voter": "mastertrader777" + }, + { + "percent": "10000", + "reputation": 3516364728, + "rshares": 523819658, + "voter": "ssmmaaddeellmmaa" + }, + { + "percent": "10000", + "reputation": 1089147151331, + "rshares": 282202176, + "voter": "incomemonthly" + }, + { + "percent": "10000", + "reputation": 213565690794, + "rshares": 11797621218, + "voter": "showmethecoinz" + }, + { + "percent": "10000", + "reputation": 49424119965, + "rshares": 2125926007, + "voter": "dyausdiu" + }, + { + "percent": "10000", + "reputation": 1245155906, + "rshares": 3017052825, + "voter": "kaneen74" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 15462789471, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 44255775547, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 406746828, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 2852532944, + "rshares": 236627172, + "voter": "hankrearden" + }, + { + "percent": "10000", + "reputation": 3979714886621, + "rshares": 3976677154, + "voter": "jaycobbell" + }, + { + "percent": "10000", + "reputation": 3879998019826, + "rshares": 239364870, + "voter": "juvyjabian" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 5929886892, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": -342084222038, + "rshares": 236218009, + "voter": "yousaywhat" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 24213242041, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 83303582, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 3573364697, + "rshares": 235454439, + "voter": "oxid" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 18078518905, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 3340913621, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 3502382308233, + "rshares": 172421189, + "voter": "maximkichev" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 242342368, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 1030066056, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234664648, + "voter": "myleslumley" + }, + { + "percent": "10000", + "reputation": 900427911, + "rshares": 46943118, + "voter": "delik" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 2966655877, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 3372933854, + "rshares": 234355463, + "voter": "maximaug" + }, + { + "percent": "10000", + "reputation": 2764978194297, + "rshares": 3354986113, + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 3579180944, + "rshares": 230274054, + "voter": "brainstorage" + }, + { + "percent": "10000", + "reputation": 7305709760, + "rshares": 1080110553, + "voter": "slocum" + }, + { + "percent": "10000", + "reputation": 291270867, + "rshares": 234061764, + "voter": "trismegistus" + }, + { + "percent": "10000", + "reputation": 76096938200261, + "rshares": 8848371610, + "voter": "calaber24p" + }, + { + "percent": "10000", + "reputation": 49770527, + "rshares": 3408359478, + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1365633676, + "voter": "dkpl" + }, + { + "percent": "10000", + "reputation": 1193366475012, + "rshares": 747950001, + "voter": "madhatting" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 116911462, + "voter": "tabascomint" + }, + { + "percent": "10000", + "reputation": 345798829595, + "rshares": 193741084, + "voter": "rules169" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 311135303, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 1532881687066, + "rshares": 7248168142, + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 28053671085, + "rshares": 119159974, + "voter": "moviedo1992" + }, + { + "percent": "10000", + "reputation": 84837731290, + "rshares": 117672125, + "voter": "jacksongarcia" + }, + { + "percent": "10000", + "reputation": 1394532106132, + "rshares": 2716487696, + "voter": "geronimo" + }, + { + "percent": "10000", + "reputation": 360160843374, + "rshares": 1302925508, + "voter": "bagogong" + }, + { + "percent": "10000", + "reputation": 433924646062, + "rshares": 158789462072, + "voter": "gabbans" + }, + { + "percent": "10000", + "reputation": 12248503488, + "rshares": 733452112, + "voter": "denverliu" + }, + { + "percent": "10000", + "reputation": 5759197802, + "rshares": 2242980837, + "voter": "skyzalimit" + }, + { + "percent": "10000", + "reputation": 21921694006, + "rshares": 82562805, + "voter": "animus" + }, + { + "percent": "10000", + "reputation": 312170641179, + "rshares": 601455317, + "voter": "heltiko" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 222541141, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 2147203047336, + "rshares": 5429596238, + "voter": "exitmass" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 196798723, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 7241387581, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 2174892221, + "rshares": 116455676, + "voter": "lhl" + }, + { + "percent": "10000", + "reputation": 61224832002, + "rshares": 151010610, + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 20001506960251, + "rshares": 2450929040, + "voter": "liberosist" + }, + { + "percent": "10000", + "reputation": 5883461278385, + "rshares": 17463290130, + "voter": "rea" + }, + { + "percent": "10000", + "reputation": 74369098, + "rshares": 113904513, + "voter": "bitcoinlife" + }, + { + "percent": "10000", + "reputation": 16671514269, + "rshares": 123392204, + "voter": "dieterdp" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 14226009, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107834582, + "voter": "sebytza05" + }, + { + "percent": "10000", + "reputation": 160134373956, + "rshares": 4768198218, + "voter": "neroru" + }, + { + "percent": "10000", + "reputation": 9853253860, + "rshares": 121382854, + "voter": "rd7783" + }, + { + "percent": "10000", + "reputation": 40107084, + "rshares": 155789703, + "voter": "xand" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 61181469087, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 118197913, + "voter": "m3d098s" + }, + { + "percent": "10000", + "reputation": 551326264964, + "rshares": 1156557372, + "voter": "victoria2002" + }, + { + "percent": "10000", + "reputation": 879409745645, + "rshares": 1964932372, + "voter": "lostnuggett" + }, + { + "percent": "10000", + "reputation": 702602138233, + "rshares": 143271262, + "voter": "alekst" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 166399502, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95160594, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 658081203263, + "rshares": 0, + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 1072407051, + "rshares": 106731641, + "voter": "jchubitnet" + }, + { + "percent": "10000", + "reputation": 542854211690, + "rshares": 122010832, + "voter": "sokoloffa" + }, + { + "percent": "10000", + "reputation": 292304910017, + "rshares": 215819935, + "voter": "iran" + }, + { + "percent": "10000", + "reputation": 2812079541783, + "rshares": 301164444, + "voter": "fishborne" + }, + { + "percent": "10000", + "reputation": 327313183062, + "rshares": 89032299, + "voter": "politicasan2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89570389, + "voter": "sebytza055" + }, + { + "percent": "10000", + "reputation": 12468455070375, + "rshares": 1889104058, + "voter": "carlidos" + }, + { + "percent": "10000", + "reputation": 59110845037, + "rshares": 58557202, + "voter": "turretkilo" + }, + { + "percent": "10000", + "reputation": 162165072915, + "rshares": 89034601, + "voter": "atx" + }, + { + "percent": "10000", + "reputation": 560743391935, + "rshares": 1487368855, + "voter": "eristoddle" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 66871422364, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 5852927286506, + "rshares": 5097031718, + "voter": "cryptocameo" + }, + { + "percent": "10000", + "reputation": 4129649677200, + "rshares": 136975044, + "voter": "summonerrk" + }, + { + "percent": "10000", + "reputation": 28661466165, + "rshares": 70320350, + "voter": "belovruslan" + }, + { + "percent": "10000", + "reputation": 60975043955, + "rshares": 94174705, + "voter": "clonewarz" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 7916632510, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 33938009431, + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 634834270, + "rshares": 172096282, + "voter": "bahar" + }, + { + "percent": "10000", + "reputation": 321902226, + "rshares": 67765317, + "voter": "culoemono" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 358317377, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 4062552056713, + "rshares": 3349340088, + "voter": "phoenixmaid" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 196162976, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 247311783844, + "rshares": 844518320, + "voter": "hofman386" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 4624459894, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99636758, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 63488035999, + "rshares": 221423146, + "voter": "anandpatel" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 77265006, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 23636540051, + "rshares": 89604039, + "voter": "iraniansteem" + }, + { + "percent": "10000", + "reputation": -4429007921326, + "rshares": 1284429393, + "voter": "jillstein2016" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 108875685, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 49215329, + "rshares": 3415583993, + "voter": "pigatron" + }, + { + "percent": "10000", + "reputation": 193988601800, + "rshares": 791162358, + "voter": "pseudonymouse" + }, + { + "percent": "10000", + "reputation": 150852667243, + "rshares": 212773995, + "voter": "emilyelizabeth" + }, + { + "percent": "10000", + "reputation": 212959420968, + "rshares": 3824410267, + "voter": "michiel" + }, + { + "percent": "10000", + "reputation": -83198757867, + "rshares": 84024582, + "voter": "fairider" + }, + { + "percent": "-10000", + "reputation": -489147116791, + "rshares": -91974704, + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 5269164174, + "rshares": 108451829, + "voter": "buyselltrade" + }, + { + "percent": "10000", + "reputation": -4779249072914, + "rshares": 304911791, + "voter": "weenis" + }, + { + "percent": "10000", + "reputation": 283380527576, + "rshares": 107526914, + "voter": "mahekg" + }, + { + "percent": "10000", + "reputation": 2580067408929, + "rshares": 1137063432, + "voter": "spookypooky" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 988614320, + "voter": "metaflute" + }, + { + "percent": "-10000", + "reputation": 4848087788, + "rshares": -101696257, + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 7903114, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 111126696, + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": -4655951946, + "rshares": -64059405, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": -845812047695, + "rshares": 89613149, + "voter": "angelinaalba" + }, + { + "percent": "10000", + "reputation": 269260629, + "rshares": 64055128, + "voter": "wise-brain" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56536480, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 1020124, + "rshares": 62727667, + "voter": "freeflix" + }, + { + "percent": "10000", + "reputation": 38381888984, + "rshares": 61647067, + "voter": "drewdy" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 18228347, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 554656841, + "rshares": 63979316, + "voter": "famousdav" + }, + { + "percent": "10000", + "reputation": 61374667649460, + "rshares": 31987956, + "voter": "ozchartart" + }, + { + "percent": "10000", + "reputation": 2955936001, + "rshares": 62687134, + "voter": "principalscunner" + }, + { + "percent": "10000", + "reputation": 1577333165356, + "rshares": 1282672687, + "voter": "lief" + }, + { + "percent": "10000", + "reputation": 1320989085, + "rshares": 53662710, + "voter": "beiaandluna" + }, + { + "percent": "10000", + "reputation": 3364685892, + "rshares": 1208147554, + "voter": "planet.earth" + }, + { + "percent": "10000", + "reputation": 16577047541, + "rshares": 7408125186, + "voter": "sunshine" + }, + { + "percent": "10000", + "reputation": -822344322564, + "rshares": 63871752, + "voter": "steemitlove" + }, + { + "percent": "10000", + "reputation": -705106123629, + "rshares": 63867468, + "voter": "steemlove" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 62524491, + "voter": "kodijacked" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 107672064, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 119966562, + "rshares": 64969940, + "voter": "anje" + }, + { + "percent": "10000", + "reputation": 6887127798781, + "rshares": 16440893788, + "voter": "xtester" + }, + { + "percent": "10000", + "reputation": 36326774674, + "rshares": 54764325, + "voter": "bogartgaming" + }, + { + "percent": "10000", + "reputation": 1653800202958, + "rshares": 50433890513, + "voter": "glitterfart" + }, + { + "percent": "10000", + "reputation": 178440469678, + "rshares": 25589929, + "voter": "belgorogdmitriy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60920797, + "voter": "zebas" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60877761, + "voter": "sirnoom" + }, + { + "percent": "10000", + "reputation": 282062767, + "rshares": 661296559, + "voter": "darrenturetzky" + }, + { + "percent": "10000", + "reputation": 3124431, + "rshares": 61744851, + "voter": "kobayashi" + }, + { + "percent": "10000", + "reputation": 15932269974, + "rshares": 2517712, + "voter": "fairider1" + }, + { + "percent": "10000", + "reputation": 513174, + "rshares": 61682621, + "voter": "dottore.chimica" + }, + { + "percent": "10000", + "reputation": 54352151623, + "rshares": 290288839, + "voter": "antfield" + }, + { + "percent": "10000", + "reputation": 898801272252, + "rshares": 102258644, + "voter": "t3ran13" + }, + { + "percent": "0", + "reputation": 6273453657, + "rshares": 2744908, + "voter": "hyperbatata" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 64105630, + "voter": "garyluo" + }, + { + "percent": "10000", + "reputation": 1100523431005, + "rshares": 67595959, + "voter": "d3nv3r" + }, + { + "percent": "10000", + "reputation": 3353258246, + "rshares": 13811893, + "voter": "fireballofdoom" + }, + { + "percent": "10000", + "reputation": 86811749666, + "rshares": 62746643, + "voter": "luke490" + }, + { + "percent": "10000", + "reputation": 1053978638105, + "rshares": 3005156117, + "voter": "psamuelson" + }, + { + "percent": "10000", + "reputation": 601536515, + "rshares": 62723537, + "voter": "donnablacktail" + }, + { + "percent": "10000", + "reputation": -3006894935427, + "rshares": 61095209, + "voter": "steemit.tips" + }, + { + "percent": "10000", + "reputation": 413797518320, + "rshares": 139609221, + "voter": "velourex" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 2303034176, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 10083212488, + "rshares": 43846746, + "voter": "dedushkadiesel" + }, + { + "percent": "10000", + "reputation": 27467823, + "rshares": 62382475, + "voter": "taiger" + }, + { + "percent": "10000", + "reputation": 2429358538, + "rshares": 56118798, + "voter": "only1j" + }, + { + "percent": "10000", + "reputation": -1237258815752, + "rshares": 38745987, + "voter": "admin2017" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 176518402, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 28590687, + "voter": "aiaconelli707" + }, + { + "percent": "10000", + "reputation": 971138, + "rshares": 62152861, + "voter": "jjt333" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59633197, + "voter": "tristansakebow08" + }, + { + "percent": "10000", + "reputation": 1280401419, + "rshares": 57096114, + "voter": "randomblock1" + }, + { + "percent": "10000", + "reputation": 1299578948, + "rshares": 63301160, + "voter": "iamjay" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 54572493, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 43406170, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 386813325, + "rshares": 45795325, + "voter": "zmb" + }, + { + "percent": "10000", + "reputation": -1016377321976, + "rshares": 61885476, + "voter": "curls4life" + }, + { + "percent": "10000", + "reputation": -395587580242, + "rshares": 61821110, + "voter": "alniskobs" + }, + { + "percent": "10000", + "reputation": -436695352849, + "rshares": 61820662, + "voter": "amboyst" + }, + { + "percent": "10000", + "reputation": -269345517998, + "rshares": 61820229, + "voter": "cheremet" + }, + { + "percent": "10000", + "reputation": -816175808993, + "rshares": 59344084, + "voter": "anarchypory" + }, + { + "percent": "10000", + "reputation": -545964216146, + "rshares": 61815084, + "voter": "angevel" + }, + { + "percent": "10000", + "reputation": -511794737588, + "rshares": 61814767, + "voter": "backetri" + }, + { + "percent": "10000", + "reputation": -632712185740, + "rshares": 61814359, + "voter": "chonesta" + }, + { + "percent": "10000", + "reputation": 18385642301, + "rshares": 58623688, + "voter": "mythras" + }, + { + "percent": "10000", + "reputation": 13723933745, + "rshares": 61694322, + "voter": "profmat" + }, + { + "percent": "10000", + "reputation": 489577513, + "rshares": 57980446, + "voter": "ccbison" + }, + { + "percent": "10000", + "reputation": 14573351463, + "rshares": 59204714, + "voter": "makimoto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59203002, + "voter": "kalipen" + }, + { + "percent": "10000", + "reputation": 56793847, + "rshares": 60410149, + "voter": "keepcalm" + }, + { + "percent": "10000", + "reputation": 5533571, + "rshares": 35749194, + "voter": "leofirehorse" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 56682205, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 57765027, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 983120693, + "rshares": 53985414, + "voter": "xxxaazzxxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61322260, + "voter": "sjj" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 40592878, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 447853669279, + "rshares": 54761612, + "voter": "edbriv" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 0, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 256358879, + "rshares": 527071450, + "voter": "idimitrov07" + }, + { + "percent": "10000", + "reputation": 7520702790, + "rshares": 50799347, + "voter": "wish" + }, + { + "percent": "10000", + "reputation": 3394288, + "rshares": 53222492, + "voter": "margarita7" + }, + { + "percent": "10000", + "reputation": -565298235179, + "rshares": 0, + "voter": "elsi" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "Be careful when sending out ETH and ETC due to replay attacks, Vitalik shares information on how to protect against them, as well as future plans for ETH:\nhttps://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/", + "body_length": 218, + "cashout_time": "1969-12-31T23:59:59", + "category": "ether", + "children": 74, + "created": "2016-07-26T14:21:42", + "curator_payout_value": "6.586 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"ether\"],\"links\":[\"https://blog.ethereum.org/2016/07/26/onward_from_the_hard_fork/\"]}", + "last_payout": "2016-08-26T15:20:12", + "last_update": "2016-07-26T14:21:42", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 59505019321004, + "parent_author": "", + "parent_permlink": "ether", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "important-news-about-using-eth-and-etc-from-vitalik", + "post_id": 374204, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Important news about using ETH and ETC from Vitalik", + "title": "Important news about using ETH and ETC from Vitalik", + "total_payout_value": "1067.633 HBD", + "url": "/ether/@blocktrades/important-news-about-using-eth-and-etc-from-vitalik" + }, + "blocktrades/introducing-the-latest-dollar-stable-coin-trade-usdlabor": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4921550602200, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1828702726812, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4848410633446, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3586035953461, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1647674807422, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3258485481833, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1404157180240, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 261787136527, + "rshares": 697964966105, + "voter": "barrie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1868696668231, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2813798148000, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1659760638461, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 201800281693, + "voter": "summon1" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 41118308170729, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 20866766216, + "rshares": 1160259885000, + "voter": "newyo" + }, + { + "percent": "-10000", + "reputation": 8272495818727, + "rshares": -5182378191289, + "voter": "xeldal" + }, + { + "percent": "-10000", + "reputation": 51047995307721, + "rshares": -7213536232808, + "voter": "pharesim" + }, + { + "percent": "10000", + "reputation": 25104157850610, + "rshares": 1884309192036, + "voter": "samupaha" + }, + { + "percent": "-10000", + "reputation": 1049211085828, + "rshares": -5596584509578, + "voter": "enki" + }, + { + "percent": "10000", + "reputation": 8016881813007, + "rshares": 2645696602501, + "voter": "bitcube" + }, + { + "percent": "-10000", + "reputation": 20297981245452, + "rshares": -5179537980810, + "voter": "abit" + }, + { + "percent": "10000", + "reputation": 2827502899317, + "rshares": 1016618755244, + "voter": "ihashfury" + }, + { + "percent": "10000", + "reputation": 9800209121307, + "rshares": 4481883684458, + "voter": "roadscape" + }, + { + "percent": "10000", + "reputation": -37765249963674, + "rshares": 3394363490076, + "voter": "wang" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 891079267575, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 2001648914090, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 31405352060596, + "rshares": 4602815756051, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 9510507624851, + "rshares": 203076785600, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 629077997640, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 111766500, + "voter": "egypt" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 111735900, + "voter": "morocco" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 111378900, + "voter": "bugsbunny" + }, + { + "percent": "10000", + "reputation": 51985906388, + "rshares": 111164700, + "voter": "chocolate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 110685300, + "voter": "ahlam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109808100, + "voter": "pinkfloyd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107304000, + "voter": "banana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 107237700, + "voter": "bobmarley" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 661671732, + "voter": "biodragon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 104167500, + "voter": "michaeljordan" + }, + { + "percent": "10000", + "reputation": 25065017424303, + "rshares": 10265361600, + "voter": "stan" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 101714400, + "voter": "alsabbah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 100867800, + "voter": "alarabiya" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 99842700, + "voter": "binsalman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 95538300, + "voter": "gandalf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 93131100, + "voter": "bryceweiner" + }, + { + "percent": "10000", + "reputation": 124209883737229, + "rshares": 74673536161, + "voter": "steempower" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 123166722929, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 16148303450, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 10265487763, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 257846040176, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 5003156605879, + "rshares": 1214761228, + "voter": "jsc" + }, + { + "percent": "10000", + "reputation": 6977251504339, + "rshares": 2044400735, + "voter": "dedriss" + }, + { + "percent": "10000", + "reputation": 2294989396894, + "rshares": 663044169, + "voter": "cryptoprometheus" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 29452313454, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 9801987882919, + "rshares": 607955421, + "voter": "jupiter00000" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 22744316982, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 6863537479759, + "rshares": 33343840771, + "voter": "mf-tzo" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 13661359545, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 194727158609, + "rshares": 860865690, + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 946597547, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 1914970430304, + "rshares": 388836001651, + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": 596707334180, + "rshares": 4057555553, + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 2976409871615, + "rshares": 5100030032, + "voter": "nomoreheroes7" + }, + { + "percent": "10000", + "reputation": 2830877880805, + "rshares": 133171597646, + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 34347753869675, + "rshares": 482451525, + "voter": "camilla" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 706496363, + "voter": "jamtaylor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 97076327, + "voter": "eggplant" + }, + { + "percent": "10000", + "reputation": 4743131139239, + "rshares": 644349438, + "voter": "dedmatvey" + }, + { + "percent": "10000", + "reputation": 1655372026731, + "rshares": 6219646895, + "voter": "cryptorune" + }, + { + "percent": "10000", + "reputation": 41145563244589, + "rshares": 33795434067, + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 82831371778953, + "rshares": 1629640364, + "voter": "cryptogee" + }, + { + "percent": "10000", + "reputation": 348876921907, + "rshares": 425301663, + "voter": "n25052016" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 696750238, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2240848466, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 64573188744746, + "rshares": 316662971, + "voter": "dragonslayer109" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1551020558, + "voter": "aljazeera" + }, + { + "percent": "10000", + "reputation": 79561484422, + "rshares": 345477932, + "voter": "applecrisp" + }, + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 343802731, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 57302509663422, + "rshares": 5922998699, + "voter": "the-alien" + }, + { + "percent": "10000", + "reputation": 3959154858064, + "rshares": 339335033, + "voter": "gsus" + }, + { + "percent": "10000", + "reputation": 62345041692781, + "rshares": 21454050939, + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1524973601, + "voter": "chocolatemilk" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 6009855420, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 2733362192608, + "rshares": 325268972, + "voter": "brandonp" + }, + { + "percent": "10000", + "reputation": 809336750127, + "rshares": 257953551, + "voter": "zach-beckett" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 6347916529, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 3636968474, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 144272642951, + "rshares": 2596161024, + "voter": "tadakaluri" + }, + { + "percent": "10000", + "reputation": 556555725665, + "rshares": 1520162160, + "voter": "psygot" + }, + { + "percent": "10000", + "reputation": 3140041017755, + "rshares": 269517651, + "voter": "ricardopnl" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 26942647, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 269608206, + "voter": "mgrand64" + }, + { + "percent": "10000", + "reputation": -1116609991510, + "rshares": 120249855, + "voter": "nicholasparr" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 54471032, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 2459491151, + "rshares": 245619388, + "voter": "paliboy" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 104426495, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 118940719, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 121488921, + "rshares": 98962103, + "voter": "alexandr33" + }, + { + "percent": "10000", + "reputation": 441450084787, + "rshares": 4756941, + "voter": "steemtest" + }, + { + "percent": "10000", + "reputation": 3233138520, + "rshares": 267054635, + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 27031203647, + "rshares": 216871037, + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 222460161, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 257264765, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 281130575348, + "rshares": 113259624, + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 38105736, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 130446158, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": -1534229402682, + "rshares": 126560772, + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 241268308, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 104208534, + "voter": "vitz81" + }, + { + "percent": "0", + "reputation": -4655951946, + "rshares": 1281188, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 52263964, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 74184803, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 15687231449, + "rshares": 60128229, + "voter": "awareness" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "### Accepting Cryptocurency for Contract Payments\n\nOne of BlockTrades' primary businesses is software development services for other cryptocurrency companies. Naturally, these companies generally prefer to pay us in cryptocurrency instead of USD dollars, but we have to pay our sub-contractors in USD dollars, so figuring out how to price a contract in crypto has often been a headache for us for several reasons: 1) our customers don't always want to pay us in the same cryptocurrency (even the same customer sometimes wants to change what crypto they pay in), 2) the price of the cryptocurrency can fluctuate a lot against the dollar and this becomes a point of potential contention as to what exchange rate should be used, and 3) converting the crypto to dollars to pay our sub-contractors costs time and money. \n\nTo alleviate these problems, we've created our own \u201cdollar-stable\u201d IOU on the BitShares distributed exchange (DEX). BlockTrades' customers can purchase TRADE.USDLABOR from our site at https://blocktrades.us and use it to pay down any USD-denominated debts to BlockTrades. \n\nOur site dynamically computes the cost of TRADE.USDLABOR versus any cryptocurrency we accept as an alternative payment for USD-priced contracts. We use pricing and liquidity information from the same exchanges that we normally use to price cryptocurrency. We peg TRADE.USDLABOR against USD Tether and add a percentage fee to account for our conversion and bank wire costs. This allows a customer to purchase TRADE.USDLABOR whenever there's a favorable rate for their crypto of choice, and then later pay us the TRADE.USDLABOR on the contract payment date, allowing them to hedge their exchange rate risk if they want.\n\n### Dollar-hedging with TRADE.USDLABOR\n\nIn fact, we also allow customers to buy cryptocurrency with TRADE.USDLABOR (here we price using approximately a 1-1 match with USD Tether as we don't have any conversion costs). So it's possible for any of our customers to use TRADE.USDLABOR as a dollar-stable coin, regardless of whether they plan to purchase service work from us. Anyone can buy TRADE.USDLABOR from us or on the BitShares DEX, then later sell it back to us at our site or sell it to a 3rd party on the DEX.\n\n### More to come soon...\n\nIt's true that we originally created TRADE.USDLABOR as a means of pricing and accepting cryptocurrency for contract payments, but as shown above, we've already found other uses our customers can make of it, such as dollar-hedging. We recently found another great use for it, but I'll talk about that in a separate post on fast conversions for Bitcoin payments.", + "body_length": 2613, + "cashout_time": "1969-12-31T23:59:59", + "category": "blocktrades", + "children": 5, + "created": "2016-07-02T21:27:36", + "curator_payout_value": "4.711 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"blocktrades\",\"bitcoin\",\"bitshares\",\"crypto-news\"],\"links\":[\"https://blocktrades.us\"]}", + "last_payout": "2016-08-24T15:52:15", + "last_update": "2016-07-02T21:27:36", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 70828023779942, + "parent_author": "", + "parent_permlink": "blocktrades", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "introducing-the-latest-dollar-stable-coin-trade-usdlabor", + "post_id": 50564, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Introducing the latest \u201cdollar-stable\u201d coin: TRADE.USDLABOR", + "title": "Introducing the latest \u201cdollar-stable\u201d coin: TRADE.USDLABOR", + "total_payout_value": "358.790 HBD", + "url": "/blocktrades/@blocktrades/introducing-the-latest-dollar-stable-coin-trade-usdlabor" + }, + "blocktrades/limited-time-sale-high-steem-power-accounts-for-serious-investors-only": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4870814423020, + "voter": "arsahk" + }, + { + "percent": "-10000", + "reputation": 1133363759, + "rshares": -1802583236023, + "voter": "faddy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5006181613394, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3620245496496, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1417791353753, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1405478707154, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2898624099786, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 10356286336616, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 42891305080685, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 425850221742, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2345937831875, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 126946989896, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 23218156919, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 5851677321, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 5380704535, + "rshares": 87566351153, + "voter": "samuel-stone" + }, + { + "percent": "10000", + "reputation": 41145563244589, + "rshares": 722643979218, + "voter": "steemship" + }, + { + "percent": "10000", + "reputation": 12382143533351, + "rshares": 0, + "voter": "eeks" + }, + { + "percent": "10000", + "reputation": 4931834878069, + "rshares": 21596585267, + "voter": "fkn" + }, + { + "percent": "10000", + "reputation": 1427571994880, + "rshares": 3376275253, + "voter": "bryner" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 4839749628, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 3392538936533, + "rshares": 9217595008, + "voter": "macrochip" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 404366702, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 22378434861462, + "rshares": 205445117688, + "voter": "stino-san" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 696750238, + "voter": "murh" + }, + { + "percent": "-10000", + "reputation": 1466330727948, + "rshares": -16328039877, + "voter": "glib" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 238723797997, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 5904057835766, + "rshares": 39703201134, + "voter": "ranko-k" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 6087407252, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 1031966854060, + "rshares": 9498715805, + "voter": "moch-yusuf" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 368618537, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 83333949859, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 26064465364, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 102694704958, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 3007408607, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 226288587157, + "voter": "kaylinart" + }, + { + "percent": "-10000", + "reputation": 2636635441463, + "rshares": -5067782060, + "voter": "kingofchaos" + }, + { + "percent": "10000", + "reputation": 659599040279, + "rshares": 45157864416, + "voter": "awrelll" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 89580087195, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 6347916529, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 41633700986, + "voter": "thedashguy" + }, + { + "percent": "-10000", + "reputation": 2676865682314, + "rshares": -30540661532, + "voter": "cheftony" + }, + { + "percent": "10000", + "reputation": 48542961182602, + "rshares": 1049394455899, + "voter": "sean-king" + }, + { + "percent": "0", + "reputation": -16176262320, + "rshares": 6067627, + "voter": "hendry-cie-poe" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 4412695961, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 840377473305, + "rshares": 1533765750, + "voter": "alefernandez" + }, + { + "percent": "-10000", + "reputation": 144272642951, + "rshares": -5143053648, + "voter": "tadakaluri" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 28995469223, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 5686398017254, + "rshares": 41677990195, + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 6029824012432, + "rshares": 3897541304, + "voter": "frankjones" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 12347264169, + "voter": "acassity" + }, + { + "percent": "-10000", + "reputation": 123000113604, + "rshares": -5568354368, + "voter": "uaufund" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 19234445070, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 2018069960576, + "rshares": 7101847457, + "voter": "nobodyishome" + }, + { + "percent": "10000", + "reputation": 2568793560175, + "rshares": 232100547, + "voter": "mikegolden" + }, + { + "percent": "10000", + "reputation": -1116609991510, + "rshares": 162222459, + "voter": "nicholasparr" + }, + { + "percent": "10000", + "reputation": 4066839697461, + "rshares": 2686328957, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": 3326209124802, + "rshares": 3798775198, + "voter": "aeico" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 350720769, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 222047711, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 10171002020923, + "rshares": 22168993644, + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 11584416564, + "rshares": 210690863, + "voter": "mdlugopolski" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 672978419, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 65825957212, + "rshares": 174332441, + "voter": "rambogoham" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 1097021094, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4687287471, + "voter": "ash9095" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 104083369, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 257546332, + "rshares": 118820619, + "voter": "avantyris785" + }, + { + "percent": "10000", + "reputation": -207495429319, + "rshares": 376193838, + "voter": "basicstepnetwork" + }, + { + "percent": "10000", + "reputation": 1066844392041, + "rshares": 206795594, + "voter": "zerohero" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 9161076879, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 6244867547, + "rshares": 1030398861, + "voter": "anwar78" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 286928015, + "voter": "alexsandr" + }, + { + "percent": "10000", + "reputation": 456375266764, + "rshares": 24792152020, + "voter": "mikemiziner" + }, + { + "percent": "10000", + "reputation": 174479620060, + "rshares": 209747057, + "voter": "straiyc" + }, + { + "percent": "-10000", + "reputation": 6340616331847, + "rshares": -233954767, + "voter": "picokernel" + }, + { + "percent": "10000", + "reputation": 536841739867, + "rshares": 252717005, + "voter": "obfuscate-me" + }, + { + "percent": "10000", + "reputation": 220112908760, + "rshares": 194296920, + "voter": "startrek99" + }, + { + "percent": "10000", + "reputation": 646871861, + "rshares": 203700246, + "voter": "brutalbro" + }, + { + "percent": "10000", + "reputation": 39218698377, + "rshares": 130883767, + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 1169728929872, + "rshares": 242279694, + "voter": "hestyliyanty" + }, + { + "percent": "10000", + "reputation": 81102912, + "rshares": 149734582, + "voter": "mirspirs" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 211154860, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 280882400672, + "rshares": 47410076, + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 35230301375, + "rshares": 233504711, + "voter": "horselditty" + }, + { + "percent": "10000", + "reputation": 216392531645, + "rshares": 71476992, + "voter": "vkoreshkoff" + }, + { + "percent": "10000", + "reputation": 338909620445, + "rshares": 2088073351, + "voter": "blockchainbilly" + }, + { + "percent": "-10000", + "reputation": 105338815147, + "rshares": -288621475, + "voter": "toddl984" + }, + { + "percent": "10000", + "reputation": 441450084787, + "rshares": 80868013, + "voter": "steemtest" + }, + { + "percent": "10000", + "reputation": 3233138520, + "rshares": 272504730, + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 27031203647, + "rshares": 216871037, + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 222460161, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 263696384, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 281130575348, + "rshares": 113259624, + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 11450220486, + "rshares": 269128089, + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 2764978194297, + "rshares": 3049987376, + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 2636745073, + "rshares": 173983768, + "voter": "eman" + }, + { + "percent": "10000", + "reputation": 2173940256661, + "rshares": 234050468, + "voter": "benjiberigan" + }, + { + "percent": "10000", + "reputation": 73697385853, + "rshares": 246156019, + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 130446158, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 12248503488, + "rshares": 437893148, + "voter": "denverliu" + }, + { + "percent": "10000", + "reputation": 211358241480, + "rshares": 93601361, + "voter": "memes" + }, + { + "percent": "10000", + "reputation": 41863434034, + "rshares": 38739851, + "voter": "edouard" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 249885034, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 106473937, + "voter": "vitz81" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 52263964, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 0, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 76304368, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -2741921296, + "rshares": 61731740, + "voter": "boj" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": -49397634, + "rshares": 0, + "voter": "vasilii" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "If you're looking to make a serious investment in Steem right now, you've probably noticed it's difficult to buy a lot without driving the price up and increasing your entry basis. \n\nFor a limited time, BlockTrades has a solution: we are offering up for sale about half a dozen Steem accounts that have been pre-powered up with significant amounts of STEEM POWER from the early mining days of Steem. These accounts have current market valuations (as of July 9th) of between 10 and 45 BTC based on http://coinmarketcap.com valuations. We plan to sell at rates strictly based on prevailing Steem prices at time of sale with no discounts or premiums, but we reserve the right to terminate this offer at any time.\n\nAn example account for sale is:\n\nhttps://steemit.com/@ashleigh/transfers\n\nNote that these buys are handled manually, not via an automated purchase on https://blocktrades.us. We can be reached via any of the contact methods on our web site, or you can send a private message to \u201cblocktrades\u201d on steem.slack.com if you've signed up there.", + "body_length": 1047, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitcoin", + "children": 22, + "created": "2016-07-10T04:24:09", + "curator_payout_value": "0.685 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"bitcoin\",\"blocktrades\",\"for-sale\",\"trading\"],\"links\":[\"http://coinmarketcap.com\"]}", + "last_payout": "2016-08-24T15:58:15", + "last_update": "2016-07-10T04:24:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 76754648798269, + "parent_author": "", + "parent_permlink": "bitcoin", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "limited-time-sale-high-steem-power-accounts-for-serious-investors-only", + "post_id": 71871, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Limited Time Sale: High STEEM POWER Accounts for Serious Investors Only", + "title": "Limited Time Sale: High STEEM POWER Accounts for Serious Investors Only", + "total_payout_value": "71.551 HBD", + "url": "/bitcoin/@blocktrades/limited-time-sale-high-steem-power-accounts-for-serious-investors-only" + }, + "blocktrades/notifications-when-steem-account-receives-money-from-someone": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4870814423020, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 13823888326286, + "rshares": 7995477515823, + "voter": "summon" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 42952234790328, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 628598357605, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 3470679585413, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 12481332844017, + "rshares": 1311391571987, + "voter": "steemychicken1" + }, + { + "percent": "10000", + "reputation": 71087197697999, + "rshares": 750006607716, + "voter": "benjojo" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 70618953349, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 218616618459, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 5992588876858, + "rshares": 21398938381, + "voter": "hcf27" + }, + { + "percent": "10000", + "reputation": 37454101478493, + "rshares": 207435324576, + "voter": "chitty" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 23218156919, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 4938226866, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 193476386, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 186368067381, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 8364732813017, + "rshares": 121597994728, + "voter": "psylains" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 642560175, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 404366702, + "voter": "coar" + }, + { + "percent": "10000", + "reputation": 22378434861462, + "rshares": 197259359940, + "voter": "stino-san" + }, + { + "percent": "666", + "reputation": 2902053059801, + "rshares": 696750238, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 1060701226, + "voter": "dmitry" + }, + { + "percent": "0", + "reputation": 500269120, + "rshares": 7583650, + "voter": "sn7w" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 2706009298, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 127371854, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 1376656930605, + "rshares": 1623140686, + "voter": "karbonxx" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 368668085, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 14734236654427, + "rshares": 20834966546, + "voter": "intelliguy" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 128181198348, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 46310579884676, + "rshares": 51214727092, + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 80249912323, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 6347916529, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 4638121700, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 2641144566631, + "rshares": 313521087, + "voter": "coinhoarder" + }, + { + "percent": "10000", + "reputation": 840377473305, + "rshares": 1432300375, + "voter": "alefernandez" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 13604044000, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 5686398017254, + "rshares": 46913335455, + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 9026661733, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 4459522539935, + "rshares": 7993191186, + "voter": "bitcoinmeister" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 492663415, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 54984589934, + "rshares": 247147290, + "voter": "kosimoos" + }, + { + "percent": "10000", + "reputation": 1085600919120, + "rshares": 1292369798, + "voter": "freeflowbc" + }, + { + "percent": "10000", + "reputation": -1116609991510, + "rshares": 177921407, + "voter": "nicholasparr" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 350782557, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 1891576658, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 10171002020923, + "rshares": 43941917863, + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4687287471, + "voter": "ash9095" + }, + { + "percent": "10000", + "reputation": 1066844392041, + "rshares": 201871889, + "voter": "zerohero" + }, + { + "percent": "10000", + "reputation": 174479620060, + "rshares": 219502734, + "voter": "straiyc" + }, + { + "percent": "10000", + "reputation": 65323558622, + "rshares": 3726645211, + "voter": "ketchash" + }, + { + "percent": "10000", + "reputation": 21461662087, + "rshares": 522646614, + "voter": "mazainderan" + }, + { + "percent": "10000", + "reputation": 2657547218546, + "rshares": 5672546443, + "voter": "qamarpinkpanda" + }, + { + "percent": "10000", + "reputation": 752262956946, + "rshares": 323739720, + "voter": "kepo777" + }, + { + "percent": "10000", + "reputation": 220112908760, + "rshares": 184582074, + "voter": "startrek99" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 60992292456, + "voter": "jatochnietdan" + }, + { + "percent": "10000", + "reputation": 646871861, + "rshares": 164900199, + "voter": "brutalbro" + }, + { + "percent": "10000", + "reputation": 39218698377, + "rshares": 53323016, + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 7018477845661, + "rshares": 75861886222, + "voter": "neoxian" + }, + { + "percent": "10000", + "reputation": 81102912, + "rshares": 144904434, + "voter": "mirspirs" + }, + { + "percent": "10000", + "reputation": 1894027246962, + "rshares": 1425613252, + "voter": "satanic.stoner" + }, + { + "percent": "10000", + "reputation": 937532987189, + "rshares": 187401954, + "voter": "rolik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 105486017, + "voter": "suren0881" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 191422711, + "voter": "alex-911" + }, + { + "percent": "10000", + "reputation": 338909620445, + "rshares": 2135529563, + "voter": "blockchainbilly" + }, + { + "percent": "10000", + "reputation": 3233138520, + "rshares": 272504730, + "voter": "rohantatia" + }, + { + "percent": "10000", + "reputation": 27031203647, + "rshares": 221690393, + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 98843553012, + "rshares": 222460161, + "voter": "magix" + }, + { + "percent": "10000", + "reputation": -77191889138, + "rshares": 99306703, + "voter": "serg999" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 263696384, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 281130575348, + "rshares": 113259624, + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 11450220486, + "rshares": 269128089, + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 235716755, + "voter": "s0jeris" + }, + { + "percent": "10000", + "reputation": 2636745073, + "rshares": 173983768, + "voter": "eman" + }, + { + "percent": "10000", + "reputation": 73697385853, + "rshares": 246156019, + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 136117730, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 1133580698213, + "rshares": 238618704, + "voter": "breakfastchief" + }, + { + "percent": "0", + "reputation": 0, + "rshares": 2323567, + "voter": "grxcii" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 9484006, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 551326264964, + "rshares": 27783731, + "voter": "victoria2002" + }, + { + "percent": "10000", + "reputation": 211358241480, + "rshares": 93601361, + "voter": "memes" + }, + { + "percent": "10000", + "reputation": -1534229402682, + "rshares": 136052830, + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 1606242116192, + "rshares": 85485559, + "voter": "bakingengineer" + }, + { + "percent": "10000", + "reputation": 41863434034, + "rshares": 34182222, + "voter": "edouard" + }, + { + "percent": "10000", + "reputation": 3777763523032, + "rshares": 7916632510, + "voter": "krabgat" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 249885034, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 110854264127, + "rshares": 192018812, + "voter": "mikeinfla" + }, + { + "percent": "-10000", + "reputation": 4848087788, + "rshares": -98871361, + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 106473937, + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": -4655951946, + "rshares": -62778217, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 1320262999851, + "rshares": 57339338, + "voter": "naturalista" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 52263964, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 819730820907, + "rshares": 61087454, + "voter": "beyondzero" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 76304368, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -2741921296, + "rshares": 61731740, + "voter": "boj" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 26541497, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 4703922, + "rshares": 66143394, + "voter": "darkshadow97056" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "A couple of times we've needed to reach a new customer at BlockTrades, but we only have their account name and no other contact info. Steem already has a built-in system for sending memos with money transfers that we could use to send a message, but this requires the receiver to know that he/she needs to check their wallet transfers page. \n\nIt would be really handy if there was some kind of \"notification\" display in the upper right or left corner to let people know to check their wallet page when they get new transfers from people (as opposed to for curation/posting rewards) such as a count of transfers received since the last time the page was visited.On the same note, it would be nice to have a way to filter info on the transfers page by type of payment (transfer/curation/posting/powerdown).", + "body_length": 804, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 15, + "created": "2016-07-10T23:48:42", + "curator_payout_value": "0.405 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\"]}", + "last_payout": "2016-08-24T15:56:54", + "last_update": "2016-07-10T23:49:06", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 63626017302939, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "notifications-when-steem-account-receives-money-from-someone", + "post_id": 76090, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Wanted: Notifications when steem account receives money from someone", + "title": "Wanted: Notifications when steem account receives money from someone", + "total_payout_value": "61.268 HBD", + "url": "/steem/@blocktrades/notifications-when-steem-account-receives-money-from-someone" + }, + "blocktrades/steem-deposits-withdrawals-re-enabled-on-openledger-for-decentralized-trading": { + "active_votes": [ + { + "percent": "10000", + "reputation": 145171381514207, + "rshares": 24923560486005, + "voter": "dantheman" + }, + { + "percent": "10000", + "reputation": 85602977273, + "rshares": 632052917841, + "voter": "anonymous" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 42749043531836, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 8358591595454, + "rshares": 5102578585811, + "voter": "kushed" + }, + { + "percent": "10000", + "reputation": 36749432321730, + "rshares": 615554203351, + "voter": "liondani" + }, + { + "percent": "10000", + "reputation": 4919608834945, + "rshares": 143405974400, + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 89703349977794, + "rshares": 1022696962860, + "voter": "xeroc" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 5458495570698, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 9510507624851, + "rshares": 239998677227, + "voter": "ajvest" + }, + { + "percent": "10000", + "reputation": 28971806962251, + "rshares": 519414279008, + "voter": "joseph" + }, + { + "percent": "10000", + "reputation": 82600290949846, + "rshares": 588336164334, + "voter": "cass" + }, + { + "percent": "10000", + "reputation": 2802091583976, + "rshares": 11819118767, + "voter": "proctologic" + }, + { + "percent": "10000", + "reputation": 67589992585, + "rshares": 4749784653, + "voter": "idol" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2456362329864, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 1963822010265, + "rshares": 7458797037, + "voter": "modeprator" + }, + { + "percent": "10000", + "reputation": 5154121875287, + "rshares": 70408516083, + "voter": "jwest40" + }, + { + "percent": "10000", + "reputation": 76462073287981, + "rshares": 282284263897, + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 441887268795, + "rshares": 60341273321, + "voter": "coindup" + }, + { + "percent": "10000", + "reputation": 1529396926746, + "rshares": 5977966122, + "voter": "jabberw0cky" + }, + { + "percent": "10000", + "reputation": 5810476023292, + "rshares": 65401027391, + "voter": "pnc" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 24327391139, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 9801987882919, + "rshares": 15973818952, + "voter": "jupiter00000" + }, + { + "percent": "10000", + "reputation": 2165622245848, + "rshares": 23691516256, + "voter": "yefet" + }, + { + "percent": "10000", + "reputation": 1533109770525, + "rshares": 7842274355, + "voter": "bhokor" + }, + { + "percent": "10000", + "reputation": 368156222, + "rshares": 455866646, + "voter": "jocelyn" + }, + { + "percent": "10000", + "reputation": 1465211458736, + "rshares": 7341672609, + "voter": "makishart" + }, + { + "percent": "10000", + "reputation": 2441765369743, + "rshares": 10451994289, + "voter": "dave-hughes" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 4511869363, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 71745686665, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 45329454600539, + "rshares": 91278617469, + "voter": "jamtaylor" + }, + { + "percent": "10000", + "reputation": 1655372026731, + "rshares": 1346329392, + "voter": "cryptorune" + }, + { + "percent": "10000", + "reputation": 3380310417590, + "rshares": 2345159469, + "voter": "mranderson" + }, + { + "percent": "10000", + "reputation": 11372617606769, + "rshares": 117617828482, + "voter": "forrestwillie" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 418321723, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 17814707827319, + "rshares": 113699313772, + "voter": "bbqbear" + }, + { + "percent": "10000", + "reputation": 641363229158, + "rshares": 431292297, + "voter": "algo-rythm" + }, + { + "percent": "10000", + "reputation": 503318537891, + "rshares": 8712400042, + "voter": "jerome-colley" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 580605155, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 9206411638386, + "rshares": 100268794946, + "voter": "limitless" + }, + { + "percent": "10000", + "reputation": 4735283889689, + "rshares": 48074745696, + "voter": "evan-koser" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 55946622492, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 16025488740118, + "rshares": 1731677488, + "voter": "klye" + }, + { + "percent": "10000", + "reputation": 1663549830469, + "rshares": 546518523, + "voter": "coar" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1045288623, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 1312837432802, + "rshares": 337221953, + "voter": "calamus056" + }, + { + "percent": "10000", + "reputation": 373944484737, + "rshares": 531207301, + "voter": "dmitry" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 979684776, + "voter": "error" + }, + { + "percent": "10000", + "reputation": 2510175673478, + "rshares": 26583183419, + "voter": "dking7334" + }, + { + "percent": "10000", + "reputation": 34874025761373, + "rshares": 301441517450, + "voter": "blakemiles84" + }, + { + "percent": "10000", + "reputation": 670625346868, + "rshares": 102723229746, + "voter": "oscarp" + }, + { + "percent": "10000", + "reputation": 18165011697633, + "rshares": 70832513190, + "voter": "tinfoilfedora" + }, + { + "percent": "10000", + "reputation": 775122446878, + "rshares": 45946096903, + "voter": "btcswag" + }, + { + "percent": "10000", + "reputation": 199308931780, + "rshares": 97321788, + "voter": "akaninyene-etuk" + }, + { + "percent": "10000", + "reputation": 10395665548525, + "rshares": 224829598632, + "voter": "billbutler" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 20368505640, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 475074648083, + "rshares": 948663991, + "voter": "robi-rusmana" + }, + { + "percent": "10000", + "reputation": 1031966854060, + "rshares": 9278749691, + "voter": "moch-yusuf" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 202556217373, + "voter": "taoteh1221" + }, + { + "percent": "10000", + "reputation": 771738440035, + "rshares": 4099624697, + "voter": "andre-ager" + }, + { + "percent": "10000", + "reputation": 8088815122, + "rshares": 335822471, + "voter": "seymour" + }, + { + "percent": "10000", + "reputation": 3169024240074, + "rshares": 50652468072, + "voter": "martin-wichmann" + }, + { + "percent": "10000", + "reputation": 514799489426, + "rshares": 80450078963, + "voter": "hedge-x" + }, + { + "percent": "10000", + "reputation": 1279613734, + "rshares": 535911775, + "voter": "gsaibabu" + }, + { + "percent": "10000", + "reputation": 62345041692781, + "rshares": 171241664539, + "voter": "hisnameisolllie" + }, + { + "percent": "10000", + "reputation": 2501760528867, + "rshares": 27027094679, + "voter": "wongshiying" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 209725677928, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 60725834714442, + "rshares": 248051139526, + "voter": "infovore" + }, + { + "percent": "10000", + "reputation": 19574669, + "rshares": 696482157, + "voter": "menace.coin" + }, + { + "percent": "10000", + "reputation": 212451198738, + "rshares": 405970203, + "voter": "magdalena" + }, + { + "percent": "-10000", + "reputation": 4591422054190, + "rshares": -54694447900, + "voter": "jacobt" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 203033926767, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 9186061899783, + "rshares": 10112485667, + "voter": "michaelx" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 78093275461, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 7967572146571, + "rshares": 53067834099, + "voter": "business" + }, + { + "percent": "10000", + "reputation": 1331218317408, + "rshares": 450297566, + "voter": "grandpere" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 4510755871, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 8450404673, + "rshares": 296813864, + "voter": "oleim" + }, + { + "percent": "10000", + "reputation": 31655431020, + "rshares": 297345647, + "voter": "dmitry.meshkov" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 13854208665, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 26789903, + "rshares": 197466617, + "voter": "aser2" + }, + { + "percent": "10000", + "reputation": 1737988380935, + "rshares": 5173064116, + "voter": "saknan" + }, + { + "percent": "10000", + "reputation": 712701798830, + "rshares": 4086504410, + "voter": "graystone" + }, + { + "percent": "10000", + "reputation": 2086201346, + "rshares": 7243484422, + "voter": "james-mac" + }, + { + "percent": "10000", + "reputation": 13821321667, + "rshares": 580557098, + "voter": "christoph3" + }, + { + "percent": "10000", + "reputation": 274656026130, + "rshares": 5457614087, + "voter": "honeythief" + }, + { + "percent": "10000", + "reputation": 17065409360, + "rshares": 278691065, + "voter": "aleksei-filonov" + }, + { + "percent": "10000", + "reputation": 2738311095861, + "rshares": 5016135804, + "voter": "jparty" + }, + { + "percent": "10000", + "reputation": 3509662488161, + "rshares": 13413349894, + "voter": "jonnyrevolution" + }, + { + "percent": "10000", + "reputation": 18458799241134, + "rshares": 6995184361, + "voter": "karnal" + }, + { + "percent": "10000", + "reputation": 13415135, + "rshares": 213565934, + "voter": "bogdanmartiniv" + }, + { + "percent": "10000", + "reputation": 1060721272008, + "rshares": 269333785, + "voter": "dasan-oneia" + }, + { + "percent": "10000", + "reputation": 5686398017254, + "rshares": 46914555352, + "voter": "garycovington" + }, + { + "percent": "10000", + "reputation": 28873518041457, + "rshares": 36973231065, + "voter": "razvanelulmarin" + }, + { + "percent": "10000", + "reputation": 575206503985, + "rshares": 950691066, + "voter": "jackripper56" + }, + { + "percent": "10000", + "reputation": 12656257002205, + "rshares": 9907426504, + "voter": "clement" + }, + { + "percent": "10000", + "reputation": 10314872786861, + "rshares": 8398891395, + "voter": "isteemit" + }, + { + "percent": "10000", + "reputation": 2181554739322, + "rshares": 14205126007, + "voter": "damirkatusic" + }, + { + "percent": "10000", + "reputation": -781106253, + "rshares": 277162752, + "voter": "weedor" + }, + { + "percent": "10000", + "reputation": 457415896486, + "rshares": 1587419900, + "voter": "greatguardian100" + }, + { + "percent": "10000", + "reputation": 3867299118850, + "rshares": 3037183294, + "voter": "akado" + }, + { + "percent": "10000", + "reputation": 67229955621, + "rshares": 248267736, + "voter": "gerber" + }, + { + "percent": "10000", + "reputation": 177578566464, + "rshares": 290010036, + "voter": "chetlanin" + }, + { + "percent": "10000", + "reputation": 151709150717, + "rshares": 306224878, + "voter": "metropolit" + }, + { + "percent": "10000", + "reputation": 1676955163155, + "rshares": 3381190960, + "voter": "spikykevin" + }, + { + "percent": "10000", + "reputation": 10737512064, + "rshares": 801985507, + "voter": "lothendriel" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 211838241, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 7597209615, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 161732195491, + "rshares": 375937148, + "voter": "artem-sokoloff" + }, + { + "percent": "10000", + "reputation": 10490437282665, + "rshares": 210566433, + "voter": "jholdsworthy" + }, + { + "percent": "10000", + "reputation": 1394374008782, + "rshares": 1149536451, + "voter": "billykeed" + }, + { + "percent": "10000", + "reputation": 5846151368508, + "rshares": 1125526241, + "voter": "romanskv" + }, + { + "percent": "10000", + "reputation": 14363215043, + "rshares": 240746142, + "voter": "femmsanya" + }, + { + "percent": "10000", + "reputation": 668633470533, + "rshares": 105290480, + "voter": "stijn" + }, + { + "percent": "10000", + "reputation": 10598867261, + "rshares": 240046593, + "voter": "silvano22" + }, + { + "percent": "10000", + "reputation": 4066839697461, + "rshares": 3113631233, + "voter": "getssidetracked" + }, + { + "percent": "10000", + "reputation": -426814754016, + "rshares": 130589211, + "voter": "odirlei" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 3758450723, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 10171002020923, + "rshares": 51433111080, + "voter": "krypto" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243966928, + "voter": "haquto" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 19526614281, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 697803114714, + "rshares": 8719545658, + "voter": "ozcap" + }, + { + "percent": "10000", + "reputation": 97622606374, + "rshares": 314223733, + "voter": "chamviet" + }, + { + "percent": "10000", + "reputation": 1188956981766, + "rshares": 779565056, + "voter": "cultura.bitcoin" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 196680049337, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 2793686581, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 255334396905, + "rshares": 315649548, + "voter": "damono" + }, + { + "percent": "10000", + "reputation": 46813789492, + "rshares": 26017043979, + "voter": "tcfxyz" + }, + { + "percent": "10000", + "reputation": 907436004, + "rshares": 235337803, + "voter": "bolanath" + }, + { + "percent": "10000", + "reputation": 118203669136, + "rshares": 200953065, + "voter": "thealexander" + }, + { + "percent": "10000", + "reputation": 329387670, + "rshares": 244327431, + "voter": "davidgriffin" + }, + { + "percent": "10000", + "reputation": 2138693707311, + "rshares": 18857004157, + "voter": "redpalestino" + }, + { + "percent": "10000", + "reputation": 476904340100, + "rshares": 902655142, + "voter": "endgame" + }, + { + "percent": "10000", + "reputation": 134062679338, + "rshares": 233745463, + "voter": "wenden" + }, + { + "percent": "10000", + "reputation": 192954988321, + "rshares": 310615565, + "voter": "krispy123" + }, + { + "percent": "10000", + "reputation": 17820220099, + "rshares": 1002788824, + "voter": "btcshare7" + }, + { + "percent": "10000", + "reputation": 22394290841, + "rshares": 103779755, + "voter": "katz" + }, + { + "percent": "10000", + "reputation": 39413693284, + "rshares": 238799558, + "voter": "giveaway" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 80797393760, + "voter": "jatochnietdan" + }, + { + "percent": "10000", + "reputation": 174487161369, + "rshares": 285386518, + "voter": "thenerdydeviant" + }, + { + "percent": "10000", + "reputation": -1693869978053, + "rshares": 206665546, + "voter": "jerseymason" + }, + { + "percent": "10000", + "reputation": 646871861, + "rshares": 130950158, + "voter": "brutalbro" + }, + { + "percent": "10000", + "reputation": 39218698377, + "rshares": 166773071, + "voter": "kirill7" + }, + { + "percent": "10000", + "reputation": 434333916470, + "rshares": 232613994, + "voter": "vividani" + }, + { + "percent": "10000", + "reputation": 462645416675, + "rshares": 313727447, + "voter": "dilzeem" + }, + { + "percent": "10000", + "reputation": 255936097265, + "rshares": 4771871516, + "voter": "seanmchughart" + }, + { + "percent": "10000", + "reputation": 22630574, + "rshares": 227260928, + "voter": "mesalex" + }, + { + "percent": "10000", + "reputation": 8577172826419, + "rshares": 45969170627, + "voter": "crypt0" + }, + { + "percent": "10000", + "reputation": 10835482929, + "rshares": 450213548, + "voter": "reb" + }, + { + "percent": "10000", + "reputation": 3978354715302, + "rshares": 2395723078, + "voter": "lovenugz" + }, + { + "percent": "10000", + "reputation": 3320684282022, + "rshares": 35706780200, + "voter": "knircky" + }, + { + "percent": "10000", + "reputation": 1894027246962, + "rshares": 2164144714, + "voter": "satanic.stoner" + }, + { + "percent": "10000", + "reputation": 2266887262, + "rshares": 235460977, + "voter": "anfisa75" + }, + { + "percent": "10000", + "reputation": 1619464717351, + "rshares": 3022527299, + "voter": "cryptoscope" + }, + { + "percent": "10000", + "reputation": 10069093677389, + "rshares": 39338185038, + "voter": "mrwang" + }, + { + "percent": "10000", + "reputation": 89020079608, + "rshares": 12956440266, + "voter": "ethereums1" + }, + { + "percent": "10000", + "reputation": 82944845027, + "rshares": 1055789640, + "voter": "nioctib" + }, + { + "percent": "10000", + "reputation": 1220081355, + "rshares": 43224733, + "voter": "ardina" + }, + { + "percent": "10000", + "reputation": 793209170784, + "rshares": 187645167, + "voter": "leksimus" + }, + { + "percent": "10000", + "reputation": 325589414514, + "rshares": 70199615, + "voter": "warplat" + }, + { + "percent": "10000", + "reputation": 67145833276, + "rshares": 38786038670, + "voter": "wesam" + }, + { + "percent": "10000", + "reputation": 616920199320, + "rshares": 9265956133, + "voter": "pino" + }, + { + "percent": "10000", + "reputation": 377397494981, + "rshares": 177131193, + "voter": "aleksandrm" + }, + { + "percent": "10000", + "reputation": 131860560605, + "rshares": 196616943, + "voter": "zhuvazhuva" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1393084844, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 15762389394, + "rshares": 203098607, + "voter": "majestymage" + }, + { + "percent": "10000", + "reputation": 658407157113, + "rshares": 243400810, + "voter": "cherish" + }, + { + "percent": "10000", + "reputation": 280882400672, + "rshares": 130377711, + "voter": "surf4life" + }, + { + "percent": "10000", + "reputation": 301106352506, + "rshares": 235868509, + "voter": "murderistic" + }, + { + "percent": "10000", + "reputation": 216392531645, + "rshares": 40372537, + "voter": "vkoreshkoff" + }, + { + "percent": "0", + "reputation": 105338815147, + "rshares": 4766369, + "voter": "toddl984" + }, + { + "percent": "10000", + "reputation": -377302683967, + "rshares": 128437969, + "voter": "rdwn" + }, + { + "percent": "10000", + "reputation": 255391004842, + "rshares": 23369244818, + "voter": "w4lterwyte" + }, + { + "percent": "10000", + "reputation": 38402955939, + "rshares": 1626009948, + "voter": "niquebs" + }, + { + "percent": "10000", + "reputation": 431450051428, + "rshares": 10417555632, + "voter": "aaseb" + }, + { + "percent": "10000", + "reputation": 3516364728, + "rshares": 502552279, + "voter": "ssmmaaddeellmmaa" + }, + { + "percent": "10000", + "reputation": 213565690794, + "rshares": 13907699138, + "voter": "showmethecoinz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 241686246, + "voter": "lesssgo" + }, + { + "percent": "10000", + "reputation": 60009630836, + "rshares": 1795971820, + "voter": "thelindvall" + }, + { + "percent": "10000", + "reputation": 493380760, + "rshares": 184718073, + "voter": "pet1000" + }, + { + "percent": "10000", + "reputation": 27031203647, + "rshares": 240967819, + "voter": "omegastarscream" + }, + { + "percent": "10000", + "reputation": 256805034, + "rshares": 99427265, + "voter": "volcano" + }, + { + "percent": "10000", + "reputation": 11644551965460, + "rshares": 4991569307, + "voter": "senseiteekay" + }, + { + "percent": "10000", + "reputation": 1247707052821, + "rshares": 1323394984, + "voter": "mjgrae" + }, + { + "percent": "10000", + "reputation": 1022268826970, + "rshares": 243859492, + "voter": "edrivegom" + }, + { + "percent": "10000", + "reputation": 881880640788, + "rshares": 2462921364, + "voter": "frankenstein" + }, + { + "percent": "10000", + "reputation": 2981244206, + "rshares": 231873072, + "voter": "darkstormrise" + }, + { + "percent": "10000", + "reputation": 2200070551939, + "rshares": 236548901, + "voter": "fogspam" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 222428072, + "voter": "spirit" + }, + { + "percent": "10000", + "reputation": 84110340891, + "rshares": 244642125, + "voter": "christiaan" + }, + { + "percent": "10000", + "reputation": 19168905436557, + "rshares": 947957979, + "voter": "dwinblood" + }, + { + "percent": "10000", + "reputation": 55122495284, + "rshares": 160748811, + "voter": "alinasunshine" + }, + { + "percent": "10000", + "reputation": 3767240, + "rshares": 222193329, + "voter": "stevridie" + }, + { + "percent": "10000", + "reputation": 49424119965, + "rshares": 2169065305, + "voter": "dyausdiu" + }, + { + "percent": "10000", + "reputation": 24066117431, + "rshares": 236293425, + "voter": "msevoe" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 30736521859, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 231399019, + "voter": "doublefaith" + }, + { + "percent": "10000", + "reputation": 5763019287, + "rshares": 212402614, + "voter": "overtheline" + }, + { + "percent": "10000", + "reputation": 171634303504, + "rshares": 312408021, + "voter": "mianeri" + }, + { + "percent": "10000", + "reputation": 601785940214, + "rshares": 240711946, + "voter": "cleanshave" + }, + { + "percent": "10000", + "reputation": 1297276136, + "rshares": 231328262, + "voter": "xema2110" + }, + { + "percent": "10000", + "reputation": 1938766, + "rshares": 24049249, + "voter": "ames" + }, + { + "percent": "10000", + "reputation": 281130575348, + "rshares": 141574530, + "voter": "fabiocortes10" + }, + { + "percent": "10000", + "reputation": 11450220486, + "rshares": 275437959, + "voter": "gobbahfett" + }, + { + "percent": "10000", + "reputation": 5329021918, + "rshares": 212687238, + "voter": "artistben7" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 235828086, + "voter": "alvanlev" + }, + { + "percent": "10000", + "reputation": 11731183701, + "rshares": 10842019199, + "voter": "agentorange" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 240465532, + "voter": "alan-travel" + }, + { + "percent": "10000", + "reputation": 57790558311, + "rshares": 11133677762, + "voter": "stephencurry" + }, + { + "percent": "10000", + "reputation": 319182181, + "rshares": 4101954970, + "voter": "drobby" + }, + { + "percent": "10000", + "reputation": 298095010, + "rshares": 216762252, + "voter": "dnair28" + }, + { + "percent": "10000", + "reputation": 2629271154, + "rshares": 2394809345, + "voter": "screasey" + }, + { + "percent": "10000", + "reputation": 30694001824, + "rshares": 1411209993, + "voter": "vorsseli" + }, + { + "percent": "10000", + "reputation": 110728920756, + "rshares": 233605721, + "voter": "taggley" + }, + { + "percent": "10000", + "reputation": 587163107963, + "rshares": 52405512, + "voter": "breathe3000" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 3640017470, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 317840210, + "rshares": 173973647, + "voter": "kubiiktop" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 240527301, + "voter": "s0jeris" + }, + { + "percent": "10000", + "reputation": 2974404080988, + "rshares": 384376517, + "voter": "demotruk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 202103815, + "voter": "micden" + }, + { + "percent": "10000", + "reputation": 326431056023, + "rshares": 136299864, + "voter": "starlord" + }, + { + "percent": "10000", + "reputation": 1696190, + "rshares": 42297921, + "voter": "status" + }, + { + "percent": "10000", + "reputation": 3040770542655, + "rshares": 1002322809, + "voter": "warrensteem" + }, + { + "percent": "10000", + "reputation": 9261130965, + "rshares": 183529035, + "voter": "m34ndy0u" + }, + { + "percent": "10000", + "reputation": 1008790928160, + "rshares": 140732080, + "voter": "natali22" + }, + { + "percent": "10000", + "reputation": 659369617293, + "rshares": 239404283, + "voter": "mariagon44pe" + }, + { + "percent": "10000", + "reputation": 264541643, + "rshares": 215927433, + "voter": "hichman" + }, + { + "percent": "10000", + "reputation": 1237867647, + "rshares": 168977038, + "voter": "berkut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 234664648, + "voter": "myleslumley" + }, + { + "percent": "-10000", + "reputation": 51478739136, + "rshares": -239296065, + "voter": "sbq777t" + }, + { + "percent": "10000", + "reputation": 900427911, + "rshares": 154801945, + "voter": "delik" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 182477613, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 173446128, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 2764978194297, + "rshares": 3126237060, + "voter": "konti" + }, + { + "percent": "10000", + "reputation": 12696133, + "rshares": 281299414, + "voter": "bogdanco" + }, + { + "percent": "10000", + "reputation": -5267038466, + "rshares": 305343057, + "voter": "ndell" + }, + { + "percent": "10000", + "reputation": 1399734389, + "rshares": 206080930, + "voter": "roniiskandar" + }, + { + "percent": "10000", + "reputation": -424880418803, + "rshares": 234181628, + "voter": "lenar79" + }, + { + "percent": "10000", + "reputation": 464509516, + "rshares": 117089983, + "voter": "bugadu96" + }, + { + "percent": "10000", + "reputation": -445425524475, + "rshares": 215423216, + "voter": "willytrader" + }, + { + "percent": "10000", + "reputation": 203288567626, + "rshares": 168583281, + "voter": "ranajit" + }, + { + "percent": "10000", + "reputation": 36699006859, + "rshares": 220087256, + "voter": "masongrey" + }, + { + "percent": "10000", + "reputation": 374783788534, + "rshares": 234602960, + "voter": "mosab" + }, + { + "percent": "10000", + "reputation": -1041315304671, + "rshares": 249183068, + "voter": "igorduarte" + }, + { + "percent": "10000", + "reputation": 73697385853, + "rshares": 246156019, + "voter": "yaha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 501676833, + "voter": "dkpl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114625530, + "voter": "musical" + }, + { + "percent": "10000", + "reputation": 4252332769, + "rshares": 115707008, + "voter": "kovalserge" + }, + { + "percent": "10000", + "reputation": 44044801, + "rshares": 32732584, + "voter": "stereolubov" + }, + { + "percent": "10000", + "reputation": 172643285682, + "rshares": 115078045, + "voter": "creding" + }, + { + "percent": "10000", + "reputation": 14386698494, + "rshares": 116871610, + "voter": "followmetotravel" + }, + { + "percent": "10000", + "reputation": 152015096601, + "rshares": 92182218, + "voter": "solen" + }, + { + "percent": "10000", + "reputation": 4858418486, + "rshares": 130446158, + "voter": "gribgo" + }, + { + "percent": "10000", + "reputation": 789979917423, + "rshares": 109836291, + "voter": "dev00100000" + }, + { + "percent": "10000", + "reputation": 32572797323, + "rshares": 109105822, + "voter": "baz" + }, + { + "percent": "10000", + "reputation": 1678667753, + "rshares": 123171262, + "voter": "otsuika" + }, + { + "percent": "10000", + "reputation": 32665186075, + "rshares": 53708207, + "voter": "csrolex" + }, + { + "percent": "10000", + "reputation": 900694208703, + "rshares": 840543034, + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 10086701592, + "rshares": 112055008, + "voter": "xcachemoney" + }, + { + "percent": "10000", + "reputation": 9792777, + "rshares": 112047312, + "voter": "bsgomes" + }, + { + "percent": "10000", + "reputation": 13042979620, + "rshares": 116718808, + "voter": "freefolk" + }, + { + "percent": "10000", + "reputation": 1012334414044, + "rshares": 585321660, + "voter": "sanbir" + }, + { + "percent": "10000", + "reputation": 312170641179, + "rshares": 588658395, + "voter": "heltiko" + }, + { + "percent": "10000", + "reputation": 1103910570, + "rshares": 107271191, + "voter": "gitagolf" + }, + { + "percent": "10000", + "reputation": 509831969131, + "rshares": 123383140, + "voter": "meteor0" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 136336354, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 588980423730, + "rshares": 969980936, + "voter": "skorss" + }, + { + "percent": "10000", + "reputation": 477578742546, + "rshares": 3687402567, + "voter": "tarindel" + }, + { + "percent": "10000", + "reputation": 2962558, + "rshares": 97822703, + "voter": "karawalla" + }, + { + "percent": "10000", + "reputation": 32524572846, + "rshares": 119198260, + "voter": "veryhype" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 128097589, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76806986, + "voter": "alexx" + }, + { + "percent": "10000", + "reputation": 2179414806836, + "rshares": 1640435717, + "voter": "exyle" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 119983064, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 113954545, + "voter": "sunnywells" + }, + { + "percent": "10000", + "reputation": 2767516672, + "rshares": 102270022, + "voter": "nbogdan" + }, + { + "percent": "10000", + "reputation": 13264343611, + "rshares": 113871044, + "voter": "mephdxa21" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109207679, + "voter": "grxcii" + }, + { + "percent": "10000", + "reputation": 8847689799, + "rshares": 113854498, + "voter": "tasteless-funny" + }, + { + "percent": "10000", + "reputation": 715993081769, + "rshares": 18587696, + "voter": "bitlord" + }, + { + "percent": "10000", + "reputation": 81378202134, + "rshares": 119174578, + "voter": "pandawabright" + }, + { + "percent": "10000", + "reputation": 1849882, + "rshares": 118392473, + "voter": "s-sfs" + }, + { + "percent": "10000", + "reputation": 513380281140, + "rshares": 9285286, + "voter": "qonq99" + }, + { + "percent": "10000", + "reputation": 9911281419, + "rshares": 109080542, + "voter": "nick94" + }, + { + "percent": "10000", + "reputation": 3415496053078, + "rshares": 81222046, + "voter": "dmitriybtc" + }, + { + "percent": "10000", + "reputation": 20655025, + "rshares": 115986679, + "voter": "richard013" + }, + { + "percent": "10000", + "reputation": 103445162, + "rshares": 113613241, + "voter": "mlshrapnel" + }, + { + "percent": "10000", + "reputation": 540778448, + "rshares": 106655133, + "voter": "chad123" + }, + { + "percent": "10000", + "reputation": 1326001640, + "rshares": 113608456, + "voter": "pollack16" + }, + { + "percent": "10000", + "reputation": 100161586091, + "rshares": 95174043, + "voter": "slava" + }, + { + "percent": "10000", + "reputation": 20334257010, + "rshares": 76502415, + "voter": "mathiascl" + }, + { + "percent": "10000", + "reputation": -151661776992, + "rshares": 108908440, + "voter": "bithost99" + }, + { + "percent": "10000", + "reputation": 1773482, + "rshares": 113502888, + "voter": "maykl" + }, + { + "percent": "10000", + "reputation": 551326264964, + "rshares": 43990907, + "voter": "victoria2002" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 115709365, + "voter": "george-goya" + }, + { + "percent": "10000", + "reputation": 4174275787, + "rshares": 69361048, + "voter": "andrey123" + }, + { + "percent": "10000", + "reputation": 4081621335, + "rshares": 148737145, + "voter": "guyber71" + }, + { + "percent": "10000", + "reputation": 72391553208, + "rshares": 113286573, + "voter": "gmikeska07" + }, + { + "percent": "10000", + "reputation": 17220992894, + "rshares": 118932207, + "voter": "wizard" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 113262813, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 211358241480, + "rshares": 95941395, + "voter": "memes" + }, + { + "percent": "10000", + "reputation": 194175308, + "rshares": 25441866, + "voter": "sergey22" + }, + { + "percent": "10000", + "reputation": 82922763538, + "rshares": 80830989, + "voter": "kottai" + }, + { + "percent": "10000", + "reputation": 423765908, + "rshares": 80784249, + "voter": "kakoywhich" + }, + { + "percent": "10000", + "reputation": 343725634, + "rshares": 117573842, + "voter": "shierly" + }, + { + "percent": "10000", + "reputation": 658081203263, + "rshares": 109974560, + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 949931929645, + "rshares": 112936263, + "voter": "moksha" + }, + { + "percent": "10000", + "reputation": 471872922, + "rshares": 101363817, + "voter": "punchplump" + }, + { + "percent": "10000", + "reputation": -1534229402682, + "rshares": 136052830, + "voter": "coder" + }, + { + "percent": "10000", + "reputation": 10739630699, + "rshares": 101329083, + "voter": "yorg" + }, + { + "percent": "10000", + "reputation": 11008356672, + "rshares": 103575535, + "voter": "junglepancake" + }, + { + "percent": "10000", + "reputation": 80801736359, + "rshares": 48332565, + "voter": "mikeoleksyuk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 22999820, + "voter": "kindmorning" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114984633, + "voter": "tomatpasser" + }, + { + "percent": "10000", + "reputation": 4706951957, + "rshares": 87383281, + "voter": "thimo1" + }, + { + "percent": "10000", + "reputation": 351138837, + "rshares": 114948493, + "voter": "coinmaster4you" + }, + { + "percent": "10000", + "reputation": 74176855365, + "rshares": 114939043, + "voter": "tolyn" + }, + { + "percent": "10000", + "reputation": 35209974404, + "rshares": 108029721, + "voter": "mysteem" + }, + { + "percent": "10000", + "reputation": 8689108583, + "rshares": 110283580, + "voter": "rpm" + }, + { + "percent": "10000", + "reputation": 227710545988, + "rshares": 103354921, + "voter": "whatissteem" + }, + { + "percent": "10000", + "reputation": 3707576, + "rshares": 103348428, + "voter": "makarovbg" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 112509639, + "voter": "zebas19" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 117086553, + "voter": "antoinehy" + }, + { + "percent": "10000", + "reputation": -686092527890, + "rshares": 110156432, + "voter": "frosbik" + }, + { + "percent": "10000", + "reputation": 7739808, + "rshares": 110153684, + "voter": "maloi2092" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 112448244, + "voter": "daniele.ceravolo" + }, + { + "percent": "10000", + "reputation": -594484317844, + "rshares": 78021756, + "voter": "maxikingstealer" + }, + { + "percent": "10000", + "reputation": 183001482568, + "rshares": 112431174, + "voter": "sporklin" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 77290743065, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 3510600320, + "rshares": 75717142, + "voter": "rufai" + }, + { + "percent": "10000", + "reputation": 183688651, + "rshares": 112427385, + "voter": "mxo8" + }, + { + "percent": "10000", + "reputation": 120351496, + "rshares": 114702166, + "voter": "withmess" + }, + { + "percent": "10000", + "reputation": 2415424478, + "rshares": 110095401, + "voter": "echomilowy" + }, + { + "percent": "10000", + "reputation": 28232113335, + "rshares": 112386375, + "voter": "jameswoods" + }, + { + "percent": "10000", + "reputation": 5852927286506, + "rshares": 110044142, + "voter": "cryptocameo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114603240, + "voter": "aprabhakar3" + }, + { + "percent": "10000", + "reputation": 122501362562, + "rshares": 9162719, + "voter": "bitcoin-news" + }, + { + "percent": "10000", + "reputation": 158545582, + "rshares": 107622865, + "voter": "hielkd" + }, + { + "percent": "10000", + "reputation": 3194689265, + "rshares": 114483885, + "voter": "chancebristow" + }, + { + "percent": "10000", + "reputation": 381939537, + "rshares": 114448674, + "voter": "chadv" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 112152025, + "voter": "eilondo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109843966, + "voter": "nico799" + }, + { + "percent": "10000", + "reputation": 261451212790, + "rshares": 114315727, + "voter": "beastmastermason" + }, + { + "percent": "10000", + "reputation": 6220711357, + "rshares": 109680126, + "voter": "dwaynejohnson" + }, + { + "percent": "10000", + "reputation": 1647418195, + "rshares": 109607321, + "voter": "marine" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109558876, + "voter": "islandboy198" + }, + { + "percent": "10000", + "reputation": 1321485976, + "rshares": 93478611, + "voter": "geras1955" + }, + { + "percent": "10000", + "reputation": 41863434034, + "rshares": 38739851, + "voter": "edouard" + }, + { + "percent": "10000", + "reputation": 19735640, + "rshares": 104768543, + "voter": "steemerman" + }, + { + "percent": "10000", + "reputation": 1156777476755, + "rshares": 95615309, + "voter": "marriedbear" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 208024358, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 666498183136, + "rshares": 249885034, + "voter": "dimitarj" + }, + { + "percent": "10000", + "reputation": 91274731250, + "rshares": 109887037, + "voter": "shinigamis" + }, + { + "percent": "10000", + "reputation": 1105904966675, + "rshares": 111273416, + "voter": "oldman" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 80243542, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 680558454, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 7424874957, + "rshares": 110434569, + "voter": "cryptoz" + }, + { + "percent": "-10000", + "reputation": 4848087788, + "rshares": -101696257, + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 4306793943, + "rshares": 71167780, + "voter": "aleks123rus" + }, + { + "percent": "10000", + "reputation": -2405411059, + "rshares": 108739340, + "voter": "vitz81" + }, + { + "percent": "-10000", + "reputation": -4655951946, + "rshares": -64059405, + "voter": "homew" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 53538695, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 819730820907, + "rshares": 62360109, + "voter": "beyondzero" + }, + { + "percent": "10000", + "reputation": 3188836909, + "rshares": 76304368, + "voter": "stels13d" + }, + { + "percent": "10000", + "reputation": -2741921296, + "rshares": 62991572, + "voter": "boj" + }, + { + "percent": "10000", + "reputation": 612274223, + "rshares": 19471139686, + "voter": "nixonnox" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 40592878, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 87497032, + "rshares": 50973459, + "voter": "jayseedubya" + }, + { + "percent": "10000", + "reputation": 9708508, + "rshares": 50967187, + "voter": "brucy" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 0, + "voter": "gavicrane" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "OpenLedger temporarily disabled Steem deposits and withdrawals during the hack of steemit, but it is once again accepting Steem deposits for trading against Bitcoin, BitShares, Ether, and other popular cryptocurrencies.", + "body_length": 219, + "cashout_time": "1969-12-31T23:59:59", + "category": "steem", + "children": 39, + "created": "2016-07-15T11:04:21", + "curator_payout_value": "18.204 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"steem\",\"bitshares\",\"openledger\",\"bitcoin\",\"ether\",\"crypto-news\"]}", + "last_payout": "2016-08-25T14:59:45", + "last_update": "2016-07-15T11:04:21", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 88844934141867, + "parent_author": "", + "parent_permlink": "steem", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "steem-deposits-withdrawals-re-enabled-on-openledger-for-decentralized-trading", + "post_id": 117822, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Steem Deposits/Withdrawals re-enabled on OpenLedger for Decentralized Trading", + "title": "Steem Deposits/Withdrawals re-enabled on OpenLedger for Decentralized Trading", + "total_payout_value": "1787.077 HBD", + "url": "/steem/@blocktrades/steem-deposits-withdrawals-re-enabled-on-openledger-for-decentralized-trading" + }, + "blocktrades/updates-to-bitshares-withdrawal-functionality-new-release-of-bitshares-gui-wallet": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4713847500582, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1130270825934, + "voter": "bavihm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1803449920694, + "voter": "chana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1318159345013, + "voter": "danea" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1242724187195, + "voter": "darah" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 428830476362, + "voter": "erihn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 4843495994556, + "voter": "analisa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3503521872514, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1624963416015, + "voter": "aftergut" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3181331232435, + "voter": "abdul" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1306198930218, + "voter": "ashleigh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 939956421576, + "voter": "aguilar" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 570601723485, + "voter": "arroyo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 300832004601, + "voter": "back" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1359750506549, + "voter": "augusta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 456901929553, + "voter": "bendixen" + }, + { + "percent": "10000", + "reputation": 1682816538858, + "rshares": 463432276642, + "voter": "benita" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 306506209605, + "voter": "bess" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243950647527, + "voter": "blanche" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121681699325, + "voter": "cherly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1806274233605, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 303662781656, + "voter": "galel" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121681636470, + "voter": "gamath" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 181394168679, + "voter": "bottai" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1345685080987, + "voter": "gifthana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2811155183859, + "voter": "graavor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1603960485700, + "voter": "jamgotin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 458785378016, + "voter": "lessys" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 986189295706, + "voter": "kevphanis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121681657422, + "voter": "cleta" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420227009900, + "voter": "kevtorin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121676658870, + "voter": "nerivyre" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 304673416183, + "voter": "janaraeh" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121676679822, + "voter": "kayana" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 420226632772, + "voter": "kriborin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 121676763628, + "voter": "panword" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 42232057996286, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 515111506681, + "voter": "alpha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 179863658408, + "voter": "omega" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3112718463835, + "voter": "lafona-miner" + }, + { + "percent": "10000", + "reputation": 4107373187010, + "rshares": 2310485281520, + "voter": "hr1" + }, + { + "percent": "10000", + "reputation": 9111465318256, + "rshares": 368452397343, + "voter": "lafona" + }, + { + "percent": "10000", + "reputation": 608057298751, + "rshares": 446324632158, + "voter": "justin" + }, + { + "percent": "10000", + "reputation": 138490649, + "rshares": 1010079017947, + "voter": "silver" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 307682698401, + "voter": "lafona5" + }, + { + "percent": "10000", + "reputation": 3556258787155, + "rshares": 815659603496, + "voter": "cyrano.witness" + }, + { + "percent": "10000", + "reputation": 4919608834945, + "rshares": 148245479884, + "voter": "jamie" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 4298272855, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 5215215291, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 1295586491, + "voter": "bunny" + }, + { + "percent": "10000", + "reputation": 59074616588451, + "rshares": 2559958956551, + "voter": "complexring" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 70722721206, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3159296279, + "voter": "chloe" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3165059657, + "voter": "jen" + }, + { + "percent": "10000", + "reputation": 5009147934382, + "rshares": 21882076245, + "voter": "danknugs" + }, + { + "percent": "10000", + "reputation": 29449063355738, + "rshares": 253415697790, + "voter": "steemservices" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 2304716226, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 371590071, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 330982605, + "rshares": 123098129100, + "voter": "alex90342fastn1" + }, + { + "percent": "10000", + "reputation": 36473167044, + "rshares": 41522944712, + "voter": "jason" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 66832028, + "voter": "kelly" + }, + { + "percent": "10000", + "reputation": 1241362310762, + "rshares": 9312317921, + "voter": "bentley" + }, + { + "percent": "10000", + "reputation": 9028537022578, + "rshares": 2900336999640, + "voter": "recursive" + }, + { + "percent": "10000", + "reputation": 873682633794, + "rshares": 54412482410, + "voter": "rnglab" + }, + { + "percent": "10000", + "reputation": 13437403349222, + "rshares": 241552967295, + "voter": "pheonike" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 855500837, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 29394786822950, + "rshares": 178897825543, + "voter": "markopaasila" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1582371913, + "voter": "daniel.pan" + }, + { + "percent": "10000", + "reputation": 96486114508046, + "rshares": 2561612271785, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 489422883, + "voter": "sophia" + }, + { + "percent": "10000", + "reputation": 72112139588726, + "rshares": 777252775971, + "voter": "steemrollin" + }, + { + "percent": "10000", + "reputation": 8963739580468, + "rshares": 124627202993, + "voter": "team" + }, + { + "percent": "10000", + "reputation": 76462073287981, + "rshares": 338943850082, + "voter": "ash" + }, + { + "percent": "10000", + "reputation": 4013874407471, + "rshares": 103475362841, + "voter": "linouxis9" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 515713783, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 268475509230, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 194727158609, + "rshares": 1187247639, + "voter": "pstrident" + }, + { + "percent": "10000", + "reputation": 6520490805, + "rshares": 580129941, + "voter": "matt-johnson" + }, + { + "percent": "10000", + "reputation": 1914970430304, + "rshares": 414144126956, + "voter": "chryspano" + }, + { + "percent": "10000", + "reputation": -8847960360622, + "rshares": 4906181624, + "voter": "nastrom" + }, + { + "percent": "10000", + "reputation": 4500464238667, + "rshares": 19375120586, + "voter": "blackjincrypto" + }, + { + "percent": "10000", + "reputation": 596707334180, + "rshares": 3814285698, + "voter": "ppitonak" + }, + { + "percent": "10000", + "reputation": 2830877880805, + "rshares": 141778358743, + "voter": "vato" + }, + { + "percent": "10000", + "reputation": 2072950881219, + "rshares": 37146377038, + "voter": "gottahaveit" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 504340060, + "voter": "donggyun-hahm" + }, + { + "percent": "10000", + "reputation": 225014291660, + "rshares": 4339808047, + "voter": "holabebe" + }, + { + "percent": "10000", + "reputation": 526710884366, + "rshares": 6201501193, + "voter": "fran2k" + }, + { + "percent": "10000", + "reputation": 1845145940128, + "rshares": 68603513571, + "voter": "idealist" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 427610269, + "voter": "paco-steem" + }, + { + "percent": "10000", + "reputation": 35537325381339, + "rshares": 882034494928, + "voter": "hipster" + }, + { + "percent": "10000", + "reputation": 376960001789, + "rshares": 5041250256, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 1012804295, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 251726233088, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 3750669747284, + "rshares": 224774361724, + "voter": "pal" + }, + { + "percent": "10000", + "reputation": 15755437221598, + "rshares": 9132303485, + "voter": "acidyo" + }, + { + "percent": "10000", + "reputation": 1228001853194, + "rshares": 13559304555, + "voter": "fact" + }, + { + "percent": "10000", + "reputation": 348876921907, + "rshares": 597930159, + "voter": "n25052016" + }, + { + "percent": "10000", + "reputation": 49136918266, + "rshares": 2437573110, + "voter": "cian.dafe" + }, + { + "percent": "10000", + "reputation": 22378434861462, + "rshares": 227376250457, + "voter": "stino-san" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1394467935, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 403371300553, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 1496822110191, + "rshares": 24062838220, + "voter": "james1337" + }, + { + "percent": "10000", + "reputation": 609780550802, + "rshares": 139087549, + "voter": "irit" + }, + { + "percent": "10000", + "reputation": 1795711046224, + "rshares": 1986327276, + "voter": "verelst" + }, + { + "percent": "10000", + "reputation": 7152109350579, + "rshares": 1595083112, + "voter": "cm-steem" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 334808373, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 11429090901893, + "rshares": 106797571679, + "voter": "kenny-crane" + }, + { + "percent": "10000", + "reputation": 46310579884676, + "rshares": 99994829461, + "voter": "bravenewcoin" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 3116302124, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 2548112906179, + "rshares": 3124735082, + "voter": "imyao" + }, + { + "percent": "10000", + "reputation": 3129809843371, + "rshares": 17947428064, + "voter": "chris-bell" + }, + { + "percent": "10000", + "reputation": 2636635441463, + "rshares": 6085797699, + "voter": "kingofchaos" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 0, + "voter": "raff-delfin" + }, + { + "percent": "10000", + "reputation": 4526468651953, + "rshares": 80720364068, + "voter": "tim-johnston" + }, + { + "percent": "10000", + "reputation": 12494904871301, + "rshares": 255773268717, + "voter": "trogdor" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 140047417731, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 642608867428, + "rshares": 4934547454, + "voter": "christoryan" + }, + { + "percent": "10000", + "reputation": 1692540988858, + "rshares": 121491922497, + "voter": "vollumc" + }, + { + "percent": "10000", + "reputation": 10374460, + "rshares": 1023719459, + "voter": "alex-hulsmeier" + }, + { + "percent": "10000", + "reputation": 5933526152360, + "rshares": 84994976453, + "voter": "truthtaco" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 1009510910, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 1019011681813, + "rshares": 2357947181, + "voter": "iloveporn" + }, + { + "percent": "10000", + "reputation": 1557874437556, + "rshares": 1387577221, + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 2430496129, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 6105332515536, + "rshares": 8118694381, + "voter": "primus" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 2114309829, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 27961065610, + "rshares": 3716785636, + "voter": "steskoff" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 1999972194, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 4276659410889, + "rshares": 1162899550, + "voter": "michaellamden68" + }, + { + "percent": "10000", + "reputation": 891519743447, + "rshares": 3598004391, + "voter": "ydm6669" + }, + { + "percent": "10000", + "reputation": 1160886081198, + "rshares": 1895101686, + "voter": "unicornfarts" + }, + { + "percent": "10000", + "reputation": 2083279715738, + "rshares": 4366965736, + "voter": "riscadox" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 39677589860, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 12046532310513, + "rshares": 11093831898, + "voter": "stealthtrader" + }, + { + "percent": "10000", + "reputation": 1035952800698, + "rshares": 2000188767, + "voter": "vote" + }, + { + "percent": "10000", + "reputation": 866922528456, + "rshares": 799752061, + "voter": "lontong" + }, + { + "percent": "10000", + "reputation": 3175467999049, + "rshares": 20001701155, + "voter": "hakise" + }, + { + "percent": "10000", + "reputation": 2222945795019, + "rshares": 130942223862, + "voter": "chhayll" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 1474592731, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 9824421122, + "rshares": 149027894, + "voter": "aidar88" + }, + { + "percent": "10000", + "reputation": 2237331858240, + "rshares": 1368663409, + "voter": "kissmybutt" + }, + { + "percent": "10000", + "reputation": -2499740471746, + "rshares": 20543103201, + "voter": "r4fken" + }, + { + "percent": "10000", + "reputation": 45485816669, + "rshares": 110409776, + "voter": "adamgud" + }, + { + "percent": "-10000", + "reputation": -11110332240496, + "rshares": -1420816590, + "voter": "sergei" + }, + { + "percent": "10000", + "reputation": 97717041, + "rshares": 264811001, + "voter": "field" + }, + { + "percent": "10000", + "reputation": 573516438, + "rshares": 345776343, + "voter": "wintrop" + }, + { + "percent": "10000", + "reputation": 17167233442, + "rshares": 249654342, + "voter": "hammurabi" + }, + { + "percent": "10000", + "reputation": 19111656178138, + "rshares": 21021082526, + "voter": "furion" + }, + { + "percent": "10000", + "reputation": 2054508199522, + "rshares": 308595308, + "voter": "busser" + }, + { + "percent": "10000", + "reputation": 1057084315198, + "rshares": 76220806908, + "voter": "cdubendo" + }, + { + "percent": "10000", + "reputation": 9142611234, + "rshares": 570906024, + "voter": "ch0c0latechip" + }, + { + "percent": "10000", + "reputation": 3871042, + "rshares": 540999654, + "voter": "doge4lyf" + }, + { + "percent": "10000", + "reputation": 2770303185670, + "rshares": 673976561, + "voter": "vi1son" + }, + { + "percent": "10000", + "reputation": 36999073763, + "rshares": 251475319, + "voter": "eggstraordinair" + }, + { + "percent": "10000", + "reputation": 4336087201971, + "rshares": 9688777798, + "voter": "strangerarray" + }, + { + "percent": "10000", + "reputation": 47264506487, + "rshares": 1706778919, + "voter": "gazm" + }, + { + "percent": "10000", + "reputation": 963454351109, + "rshares": 1272150490, + "voter": "marcgodard" + }, + { + "percent": "10000", + "reputation": 255391004842, + "rshares": 27663419779, + "voter": "w4lterwyte" + }, + { + "percent": "10000", + "reputation": 213565690794, + "rshares": 18669091786, + "voter": "showmethecoinz" + }, + { + "percent": "10000", + "reputation": 2397831198773, + "rshares": 2818433100, + "voter": "karen13" + }, + { + "percent": "10000", + "reputation": 1241141280004, + "rshares": 49704426043, + "voter": "sephiroth" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 264442178, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 3674446315320, + "rshares": 5326605195, + "voter": "domavila" + }, + { + "percent": "10000", + "reputation": 6892424678378, + "rshares": 25648867531, + "voter": "inertia" + }, + { + "percent": "10000", + "reputation": 1510987855, + "rshares": 235530571, + "voter": "chillipepper" + }, + { + "percent": "10000", + "reputation": 2090799841362, + "rshares": 99174624, + "voter": "dimon14" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 4268533750, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 13139621251056, + "rshares": 64752980229, + "voter": "manthostsakirid" + }, + { + "percent": "10000", + "reputation": 2713713668533, + "rshares": 1197663300, + "voter": "the-future" + }, + { + "percent": "10000", + "reputation": 34120390016, + "rshares": 1573968444, + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 408394695, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 817588332083, + "rshares": 2504026093, + "voter": "pinklee" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229585515, + "voter": "sarpton2" + }, + { + "percent": "10000", + "reputation": -424880418803, + "rshares": 298574872, + "voter": "lenar79" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 229501589, + "voter": "juliap4" + }, + { + "percent": "10000", + "reputation": 741654237981, + "rshares": 2055369519, + "voter": "smolalit" + }, + { + "percent": "10000", + "reputation": 49770527, + "rshares": 3409310156, + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 1833392, + "rshares": 114615278, + "voter": "akc" + }, + { + "percent": "10000", + "reputation": 16647100795, + "rshares": 492574518, + "voter": "syre7" + }, + { + "percent": "10000", + "reputation": 345798829595, + "rshares": 321172172, + "voter": "rules169" + }, + { + "percent": "10000", + "reputation": 1532881687066, + "rshares": 8068545618, + "voter": "magz8716" + }, + { + "percent": "10000", + "reputation": 4603449402273, + "rshares": 577780059, + "voter": "bitcoiner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 100186528, + "voter": "lucypier" + }, + { + "percent": "10000", + "reputation": 61224832002, + "rshares": 133244656, + "voter": "ellamaeamor" + }, + { + "percent": "10000", + "reputation": 3439295754608, + "rshares": 548863478, + "voter": "bola" + }, + { + "percent": "0", + "reputation": 2114306416334, + "rshares": 50460167, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 632733211156, + "rshares": 712867681, + "voter": "celsius100" + }, + { + "percent": "10000", + "reputation": 1878917499597, + "rshares": 4466801315, + "voter": "sharker" + }, + { + "percent": "10000", + "reputation": 11482318062844, + "rshares": 5800560043, + "voter": "sauravrungta" + }, + { + "percent": "10000", + "reputation": 817093, + "rshares": 53467107, + "voter": "williamger" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 97602504, + "voter": "nickstevens" + }, + { + "percent": "10000", + "reputation": 282043806097, + "rshares": 617150660, + "voter": "cliro" + }, + { + "percent": "10000", + "reputation": 2791409844, + "rshares": 113844682, + "voter": "elmusic" + }, + { + "percent": "10000", + "reputation": 14988694886527, + "rshares": 80963719731, + "voter": "jl777" + }, + { + "percent": "10000", + "reputation": 163343680085, + "rshares": 150059624, + "voter": "meteor78" + }, + { + "percent": "10000", + "reputation": 10519849768972, + "rshares": 17558855678, + "voter": "positive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 915763361, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 658081203263, + "rshares": 176135894, + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 89787552, + "voter": "kindmorning" + }, + { + "percent": "10000", + "reputation": 45789047849, + "rshares": 0, + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 63475436898, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 568560955800, + "rshares": 35425595436, + "voter": "fatboy" + }, + { + "percent": "10000", + "reputation": 58190631451, + "rshares": 13211384712, + "voter": "proto" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 629612506, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 17698439393799, + "rshares": 2052851788, + "voter": "sisterholics" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59463015, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 5774005265165, + "rshares": 2496816412, + "voter": "logic" + }, + { + "percent": "10000", + "reputation": 147425730, + "rshares": 546235049, + "voter": "fnait" + }, + { + "percent": "10000", + "reputation": 3720753029, + "rshares": 545768868, + "voter": "keepcalmand" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 308295169, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 16914207527051, + "rshares": 19517675418, + "voter": "celebr1ty" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 81768868, + "voter": "elliottgodard" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 112092878, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 150657714, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": 2034974638910, + "rshares": 162987507, + "voter": "taz" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 716377320, + "voter": "mar1978co" + }, + { + "percent": "-10000", + "reputation": -489147116791, + "rshares": -95040528, + "voter": "jlwk0lb" + }, + { + "percent": "10000", + "reputation": 40835071879, + "rshares": 861039467, + "voter": "dirty.hera" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 887527463, + "voter": "metaflute" + }, + { + "percent": "-10000", + "reputation": 4848087788, + "rshares": -101696257, + "voter": "teresapioppi" + }, + { + "percent": "10000", + "reputation": 1977162029930, + "rshares": 840272375, + "voter": "litrbooh" + }, + { + "percent": "10000", + "reputation": 5588508606719, + "rshares": 41744870058, + "voter": "chicana" + }, + { + "percent": "10000", + "reputation": 1275505236, + "rshares": 5442900339, + "voter": "taker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9473355, + "voter": "thegodfather" + }, + { + "percent": "10000", + "reputation": 511460049017, + "rshares": 349685653, + "voter": "thedon" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 46330065, + "voter": "johnblow" + }, + { + "percent": "10000", + "reputation": 4341976914033, + "rshares": 14194589924, + "voter": "magicmonk" + }, + { + "percent": "10000", + "reputation": 75109707260, + "rshares": 62549808, + "voter": "persianqueen" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 772372627, + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 1751717743, + "rshares": 4197678335, + "voter": "gmurph" + }, + { + "percent": "10000", + "reputation": 512132085322, + "rshares": 387475804, + "voter": "viktor.phuket" + }, + { + "percent": "10000", + "reputation": 31031494498, + "rshares": 185420462, + "voter": "littleboo" + }, + { + "percent": "10000", + "reputation": 25724194555647, + "rshares": 4009345922, + "voter": "timsaid" + }, + { + "percent": "10000", + "reputation": 3715674298536, + "rshares": 6567649031, + "voter": "mrweed" + }, + { + "percent": "10000", + "reputation": 842271406331, + "rshares": 6801595730, + "voter": "denisoi" + }, + { + "percent": "10000", + "reputation": 538872235224, + "rshares": 2921435505, + "voter": "thedailyhobbyist" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 223856333, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 13929767, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 386813325, + "rshares": 54459305, + "voter": "zmb" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3911297344, + "voter": "thebotkiller" + }, + { + "percent": "10000", + "reputation": 1826385508354, + "rshares": 914892854, + "voter": "dercoco" + }, + { + "percent": "10", + "reputation": -783147569192, + "rshares": 1242080, + "voter": "dotersvilic" + }, + { + "percent": "10000", + "reputation": 5533571, + "rshares": 54240157, + "voter": "leofirehorse" + }, + { + "percent": "10000", + "reputation": 3515726108234, + "rshares": 40678580, + "voter": "jrcornel" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 2464443, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 2458086, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 20484992, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 61674304, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": 237071800963, + "rshares": 502596799, + "voter": "bhavnapatel68" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 8082451, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": -53698107835, + "rshares": 152662909, + "voter": "robok" + }, + { + "percent": "10000", + "reputation": 641833483915, + "rshares": 278467246, + "voter": "lightsplasher" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 60293322, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 965335704, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": -138680661344, + "rshares": 59668352, + "voter": "tomeraddady" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 59524198, + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": 1549128442589, + "rshares": 7574213554, + "voter": "deepsynergy" + }, + { + "percent": "10000", + "reputation": 895948202, + "rshares": 59616809, + "voter": "kensy" + }, + { + "percent": "10000", + "reputation": -478832843459, + "rshares": 80383749, + "voter": "oldas" + }, + { + "percent": "10000", + "reputation": 1510854583971, + "rshares": 1423005250, + "voter": "stylo" + }, + { + "percent": "10000", + "reputation": 2924687, + "rshares": 53397889, + "voter": "talrasha" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 4990559, + "voter": "jarvis" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 38950452, + "voter": "eternal" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 69368761, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 59279311, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 3657922, + "rshares": 57716649, + "voter": "titan792008" + }, + { + "percent": "10000", + "reputation": 31215012571, + "rshares": 57289213, + "voter": "thecurator" + }, + { + "percent": "10000", + "reputation": 13719223040, + "rshares": 58686683, + "voter": "honore" + }, + { + "percent": "10000", + "reputation": 64553378012, + "rshares": 59480365, + "voter": "neglect" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 250358809, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3388690269338, + "rshares": 60782339, + "voter": "mrgrey" + }, + { + "percent": "10000", + "reputation": 198684348, + "rshares": 59471648, + "voter": "goblu96" + }, + { + "percent": "10000", + "reputation": 13147662, + "rshares": 54421327, + "voter": "tolik8080" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 57509365, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 324056580, + "rshares": 1170410, + "voter": "cryptogaijin" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 520838476, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 173597546, + "rshares": 55825002, + "voter": "mister.burger" + }, + { + "percent": "10000", + "reputation": 2424531, + "rshares": 56976820, + "voter": "jetfighter" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56966253, + "voter": "nachosupreme" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 55800688, + "voter": "tinnyhippo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56957672, + "voter": "dunkin" + }, + { + "percent": "10000", + "reputation": 20672910301, + "rshares": 53436382, + "voter": "metu2222" + }, + { + "percent": "10000", + "reputation": 17524578300, + "rshares": 54145299, + "voter": "carfreak" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 579447744, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56017000, + "voter": "odubinkin" + }, + { + "percent": "10000", + "reputation": 640164473382, + "rshares": 53942218, + "voter": "zettar" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 0, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 7766373, + "rshares": 359455883, + "voter": "denmark9560" + }, + { + "percent": "10000", + "reputation": 7277317446677, + "rshares": 9994172632, + "voter": "yangyang" + }, + { + "percent": "10000", + "reputation": 312902704, + "rshares": 0, + "voter": "timalex" + }, + { + "percent": "10000", + "reputation": -565298235179, + "rshares": 0, + "voter": "elsi" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "BlockTrades has made some improvements to the withdrawal/deposit functionality for the BitShares GUI wallet (several specifically for Steem users):\n\n* The user's browser now keeps a local cache of previous withdrawal addresses for each withdrawal wallet type to make it easier to make repeated withdrawals to the same destination. The withdrawal address defaults to the last withdrawal address used for that withdrawal wallet type and a drop-down can be used to select from previously used withdrawal addresses.\n* The wallet GUI directly queries for supported coin types from the OpenLedger API server, which enables addition of new coin types without requiring new updates to the wallet GUI code. This will make it easier and quicker for OpenLedger to add new coins to their gateway.\n* Memos can be added when withdrawing to a wallet type that supports memos (e.g. graphene-based chains such as MUSE and STEEM). This is particularly useful when you want to send Steem, Steem Dollars, or Muse from your BitShares wallet directly to an exchange that supports these coin types, because they require a memo to be included to credit a deposit properly. To encrypt the memo on a Steem withdrawal, place a # symbol in front of the memo.\nIt's also possible to add a memo when depositing from a graphene-based chain. For example, to receive a memo with your OPEN.STEEM, send from your Steem wallet with a memo like \u201copen.steem:my_bitshares_account_name:my_memo_text\u201d.\n* If you withdraw using the memo method to a Steem wallet, you can include an encrypted memo as follows: \u201csteem:my_steem_account_name:#my_memo_text\u201d.\n* The GUI will fall back to a backup server for withdrawals/deposit API calls if the primary server is not reachable.\n* Coin names are displayed alphabetically in the deposit/withdrawal drop-down lists.\n\nThe changes are live now on OpenLedger, although you made need to press F5 to refresh your browser in order to see them:\nhttps://bitshares.openledger.info/#/", + "body_length": 1971, + "cashout_time": "1969-12-31T23:59:59", + "category": "bitshares", + "children": 14, + "created": "2016-08-03T18:37:12", + "curator_payout_value": "31.044 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"bitshares\",\"openledger\",\"steem\",\"muse\"],\"links\":[\"https://bitshares.openledger.info/#/\"]}", + "last_payout": "2016-09-03T10:31:33", + "last_update": "2016-08-03T18:37:12", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 107856669650641, + "parent_author": "", + "parent_permlink": "bitshares", + "pending_payout_value": "0.000 HBD", + "percent_hbd": 10000, + "permlink": "updates-to-bitshares-withdrawal-functionality-new-release-of-bitshares-gui-wallet", + "post_id": 586340, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Updates to BitShares withdrawal functionality (new release of BitShares GUI wallet)", + "title": "Updates to BitShares withdrawal functionality (new release of BitShares GUI wallet)", + "total_payout_value": "2648.409 HBD", + "url": "/bitshares/@blocktrades/updates-to-bitshares-withdrawal-functionality-new-release-of-bitshares-gui-wallet" + }, + "blocktrades/witness-report-for-blocktrades-for-last-week-of-august": { + "active_votes": [ + { + "percent": "10000", + "reputation": 0, + "rshares": 4452133129964, + "voter": "arsahk" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3347930079365, + "voter": "anastacia" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1726285714887, + "voter": "adrian" + }, + { + "percent": "10000", + "reputation": 70486967561347, + "rshares": 41813188858620, + "voter": "blocktrades" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 682491714161, + "voter": "neogen1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 719160991840, + "voter": "hermes" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 869339787758, + "voter": "hermes-miner" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 495575228616, + "voter": "thorium1" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 434053444139, + "voter": "thorium2" + }, + { + "percent": "10000", + "reputation": 20325022183, + "rshares": 4697279856834, + "voter": "datasecuritynode" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 514180346497, + "voter": "bunkermining" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 221581170880, + "voter": "bitshares.org" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 146591489330, + "voter": "blockchainbunker" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52738842150, + "voter": "blocktech" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 13825270658, + "voter": "neominer2016" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 219729210991, + "voter": "abderus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 9546643452, + "voter": "olympus-steemy" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 243044692309, + "voter": "hephaestus" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 122174456875, + "voter": "aquarius.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53275834690, + "voter": "minosman" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 152250453601, + "voter": "aphrodite" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 18552461798, + "voter": "hotels.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 15317221370, + "voter": "aries.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 88259833056, + "voter": "rabbitminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 24917880008, + "voter": "insurance.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 109365919601, + "voter": "fund.com" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 14691159754, + "voter": "heracles" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 21744299764, + "voter": "bunkerchainlabs" + }, + { + "percent": "10000", + "reputation": 358840960832, + "rshares": 1578139406271, + "voter": "rossco99" + }, + { + "percent": "10000", + "reputation": 1214229078, + "rshares": 3099652417, + "voter": "boy" + }, + { + "percent": "10000", + "reputation": 4712949449, + "rshares": 3763074284, + "voter": "bue-witness" + }, + { + "percent": "10000", + "reputation": 1789951494550, + "rshares": 697396740, + "voter": "bunny" + }, + { + "percent": "100", + "reputation": 31405352060596, + "rshares": 121034828064, + "voter": "clayop" + }, + { + "percent": "10000", + "reputation": 103443134841, + "rshares": 54061991440, + "voter": "bue" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1761307954, + "voter": "tigerminer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1661153383, + "voter": "mini" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 213676452, + "voter": "moon" + }, + { + "percent": "10000", + "reputation": 1250001478305, + "rshares": 106094458746, + "voter": "bonapartist" + }, + { + "percent": "10000", + "reputation": 49549461527, + "rshares": 397777330211, + "voter": "boatymcboatface" + }, + { + "percent": "10000", + "reputation": 585246886482, + "rshares": 82318728872, + "voter": "vip" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 622799607, + "voter": "healthcare" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 967315888, + "voter": "daniel.pan" + }, + { + "percent": "100", + "reputation": 96486114508046, + "rshares": 54339353352, + "voter": "donkeypong" + }, + { + "percent": "10000", + "reputation": 20661161447481, + "rshares": 183986962194, + "voter": "peerplays" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 18253751025, + "voter": "apollo" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 11781728175, + "voter": "athena" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1901768338, + "voter": "muses" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 308804003, + "voter": "perseus" + }, + { + "percent": "10000", + "reputation": 19959120564829, + "rshares": 39057505458, + "voter": "alexgr" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 288163140, + "voter": "helen.tan" + }, + { + "percent": "10000", + "reputation": 3120299664537, + "rshares": 14163869726, + "voter": "valtr" + }, + { + "percent": "10000", + "reputation": 1118904717803, + "rshares": 57710162697, + "voter": "noaommerrr" + }, + { + "percent": "10000", + "reputation": 12712877967688, + "rshares": 79671273407, + "voter": "easteagle13" + }, + { + "percent": "10000", + "reputation": 4733188979515, + "rshares": 12053748613, + "voter": "ervin-lemark" + }, + { + "percent": "10000", + "reputation": 9600934617910, + "rshares": 14840212671, + "voter": "jademont" + }, + { + "percent": "10000", + "reputation": 526710884366, + "rshares": 7585639203, + "voter": "fran2k" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 394572959, + "voter": "paco-steem" + }, + { + "percent": "8500", + "reputation": 376960001789, + "rshares": 4612142476, + "voter": "spaninv" + }, + { + "percent": "10000", + "reputation": 1172373556107, + "rshares": 2056240258, + "voter": "gekko" + }, + { + "percent": "10000", + "reputation": 26867938976163, + "rshares": 337644202846, + "voter": "teamsteem" + }, + { + "percent": "10000", + "reputation": 1942274690427, + "rshares": 7574954620, + "voter": "kefkius" + }, + { + "percent": "10000", + "reputation": 6580794427504, + "rshares": 54399511314, + "voter": "hannixx42" + }, + { + "percent": "10000", + "reputation": 161089556767, + "rshares": 71144375412, + "voter": "asch" + }, + { + "percent": "3301", + "reputation": 2902053059801, + "rshares": 1432167555, + "voter": "murh" + }, + { + "percent": "10000", + "reputation": 824717099743, + "rshares": 511420056899, + "voter": "cyber" + }, + { + "percent": "10000", + "reputation": 4509451541223, + "rshares": 86079778116, + "voter": "theshell" + }, + { + "percent": "10000", + "reputation": 11765473490257, + "rshares": 34628751942, + "voter": "justtryme90" + }, + { + "percent": "10000", + "reputation": 7152109350579, + "rshares": 4516205258, + "voter": "cm-steem" + }, + { + "percent": "10000", + "reputation": -2683858617900, + "rshares": 9226433780, + "voter": "zebbra2014" + }, + { + "percent": "10000", + "reputation": 1444446898291, + "rshares": 8881004054, + "voter": "johnerfx" + }, + { + "percent": "10000", + "reputation": 11136252375006, + "rshares": 355247811628, + "voter": "taoteh1221" + }, + { + "percent": "8500", + "reputation": 0, + "rshares": 308157454, + "voter": "stiletto" + }, + { + "percent": "10000", + "reputation": 3804349938696, + "rshares": 55257125634, + "voter": "juanmiguelsalas" + }, + { + "percent": "10000", + "reputation": 8397302485673, + "rshares": 199384230823, + "voter": "will-zewe" + }, + { + "percent": "10000", + "reputation": 1380612911758, + "rshares": 4566371045, + "voter": "dahaz159" + }, + { + "percent": "10000", + "reputation": 2548112906179, + "rshares": 4123478215, + "voter": "imyao" + }, + { + "percent": "10000", + "reputation": 77590508815145, + "rshares": 259753743155, + "voter": "kaylinart" + }, + { + "percent": "10000", + "reputation": 14028106211346, + "rshares": 49805995185, + "voter": "kus-knee" + }, + { + "percent": "10000", + "reputation": 22794273843250, + "rshares": 175556941568, + "voter": "thedashguy" + }, + { + "percent": "10000", + "reputation": 6200536920826, + "rshares": 72536432323, + "voter": "albertogm" + }, + { + "percent": "10000", + "reputation": 5886979119053, + "rshares": 98112546307, + "voter": "geoffrey" + }, + { + "percent": "10000", + "reputation": 2758500001611, + "rshares": 5252094027, + "voter": "fuck.off" + }, + { + "percent": "10000", + "reputation": 1557874437556, + "rshares": 3574044706, + "voter": "the.bot" + }, + { + "percent": "10000", + "reputation": 2445708956667, + "rshares": 8531578940, + "voter": "johnbradshaw" + }, + { + "percent": "10000", + "reputation": 4821174317675, + "rshares": 2169949561, + "voter": "alexft" + }, + { + "percent": "10000", + "reputation": 9434414518400, + "rshares": 16019230638, + "voter": "acassity" + }, + { + "percent": "10000", + "reputation": 8461965690396, + "rshares": 62313648137, + "voter": "norbu" + }, + { + "percent": "10000", + "reputation": 15285243314, + "rshares": 167351034, + "voter": "ales" + }, + { + "percent": "10000", + "reputation": 1691376287481, + "rshares": 5947055837, + "voter": "the.whale" + }, + { + "percent": "10000", + "reputation": 40255997582, + "rshares": 8304678783, + "voter": "cannav" + }, + { + "percent": "10000", + "reputation": 528908536, + "rshares": 312162059, + "voter": "bitcoins4life" + }, + { + "percent": "10000", + "reputation": 65540661343, + "rshares": 3113942936, + "voter": "orly" + }, + { + "percent": "10000", + "reputation": 1518920448581, + "rshares": 13092434646, + "voter": "zer0sum" + }, + { + "percent": "10000", + "reputation": 7091975331308, + "rshares": 15184044146, + "voter": "konstantin" + }, + { + "percent": "10000", + "reputation": 10248743813131, + "rshares": 17997263619, + "voter": "katyakov" + }, + { + "percent": "10000", + "reputation": 17484609383217, + "rshares": 122110321617, + "voter": "robrigo" + }, + { + "percent": "10000", + "reputation": 19462531467501, + "rshares": 34640968499, + "voter": "hitmeasap" + }, + { + "percent": "10000", + "reputation": 2880187298062, + "rshares": 2928919920, + "voter": "stranger27" + }, + { + "percent": "10000", + "reputation": 9786117166130, + "rshares": 20714568761, + "voter": "mindover" + }, + { + "percent": "10000", + "reputation": 1059790037173, + "rshares": 600144039839, + "voter": "juneaugoldbuyer" + }, + { + "percent": "10000", + "reputation": 1380128900631, + "rshares": 280941289, + "voter": "romel" + }, + { + "percent": "10000", + "reputation": 5451039980643, + "rshares": 230742410, + "voter": "steemswede" + }, + { + "percent": "10000", + "reputation": 3149488018622, + "rshares": 3541565494, + "voter": "owdy" + }, + { + "percent": "10000", + "reputation": 937532987189, + "rshares": 694163904, + "voter": "rolik" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 920115887, + "voter": "steem1653" + }, + { + "percent": "10000", + "reputation": 26654160223111, + "rshares": 22782934578, + "voter": "halo" + }, + { + "percent": "10000", + "reputation": 3740475854096, + "rshares": 5814842086, + "voter": "egjoshslim" + }, + { + "percent": "10000", + "reputation": 2821855573125, + "rshares": 2931437942, + "voter": "steemit-life" + }, + { + "percent": "10000", + "reputation": 38947133984552, + "rshares": 197128910495, + "voter": "jesta" + }, + { + "percent": "10000", + "reputation": 7952828943, + "rshares": 4987681365, + "voter": "thegoodguy" + }, + { + "percent": "10000", + "reputation": 1563271634183, + "rshares": 106315234003, + "voter": "paco" + }, + { + "percent": "10000", + "reputation": 10077167197115, + "rshares": 35473018623, + "voter": "biophil" + }, + { + "percent": "10000", + "reputation": 866671256465, + "rshares": 23446938211, + "voter": "igster" + }, + { + "percent": "10000", + "reputation": 5827115301697, + "rshares": 8366115815, + "voter": "deviedev" + }, + { + "percent": "10000", + "reputation": 93395785733, + "rshares": 1282667122, + "voter": "jrd8526" + }, + { + "percent": "10000", + "reputation": 167437582424, + "rshares": 342458473, + "voter": "dr2073" + }, + { + "percent": "10000", + "reputation": 1175982316919, + "rshares": 346296964537, + "voter": "nabilov" + }, + { + "percent": "10000", + "reputation": 2644191137390, + "rshares": 8171065447, + "voter": "noodhoog" + }, + { + "percent": "10000", + "reputation": 2877113019152, + "rshares": 11842796775, + "voter": "bycz" + }, + { + "percent": "10000", + "reputation": 7803764965401, + "rshares": 8561213597, + "voter": "allmonitors" + }, + { + "percent": "10000", + "reputation": 1058072223123, + "rshares": 315366685, + "voter": "luisucv34" + }, + { + "percent": "10000", + "reputation": 928901384552, + "rshares": 18468698221, + "voter": "grolelo" + }, + { + "percent": "10000", + "reputation": 658204768651, + "rshares": 40685827297, + "voter": "milestone" + }, + { + "percent": "10000", + "reputation": 2078306772520, + "rshares": 5622363952, + "voter": "btcbtcbtc20155" + }, + { + "percent": "10000", + "reputation": 30130564942, + "rshares": 337887018, + "voter": "illlefr4u" + }, + { + "percent": "10000", + "reputation": 105954363925, + "rshares": 22457506518, + "voter": "watershed" + }, + { + "percent": "10000", + "reputation": 3033861094190, + "rshares": 12701705958, + "voter": "nippel66" + }, + { + "percent": "10000", + "reputation": 34120390016, + "rshares": 3009106599, + "voter": "imp3" + }, + { + "percent": "10000", + "reputation": 336756074227, + "rshares": 429170927, + "voter": "natalyt" + }, + { + "percent": "10000", + "reputation": 49770527, + "rshares": 3409584558, + "voter": "davidr" + }, + { + "percent": "10000", + "reputation": 2339981102950, + "rshares": 1536398132, + "voter": "fubar-bdhr" + }, + { + "percent": "10000", + "reputation": 14544132145555, + "rshares": 9007506990, + "voter": "pcste" + }, + { + "percent": "10000", + "reputation": 46246767220, + "rshares": 8261152384, + "voter": "rpf" + }, + { + "percent": "10000", + "reputation": 900694208703, + "rshares": 6792444700, + "voter": "cryptobro" + }, + { + "percent": "10000", + "reputation": 2619388406406, + "rshares": 2379928380, + "voter": "vlad" + }, + { + "percent": "10000", + "reputation": 6467956247739, + "rshares": 24268734363, + "voter": "deanliu" + }, + { + "percent": "10000", + "reputation": 2114306416334, + "rshares": 4553010706, + "voter": "cryptohustlin" + }, + { + "percent": "10000", + "reputation": 4194711042931, + "rshares": 4213593276, + "voter": "rainchen" + }, + { + "percent": "10000", + "reputation": 4226573244868, + "rshares": 27476233300, + "voter": "zaebars" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 1684113757, + "voter": "yarly" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 255333503, + "voter": "yarly2" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 255716137, + "voter": "yarly3" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 147929650, + "voter": "yarly4" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 148765015, + "voter": "yarly5" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 84813726, + "voter": "yarly7" + }, + { + "percent": "10000", + "reputation": 658081203263, + "rshares": 982992123, + "voter": "makgorn" + }, + { + "percent": "10000", + "reputation": 45789047849, + "rshares": 148377230, + "voter": "indayiyay" + }, + { + "percent": "10000", + "reputation": 686738916191, + "rshares": 103484220, + "voter": "sergey44" + }, + { + "percent": "10000", + "reputation": 6985921192853, + "rshares": 216445261738, + "voter": "johnsmith" + }, + { + "percent": "10000", + "reputation": 48324434201, + "rshares": 682858001, + "voter": "tobythecat" + }, + { + "percent": "10000", + "reputation": 2568808468562, + "rshares": 2582334157, + "voter": "sompitonov" + }, + { + "percent": "10000", + "reputation": 2564054618, + "rshares": 105208863, + "voter": "activcat" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114213797, + "voter": "grin" + }, + { + "percent": "10000", + "reputation": 39913884914319, + "rshares": 18598977092, + "voter": "papa-pepper" + }, + { + "percent": "10000", + "reputation": 7078941123096, + "rshares": 14847664684, + "voter": "lemooljiang" + }, + { + "percent": "10000", + "reputation": 153480676290, + "rshares": 594131732, + "voter": "curator" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 409040091, + "voter": "yarly10" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 219398629, + "voter": "yarly11" + }, + { + "percent": "10000", + "reputation": 10552456597779, + "rshares": 2318396114, + "voter": "royalmacro" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 76805770, + "voter": "yarly12" + }, + { + "percent": "10000", + "reputation": 1418195151238, + "rshares": 526740676, + "voter": "cwmyao1" + }, + { + "percent": "10000", + "reputation": 5095600502, + "rshares": 115507974, + "voter": "creatorgalaxy" + }, + { + "percent": "10000", + "reputation": 17218558634066, + "rshares": 15054575760, + "voter": "smailer" + }, + { + "percent": "10000", + "reputation": -1193908062262, + "rshares": 125694309, + "voter": "steemster1" + }, + { + "percent": "10000", + "reputation": 4063076365725, + "rshares": 1773664086, + "voter": "bullionstackers" + }, + { + "percent": "10000", + "reputation": 2413145659228, + "rshares": 3144502568, + "voter": "dmilash" + }, + { + "percent": "10000", + "reputation": 138974533507, + "rshares": 897456559, + "voter": "mar1978co" + }, + { + "percent": "10000", + "reputation": 106575300404, + "rshares": 3900479510, + "voter": "glitterpig" + }, + { + "percent": "10000", + "reputation": 3962925392210, + "rshares": 4166705112, + "voter": "jed78" + }, + { + "percent": "10000", + "reputation": 49283901870, + "rshares": 1023476036, + "voter": "metaflute" + }, + { + "percent": "10000", + "reputation": -833837861150, + "rshares": 51143991, + "voter": "sharon" + }, + { + "percent": "10000", + "reputation": -30042368, + "rshares": 64035836, + "voter": "igorphoto" + }, + { + "percent": "10000", + "reputation": 11856501387697, + "rshares": 41431930732, + "voter": "allasyummyfood" + }, + { + "percent": "10000", + "reputation": 4964569405579, + "rshares": 4025001582, + "voter": "dumar022" + }, + { + "percent": "10000", + "reputation": -1130081321479, + "rshares": 52102443, + "voter": "lillianjones" + }, + { + "percent": "10000", + "reputation": 90565359983, + "rshares": 23338522810, + "voter": "rawnetics" + }, + { + "percent": "10000", + "reputation": 3194641726781, + "rshares": 22433530499, + "voter": "laoyao" + }, + { + "percent": "10000", + "reputation": 18027204457681, + "rshares": 27760401783, + "voter": "myfirst" + }, + { + "percent": "10000", + "reputation": 19073889900896, + "rshares": 20534198290, + "voter": "kental" + }, + { + "percent": "10000", + "reputation": 4321340596238, + "rshares": 4461175827, + "voter": "asdes" + }, + { + "percent": "10000", + "reputation": 8611900471557, + "rshares": 5119772028, + "voter": "poeticsnake" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 3876377655, + "voter": "ullikume" + }, + { + "percent": "10000", + "reputation": 989801091, + "rshares": 174769884, + "voter": "money247" + }, + { + "percent": "10000", + "reputation": 2344911104009, + "rshares": 11320864291, + "voter": "ekitcho" + }, + { + "percent": "10000", + "reputation": 2464511443415, + "rshares": 1873927040, + "voter": "alitas" + }, + { + "percent": "10000", + "reputation": 229682900271, + "rshares": 147366556, + "voter": "bigsambucca" + }, + { + "percent": "10000", + "reputation": 66791976065, + "rshares": 92733638206, + "voter": "joele" + }, + { + "percent": "10000", + "reputation": 11122126920308, + "rshares": 3411045505, + "voter": "oflyhigh" + }, + { + "percent": "10000", + "reputation": 137363191136, + "rshares": 157606858, + "voter": "agussudaryanto" + }, + { + "percent": "10000", + "reputation": 1269864429223, + "rshares": 2382545829, + "voter": "kainmarx" + }, + { + "percent": "10000", + "reputation": 3740136030964, + "rshares": 688331698, + "voter": "future24" + }, + { + "percent": "10000", + "reputation": 191217797933, + "rshares": 51868121, + "voter": "zionuziriel" + }, + { + "percent": "10000", + "reputation": -1468839175006, + "rshares": 52502611, + "voter": "msjennifer" + }, + { + "percent": "10000", + "reputation": -1343370986030, + "rshares": 50828873, + "voter": "ciao" + }, + { + "percent": "10000", + "reputation": 485540, + "rshares": 50521096, + "voter": "steemo" + }, + { + "percent": "10000", + "reputation": 2199070663860, + "rshares": 1468068813, + "voter": "quantumanomaly" + }, + { + "percent": "10000", + "reputation": -171959953, + "rshares": 62800646, + "voter": "hysmagus" + }, + { + "percent": "10000", + "reputation": 398467602540, + "rshares": 233196315, + "voter": "naifaz" + }, + { + "percent": "10000", + "reputation": -79575494262, + "rshares": 50390768, + "voter": "steema" + }, + { + "percent": "10000", + "reputation": 727733310136, + "rshares": 1642789677, + "voter": "mrdsoft" + }, + { + "percent": "10000", + "reputation": 28335136369, + "rshares": 1588889351, + "voter": "erikclark13" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 273860901, + "voter": "gamerate" + }, + { + "percent": "10000", + "reputation": 1074787723323, + "rshares": 39082799117, + "voter": "salva82" + }, + { + "percent": "10000", + "reputation": 5108049297663, + "rshares": 4297084405, + "voter": "milaoz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 230299622, + "voter": "vootka" + }, + { + "percent": "10000", + "reputation": -894488087252, + "rshares": 58277489, + "voter": "confucius" + }, + { + "percent": "10000", + "reputation": 593072231, + "rshares": 61696026, + "voter": "immortality" + }, + { + "percent": "10000", + "reputation": 9332405310628, + "rshares": 27919398660, + "voter": "mrosenquist" + }, + { + "percent": "10000", + "reputation": 37279727062, + "rshares": 1391097404, + "voter": "bledarus" + }, + { + "percent": "10000", + "reputation": 2118792724924, + "rshares": 81449765708, + "voter": "miacats" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 114992597, + "voter": "future-shock" + }, + { + "percent": "10000", + "reputation": -789959772758, + "rshares": 51153233, + "voter": "jarvis" + }, + { + "percent": "1400", + "reputation": 3814152361740, + "rshares": 1707313866, + "voter": "matrixdweller" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50692212, + "voter": "fortuner" + }, + { + "percent": "10000", + "reputation": 28535887165, + "rshares": 71551855, + "voter": "longevity" + }, + { + "percent": "10000", + "reputation": 57513824, + "rshares": 60661014, + "voter": "rashka" + }, + { + "percent": "10000", + "reputation": 4637390447698, + "rshares": 1125097049, + "voter": "chinadaily" + }, + { + "percent": "10000", + "reputation": 2747626258414, + "rshares": 2332474309, + "voter": "virtualgrowth" + }, + { + "percent": "10000", + "reputation": 44529428534261, + "rshares": 71522641678, + "voter": "serejandmyself" + }, + { + "percent": "10000", + "reputation": 3216413, + "rshares": 57156522, + "voter": "ej2000" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50684643, + "voter": "johnbyrd" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50682252, + "voter": "thomasaustin" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50680459, + "voter": "thermor" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50677748, + "voter": "ficholl" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50673817, + "voter": "widell" + }, + { + "percent": "10000", + "reputation": 1985439257, + "rshares": 86278476997, + "voter": "icfiedler" + }, + { + "percent": "10000", + "reputation": 397516062, + "rshares": 58816907, + "voter": "longtech" + }, + { + "percent": "10000", + "reputation": 5427607111677, + "rshares": 8756590898, + "voter": "jaredcwillis" + }, + { + "percent": "10000", + "reputation": 5385371031617, + "rshares": 4080936853, + "voter": "mada" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50311250, + "voter": "revelbrooks" + }, + { + "percent": "10000", + "reputation": 2140537429766, + "rshares": 17449013254, + "voter": "yef99" + }, + { + "percent": "10000", + "reputation": 1027623674960, + "rshares": 2852794595, + "voter": "rossenpavlov" + }, + { + "percent": "10000", + "reputation": 26751356331019, + "rshares": 52691526785, + "voter": "sweetsssj" + }, + { + "percent": "10000", + "reputation": 24276337891, + "rshares": 521177843, + "voter": "tradz" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 58064982, + "voter": "zite" + }, + { + "percent": "10000", + "reputation": 875137794542, + "rshares": 6044404682, + "voter": "trev" + }, + { + "percent": "10000", + "reputation": 3725920343994, + "rshares": 6671849990, + "voter": "booky" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50416427, + "voter": "curpose" + }, + { + "percent": "10000", + "reputation": 3523461665322, + "rshares": 2273037363, + "voter": "fat-like-buddha" + }, + { + "percent": "10000", + "reputation": 2744889063611, + "rshares": 1253463043, + "voter": "daniel030" + }, + { + "percent": "10000", + "reputation": 335003583191, + "rshares": 89452422, + "voter": "jtstreetman" + }, + { + "percent": "10000", + "reputation": 2516108074649, + "rshares": 710134987, + "voter": "runridefly" + }, + { + "percent": "10000", + "reputation": 250066271138, + "rshares": 83059481, + "voter": "uziriel" + }, + { + "percent": "10000", + "reputation": 364872562916, + "rshares": 1318046765, + "voter": "funkywanderer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50588612, + "voter": "troich" + }, + { + "percent": "10000", + "reputation": 3573461197670, + "rshares": 19097202616, + "voter": "luminousvisions" + }, + { + "percent": "10000", + "reputation": 2083416845, + "rshares": 50593879, + "voter": "crion" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50271139, + "voter": "hitherise" + }, + { + "percent": "10000", + "reputation": 4447885148, + "rshares": 53914923, + "voter": "osame066" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 51033798, + "voter": "stroully" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 56493128, + "voter": "triplep" + }, + { + "percent": "10000", + "reputation": 12539394694005, + "rshares": 2914086421, + "voter": "doitvoluntarily" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50712038, + "voter": "thadm" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50710305, + "voter": "prof" + }, + { + "percent": "10000", + "reputation": 415511458887, + "rshares": 200695446, + "voter": "ratidor" + }, + { + "percent": "10000", + "reputation": 1797155307423, + "rshares": 422140583, + "voter": "shieha" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50356354, + "voter": "yorsens" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54632424, + "voter": "budda" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50065875, + "voter": "bane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50059754, + "voter": "vive" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50054445, + "voter": "coad" + }, + { + "percent": "10000", + "reputation": 3071821919457, + "rshares": 998189412, + "voter": "mbroek1983" + }, + { + "percent": "10000", + "reputation": 3533625673, + "rshares": 24770721231, + "voter": "dubi" + }, + { + "percent": "10000", + "reputation": 2288762261504, + "rshares": 8842903950, + "voter": "goose" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50825587, + "voter": "sofa" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 54012814, + "voter": "warhammer" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53990613, + "voter": "roadhog" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50639382, + "voter": "doggnostic" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53764342, + "voter": "dr-who" + }, + { + "percent": "10000", + "reputation": 687559505602, + "rshares": 53240167, + "voter": "catsmart" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 106768414, + "voter": "dr-house" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50377764, + "voter": "jenny-talls" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 53531096, + "voter": "imc" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 52332195, + "voter": "post-successful" + }, + { + "percent": "10000", + "reputation": 2451285776301, + "rshares": 1332516664, + "voter": "gavicrane" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 5275329238, + "voter": "chick1" + }, + { + "percent": "10000", + "reputation": 1896009750059, + "rshares": 70218237, + "voter": "whatsup" + }, + { + "percent": "10000", + "reputation": 972475674653, + "rshares": 643906514, + "voter": "nataliadobrick" + }, + { + "percent": "10000", + "reputation": 62995887468, + "rshares": 56560766, + "voter": "freebornangel" + }, + { + "percent": "10000", + "reputation": 1305746304240, + "rshares": 1918907925, + "voter": "ekaterinka" + }, + { + "percent": "10000", + "reputation": 26593737739, + "rshares": 62362821, + "voter": "roman-dikanev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50441122, + "voter": "eavy" + }, + { + "percent": "10000", + "reputation": 1286719931439, + "rshares": 207163446, + "voter": "terrano" + }, + { + "percent": "10000", + "reputation": 1579201846721, + "rshares": 2913900118, + "voter": "pakganern" + }, + { + "percent": "10000", + "reputation": 14121798233, + "rshares": 53247190, + "voter": "omega1960" + }, + { + "percent": "10000", + "reputation": 414609406210, + "rshares": 1011472794, + "voter": "robotev" + }, + { + "percent": "10000", + "reputation": 0, + "rshares": 50433760, + "voter": "morse" + }, + { + "percent": "10000", + "reputation": 164314202311, + "rshares": 198173350, + "voter": "vetvso" + }, + { + "percent": "10000", + "reputation": 1289521305818, + "rshares": 1527548069, + "voter": "cwbrooch" + }, + { + "percent": "10000", + "reputation": 192046357763, + "rshares": 339045960, + "voter": "julia26" + }, + { + "percent": "10000", + "reputation": 632553434228, + "rshares": 1292332892, + "voter": "peaceloveliberty" + }, + { + "percent": "10000", + "reputation": 75487046, + "rshares": 162089082, + "voter": "simbafire" + }, + { + "percent": "10000", + "reputation": 312902704, + "rshares": 75952648, + "voter": "timalex" + }, + { + "percent": "10000", + "reputation": 41596863062, + "rshares": 81556444, + "voter": "brainup" + }, + { + "percent": "10000", + "reputation": 630535104158, + "rshares": 80697914, + "voter": "silverbackjonz" + }, + { + "percent": "10000", + "reputation": 319010109417, + "rshares": 1309209290, + "voter": "expedition" + }, + { + "percent": "10000", + "reputation": 1520535240522, + "rshares": 416094341, + "voter": "anasz" + }, + { + "percent": "10000", + "reputation": -565298235179, + "rshares": 129628407, + "voter": "elsi" + }, + { + "percent": "10000", + "reputation": 10568161397, + "rshares": 128966618, + "voter": "jasonxg" + }, + { + "percent": "10000", + "reputation": 4071700342, + "rshares": 159281919, + "voter": "steemitgee" + }, + { + "percent": "10000", + "reputation": 86373454182, + "rshares": 136784207, + "voter": "pathtomydream" + } + ], + "author": "blocktrades", + "author_reputation": 70486967561347, + "beneficiaries": [], + "body": "<html>\n<p>I had decided to stop posting these, since my last post was getting flack from some of the other witnesses (see comments in my previous witness post for details), but a couple of other people have since commented asking me to resume posting, so I've decided to start posting these again anyways. If other whales want to downvote these posts, so be it, I suppose my reputation score can stand the hit.</p>\n<p>Depending on how much I have to say at any given time, these posts may not be strictly weekly. Over the next two weeks, I have a really busy schedule related to <a href=\"http://www.peerplays.com/\">Peerplays project</a> deadlines, so I probably won't post during that time unless something important comes up.</p>\n<p>One thing I did like about making these posts weekly is it was a nice way to keep track of where my time goes. Two weeks have gone by, and it's already hard for me to remember exactly what we worked on during that time. I used to think I have a really great memory, but it seems to work better for facts/figures than for daily events, especially when my days tend to consist of jumping back and forth between a lot of different tasks. Sometimes I long for the days when I could just focus on one task for a long stretch of time. But it's hard to report on those tasks too, since then you sometimes struggle to say more than \u201ccontinued work on x\u201d unless you can figure out some nice way to describe your sub-goals in a way that makes sense to anyone besides yourself.</p>\n<h3>What I remember of the last week or so...</h3>\n<p>Not surprisingly, the thing I remember best is what I've done in the past few days. We've just added some new Steem-related trading pairs to <a href=\"https://blocktrades.us\">BlockTrades</a>:</p>\n<p>STEEM \u2192 ETH</p>\n<p> STEEM \u2192 DOGE </p>\n<p>STEEM \u2192 DASH </p>\n<p>STEEM \u2192 LTC </p>\n<p>(we already had the other direction for these pairs)<br>\nNew bidirectional paths for Steem Dollars: </p>\n<p>SBD <-> ETH</p>\n<p>SBD <-> DOGE</p>\n<p>SBD <-> DASH</p>\n<p>SBD <-> LTC<br>\nWe'll also be adding support for some new coins soon and we'll add Steem/SBD pairs for those coins too.</p>\n<h3>The Politics of Steem</h3>\n<p>On the political side of Steem, the debate continues as to where Steem and Steemit should \u201cgo\u201d next. I continue to oppose to what I consider premature \u201ctinkering\u201d to the voting and curation system. The most recent case of this is <a href=\"https://github.com/steemit/steem/issues/323\">https://github.com/steemit/steem/issues/323</a>. At the very least, as suggested by some other witnesses, I think the threshold for such a vote should be more than a majority (at least 2/3 of all witnesses, for example). I've also heard several other curation-related proposals which I don't think have yet made it to the stage of github issues, but I haven't heard any yet that I think have a solid story to support them: they seem more like experiments to me, and I think experimenting with the heart of the value proposition for Steem Power is a risky operation.</p>\n<p>Instead of tweaking the curation system, I'm still advocating for more changes to the front-end of Steemit. This is because I believe that Steem is first and foremost an open, decentralized social media platform and that the user experience is more important than the rewards system. The platform should be easier to join, doing things like adding images, audio, and video should be extremely easy for novice users, the tagging system should work better, there should be more ways for users to interact with each other, there should a clear place on the Steemit site to get help and find information about site usage, and the latest revision of the post editor feels terrible to me (this is the first big post I've made using this version so I hadn't noticed it till now, but ultimately I resorted to editing this post in a separate editor using raw HTML). Everyday billions of people use social media sites that are tightly controlled by the site owners and who pay nothing to their users. If we focus on adding the types of features those sites already have and keep our system open and free, with the chance for rewards, I think we're sitting on a winning combination.</p>\n<p>I do believe that the rewards system is an important force for attracting new users, but I think it's inevitable that not everyone is going to be able to make lots of money by authoring articles. First, most people aren't great writers (I hope this point isn't too controversial). Second, non-native English speakers are at a distinct disadvantage when trying to write English articles and the majority of powerful voters read English.</p>\n<p>One way that we can spread rewards around to users that aren't great English writers is to accept the idea that finding good articles and translating articles written in other languages is a useful function, as long as proper attribution is given to the original source. And if we're willing to give decent rewards to such posts, I think we will reduce the cases of unattributed copy-paste posting. Note, this doesn't require any changes to the code of Steem or Steemit, this is just a proposal for a cultural change.</p>\n<h3>Final Note</h3>\n<p>I met with the Steem team for lunch last week, and I was pleased to see they had added two new members to the team, including a new front-end web programmer. But I still think they can use more web guys, so if you're a skilled javascript programmer, I hope you will consider sending your resume to Ned. I think they generally favor employees who are willing to relocate, but if you're a rockstar maybe you can negotiate the point if it's an issue for you.</p>\n</html>", + "body_length": 5709, + "cashout_time": "2016-09-08T00:16:15", + "category": "witness-category", + "children": 55, + "created": "2016-09-01T00:16:15", + "curator_payout_value": "0.000 HBD", + "depth": 0, + "json_metadata": "{\"tags\":[\"witness-category\",\"blocktrades\",\"steemit\"],\"links\":[\"http://www.peerplays.com/\",\"https://blocktrades.us\",\"https://github.com/steemit/steem/issues/323\"]}", + "last_payout": "1969-12-31T23:59:59", + "last_update": "2016-09-01T00:18:48", + "max_accepted_payout": "1000000.000 HBD", + "net_rshares": 69528308094633, + "parent_author": "", + "parent_permlink": "witness-category", + "pending_payout_value": "493.573 HBD", + "percent_hbd": 10000, + "permlink": "witness-report-for-blocktrades-for-last-week-of-august", + "post_id": 1078304, + "promoted": "0.000 HBD", + "replies": [], + "root_title": "Witness Report for BlockTrades for last week of August", + "title": "Witness Report for BlockTrades for last week of August", + "total_payout_value": "0.000 HBD", + "url": "/witness-category/@blocktrades/witness-report-for-blocktrades-for-last-week-of-august" + } + }, + "discussion_idx": { + "": {} + }, + "feed_price": { + "base": "0.637 HBD", + "quote": "1.000 HIVE" + }, + "props": { + "hbd_interest_rate": 1000, + "hbd_print_rate": 10000, + "head_block_number": 5000000, + "last_irreversible_block_num": 4999980, + "time": "2016-09-15T19:47:21", + "total_vesting_fund_hive": "149190428.013 HIVE", + "total_vesting_shares": "448144916705.468384 VESTS" + }, + "tag_idx": { + "trending": [] + }, + "tags": {} +} diff --git a/hivemind/tavern/condenser_api_patterns/get_state/blocktrades.tavern.yaml b/hivemind/tavern/condenser_api_patterns/get_state/blocktrades.tavern.yaml new file mode 100644 index 0000000000000000000000000000000000000000..cd1e016c5637816f2be94a1fbbb452bd9c5e48ed --- /dev/null +++ b/hivemind/tavern/condenser_api_patterns/get_state/blocktrades.tavern.yaml @@ -0,0 +1,28 @@ +--- + test_name: Hivemind condenser_api.get_state patterns test # Deprecated + + marks: + - patterntest + + includes: + - !include ../../common.yaml + + stages: + - name: get_state + request: + url: "{service.proto:s}://{service.server:s}:{service.port}/" + method: POST + headers: + content-type: application/json + json: + jsonrpc: "2.0" + id: 1 + method: "condenser_api.get_state" + params: ["/@blocktrades"] + response: + status_code: 200 + verify_response_with: + function: validate_response:compare_response_with_pattern + extra_kwargs: + method: "blocktrades" + directory: "condenser_api_patterns/get_state" \ No newline at end of file diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_full_permlink.orig.json b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_full_permlink.orig.json similarity index 100% rename from hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_full_permlink.orig.json rename to hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_full_permlink.orig.json diff --git a/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_full_permlink.pat.json b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_full_permlink.pat.json new file mode 100644 index 0000000000000000000000000000000000000000..74393788b34497950af13b513ae5419930e42bb6 --- /dev/null +++ b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_full_permlink.pat.json @@ -0,0 +1,5 @@ +{ + "code": -32602, + "data": "Post dragonho/suntory-time-weekend does not exist", + "message": "Invalid parameters" +} diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_full_permlink.tavern.yaml b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_full_permlink.tavern.yaml similarity index 86% rename from hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_full_permlink.tavern.yaml rename to hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_full_permlink.tavern.yaml index 94f9f58df4621b6b5195d4d13be9fd96222e8f25..96d60b6e6516f995e9d50077a0ad697e7563579b 100644 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_full_permlink.tavern.yaml +++ b/hivemind/tavern/tags_api_negative/get_discussions_by_author_before_date/not_full_permlink.tavern.yaml @@ -3,6 +3,7 @@ marks: - patterntest + - negative includes: @@ -26,4 +27,5 @@ function: validate_response:compare_response_with_pattern extra_kwargs: method: "not_full_permlink" - directory: "tags_api_patterns/get_discussions_by_author_before_date" \ No newline at end of file + directory: "tags_api_negative/get_discussions_by_author_before_date" + error_response: true \ No newline at end of file diff --git a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_full_permlink.pat.json b/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_full_permlink.pat.json deleted file mode 100644 index fe51488c7066f6687ef680d6bfaa4f7768ef205c..0000000000000000000000000000000000000000 --- a/hivemind/tavern/tags_api_patterns/get_discussions_by_author_before_date/not_full_permlink.pat.json +++ /dev/null @@ -1 +0,0 @@ -[]