diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b5a67adc38..1e1bbf0f72 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,43 +1,95 @@ -# Please Read - -Please read these instructions before submitting issues or pull requests to the Steemit.com (**condenser**) GitHub repository. The issue tracker is the place to start for all for bugs and well vetted enhancements. - -## Bug Reports - -If there is an existing feature that is not working correctly, or a glitch in the website that is impacting user behaviour - please open an issue to report variance. Include as much relevant information as you can, including screen shots and steps to reproduce the issue. - -## Technical Support and Signup/Login Issues - -If you are having trouble using the website but it is not an error with the website (this includes signup/login issues), do **not** open a GitHub issue. Please request help from the users in the [steemit.chat help](https://steemit.chat/channel/help) channel. - -## Enhancement Suggestions - -If you have an enhancement you would like to see in condenser we suggest you first discuss it with other members of the -community on Steemit.com, or in the steemit discord channel. If there is a well vetted idea that has the support of the -community create an issue with a link to the discussion, a detailed description, and tag it with the label `new_grass` -(for 'grass roots', and 'the grass is greener'). New enhancement issues that do not follow this format will be closed. - -**Bumps for working code:** Community contributions are still tops. If there's a `new_grass` labeled issue you like or -want to promote, fork the repo and code away! (leave a comment saying as much with a link to your repo/branch) When -you've got it ready post another comment and tag `@sneak` in it. If it passes muster you'll be invited to create a Pull Request. - -## Implementation Discussion - -The developers frequently open issues to discuss changes that are being worked on. This is to inform the community of the changes being worked on, and to get input from the community and other developers on the implementation. - -Issues opened that devolve into lengthy discussion of minor site features will be closed or locked. The issue tracker is not a general purpose discussion forum. (That's what steemit.com is for!) - -## Duplicate Issues - -Please do a keyword search to see if there is already an existing issue before opening a new one. - -## Steemit.com vs. Steem Blockchain - -This issue tracker is only intended to track issues for the Steemit.com website. If the issue is with the -Steem blockchain, please open an issue in the [Steem Repository](https://github.com/steemit/steem). - -## Pull Requests - -We love working code, but please do not open a Pull Request unless all the conditions in the **Bumps for working code:** -section have been met. +# Contributing to Condenser + +Everyone is welcome to contribute code to Steemit, Inc. projects. We have a Code of Conduct; +we ask that you please follow it in all your interactions with our team and your fellow +contributors. + +Please note that this contributing guide only applies to our development presence. + +## How to contribute + +1. File an issue describing the problem you would like to + solve or the feature you would like to add. It saves unnecessary work on your part, + in case there's a nontechnical reason we can't accept a particular change. + Please note that we can and will _automatically close all pull requests that do not refer to + an issue_. +2. Learn the conventions of the project you are submitting code to, even implicit ones, + and follow them. In case you have a question about a project's conventions, please + ask on the issue you filed. This includes writing tests, formatting code, and documentation. +3. File a pull request against your Github issue and fill out the pull request template. + Remember, you are agreeing to license your code and any intellectual property associated + with your code under the same terms as the repository you are contributing to. +4. If one of our teammates asks you to make changes, please make them. Our rule is that all + requests for changes in code review are resolved in favor of the reviewer. Our teammates + follow this rule too! +5. **Reporting Bugs** If there is an existing feature that is not working correctly, or a + glitch in the website that is impacting user behaviour - please open an issue to report + variance. Include as much relevant information as you can, including screen shots and + steps to reproduce the issue. +6. **Enhancement Suggestions** If you have an enhancement you would like to see in condenser + we suggest you first discuss it with other members of the community on Steemit.com, or + in the steemit discord channel. If there is a well vetted idea that has the support of + the community create an issue with a link to the discussion. The issue's title should + start with `community -` and have a detailed description. +7. **Development Discussions** The developers frequently open issues to discuss changes that + are being worked on. This is to inform the community of the changes being worked on, and + to get input from the community and other developers on the implementation. +8. **Pull Requests** We love community contributions. If you've done some work on an issue + and want to see it in the condenser codebase, please submit a Pull Request, reference + the issue in the description start the title with `community -`. We're working very + hard to keep our development practices as open as possible, and this helps us a lot. + +## Code of Conduct + +Again, please note that this Code of Conduct _only applies to our development presence_. + +### Our Pledge + +We welcome your membership in our project and community under the rules that we have set below. + +In the interest of fostering an open and welcoming environment, we as +contributors and maintainers will work to make your participation in +our project and community as fulfilling as possible. + +### Our Rules + +All members of our project and community must: + +1. Show empathy toward other project and community members +2. Use welcoming and inclusive language +3. Respect differing viewpoints and experiences +4. Gracefully accept constructive criticism + +All members of our project and community must not: + +1. Harm our project and community, or advocate harm to our project and community +2. Insult or make derogatory comments about others +3. Interact with others after they have withdrawn permission to do so + +### Our Responsibilities + +We will use any and all lawful means at our disposal to enforce our rules. This includes +but is not limited to: + +1. Rejecting contributions +2. Removing comments, commits, code, wiki edits, and issues +3. Banning abusers + +We will clarify standards of acceptable behavior and we will take appropriate +and fair corrective action in response to any instances of unacceptable behavior. + +Instances of abusive, harassing, or otherwise unacceptable behavior may be +reported by contacting us at github.abuse@steemit.com. All +complaints will be reviewed and investigated and will result in a response that +is deemed necessary and appropriate to the circumstances. We +maintain strict confidentiality with regard to the reporter of an incident. +Further details of specific enforcement policies may be posted separately. + +### Attribution + +This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, +available at [http://contributor-covenant.org/version/1/4][version] + +[homepage]: http://contributor-covenant.org +[version]: http://contributor-covenant.org/version/1/4/gg diff --git a/Dockerfile b/Dockerfile index 1c2adfb507..4ea4a5080c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN npm install -g yarn WORKDIR /var/app RUN mkdir -p /var/app -ADD package.json /var/app/package.json +ADD package.json yarn.lock /var/app/ RUN yarn install --non-interactive --frozen-lockfile COPY . /var/app diff --git a/README.md b/README.md index 69e72a83f9..5e15394777 100644 --- a/README.md +++ b/README.md @@ -167,28 +167,6 @@ cd src/db yarn exec sequelize db:migrate ``` -#### Install Tarantool - Production Only - -Tarantool similarly to mysql is not required for development but if you're running a full-fledged site with condenser you will want to run one. - -OS X: - -```bash -brew install tarantool -``` - -Debian based Linux: - -```bash -sudo apt-get install tarantool -``` - -Test the interactive console: - -```bash -user@example:~$ tarantool -``` - #### Style Guides For Submitting Pull Requests ##### File naming and location @@ -199,10 +177,8 @@ user@example:~$ tarantool - Component's stylesheet file name should match component name ##### Js & Jsx -We are using _[Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript)_ with some modifications (see .eslintrc). -Please run _eslint_ in the working directory before committing your changes and make sure you didn't introduce any new styling issues. -We use prettier to autofromat the code. Run `yarn run fmt` to format everything in `src/`, or `yarn exec -- prettier --config .prettierrc --write src/whatever/file.js` for a specific file. +We use [prettier](https://github.com/prettier/prettier) to autofromat the code, with [this configuration](.prettierrc). Run `yarn run fmt` to format everything in `src/`, or `yarn exec -- prettier --config .prettierrc --write src/whatever/file.js` for a specific file. ##### CSS & SCSS If a component requires a css rule, please use its uppercase name for the class, e.g. "Header" class for the header's root div. @@ -219,6 +195,25 @@ We adhere to BEM methodology with exception for Foundation classes, here is an e ``` +## Testing + +### Run test suite + +`yarn test` + +will run `jest` + +### Test endpoints offline + +If you want to test a server-side rendered page without using the network, do this: + +``` +yarn build +OFFLINE_SSR_TEST=true SDC_DATABASE_URL="mysql://root@127.0.0.1/steemit_dev" NODE_ENV=production node --prof lib/server/index.js +``` + +This will read data from the blobs in `api_mockdata` directory. If you want to use another set of mock data, create a similar directory to that one and add an argument `OFFLINE_SSR_TEST_DATA_DIR` pointing to your new directory. + ## Issues To report a non-critical issue, please file an issue on this GitHub project. diff --git a/api_mockdata/get_content.js b/api_mockdata/get_content.js new file mode 100644 index 0000000000..23daf86a49 --- /dev/null +++ b/api_mockdata/get_content.js @@ -0,0 +1,16326 @@ +module.exports = { + id: 24398348, + author: 'joeparys', + permlink: 'zm1p9aij', + category: 'dtube', + parent_author: '', + parent_permlink: 'dtube', + title: 'The First YouTube Ad for STEEMIT in 2018! [DTube]', + body: + "

\n\nHi DTube!\n\nCheck out this Ad I made for Steemit to kick off 2018! \n\nEvery upvote of this video on DTube will help with additional funding on YouTube for Ads! \n\nWe are spending a total of $5,000 to advertise this video and already have thousands of views! \n\nThanks for your support! \n\nEvery upvote of this post will go directly back into our amazing community\n\nIf you enjoyed this post would you please give it an upvote, like, and follow me @joeparys\n\nThanks for watching :)\n\nClick the bell icon to turn on my post notifications!\n\nHELP ME REACH 2,500 FOLLOWERS! FOLLOW ME:\nSteemit: https://steemit.com/@joeparys/\nFacebook: (https://www.facebook.com/JoeParysAcademy/)\nWebsite: http://www.joeparys.com\n\n
▶️ DTube
▶️ IPFS", + json_metadata: + '{"video":{"info":{"title":"The First YouTube Ad for STEEMIT in 2018!","snaphash":"QmQ7vH8eZdZDYyyyDf4DNHJ7zJLY1wW7WUexpzAPwRfCe1","author":"joeparys","permlink":"zm1p9aij","duration":180.821333,"filesize":455412630,"spritehash":"QmSGrQKUcFzbvqDpj36zyyghKsngetKhwHqVC8CNcHp69J"},"content":{"videohash":"QmbVmFaDwJdNwiYoTkgMp41g7cbXYyLaHkbS2ixeyqNnhR","video480hash":"QmcBEJgnoznmE96oCcXUjvZgynHzAxfCrLqXy9uFGTubmf","magnet":"magnet:?xt=urn:btih:27ad561092610f6706404eb658d41d14dae1de88&dn=Steemit+Video+Jerry+Final.mp4&tr=udp%3A%2F%2Fexplodie.org%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.empire-js.us%3A1337&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com","description":"Hi DTube!\\n\\nCheck out this Ad I made for Steemit to kick off 2018! \\n\\nEvery upvote of this video on DTube will help with additional funding on YouTube for Ads! \\n\\nWe are spending a total of $5,000 to advertise this video and already have thousands of views! \\n\\nThanks for your support! \\n\\nEvery upvote of this post will go directly back into our amazing community\\n\\nIf you enjoyed this post would you please give it an upvote, like, and follow me @joeparys\\n\\nThanks for watching :)\\n\\nClick the bell icon to turn on my post notifications!\\n\\nHELP ME REACH 2,500 FOLLOWERS! FOLLOW ME:\\nSteemit: https://steemit.com/@joeparys/\\nFacebook: (https://www.facebook.com/JoeParysAcademy/)\\nWebsite: http://www.joeparys.com","tags":["dtube","steemit","steem","cryptocurrency"]},"_id":"27af8d4eb6b4550401768237b1405463"},"tags":["dtube","steemit","steem","cryptocurrency"],"app":"steemit/0.1","users":["joeparys"],"image":["https://snap1.d.tube/ipfs/QmQ7vH8eZdZDYyyyDf4DNHJ7zJLY1wW7WUexpzAPwRfCe1"],"links":["https://d.tube/#!/v/joeparys/zm1p9aij","https://steemit.com/@joeparys/","https://www.facebook.com/JoeParysAcademy/","http://www.joeparys.com","https://ipfs.io/ipfs/QmbVmFaDwJdNwiYoTkgMp41g7cbXYyLaHkbS2ixeyqNnhR"],"format":"markdown"}', + last_update: '2018-01-08T16:15:06', + created: '2018-01-08T16:14:00', + active: '2018-01-09T23:36:06', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 617, + net_rshares: '141643911153760', + abs_rshares: '141807870193496', + vote_rshares: '141791631924063', + children_abs_rshares: '146872492995253', + cashout_time: '2018-01-15T16:14:00', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 12605229, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 2017, + root_comment: 24398348, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [ + { + account: 'dtube', + weight: 2500, + }, + ], + url: '/dtube/@joeparys/zm1p9aij', + root_title: 'The First YouTube Ad for STEEMIT in 2018! [DTube]', + pending_payout_value: '1665.698 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'analisa', + weight: 14902, + rshares: '250016357278', + percent: 500, + reputation: '47366460504', + time: '2018-01-09T05:28:33', + }, + { + voter: 'berkah', + weight: 4130, + rshares: '69293878414', + percent: 10000, + reputation: '59326661645', + time: '2018-01-08T21:30:06', + }, + { + voter: 'blocktrades', + weight: 910174, + rshares: '15270188923402', + percent: 10000, + reputation: '122358230560034', + time: '2018-01-09T04:14:51', + }, + { + voter: 'wackou', + weight: 78433, + rshares: '1315888987622', + percent: 1800, + reputation: '5246262387211', + time: '2018-01-09T04:39:15', + }, + { + voter: 'pharesim', + weight: 5160, + rshares: '86581916681', + percent: 23, + reputation: '75486944701720', + time: '2018-01-09T04:39:33', + }, + { + voter: 'ajvest', + weight: 15924, + rshares: '267144364509', + percent: 10000, + reputation: '13079400686859', + time: '2018-01-08T22:39:15', + }, + { + voter: 'bue', + weight: 824, + rshares: '13825039793', + percent: 10000, + reputation: '116469333278', + time: '2018-01-08T20:44:33', + }, + { + voter: 'mrs.agsexplorer', + weight: 8029, + rshares: '134695573954', + percent: 4000, + reputation: '7520586390', + time: '2018-01-08T21:30:06', + }, + { + voter: 'donkeypong', + weight: 34280, + rshares: '575120060940', + percent: 500, + reputation: '253737392127291', + time: '2018-01-09T05:28:30', + }, + { + voter: 'peppers', + weight: 755, + rshares: '6336963547', + percent: 10000, + reputation: 0, + time: '2018-01-08T16:57:21', + }, + { + voter: 'pnc', + weight: 17428, + rshares: '292409253664', + percent: 10000, + reputation: '15942794993042', + time: '2018-01-08T21:30:06', + }, + { + voter: 'jupiter00000', + weight: 1826, + rshares: '30635512518', + percent: 9700, + reputation: '9819494373806', + time: '2018-01-09T06:41:42', + }, + { + voter: 'gekko', + weight: 379, + rshares: '6356773061', + percent: 10000, + reputation: '1185517433922', + time: '2018-01-08T19:33:12', + }, + { + voter: 'teamsteem', + weight: 686782, + rshares: '11522295760925', + percent: 10000, + reputation: '127776864011317', + time: '2018-01-08T21:28:36', + }, + { + voter: 'eboz', + weight: 103, + rshares: 1729550996, + percent: 10000, + reputation: 41916600, + time: '2018-01-08T20:43:42', + }, + { + voter: 'acidyo', + weight: 207021, + rshares: '3473237079292', + percent: 3000, + reputation: '327244671712151', + time: '2018-01-09T04:38:42', + }, + { + voter: 'tosch', + weight: 37521, + rshares: '629486534161', + percent: 10000, + reputation: '66886468204', + time: '2018-01-08T19:24:48', + }, + { + voter: 'billbutler', + weight: 42883, + rshares: '719458933475', + percent: 10000, + reputation: '28502491598215', + time: '2018-01-09T01:53:57', + }, + { + voter: 'hedge-x', + weight: 4272, + rshares: '71659620247', + percent: 10000, + reputation: '2408515472384', + time: '2018-01-09T16:30:30', + }, + { + voter: 'albertogm', + weight: 875, + rshares: '14680362505', + percent: 4300, + reputation: '10180951555166', + time: '2018-01-09T11:29:57', + }, + { + voter: 'christoryan', + weight: 60, + rshares: 1008017659, + percent: 300, + reputation: '3233912598181', + time: '2018-01-09T04:39:15', + }, + { + voter: 'geoffrey', + weight: 104103, + rshares: '1746554078423', + percent: 10000, + reputation: '6916750490835', + time: '2018-01-09T05:28:42', + }, + { + voter: 'angusleung100', + weight: 57, + rshares: 959446775, + percent: 10000, + reputation: '1772572876586', + time: '2018-01-09T04:51:15', + }, + { + voter: 'fyrstikken', + weight: 42926, + rshares: '720186787922', + percent: 10000, + reputation: '249991101261167', + time: '2018-01-09T13:07:21', + }, + { + voter: 'skapaneas', + weight: 475, + rshares: '7961876363', + percent: 400, + reputation: '90213002149097', + time: '2018-01-08T19:30:39', + }, + { + voter: 'aeico', + weight: 12, + rshares: 199010028, + percent: 10000, + reputation: '3614602919089', + time: '2018-01-08T21:17:27', + }, + { + voter: 'hitmeasap', + weight: 3616, + rshares: '60670315546', + percent: 5000, + reputation: '42523648673372', + time: '2018-01-08T21:30:06', + }, + { + voter: 'cultura.bitcoin', + weight: 75, + rshares: 1262746175, + percent: 10000, + reputation: '10404962186251', + time: '2018-01-08T18:56:51', + }, + { + voter: 'ausbitbank', + weight: 9849, + rshares: '165239129494', + percent: 100, + reputation: '171254890407360', + time: '2018-01-09T04:39:36', + }, + { + voter: 'ardina', + weight: 4441, + rshares: '74499507326', + percent: 10000, + reputation: '1136266115590', + time: '2018-01-09T04:05:42', + }, + { + voter: 'drakernoise', + weight: 29, + rshares: 968281714, + percent: 10000, + reputation: '28634669095', + time: '2018-01-09T22:13:24', + }, + { + voter: 'sephiroth', + weight: 23669, + rshares: '794191812654', + percent: 10000, + reputation: '1629126112587', + time: '2018-01-09T21:54:27', + }, + { + voter: 'transisto', + weight: 592422, + rshares: '10014587726339', + percent: 10000, + reputation: '121154388797365', + time: '2018-01-09T21:18:00', + }, + { + voter: 'shla-rafia', + weight: 819, + rshares: '13739857860', + percent: 10000, + reputation: '66478870057794', + time: '2018-01-09T03:05:03', + }, + { + voter: 'sinzzer', + weight: 976, + rshares: '16383881688', + percent: 10000, + reputation: '6988742734953', + time: '2018-01-08T20:24:09', + }, + { + voter: 'simon.braki.love', + weight: 535, + rshares: '8983835710', + percent: 10000, + reputation: '996606184633', + time: '2018-01-08T19:55:33', + }, + { + voter: 'willbeonceagain8', + weight: 547, + rshares: '9177035733', + percent: 10000, + reputation: '741985856492', + time: '2018-01-08T20:24:30', + }, + { + voter: 'bbrewer', + weight: 3075, + rshares: '51592116977', + percent: 10000, + reputation: '5266355192505', + time: '2018-01-09T02:52:39', + }, + { + voter: 'neonartist', + weight: 1904, + rshares: '31931092881', + percent: 10000, + reputation: '10049435548410', + time: '2018-01-09T08:18:30', + }, + { + voter: 'wildmanwilly', + weight: 55, + rshares: 914537191, + percent: 10000, + reputation: '29979859184', + time: '2018-01-09T14:05:45', + }, + { + voter: 'stef', + weight: 46, + rshares: 761108508, + percent: 100, + reputation: '95113279380', + time: '2018-01-09T03:30:24', + }, + { + voter: 'mikeinfla', + weight: 206, + rshares: 3449754332, + percent: 10000, + reputation: '110854264127', + time: '2018-01-08T17:52:09', + }, + { + voter: 'rapp', + weight: 8927, + rshares: '149771121164', + percent: 10000, + reputation: '7390496511', + time: '2018-01-08T21:34:45', + }, + { + voter: 'lsc9999', + weight: 3115, + rshares: '52259655989', + percent: 10000, + reputation: '184642172325', + time: '2018-01-09T02:52:33', + }, + { + voter: 'dez1337', + weight: 315, + rshares: '10562754195', + percent: 1500, + reputation: '20282215311200', + time: '2018-01-09T21:24:18', + }, + { + voter: 'crypto-toll', + weight: 851, + rshares: '7140796110', + percent: 10000, + reputation: '586616106017', + time: '2018-01-08T16:58:09', + }, + { + voter: 'lenatramper', + weight: 672, + rshares: '11268318796', + percent: 3000, + reputation: '31203866313018', + time: '2018-01-09T04:39:12', + }, + { + voter: 'goode', + weight: 24, + rshares: 394721943, + percent: 10000, + reputation: '67404658852', + time: '2018-01-09T09:39:51', + }, + { + voter: 'future24', + weight: 724, + rshares: '12137498354', + percent: 300, + reputation: '143699399843629', + time: '2018-01-09T04:39:18', + }, + { + voter: 'vladikras', + weight: 656, + rshares: '11005724052', + percent: 10000, + reputation: '4078882899848', + time: '2018-01-08T20:48:33', + }, + { + voter: 'kpine', + weight: 400620, + rshares: '6721292764670', + percent: 3000, + reputation: '10888649291', + time: '2018-01-09T04:07:48', + }, + { + voter: 'iseektruth', + weight: 37, + rshares: 628687469, + percent: 10000, + reputation: '668997769207', + time: '2018-01-09T04:00:06', + }, + { + voter: 'wobblle', + weight: 245, + rshares: 4101894187, + percent: 10000, + reputation: '16867441579', + time: '2018-01-09T05:44:42', + }, + { + voter: 'rubenalexander', + weight: 3045, + rshares: '51091145600', + percent: 2400, + reputation: '73261452756800', + time: '2018-01-09T04:26:24', + }, + { + voter: 'steemitpatina', + weight: 2436, + rshares: '40876817247', + percent: 8300, + reputation: '7245959485081', + time: '2018-01-08T20:11:18', + }, + { + voter: 'frondaison', + weight: 72, + rshares: 2446455547, + percent: 10000, + reputation: '24906120586', + time: '2018-01-09T21:26:51', + }, + { + voter: 'richardcrill', + weight: 9056, + rshares: '151931710313', + percent: 10000, + reputation: '49498081077394', + time: '2018-01-09T07:44:09', + }, + { + voter: 'jerryt', + weight: 10, + rshares: 163164007, + percent: 10000, + reputation: '46296773823', + time: '2018-01-08T23:02:09', + }, + { + voter: 'lapants', + weight: 390, + rshares: '6544090308', + percent: 10000, + reputation: '608398380621', + time: '2018-01-08T20:12:09', + }, + { + voter: 'phusionphil', + weight: 241, + rshares: 4046534976, + percent: 10000, + reputation: '999958211734', + time: '2018-01-09T05:26:33', + }, + { + voter: 'seckorama', + weight: 379, + rshares: '6346941846', + percent: 10000, + reputation: '2968069225975', + time: '2018-01-08T20:24:57', + }, + { + voter: 'sergiomendes', + weight: 1764, + rshares: '29599783939', + percent: 10000, + reputation: '4375622411061', + time: '2018-01-09T03:56:30', + }, + { + voter: 'krispysix', + weight: 192, + rshares: '6430544858', + percent: 10000, + reputation: '619919779198', + time: '2018-01-09T21:34:00', + }, + { + voter: 'tarekadam', + weight: 17857, + rshares: '299592792763', + percent: 10000, + reputation: '42428412790654', + time: '2018-01-09T08:31:27', + }, + { + voter: 'thecastle', + weight: 11332, + rshares: '190125493342', + percent: 10000, + reputation: '28544002831263', + time: '2018-01-09T15:41:03', + }, + { + voter: 'justusagenstum', + weight: 3496, + rshares: '58660444740', + percent: 10000, + reputation: '17649830400133', + time: '2018-01-08T21:13:33', + }, + { + voter: 'okean123', + weight: 53, + rshares: 882505317, + percent: 10000, + reputation: '13727474299751', + time: '2018-01-09T12:21:42', + }, + { + voter: 'socialmedia', + weight: 99, + rshares: 1650684225, + percent: 10000, + reputation: '205199675450', + time: '2018-01-08T20:58:03', + }, + { + voter: 'triverse', + weight: 245, + rshares: 4112274482, + percent: 3000, + reputation: '13145640375686', + time: '2018-01-09T04:39:15', + }, + { + voter: 'stream', + weight: 5, + rshares: 89329029, + percent: 10000, + reputation: '29273385517', + time: '2018-01-09T04:55:42', + }, + { + voter: 'steemtruth', + weight: 1572, + rshares: '26361825476', + percent: 700, + reputation: '40661520671849', + time: '2018-01-09T06:21:00', + }, + { + voter: 'paulocouto', + weight: 26, + rshares: 432669606, + percent: 10000, + reputation: '1150067017959', + time: '2018-01-09T09:11:33', + }, + { + voter: 'jaybird', + weight: 2114, + rshares: '35464447695', + percent: 2000, + reputation: '27451583831687', + time: '2018-01-09T05:08:15', + }, + { + voter: 'forestwest', + weight: 353, + rshares: '5915562148', + percent: 10000, + reputation: '2068742929695', + time: '2018-01-09T08:38:27', + }, + { + voter: 'fordmogul', + weight: 84, + rshares: 1406606979, + percent: 10000, + reputation: '485126908513', + time: '2018-01-08T21:56:18', + }, + { + voter: 'thejohalfiles', + weight: 1620911, + rshares: '27194366020883', + percent: 10000, + reputation: '3713187564656', + time: '2018-01-08T20:26:27', + }, + { + voter: 'judasp', + weight: 11783, + rshares: '197690504050', + percent: 10000, + reputation: 0, + time: '2018-01-08T22:19:54', + }, + { + voter: 'ahmedelakehal', + weight: 23, + rshares: 384665135, + percent: 10000, + reputation: '260307559693', + time: '2018-01-08T22:23:39', + }, + { + voter: 'm3rcos1ty', + weight: 115, + rshares: 1925975090, + percent: 10000, + reputation: '423647910890', + time: '2018-01-09T14:39:15', + }, + { + voter: 'rakesh5', + weight: 3070, + rshares: '51494662691', + percent: 10000, + reputation: 1009826135, + time: '2018-01-09T18:40:45', + }, + { + voter: 'greenbigfrog', + weight: 53, + rshares: 877345081, + percent: 10000, + reputation: '5501286481', + time: '2018-01-08T21:33:30', + }, + { + voter: 'spikemaster', + weight: 220, + rshares: 3689220115, + percent: 10000, + reputation: '505221025307', + time: '2018-01-09T09:50:51', + }, + { + voter: 'glyuk', + weight: 378, + rshares: '6327525196', + percent: 10000, + reputation: '2252139710587', + time: '2018-01-09T18:06:36', + }, + { + voter: 'notdavemate', + weight: 2018, + rshares: '33855472195', + percent: 10000, + reputation: '4847812066355', + time: '2018-01-09T11:42:48', + }, + { + voter: 'jumowa', + weight: 3860, + rshares: '64760482277', + percent: 10000, + reputation: '17826396943059', + time: '2018-01-08T22:30:57', + }, + { + voter: 'saeryn', + weight: 65, + rshares: 1082756544, + percent: 10000, + reputation: '16599039745', + time: '2018-01-09T03:33:12', + }, + { + voter: 'skulls', + weight: 123, + rshares: 2059156435, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:40:18', + }, + { + voter: 'xaul', + weight: 28, + rshares: 459773330, + percent: 10000, + reputation: 17502734, + time: '2018-01-09T08:46:30', + }, + { + voter: 'geordieprepper', + weight: 42, + rshares: 351414550, + percent: 500, + reputation: '1268332870440', + time: '2018-01-08T17:04:24', + }, + { + voter: 'doram', + weight: 404, + rshares: '6787396989', + percent: 10000, + reputation: '2580016816202', + time: '2018-01-08T23:57:33', + }, + { + voter: 'royalecko', + weight: 100, + rshares: 1672452220, + percent: 10000, + reputation: 278183341, + time: '2018-01-08T23:49:24', + }, + { + voter: 'rahul.stan', + weight: 46, + rshares: 775658867, + percent: 300, + reputation: '11557371708584', + time: '2018-01-09T04:39:18', + }, + { + voter: 'bitsy', + weight: 108, + rshares: 1813885261, + percent: 10000, + reputation: '104105991360', + time: '2018-01-09T21:11:54', + }, + { + voter: 'emelanson', + weight: 167, + rshares: 2810605893, + percent: 10000, + reputation: '37784912119', + time: '2018-01-09T02:06:33', + }, + { + voter: 'fbechstein', + weight: 57, + rshares: 961700154, + percent: 10000, + reputation: '97352564157', + time: '2018-01-09T20:26:45', + }, + { + voter: 'cancep', + weight: 60, + rshares: 1005669924, + percent: 10000, + reputation: 1801880529, + time: '2018-01-09T13:01:48', + }, + { + voter: 'ogee1ne', + weight: 3, + rshares: 57404430, + percent: 10000, + reputation: '38870397762', + time: '2018-01-09T17:21:06', + }, + { + voter: 'positivity420', + weight: 251, + rshares: 4210264829, + percent: 10000, + reputation: '346223701404', + time: '2018-01-08T22:25:24', + }, + { + voter: 'martunisteem', + weight: 100, + rshares: 1674427558, + percent: 10000, + reputation: '13790171226', + time: '2018-01-09T05:06:54', + }, + { + voter: 'droiderly', + weight: 69, + rshares: 1159812337, + percent: 10000, + reputation: '9040239992', + time: '2018-01-09T06:23:36', + }, + { + voter: 'borepstein', + weight: 2947, + rshares: '49446598145', + percent: 10000, + reputation: '5682609705563', + time: '2018-01-09T13:14:45', + }, + { + voter: 'javirid', + weight: 221, + rshares: 3711383189, + percent: 10000, + reputation: '1150816163410', + time: '2018-01-08T19:12:33', + }, + { + voter: 'davidgermano', + weight: 758, + rshares: '12707299348', + percent: 10000, + reputation: '9115620192534', + time: '2018-01-09T14:45:45', + }, + { + voter: 'todaysrant2017', + weight: 775, + rshares: '13003712469', + percent: 10000, + reputation: '4324618180198', + time: '2018-01-09T10:00:30', + }, + { + voter: 'hightouch', + weight: 24605, + rshares: '412811032253', + percent: 10000, + reputation: '621553956706', + time: '2018-01-09T18:39:03', + }, + { + voter: 'sudutpandang', + weight: 119, + rshares: 2004158065, + percent: 10000, + reputation: '1172316700992', + time: '2018-01-09T10:05:54', + }, + { + voter: 'alhafidz', + weight: 32, + rshares: 542441067, + percent: 10000, + reputation: '2447881016527', + time: '2018-01-08T21:45:51', + }, + { + voter: 'legent', + weight: 17, + rshares: 272922041, + percent: 10000, + reputation: -29799924711, + time: '2018-01-09T13:07:03', + }, + { + voter: 'aneninen', + weight: 214, + rshares: 3586880638, + percent: 10000, + reputation: '1052419760188', + time: '2018-01-09T18:28:48', + }, + { + voter: 'moneybags73', + weight: 31, + rshares: 509630353, + percent: 200, + reputation: '3633397087972', + time: '2018-01-09T08:25:30', + }, + { + voter: 'philippedesra', + weight: 83, + rshares: 1385099565, + percent: 10000, + reputation: 170459532, + time: '2018-01-08T19:39:54', + }, + { + voter: 'decentralizd', + weight: 329, + rshares: '5509327944', + percent: 300, + reputation: '13617850804815', + time: '2018-01-09T04:39:15', + }, + { + voter: 'evimeria', + weight: 145, + rshares: 2438808609, + percent: 10000, + reputation: '4123191426820', + time: '2018-01-08T23:45:36', + }, + { + voter: 'nawar93', + weight: 20, + rshares: 330927091, + percent: 10000, + reputation: '896989466842', + time: '2018-01-09T10:40:36', + }, + { + voter: 'lovecoins', + weight: 54, + rshares: 905011188, + percent: 10000, + reputation: '72833087177', + time: '2018-01-09T11:30:39', + }, + { + voter: 'cryptoman', + weight: 28, + rshares: 466106406, + percent: 10000, + reputation: '32552143131', + time: '2018-01-09T04:24:03', + }, + { + voter: 'sdavignon', + weight: 24, + rshares: 408363342, + percent: 10000, + reputation: 96899683, + time: '2018-01-09T16:30:03', + }, + { + voter: 'ackza', + weight: 124, + rshares: 2071950619, + percent: 100, + reputation: '30474854013387', + time: '2018-01-09T15:24:21', + }, + { + voter: 'yazleb', + weight: 79, + rshares: 1325402286, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:06:12', + }, + { + voter: 'pluq', + weight: 87, + rshares: 1458068293, + percent: 10000, + reputation: 704165887, + time: '2018-01-09T00:45:33', + }, + { + voter: 'bobeell', + weight: 90, + rshares: 1503577292, + percent: 10000, + reputation: '11928518235', + time: '2018-01-08T17:36:15', + }, + { + voter: 'ilhamramadhan', + weight: 3, + rshares: 52068878, + percent: 10000, + reputation: '40475016754', + time: '2018-01-09T17:43:33', + }, + { + voter: 'libertyranger', + weight: 56, + rshares: 942695208, + percent: 10000, + reputation: '1881009529339', + time: '2018-01-08T22:33:09', + }, + { + voter: 'robert-call', + weight: 28872, + rshares: '484392098463', + percent: 10000, + reputation: '3467046791199', + time: '2018-01-08T18:26:57', + }, + { + voter: 'zugzwang34', + weight: 314, + rshares: '5253965904', + percent: 10000, + reputation: '1456818788903', + time: '2018-01-09T03:09:15', + }, + { + voter: 'edco41', + weight: 86, + rshares: 1454588162, + percent: 10000, + reputation: '60215869849', + time: '2018-01-08T21:50:21', + }, + { + voter: 'hpabiola', + weight: 80, + rshares: 1348003264, + percent: 10000, + reputation: '211277424700', + time: '2018-01-08T22:52:15', + }, + { + voter: 'edmundspriede', + weight: 98, + rshares: 1641023385, + percent: 10000, + reputation: '89436932834', + time: '2018-01-09T06:04:09', + }, + { + voter: 'almvide', + weight: 3589, + rshares: '60209472745', + percent: 10000, + reputation: '1851174360792', + time: '2018-01-09T05:47:24', + }, + { + voter: 'anarcotech', + weight: 3308, + rshares: '55512034106', + percent: 10000, + reputation: '8366052080344', + time: '2018-01-09T01:12:42', + }, + { + voter: 'lenov', + weight: 11, + rshares: 180084971, + percent: 10000, + reputation: '2255852327498', + time: '2018-01-09T20:21:36', + }, + { + voter: 'libramedia', + weight: 7, + rshares: 111309335, + percent: 10000, + reputation: '115854195536', + time: '2018-01-08T17:37:12', + }, + { + voter: 'btcmillionaire', + weight: 16744, + rshares: '280932235895', + percent: 10000, + reputation: '4790137908565', + time: '2018-01-09T16:15:30', + }, + { + voter: 'realmilansharma', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: '17407879507', + time: '2018-01-09T04:34:57', + }, + { + voter: 'tibra', + weight: 31, + rshares: 506962500, + percent: 10000, + reputation: '13160808394', + time: '2018-01-09T01:17:18', + }, + { + voter: 'ordinaryperrry', + weight: 26, + rshares: 442440000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:28:09', + }, + { + voter: 'tbnfl4sun', + weight: 145, + rshares: '4876692123', + percent: 500, + reputation: '7312518707553', + time: '2018-01-09T22:17:39', + }, + { + voter: 'card1001', + weight: 17, + rshares: 276525000, + percent: 10000, + reputation: 2566385828, + time: '2018-01-09T11:10:42', + }, + { + voter: 'hiroyamagishi', + weight: 2117, + rshares: '35527159534', + percent: 1300, + reputation: '50813569515527', + time: '2018-01-09T02:32:39', + }, + { + voter: 'hiimamazing', + weight: 34, + rshares: 565427152, + percent: 3000, + reputation: '143360332876', + time: '2018-01-09T04:39:18', + }, + { + voter: 'andrewdaines', + weight: 84, + rshares: 1412902122, + percent: 10000, + reputation: '290561198792', + time: '2018-01-09T05:20:45', + }, + { + voter: 'greenstar', + weight: 2011, + rshares: '33731163326', + percent: 10000, + reputation: '682791945231', + time: '2018-01-08T21:30:06', + }, + { + voter: 'contentguy', + weight: 500, + rshares: 4195637212, + percent: 10000, + reputation: '61673321164', + time: '2018-01-08T17:02:39', + }, + { + voter: 'ghostgod', + weight: 19, + rshares: 304177500, + percent: 10000, + reputation: '10290573797', + time: '2018-01-09T07:08:51', + }, + { + voter: 'goldenphoenix', + weight: 35, + rshares: 587282445, + percent: 10000, + reputation: '7137161501', + time: '2018-01-08T18:24:36', + }, + { + voter: 'practicaleric', + weight: 1036, + rshares: 2172813778, + percent: 10000, + reputation: '728189579105', + time: '2018-01-08T16:47:42', + }, + { + voter: 'dik', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: '74808593290', + time: '2018-01-09T10:29:51', + }, + { + voter: 'kangendunc', + weight: 441, + rshares: '7389195007', + percent: 10000, + reputation: '159406245564', + time: '2018-01-09T07:32:15', + }, + { + voter: 'glamosaur', + weight: 126, + rshares: 4246902248, + percent: 10000, + reputation: '1158356396410', + time: '2018-01-09T21:21:09', + }, + { + voter: 'thelifeofbrian', + weight: 60, + rshares: 1020711139, + percent: 10000, + reputation: '438264730874', + time: '2018-01-09T15:51:48', + }, + { + voter: 'sven', + weight: 36, + rshares: 611040459, + percent: 10000, + reputation: '80309119270', + time: '2018-01-09T12:50:39', + }, + { + voter: 'kskarthik', + weight: 54, + rshares: 903901747, + percent: 10000, + reputation: '218473774290', + time: '2018-01-09T14:54:09', + }, + { + voter: 'nellis311', + weight: 31, + rshares: 510038142, + percent: 10000, + reputation: 19222705, + time: '2018-01-09T20:28:06', + }, + { + voter: 'joviandres', + weight: 1215, + rshares: '20376002102', + percent: 10000, + reputation: '1519063515628', + time: '2018-01-09T03:49:15', + }, + { + voter: 'iansart', + weight: 3780, + rshares: '63405654911', + percent: 10000, + reputation: '3629626478649', + time: '2018-01-08T19:56:09', + }, + { + voter: 'brado', + weight: 410, + rshares: '6878806117', + percent: 10000, + reputation: '1290624318458', + time: '2018-01-09T05:52:09', + }, + { + voter: 'shellany', + weight: 163, + rshares: 2733195173, + percent: 1000, + reputation: '6861694323432', + time: '2018-01-09T02:49:45', + }, + { + voter: 'veerall', + weight: 407, + rshares: '6822439190', + percent: 10000, + reputation: '338848635560', + time: '2018-01-09T03:37:54', + }, + { + voter: 'steemy-pile', + weight: 156, + rshares: 2621575814, + percent: 10000, + reputation: '302207188929', + time: '2018-01-09T04:52:39', + }, + { + voter: 'earworm', + weight: 420, + rshares: '7054103548', + percent: 10000, + reputation: '484016520980', + time: '2018-01-09T02:17:51', + }, + { + voter: 'cikxaijen', + weight: 275, + rshares: '4617830506', + percent: 1400, + reputation: '4767324470668', + time: '2018-01-09T03:06:03', + }, + { + voter: 'brucebrownftw', + weight: 1919, + rshares: '32199366765', + percent: 10000, + reputation: '897120711176', + time: '2018-01-09T00:34:18', + }, + { + voter: 'krownmekingrich1', + weight: 37, + rshares: 615597888, + percent: 10000, + reputation: '14318660116', + time: '2018-01-09T17:15:48', + }, + { + voter: 'errorunknown', + weight: 37, + rshares: 621340000, + percent: 10000, + reputation: 14891677, + time: '2018-01-08T20:34:06', + }, + { + voter: 'slipperyslope48', + weight: 501, + rshares: '8415310793', + percent: 10000, + reputation: '183583256819', + time: '2018-01-08T19:03:15', + }, + { + voter: 'gmaktub', + weight: 544, + rshares: '9122099797', + percent: 10000, + reputation: '996725356735', + time: '2018-01-09T02:21:27', + }, + { + voter: 'licklake', + weight: 850, + rshares: '14259381130', + percent: 10000, + reputation: '1218949563966', + time: '2018-01-09T20:31:03', + }, + { + voter: 'dafahd', + weight: 704, + rshares: '11816434687', + percent: 10000, + reputation: '934866773901', + time: '2018-01-08T23:32:21', + }, + { + voter: 'rostirgeo', + weight: 32, + rshares: 535949783, + percent: 10000, + reputation: '41279327930', + time: '2018-01-08T18:24:06', + }, + { + voter: 'elprofe62', + weight: 36, + rshares: 600803231, + percent: 10000, + reputation: '85345295579', + time: '2018-01-09T01:57:30', + }, + { + voter: 'suerisue', + weight: 121880, + rshares: '63900054508', + percent: 10000, + reputation: '41716517822841', + time: '2018-01-08T16:45:06', + }, + { + voter: 'chiragpatel', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:42:54', + }, + { + voter: 'dhn0411', + weight: 726, + rshares: '12175293546', + percent: 10000, + reputation: '109244025321', + time: '2018-01-09T00:44:21', + }, + { + voter: 'helena-m', + weight: 29, + rshares: 495113172, + percent: 10000, + reputation: '112199878082', + time: '2018-01-08T22:28:30', + }, + { + voter: 'drag33', + weight: 2639, + rshares: '44275072126', + percent: 10000, + reputation: '18294919881989', + time: '2018-01-08T23:40:33', + }, + { + voter: 'barbarafuentes', + weight: 782, + rshares: '13115190422', + percent: 10000, + reputation: '2086582798698', + time: '2018-01-09T01:33:30', + }, + { + voter: 'marziehshahabi', + weight: 3421, + rshares: '4859518837', + percent: 10000, + reputation: '788627129118', + time: '2018-01-08T16:17:18', + }, + { + voter: 'adipranatahendi', + weight: 22, + rshares: 362557233, + percent: 10000, + reputation: '64105697774', + time: '2018-01-09T09:58:18', + }, + { + voter: 'joseluishimself', + weight: 30, + rshares: 495984712, + percent: 10000, + reputation: '10863866538', + time: '2018-01-09T14:26:03', + }, + { + voter: 'ikegass33', + weight: 3737, + rshares: '62682861378', + percent: 7900, + reputation: '65947116108', + time: '2018-01-09T06:23:18', + }, + { + voter: 'mulya', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 1262347426, + time: '2018-01-09T02:38:36', + }, + { + voter: 'krispee', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '135363593694', + time: '2018-01-09T18:42:18', + }, + { + voter: 'montecarlo87', + weight: 36, + rshares: 609880311, + percent: 10000, + reputation: 1136853369, + time: '2018-01-08T19:10:48', + }, + { + voter: 'steematis', + weight: 1221, + rshares: '20490394010', + percent: 10000, + reputation: '7743353658', + time: '2018-01-09T09:49:33', + }, + { + voter: 'rkaz', + weight: 136, + rshares: 2279127200, + percent: 10000, + reputation: '126098537786', + time: '2018-01-08T21:36:21', + }, + { + voter: 'flauschi', + weight: 17, + rshares: 290004919, + percent: 10000, + reputation: '477207855744', + time: '2018-01-09T11:41:12', + }, + { + voter: 'wanxlol', + weight: 1156, + rshares: '19400174916', + percent: 10000, + reputation: '75729105855', + time: '2018-01-08T20:28:06', + }, + { + voter: 'travelersmemoire', + weight: 323, + rshares: '5416230846', + percent: 10000, + reputation: '1847364579512', + time: '2018-01-09T00:00:51', + }, + { + voter: 'rycharde', + weight: 22082, + rshares: '46307884442', + percent: 10000, + reputation: '3911219931862', + time: '2018-01-08T16:45:42', + }, + { + voter: 'contributor77', + weight: 105, + rshares: 1771097281, + percent: 10000, + reputation: '140254492980', + time: '2018-01-08T20:56:15', + }, + { + voter: 'kuraizuke', + weight: 10, + rshares: 159770984, + percent: 10000, + reputation: 1225142160, + time: '2018-01-09T08:52:18', + }, + { + voter: 'tabzjones', + weight: 391, + rshares: '6562253052', + percent: 10000, + reputation: '1157191149454', + time: '2018-01-09T13:10:42', + }, + { + voter: 'wishmaiden', + weight: 687, + rshares: '11522949079', + percent: 10000, + reputation: '7409307712485', + time: '2018-01-09T02:43:06', + }, + { + voter: 'satoshibit', + weight: 615, + rshares: '10324279993', + percent: 10000, + reputation: '54021346250', + time: '2018-01-09T03:27:57', + }, + { + voter: 'fikri', + weight: 1461, + rshares: 1999422589, + percent: 10000, + reputation: '1863619462001', + time: '2018-01-08T16:19:45', + }, + { + voter: 'equibyte', + weight: 102, + rshares: 1718073680, + percent: 10000, + reputation: 35065191, + time: '2018-01-09T04:33:09', + }, + { + voter: 'booster', + weight: 115522, + rshares: '1938126755222', + percent: 608, + reputation: '3333052714840', + time: '2018-01-08T18:21:33', + }, + { + voter: 'robertvogt', + weight: 242, + rshares: 4064227900, + percent: 1500, + reputation: '3197324653887', + time: '2018-01-09T04:39:18', + }, + { + voter: 'zedomax', + weight: 11886, + rshares: '199405116504', + percent: 10000, + reputation: '102743822812', + time: '2018-01-09T02:06:09', + }, + { + voter: 'taowithbow', + weight: 34, + rshares: 574052860, + percent: 10000, + reputation: 1989468190, + time: '2018-01-09T08:47:39', + }, + { + voter: 'tjayhas', + weight: 34, + rshares: 566974317, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:39:06', + }, + { + voter: 'renajuliana89', + weight: 15, + rshares: 249222317, + percent: 10000, + reputation: '158724458607', + time: '2018-01-09T14:57:54', + }, + { + voter: 'speakerhornet', + weight: 40, + rshares: 679410536, + percent: 10000, + reputation: '48077730598', + time: '2018-01-08T20:05:18', + }, + { + voter: 'maxer27', + weight: 2100, + rshares: '35230665301', + percent: 10000, + reputation: '565557158563', + time: '2018-01-09T16:22:48', + }, + { + voter: 'susankiani', + weight: 1744, + rshares: 4158544024, + percent: 10000, + reputation: '1010763415078', + time: '2018-01-08T16:17:18', + }, + { + voter: 'johnlue', + weight: 656, + rshares: '11005524254', + percent: 10000, + reputation: '952007685994', + time: '2018-01-09T13:26:18', + }, + { + voter: 'piergianni', + weight: 108, + rshares: 1802276541, + percent: 10000, + reputation: '52854705714', + time: '2018-01-08T20:12:00', + }, + { + voter: 'misty1z', + weight: 257, + rshares: '4311858251', + percent: 10000, + reputation: '369335860065', + time: '2018-01-08T20:55:27', + }, + { + voter: 'kuldeepkaul', + weight: 51, + rshares: 860256364, + percent: 10000, + reputation: '109859129401', + time: '2018-01-09T03:47:33', + }, + { + voter: 'slon21veka', + weight: 182, + rshares: 3051828483, + percent: 10000, + reputation: '562441527142', + time: '2018-01-09T00:28:48', + }, + { + voter: 'chicosonico', + weight: 95, + rshares: 3189970421, + percent: 10000, + reputation: '2909695071760', + time: '2018-01-09T22:35:24', + }, + { + voter: 'tedx3d', + weight: 37, + rshares: 619520000, + percent: 10000, + reputation: 40673898, + time: '2018-01-09T04:58:48', + }, + { + voter: 'smilez', + weight: 37, + rshares: 619520000, + percent: 10000, + reputation: 23076930, + time: '2018-01-08T20:39:42', + }, + { + voter: 'lastozgur', + weight: 251, + rshares: 4213782857, + percent: 10000, + reputation: '1131360753275', + time: '2018-01-09T14:03:03', + }, + { + voter: 'kumailkhan', + weight: 17, + rshares: 281177743, + percent: 10000, + reputation: '38674115536', + time: '2018-01-08T20:01:54', + }, + { + voter: 'ilovewailuku', + weight: 204, + rshares: 3430138280, + percent: 10000, + reputation: '1580648076788', + time: '2018-01-09T07:57:54', + }, + { + voter: 'clarityofsignal', + weight: 3860, + rshares: '64767520385', + percent: 10000, + reputation: '6925499518582', + time: '2018-01-08T22:51:48', + }, + { + voter: 'wnluv', + weight: 393, + rshares: '6595118230', + percent: 10000, + reputation: '9420222558', + time: '2018-01-09T15:31:30', + }, + { + voter: 'adilvakhri', + weight: 36, + rshares: 602213710, + percent: 10000, + reputation: '1034916515427', + time: '2018-01-09T18:11:51', + }, + { + voter: 'amarildinio', + weight: 34, + rshares: 579251200, + percent: 10000, + reputation: 153887251, + time: '2018-01-09T02:51:27', + }, + { + voter: 'aarontheone11', + weight: 35, + rshares: 583781230, + percent: 10000, + reputation: 1186126, + time: '2018-01-09T06:55:03', + }, + { + voter: 'mrisaacs', + weight: 37, + rshares: 619520000, + percent: 10000, + reputation: 9400396, + time: '2018-01-09T04:25:24', + }, + { + voter: 'acehfood', + weight: 16, + rshares: 272860816, + percent: 10000, + reputation: '139109969110', + time: '2018-01-09T12:12:39', + }, + { + voter: 'solidace', + weight: 65, + rshares: 1103596619, + percent: 10000, + reputation: '76612865056', + time: '2018-01-09T07:39:21', + }, + { + voter: 'diablocro', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: '33831168818', + time: '2018-01-09T18:08:39', + }, + { + voter: 'chillysniff', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:52:51', + }, + { + voter: 'ravie', + weight: 40, + rshares: 663940165, + percent: 10000, + reputation: '139470351372', + time: '2018-01-09T13:08:45', + }, + { + voter: 'aquafortis', + weight: 26, + rshares: 442442725, + percent: 10000, + reputation: 800110428, + time: '2018-01-09T07:36:57', + }, + { + voter: 'winburn', + weight: 33, + rshares: 566199261, + percent: 10000, + reputation: '49193873340', + time: '2018-01-08T21:54:27', + }, + { + voter: 'jerry.akoh', + weight: 18, + rshares: 592996153, + percent: 10000, + reputation: '8487000157', + time: '2018-01-09T21:43:45', + }, + { + voter: 'bobarker', + weight: 11, + rshares: 188953600, + percent: 10000, + reputation: 1287806176, + time: '2018-01-09T05:30:00', + }, + { + voter: 'zacly', + weight: 73, + rshares: 1232928847, + percent: 10000, + reputation: -199962589929, + time: '2018-01-09T15:40:57', + }, + { + voter: 'agsurrection', + weight: 15, + rshares: 258241200, + percent: 10000, + reputation: '5538150667', + time: '2018-01-09T02:33:48', + }, + { + voter: 'ardifitra', + weight: 42, + rshares: 714025322, + percent: 10000, + reputation: '384451994464', + time: '2018-01-09T08:20:12', + }, + { + voter: 'grapthar', + weight: 2305, + rshares: '38667810974', + percent: 10000, + reputation: '13081797979630', + time: '2018-01-09T04:08:36', + }, + { + voter: 'brenetsimer', + weight: 37, + rshares: 621793615, + percent: 10000, + reputation: 572364391, + time: '2018-01-09T01:06:21', + }, + { + voter: 'asterix87', + weight: 682, + rshares: '11436137057', + percent: 10000, + reputation: '28895466846', + time: '2018-01-09T15:33:33', + }, + { + voter: 'thelastnoel', + weight: 709, + rshares: '11889957878', + percent: 10000, + reputation: '67191565271', + time: '2018-01-08T23:26:33', + }, + { + voter: 'zacherybinx', + weight: 73, + rshares: 1233018207, + percent: 10000, + reputation: '71501647669', + time: '2018-01-09T06:29:36', + }, + { + voter: 'mattje9601', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 1441580343, + time: '2018-01-09T08:36:27', + }, + { + voter: 'iratiko', + weight: 36, + rshares: 605286229, + percent: 10000, + reputation: '30139288834', + time: '2018-01-09T17:42:51', + }, + { + voter: 'koffee', + weight: 62, + rshares: 1045696306, + percent: 10000, + reputation: '1401156714370', + time: '2018-01-09T10:39:21', + }, + { + voter: 'truth-be-told', + weight: 5475, + rshares: '91854514571', + percent: 10000, + reputation: '969741034968', + time: '2018-01-09T02:23:42', + }, + { + voter: 'karr', + weight: 11713, + rshares: '196509795998', + percent: 10000, + reputation: '11144311495', + time: '2018-01-08T20:43:45', + }, + { + voter: 'javer04', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: '1011746703074', + time: '2018-01-09T16:38:27', + }, + { + voter: 'roland-s', + weight: 37, + rshares: 614503440, + percent: 10000, + reputation: 315484331, + time: '2018-01-09T17:49:36', + }, + { + voter: 'ghaaspur', + weight: 921, + rshares: '15442843032', + percent: 10000, + reputation: '240559973653', + time: '2018-01-09T12:34:00', + }, + { + voter: 'steemrollin369', + weight: 111, + rshares: 1867779914, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:45:48', + }, + { + voter: 'courtenayrogers', + weight: 50, + rshares: 840171244, + percent: 10000, + reputation: '83483955171', + time: '2018-01-09T17:50:33', + }, + { + voter: 'mohammedfelahi', + weight: 1129, + rshares: '18935851225', + percent: 10000, + reputation: '3985199593480', + time: '2018-01-08T17:46:09', + }, + { + voter: 'hendrasteem', + weight: 4, + rshares: 59521150, + percent: 10000, + reputation: '61267661556', + time: '2018-01-08T20:22:18', + }, + { + voter: 'holihop', + weight: 1067, + rshares: '17911417215', + percent: 10000, + reputation: '1026080024185', + time: '2018-01-08T22:16:39', + }, + { + voter: 'dedyrahmat', + weight: 32, + rshares: 544518166, + percent: 10000, + reputation: '176109270293', + time: '2018-01-09T01:08:45', + }, + { + voter: 'andrew.tischler', + weight: 322, + rshares: '5390103766', + percent: 10000, + reputation: '1481192676535', + time: '2018-01-08T22:40:21', + }, + { + voter: 'ammar.halabi', + weight: 37, + rshares: 629113661, + percent: 10000, + reputation: 2464718948, + time: '2018-01-08T18:21:09', + }, + { + voter: 'intuitive', + weight: 33, + rshares: 556121879, + percent: 10000, + reputation: '43079482370', + time: '2018-01-09T13:12:21', + }, + { + voter: 'busybeee', + weight: 251, + rshares: 4211693412, + percent: 10000, + reputation: '583575148403', + time: '2018-01-09T15:51:45', + }, + { + voter: 'defjukie', + weight: 236, + rshares: 3957719745, + percent: 10000, + reputation: '2026417184457', + time: '2018-01-09T09:36:39', + }, + { + voter: 'holyrockforge', + weight: 36, + rshares: 610227200, + percent: 10000, + reputation: 2748225131, + time: '2018-01-08T23:43:06', + }, + { + voter: 'vrrom', + weight: 7, + rshares: 104533166, + percent: 10000, + reputation: '33750261532', + time: '2018-01-09T08:29:09', + }, + { + voter: 'thinknzombie', + weight: 141, + rshares: 2362079813, + percent: 100, + reputation: '6272812024940', + time: '2018-01-09T04:40:54', + }, + { + voter: 'msyauqinabawi', + weight: 18, + rshares: 301165221, + percent: 10000, + reputation: '10334514640', + time: '2018-01-09T12:04:33', + }, + { + voter: 'hasoon', + weight: 263197, + rshares: '4415716766800', + percent: 10000, + reputation: '340563733425', + time: '2018-01-09T17:02:48', + }, + { + voter: 'hiarevalo', + weight: 40, + rshares: 664256415, + percent: 10000, + reputation: '321373618897', + time: '2018-01-09T14:17:18', + }, + { + voter: 'grandslam', + weight: 682, + rshares: '11447071699', + percent: 10000, + reputation: '17548905164', + time: '2018-01-09T18:55:48', + }, + { + voter: 'cryptosam95', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '16831214581', + time: '2018-01-09T05:34:54', + }, + { + voter: 'caringnikz', + weight: 35, + rshares: 580706077, + percent: 10000, + reputation: '11396636516', + time: '2018-01-09T12:47:21', + }, + { + voter: 'devilcat', + weight: 16, + rshares: 278901784, + percent: 10000, + reputation: 591895303, + time: '2018-01-09T02:37:15', + }, + { + voter: 'joseburgos', + weight: 31, + rshares: 531691183, + percent: 10000, + reputation: '10924524602', + time: '2018-01-09T01:37:45', + }, + { + voter: 'bboybz', + weight: 367, + rshares: '6160225678', + percent: 10000, + reputation: 1692868929, + time: '2018-01-09T05:58:36', + }, + { + voter: 'jakeworkingman', + weight: 126, + rshares: 2122502914, + percent: 10000, + reputation: '45225257747', + time: '2018-01-09T01:31:21', + }, + { + voter: 'ether19again', + weight: 79, + rshares: 1335233113, + percent: 10000, + reputation: 1706987331, + time: '2018-01-09T09:20:36', + }, + { + voter: 'daniham', + weight: 16, + rshares: 267753028, + percent: 10000, + reputation: '258138560183', + time: '2018-01-09T11:07:27', + }, + { + voter: 'gotas', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '11710046582', + time: '2018-01-09T14:06:57', + }, + { + voter: 'maheshmnj', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: '6470154028', + time: '2018-01-08T18:00:57', + }, + { + voter: 'udemefruitful', + weight: 36, + rshares: 605285524, + percent: 10000, + reputation: 177008639, + time: '2018-01-09T15:58:48', + }, + { + voter: 'guruev1987', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:29:18', + }, + { + voter: 'angelov95', + weight: 35, + rshares: 597836800, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:57:57', + }, + { + voter: 'frankeisten', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: '67601388248', + time: '2018-01-09T16:52:06', + }, + { + voter: 'mateakrnic', + weight: 7, + rshares: 104465000, + percent: 10000, + reputation: '47705108657', + time: '2018-01-08T20:02:36', + }, + { + voter: 'frolickinraptors', + weight: 791, + rshares: '13283234706', + percent: 10000, + reputation: '5549112372631', + time: '2018-01-09T06:55:30', + }, + { + voter: 'pingapete', + weight: 20, + rshares: 334902500, + percent: 10000, + reputation: '175259651438', + time: '2018-01-09T06:29:24', + }, + { + voter: 'joshvel', + weight: 51, + rshares: 865179595, + percent: 10000, + reputation: '3388929859008', + time: '2018-01-09T01:34:33', + }, + { + voter: 'dape', + weight: 35, + rshares: 580697694, + percent: 10000, + reputation: '31904541790', + time: '2018-01-09T14:24:36', + }, + { + voter: 'fabbyd', + weight: 25, + rshares: 418500728, + percent: 10000, + reputation: '8742938286', + time: '2018-01-09T07:33:54', + }, + { + voter: 'luciancovaci', + weight: 34, + rshares: 569700855, + percent: 10000, + reputation: '339477068853', + time: '2018-01-08T21:36:42', + }, + { + voter: 'frombeyond', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: '6343854978', + time: '2018-01-09T11:39:48', + }, + { + voter: 'mseuno', + weight: 25, + rshares: 414790055, + percent: 10000, + reputation: 61634843, + time: '2018-01-09T14:20:27', + }, + { + voter: 'sanu', + weight: 29, + rshares: 485454458, + percent: 10000, + reputation: '23365078124', + time: '2018-01-09T13:31:00', + }, + { + voter: 'ahmedawad', + weight: 63, + rshares: 1052554448, + percent: 10000, + reputation: '378851307310', + time: '2018-01-09T14:42:36', + }, + { + voter: 'appreciator', + weight: 344094, + rshares: '3268857585304', + percent: 377, + reputation: '2481681013529', + time: '2018-01-08T17:32:24', + }, + { + voter: 'yann0975', + weight: 1466, + rshares: '24601738202', + percent: 10000, + reputation: '4126661963141', + time: '2018-01-08T20:56:24', + }, + { + voter: 'ifekafourlimit', + weight: 13, + rshares: 221221362, + percent: 10000, + reputation: '30302794250', + time: '2018-01-09T09:25:48', + }, + { + voter: 'stocki', + weight: 36, + rshares: 608358040, + percent: 10000, + reputation: '20375487003', + time: '2018-01-09T14:33:51', + }, + { + voter: 'julies', + weight: 32, + rshares: 546908369, + percent: 10000, + reputation: 278718107, + time: '2018-01-09T09:38:24', + }, + { + voter: 'nico21609', + weight: 28, + rshares: 470367900, + percent: 10000, + reputation: '28684653963', + time: '2018-01-09T04:17:12', + }, + { + voter: 'ifraim', + weight: 22, + rshares: 362557233, + percent: 6567, + reputation: '299330294347', + time: '2018-01-09T11:01:57', + }, + { + voter: 'paulie2coins', + weight: 399, + rshares: '6681790665', + percent: 10000, + reputation: '706486682945', + time: '2018-01-09T19:53:33', + }, + { + voter: 'ulfa06', + weight: 34, + rshares: 576219328, + percent: 10000, + reputation: '285069590493', + time: '2018-01-09T17:18:00', + }, + { + voter: 'arkarphyo', + weight: 228, + rshares: 3826409343, + percent: 10000, + reputation: '1537031771572', + time: '2018-01-09T15:48:24', + }, + { + voter: 'pablogonzalez', + weight: 36, + rshares: 610227200, + percent: 10000, + reputation: '5538764458', + time: '2018-01-09T02:13:27', + }, + { + voter: 'pfeilerfam5', + weight: 274, + rshares: '4585287930', + percent: 10000, + reputation: '1744043709712', + time: '2018-01-09T06:31:15', + }, + { + voter: 'abir20129', + weight: 9, + rshares: 135190000, + percent: 10000, + reputation: 1798235594, + time: '2018-01-09T05:02:27', + }, + { + voter: 'princessonyx', + weight: 18, + rshares: 604875600, + percent: 10000, + reputation: 46381561, + time: '2018-01-09T22:35:00', + }, + { + voter: 'annariley', + weight: 87, + rshares: 1462589657, + percent: 10000, + reputation: '406845612300', + time: '2018-01-09T12:39:21', + }, + { + voter: 'nickwalshblog', + weight: 137, + rshares: 2292167764, + percent: 10000, + reputation: '38160767285', + time: '2018-01-08T17:41:30', + }, + { + voter: 'lakmini', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: 2070149884, + time: '2018-01-09T08:59:42', + }, + { + voter: 'chiarambottino', + weight: 81, + rshares: 681193154, + percent: 10000, + reputation: '178424065686', + time: '2018-01-08T16:58:54', + }, + { + voter: 'vikisecrets', + weight: 1881, + rshares: '31561624012', + percent: 3300, + reputation: '229420296477', + time: '2018-01-08T18:10:03', + }, + { + voter: 'beccadeals', + weight: 319, + rshares: '5360219455', + percent: 10000, + reputation: '1666303380571', + time: '2018-01-09T05:21:09', + }, + { + voter: 'piranha', + weight: 1033, + rshares: '17330595105', + percent: 10000, + reputation: '7992012482', + time: '2018-01-08T22:06:57', + }, + { + voter: 'kingcoon', + weight: 37, + rshares: 619520000, + percent: 10000, + reputation: 1968704902, + time: '2018-01-08T22:02:15', + }, + { + voter: 'nzfxtrader', + weight: 99, + rshares: 1656856773, + percent: 10000, + reputation: '522827850779', + time: '2018-01-08T21:45:27', + }, + { + voter: 'fanykis', + weight: 37, + rshares: 620511160, + percent: 10000, + reputation: '34752953208', + time: '2018-01-09T00:54:12', + }, + { + voter: 'punkrockpara', + weight: 37, + rshares: 615474670, + percent: 10000, + reputation: '7128148604', + time: '2018-01-09T14:13:03', + }, + { + voter: 'youngjerv', + weight: 218, + rshares: 3665572271, + percent: 10000, + reputation: '648592309660', + time: '2018-01-08T19:15:45', + }, + { + voter: 'bluelightbandit', + weight: 2593, + rshares: '43508031314', + percent: 10000, + reputation: '4992109790906', + time: '2018-01-09T06:44:21', + }, + { + voter: 'jejangkit', + weight: 105, + rshares: 1762194374, + percent: 10000, + reputation: '294172630184', + time: '2018-01-09T02:22:33', + }, + { + voter: 'cyrbyrus', + weight: 68, + rshares: 1135447466, + percent: 10000, + reputation: 401991615, + time: '2018-01-09T17:21:09', + }, + { + voter: 'chidiebere', + weight: 216, + rshares: 3631723088, + percent: 10000, + reputation: '1628844318279', + time: '2018-01-09T10:32:57', + }, + { + voter: 'tonegreenthumb', + weight: 41, + rshares: 684054166, + percent: 10000, + reputation: 3151099898, + time: '2018-01-09T19:22:03', + }, + { + voter: 'acehphonegraphy', + weight: 24, + rshares: 393282422, + percent: 10000, + reputation: 1438361953, + time: '2018-01-09T17:27:54', + }, + { + voter: 'vogel', + weight: 32, + rshares: 537690187, + percent: 10000, + reputation: '44661475932', + time: '2018-01-09T10:19:42', + }, + { + voter: 'syamsulrizal', + weight: 31, + rshares: 528465626, + percent: 10000, + reputation: '81545857195', + time: '2018-01-09T16:55:51', + }, + { + voter: 'arvindkumar', + weight: 8, + rshares: 119443461, + percent: 10000, + reputation: '90392787803', + time: '2018-01-09T05:51:18', + }, + { + voter: 'martunisaja', + weight: 45, + rshares: 755671932, + percent: 10000, + reputation: '119737550563', + time: '2018-01-09T00:22:30', + }, + { + voter: 'djkrad', + weight: 527, + rshares: '8842786110', + percent: 10000, + reputation: '79916537459', + time: '2018-01-09T11:57:39', + }, + { + voter: 'bangoutgroup', + weight: 35, + rshares: 592996153, + percent: 10000, + reputation: 4098781569, + time: '2018-01-09T07:00:51', + }, + { + voter: 'dairon96', + weight: 37, + rshares: 620966547, + percent: 10000, + reputation: 345873241, + time: '2018-01-08T20:34:09', + }, + { + voter: 'yaniesison', + weight: 36, + rshares: 614953710, + percent: 10000, + reputation: '4816656010', + time: '2018-01-09T14:30:21', + }, + { + voter: 'dtube', + weight: 4708837, + rshares: '30770007762931', + percent: 7500, + reputation: '14627135963', + time: '2018-01-08T16:52:42', + }, + { + voter: 'jeanlucsr', + weight: 22, + rshares: 366625538, + percent: 10000, + reputation: '141438944424', + time: '2018-01-09T03:29:57', + }, + { + voter: 'masterroshi', + weight: 77, + rshares: 1304932063, + percent: 10000, + reputation: '52436355194', + time: '2018-01-09T01:31:12', + }, + { + voter: 'vimukthi', + weight: 11346, + rshares: '6759939459', + percent: 3000, + reputation: '9060324419171', + time: '2018-01-08T16:40:24', + }, + { + voter: 'isawent', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 1825938150, + time: '2018-01-09T16:45:24', + }, + { + voter: 'rushikesh23', + weight: 37, + rshares: 622108709, + percent: 5203, + reputation: '244356835216', + time: '2018-01-09T06:47:12', + }, + { + voter: 'delpedro', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:45:42', + }, + { + voter: 'zegatopolo', + weight: 37, + rshares: 614503071, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:53:45', + }, + { + voter: 'afaqahmadcheema', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 1266927965, + time: '2018-01-09T18:24:15', + }, + { + voter: 'joeparys', + weight: 648, + rshares: 4210999384, + percent: 10000, + reputation: '16463091699678', + time: '2018-01-08T16:14:18', + }, + { + voter: 'zhother', + weight: 17, + rshares: 279128919, + percent: 10000, + reputation: '590698692043', + time: '2018-01-08T21:43:00', + }, + { + voter: 'ppktech', + weight: 36, + rshares: 613394366, + percent: 10000, + reputation: '26658232184', + time: '2018-01-09T16:10:24', + }, + { + voter: 'emnajourney', + weight: 85, + rshares: 1433353025, + percent: 10000, + reputation: '126508503936', + time: '2018-01-09T10:54:09', + }, + { + voter: 'bogdanis12', + weight: 17, + rshares: 561670200, + percent: 10000, + reputation: 361554145, + time: '2018-01-09T22:39:54', + }, + { + voter: 'duekie', + weight: 49, + rshares: 828555877, + percent: 6577, + reputation: '273814405641', + time: '2018-01-08T22:29:57', + }, + { + voter: 'healthproducts', + weight: 348, + rshares: '5848797990', + percent: 10000, + reputation: '269927573347', + time: '2018-01-09T12:04:51', + }, + { + voter: 'nandan', + weight: 1352, + rshares: '22688444174', + percent: 10000, + reputation: '9537791661396', + time: '2018-01-09T12:36:39', + }, + { + voter: 'alexkarki', + weight: 366, + rshares: '6145828011', + percent: 10000, + reputation: '21915440995', + time: '2018-01-09T10:06:24', + }, + { + voter: 'drbob1', + weight: 36, + rshares: 617424905, + percent: 10000, + reputation: '6354192928', + time: '2018-01-08T20:43:12', + }, + { + voter: 'faustofraser', + weight: 42, + rshares: 711126008, + percent: 10000, + reputation: '111719054723', + time: '2018-01-09T10:45:39', + }, + { + voter: 'tanyaschutte', + weight: 192, + rshares: 3221239808, + percent: 10000, + reputation: '7132150910680', + time: '2018-01-09T07:08:57', + }, + { + voter: 'davidalexander', + weight: 90, + rshares: 1507317944, + percent: 10000, + reputation: '234943585614', + time: '2018-01-08T19:56:51', + }, + { + voter: 'cyberspace', + weight: 138, + rshares: 2305134145, + percent: 10000, + reputation: '779968736184', + time: '2018-01-09T13:37:21', + }, + { + voter: 'thedeliman', + weight: 35, + rshares: 580705402, + percent: 10000, + reputation: 200228013, + time: '2018-01-09T08:01:15', + }, + { + voter: 'happyfree', + weight: 488, + rshares: '8180397488', + percent: 10000, + reputation: '1860140842041', + time: '2018-01-09T06:04:12', + }, + { + voter: 'suvanna', + weight: 36, + rshares: 608358040, + percent: 10000, + reputation: 3040474496, + time: '2018-01-09T19:09:48', + }, + { + voter: 'jasonyoakam', + weight: 3261, + rshares: '54717498060', + percent: 5600, + reputation: '40314431748', + time: '2018-01-08T19:27:42', + }, + { + voter: 'bunnypunia', + weight: 153, + rshares: 2557529211, + percent: 10000, + reputation: '4505488462161', + time: '2018-01-09T13:13:48', + }, + { + voter: 'what-did-she-say', + weight: 36, + rshares: 599528447, + percent: 10000, + reputation: '100230934526', + time: '2018-01-09T14:59:12', + }, + { + voter: 'varunguru', + weight: 36, + rshares: 614503071, + percent: 10000, + reputation: 175380833, + time: '2018-01-09T11:23:00', + }, + { + voter: 'arnavm1408', + weight: 35, + rshares: 585446400, + percent: 10000, + reputation: 47237252, + time: '2018-01-09T05:23:21', + }, + { + voter: 'mustafa4101996', + weight: 8, + rshares: 137610763, + percent: 10000, + reputation: '12706525014', + time: '2018-01-08T21:45:00', + }, + { + voter: 'sweety170', + weight: 36, + rshares: 617220000, + percent: 10000, + reputation: '9735071882', + time: '2018-01-09T11:46:12', + }, + { + voter: 'roy92', + weight: 555, + rshares: '9303370328', + percent: 10000, + reputation: '2440814921562', + time: '2018-01-09T02:34:57', + }, + { + voter: 'ilyasismail', + weight: 424, + rshares: '7108996128', + percent: 10000, + reputation: '2981419316695', + time: '2018-01-09T10:22:36', + }, + { + voter: 'robertnevin', + weight: 23, + rshares: 370332000, + percent: 10000, + reputation: '19977752515', + time: '2018-01-09T00:25:24', + }, + { + voter: 'signspinner', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '8789124311', + time: '2018-01-09T01:31:18', + }, + { + voter: 'albuluhi', + weight: 216, + rshares: 3635208641, + percent: 10000, + reputation: '3445635524726', + time: '2018-01-08T21:01:15', + }, + { + voter: 'firman.alehba', + weight: 7, + rshares: 113690779, + percent: 10000, + reputation: '9417649286', + time: '2018-01-09T06:56:57', + }, + { + voter: 'muhammadridwan', + weight: 128, + rshares: 2147763464, + percent: 10000, + reputation: '1952739175872', + time: '2018-01-09T16:10:36', + }, + { + voter: 'dante01', + weight: 219, + rshares: 3664890293, + percent: 10000, + reputation: '4477878460982', + time: '2018-01-09T05:20:18', + }, + { + voter: 'hasmar', + weight: 18, + rshares: 312122474, + percent: 10000, + reputation: '11346428572', + time: '2018-01-09T18:35:09', + }, + { + voter: 'fuadiemuhammad', + weight: 15, + rshares: 257270936, + percent: 10000, + reputation: 2500554433, + time: '2018-01-08T23:22:15', + }, + { + voter: 'khamil', + weight: 36, + rshares: 605366936, + percent: 10000, + reputation: '64415097683', + time: '2018-01-09T09:23:03', + }, + { + voter: 'cptn.naresh', + weight: 158, + rshares: 2640282087, + percent: 10000, + reputation: '1408213952630', + time: '2018-01-09T12:26:57', + }, + { + voter: 'teukuharry', + weight: 35, + rshares: 594739200, + percent: 10000, + reputation: 756960091, + time: '2018-01-09T02:02:09', + }, + { + voter: 'roman1973', + weight: 91, + rshares: 1536429607, + percent: 10000, + reputation: '829818143106', + time: '2018-01-09T14:15:48', + }, + { + voter: 'medicbtom', + weight: 53, + rshares: 887735603, + percent: 10000, + reputation: '462468653319', + time: '2018-01-09T14:58:24', + }, + { + voter: 'resteem.bot', + weight: 12, + rshares: 187741664, + percent: 10000, + reputation: '53744291513', + time: '2018-01-08T21:47:21', + }, + { + voter: 'nazarkhadi', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 2163467997, + time: '2018-01-09T17:46:39', + }, + { + voter: 'alexito', + weight: 26, + rshares: 429775070, + percent: 10000, + reputation: '25248190222', + time: '2018-01-09T00:28:00', + }, + { + voter: 'xto', + weight: 20, + rshares: 341049204, + percent: 10000, + reputation: 542670593, + time: '2018-01-09T15:53:12', + }, + { + voter: 'fattyvillalba', + weight: 33, + rshares: 553053407, + percent: 10000, + reputation: '59645035116', + time: '2018-01-09T17:59:48', + }, + { + voter: 'davidconstantine', + weight: 11285, + rshares: '7081189790', + percent: 1000, + reputation: '1173390572115', + time: '2018-01-08T16:32:09', + }, + { + voter: 'masterwriter', + weight: 27, + rshares: 452384549, + percent: 10000, + reputation: '846354499701', + time: '2018-01-09T07:09:12', + }, + { + voter: 'funlover1122', + weight: 25, + rshares: 420935093, + percent: 10000, + reputation: 2767133076, + time: '2018-01-09T11:07:54', + }, + { + voter: 'akanimoobot', + weight: 36, + rshares: 605286229, + percent: 10000, + reputation: 9601621, + time: '2018-01-09T18:03:12', + }, + { + voter: 'santigs', + weight: 23, + rshares: 371448479, + percent: 10000, + reputation: '109480650091', + time: '2018-01-08T20:57:39', + }, + { + voter: 'plokmi', + weight: 37, + rshares: 612711777, + percent: 10000, + reputation: '901194360724', + time: '2018-01-09T05:56:27', + }, + { + voter: 'mhmegh', + weight: 111, + rshares: 1868099930, + percent: 10000, + reputation: '25221801865', + time: '2018-01-08T21:21:12', + }, + { + voter: 'solomonsojay', + weight: 174, + rshares: 2923557292, + percent: 10000, + reputation: '837574750075', + time: '2018-01-08T22:40:36', + }, + { + voter: 'prashantvasave', + weight: 36, + rshares: 611427500, + percent: 10000, + reputation: '9315847717', + time: '2018-01-09T18:45:27', + }, + { + voter: 'paced.financial', + weight: 652, + rshares: '21889537801', + percent: 10000, + reputation: '1427557578426', + time: '2018-01-09T21:39:30', + }, + { + voter: 'alijan', + weight: 27, + rshares: 455763484, + percent: 10000, + reputation: '20885019023', + time: '2018-01-09T20:27:36', + }, + { + voter: 'nancie', + weight: 26, + rshares: 875413132, + percent: 10000, + reputation: '495088629372', + time: '2018-01-09T22:01:06', + }, + { + voter: 'zanroot', + weight: 36, + rshares: 619520000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:40:15', + }, + { + voter: 'trumanity', + weight: 30, + rshares: 506016392, + percent: 10000, + reputation: 2309172444, + time: '2018-01-09T01:57:39', + }, + { + voter: 'hayat', + weight: 15, + rshares: 253429806, + percent: 10000, + reputation: 924556084, + time: '2018-01-09T03:25:18', + }, + { + voter: 'rockonbhai', + weight: 32, + rshares: 533666601, + percent: 10000, + reputation: '182752867753', + time: '2018-01-09T17:53:42', + }, + { + voter: 'buildawhale', + weight: 179013, + rshares: '3003338878794', + percent: 383, + reputation: '16116494055863', + time: '2018-01-08T19:14:30', + }, + { + voter: 'helenliu', + weight: 723, + rshares: '12122130613', + percent: 10000, + reputation: '940123536713', + time: '2018-01-09T12:42:57', + }, + { + voter: 'amari68', + weight: 36, + rshares: 606097106, + percent: 10000, + reputation: '81373401799', + time: '2018-01-08T22:55:39', + }, + { + voter: 'mudawilqulub', + weight: 24, + rshares: 401193000, + percent: 10000, + reputation: '4742672474', + time: '2018-01-08T21:18:27', + }, + { + voter: 'all-aceh', + weight: 39, + rshares: 648573246, + percent: 10000, + reputation: '380386631285', + time: '2018-01-08T21:39:45', + }, + { + voter: 'zullyscott', + weight: 60, + rshares: 1014293979, + percent: 10000, + reputation: '1739331311621', + time: '2018-01-09T03:15:48', + }, + { + voter: 'knolo', + weight: 37, + rshares: 617756559, + percent: 10000, + reputation: 394644211, + time: '2018-01-09T07:57:15', + }, + { + voter: 'rezaleoni', + weight: 8, + rshares: 147035533, + percent: 10000, + reputation: '32856131362', + time: '2018-01-09T05:18:00', + }, + { + voter: 'riski46', + weight: 27, + rshares: 448587511, + percent: 10000, + reputation: '6493878636', + time: '2018-01-09T13:50:51', + }, + { + voter: 'enjoyaceh', + weight: 28, + rshares: 477318609, + percent: 10000, + reputation: '66326200699', + time: '2018-01-08T21:58:42', + }, + { + voter: 'utkarshvarma', + weight: 17, + rshares: 279598897, + percent: 10000, + reputation: '71465203331', + time: '2018-01-09T18:19:33', + }, + { + voter: 'nikunjo', + weight: 37, + rshares: 624750742, + percent: 10000, + reputation: 3857954524, + time: '2018-01-09T06:32:21', + }, + { + voter: 'dogancankilment', + weight: 92, + rshares: 1536491473, + percent: 10000, + reputation: '1123175020740', + time: '2018-01-08T20:13:48', + }, + { + voter: 'cendana287', + weight: 205, + rshares: 3440492670, + percent: 10000, + reputation: '44451150993', + time: '2018-01-09T13:33:06', + }, + { + voter: 'oliverwilliams', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:08:45', + }, + { + voter: 'arturoalex00', + weight: 146, + rshares: 2442253680, + percent: 10000, + reputation: '710516742356', + time: '2018-01-09T00:50:54', + }, + { + voter: 'masterwu', + weight: 415, + rshares: '6959646117', + percent: 10000, + reputation: '2062402446135', + time: '2018-01-09T01:48:30', + }, + { + voter: 'ramdacu49', + weight: 22, + rshares: 376504200, + percent: 10000, + reputation: 392764661, + time: '2018-01-09T03:48:57', + }, + { + voter: 'mayettepada', + weight: 19, + rshares: 311912820, + percent: 10000, + reputation: '6004303599', + time: '2018-01-09T03:41:36', + }, + { + voter: 'miguelfiguera', + weight: 26, + rshares: 890031953, + percent: 10000, + reputation: '492769314338', + time: '2018-01-09T22:46:09', + }, + { + voter: 'estream.studios', + weight: 5766, + rshares: '96741153685', + percent: 700, + reputation: '1508574476378', + time: '2018-01-09T16:52:18', + }, + { + voter: 'guggerf', + weight: 113, + rshares: 1893007006, + percent: 10000, + reputation: '59530071497', + time: '2018-01-09T16:23:06', + }, + { + voter: 'chillinph', + weight: 21, + rshares: 356849980, + percent: 10000, + reputation: '720324477098', + time: '2018-01-09T14:03:45', + }, + { + voter: 'alidervash', + weight: 9, + rshares: 154265636, + percent: 10000, + reputation: '264209101558', + time: '2018-01-09T19:27:57', + }, + { + voter: 'theferro', + weight: 91, + rshares: 1534387876, + percent: 10000, + reputation: '572647310390', + time: '2018-01-09T05:13:27', + }, + { + voter: 'tochprince', + weight: 519, + rshares: 306069701, + percent: 4908, + reputation: '35668043826', + time: '2018-01-08T16:27:21', + }, + { + voter: 'rahmadrumohaceh', + weight: 30, + rshares: 515378700, + percent: 10000, + reputation: 42057818, + time: '2018-01-09T05:49:03', + }, + { + voter: 'ansisltd', + weight: 34, + rshares: 579942563, + percent: 10000, + reputation: '67561166895', + time: '2018-01-09T14:32:27', + }, + { + voter: 'teleandr', + weight: 28, + rshares: 461736052, + percent: 10000, + reputation: '35015823511', + time: '2018-01-08T21:02:27', + }, + { + voter: 'dewiseptyani', + weight: 28, + rshares: 473167915, + percent: 10000, + reputation: '154680330778', + time: '2018-01-09T12:28:39', + }, + { + voter: 'bogh', + weight: 58, + rshares: 983721652, + percent: 10000, + reputation: 32189488, + time: '2018-01-08T20:58:54', + }, + { + voter: 'amotorcyclenut', + weight: 32, + rshares: 533895300, + percent: 10000, + reputation: 120054599, + time: '2018-01-08T23:45:03', + }, + { + voter: 'teslim', + weight: 148, + rshares: 2490207260, + percent: 10000, + reputation: '380405677270', + time: '2018-01-08T23:12:48', + }, + { + voter: 'fernandorivera', + weight: 12, + rshares: 190010418, + percent: 10000, + reputation: '5445802431', + time: '2018-01-08T18:46:45', + }, + { + voter: 'leonardo-jack', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: '4433542383', + time: '2018-01-09T14:11:36', + }, + { + voter: 'arshadsayed', + weight: 30, + rshares: 506965623, + percent: 10000, + reputation: -8659786644, + time: '2018-01-09T17:23:51', + }, + { + voter: 'rolrien', + weight: 37, + rshares: 614503440, + percent: 10000, + reputation: '36275645117', + time: '2018-01-09T09:56:27', + }, + { + voter: 'meutiarachmi', + weight: 37, + rshares: 627989623, + percent: 10000, + reputation: '191540958355', + time: '2018-01-09T04:36:30', + }, + { + voter: 'dc004', + weight: 120, + rshares: 2023668268, + percent: 10000, + reputation: '7767839077', + time: '2018-01-09T02:43:30', + }, + { + voter: 'vailol', + weight: 32, + rshares: 547772121, + percent: 10000, + reputation: 2489903135, + time: '2018-01-09T03:09:45', + }, + { + voter: 'albanna', + weight: 24, + rshares: 405569547, + percent: 10000, + reputation: '158563981297', + time: '2018-01-09T15:07:54', + }, + { + voter: 'walidchabir', + weight: 12, + rshares: 392968985, + percent: 10000, + reputation: '346272393348', + time: '2018-01-09T21:48:30', + }, + { + voter: 'fabiostano', + weight: 39, + rshares: 664011964, + percent: 10000, + reputation: '49631953742', + time: '2018-01-09T20:23:57', + }, + { + voter: 'dimpapgr1', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: '5963846832', + time: '2018-01-09T21:09:24', + }, + { + voter: 'shohan1234', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: '7307184836', + time: '2018-01-09T10:41:12', + }, + { + voter: 'fabio2614', + weight: 67, + rshares: 1117307219, + percent: 10000, + reputation: '1103043898133', + time: '2018-01-08T22:25:48', + }, + { + voter: 'healthwealthy', + weight: 26, + rshares: 441312300, + percent: 10000, + reputation: 1039119377, + time: '2018-01-08T21:48:36', + }, + { + voter: 'pathi', + weight: 98, + rshares: 1650298617, + percent: 10000, + reputation: '913113033764', + time: '2018-01-09T07:28:06', + }, + { + voter: 'perka', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:09:48', + }, + { + voter: 'muhammadreza', + weight: 36, + rshares: 605407289, + percent: 10000, + reputation: '16500385569', + time: '2018-01-09T08:58:54', + }, + { + voter: 'superdavey', + weight: 288, + rshares: '4831215397', + percent: 10000, + reputation: '26374893814', + time: '2018-01-09T07:49:03', + }, + { + voter: 'iamai', + weight: 102, + rshares: 1710866854, + percent: 10000, + reputation: '353608983164', + time: '2018-01-08T21:59:03', + }, + { + voter: 'benainouna', + weight: 34, + rshares: 556196652, + percent: 10000, + reputation: '23141775283', + time: '2018-01-08T23:24:33', + }, + { + voter: 'rexrumi', + weight: 25, + rshares: 408642500, + percent: 10000, + reputation: '194465250243', + time: '2018-01-09T05:36:45', + }, + { + voter: 'strayenglishman', + weight: 145, + rshares: 2426569974, + percent: 10000, + reputation: '130662664665', + time: '2018-01-09T04:16:42', + }, + { + voter: 'eliashanna', + weight: 787, + rshares: '13202778302', + percent: 10000, + reputation: '18727671533', + time: '2018-01-08T22:06:33', + }, + { + voter: 'lelegend', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: '64393033287', + time: '2018-01-09T11:22:36', + }, + { + voter: 'boomerang', + weight: 866835, + rshares: '1326918220575', + percent: 1112, + reputation: '1559419875907', + time: '2018-01-08T16:45:36', + }, + { + voter: 'pitwi', + weight: 90, + rshares: 1504577704, + percent: 10000, + reputation: 3302248872, + time: '2018-01-09T09:23:36', + }, + { + voter: 'taminsteem', + weight: 18, + rshares: 298033989, + percent: 10000, + reputation: '34368041637', + time: '2018-01-09T09:47:12', + }, + { + voter: 'boyzfadli', + weight: 37, + rshares: 613916602, + percent: 10000, + reputation: 937308064, + time: '2018-01-09T11:56:33', + }, + { + voter: 'vandex', + weight: 17, + rshares: 284995555, + percent: 10000, + reputation: -61898473481, + time: '2018-01-09T01:56:57', + }, + { + voter: 'minloulou', + weight: 36, + rshares: 593783800, + percent: 10000, + reputation: '26071199867', + time: '2018-01-09T11:35:15', + }, + { + voter: 'nalgene', + weight: 254, + rshares: 4259446162, + percent: 10000, + reputation: 105349594, + time: '2018-01-09T17:18:12', + }, + { + voter: 'cyclingalone', + weight: 16, + rshares: 276525000, + percent: 10000, + reputation: '208642691141', + time: '2018-01-09T07:26:33', + }, + { + voter: 'audunjoheim', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 9644062, + time: '2018-01-09T15:17:00', + }, + { + voter: 'upme', + weight: 143074, + rshares: '2400383100810', + percent: 195, + reputation: '428547476827', + time: '2018-01-08T18:27:42', + }, + { + voter: 'paperbull', + weight: 75, + rshares: 2506803674, + percent: 10000, + reputation: '167674813286', + time: '2018-01-09T22:09:21', + }, + { + voter: 'smartlogic', + weight: 37, + rshares: 617408655, + percent: 10000, + reputation: '394995361435', + time: '2018-01-09T16:44:36', + }, + { + voter: 'arthurjariel', + weight: 35, + rshares: 598674493, + percent: 10000, + reputation: 1619985485, + time: '2018-01-08T22:08:57', + }, + { + voter: 'hilladigahackles', + weight: 115, + rshares: 1933598838, + percent: 10000, + reputation: '1459229567845', + time: '2018-01-09T05:02:57', + }, + { + voter: 'alejoclawful', + weight: 36, + rshares: 602370611, + percent: 10000, + reputation: '41108474306', + time: '2018-01-09T18:36:24', + }, + { + voter: 'waqas91ned', + weight: 37, + rshares: 616016847, + percent: 10000, + reputation: 1686884444, + time: '2018-01-09T14:37:21', + }, + { + voter: 'abhishekjha', + weight: 22, + rshares: 369544918, + percent: 10000, + reputation: 4230024391, + time: '2018-01-08T20:59:24', + }, + { + voter: 'dauerossi', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 1005255613, + time: '2018-01-08T20:31:12', + }, + { + voter: 'ph4l4nxx', + weight: 26, + rshares: 429367563, + percent: 10000, + reputation: 1275911, + time: '2018-01-09T14:49:21', + }, + { + voter: 'ygriffiny', + weight: 81, + rshares: 1371974352, + percent: 1600, + reputation: '212017050960', + time: '2018-01-09T13:24:24', + }, + { + voter: 'shamuel', + weight: 35, + rshares: 1143358539, + percent: 10000, + reputation: '855729876562', + time: '2018-01-09T21:21:21', + }, + { + voter: 'mrblinddraw', + weight: 56, + rshares: 952035904, + percent: 300, + reputation: '11221411508083', + time: '2018-01-09T04:39:12', + }, + { + voter: 'ovcharski', + weight: 32, + rshares: 526098600, + percent: 10000, + reputation: 56933970, + time: '2018-01-08T21:51:30', + }, + { + voter: 'glams', + weight: 37, + rshares: 606776338, + percent: 10000, + reputation: '19828642080', + time: '2018-01-09T06:37:48', + }, + { + voter: 'cchampion', + weight: 22, + rshares: 370678003, + percent: 10000, + reputation: 274626051, + time: '2018-01-09T04:55:42', + }, + { + voter: 'talea.monet', + weight: 24, + rshares: 399425000, + percent: 10000, + reputation: '25340397945', + time: '2018-01-09T05:57:12', + }, + { + voter: 'sneaky-ninja', + weight: 51077, + rshares: '856924130030', + percent: 704, + reputation: '4496555062497', + time: '2018-01-08T18:02:39', + }, + { + voter: 'ahmadtahir', + weight: 29, + rshares: 989226501, + percent: 10000, + reputation: '1182592964331', + time: '2018-01-09T22:00:06', + }, + { + voter: 'synergy-now', + weight: 80, + rshares: 1346382284, + percent: 10000, + reputation: '94812266633', + time: '2018-01-09T07:35:54', + }, + { + voter: 'nabeelshoro', + weight: 37, + rshares: 605487998, + percent: 10000, + reputation: 1758818908, + time: '2018-01-09T18:43:09', + }, + { + voter: 'darylsid11', + weight: 20, + rshares: 335917393, + percent: 10000, + reputation: '150754934639', + time: '2018-01-09T03:45:51', + }, + { + voter: 'arifien', + weight: 24, + rshares: 401193000, + percent: 10000, + reputation: 1338412702, + time: '2018-01-09T17:20:39', + }, + { + voter: 'matthewoz101', + weight: 85, + rshares: 1421835202, + percent: 10000, + reputation: '490009143489', + time: '2018-01-08T18:12:39', + }, + { + voter: 'sumsum007', + weight: 6, + rshares: 98320000, + percent: 10000, + reputation: '49233275507', + time: '2018-01-08T22:42:12', + }, + { + voter: 'mmaruf', + weight: 74, + rshares: 1244874915, + percent: 10000, + reputation: '558371560351', + time: '2018-01-09T00:36:57', + }, + { + voter: 'razi.teuku', + weight: 33, + rshares: 556345130, + percent: 10000, + reputation: '33343924481', + time: '2018-01-09T18:40:15', + }, + { + voter: 'jaystan', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: '48218997890', + time: '2018-01-08T21:31:57', + }, + { + voter: 'abuyeti', + weight: 271, + rshares: '4543749919', + percent: 10000, + reputation: 4158383111, + time: '2018-01-08T21:28:51', + }, + { + voter: 'hichamraja', + weight: 32, + rshares: 543153600, + percent: 10000, + reputation: 827335154, + time: '2018-01-09T00:14:21', + }, + { + voter: 'dmilliz', + weight: 28, + rshares: 466001100, + percent: 10000, + reputation: 192029563, + time: '2018-01-09T06:08:45', + }, + { + voter: 'pinkyshah', + weight: 0, + rshares: 0, + percent: 0, + reputation: '12474949756', + time: '2018-01-09T04:07:06', + }, + { + voter: 'joancabz', + weight: 11, + rshares: 181507121, + percent: 10000, + reputation: '223539311892', + time: '2018-01-09T16:08:21', + }, + { + voter: 'kravtsova', + weight: 28, + rshares: 476240434, + percent: 10000, + reputation: '227477130991', + time: '2018-01-09T21:06:00', + }, + { + voter: 'mulyadiyadi', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 2394631717, + time: '2018-01-09T08:02:00', + }, + { + voter: 'phyozawooburmes', + weight: 16, + rshares: 263431140, + percent: 2754, + reputation: '536686369998', + time: '2018-01-08T19:08:24', + }, + { + voter: 'markrmogensen', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: '5136841073', + time: '2018-01-08T19:32:00', + }, + { + voter: 'tawasi', + weight: 17, + rshares: 290434684, + percent: 10000, + reputation: '114383503731', + time: '2018-01-09T03:47:51', + }, + { + voter: 'magik4283', + weight: 207, + rshares: 3487602982, + percent: 10000, + reputation: '2185351615061', + time: '2018-01-09T15:38:51', + }, + { + voter: 'qu3kl0rd', + weight: 37, + rshares: 615935259, + percent: 10000, + reputation: 2393632036, + time: '2018-01-09T01:39:03', + }, + { + voter: 'zinminhtet', + weight: 44, + rshares: 746080364, + percent: 10000, + reputation: '174603198077', + time: '2018-01-09T02:48:03', + }, + { + voter: 'ntony', + weight: 715, + rshares: '11989071009', + percent: 10000, + reputation: '1454608432422', + time: '2018-01-09T19:43:27', + }, + { + voter: 'lyeshel', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: '35028635397', + time: '2018-01-08T21:58:54', + }, + { + voter: 'frankybrasta', + weight: 43, + rshares: 720576320, + percent: 10000, + reputation: 114522235, + time: '2018-01-09T02:06:00', + }, + { + voter: 'ideasgrowth', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 3247254964, + time: '2018-01-09T18:45:03', + }, + { + voter: 'miti', + weight: 253, + rshares: 4245708851, + percent: 2000, + reputation: '4539349588076', + time: '2018-01-08T21:14:57', + }, + { + voter: 'myjourney', + weight: 0, + rshares: 0, + percent: 0, + reputation: '4349635700738', + time: '2018-01-09T14:07:15', + }, + { + voter: 'gabrielpetro', + weight: 33, + rshares: 560165232, + percent: 10000, + reputation: 445886040, + time: '2018-01-08T22:12:48', + }, + { + voter: 'peterschilder', + weight: 746, + rshares: '12517035937', + percent: 10000, + reputation: 0, + time: '2018-01-09T10:22:15', + }, + { + voter: 'muhammadilyas', + weight: 28, + rshares: 454730000, + percent: 10000, + reputation: '28780429367', + time: '2018-01-09T03:58:24', + }, + { + voter: 'druidcruize', + weight: 115, + rshares: 1921611017, + percent: 10000, + reputation: '92340394149', + time: '2018-01-08T21:17:51', + }, + { + voter: 'klevn', + weight: 111, + rshares: 1860647997, + percent: 10000, + reputation: '732457189207', + time: '2018-01-08T23:06:27', + }, + { + voter: 'zdamna100ogebio', + weight: 36, + rshares: 612365408, + percent: 10000, + reputation: '93962841937', + time: '2018-01-09T14:21:36', + }, + { + voter: 'ogbuanu', + weight: 35, + rshares: 577100700, + percent: 10000, + reputation: 44341454, + time: '2018-01-08T23:04:57', + }, + { + voter: 'atnicholson', + weight: 3330, + rshares: '55865702442', + percent: 10000, + reputation: '1118786619841', + time: '2018-01-09T09:15:27', + }, + { + voter: 'mwesigwajulius', + weight: 26, + rshares: 432054000, + percent: 10000, + reputation: 18323717, + time: '2018-01-09T09:48:12', + }, + { + voter: 'joinnessi', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 3425976417, + time: '2018-01-08T23:18:06', + }, + { + voter: 'zulfan88', + weight: 16, + rshares: 273743877, + percent: 10000, + reputation: '30996916645', + time: '2018-01-09T19:25:30', + }, + { + voter: 'cjsean', + weight: 24, + rshares: 403463949, + percent: 10000, + reputation: 1182834363, + time: '2018-01-09T15:20:15', + }, + { + voter: 'vernadette', + weight: 68, + rshares: 570928500, + percent: 10000, + reputation: 119632570, + time: '2018-01-08T17:22:42', + }, + { + voter: 'sergey999', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: '6487070188', + time: '2018-01-09T15:51:45', + }, + { + voter: 'katamori', + weight: 49, + rshares: 818095121, + percent: 10000, + reputation: '472865991300', + time: '2018-01-09T14:58:48', + }, + { + voter: 'andreia.loops', + weight: 89, + rshares: 1495641821, + percent: 10000, + reputation: '23184765833', + time: '2018-01-08T20:37:57', + }, + { + voter: 'alfajri78', + weight: 84, + rshares: 1410434526, + percent: 10000, + reputation: '657152729440', + time: '2018-01-09T00:05:57', + }, + { + voter: 'koryla', + weight: 32, + rshares: 533293637, + percent: 8593, + reputation: '66065656591', + time: '2018-01-08T21:12:15', + }, + { + voter: 'bernsteinhaus', + weight: 34, + rshares: 561688400, + percent: 10000, + reputation: '117063763345', + time: '2018-01-09T14:51:15', + }, + { + voter: 'sank8', + weight: 33, + rshares: 540553331, + percent: 10000, + reputation: -2938276621, + time: '2018-01-08T20:29:57', + }, + { + voter: 'legendarryll', + weight: 62, + rshares: 1028583697, + percent: 10000, + reputation: '996358617456', + time: '2018-01-09T10:29:45', + }, + { + voter: 'namra', + weight: 93, + rshares: 1570011808, + percent: 10000, + reputation: '585300444722', + time: '2018-01-08T17:54:24', + }, + { + voter: 'keeshiaxxi', + weight: 33, + rshares: 556121879, + percent: 10000, + reputation: '6165965001', + time: '2018-01-09T10:29:54', + }, + { + voter: 'munardi', + weight: 13, + rshares: 221220000, + percent: 10000, + reputation: '130709071225', + time: '2018-01-09T04:33:03', + }, + { + voter: 'rohanbhardwaj', + weight: 27, + rshares: 460877580, + percent: 10000, + reputation: '85541334755', + time: '2018-01-09T09:19:48', + }, + { + voter: 'estherjhaymes', + weight: 23, + rshares: 377917500, + percent: 10000, + reputation: '46462677459', + time: '2018-01-08T23:37:39', + }, + { + voter: 'harrimulia', + weight: 32, + rshares: 536389161, + percent: 10000, + reputation: '231085047895', + time: '2018-01-09T00:25:27', + }, + { + voter: 'izge', + weight: 20, + rshares: 329761240, + percent: 10000, + reputation: '140359390846', + time: '2018-01-09T10:27:51', + }, + { + voter: 'dinashuster', + weight: 228, + rshares: 3817211804, + percent: 10000, + reputation: 2826619845, + time: '2018-01-09T05:33:03', + }, + { + voter: 'chucknasty', + weight: 148, + rshares: 64838674, + percent: 1923, + reputation: '49186301439', + time: '2018-01-08T16:32:00', + }, + { + voter: 'irmao.dan', + weight: 15, + rshares: 506120400, + percent: 10000, + reputation: '9050170026', + time: '2018-01-09T22:52:57', + }, + { + voter: 'qifenggan', + weight: 14, + rshares: 233724647, + percent: 10000, + reputation: '12857244725', + time: '2018-01-08T18:38:48', + }, + { + voter: 'reyad.ict', + weight: 36, + rshares: 606202119, + percent: 10000, + reputation: -4473991269, + time: '2018-01-09T03:52:48', + }, + { + voter: 'postpromoter', + weight: 100108, + rshares: '1679524049347', + percent: 656, + reputation: '2732779757822', + time: '2018-01-08T17:54:39', + }, + { + voter: 'faizarfatria', + weight: 37, + rshares: 617240000, + percent: 10000, + reputation: 1686614397, + time: '2018-01-09T01:36:09', + }, + { + voter: 'zead', + weight: 15, + rshares: 259553422, + percent: 10000, + reputation: -89129577513, + time: '2018-01-09T19:20:39', + }, + { + voter: 'dekyan94', + weight: 36, + rshares: 606090200, + percent: 10000, + reputation: '7759828856', + time: '2018-01-09T18:22:48', + }, + { + voter: 'sahriarragib', + weight: 0, + rshares: 583291800, + percent: 10000, + reputation: 1324472269, + time: '2018-01-09T13:17:51', + }, + { + voter: 'bestrakibul2', + weight: 7, + rshares: 116755000, + percent: 10000, + reputation: '41264609650', + time: '2018-01-09T00:09:12', + }, + { + voter: 'mdtipo', + weight: 12, + rshares: 197516800, + percent: 10000, + reputation: '7023338227', + time: '2018-01-08T21:02:15', + }, + { + voter: 'cta101', + weight: 18, + rshares: 315650718, + percent: 10000, + reputation: '608404108254', + time: '2018-01-09T13:50:21', + }, + { + voter: 'buzzingsushant', + weight: 35, + rshares: 577125089, + percent: 10000, + reputation: '60080350323', + time: '2018-01-09T17:58:51', + }, + { + voter: 'profithouse', + weight: 35, + rshares: 1164248274, + percent: 10000, + reputation: '8661066364', + time: '2018-01-09T22:43:15', + }, + { + voter: 'skrillex777', + weight: 36, + rshares: 592550400, + percent: 10000, + reputation: 179581305, + time: '2018-01-09T07:38:30', + }, + { + voter: 'emade', + weight: 33, + rshares: 543171200, + percent: 10000, + reputation: 1520866732, + time: '2018-01-09T07:25:57', + }, + { + voter: 'marcohernandez98', + weight: 19, + rshares: 304177500, + percent: 10000, + reputation: '13958178917', + time: '2018-01-09T16:21:57', + }, + { + voter: 'jet.wilda', + weight: 30, + rshares: 502387330, + percent: 10000, + reputation: '48694284839', + time: '2018-01-08T18:57:39', + }, + { + voter: 'jamiej', + weight: 36, + rshares: 609072662, + percent: 10000, + reputation: 353887609, + time: '2018-01-09T16:08:18', + }, + { + voter: 'muksihs', + weight: 36, + rshares: 602611482, + percent: 10000, + reputation: '64271212812', + time: '2018-01-09T12:16:39', + }, + { + voter: 'tuanis', + weight: 406, + rshares: 3401017600, + percent: 842, + reputation: '287886812548', + time: '2018-01-08T17:01:24', + }, + { + voter: 'midijaya', + weight: 37, + rshares: 617240000, + percent: 10000, + reputation: '5289729690', + time: '2018-01-09T12:50:15', + }, + { + voter: 'simivalleyjeff53', + weight: 13, + rshares: 102222426, + percent: 10000, + reputation: '940234086299', + time: '2018-01-08T17:05:03', + }, + { + voter: 'dcherna', + weight: 15, + rshares: 249982200, + percent: 10000, + reputation: 79615369, + time: '2018-01-09T01:58:27', + }, + { + voter: 'furkanyilmaz', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:25:54', + }, + { + voter: 'lundgreenman', + weight: 33, + rshares: 1110431682, + percent: 10000, + reputation: '218468988912', + time: '2018-01-09T23:00:15', + }, + { + voter: 'sunilrai', + weight: 23, + rshares: 375520372, + percent: 10000, + reputation: '5378733760', + time: '2018-01-09T13:17:36', + }, + { + voter: 'benjumeasusana', + weight: 22, + rshares: 364159800, + percent: 10000, + reputation: '54824296116', + time: '2018-01-09T02:14:12', + }, + { + voter: 'steemcafe', + weight: 59, + rshares: 500939678, + percent: 10000, + reputation: '79357903896', + time: '2018-01-08T17:29:00', + }, + { + voter: 'ariyansrizon', + weight: 32, + rshares: 540763331, + percent: 10000, + reputation: '13831221105', + time: '2018-01-09T16:39:27', + }, + { + voter: 'cosmicangel', + weight: 32, + rshares: 543171200, + percent: 10000, + reputation: '24705753182', + time: '2018-01-08T23:52:00', + }, + { + voter: 'rulesofthemind', + weight: 36, + rshares: 614749240, + percent: 10000, + reputation: '58016753991', + time: '2018-01-09T15:16:39', + }, + { + voter: 'luxury-sa', + weight: 50, + rshares: 837610539, + percent: 10000, + reputation: '528458258108', + time: '2018-01-08T20:16:48', + }, + { + voter: 'hutri17', + weight: 32, + rshares: 528204934, + percent: 10000, + reputation: 2225639035, + time: '2018-01-09T17:24:00', + }, + { + voter: 'legendaryjone', + weight: 36, + rshares: 588765721, + percent: 10000, + reputation: 657493122, + time: '2018-01-09T04:19:27', + }, + { + voter: 'arulshijuarts', + weight: 27, + rshares: 454730000, + percent: 10000, + reputation: '10472739245', + time: '2018-01-08T22:20:27', + }, + { + voter: 'kandarjack38', + weight: 36, + rshares: 603013600, + percent: 10000, + reputation: '17923778885', + time: '2018-01-09T13:47:33', + }, + { + voter: 'authorcolinbmw', + weight: 22, + rshares: 372491613, + percent: 10000, + reputation: '207492263253', + time: '2018-01-09T01:50:21', + }, + { + voter: 'drewsoph', + weight: 135, + rshares: 2273557316, + percent: 10000, + reputation: 681520065, + time: '2018-01-09T10:13:18', + }, + { + voter: 'gingfriend20ph', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: '127969439223', + time: '2018-01-09T20:09:45', + }, + { + voter: 'craigtransforms', + weight: 35, + rshares: 596860400, + percent: 10000, + reputation: 4224408261, + time: '2018-01-09T08:17:57', + }, + { + voter: 'xee95', + weight: 47, + rshares: 788230256, + percent: 10000, + reputation: '131556570379', + time: '2018-01-09T20:06:42', + }, + { + voter: 'gamingstation', + weight: 264, + rshares: '4430409477', + percent: 10000, + reputation: '2126072413300', + time: '2018-01-09T15:27:33', + }, + { + voter: 'aquib', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: '181632689808', + time: '2018-01-09T12:32:12', + }, + { + voter: 'the-diy-world', + weight: 35, + rshares: 590707200, + percent: 10000, + reputation: -6030180158, + time: '2018-01-09T20:27:48', + }, + { + voter: 'skoolielove', + weight: 36, + rshares: 608029164, + percent: 10000, + reputation: 1702198197, + time: '2018-01-09T03:10:21', + }, + { + voter: 'ignition', + weight: 168, + rshares: 2810203898, + percent: 10000, + reputation: 50903947, + time: '2018-01-08T21:46:12', + }, + { + voter: 'thehodler', + weight: 33, + rshares: 548583811, + percent: 10000, + reputation: '19896234524', + time: '2018-01-09T02:24:54', + }, + { + voter: 'imlikett', + weight: 425, + rshares: '7134340908', + percent: 10000, + reputation: '1878187076934', + time: '2018-01-08T22:45:48', + }, + { + voter: 'charles62768', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 1516403055, + time: '2018-01-09T13:13:21', + }, + { + voter: 'sheskates926', + weight: 26, + rshares: 441833755, + percent: 10000, + reputation: '134546897998', + time: '2018-01-08T17:37:15', + }, + { + voter: 'absn', + weight: 35, + rshares: 589915118, + percent: 10000, + reputation: '149542535757', + time: '2018-01-09T14:32:12', + }, + { + voter: 'cyphico', + weight: 56, + rshares: 945742040, + percent: 10000, + reputation: '46736798266', + time: '2018-01-09T00:05:57', + }, + { + voter: 'jabed70', + weight: 31, + rshares: 534617671, + percent: 10000, + reputation: '31265434481', + time: '2018-01-09T07:57:45', + }, + { + voter: 'kenshin22', + weight: 14, + rshares: 235762694, + percent: 10000, + reputation: '743919203865', + time: '2018-01-09T00:40:54', + }, + { + voter: 'imwillies', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 4083820183, + time: '2018-01-09T00:15:06', + }, + { + voter: 'indahkas', + weight: 33, + rshares: 543880431, + percent: 10000, + reputation: '5710576883', + time: '2018-01-08T22:48:30', + }, + { + voter: 'nasim143', + weight: 37, + rshares: 608358747, + percent: 10000, + reputation: '133119627332', + time: '2018-01-09T10:46:09', + }, + { + voter: 'draffanahmed', + weight: 3159, + rshares: '53001903846', + percent: 10000, + reputation: 4126558474, + time: '2018-01-09T05:26:09', + }, + { + voter: 'helmibireuen', + weight: 33, + rshares: 566558334, + percent: 10000, + reputation: '25818285980', + time: '2018-01-09T04:11:03', + }, + { + voter: 'onu2k', + weight: 36, + rshares: 603013600, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:28:54', + }, + { + voter: 'sziu', + weight: 24, + rshares: 400582799, + percent: 10000, + reputation: '125731681681', + time: '2018-01-08T21:53:18', + }, + { + voter: 'shallwey', + weight: 34, + rshares: 567032855, + percent: 10000, + reputation: 2888600361, + time: '2018-01-09T03:35:09', + }, + { + voter: 'aziziyuza', + weight: 34, + rshares: 560463168, + percent: 10000, + reputation: 2914798131, + time: '2018-01-09T07:16:42', + }, + { + voter: 'utso', + weight: 23, + rshares: 385496377, + percent: 10000, + reputation: '34617196173', + time: '2018-01-09T02:31:36', + }, + { + voter: 'dheenu0456', + weight: 13, + rshares: 233852744, + percent: 10000, + reputation: -77417153726, + time: '2018-01-09T16:11:06', + }, + { + voter: 'twinbabies', + weight: 11074, + rshares: '185791279713', + percent: 10000, + reputation: '2873995653378', + time: '2018-01-09T02:24:57', + }, + { + voter: 'stoneboy', + weight: 5, + rshares: 92175000, + percent: 10000, + reputation: -15720034479, + time: '2018-01-09T12:28:12', + }, + { + voter: 'frankyboy', + weight: 11, + rshares: 184351135, + percent: 10000, + reputation: '31258065714', + time: '2018-01-09T16:19:27', + }, + { + voter: 'ocupation', + weight: 73, + rshares: 2451208134, + percent: 10000, + reputation: '281062578650', + time: '2018-01-09T21:19:18', + }, + { + voter: 'pushup', + weight: 56026, + rshares: '939956334022', + percent: 680, + reputation: '289098229444', + time: '2018-01-08T20:52:09', + }, + { + voter: 'richwonder81', + weight: 24, + rshares: 410578193, + percent: 10000, + reputation: 1089309608, + time: '2018-01-09T04:41:51', + }, + { + voter: 'narwhal', + weight: 37, + rshares: 615893733, + percent: 10000, + reputation: 1410461536, + time: '2018-01-09T04:21:48', + }, + { + voter: 'ecoman1', + weight: 11, + rshares: 178206097, + percent: 10000, + reputation: -4042763106, + time: '2018-01-09T06:48:39', + }, + { + voter: 'munaw81', + weight: 33, + rshares: 543832500, + percent: 10000, + reputation: '4748271699', + time: '2018-01-09T19:10:12', + }, + { + voter: 'leeroyjenkins', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: '162115701814', + time: '2018-01-09T06:02:21', + }, + { + voter: 'mindsculptor', + weight: 28, + rshares: 473165000, + percent: 10000, + reputation: 38932316, + time: '2018-01-09T14:56:09', + }, + { + voter: 'osmanie', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: '15293325394', + time: '2018-01-09T11:43:21', + }, + { + voter: 'mdsujonislam', + weight: 5, + rshares: 80071594, + percent: 10000, + reputation: 2186636692, + time: '2018-01-09T13:46:33', + }, + { + voter: 'arslanq', + weight: 17, + rshares: 282671741, + percent: 10000, + reputation: '29248371338', + time: '2018-01-09T09:45:18', + }, + { + voter: 'aesh27', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 377269932, + time: '2018-01-09T12:01:18', + }, + { + voter: 'harsh1309', + weight: 34, + rshares: 569171000, + percent: 10000, + reputation: 1394725867, + time: '2018-01-09T07:57:06', + }, + { + voter: 'snics', + weight: 752, + rshares: '12617405619', + percent: 10000, + reputation: 223059939, + time: '2018-01-09T15:40:15', + }, + { + voter: 'moena', + weight: 36, + rshares: 591100496, + percent: 10000, + reputation: 214073010, + time: '2018-01-09T15:23:48', + }, + { + voter: 'adyaphotography', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: '36435806445', + time: '2018-01-09T00:20:21', + }, + { + voter: 'alan-walker', + weight: 75, + rshares: 625871414, + percent: 10000, + reputation: '144832974663', + time: '2018-01-08T16:54:42', + }, + { + voter: 'sharpjr', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 1090770918, + time: '2018-01-09T18:33:33', + }, + { + voter: 'adrian4all', + weight: 34, + rshares: 577633558, + percent: 10000, + reputation: '181873192124', + time: '2018-01-09T12:15:12', + }, + { + voter: 'spark92', + weight: 34, + rshares: 577629355, + percent: 10000, + reputation: 2919102076, + time: '2018-01-09T11:12:57', + }, + { + voter: 'ericsonporras', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: '4296707433', + time: '2018-01-08T22:24:51', + }, + { + voter: 'hridoy23', + weight: 266, + rshares: '4455820942', + percent: 10000, + reputation: '134477787369', + time: '2018-01-09T17:22:00', + }, + { + voter: 'spotting-car', + weight: 24, + rshares: 391011277, + percent: 10000, + reputation: '83690751872', + time: '2018-01-08T18:06:45', + }, + { + voter: 'robotics101', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:15:24', + }, + { + voter: 'zeewyr', + weight: 18, + rshares: 305152662, + percent: 10000, + reputation: 1327970565, + time: '2018-01-08T19:09:48', + }, + { + voter: 'vohlm', + weight: 184, + rshares: 3090824243, + percent: 10000, + reputation: '105424154747', + time: '2018-01-09T15:29:21', + }, + { + voter: 'balncila7034', + weight: 17, + rshares: 593783800, + percent: 10000, + reputation: 156174341, + time: '2018-01-09T23:29:45', + }, + { + voter: 'subtilor', + weight: 655, + rshares: '11003232216', + percent: 10000, + reputation: 0, + time: '2018-01-09T18:13:03', + }, + { + voter: 'youngeric', + weight: 50, + rshares: 823625133, + percent: 10000, + reputation: '171610933131', + time: '2018-01-08T22:13:42', + }, + { + voter: 'iforge', + weight: 28, + rshares: 477056613, + percent: 10000, + reputation: '15150459648', + time: '2018-01-09T11:17:15', + }, + { + voter: 'shahjalal01', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 1208171652, + time: '2018-01-09T08:53:27', + }, + { + voter: 'annie.kutelova', + weight: 74, + rshares: 1251587549, + percent: 10000, + reputation: '646380376478', + time: '2018-01-09T12:22:03', + }, + { + voter: 'sharmlock', + weight: 131, + rshares: 2205030683, + percent: 10000, + reputation: '1441336222203', + time: '2018-01-09T09:34:39', + }, + { + voter: 'oksanakazakova', + weight: 48, + rshares: 810585928, + percent: 10000, + reputation: '5425653172', + time: '2018-01-09T20:36:24', + }, + { + voter: 'walitineraire', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 1892480, + time: '2018-01-08T23:37:54', + }, + { + voter: 'lyon89', + weight: 51, + rshares: 844822324, + percent: 10000, + reputation: '394329130049', + time: '2018-01-09T06:01:39', + }, + { + voter: 'shamunnabi', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '72193756206', + time: '2018-01-09T08:13:15', + }, + { + voter: 'jostro', + weight: 36, + rshares: 614626685, + percent: 10000, + reputation: '193038312327', + time: '2018-01-09T13:10:09', + }, + { + voter: 'juanzam', + weight: 0, + rshares: 0, + percent: 0, + reputation: 1603844425, + time: '2018-01-08T23:57:12', + }, + { + voter: 'jude0', + weight: 32, + rshares: 535328400, + percent: 10000, + reputation: 89961047, + time: '2018-01-09T12:07:39', + }, + { + voter: 'manees', + weight: 34, + rshares: 581516163, + percent: 10000, + reputation: 1637759134, + time: '2018-01-09T06:54:15', + }, + { + voter: 'reynierux', + weight: 35, + rshares: 584498714, + percent: 10000, + reputation: 1451201996, + time: '2018-01-08T22:00:39', + }, + { + voter: 'reyadapon', + weight: 31, + rshares: 525572638, + percent: 10000, + reputation: '92438403799', + time: '2018-01-09T11:34:54', + }, + { + voter: 'lucienroy', + weight: 40, + rshares: 668554733, + percent: 10000, + reputation: '71885041772', + time: '2018-01-08T19:33:15', + }, + { + voter: 'haypee', + weight: 37, + rshares: 615402057, + percent: 10000, + reputation: 1596670497, + time: '2018-01-09T14:19:03', + }, + { + voter: 'mehditanver', + weight: 37, + rshares: 617985828, + percent: 10000, + reputation: 1441305980, + time: '2018-01-09T04:18:00', + }, + { + voter: 'jorcec', + weight: 32, + rshares: 534615000, + percent: 10000, + reputation: '5342610318', + time: '2018-01-08T22:09:15', + }, + { + voter: 'yousep', + weight: 21, + rshares: 346883662, + percent: 10000, + reputation: '23382840408', + time: '2018-01-09T03:41:30', + }, + { + voter: 'mayurhero', + weight: 20, + rshares: 324721415, + percent: 10000, + reputation: 1398273557, + time: '2018-01-09T18:13:33', + }, + { + voter: 'bhavin4mech', + weight: 644, + rshares: '10803680932', + percent: 5000, + reputation: '8775119785', + time: '2018-01-09T03:47:33', + }, + { + voter: 'nadineo', + weight: 31, + rshares: 519710269, + percent: 10000, + reputation: '32201538750', + time: '2018-01-08T22:45:03', + }, + { + voter: 'maryanaro', + weight: 24, + rshares: 411964565, + percent: 10000, + reputation: '58218477553', + time: '2018-01-09T19:42:48', + }, + { + voter: 'edwuadr', + weight: 18, + rshares: 304179373, + percent: 10000, + reputation: '8786634205', + time: '2018-01-09T12:42:24', + }, + { + voter: 'emptyboy', + weight: 62, + rshares: 1041063336, + percent: 10000, + reputation: '448514173009', + time: '2018-01-08T23:44:03', + }, + { + voter: 'bbberic', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: '20372921392', + time: '2018-01-09T17:35:06', + }, + { + voter: 'rethinkingbelief', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: '50786129239', + time: '2018-01-09T07:15:33', + }, + { + voter: 'business.quotes', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: '18118325253', + time: '2018-01-08T21:47:18', + }, + { + voter: 'mommymedley', + weight: 33, + rshares: 559941200, + percent: 10000, + reputation: 35576057, + time: '2018-01-09T16:23:21', + }, + { + voter: 'pequef', + weight: 17, + rshares: 298072238, + percent: 10000, + reputation: '9412094278', + time: '2018-01-09T04:04:45', + }, + { + voter: 'muhammadnoval18', + weight: 32, + rshares: 535900004, + percent: 10000, + reputation: 418633797, + time: '2018-01-09T12:43:09', + }, + { + voter: 'chomba', + weight: 27, + rshares: 451660282, + percent: 10000, + reputation: '224938143623', + time: '2018-01-09T14:28:54', + }, + { + voter: 'ivovanrhijn', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 1528541877, + time: '2018-01-09T17:20:15', + }, + { + voter: 'meiyappanmurugan', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: '28243183241', + time: '2018-01-09T11:37:39', + }, + { + voter: 'thajokkeftw', + weight: 16, + rshares: 547634800, + percent: 10000, + reputation: 32123786, + time: '2018-01-09T21:35:06', + }, + { + voter: 'chibuike', + weight: 362, + rshares: '6069857075', + percent: 10000, + reputation: '23024873396', + time: '2018-01-09T17:11:39', + }, + { + voter: 'miguelrys1', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 2759402516, + time: '2018-01-08T23:00:00', + }, + { + voter: 'reina.gomez', + weight: 28, + rshares: 473165000, + percent: 10000, + reputation: '20134693358', + time: '2018-01-08T20:51:54', + }, + { + voter: 'saimraput', + weight: 35, + rshares: 593783800, + percent: 10000, + reputation: 518360103, + time: '2018-01-09T07:08:09', + }, + { + voter: 'jeizwannahavfun', + weight: 37, + rshares: 625745395, + percent: 10000, + reputation: '782637854642', + time: '2018-01-09T11:13:39', + }, + { + voter: 'zirar', + weight: 11505, + rshares: '6677834548', + percent: 10000, + reputation: '39901899859', + time: '2018-01-08T16:27:33', + }, + { + voter: 'biglutha', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:19:03', + }, + { + voter: 'thyner', + weight: 35, + rshares: 593823348, + percent: 10000, + reputation: '23620017098', + time: '2018-01-09T14:55:09', + }, + { + voter: 'itsju', + weight: 136, + rshares: 2282819231, + percent: 10000, + reputation: 1281403898, + time: '2018-01-09T01:29:24', + }, + { + voter: 'ahmed12', + weight: 36, + rshares: 603013600, + percent: 10000, + reputation: 17594305, + time: '2018-01-09T14:07:27', + }, + { + voter: 'afm007', + weight: 51, + rshares: 862833566, + percent: 10000, + reputation: '419467766046', + time: '2018-01-09T04:08:57', + }, + { + voter: 'jumaidi', + weight: 33, + rshares: 547634800, + percent: 10000, + reputation: 23506391, + time: '2018-01-09T19:04:48', + }, + { + voter: 'ipman62', + weight: 15, + rshares: 473796400, + percent: 10000, + reputation: 0, + time: '2018-01-09T23:31:51', + }, + { + voter: 'photohunter', + weight: 39, + rshares: 650561366, + percent: 10000, + reputation: '78081897353', + time: '2018-01-09T13:56:33', + }, + { + voter: 'hendrapranabal', + weight: 14, + rshares: 242728995, + percent: 10000, + reputation: '79304207823', + time: '2018-01-09T08:37:30', + }, + { + voter: 'antikesdenken', + weight: 154, + rshares: 2584122120, + percent: 10000, + reputation: '225607615946', + time: '2018-01-09T13:46:24', + }, + { + voter: 'yesil', + weight: 1339, + rshares: '22472138784', + percent: 10000, + reputation: '24886388392', + time: '2018-01-08T19:56:54', + }, + { + voter: 'fargo', + weight: 40, + rshares: 659416001, + percent: 10000, + reputation: '50227464975', + time: '2018-01-09T03:47:42', + }, + { + voter: 'ernestfung', + weight: 3986, + rshares: '66867782844', + percent: 10000, + reputation: '100635247737', + time: '2018-01-09T13:15:57', + }, + { + voter: 'xeccedentesiast', + weight: 41, + rshares: 678016137, + percent: 10000, + reputation: '93734186494', + time: '2018-01-09T06:44:57', + }, + { + voter: 'jacoknoetze', + weight: 155, + rshares: 2604526013, + percent: 10000, + reputation: '1341737130286', + time: '2018-01-09T14:13:12', + }, + { + voter: 'arumashi', + weight: 34, + rshares: 569588711, + percent: 10000, + reputation: 1718597015, + time: '2018-01-09T09:01:42', + }, + { + voter: 'steemblogger', + weight: 34, + rshares: 574309500, + percent: 10000, + reputation: '308461659174', + time: '2018-01-09T20:37:33', + }, + { + voter: 'jdaboin', + weight: 35, + rshares: 596065000, + percent: 10000, + reputation: '75327962327', + time: '2018-01-09T14:39:06', + }, + { + voter: 'pepedumont', + weight: 32, + rshares: 522568757, + percent: 10000, + reputation: 1774731024, + time: '2018-01-09T11:43:12', + }, + { + voter: 'arnelpancho', + weight: 36, + rshares: 611427500, + percent: 10000, + reputation: '43600498218', + time: '2018-01-09T02:53:09', + }, + { + voter: 'florasarti', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: '32601585367', + time: '2018-01-08T20:41:21', + }, + { + voter: 'lallto777', + weight: 32, + rshares: 541481600, + percent: 10000, + reputation: 85596224, + time: '2018-01-09T09:28:24', + }, + { + voter: 'sanif', + weight: 37, + rshares: 615401988, + percent: 10000, + reputation: 174647331, + time: '2018-01-09T16:19:00', + }, + { + voter: 'karolynaz', + weight: 5, + rshares: 83184397, + percent: 10000, + reputation: '15905146083', + time: '2018-01-09T14:16:30', + }, + { + voter: 'munawiratjeh', + weight: 35, + rshares: 586851115, + percent: 10000, + reputation: 3141955020, + time: '2018-01-09T11:54:12', + }, + { + voter: 'thepajaro', + weight: 16, + rshares: 271691478, + percent: 10000, + reputation: '21572385764', + time: '2018-01-09T01:51:48', + }, + { + voter: 'angelairen', + weight: 0, + rshares: 448587763, + percent: 10000, + reputation: 3959295179, + time: '2018-01-09T19:57:03', + }, + { + voter: 'blockchainkarma', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 63576725, + time: '2018-01-08T21:57:45', + }, + { + voter: 'nurislam', + weight: 23, + rshares: 386746444, + percent: 10000, + reputation: '11715214573', + time: '2018-01-09T04:17:45', + }, + { + voter: 'upmyvote', + weight: 84175, + rshares: '1412220812850', + percent: 833, + reputation: '285388455528', + time: '2018-01-08T18:39:15', + }, + { + voter: 'mattatron', + weight: 36, + rshares: 615442940, + percent: 10000, + reputation: 95912181, + time: '2018-01-09T11:35:30', + }, + { + voter: 'davart', + weight: 32, + rshares: 535328400, + percent: 10000, + reputation: 78733638, + time: '2018-01-09T09:29:42', + }, + { + voter: 'elzaevtimova', + weight: 8, + rshares: 264728529, + percent: 10000, + reputation: 280175180, + time: '2018-01-09T22:48:57', + }, + { + voter: 'assyamchild93', + weight: 33, + rshares: 546855029, + percent: 10000, + reputation: '7028250478', + time: '2018-01-09T05:29:15', + }, + { + voter: 'uberfreelancer', + weight: 192, + rshares: 3229469552, + percent: 10000, + reputation: '630096097303', + time: '2018-01-09T03:25:51', + }, + { + voter: 'newlive', + weight: 3, + rshares: 55305340, + percent: 10000, + reputation: '8482414883', + time: '2018-01-09T10:25:57', + }, + { + voter: 'omarid', + weight: 9, + rshares: 150763453, + percent: 10000, + reputation: -7079240925, + time: '2018-01-09T11:17:06', + }, + { + voter: 'bicata', + weight: 35, + rshares: 583778596, + percent: 10000, + reputation: '170559475965', + time: '2018-01-09T12:18:30', + }, + { + voter: 'unbearable', + weight: 64, + rshares: 1065843208, + percent: 10000, + reputation: 572814384, + time: '2018-01-09T17:13:27', + }, + { + voter: 'usagi898', + weight: 33, + rshares: 561918838, + percent: 10000, + reputation: 963636280, + time: '2018-01-09T05:40:00', + }, + { + voter: 'luke-life', + weight: 57, + rshares: 962736327, + percent: 10000, + reputation: '26163720314', + time: '2018-01-09T07:41:00', + }, + { + voter: 'skullangs', + weight: 37, + rshares: 614503071, + percent: 10000, + reputation: '6754488976', + time: '2018-01-09T14:11:45', + }, + { + voter: 'cmaster91', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 3338884301, + time: '2018-01-09T16:15:30', + }, + { + voter: 'durianpop', + weight: 35, + rshares: 603013600, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:02:06', + }, + { + voter: 'rafael.espina', + weight: 28, + rshares: 464797478, + percent: 10000, + reputation: '320522097991', + time: '2018-01-09T10:07:12', + }, + { + voter: 'danibehram', + weight: 4, + rshares: 67595000, + percent: 10000, + reputation: '4434630432', + time: '2018-01-09T08:01:54', + }, + { + voter: 'calligiato', + weight: 3, + rshares: 55330809, + percent: 940, + reputation: '5764938633', + time: '2018-01-08T21:28:57', + }, + { + voter: 'badriadi83', + weight: 10, + rshares: 181339042, + percent: 10000, + reputation: '55360453854', + time: '2018-01-09T18:01:42', + }, + { + voter: 'superherogamesq', + weight: 110, + rshares: 1843877538, + percent: 10000, + reputation: '645192188605', + time: '2018-01-08T22:24:51', + }, + { + voter: 'luoq', + weight: 3637, + rshares: '61018540726', + percent: 10000, + reputation: 2621304155, + time: '2018-01-09T01:35:39', + }, + { + voter: 'kristaldiva', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '34192234703', + time: '2018-01-09T06:18:54', + }, + { + voter: 'erikacmorales', + weight: 31, + rshares: 519252500, + percent: 10000, + reputation: '28710296697', + time: '2018-01-09T10:07:09', + }, + { + voter: 'alex1999', + weight: 35, + rshares: 587630600, + percent: 10000, + reputation: 178582360, + time: '2018-01-09T04:03:24', + }, + { + voter: 'oxozi', + weight: 117, + rshares: 1961651890, + percent: 10000, + reputation: '48977675673', + time: '2018-01-09T11:34:00', + }, + { + voter: 'rumal11gaming', + weight: 554, + rshares: 627135498, + percent: 10000, + reputation: '51384008475', + time: '2018-01-08T16:20:57', + }, + { + voter: 'slydogg', + weight: 35, + rshares: 580398787, + percent: 10000, + reputation: '335707481343', + time: '2018-01-09T20:24:51', + }, + { + voter: 'gabinart3', + weight: 37, + rshares: 619203735, + percent: 10000, + reputation: '82380084005', + time: '2018-01-09T02:32:54', + }, + { + voter: 'ottto', + weight: 26, + rshares: 449183600, + percent: 10000, + reputation: 489694168, + time: '2018-01-08T23:39:03', + }, + { + voter: 'thecooldentist', + weight: 38, + rshares: 628341996, + percent: 10000, + reputation: '308953380187', + time: '2018-01-09T14:30:45', + }, + { + voter: 'baart', + weight: 403, + rshares: 3378286836, + percent: 10000, + reputation: '1513762123515', + time: '2018-01-08T16:53:00', + }, + { + voter: 'pakiraamtv', + weight: 28, + rshares: 476236968, + percent: 10000, + reputation: '28845457312', + time: '2018-01-09T10:31:36', + }, + { + voter: 'zakir.quetta', + weight: 83, + rshares: 1392519051, + percent: 10000, + reputation: '831966810528', + time: '2018-01-09T01:11:24', + }, + { + voter: 'zpzn', + weight: 8, + rshares: 128674840, + percent: 10000, + reputation: '40274558273', + time: '2018-01-09T08:44:42', + }, + { + voter: 'voyager7', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 3987019097, + time: '2018-01-09T16:50:54', + }, + { + voter: 'erikc', + weight: 26, + rshares: 427080131, + percent: 10000, + reputation: 3729282582, + time: '2018-01-09T17:40:39', + }, + { + voter: 'pianocea', + weight: 237, + rshares: 3984185832, + percent: 10000, + reputation: '4642990399', + time: '2018-01-09T14:13:21', + }, + { + voter: 'argalf', + weight: 17, + rshares: 572247600, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:24:09', + }, + { + voter: 'skritataistina', + weight: 36, + rshares: 603013600, + percent: 10000, + reputation: 3121729482, + time: '2018-01-09T13:48:15', + }, + { + voter: 'bestbroplayer', + weight: 7614, + rshares: '127753757651', + percent: 10000, + reputation: '41323164245', + time: '2018-01-08T23:04:21', + }, + { + voter: 'piershampton', + weight: 36, + rshares: 602213009, + percent: 10000, + reputation: '7075418024', + time: '2018-01-09T10:11:21', + }, + { + voter: 'hariom25', + weight: 74, + rshares: 1245539572, + percent: 10000, + reputation: 2200810811, + time: '2018-01-09T05:33:45', + }, + { + voter: 'emicazal', + weight: 18, + rshares: 312506975, + percent: 10000, + reputation: '50668330000', + time: '2018-01-08T23:47:09', + }, + { + voter: 'dblstr', + weight: 416, + rshares: '6989892148', + percent: 5000, + reputation: '34719214354', + time: '2018-01-09T15:27:12', + }, + { + voter: 'rapibordir', + weight: 35, + rshares: 587281190, + percent: 10000, + reputation: 2939243252, + time: '2018-01-09T13:42:18', + }, + { + voter: 'andrei24', + weight: 11, + rshares: 194721609, + percent: 10000, + reputation: '12141547706', + time: '2018-01-09T00:15:12', + }, + { + voter: 'thedrewshow', + weight: 18, + rshares: 312207993, + percent: 10000, + reputation: '221021947647', + time: '2018-01-09T19:12:54', + }, + { + voter: 'parandox', + weight: 25, + rshares: 427288812, + percent: 10000, + reputation: '7888262421', + time: '2018-01-09T17:13:30', + }, + { + voter: 'blto83', + weight: 37, + rshares: 616386428, + percent: 10000, + reputation: 1014544529, + time: '2018-01-09T21:13:09', + }, + { + voter: 'bluewave', + weight: 85, + rshares: 1421297708, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:40:42', + }, + { + voter: 'zoeyryan', + weight: 36, + rshares: 616181227, + percent: 10000, + reputation: 384775561, + time: '2018-01-09T15:23:36', + }, + { + voter: 'duartenunes', + weight: 31, + rshares: 518056087, + percent: 10000, + reputation: '236541299228', + time: '2018-01-09T16:09:42', + }, + { + voter: 'sonofthunder', + weight: 56, + rshares: 937228991, + percent: 10000, + reputation: '403231321256', + time: '2018-01-09T08:26:39', + }, + { + voter: 'warriorwealth', + weight: 24, + rshares: 402499511, + percent: 10000, + reputation: '4816123816', + time: '2018-01-09T12:04:48', + }, + { + voter: 'maovader888', + weight: 12, + rshares: 206491410, + percent: 10000, + reputation: -5278725087, + time: '2018-01-08T23:50:30', + }, + { + voter: 'jhoselynecsolfob', + weight: 51, + rshares: 848685117, + percent: 10000, + reputation: '151780549091', + time: '2018-01-09T00:33:48', + }, + { + voter: 'johngabriel', + weight: 63, + rshares: 1057207284, + percent: 10000, + reputation: '84007533160', + time: '2018-01-09T14:19:36', + }, + { + voter: 'yourlovelyness', + weight: 45, + rshares: 746011259, + percent: 10000, + reputation: '67120519511', + time: '2018-01-09T02:42:00', + }, + { + voter: 'loolust', + weight: 36, + rshares: 615771276, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:22:09', + }, + { + voter: 'toufiqsoudagar', + weight: 37, + rshares: 617774707, + percent: 10000, + reputation: '8214153585', + time: '2018-01-09T02:14:27', + }, + { + voter: 'moogyz', + weight: 83, + rshares: 1385149326, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:09:12', + }, + { + voter: 'denzak', + weight: 25, + rshares: 419905512, + percent: 10000, + reputation: '5969138215', + time: '2018-01-09T00:16:48', + }, + { + voter: 'nancymoral', + weight: 56, + rshares: 934097979, + percent: 10000, + reputation: '88888046777', + time: '2018-01-09T00:38:57', + }, + { + voter: 'carrioner', + weight: 792, + rshares: '13274893422', + percent: 10000, + reputation: '972765115283', + time: '2018-01-08T19:03:36', + }, + { + voter: 'adventuretours', + weight: 37, + rshares: 615647746, + percent: 10000, + reputation: 1994397157, + time: '2018-01-08T20:55:48', + }, + { + voter: 'epshare', + weight: 32, + rshares: 547817196, + percent: 10000, + reputation: 98879544, + time: '2018-01-08T20:20:51', + }, + { + voter: 'mycrypteria', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:05:48', + }, + { + voter: 'teeegs90', + weight: 808, + rshares: '13556871614', + percent: 10000, + reputation: '46899932492', + time: '2018-01-09T09:56:09', + }, + { + voter: 'egoisdead', + weight: 39, + rshares: 661196070, + percent: 10000, + reputation: '92770816593', + time: '2018-01-08T22:10:33', + }, + { + voter: 'hrbnlgndgk', + weight: 19, + rshares: 319855169, + percent: 10000, + reputation: 101657947, + time: '2018-01-08T20:23:09', + }, + { + voter: 'dianemarra', + weight: 312, + rshares: '5236557631', + percent: 10000, + reputation: 104667395, + time: '2018-01-09T04:40:48', + }, + { + voter: 'nomadcinematics', + weight: 17, + rshares: 593783800, + percent: 10000, + reputation: '6995479358', + time: '2018-01-09T23:37:21', + }, + { + voter: 'onesound6', + weight: 30, + rshares: 505862913, + percent: 10000, + reputation: 4107047624, + time: '2018-01-09T04:32:42', + }, + { + voter: 'junfadriquela', + weight: 37, + rshares: 618846705, + percent: 10000, + reputation: 3843015240, + time: '2018-01-09T03:24:03', + }, + { + voter: 'muhammadnazir', + weight: 37, + rshares: 614831522, + percent: 10000, + reputation: '5661736805', + time: '2018-01-09T09:27:33', + }, + { + voter: 'pedrolavado', + weight: 74, + rshares: 616959126, + percent: 10000, + reputation: '19369015461', + time: '2018-01-08T17:21:33', + }, + { + voter: 'danllelys', + weight: 13, + rshares: 218802585, + percent: 10000, + reputation: '21517188904', + time: '2018-01-08T18:14:24', + }, + { + voter: 'sheilamenher', + weight: 37, + rshares: 606090200, + percent: 10000, + reputation: 103519581, + time: '2018-01-09T19:16:57', + }, + { + voter: 'egyption', + weight: 24, + rshares: 399207365, + percent: 10000, + reputation: 3182104865, + time: '2018-01-09T08:43:27', + }, + { + voter: 'doobs', + weight: 36, + rshares: 615360992, + percent: 10000, + reputation: 127186377, + time: '2018-01-09T03:10:12', + }, + { + voter: 'cryptoprupp', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: '21538432000', + time: '2018-01-08T21:19:00', + }, + { + voter: 'sugestiones', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '21783829371', + time: '2018-01-09T17:21:39', + }, + { + voter: 'dec82017', + weight: 37, + rshares: 615770631, + percent: 10000, + reputation: 35121014, + time: '2018-01-09T11:43:42', + }, + { + voter: 'asiannerd', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:36:30', + }, + { + voter: 'willieweenie', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:35:51', + }, + { + voter: 'hobblehenry', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:27:15', + }, + { + voter: 'frodothegreat', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:27:21', + }, + { + voter: 'elmessoudi', + weight: 35, + rshares: 596223950, + percent: 10000, + reputation: '30293742809', + time: '2018-01-09T10:52:15', + }, + { + voter: 'stratisnerd23', + weight: 35, + rshares: 581477400, + percent: 10000, + reputation: 76812971, + time: '2018-01-09T11:00:00', + }, + { + voter: 'bartheek', + weight: 64, + rshares: 1065489340, + percent: 10000, + reputation: '49529261324', + time: '2018-01-09T03:49:06', + }, + { + voter: 'wllmdnnd', + weight: 652, + rshares: '10949284250', + percent: 10000, + reputation: '20759090560', + time: '2018-01-09T10:27:57', + }, + { + voter: 'stonesoldier', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:41:24', + }, + { + voter: 'michaelbisbell', + weight: 70, + rshares: 1176419411, + percent: 10000, + reputation: 2528579152, + time: '2018-01-08T21:34:00', + }, + { + voter: 'divinetouch', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '9551807669', + time: '2018-01-09T12:50:09', + }, + { + voter: 'lobo-de-panonia', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:14:57', + }, + { + voter: 'pepolinko', + weight: 33, + rshares: 559941200, + percent: 10000, + reputation: 286303580, + time: '2018-01-09T12:22:21', + }, + { + voter: 'linkonsaha31', + weight: 19, + rshares: 316469449, + percent: 10000, + reputation: 2562578384, + time: '2018-01-09T20:43:03', + }, + { + voter: 'propicio-cejota', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:44:48', + }, + { + voter: 'nageshwar0369', + weight: 15, + rshares: 237511956, + percent: 10000, + reputation: '8296039113', + time: '2018-01-09T06:25:45', + }, + { + voter: 'mikefromtheuk', + weight: 14, + rshares: 241579408, + percent: 10000, + reputation: '19000183985', + time: '2018-01-08T21:10:06', + }, + { + voter: 'stanpai', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:20:33', + }, + { + voter: 'kenmelendez', + weight: 60, + rshares: 1011660035, + percent: 10000, + reputation: '10552877512', + time: '2018-01-08T20:49:45', + }, + { + voter: 'bbell909', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 1675536, + time: '2018-01-08T21:27:24', + }, + { + voter: 'awhsarada', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 2231191721, + time: '2018-01-09T13:20:51', + }, + { + voter: 'realurbanartist', + weight: 152, + rshares: 2549230588, + percent: 10000, + reputation: '2157628721797', + time: '2018-01-08T23:38:18', + }, + { + voter: 'medicinemerchant', + weight: 103, + rshares: 1728270767, + percent: 10000, + reputation: '341264537684', + time: '2018-01-09T05:27:03', + }, + { + voter: 'zayarch', + weight: 43, + rshares: 730962559, + percent: 10000, + reputation: '45630165831', + time: '2018-01-09T04:46:06', + }, + { + voter: 'manojahi', + weight: 35, + rshares: 593783800, + percent: 10000, + reputation: 187673171, + time: '2018-01-09T07:37:00', + }, + { + voter: 'riciingenito', + weight: 36, + rshares: 606574582, + percent: 10000, + reputation: 328153530, + time: '2018-01-08T23:16:21', + }, + { + voter: 'fachrul21', + weight: 29, + rshares: 487178067, + percent: 10000, + reputation: '425936798193', + time: '2018-01-09T14:57:36', + }, + { + voter: 'josejirafa', + weight: 21, + rshares: 359989883, + percent: 10000, + reputation: '500120312495', + time: '2018-01-09T09:51:42', + }, + { + voter: 'tabrellik05', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:50:51', + }, + { + voter: 'rellishnc', + weight: 37, + rshares: 615934966, + percent: 10000, + reputation: 499864455, + time: '2018-01-09T15:45:51', + }, + { + voter: 'jerrycrypto', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:58:24', + }, + { + voter: 'zulfikar10', + weight: 27, + rshares: 449423036, + percent: 10000, + reputation: 1284707830, + time: '2018-01-09T11:26:39', + }, + { + voter: 'vigneshwar66', + weight: 29, + rshares: 490417478, + percent: 10000, + reputation: 700419016, + time: '2018-01-08T18:43:18', + }, + { + voter: 'excedrah', + weight: 18, + rshares: 608351422, + percent: 10000, + reputation: 1175612511, + time: '2018-01-09T21:48:39', + }, + { + voter: 'haydenhougen', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 460699688, + time: '2018-01-08T20:44:06', + }, + { + voter: 'najar10791', + weight: 7, + rshares: 116755000, + percent: 10000, + reputation: '6813482029', + time: '2018-01-09T05:59:27', + }, + { + voter: 'waleed45', + weight: 37, + rshares: 614982966, + percent: 10000, + reputation: 834715001, + time: '2018-01-09T21:09:12', + }, + { + voter: 'draqla', + weight: 36, + rshares: 593893755, + percent: 10000, + reputation: 326634724, + time: '2018-01-08T22:52:18', + }, + { + voter: 'siralexf', + weight: 120, + rshares: 2008232499, + percent: 10000, + reputation: '6575740835', + time: '2018-01-09T07:52:39', + }, + { + voter: 'thethtooaung', + weight: 27, + rshares: 451687610, + percent: 10000, + reputation: '105541515529', + time: '2018-01-09T14:38:12', + }, + { + voter: 'mirelon', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 42072421, + time: '2018-01-09T10:41:27', + }, + { + voter: 'j4nke', + weight: 96, + rshares: 1616669531, + percent: 10000, + reputation: '807284862125', + time: '2018-01-09T05:28:12', + }, + { + voter: 'large-crypto', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 841072181, + time: '2018-01-09T06:35:12', + }, + { + voter: 'imren', + weight: 0, + rshares: 605282500, + percent: 10000, + reputation: '8952034608', + time: '2018-01-09T18:52:39', + }, + { + voter: 'nikola13', + weight: 25, + rshares: 420919004, + percent: 10000, + reputation: 1746539243, + time: '2018-01-08T21:55:57', + }, + { + voter: 'wealthgfx', + weight: 37, + rshares: 605637100, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:37:54', + }, + { + voter: 'everydaycoach', + weight: 1130, + rshares: 772932029, + percent: 10000, + reputation: '130489064389', + time: '2018-01-08T16:37:00', + }, + { + voter: 'tamaramariadavey', + weight: 29, + rshares: 482384910, + percent: 10000, + reputation: '172972049721', + time: '2018-01-09T16:22:57', + }, + { + voter: 'cryptowani', + weight: 390, + rshares: '6540042146', + percent: 10000, + reputation: '7576545592', + time: '2018-01-09T16:39:21', + }, + { + voter: 'bb-96', + weight: 37, + rshares: 614982927, + percent: 10000, + reputation: 479961235, + time: '2018-01-09T17:45:24', + }, + { + voter: 'mukaiselekwa', + weight: 90, + rshares: 1503601195, + percent: 10000, + reputation: '25889812766', + time: '2018-01-09T00:35:18', + }, + { + voter: 'thegwench', + weight: 7, + rshares: 119897700, + percent: 10000, + reputation: 611783853, + time: '2018-01-09T05:57:15', + }, + { + voter: 'santano', + weight: 25, + rshares: 424253400, + percent: 10000, + reputation: 351206455, + time: '2018-01-08T20:00:21', + }, + { + voter: 'ssjj9366', + weight: 20, + rshares: 338173000, + percent: 10000, + reputation: '29516614989', + time: '2018-01-09T16:34:21', + }, + { + voter: 'maxx4137', + weight: 393, + rshares: '6598705853', + percent: 10000, + reputation: '24640938760', + time: '2018-01-09T03:20:51', + }, + { + voter: 'jerrygan', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:32:54', + }, + { + voter: 'badebade', + weight: 43321, + rshares: '363410633646', + percent: 10000, + reputation: 0, + time: '2018-01-08T17:10:24', + }, + { + voter: 'brainnipper', + weight: 118, + rshares: 1988692773, + percent: 10000, + reputation: '382780250637', + time: '2018-01-09T20:13:30', + }, + { + voter: 'fixmod', + weight: 15, + rshares: 246117135, + percent: 10000, + reputation: 139517544, + time: '2018-01-09T20:03:45', + }, + { + voter: 'swethu', + weight: 15, + rshares: 242728713, + percent: 10000, + reputation: 4054974538, + time: '2018-01-09T07:45:42', + }, + { + voter: 'mrxxxx200', + weight: 37, + rshares: 605677468, + percent: 10000, + reputation: 1332283922, + time: '2018-01-09T10:57:27', + }, + { + voter: 'papes1md', + weight: 629, + rshares: '10563573766', + percent: 10000, + reputation: 0, + time: '2018-01-09T17:27:12', + }, + { + voter: 'heberthjose', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: '11252064613', + time: '2018-01-09T01:39:12', + }, + { + voter: 'alejandrofa', + weight: 6, + rshares: 86080400, + percent: 10000, + reputation: 60177581, + time: '2018-01-09T04:09:30', + }, + { + voter: 'simeonayanlade', + weight: 31, + rshares: 516482400, + percent: 10000, + reputation: 712011753, + time: '2018-01-09T08:05:33', + }, + { + voter: 'shawnlafountain', + weight: 36, + rshares: 603807900, + percent: 10000, + reputation: 500102457, + time: '2018-01-09T00:42:54', + }, + { + voter: 'dosbosnivianos', + weight: 22, + rshares: 354785446, + percent: 10000, + reputation: '139377034335', + time: '2018-01-09T01:56:15', + }, + { + voter: 'shinedojo', + weight: 1311, + rshares: 1046933534, + percent: 10000, + reputation: '102024834704', + time: '2018-01-08T16:33:42', + }, + { + voter: 'mauigold808', + weight: 8, + rshares: 138263190, + percent: 10000, + reputation: '15677184615', + time: '2018-01-09T08:44:48', + }, + { + voter: 'dylansmith', + weight: 143, + rshares: 2401608474, + percent: 10000, + reputation: '6929417572', + time: '2018-01-09T06:43:33', + }, + { + voter: 'bitoneeight', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:58:36', + }, + { + voter: 'nannhtike', + weight: 24, + rshares: 399091895, + percent: 10000, + reputation: '44027865954', + time: '2018-01-09T04:32:09', + }, + { + voter: 'loniloniloni', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:03:00', + }, + { + voter: 'nyinyilwin', + weight: 24, + rshares: 397671589, + percent: 5387, + reputation: '24449672198', + time: '2018-01-09T03:04:33', + }, + { + voter: 'dmskihomestead', + weight: 36, + rshares: 589355925, + percent: 10000, + reputation: '47748004264', + time: '2018-01-08T19:58:00', + }, + { + voter: 'emma4ward', + weight: 36, + rshares: 615597730, + percent: 10000, + reputation: 328120450, + time: '2018-01-09T05:52:06', + }, + { + voter: 'sunnyraph', + weight: 37, + rshares: 616622882, + percent: 10000, + reputation: 1697914190, + time: '2018-01-09T13:35:18', + }, + { + voter: 'marksoswavey', + weight: 21, + rshares: 356160575, + percent: 10000, + reputation: '11086229820', + time: '2018-01-08T22:28:48', + }, + { + voter: 'kentzz001', + weight: 17, + rshares: 284850448, + percent: 10000, + reputation: '145735075066', + time: '2018-01-09T10:55:33', + }, + { + voter: 'sparkosonic', + weight: 31, + rshares: 516551251, + percent: 10000, + reputation: '22544168644', + time: '2018-01-08T18:08:18', + }, + { + voter: 'jjrousseau', + weight: 36, + rshares: 615597790, + percent: 10000, + reputation: 295619137, + time: '2018-01-09T20:04:54', + }, + { + voter: 'artking', + weight: 32, + rshares: 550299700, + percent: 10000, + reputation: '13754380580', + time: '2018-01-09T01:15:27', + }, + { + voter: 'raymmo', + weight: 151, + rshares: 2547207970, + percent: 10000, + reputation: 3465579827, + time: '2018-01-09T02:40:30', + }, + { + voter: 'bcre8iv3', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:47:42', + }, + { + voter: 'robertgelbmann', + weight: 36, + rshares: 599236420, + percent: 10000, + reputation: 680218463, + time: '2018-01-09T16:02:03', + }, + { + voter: 'kvatsavayi', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:36:21', + }, + { + voter: 'yourtime', + weight: 30, + rshares: 491888000, + percent: 10000, + reputation: 738171631, + time: '2018-01-09T05:53:15', + }, + { + voter: 'saxhouse', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:45:18', + }, + { + voter: 'losthippie', + weight: 31, + rshares: 522325000, + percent: 10000, + reputation: '6600084944', + time: '2018-01-09T13:58:18', + }, + { + voter: 'nsikakaaron', + weight: 36, + rshares: 593339900, + percent: 10000, + reputation: 187433560, + time: '2018-01-09T00:00:39', + }, + { + voter: 'weirdgoose', + weight: 22, + rshares: 372140000, + percent: 10000, + reputation: '59881546846', + time: '2018-01-08T21:41:21', + }, + { + voter: 'kshemen', + weight: 25, + rshares: 417860000, + percent: 10000, + reputation: '90378491995', + time: '2018-01-09T06:19:39', + }, + { + voter: 'jankos55', + weight: 92, + rshares: 767778567, + percent: 10000, + reputation: '10426661961', + time: '2018-01-08T17:08:12', + }, + { + voter: 'diffuseloop', + weight: 122, + rshares: 2044258167, + percent: 10000, + reputation: 88037374, + time: '2018-01-09T16:21:09', + }, + { + voter: 'gloeze', + weight: 4, + rshares: 61454475, + percent: 10000, + reputation: '38227552701', + time: '2018-01-09T10:01:30', + }, + { + voter: 'lewando54', + weight: 211, + rshares: 442699200, + percent: 10000, + reputation: 4267917235, + time: '2018-01-08T16:48:12', + }, + { + voter: 'gonzoduke', + weight: 33, + rshares: 556448300, + percent: 10000, + reputation: 502209968, + time: '2018-01-08T22:56:09', + }, + { + voter: 'nazaahernandez', + weight: 19, + rshares: 614500000, + percent: 10000, + reputation: '12871856461', + time: '2018-01-09T23:04:39', + }, + { + voter: 'janiefiteny15', + weight: 28, + rshares: 470092500, + percent: 10000, + reputation: '15493442262', + time: '2018-01-09T01:59:27', + }, + { + voter: 'thatwoman', + weight: 19, + rshares: 319540000, + percent: 10000, + reputation: '21983851797', + time: '2018-01-09T04:51:36', + }, + { + voter: 'junababatuon', + weight: 20, + rshares: 331830000, + percent: 10000, + reputation: '10043371281', + time: '2018-01-09T12:36:45', + }, + { + voter: 'popperr61', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:45:09', + }, + { + voter: 'agere', + weight: 66, + rshares: 1111924262, + percent: 10000, + reputation: '5967084062', + time: '2018-01-08T22:08:45', + }, + { + voter: 'geyzee', + weight: 69, + rshares: 1160507472, + percent: 10000, + reputation: 245139007, + time: '2018-01-09T06:10:12', + }, + { + voter: 'helboj', + weight: 642, + rshares: 835565332, + percent: 10000, + reputation: 1405804261, + time: '2018-01-08T16:20:03', + }, + { + voter: 'roocrew17', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: 872295936, + time: '2018-01-08T23:17:09', + }, + { + voter: 'aissa423', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: '10490504682', + time: '2018-01-09T18:05:51', + }, + { + voter: 'onlysonle', + weight: 18, + rshares: 605286229, + percent: 10000, + reputation: '5565186960', + time: '2018-01-09T21:25:18', + }, + { + voter: 'belemo', + weight: 9, + rshares: 154476378, + percent: 10000, + reputation: '59572401214', + time: '2018-01-09T05:07:48', + }, + { + voter: 'jjay', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: '67915168718', + time: '2018-01-09T17:20:12', + }, + { + voter: 'krillz218', + weight: 11, + rshares: 182634782, + percent: 10000, + reputation: '19867226941', + time: '2018-01-09T06:40:51', + }, + { + voter: 'demishia', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:28:21', + }, + { + voter: 'dii', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: '5080877793', + time: '2018-01-08T23:41:03', + }, + { + voter: 'lilbit-pudles', + weight: 37, + rshares: 615843902, + percent: 10000, + reputation: 642176864, + time: '2018-01-09T16:33:45', + }, + { + voter: 'bomholtm', + weight: 102, + rshares: 1723299260, + percent: 10000, + reputation: 61511667, + time: '2018-01-09T13:17:06', + }, + { + voter: 'wazupeddy', + weight: 5, + rshares: 92229000, + percent: 1823, + reputation: 134496256, + time: '2018-01-09T05:40:51', + }, + { + voter: 'satoshiworks', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:30:42', + }, + { + voter: 'cdav', + weight: 36, + rshares: 602562800, + percent: 10000, + reputation: '9005539651', + time: '2018-01-09T06:53:33', + }, + { + voter: 'doctorjj', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 131258577, + time: '2018-01-08T23:57:57', + }, + { + voter: 'daveonarrival', + weight: 18, + rshares: 298207100, + percent: 10000, + reputation: '151939783620', + time: '2018-01-09T01:59:24', + }, + { + voter: 'ankavatar', + weight: 20, + rshares: 325685000, + percent: 10000, + reputation: '13800783748', + time: '2018-01-08T20:42:45', + }, + { + voter: 'assos', + weight: 32, + rshares: 526651471, + percent: 10000, + reputation: 916735221, + time: '2018-01-08T20:46:45', + }, + { + voter: 'tychobrahe', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 110445077, + time: '2018-01-09T13:08:30', + }, + { + voter: 'stefan6969', + weight: 10, + rshares: 156698283, + percent: 10000, + reputation: '5722001675', + time: '2018-01-09T12:12:30', + }, + { + voter: 'zumerret', + weight: 36, + rshares: 596700814, + percent: 10000, + reputation: '5280349029', + time: '2018-01-09T15:11:12', + }, + { + voter: 'paulokuk1', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '7861299814', + time: '2018-01-09T01:55:51', + }, + { + voter: 'ala.salhi', + weight: 27, + rshares: 466545605, + percent: 10000, + reputation: '31959922747', + time: '2018-01-09T16:32:06', + }, + { + voter: 'jcoblo', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:27:51', + }, + { + voter: 'kujou', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 11246653, + time: '2018-01-09T14:48:03', + }, + { + voter: 'bigjosh', + weight: 30, + rshares: 504223834, + percent: 10000, + reputation: '51382126089', + time: '2018-01-08T20:46:48', + }, + { + voter: 'igel2017', + weight: 455, + rshares: '7641275813', + percent: 10000, + reputation: 3831035908, + time: '2018-01-09T00:46:03', + }, + { + voter: 'deliberator', + weight: 35, + rshares: 583770169, + percent: 10000, + reputation: '41205670544', + time: '2018-01-09T19:58:39', + }, + { + voter: 'carito', + weight: 27, + rshares: 446694427, + percent: 10000, + reputation: 736486101, + time: '2018-01-08T20:31:33', + }, + { + voter: 'zuzia', + weight: 14, + rshares: 242902068, + percent: 10000, + reputation: 1201692311, + time: '2018-01-08T20:02:15', + }, + { + voter: 'asabiyat', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: 27481471, + time: '2018-01-09T09:42:21', + }, + { + voter: 'whitneynoel', + weight: 31, + rshares: 522631000, + percent: 10000, + reputation: 2560740664, + time: '2018-01-09T15:44:15', + }, + { + voter: 'otakutheory', + weight: 19, + rshares: 618875712, + percent: 10000, + reputation: 2599957965, + time: '2018-01-09T21:35:21', + }, + { + voter: 'carlosluisablan', + weight: 11, + rshares: 340539127, + percent: 10000, + reputation: 1328945889, + time: '2018-01-09T22:30:42', + }, + { + voter: 'aistis', + weight: 6, + rshares: 92757151, + percent: 10000, + reputation: '6578355260', + time: '2018-01-08T21:31:15', + }, + { + voter: 'gopalsuthar', + weight: 37, + rshares: 615802511, + percent: 10000, + reputation: 578397218, + time: '2018-01-09T20:05:00', + }, + { + voter: 'akkayaemre06', + weight: 35, + rshares: 586880815, + percent: 10000, + reputation: 2144253497, + time: '2018-01-09T19:37:24', + }, + { + voter: 'polskiarrow', + weight: 36, + rshares: 614503440, + percent: 10000, + reputation: -16598607748, + time: '2018-01-09T15:24:06', + }, + { + voter: 'steemboat-steve', + weight: 639, + rshares: '10719377484', + percent: 10000, + reputation: 1438946124, + time: '2018-01-09T18:02:45', + }, + { + voter: 'sirpillar', + weight: 34, + rshares: 559559889, + percent: 10000, + reputation: 259457436, + time: '2018-01-08T22:41:09', + }, + { + voter: 'mental-extract', + weight: 18, + rshares: 297622459, + percent: 10000, + reputation: '75719492420', + time: '2018-01-09T03:43:30', + }, + { + voter: 'menardo', + weight: 25, + rshares: 433476300, + percent: 10000, + reputation: '33359504126', + time: '2018-01-09T04:05:24', + }, + { + voter: 'fonsetucker', + weight: 6, + rshares: 91601543, + percent: 10, + reputation: '184395047300', + time: '2018-01-09T04:40:54', + }, + { + voter: 'muhammadwaseem', + weight: 36, + rshares: 602562800, + percent: 10000, + reputation: 130809311, + time: '2018-01-09T05:15:30', + }, + { + voter: 'natebelt83', + weight: 20, + rshares: 334209879, + percent: 100, + reputation: '5020756314189', + time: '2018-01-09T01:10:48', + }, + { + voter: 'bayjoe', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: '24886204330', + time: '2018-01-09T16:58:30', + }, + { + voter: 'farel', + weight: 13, + rshares: 225772849, + percent: 10000, + reputation: '10701703106', + time: '2018-01-09T06:04:36', + }, + { + voter: 'r4id3n', + weight: 7, + rshares: 112044813, + percent: 10000, + reputation: 46007383, + time: '2018-01-09T20:17:48', + }, + { + voter: 'rhondel', + weight: 30, + rshares: 504655664, + percent: 10000, + reputation: 311480728, + time: '2018-01-08T22:12:12', + }, + { + voter: 'tectum', + weight: 25, + rshares: 411824795, + percent: 10000, + reputation: 3967591055, + time: '2018-01-08T23:02:15', + }, + { + voter: 'adamdonmez', + weight: 123, + rshares: 2055946664, + percent: 10000, + reputation: '14339727019', + time: '2018-01-09T00:46:30', + }, + { + voter: 'gematriot', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:54:24', + }, + { + voter: 'abhisheksing', + weight: 37, + rshares: 619408748, + percent: 10000, + reputation: 3535936692, + time: '2018-01-09T00:17:54', + }, + { + voter: 'mawardy', + weight: 7, + rshares: 110610000, + percent: 10000, + reputation: '15438985844', + time: '2018-01-09T19:21:30', + }, + { + voter: 'rdmobile', + weight: 21, + rshares: 347465272, + percent: 10000, + reputation: 1275376073, + time: '2018-01-09T01:22:30', + }, + { + voter: 'anuratti', + weight: 37, + rshares: 616007621, + percent: 10000, + reputation: '8816491984', + time: '2018-01-08T20:49:54', + }, + { + voter: 'badreqm01', + weight: 33, + rshares: 560252353, + percent: 10000, + reputation: '7060009695', + time: '2018-01-08T20:47:36', + }, + { + voter: 'kontixdtube', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: '6740567795', + time: '2018-01-08T21:14:54', + }, + { + voter: 'jeenger', + weight: 134, + rshares: 2243476675, + percent: 10000, + reputation: 2492118010, + time: '2018-01-08T21:05:21', + }, + { + voter: 'nrevival', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:00:36', + }, + { + voter: 'coffeex', + weight: 20, + rshares: 347465357, + percent: 10000, + reputation: '6862633065', + time: '2018-01-08T23:24:00', + }, + { + voter: 'aponted7', + weight: 93, + rshares: 615174333, + percent: 10000, + reputation: '22187341386', + time: '2018-01-08T16:14:36', + }, + { + voter: 'theessential', + weight: 106, + rshares: 1775679152, + percent: 10000, + reputation: '146915079839', + time: '2018-01-09T02:35:06', + }, + { + voter: 'enigma5001', + weight: 30, + rshares: 503990792, + percent: 10000, + reputation: 951585577, + time: '2018-01-09T05:39:12', + }, + { + voter: 'canrelai', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:43:57', + }, + { + voter: 'azzahra', + weight: 37, + rshares: 620842368, + percent: 10000, + reputation: '12548041231', + time: '2018-01-08T18:47:18', + }, + { + voter: 'kadiripek', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 28533345, + time: '2018-01-09T04:53:54', + }, + { + voter: 'andrewkaan', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:28:09', + }, + { + voter: 'kuboskeey', + weight: 6, + rshares: 96313216, + percent: 10000, + reputation: '11088009886', + time: '2018-01-08T22:58:15', + }, + { + voter: 'farah-kamran', + weight: 18, + rshares: 294961817, + percent: 10000, + reputation: '9459761280', + time: '2018-01-09T10:58:21', + }, + { + voter: 'ryuzaki', + weight: 36, + rshares: 605758225, + percent: 10000, + reputation: 193086909, + time: '2018-01-09T21:00:57', + }, + { + voter: 'brandoncrypto', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:33:12', + }, + { + voter: 'desheba', + weight: 34, + rshares: 555550217, + percent: 10000, + reputation: '21073228373', + time: '2018-01-08T20:43:33', + }, + { + voter: 'jjohnson78', + weight: 29, + rshares: 478252368, + percent: 10000, + reputation: 1106067683, + time: '2018-01-09T03:10:48', + }, + { + voter: 'felixchow', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:12:21', + }, + { + voter: 'waltliquor', + weight: 12, + rshares: 206252711, + percent: 10000, + reputation: 1385680637, + time: '2018-01-09T00:43:45', + }, + { + voter: 'talli-art', + weight: 68, + rshares: 1149543605, + percent: 10000, + reputation: '11967572417', + time: '2018-01-09T11:53:39', + }, + { + voter: 'acecauis', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:53:30', + }, + { + voter: 'hoher11', + weight: 35, + rshares: 587504458, + percent: 10000, + reputation: 2831890505, + time: '2018-01-09T14:53:27', + }, + { + voter: 'oussamadz', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: 189764176, + time: '2018-01-09T00:16:39', + }, + { + voter: 'kingalex', + weight: 205, + rshares: 3450191834, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:03:33', + }, + { + voter: 'rtaitt', + weight: 464, + rshares: '7790200776', + percent: 10000, + reputation: 0, + time: '2018-01-08T23:06:36', + }, + { + voter: 'alexurso13', + weight: 101, + rshares: 1695125063, + percent: 10000, + reputation: 1412475439, + time: '2018-01-08T20:54:12', + }, + { + voter: 'frankstuff', + weight: 36, + rshares: 605960000, + percent: 10000, + reputation: 154532973, + time: '2018-01-09T07:00:54', + }, + { + voter: 'swagtoshi', + weight: 27, + rshares: 445773500, + percent: 10000, + reputation: 951093057, + time: '2018-01-08T20:59:45', + }, + { + voter: 'knightcrawlers', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 2766067973, + time: '2018-01-09T19:49:54', + }, + { + voter: 'carllloyd', + weight: 11, + rshares: 181794725, + percent: 10000, + reputation: 2338778654, + time: '2018-01-09T13:56:09', + }, + { + voter: 'ulokgram', + weight: 23, + rshares: 383255301, + percent: 10000, + reputation: '45812010374', + time: '2018-01-09T00:10:36', + }, + { + voter: 'zafei', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:01:45', + }, + { + voter: 'cryptotaxadvisor', + weight: 9, + rshares: 147871245, + percent: 10000, + reputation: '4737294001', + time: '2018-01-09T06:55:42', + }, + { + voter: 'xceljerry', + weight: 34, + rshares: 584155932, + percent: 10000, + reputation: 70097012, + time: '2018-01-09T14:49:39', + }, + { + voter: 'breakfastrecipes', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 384292786, + time: '2018-01-09T17:19:45', + }, + { + voter: 'skylettebree28', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: '6153938582', + time: '2018-01-08T23:56:57', + }, + { + voter: 'theophiles', + weight: 35, + rshares: 571819800, + percent: 10000, + reputation: 217797257, + time: '2018-01-09T15:38:57', + }, + { + voter: 'saitou', + weight: 36, + rshares: 615187905, + percent: 10000, + reputation: 176487334, + time: '2018-01-08T22:27:33', + }, + { + voter: 'neneandy', + weight: 280, + rshares: '4702807375', + percent: 10000, + reputation: '45050739917', + time: '2018-01-09T09:40:00', + }, + { + voter: 'white51', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: 89574507, + time: '2018-01-09T05:55:54', + }, + { + voter: 'jakelivingston', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:51:00', + }, + { + voter: 'jemi', + weight: 16, + rshares: 258090000, + percent: 4169, + reputation: '11241129167', + time: '2018-01-08T23:47:33', + }, + { + voter: 'jamaicannomad', + weight: 18, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T22:51:06', + }, + { + voter: 'hivemindplanet', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T18:58:57', + }, + { + voter: 'justynatina', + weight: 9, + rshares: 321972458, + percent: 10000, + reputation: '57858713162', + time: '2018-01-09T22:14:42', + }, + { + voter: 'aqeelshehzad', + weight: 36, + rshares: 611126025, + percent: 10000, + reputation: '7866275546', + time: '2018-01-09T05:51:09', + }, + { + voter: 'pcusine', + weight: 30, + rshares: 491888000, + percent: 10000, + reputation: 299163329, + time: '2018-01-08T23:47:00', + }, + { + voter: 'agnethaschmidt', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:45:15', + }, + { + voter: 'haseebkhan13', + weight: 15, + rshares: 252045777, + percent: 10000, + reputation: '15741396536', + time: '2018-01-09T16:17:51', + }, + { + voter: 'dianafigura', + weight: 62, + rshares: 1050755387, + percent: 10000, + reputation: '31343591304', + time: '2018-01-09T13:56:57', + }, + { + voter: 'canburaksimsek', + weight: 29, + rshares: 477256406, + percent: 10000, + reputation: '209904531723', + time: '2018-01-09T13:23:24', + }, + { + voter: 'erjans', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:28:21', + }, + { + voter: 'ulas', + weight: 27, + rshares: 447318578, + percent: 10000, + reputation: 1282100279, + time: '2018-01-09T00:45:15', + }, + { + voter: 'perseveranceboy', + weight: 31, + rshares: 510469835, + percent: 10000, + reputation: -7898249189, + time: '2018-01-09T20:48:27', + }, + { + voter: 'john.kim.snw', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 27924603, + time: '2018-01-09T09:26:48', + }, + { + voter: 'innotech', + weight: 18, + rshares: 605887865, + percent: 10000, + reputation: '52860185489', + time: '2018-01-09T23:04:12', + }, + { + voter: 'philnewton', + weight: 61, + rshares: 404663108, + percent: 10000, + reputation: '53780930037', + time: '2018-01-08T16:14:36', + }, + { + voter: 'criptoar', + weight: 37, + rshares: 625146151, + percent: 10000, + reputation: '6426469059', + time: '2018-01-08T18:34:30', + }, + { + voter: 'itsshamrok', + weight: 10, + rshares: 163274515, + percent: 10000, + reputation: 684180008, + time: '2018-01-08T20:56:12', + }, + { + voter: 'anthonycruddas', + weight: 25, + rshares: 433476300, + percent: 10000, + reputation: 1013486419, + time: '2018-01-09T06:30:33', + }, + { + voter: 'putra-muda', + weight: 14, + rshares: 221836330, + percent: 10000, + reputation: 4174091212, + time: '2018-01-09T03:55:24', + }, + { + voter: 'fina', + weight: 35, + rshares: 591170566, + percent: 10000, + reputation: 425679621, + time: '2018-01-09T10:43:21', + }, + { + voter: 'garycruz', + weight: 168, + rshares: 2816345584, + percent: 10000, + reputation: 266140415, + time: '2018-01-09T09:48:45', + }, + { + voter: 'badmusgreene', + weight: 68, + rshares: 566685139, + percent: 10000, + reputation: '44853319480', + time: '2018-01-08T16:59:57', + }, + { + voter: 'maksio', + weight: 34, + rshares: 571819800, + percent: 10000, + reputation: 31999169, + time: '2018-01-09T18:10:27', + }, + { + voter: 'brettleavitt', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:44:27', + }, + { + voter: 'lehmakas', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 87849529, + time: '2018-01-09T16:29:21', + }, + { + voter: 'abdeladim', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 465913564, + time: '2018-01-08T22:01:09', + }, + { + voter: 'yassinof', + weight: 5, + rshares: 77851112, + percent: 10000, + reputation: '14373384994', + time: '2018-01-09T03:06:57', + }, + { + voter: 'andreback', + weight: 37, + rshares: 617982280, + percent: 10000, + reputation: '226554327509', + time: '2018-01-09T05:57:48', + }, + { + voter: 'curiousnematode', + weight: 24, + rshares: 405807600, + percent: 10000, + reputation: 3504374947, + time: '2018-01-09T08:54:18', + }, + { + voter: 'blairsinjay', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: '63427600249', + time: '2018-01-09T10:12:42', + }, + { + voter: 'simonhbosch', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 77450228, + time: '2018-01-09T02:19:45', + }, + { + voter: 'mazicman', + weight: 35, + rshares: 577630000, + percent: 10000, + reputation: '11989082582', + time: '2018-01-09T20:39:45', + }, + { + voter: 'ziyadhelmi', + weight: 27, + rshares: 464256805, + percent: 10000, + reputation: '9229490058', + time: '2018-01-09T09:24:09', + }, + { + voter: 'mahes', + weight: 35, + rshares: 582359378, + percent: 10000, + reputation: 759061395, + time: '2018-01-08T19:11:12', + }, + { + voter: 'powellwoods', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '8147654050', + time: '2018-01-08T21:22:00', + }, + { + voter: 'labeilleneigeux', + weight: 12, + rshares: 208935343, + percent: 10000, + reputation: '72181209228', + time: '2018-01-08T18:42:42', + }, + { + voter: 'abdullah.basbous', + weight: 34, + rshares: 568745500, + percent: 10000, + reputation: 63512913, + time: '2018-01-08T21:51:24', + }, + { + voter: 'cagaberk', + weight: 37, + rshares: 616335213, + percent: 10000, + reputation: 649418638, + time: '2018-01-09T14:49:30', + }, + { + voter: 'gillime', + weight: 34, + rshares: 573180718, + percent: 10000, + reputation: '514091986508', + time: '2018-01-09T11:56:54', + }, + { + voter: 'catlove', + weight: 33, + rshares: 568416001, + percent: 10000, + reputation: '25410134453', + time: '2018-01-09T11:15:03', + }, + { + voter: 'missioncontrol', + weight: 28, + rshares: 474546535, + percent: 10000, + reputation: 3192191556, + time: '2018-01-09T10:11:33', + }, + { + voter: 'aliexploror', + weight: 36, + rshares: 605054458, + percent: 10000, + reputation: 3909346238, + time: '2018-01-08T22:16:45', + }, + { + voter: 'ezerpa02', + weight: 16, + rshares: 566474155, + percent: 10000, + reputation: '52233812444', + time: '2018-01-09T23:33:33', + }, + { + voter: 'sondraparys', + weight: 110, + rshares: 1851048336, + percent: 10000, + reputation: '646605143467', + time: '2018-01-08T17:42:15', + }, + { + voter: 'chaerys', + weight: 57, + rshares: 945840321, + percent: 10000, + reputation: 1830622442, + time: '2018-01-08T21:56:42', + }, + { + voter: 'hassaan95', + weight: 133, + rshares: 1119881803, + percent: 10000, + reputation: 1799523344, + time: '2018-01-08T17:21:00', + }, + { + voter: 'bivar-asp', + weight: 8, + rshares: 122900757, + percent: 10000, + reputation: '5126760350', + time: '2018-01-09T10:44:24', + }, + { + voter: 'disruptingtech', + weight: 26, + rshares: 427080131, + percent: 10000, + reputation: 484750602, + time: '2018-01-09T11:47:36', + }, + { + voter: 'kilosworld', + weight: 30, + rshares: 504487587, + percent: 10000, + reputation: 3034233256, + time: '2018-01-08T22:40:24', + }, + { + voter: 'sercanagz', + weight: 18, + rshares: 618886477, + percent: 10000, + reputation: '14874637906', + time: '2018-01-09T22:10:03', + }, + { + voter: 'rball8970', + weight: 16, + rshares: 275818885, + percent: 10000, + reputation: '15738939808', + time: '2018-01-09T00:38:30', + }, + { + voter: 'ichrak', + weight: 68, + rshares: 1136144922, + percent: 10000, + reputation: '19998856306', + time: '2018-01-08T22:04:15', + }, + { + voter: 'ronnyr', + weight: 37, + rshares: 615474668, + percent: 10000, + reputation: 608503759, + time: '2018-01-09T19:39:09', + }, + { + voter: 'siguantenx', + weight: 21, + rshares: 338696023, + percent: 10000, + reputation: '19360616430', + time: '2018-01-09T07:57:45', + }, + { + voter: 'rihan17', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 51984999, + time: '2018-01-09T07:59:27', + }, + { + voter: 'bitconsulting', + weight: 8, + rshares: 281041546, + percent: 10000, + reputation: '8234092005', + time: '2018-01-09T22:43:27', + }, + { + voter: 'ariakianim', + weight: 1970, + rshares: '4696658152', + percent: 10000, + reputation: '29752490248', + time: '2018-01-08T16:17:18', + }, + { + voter: 'brianmack', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 2278528031, + time: '2018-01-09T15:50:48', + }, + { + voter: 'musliadiamd', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: 59396678, + time: '2018-01-09T07:22:30', + }, + { + voter: 'yurifr', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:21:18', + }, + { + voter: 'jacobitvef', + weight: 36, + rshares: 607534208, + percent: 10000, + reputation: 447271338, + time: '2018-01-09T02:17:15', + }, + { + voter: 'netwist', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 26235904, + time: '2018-01-09T10:14:03', + }, + { + voter: 'shofaemily', + weight: 31, + rshares: 522631000, + percent: 10000, + reputation: 135806647, + time: '2018-01-09T00:49:45', + }, + { + voter: 'ronfm23', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: '19983075706', + time: '2018-01-08T23:12:03', + }, + { + voter: 'tradev', + weight: 11, + rshares: 175880630, + percent: 10000, + reputation: '6657290003', + time: '2018-01-09T20:02:57', + }, + { + voter: 'kingnoa', + weight: 36, + rshares: 602562800, + percent: 10000, + reputation: 2366975446, + time: '2018-01-09T12:54:24', + }, + { + voter: 'eddie84', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 3756076581, + time: '2018-01-08T20:12:30', + }, + { + voter: 'jedamez', + weight: 25, + rshares: 424005000, + percent: 10000, + reputation: '81868810492', + time: '2018-01-08T19:58:36', + }, + { + voter: 'annepage', + weight: 63, + rshares: 528779600, + percent: 10000, + reputation: '22229201245', + time: '2018-01-08T16:57:30', + }, + { + voter: 'alexiii', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 61033885, + time: '2018-01-09T02:28:03', + }, + { + voter: 'varunpaherwar', + weight: 36, + rshares: 606170264, + percent: 10000, + reputation: '15696382086', + time: '2018-01-09T20:01:15', + }, + { + voter: 'imransoory', + weight: 38, + rshares: 644652002, + percent: 10000, + reputation: '364680863879', + time: '2018-01-09T06:23:48', + }, + { + voter: 'confiet', + weight: 0, + rshares: 568083999, + percent: 10000, + reputation: 1731366879, + time: '2018-01-08T18:56:48', + }, + { + voter: 'criptoworldlb', + weight: 27, + rshares: 451922100, + percent: 10000, + reputation: 1372696515, + time: '2018-01-09T07:24:15', + }, + { + voter: 'sanctuary', + weight: 37, + rshares: 615597632, + percent: 10000, + reputation: -1329928529, + time: '2018-01-09T11:34:27', + }, + { + voter: 'varunkini', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '53628894234', + time: '2018-01-09T05:24:54', + }, + { + voter: 'brubyy', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:28:33', + }, + { + voter: 'ankushmurdia25', + weight: 27, + rshares: 448585000, + percent: 10000, + reputation: 1094167346, + time: '2018-01-09T09:20:15', + }, + { + voter: 'surfknasen', + weight: 101, + rshares: 1697769624, + percent: 10000, + reputation: '141816930946', + time: '2018-01-08T22:22:54', + }, + { + voter: 'eliasleo', + weight: 5, + rshares: 86030000, + percent: 10000, + reputation: 2197947639, + time: '2018-01-09T06:33:51', + }, + { + voter: 'khadniimangaa', + weight: 34, + rshares: 562596900, + percent: 10000, + reputation: '17892905803', + time: '2018-01-09T02:24:45', + }, + { + voter: 'tonsmets', + weight: 50, + rshares: 840015722, + percent: 10000, + reputation: 3960221326, + time: '2018-01-09T12:10:24', + }, + { + voter: 'fabian98', + weight: 25, + rshares: 418104800, + percent: 10000, + reputation: '43484038923', + time: '2018-01-09T15:31:00', + }, + { + voter: 'anivmc', + weight: 36, + rshares: 593339900, + percent: 10000, + reputation: 508451423, + time: '2018-01-09T13:27:57', + }, + { + voter: 'akhilholden', + weight: 439, + rshares: '7365348152', + percent: 10000, + reputation: '7405431025', + time: '2018-01-09T13:33:42', + }, + { + voter: 'norisv', + weight: 10, + rshares: 169109039, + percent: 10000, + reputation: 74616349, + time: '2018-01-08T22:28:42', + }, + { + voter: 'slothlete', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: '79898295808', + time: '2018-01-08T21:30:30', + }, + { + voter: 'priamisterius94', + weight: 16, + rshares: 267767067, + percent: 10000, + reputation: 2859219187, + time: '2018-01-09T16:12:09', + }, + { + voter: 'gokselle', + weight: 23, + rshares: 388007232, + percent: 10000, + reputation: 415424138, + time: '2018-01-09T18:30:00', + }, + { + voter: 'cookingboss', + weight: 34, + rshares: 576087458, + percent: 10000, + reputation: 1834245930, + time: '2018-01-09T02:24:51', + }, + { + voter: 'burhanhamzam', + weight: 34, + rshares: 571819800, + percent: 10000, + reputation: 446783336, + time: '2018-01-09T16:06:42', + }, + { + voter: 'ardakaplan', + weight: 36, + rshares: 605322853, + percent: 10000, + reputation: '150345088219', + time: '2018-01-09T00:20:33', + }, + { + voter: 'jja910', + weight: 18, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T22:56:03', + }, + { + voter: 'nightwind', + weight: 25, + rshares: 415030500, + percent: 10000, + reputation: 1554996416, + time: '2018-01-08T23:42:39', + }, + { + voter: 'prorant', + weight: 36, + rshares: 602884023, + percent: 10000, + reputation: 282800696, + time: '2018-01-09T12:29:48', + }, + { + voter: 'noumanshah', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 108244769, + time: '2018-01-09T12:04:30', + }, + { + voter: 'rngdz', + weight: 55, + rshares: 932801681, + percent: 10000, + reputation: '225744717466', + time: '2018-01-08T22:21:36', + }, + { + voter: 'ramzi847', + weight: 11, + rshares: 178380702, + percent: 10000, + reputation: '4604961460', + time: '2018-01-09T07:39:42', + }, + { + voter: 'tauan', + weight: 31, + rshares: 525397500, + percent: 10000, + reputation: 15503500, + time: '2018-01-09T15:10:12', + }, + { + voter: 'ronnyche', + weight: 7, + rshares: 226272807, + percent: 10000, + reputation: 19422974, + time: '2018-01-09T22:45:48', + }, + { + voter: 'rachidbousllat', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 432586294, + time: '2018-01-08T19:53:45', + }, + { + voter: 'fayyaz12', + weight: 33, + rshares: 562267500, + percent: 10000, + reputation: 726598616, + time: '2018-01-09T14:51:39', + }, + { + voter: 'mbuanaaji', + weight: 8, + rshares: 236929491, + percent: 10000, + reputation: 520839562, + time: '2018-01-09T22:19:06', + }, + { + voter: 'sergey69', + weight: 31, + rshares: 519252500, + percent: 10000, + reputation: 350014778, + time: '2018-01-09T18:09:27', + }, + { + voter: 'thegreattater', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:44:27', + }, + { + voter: 'mriski', + weight: 33, + rshares: 556122500, + percent: 10000, + reputation: 129745427, + time: '2018-01-09T08:14:09', + }, + { + voter: 'jogabonito', + weight: 32, + rshares: 531542500, + percent: 10000, + reputation: 2309058757, + time: '2018-01-09T07:27:09', + }, + { + voter: 'sergnak', + weight: 3, + rshares: 52232500, + percent: 10000, + reputation: 150389718, + time: '2018-01-08T22:32:21', + }, + { + voter: 'nevv', + weight: 65, + rshares: 1097974839, + percent: 10000, + reputation: 325307686, + time: '2018-01-09T11:39:06', + }, + { + voter: 'adamrant', + weight: 6, + rshares: 107538037, + percent: 10000, + reputation: '124702059127', + time: '2018-01-09T09:11:54', + }, + { + voter: 'muhammadumer', + weight: 34, + rshares: 580702500, + percent: 10000, + reputation: 2079012385, + time: '2018-01-09T17:41:30', + }, + { + voter: 'kaderusto1', + weight: 14, + rshares: 230437500, + percent: 10000, + reputation: 13238354, + time: '2018-01-09T14:43:15', + }, + { + voter: 'nealz', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 24281333, + time: '2018-01-08T22:22:21', + }, + { + voter: 'spikezon', + weight: 27, + rshares: 445512500, + percent: 10000, + reputation: '4794292449', + time: '2018-01-09T14:08:51', + }, + { + voter: 'cryptobalage', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '6170702744', + time: '2018-01-09T08:26:36', + }, + { + voter: 'randomwanderings', + weight: 1961, + rshares: 1223963002, + percent: 10000, + reputation: '92606379542', + time: '2018-01-08T16:26:36', + }, + { + voter: 'efelexy', + weight: 10, + rshares: 168987500, + percent: 10000, + reputation: '11059425337', + time: '2018-01-09T04:17:27', + }, + { + voter: 'papayouns', + weight: 10, + rshares: 162842500, + percent: 10000, + reputation: 1794159666, + time: '2018-01-09T06:11:45', + }, + { + voter: 'alejandrosanchez', + weight: 14, + rshares: 230483587, + percent: 10000, + reputation: '4731599870', + time: '2018-01-09T20:01:36', + }, + { + voter: 'lunaticpandora', + weight: 105, + rshares: 886601182, + percent: 10000, + reputation: '6508410786', + time: '2018-01-08T16:56:15', + }, + { + voter: 'ldente74', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 570247584, + time: '2018-01-09T19:18:24', + }, + { + voter: 'louismata', + weight: 15, + rshares: 255017500, + percent: 10000, + reputation: '14848788178', + time: '2018-01-09T17:35:33', + }, + { + voter: 'magistra', + weight: 26, + rshares: 437865705, + percent: 10000, + reputation: 3528301897, + time: '2018-01-09T01:45:45', + }, + { + voter: 'robsonspor', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:02:12', + }, + { + voter: 'bagleyy', + weight: 29, + rshares: 479629605, + percent: 10000, + reputation: 197612865, + time: '2018-01-09T05:43:12', + }, + { + voter: 'samstix636', + weight: 32, + rshares: 522325000, + percent: 10000, + reputation: '18988507568', + time: '2018-01-09T09:33:57', + }, + { + voter: 'dotsanddash', + weight: 30, + rshares: 510035000, + percent: 10000, + reputation: '17667055890', + time: '2018-01-09T09:33:21', + }, + { + voter: 'carlood', + weight: 37, + rshares: 618679502, + percent: 10000, + reputation: 1865671270, + time: '2018-01-09T16:36:51', + }, + { + voter: 'davestyle', + weight: 39, + rshares: 654829715, + percent: 10000, + reputation: '542320753296', + time: '2018-01-09T04:46:42', + }, + { + voter: 'yomairis', + weight: 29, + rshares: 488527500, + percent: 10000, + reputation: '10393729453', + time: '2018-01-08T21:25:42', + }, + { + voter: 'munawir1994', + weight: 34, + rshares: 578400166, + percent: 10000, + reputation: '5519062981', + time: '2018-01-09T20:43:00', + }, + { + voter: 'kingrenovatio', + weight: 59, + rshares: 992222998, + percent: 10000, + reputation: '78642696316', + time: '2018-01-08T19:08:24', + }, + { + voter: 'miguelacho', + weight: 67, + rshares: 1121973031, + percent: 10000, + reputation: 1046126478, + time: '2018-01-08T19:19:18', + }, + { + voter: 'inkedsociety', + weight: 30, + rshares: 513107500, + percent: 10000, + reputation: 1254996572, + time: '2018-01-09T04:21:42', + }, + { + voter: 'safwan71', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '7875020020', + time: '2018-01-09T05:22:15', + }, + { + voter: 'noumanhafeez', + weight: 18, + rshares: 304177500, + percent: 10000, + reputation: '13133826676', + time: '2018-01-09T18:32:54', + }, + { + voter: 'muhammadalfatih', + weight: 10, + rshares: 175132500, + percent: 2801, + reputation: '4763900231', + time: '2018-01-08T21:05:06', + }, + { + voter: 'yusrizalabel', + weight: 33, + rshares: 549977500, + percent: 10000, + reputation: '6663964388', + time: '2018-01-09T11:29:24', + }, + { + voter: 'abdurahman', + weight: 3, + rshares: 52232441, + percent: 10000, + reputation: '8293101764', + time: '2018-01-09T10:21:51', + }, + { + voter: 'fadhlon', + weight: 7, + rshares: 104465000, + percent: 10000, + reputation: '5744714042', + time: '2018-01-09T10:34:09', + }, + { + voter: 'moris', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 312158721, + time: '2018-01-09T05:00:57', + }, + { + voter: 'a-acehsteem', + weight: 16, + rshares: 270398025, + percent: 10000, + reputation: 1156009602, + time: '2018-01-09T07:56:00', + }, + { + voter: 'anklass', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:28:57', + }, + { + voter: 'laselar', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:28:51', + }, + { + voter: 'stiylee', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:29:27', + }, + { + voter: 'komando12', + weight: 7, + rshares: 113682373, + percent: 10000, + reputation: '8405331320', + time: '2018-01-09T10:41:12', + }, + { + voter: 'darryldominator', + weight: 20, + rshares: 331830000, + percent: 10000, + reputation: 1631945, + time: '2018-01-09T03:12:57', + }, + { + voter: 'coochya', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '5016944644', + time: '2018-01-09T19:44:27', + }, + { + voter: 'uimahal7', + weight: 4, + rshares: 64642946, + percent: 10000, + reputation: '4457606140', + time: '2018-01-08T22:32:03', + }, + { + voter: 'johanreporg', + weight: 47, + rshares: 789804642, + percent: 10000, + reputation: '20668299671', + time: '2018-01-08T18:44:51', + }, + { + voter: 'sweetlover', + weight: 28, + rshares: 476237500, + percent: 10000, + reputation: 1304733963, + time: '2018-01-09T01:25:42', + }, + { + voter: 'alxmuh', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 335107625, + time: '2018-01-09T18:25:54', + }, + { + voter: 'itsteems', + weight: 13, + rshares: 424005000, + percent: 10000, + reputation: 740384179, + time: '2018-01-09T22:42:00', + }, + { + voter: 'fraktale', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: '5074542499', + time: '2018-01-09T00:05:33', + }, + { + voter: 'karyroa', + weight: 0, + rshares: 0, + percent: 0, + reputation: 2158177906, + time: '2018-01-09T00:44:15', + }, + { + voter: 'ozellequiamco', + weight: 29, + rshares: 491602456, + percent: 10000, + reputation: '31951137163', + time: '2018-01-09T14:31:06', + }, + { + voter: 'jarryd', + weight: 10, + rshares: 165915000, + percent: 10000, + reputation: 2978228, + time: '2018-01-09T04:08:15', + }, + { + voter: 'claudedou', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 17770051, + time: '2018-01-08T21:59:33', + }, + { + voter: 'joeparysacademy', + weight: 139, + rshares: 1160493134, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:20:36', + }, + { + voter: 'gkhanky', + weight: 15, + rshares: 248872500, + percent: 4011, + reputation: 170624616, + time: '2018-01-09T13:47:30', + }, + { + voter: 'kanekken', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: '12304537984', + time: '2018-01-09T04:43:51', + }, + { + voter: 'kakasusu', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 40354123, + time: '2018-01-09T14:38:39', + }, + { + voter: 'kamyk', + weight: 22, + rshares: 360399471, + percent: 10000, + reputation: '25579774346', + time: '2018-01-09T20:50:54', + }, + { + voter: 'lucyeka', + weight: 36, + rshares: 599137500, + percent: 10000, + reputation: 838591617, + time: '2018-01-09T07:22:51', + }, + { + voter: 'bash11', + weight: 35, + rshares: 589107040, + percent: 10000, + reputation: '9822802276', + time: '2018-01-09T20:14:15', + }, + { + voter: 'mac2v', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:21:27', + }, + { + voter: 'sustainancy', + weight: 21, + rshares: 356410000, + percent: 10000, + reputation: '40090268353', + time: '2018-01-08T20:17:06', + }, + { + voter: 'davidtosin', + weight: 19, + rshares: 614500000, + percent: 10000, + reputation: '5944606097', + time: '2018-01-09T22:49:48', + }, + { + voter: 'idyysaviour', + weight: 31, + rshares: 522325000, + percent: 10000, + reputation: 2556664785, + time: '2018-01-09T06:40:03', + }, + { + voter: 'millennium09', + weight: 36, + rshares: 596065000, + percent: 10000, + reputation: '7979981478', + time: '2018-01-09T04:32:27', + }, + { + voter: 'yinology', + weight: 31, + rshares: 506996298, + percent: 10000, + reputation: 2560042519, + time: '2018-01-09T15:44:12', + }, + { + voter: 'exemplary', + weight: 18, + rshares: 614500000, + percent: 10000, + reputation: '5761475002', + time: '2018-01-09T22:53:30', + }, + { + voter: 'helleagy', + weight: 28, + rshares: 479310000, + percent: 10000, + reputation: 57458729, + time: '2018-01-08T22:14:51', + }, + { + voter: 'rescueranjazz', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 4011929905, + time: '2018-01-08T22:11:54', + }, + { + voter: 'hodl-it', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:48:09', + }, + { + voter: 'robin11', + weight: 32, + rshares: 534615000, + percent: 10000, + reputation: 125319982, + time: '2018-01-09T03:12:09', + }, + { + voter: 'mogubabo', + weight: 37, + rshares: 605282500, + percent: 10000, + reputation: 1661574049, + time: '2018-01-09T12:39:54', + }, + { + voter: 'ian19', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: '15362879046', + time: '2018-01-09T01:11:24', + }, + { + voter: 'hidobo', + weight: 11, + rshares: 181277500, + percent: 3000, + reputation: '28139393670', + time: '2018-01-09T04:39:12', + }, + { + voter: 'kimmejucken', + weight: 9, + rshares: 147480000, + percent: 10000, + reputation: 1765754335, + time: '2018-01-09T01:51:27', + }, + { + voter: 'peeyush', + weight: 5, + rshares: 92175000, + percent: 10000, + reputation: '14135890055', + time: '2018-01-09T05:28:45', + }, + { + voter: 'thalanx', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:23:45', + }, + { + voter: 'crisfitlifestyle', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 2841361592, + time: '2018-01-09T09:23:48', + }, + { + voter: 'kindalov', + weight: 32, + rshares: 546905000, + percent: 10000, + reputation: 1011725007, + time: '2018-01-09T16:22:51', + }, + { + voter: 'krotobis', + weight: 16, + rshares: 264235000, + percent: 10000, + reputation: '29894202000', + time: '2018-01-08T20:27:33', + }, + { + voter: 'hexit', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 529173555, + time: '2018-01-08T22:06:30', + }, + { + voter: 'himicke', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:38:42', + }, + { + voter: 'harekrishana', + weight: 30, + rshares: 513654831, + percent: 10000, + reputation: 263648762, + time: '2018-01-09T10:14:09', + }, + { + voter: 'fariaiqbal786', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:35:48', + }, + { + voter: 'aaagouda', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 35993396, + time: '2018-01-09T12:26:51', + }, + { + voter: 'dejan011', + weight: 37, + rshares: 313332941, + percent: 10000, + reputation: 76146950, + time: '2018-01-08T16:55:03', + }, + { + voter: 'habibx', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 607267185, + time: '2018-01-09T19:52:00', + }, + { + voter: 'soloist', + weight: 29, + rshares: 488527500, + percent: 10000, + reputation: 561929036, + time: '2018-01-08T20:38:30', + }, + { + voter: 'bosun', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: '5495006392', + time: '2018-01-08T20:27:21', + }, + { + voter: 'darbojo', + weight: 27, + rshares: 457802500, + percent: 10000, + reputation: '22646903833', + time: '2018-01-08T22:37:33', + }, + { + voter: 'biplab818', + weight: 32, + rshares: 534615000, + percent: 10000, + reputation: 486593237, + time: '2018-01-09T12:07:06', + }, + { + voter: 'theosopher', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:03:57', + }, + { + voter: 'whatdianadid', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 2749179005, + time: '2018-01-09T06:30:30', + }, + { + voter: 'isharmaine', + weight: 32, + rshares: 528470000, + percent: 10000, + reputation: '40821201363', + time: '2018-01-08T21:25:39', + }, + { + voter: 'mateonav53', + weight: 34, + rshares: 583775000, + percent: 10000, + reputation: '119255150875', + time: '2018-01-09T03:50:00', + }, + { + voter: 'conceptinc', + weight: 18, + rshares: 614500000, + percent: 10000, + reputation: 121805142, + time: '2018-01-09T22:17:48', + }, + { + voter: 'xsrian-cooking', + weight: 18, + rshares: 313499468, + percent: 10000, + reputation: '15968312471', + time: '2018-01-09T02:19:15', + }, + { + voter: 'mujahud', + weight: 24, + rshares: 405570000, + percent: 10000, + reputation: 2712892444, + time: '2018-01-09T06:26:21', + }, + { + voter: 'hassantalal', + weight: 32, + rshares: 537902583, + percent: 10000, + reputation: 1025270543, + time: '2018-01-09T03:37:48', + }, + { + voter: 'iqbalaguero', + weight: 11, + rshares: 184546647, + percent: 10000, + reputation: '4945715857', + time: '2018-01-09T13:26:39', + }, + { + voter: 'aiourahmed992', + weight: 34, + rshares: 568601972, + percent: 10000, + reputation: 207685104, + time: '2018-01-09T08:35:33', + }, + { + voter: 'elkhaddachyhafid', + weight: 26, + rshares: 439367500, + percent: 10000, + reputation: 238892394, + time: '2018-01-09T00:23:18', + }, + { + voter: 'scrapdadde', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:40:30', + }, + { + voter: 'technicalbero', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: 82837300, + time: '2018-01-09T15:19:54', + }, + { + voter: 'rook81', + weight: 17, + rshares: 298032500, + percent: 10000, + reputation: '8856962592', + time: '2018-01-09T06:01:06', + }, + { + voter: 'lostinthewoods', + weight: 34, + rshares: 577630000, + percent: 10000, + reputation: '261057982308', + time: '2018-01-09T04:03:00', + }, + { + voter: 'vincenzov01', + weight: 24, + rshares: 405570000, + percent: 10000, + reputation: 306145763, + time: '2018-01-09T06:17:03', + }, + { + voter: 'anne.collins', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: '5281003763', + time: '2018-01-09T12:54:33', + }, + { + voter: 'madbuddhaabuser', + weight: 33, + rshares: 565340000, + percent: 10000, + reputation: '61701828645', + time: '2018-01-08T21:12:06', + }, + { + voter: 'adeboy1', + weight: 24, + rshares: 399425000, + percent: 10000, + reputation: 657466503, + time: '2018-01-09T09:57:21', + }, + { + voter: 'rusdi97', + weight: 18, + rshares: 309298320, + percent: 10000, + reputation: '5279866168', + time: '2018-01-09T15:37:54', + }, + { + voter: 'rosquilla', + weight: 29, + rshares: 494672500, + percent: 10000, + reputation: 3950231754, + time: '2018-01-08T23:05:24', + }, + { + voter: 'rickyxp', + weight: 18, + rshares: 602210000, + percent: 10000, + reputation: 854987047, + time: '2018-01-09T22:05:54', + }, + { + voter: 'duke07', + weight: 66, + rshares: 1096662945, + percent: 10000, + reputation: 113899991, + time: '2018-01-08T22:45:42', + }, + { + voter: 'shortwait', + weight: 65, + rshares: 1096662745, + percent: 10000, + reputation: 17318166, + time: '2018-01-08T22:51:21', + }, + { + voter: 'eternalobserver', + weight: 1572, + rshares: '13185015920', + percent: 10000, + reputation: 999349446, + time: '2018-01-08T17:31:03', + }, + { + voter: 'abhishekbhaskar', + weight: 0, + rshares: 0, + percent: 0, + reputation: 263952409, + time: '2018-01-09T10:30:33', + }, + { + voter: 'mysticmind', + weight: 16, + rshares: 264235000, + percent: 10000, + reputation: 813398380, + time: '2018-01-09T15:36:27', + }, + { + voter: 'leftamessage', + weight: 34, + rshares: 565340000, + percent: 10000, + reputation: '5021367712', + time: '2018-01-08T21:04:39', + }, + { + voter: 'jcdeveza', + weight: 18, + rshares: 298032500, + percent: 10000, + reputation: '9936923287', + time: '2018-01-09T00:21:39', + }, + { + voter: 'joecow', + weight: 11, + rshares: 193567500, + percent: 10000, + reputation: 3379190449, + time: '2018-01-09T17:48:15', + }, + { + voter: 'thcbnb22', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:29:39', + }, + { + voter: 'ebmeric', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 45459434, + time: '2018-01-09T17:54:27', + }, + { + voter: 'diegoalvarez02', + weight: 34, + rshares: 565340000, + percent: 10000, + reputation: 291993566, + time: '2018-01-09T01:37:30', + }, + { + voter: 'crypto-p90', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 14066288, + time: '2018-01-09T02:45:45', + }, + { + voter: 'aorozco', + weight: 70, + rshares: 1160489572, + percent: 10000, + reputation: 46041759, + time: '2018-01-08T19:19:48', + }, + { + voter: 'erick23', + weight: 4, + rshares: 70667500, + percent: 10000, + reputation: '8102767575', + time: '2018-01-08T21:05:03', + }, + { + voter: 'emrullah', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:49:45', + }, + { + voter: 'wladimir', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 1830130512, + time: '2018-01-09T19:33:00', + }, + { + voter: 'hoboist', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 9457539, + time: '2018-01-09T07:06:03', + }, + { + voter: 'petertan57', + weight: 767, + rshares: '12860727808', + percent: 10000, + reputation: 434241323, + time: '2018-01-09T17:54:03', + }, + { + voter: 'michaelakintola', + weight: 19, + rshares: 322612500, + percent: 10000, + reputation: '6852027784', + time: '2018-01-09T02:32:06', + }, + { + voter: 'mhackenziejs', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:57:36', + }, + { + voter: 'kacpersky', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:16:30', + }, + { + voter: 'arielogis', + weight: 29, + rshares: 491600000, + percent: 10000, + reputation: 2285321948, + time: '2018-01-09T07:51:21', + }, + { + voter: 'lele-venturi', + weight: 10, + rshares: 168987500, + percent: 10000, + reputation: '75001175460', + time: '2018-01-08T23:30:21', + }, + { + voter: 'efrelen', + weight: 20, + rshares: 344120000, + percent: 10000, + reputation: '9663465209', + time: '2018-01-09T11:56:24', + }, + { + voter: 'woutersbit', + weight: 12, + rshares: 200654181, + percent: 10000, + reputation: '14208879058', + time: '2018-01-08T17:43:03', + }, + { + voter: 'jiangyun', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:44:36', + }, + { + voter: 'adegokewunmi', + weight: 37, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:24:57', + }, + { + voter: 'jacoboram', + weight: 11, + rshares: 190495000, + percent: 10000, + reputation: '10500329676', + time: '2018-01-08T23:26:15', + }, + { + voter: 'brotplayer', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:41:42', + }, + { + voter: 'aungmyatthura', + weight: 36, + rshares: 608395558, + percent: 10000, + reputation: 76601690, + time: '2018-01-09T10:22:15', + }, + { + voter: 'ideasflowing', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 21266431, + time: '2018-01-08T22:28:48', + }, + { + voter: 'desmonddesk', + weight: 29, + rshares: 488527500, + percent: 10000, + reputation: 1313863217, + time: '2018-01-09T00:18:09', + }, + { + voter: 'geraldmccarny', + weight: 25, + rshares: 420932500, + percent: 10000, + reputation: 223245664, + time: '2018-01-09T00:09:36', + }, + { + voter: 'usmanolanrewaju', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 161524928, + time: '2018-01-09T13:00:27', + }, + { + voter: 'amplifytruth', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 25853901, + time: '2018-01-09T17:16:54', + }, + { + voter: 'byecco', + weight: 16, + rshares: 273452500, + percent: 10000, + reputation: 1154602908, + time: '2018-01-09T01:36:57', + }, + { + voter: 'cs5129606', + weight: 33, + rshares: 559195000, + percent: 10000, + reputation: 76610371, + time: '2018-01-09T08:08:03', + }, + { + voter: 'darkdrake', + weight: 18, + rshares: 614500000, + percent: 10000, + reputation: 35630599, + time: '2018-01-09T22:22:12', + }, + { + voter: 'chief543', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:23:12', + }, + { + voter: 'anarouz', + weight: 31, + rshares: 528470000, + percent: 10000, + reputation: 3783027742, + time: '2018-01-08T22:00:36', + }, + { + voter: 'dcj', + weight: 4, + rshares: 73740000, + percent: 10000, + reputation: 138110899, + time: '2018-01-09T14:27:42', + }, + { + voter: 'balkcracker', + weight: 25, + rshares: 417860000, + percent: 10000, + reputation: 1801470618, + time: '2018-01-09T14:55:21', + }, + { + voter: 'cryptopathshala', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:47:03', + }, + { + voter: 'funtwo', + weight: 31, + rshares: 525397500, + percent: 10000, + reputation: '9747368498', + time: '2018-01-08T19:51:33', + }, + { + voter: 'sizwesihle', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:49:24', + }, + { + voter: 'antoineantl033', + weight: 27, + rshares: 445512500, + percent: 10000, + reputation: 81278657, + time: '2018-01-09T17:41:30', + }, + { + voter: 'olyamiles', + weight: 10, + rshares: 162842500, + percent: 10000, + reputation: 1012117987, + time: '2018-01-08T22:36:06', + }, + { + voter: 'mobolaji', + weight: 25, + rshares: 433222500, + percent: 10000, + reputation: 2338394258, + time: '2018-01-08T20:37:00', + }, + { + voter: 'jesus1507', + weight: 17, + rshares: 279597500, + percent: 10000, + reputation: '10146445679', + time: '2018-01-08T20:44:06', + }, + { + voter: 'mt63', + weight: 20, + rshares: 341047500, + percent: 10000, + reputation: '4583463216', + time: '2018-01-09T10:00:45', + }, + { + voter: 'jogrin', + weight: 22, + rshares: 371772500, + percent: 10000, + reputation: '31940126049', + time: '2018-01-09T00:59:51', + }, + { + voter: 'the.human.union', + weight: 21, + rshares: 350265000, + percent: 10000, + reputation: '7714193580', + time: '2018-01-09T14:40:18', + }, + { + voter: 'assetgainz', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 317195157, + time: '2018-01-09T17:02:48', + }, + { + voter: 'dnynl', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:23:30', + }, + { + voter: 'rogersco90', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:05:51', + }, + { + voter: 'z0ri0', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:06:12', + }, + { + voter: 'imnotme', + weight: 13, + rshares: 215075000, + percent: 10000, + reputation: '7045798305', + time: '2018-01-09T18:20:24', + }, + { + voter: 'penking', + weight: 23, + rshares: 384062500, + percent: 10000, + reputation: '7954859052', + time: '2018-01-09T14:00:30', + }, + { + voter: 'upendranath', + weight: 34, + rshares: 565340000, + percent: 10000, + reputation: 3338570082, + time: '2018-01-09T04:01:21', + }, + { + voter: 'nazarsteem', + weight: 51, + rshares: 435183369, + percent: 10000, + reputation: 2049243933, + time: '2018-01-08T17:05:03', + }, + { + voter: 'parra.aca', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 1358138075, + time: '2018-01-09T12:47:09', + }, + { + voter: 'braulio', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: 556198153, + time: '2018-01-09T17:29:39', + }, + { + voter: 'zafaralise', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 120026933, + time: '2018-01-09T16:50:06', + }, + { + voter: 'whoathisisfun', + weight: 18, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:35:18', + }, + { + voter: 'palik', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 88357346, + time: '2018-01-08T21:28:24', + }, + { + voter: 'gerardolgjp', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 154316006, + time: '2018-01-09T16:34:18', + }, + { + voter: 'ozumba', + weight: 6, + rshares: 104465000, + percent: 10000, + reputation: '9815190006', + time: '2018-01-08T21:46:18', + }, + { + voter: 'nowonline', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '14550915643', + time: '2018-01-09T15:33:39', + }, + { + voter: 'sirhid', + weight: 21, + rshares: 353337500, + percent: 10000, + reputation: 984985199, + time: '2018-01-09T10:37:57', + }, + { + voter: 'sikk.beat', + weight: 33, + rshares: 556122500, + percent: 10000, + reputation: 420452728, + time: '2018-01-08T21:42:27', + }, + { + voter: 'cryptocamelcow', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:01:27', + }, + { + voter: 'robin.crypto', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:56:00', + }, + { + voter: 'sandeeprapti', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 70626615, + time: '2018-01-09T01:32:06', + }, + { + voter: 'susucrystal', + weight: 5, + rshares: 86980719, + percent: 10000, + reputation: '7891933517', + time: '2018-01-09T06:42:27', + }, + { + voter: 'ansel-87', + weight: 30, + rshares: 497745000, + percent: 10000, + reputation: 3617812956, + time: '2018-01-09T01:13:21', + }, + { + voter: 'paulnulty', + weight: 17, + rshares: 580702500, + percent: 10000, + reputation: 30647632, + time: '2018-01-09T22:48:06', + }, + { + voter: 'yuxuan', + weight: 5, + rshares: 87436789, + percent: 10000, + reputation: 95946574, + time: '2018-01-09T05:23:57', + }, + { + voter: 'ericm1824', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:49:18', + }, + { + voter: 'christian04', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 547181581, + time: '2018-01-09T11:19:27', + }, + { + voter: 'perperokk30', + weight: 10, + rshares: 172060000, + percent: 5008, + reputation: 573605755, + time: '2018-01-09T12:08:09', + }, + { + voter: 'sivakrishna9494', + weight: 20, + rshares: 337975000, + percent: 10000, + reputation: 728249879, + time: '2018-01-09T04:49:30', + }, + { + voter: 'andyellis1977', + weight: 33, + rshares: 546905000, + percent: 10000, + reputation: 3657844921, + time: '2018-01-09T16:38:39', + }, + { + voter: 'ikemesit', + weight: 0, + rshares: -433222500, + percent: -10000, + reputation: '8867798109', + time: '2018-01-09T10:23:06', + }, + { + voter: 'oliviabmore', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:36:45', + }, + { + voter: 'leightonstone', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:23:42', + }, + { + voter: 'craigmeister', + weight: 37, + rshares: 611427500, + percent: 10000, + reputation: 4228099730, + time: '2018-01-09T01:26:45', + }, + { + voter: 'scarletth', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:41:42', + }, + { + voter: 'aniekanbassey', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: '6993442955', + time: '2018-01-09T13:53:21', + }, + { + voter: 'cnoo', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 39336527, + time: '2018-01-09T10:47:30', + }, + { + voter: 'kailukat', + weight: 20, + rshares: 337975000, + percent: 10000, + reputation: 267296873, + time: '2018-01-09T03:27:42', + }, + { + voter: 'ayipo247', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: 32094752, + time: '2018-01-09T08:43:09', + }, + { + voter: 'siosfl', + weight: 7, + rshares: 242727500, + percent: 10000, + reputation: 2810557, + time: '2018-01-09T22:49:18', + }, + { + voter: 'michhart', + weight: 25, + rshares: 424005000, + percent: 10000, + reputation: '109627838639', + time: '2018-01-09T02:21:06', + }, + { + voter: 'dorian17', + weight: 34, + rshares: 574557500, + percent: 10000, + reputation: '5580155382', + time: '2018-01-09T10:38:36', + }, + { + voter: 'gakimov', + weight: 21, + rshares: 344120000, + percent: 10000, + reputation: '4628494275', + time: '2018-01-09T18:08:45', + }, + { + voter: 'justwatch', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 262434359, + time: '2018-01-09T09:48:12', + }, + { + voter: 'onlineguru78', + weight: 34, + rshares: 571485000, + percent: 10000, + reputation: 857312991, + time: '2018-01-09T17:48:24', + }, + { + voter: 'febradaytamarra', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 833856027, + time: '2018-01-09T10:51:45', + }, + { + voter: 'blackwindow', + weight: 21, + rshares: 347192500, + percent: 10000, + reputation: 119606648, + time: '2018-01-09T09:21:12', + }, + { + voter: 'hongsukahn', + weight: 13, + rshares: 218147500, + percent: 10000, + reputation: '4872840162', + time: '2018-01-09T07:24:48', + }, + { + voter: 'kdivya', + weight: 22, + rshares: 356410000, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:27:54', + }, + { + voter: 'financerebellion', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 46257772, + time: '2018-01-08T22:59:39', + }, + { + voter: 'fersik', + weight: 29, + rshares: 485455000, + percent: 10000, + reputation: '5122390487', + time: '2018-01-09T11:53:03', + }, + { + voter: 'afrosiab', + weight: 89, + rshares: 1477656088, + percent: 10000, + reputation: 128504899, + time: '2018-01-09T00:20:27', + }, + { + voter: 'moritzzh', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:20:18', + }, + { + voter: 'drroberto33', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 1803930959, + time: '2018-01-09T17:46:12', + }, + { + voter: 'syaukani', + weight: 21, + rshares: 353337500, + percent: 10000, + reputation: 702373490, + time: '2018-01-09T16:58:36', + }, + { + voter: 'xwilq', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:40:48', + }, + { + voter: 'eddiespino', + weight: 12, + rshares: 199712500, + percent: 10000, + reputation: '17431452596', + time: '2018-01-09T05:09:42', + }, + { + voter: 'electra80', + weight: 33, + rshares: 546905000, + percent: 10000, + reputation: 1536328210, + time: '2018-01-09T01:36:51', + }, + { + voter: 'mrerolos', + weight: 16, + rshares: 273452500, + percent: 10000, + reputation: 407098476, + time: '2018-01-08T20:15:03', + }, + { + voter: 'melopology', + weight: 30, + rshares: 513107500, + percent: 10000, + reputation: 1009138955, + time: '2018-01-09T17:45:39', + }, + { + voter: 'sahifactor', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 2886355800, + time: '2018-01-09T08:55:48', + }, + { + voter: 'moisesguerrero', + weight: 33, + rshares: 565340000, + percent: 10000, + reputation: 89341190, + time: '2018-01-09T04:12:30', + }, + { + voter: 'fahrulreza', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 0, + time: '2018-01-09T18:50:24', + }, + { + voter: 'officialme', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 3362607515, + time: '2018-01-09T15:03:27', + }, + { + voter: 'heniekzap', + weight: 30, + rshares: 503890000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:35:42', + }, + { + voter: 'charisma1', + weight: 3, + rshares: 52232500, + percent: 10000, + reputation: '34786889975', + time: '2018-01-09T06:11:33', + }, + { + voter: 'buenasuerte', + weight: 0, + rshares: 546905000, + percent: 10000, + reputation: 165448231, + time: '2018-01-09T08:56:09', + }, + { + voter: 'bofess22', + weight: 19, + rshares: 322612500, + percent: 10000, + reputation: '5556967663', + time: '2018-01-08T22:24:15', + }, + { + voter: 'wiema', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:52:06', + }, + { + voter: 'kitchen.witch', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 384343805, + time: '2018-01-09T20:01:48', + }, + { + voter: 'hersnz', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: '4942009102', + time: '2018-01-09T03:09:00', + }, + { + voter: 'josemorales2020', + weight: 22, + rshares: 365627500, + percent: 10000, + reputation: 16097124, + time: '2018-01-08T21:30:33', + }, + { + voter: 'cassey001', + weight: 34, + rshares: 571485000, + percent: 10000, + reputation: 12574241, + time: '2018-01-09T09:28:57', + }, + { + voter: 'husche', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 26592514, + time: '2018-01-09T20:35:42', + }, + { + voter: 'yessika', + weight: 18, + rshares: 602210000, + percent: 10000, + reputation: 4108937581, + time: '2018-01-09T22:38:39', + }, + { + voter: 'xinese', + weight: 104, + rshares: 864563438, + percent: 10000, + reputation: '16227434298', + time: '2018-01-08T16:55:42', + }, + { + voter: 'armannito', + weight: 136, + rshares: 1143080513, + percent: 10000, + reputation: '29502301015', + time: '2018-01-08T17:18:30', + }, + { + voter: 'dzenan01', + weight: 126, + rshares: 1056043923, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:06:06', + }, + { + voter: 'orangetang', + weight: 16, + rshares: 565340000, + percent: 10000, + reputation: 827926378, + time: '2018-01-09T22:29:48', + }, + { + voter: 'beanbag93', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 1219812977, + time: '2018-01-09T10:09:54', + }, + { + voter: 'jovanivega', + weight: 17, + rshares: 559105112, + percent: 10000, + reputation: 179855302, + time: '2018-01-09T22:53:09', + }, + { + voter: 'jienledance', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 2450159, + time: '2018-01-09T03:42:54', + }, + { + voter: 'roldamn', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: '4987072453', + time: '2018-01-09T02:21:00', + }, + { + voter: 'vincent1923', + weight: 30, + rshares: 510035000, + percent: 10000, + reputation: '8636480053', + time: '2018-01-09T05:56:57', + }, + { + voter: 'meastro', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:40:30', + }, + { + voter: 'chrisssy0419', + weight: 11, + rshares: 187422500, + percent: 10000, + reputation: '12005251651', + time: '2018-01-09T07:55:18', + }, + { + voter: 'blessingtom', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: 394307933, + time: '2018-01-09T14:01:42', + }, + { + voter: 'logicalidiot', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:41:09', + }, + { + voter: 'sisygoboom', + weight: 30, + rshares: 513107500, + percent: 10000, + reputation: 267523131, + time: '2018-01-08T20:30:39', + }, + { + voter: 'ufos97', + weight: 28, + rshares: 463947500, + percent: 10000, + reputation: 145087440, + time: '2018-01-09T04:33:42', + }, + { + voter: 'olayhemy', + weight: 36, + rshares: 295945208, + percent: 10000, + reputation: '13101963669', + time: '2018-01-08T16:56:48', + }, + { + voter: 'dimlop', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:48:51', + }, + { + voter: 'tonmart', + weight: 36, + rshares: 614503071, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:00:18', + }, + { + voter: 'ralcsto', + weight: 37, + rshares: 614503440, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:11:24', + }, + { + voter: 'yaku', + weight: 69, + rshares: 1160487334, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:44:51', + }, + { + voter: 'saazan', + weight: 56, + rshares: 934192296, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:04:51', + }, + { + voter: 'muzmomo', + weight: 36, + rshares: 596068672, + percent: 10000, + reputation: 100767372, + time: '2018-01-09T15:51:51', + }, + { + voter: 'rijalsaugat75', + weight: 0, + rshares: 546908061, + percent: 10000, + reputation: 242326266, + time: '2018-01-09T16:27:36', + }, + { + voter: 'cryptoexplorer7', + weight: 65, + rshares: 1096660428, + percent: 10000, + reputation: 305157198, + time: '2018-01-08T20:06:30', + }, + { + voter: 'cherryprice', + weight: 68, + rshares: 1137277466, + percent: 10000, + reputation: 35902572, + time: '2018-01-08T22:11:00', + }, + { + voter: 'apolinarcastro', + weight: 25, + rshares: 414787500, + percent: 10000, + reputation: 117343502, + time: '2018-01-08T20:39:48', + }, + { + voter: 'cryptattoo', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: '6012567490', + time: '2018-01-09T12:12:00', + }, + { + voter: 'vickysozo', + weight: 18, + rshares: 608355000, + percent: 10000, + reputation: 2634700737, + time: '2018-01-09T23:20:21', + }, + { + voter: 'nickanonimo', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:25:39', + }, + { + voter: 'roxanaoros', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 173700477, + time: '2018-01-09T16:47:39', + }, + { + voter: 'jonnathanbrc22', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 203672595, + time: '2018-01-09T11:33:54', + }, + { + voter: 'leanillegrace', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 76516500, + time: '2018-01-09T14:37:39', + }, + { + voter: 'krul', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 117012094, + time: '2018-01-08T20:48:42', + }, + { + voter: 'philosophizer', + weight: 24, + rshares: 408642500, + percent: 10000, + reputation: 376694656, + time: '2018-01-08T21:06:00', + }, + { + voter: 'caltrain', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:03:18', + }, + { + voter: 'zovozone', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 18675038, + time: '2018-01-09T01:55:27', + }, + { + voter: 'dstrougo', + weight: 977, + rshares: '16396082429', + percent: 10000, + reputation: 0, + time: '2018-01-08T20:36:27', + }, + { + voter: 'fiveangels', + weight: 6, + rshares: 226171243, + percent: 10000, + reputation: '61061705325', + time: '2018-01-09T21:45:33', + }, + { + voter: 'sayalijain', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 377514664, + time: '2018-01-09T10:22:30', + }, + { + voter: 'renenorman', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '13355409959', + time: '2018-01-09T10:02:12', + }, + { + voter: 'kaeo', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 187408346, + time: '2018-01-09T09:07:03', + }, + { + voter: 'krasovec97', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 19011094, + time: '2018-01-08T22:24:03', + }, + { + voter: 'buzzlightyear', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:05:15', + }, + { + voter: 'by4434', + weight: 8, + rshares: 122900000, + percent: 10000, + reputation: 52342128, + time: '2018-01-09T06:53:45', + }, + { + voter: 'yashprajapat', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 8689414, + time: '2018-01-09T07:40:27', + }, + { + voter: 'madeq', + weight: 33, + rshares: 568412500, + percent: 10000, + reputation: 803544183, + time: '2018-01-09T11:43:00', + }, + { + voter: 'knackart', + weight: 29, + rshares: 485455000, + percent: 10000, + reputation: 93488832, + time: '2018-01-09T16:57:06', + }, + { + voter: 'nancyromero', + weight: 19, + rshares: 310322500, + percent: 10000, + reputation: 85418835, + time: '2018-01-09T05:10:57', + }, + { + voter: 'helio', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:38:57', + }, + { + voter: 'matadonis', + weight: 22, + rshares: 362555000, + percent: 10000, + reputation: 700014637, + time: '2018-01-08T21:41:57', + }, + { + voter: 'johntszeci', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 12298240, + time: '2018-01-09T19:27:57', + }, + { + voter: 'edjag', + weight: 28, + rshares: 470092500, + percent: 10000, + reputation: '15696669612', + time: '2018-01-08T20:16:27', + }, + { + voter: 'hsyndemir', + weight: 34, + rshares: 559195000, + percent: 10000, + reputation: 96425181, + time: '2018-01-08T21:30:30', + }, + { + voter: 'mohsen00khani', + weight: 33, + rshares: 546905000, + percent: 10000, + reputation: 103260077, + time: '2018-01-09T10:12:45', + }, + { + voter: 'sportfreak2013', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:17:39', + }, + { + voter: 'krav', + weight: 51, + rshares: 863626143, + percent: 10000, + reputation: 17497953, + time: '2018-01-09T00:26:06', + }, + { + voter: 'johannbgood', + weight: 34, + rshares: 580702500, + percent: 10000, + reputation: 295079816, + time: '2018-01-09T21:02:00', + }, + { + voter: 'horcalong', + weight: 133, + rshares: 1119869045, + percent: 10000, + reputation: 43806200, + time: '2018-01-08T17:07:45', + }, + { + voter: 'hasenmann', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 1551766343, + time: '2018-01-09T14:32:21', + }, + { + voter: 'jordanlove', + weight: 45, + rshares: 765920796, + percent: 10000, + reputation: 3549656602, + time: '2018-01-08T19:24:30', + }, + { + voter: 'johncarney', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:35:24', + }, + { + voter: 'cosmic-humanity', + weight: 34, + rshares: 559195000, + percent: 10000, + reputation: 1311359925, + time: '2018-01-09T20:40:36', + }, + { + voter: 'marct', + weight: 63, + rshares: 1061844739, + percent: 10000, + reputation: 346174882, + time: '2018-01-08T18:30:03', + }, + { + voter: 'agusrizal12', + weight: 28, + rshares: 479310000, + percent: 10000, + reputation: 230950661, + time: '2018-01-09T07:22:48', + }, + { + voter: 'saikiran1919', + weight: 35, + rshares: 596065000, + percent: 10000, + reputation: 148382355, + time: '2018-01-09T12:20:09', + }, + { + voter: 'davidluiz957', + weight: 23, + rshares: 390207500, + percent: 10000, + reputation: 836396496, + time: '2018-01-08T21:52:36', + }, + { + voter: 'konsdibons', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:21:30', + }, + { + voter: 'ubulin', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 190755579, + time: '2018-01-08T21:18:39', + }, + { + voter: 'acongsteemer', + weight: 3468, + rshares: '58190916943', + percent: 10000, + reputation: 816264746, + time: '2018-01-09T10:58:54', + }, + { + voter: 'jobonjersey', + weight: 30, + rshares: 500817500, + percent: 10000, + reputation: 3224997966, + time: '2018-01-08T22:37:09', + }, + { + voter: 'scyt4l3', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 46782086, + time: '2018-01-08T19:56:12', + }, + { + voter: 'maxst', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:37:12', + }, + { + voter: 'criptofercho', + weight: 32, + rshares: 531542500, + percent: 10000, + reputation: 101493034, + time: '2018-01-09T03:17:09', + }, + { + voter: 'garouvein', + weight: 32, + rshares: 540760000, + percent: 10000, + reputation: 2856061119, + time: '2018-01-09T10:45:51', + }, + { + voter: 'sheraz.malik', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:40:18', + }, + { + voter: 'deagle0099', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 58281525, + time: '2018-01-09T20:21:03', + }, + { + voter: 'ammarrestu', + weight: 31, + rshares: 516180000, + percent: 10000, + reputation: 7384595, + time: '2018-01-09T03:46:03', + }, + { + voter: 'dschense', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 101633157, + time: '2018-01-09T20:24:42', + }, + { + voter: 'lvw', + weight: 48, + rshares: 400367680, + percent: 10000, + reputation: 673082495, + time: '2018-01-08T17:16:36', + }, + { + voter: 'faizanmalik420p', + weight: 6, + rshares: 89102500, + percent: 10000, + reputation: 867082534, + time: '2018-01-09T15:06:39', + }, + { + voter: 'ewanderer', + weight: 80, + rshares: 673081897, + percent: 10000, + reputation: 39997765, + time: '2018-01-08T17:30:51', + }, + { + voter: 'prityjha', + weight: 19, + rshares: 325685000, + percent: 10000, + reputation: 658403930, + time: '2018-01-09T18:14:45', + }, + { + voter: 'evoclen', + weight: 26, + rshares: 433222500, + percent: 10000, + reputation: 19253646, + time: '2018-01-09T19:26:54', + }, + { + voter: 'kato95', + weight: 25, + rshares: 420932500, + percent: 10000, + reputation: 243827858, + time: '2018-01-08T23:42:00', + }, + { + voter: 'parthibans', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 17407290, + time: '2018-01-09T18:21:51', + }, + { + voter: 'aminarc', + weight: 35, + rshares: 586847500, + percent: 10000, + reputation: 131275002, + time: '2018-01-09T12:01:42', + }, + { + voter: 'jangkeum', + weight: 17, + rshares: 271851801, + percent: 10000, + reputation: '7358183138', + time: '2018-01-09T02:02:27', + }, + { + voter: 'steemlion', + weight: 17, + rshares: 282670000, + percent: 10000, + reputation: 1749299706, + time: '2018-01-08T23:20:21', + }, + { + voter: 'eltrip5', + weight: 30, + rshares: 510035000, + percent: 10000, + reputation: 232919360, + time: '2018-01-09T02:48:54', + }, + { + voter: 'benkoo', + weight: 35, + rshares: 586847500, + percent: 10000, + reputation: 45036810, + time: '2018-01-09T16:47:00', + }, + { + voter: 'coin-flip', + weight: 32, + rshares: 546905000, + percent: 10000, + reputation: 586149391, + time: '2018-01-08T23:58:03', + }, + { + voter: 'yvisdaily', + weight: 25, + rshares: 408642500, + percent: 10000, + reputation: '10701673465', + time: '2018-01-09T03:09:57', + }, + { + voter: 'sqrek', + weight: 22, + rshares: 377917500, + percent: 10000, + reputation: 765337549, + time: '2018-01-09T07:09:00', + }, + { + voter: 'qb3', + weight: 18, + rshares: 605282500, + percent: 10000, + reputation: 21422862, + time: '2018-01-09T22:20:30', + }, + { + voter: 'chidoziemike', + weight: 21, + rshares: 350265000, + percent: 10000, + reputation: 894493600, + time: '2018-01-09T04:41:18', + }, + { + voter: 'gaussbusters', + weight: 65, + rshares: 1102461716, + percent: 10000, + reputation: '7042485387', + time: '2018-01-08T17:48:33', + }, + { + voter: 'risbo90', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:01:54', + }, + { + voter: 'haymacamphu', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:28:48', + }, + { + voter: 'uduakanthony', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 405923879, + time: '2018-01-08T22:58:42', + }, + { + voter: 'alinek', + weight: 12, + rshares: 199712500, + percent: 10000, + reputation: 1042266588, + time: '2018-01-09T20:23:51', + }, + { + voter: 'bernardorjpa', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 758981426, + time: '2018-01-09T12:08:18', + }, + { + voter: 'thefixeroff', + weight: 34, + rshares: 580702500, + percent: 10000, + reputation: 30372089, + time: '2018-01-09T20:40:24', + }, + { + voter: 'alexstrasza', + weight: 34, + rshares: 586847500, + percent: 10000, + reputation: 2307487945, + time: '2018-01-09T20:35:33', + }, + { + voter: 'ztem', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:12:36', + }, + { + voter: 'hamdaniraden', + weight: 30, + rshares: 516180000, + percent: 10000, + reputation: 119091989, + time: '2018-01-09T03:36:24', + }, + { + voter: 'rajafahad', + weight: 19, + rshares: 331830000, + percent: 10000, + reputation: 1310104551, + time: '2018-01-09T16:50:03', + }, + { + voter: 'bryguy907', + weight: 32, + rshares: 528470000, + percent: 10000, + reputation: 241962553, + time: '2018-01-09T02:51:45', + }, + { + voter: 'nibornesyem', + weight: 69, + rshares: 1160486000, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:01:09', + }, + { + voter: 'xvz', + weight: 34, + rshares: 290121499, + percent: 10000, + reputation: 172146145, + time: '2018-01-08T16:54:57', + }, + { + voter: 'joseealvarezn', + weight: 12, + rshares: 193567500, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:25:54', + }, + { + voter: 'mbilalihsan', + weight: 27, + rshares: 448585000, + percent: 10000, + reputation: 1516982055, + time: '2018-01-09T20:37:09', + }, + { + voter: 'curationment', + weight: 35, + rshares: 586847500, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:26:36', + }, + { + voter: 'chefo77', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 32276016, + time: '2018-01-08T20:34:36', + }, + { + voter: 'stevethebutcher', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 115568977, + time: '2018-01-09T16:29:33', + }, + { + voter: 'micahwood', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:23:39', + }, + { + voter: 'safaryt83', + weight: 8, + rshares: 273452500, + percent: 10000, + reputation: 211354103, + time: '2018-01-09T22:15:12', + }, + { + voter: 'racoo', + weight: 11, + rshares: 175132500, + percent: 10000, + reputation: '4638867062', + time: '2018-01-09T13:34:51', + }, + { + voter: 'tomas95', + weight: 17, + rshares: 559195000, + percent: 10000, + reputation: 176090224, + time: '2018-01-09T21:34:15', + }, + { + voter: 'mondei1', + weight: 69, + rshares: 1160485975, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:53:54', + }, + { + voter: 'ellorei', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 271507410, + time: '2018-01-09T03:05:06', + }, + { + voter: 'gforg', + weight: 28, + rshares: 476237500, + percent: 10000, + reputation: 109286947, + time: '2018-01-09T17:19:06', + }, + { + voter: 'kooribo', + weight: 35, + rshares: 596065000, + percent: 10000, + reputation: 73931449, + time: '2018-01-09T16:44:54', + }, + { + voter: 'grbaki', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 111974115, + time: '2018-01-09T19:25:30', + }, + { + voter: 'mati-b', + weight: 29, + rshares: 485455000, + percent: 10000, + reputation: 2176723896, + time: '2018-01-09T12:02:06', + }, + { + voter: 'piakkers', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 47719762, + time: '2018-01-08T21:32:30', + }, + { + voter: 'nesim', + weight: 36, + rshares: 596065000, + percent: 10000, + reputation: 1946717285, + time: '2018-01-09T14:52:03', + }, + { + voter: 'kingsrod', + weight: 14, + rshares: 463947500, + percent: 10000, + reputation: 43634587, + time: '2018-01-09T21:41:39', + }, + { + voter: 'read3986', + weight: 68, + rshares: 1143078654, + percent: 10000, + reputation: 1937481740, + time: '2018-01-08T19:07:06', + }, + { + voter: 'yogeshsingh251', + weight: 35, + rshares: 589920000, + percent: 10000, + reputation: 123408863, + time: '2018-01-09T18:14:12', + }, + { + voter: 'gkzzadmin', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 35630579, + time: '2018-01-09T20:53:51', + }, + { + voter: 'shahzaibmunawar', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: 201310794, + time: '2018-01-09T20:47:42', + }, + { + voter: 'hibikoetso', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:41:06', + }, + { + voter: 'quantumcowboy777', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 68265180, + time: '2018-01-09T19:23:18', + }, + { + voter: 'whizzdom', + weight: 34, + rshares: 580702500, + percent: 10000, + reputation: '4606041537', + time: '2018-01-09T19:56:57', + }, + { + voter: 'stk-g', + weight: 27, + rshares: 448585000, + percent: 10000, + reputation: 597968527, + time: '2018-01-09T02:06:03', + }, + { + voter: 'feron', + weight: 19, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T22:12:54', + }, + { + voter: 'walid.larbi', + weight: 49, + rshares: 406170064, + percent: 10000, + reputation: 3303849856, + time: '2018-01-08T17:31:12', + }, + { + voter: 'churchofsin', + weight: 23, + rshares: 384062500, + percent: 10000, + reputation: 125227601, + time: '2018-01-09T11:42:51', + }, + { + voter: 'twocoins', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:08:36', + }, + { + voter: 'bonethugs', + weight: 23, + rshares: 374845000, + percent: 10000, + reputation: 2237879612, + time: '2018-01-09T10:24:33', + }, + { + voter: 'cvds', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: '19549539473', + time: '2018-01-08T21:03:45', + }, + { + voter: 'sweetmilk', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:51:48', + }, + { + voter: 'fffffgggg54', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 9313515, + time: '2018-01-09T05:04:45', + }, + { + voter: 'black.alien', + weight: 29, + rshares: 494672500, + percent: 10000, + reputation: 418654830, + time: '2018-01-08T22:42:39', + }, + { + voter: 'acushla', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 271472173, + time: '2018-01-09T10:36:12', + }, + { + voter: 'jesuslnrs', + weight: 7, + rshares: 251945000, + percent: 10000, + reputation: 303134745, + time: '2018-01-09T22:36:00', + }, + { + voter: 'jtrag', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '25674653995', + time: '2018-01-09T13:28:57', + }, + { + voter: 'jhoxiris', + weight: 9, + rshares: 291887500, + percent: 10000, + reputation: 465745783, + time: '2018-01-09T22:52:45', + }, + { + voter: 'gerenzoo', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: 1085750418, + time: '2018-01-08T22:36:51', + }, + { + voter: 'soymarialejandra', + weight: 30, + rshares: 500817500, + percent: 10000, + reputation: 508646104, + time: '2018-01-08T22:14:09', + }, + { + voter: 'wresker', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:27:42', + }, + { + voter: 'nemi', + weight: 0, + rshares: 0, + percent: 0, + reputation: 0, + time: '2018-01-09T05:17:24', + }, + { + voter: 'marluc', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 14860004, + time: '2018-01-08T23:26:09', + }, + { + voter: 'vlasnius', + weight: 6, + rshares: 98320000, + percent: 10000, + reputation: 106310685, + time: '2018-01-08T21:53:36', + }, + { + voter: 'knoonan16', + weight: 0, + rshares: 430150000, + percent: 10000, + reputation: 8881445, + time: '2018-01-09T21:39:15', + }, + { + voter: 'sebacrush', + weight: 34, + rshares: 580702500, + percent: 10000, + reputation: 843966089, + time: '2018-01-09T18:43:42', + }, + { + voter: 'btwiamjc', + weight: 33, + rshares: 549977500, + percent: 10000, + reputation: '4384345022', + time: '2018-01-09T02:44:06', + }, + { + voter: 'chrisvan', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:02:48', + }, + { + voter: 'fyah', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 69394505, + time: '2018-01-09T15:12:57', + }, + { + voter: 'mindcombustion', + weight: 33, + rshares: 559195000, + percent: 10000, + reputation: 244848077, + time: '2018-01-09T00:39:36', + }, + { + voter: 'edward-ong', + weight: 14, + rshares: 233510000, + percent: 10000, + reputation: 1166082381, + time: '2018-01-09T00:01:54', + }, + { + voter: 'ariel-teg', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 113643180, + time: '2018-01-09T00:04:36', + }, + { + voter: 'joung3017', + weight: 32, + rshares: 534615000, + percent: 10000, + reputation: '32748212676', + time: '2018-01-09T14:51:42', + }, + { + voter: 'kinematics', + weight: 12, + rshares: 205857500, + percent: 10000, + reputation: '14330297826', + time: '2018-01-09T03:18:24', + }, + { + voter: 'arslan237', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 31569348, + time: '2018-01-09T18:38:06', + }, + { + voter: 'wugao', + weight: 32, + rshares: 534615000, + percent: 10000, + reputation: 225126120, + time: '2018-01-09T00:40:45', + }, + { + voter: 'wroan', + weight: 29, + rshares: 497745000, + percent: 10000, + reputation: 3835961244, + time: '2018-01-08T23:46:48', + }, + { + voter: 'carloamc', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: 203534746, + time: '2018-01-09T04:42:03', + }, + { + voter: 'sophiexo', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T10:34:54', + }, + { + voter: 'mauley', + weight: 35, + rshares: 583775000, + percent: 10000, + reputation: 256136149, + time: '2018-01-08T22:47:00', + }, + { + voter: 'nafidarmhd', + weight: 30, + rshares: 503890000, + percent: 10000, + reputation: 241242282, + time: '2018-01-09T17:37:03', + }, + { + voter: 'myanmarbooster', + weight: 24, + rshares: 417860000, + percent: 10000, + reputation: 107637656, + time: '2018-01-09T04:18:00', + }, + { + voter: 'tanerseyt', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 900735090, + time: '2018-01-08T20:50:21', + }, + { + voter: 'chriss0612', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:52:27', + }, + { + voter: 'basseyantai', + weight: 34, + rshares: 571485000, + percent: 10000, + reputation: 125158428, + time: '2018-01-08T22:19:36', + }, + { + voter: 'zaggysteem', + weight: 34, + rshares: 571485000, + percent: 10000, + reputation: 2726754903, + time: '2018-01-08T20:37:33', + }, + { + voter: 'budipratama', + weight: 20, + rshares: 344120000, + percent: 10000, + reputation: 131873877, + time: '2018-01-09T06:48:42', + }, + { + voter: 'kimp0gi', + weight: 23, + rshares: 393280000, + percent: 10000, + reputation: '14916053863', + time: '2018-01-09T02:27:12', + }, + { + voter: 'apaki', + weight: 29, + rshares: 479310000, + percent: 10000, + reputation: 199215685, + time: '2018-01-09T07:43:45', + }, + { + voter: 'dandyskull', + weight: 26, + rshares: 430150000, + percent: 10000, + reputation: 29136874, + time: '2018-01-09T10:31:39', + }, + { + voter: 'lexyflexy', + weight: 11, + rshares: 190495000, + percent: 10000, + reputation: '6150286769', + time: '2018-01-08T19:47:27', + }, + { + voter: 'kylorenjunior', + weight: 10, + rshares: 178205000, + percent: 10000, + reputation: 1829350538, + time: '2018-01-08T21:33:00', + }, + { + voter: 'lifeinwords', + weight: 35, + rshares: 589920000, + percent: 10000, + reputation: 2304387, + time: '2018-01-09T16:06:51', + }, + { + voter: 'maniben', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 9313515, + time: '2018-01-08T23:30:24', + }, + { + voter: 'evegorilla', + weight: 18, + rshares: 301105000, + percent: 10000, + reputation: 1437141868, + time: '2018-01-09T00:53:09', + }, + { + voter: 'davizoe', + weight: 31, + rshares: 528470000, + percent: 10000, + reputation: 2850439386, + time: '2018-01-09T17:04:54', + }, + { + voter: 'rrsea', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:16:30', + }, + { + voter: 'lofaloa', + weight: 19, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T22:26:15', + }, + { + voter: 'parkshin', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:19:39', + }, + { + voter: 'taher999', + weight: 23, + rshares: 387135000, + percent: 10000, + reputation: 2629221269, + time: '2018-01-09T02:22:39', + }, + { + voter: 'ankavhonna', + weight: 33, + rshares: 543832500, + percent: 10000, + reputation: 69397417, + time: '2018-01-09T06:39:24', + }, + { + voter: 'markusmichael', + weight: 22, + rshares: 368700000, + percent: 10000, + reputation: 474158466, + time: '2018-01-08T19:36:54', + }, + { + voter: 'breadcrumb', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 45453551, + time: '2018-01-08T20:05:21', + }, + { + voter: 'shaiktabassum', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: 76500101, + time: '2018-01-09T02:32:30', + }, + { + voter: 'dariowil', + weight: 18, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T22:41:15', + }, + { + voter: 'fashion-girl', + weight: 33, + rshares: 556122500, + percent: 10000, + reputation: '18658935823', + time: '2018-01-09T04:07:09', + }, + { + voter: 'cecilie', + weight: 31, + rshares: 522325000, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:58:45', + }, + { + voter: 'ericzenn', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:04:57', + }, + { + voter: 'redtv', + weight: 0, + rshares: -506962500, + percent: -10000, + reputation: 286734916, + time: '2018-01-08T23:48:45', + }, + { + voter: 'ruicarvoeiro', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:34:18', + }, + { + voter: 'kyungduck', + weight: 35, + rshares: 589920000, + percent: 10000, + reputation: '5064720319', + time: '2018-01-09T06:15:33', + }, + { + voter: 'quattz', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:24:45', + }, + { + voter: 'dani-knows', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:57:36', + }, + { + voter: 'handresk', + weight: 13, + rshares: 221220000, + percent: 10000, + reputation: '20360415007', + time: '2018-01-09T02:15:00', + }, + { + voter: 'ensarp', + weight: 34, + rshares: 571485000, + percent: 10000, + reputation: 123824437, + time: '2018-01-09T08:32:48', + }, + { + voter: 'cardinalsinner', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 27590118, + time: '2018-01-09T15:28:06', + }, + { + voter: 'isaiasprais', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 2600689455, + time: '2018-01-08T19:39:45', + }, + { + voter: 'aamm033', + weight: 14, + rshares: 239655000, + percent: 10000, + reputation: 251599968, + time: '2018-01-09T20:31:18', + }, + { + voter: 'maxdah', + weight: 33, + rshares: 546905000, + percent: 10000, + reputation: 122629724, + time: '2018-01-09T15:22:00', + }, + { + voter: 'netskyy', + weight: 19, + rshares: 319540000, + percent: 10000, + reputation: '14147052827', + time: '2018-01-09T11:51:27', + }, + { + voter: 'tayyabg441', + weight: 11, + rshares: 190495000, + percent: 10000, + reputation: 292629018, + time: '2018-01-09T17:53:12', + }, + { + voter: 'missgift', + weight: 34, + rshares: 562267500, + percent: 10000, + reputation: '7453535453', + time: '2018-01-08T22:14:24', + }, + { + voter: 'fionagan', + weight: 33, + rshares: 543832500, + percent: 10000, + reputation: 2513970957, + time: '2018-01-08T22:09:03', + }, + { + voter: 'falcon4sky', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:04:15', + }, + { + voter: 'cacciu', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 296578555, + time: '2018-01-09T12:39:48', + }, + { + voter: 'nours', + weight: 33, + rshares: 549977500, + percent: 10000, + reputation: 64365027, + time: '2018-01-08T21:48:54', + }, + { + voter: 'kons23', + weight: 25, + rshares: 433222500, + percent: 10000, + reputation: 25972225, + time: '2018-01-09T12:56:24', + }, + { + voter: 'rachaelfinch', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '61221766799', + time: '2018-01-09T11:14:39', + }, + { + voter: 'knightmare414', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 37101028, + time: '2018-01-08T20:40:12', + }, + { + voter: 'psalmseen', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 87260568, + time: '2018-01-09T07:56:33', + }, + { + voter: 'rockangels', + weight: 5, + rshares: 89102500, + percent: 10000, + reputation: '4341986823', + time: '2018-01-09T02:33:39', + }, + { + voter: 'qbinder', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 338388764, + time: '2018-01-08T20:18:45', + }, + { + voter: 'rurifa', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: 904224654, + time: '2018-01-09T07:11:30', + }, + { + voter: 'peniel20', + weight: 11, + rshares: 181277500, + percent: 10000, + reputation: 6123343, + time: '2018-01-09T13:24:33', + }, + { + voter: 'jesusvmorales', + weight: 10, + rshares: 162842500, + percent: 10000, + reputation: 1041919677, + time: '2018-01-09T05:17:39', + }, + { + voter: 'lourde', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 28660663, + time: '2018-01-09T10:57:48', + }, + { + voter: 'vicentkingboss', + weight: 27, + rshares: 442440000, + percent: 10000, + reputation: 1422849929, + time: '2018-01-09T02:19:45', + }, + { + voter: 'thesocialites', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 71127188, + time: '2018-01-08T20:48:57', + }, + { + voter: 'nicholaschung', + weight: 0, + rshares: -519252500, + percent: -10000, + reputation: '5329693352', + time: '2018-01-09T15:55:54', + }, + { + voter: 'abiramimahadevan', + weight: 15, + rshares: 258090000, + percent: 10000, + reputation: 2510841782, + time: '2018-01-09T02:07:09', + }, + { + voter: 'danwspencer', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:47:54', + }, + { + voter: 'lucycoyle', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:43:39', + }, + { + voter: 'mreyhanfitrah', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:50:30', + }, + { + voter: 'adzilikram', + weight: 31, + rshares: 516180000, + percent: 10000, + reputation: 158652000, + time: '2018-01-09T17:17:06', + }, + { + voter: 'ygyuu', + weight: 18, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:30:30', + }, + { + voter: 'firipinjin', + weight: 10, + rshares: 162842500, + percent: 10000, + reputation: 28028728, + time: '2018-01-08T22:25:24', + }, + { + voter: 'eter', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:36:03', + }, + { + voter: 'jake2017', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 9265507, + time: '2018-01-09T05:11:48', + }, + { + voter: 'jeson5', + weight: 19, + rshares: 325685000, + percent: 10000, + reputation: 43975154, + time: '2018-01-09T08:38:39', + }, + { + voter: 'gopublik', + weight: 26, + rshares: 433222500, + percent: 10000, + reputation: 177841069, + time: '2018-01-09T00:35:12', + }, + { + voter: 'xaboutme', + weight: 16, + rshares: 270380000, + percent: 10000, + reputation: 927232257, + time: '2018-01-08T20:56:00', + }, + { + voter: 'imjustsaying', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 99415415, + time: '2018-01-08T22:38:30', + }, + { + voter: 'richkathy', + weight: 30, + rshares: 503890000, + percent: 10000, + reputation: '7078729103', + time: '2018-01-09T08:12:18', + }, + { + voter: 'phllix', + weight: 28, + rshares: 473165000, + percent: 10000, + reputation: 607202670, + time: '2018-01-08T21:30:48', + }, + { + voter: 'ramaonehalf', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: '10756624470', + time: '2018-01-09T09:29:45', + }, + { + voter: 'ukup', + weight: 4, + rshares: 73740000, + percent: 10000, + reputation: 521848400, + time: '2018-01-08T22:12:33', + }, + { + voter: 'ubongabasi', + weight: 7, + rshares: 113682500, + percent: 1814, + reputation: 376465699, + time: '2018-01-09T11:54:36', + }, + { + voter: 'agememnon', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 43999103, + time: '2018-01-09T10:39:24', + }, + { + voter: 'srt392', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 9601562, + time: '2018-01-08T20:06:48', + }, + { + voter: 'seanhayabusa', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: '6675579408', + time: '2018-01-09T13:33:57', + }, + { + voter: 'm110313', + weight: 6, + rshares: 107537500, + percent: 10000, + reputation: 178316754, + time: '2018-01-09T15:11:12', + }, + { + voter: 'nabin1994', + weight: 16, + rshares: 276525000, + percent: 10000, + reputation: '9999627734', + time: '2018-01-09T03:23:33', + }, + { + voter: 'charlfourie', + weight: 32, + rshares: 540760000, + percent: 10000, + reputation: 120314561, + time: '2018-01-09T19:42:06', + }, + { + voter: 'travelcamera', + weight: 32, + rshares: 525397500, + percent: 10000, + reputation: 83605377, + time: '2018-01-09T13:13:18', + }, + { + voter: 'jsepulveda09', + weight: 13, + rshares: 215075000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:28:36', + }, + { + voter: 'yuck', + weight: 31, + rshares: 510035000, + percent: 10000, + reputation: 195473074, + time: '2018-01-09T02:33:03', + }, + { + voter: 'dmxdoll', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 292242429, + time: '2018-01-09T09:08:57', + }, + { + voter: 'juminchae', + weight: 30, + rshares: 506962500, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:06:18', + }, + { + voter: 'sn0w-fox', + weight: 45, + rshares: 742709883, + percent: 10000, + reputation: 1077153494, + time: '2018-01-08T17:35:18', + }, + { + voter: 'theloopyblooger', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: 206926767, + time: '2018-01-08T22:35:39', + }, + { + voter: 'joghurt1994', + weight: 69, + rshares: 1160484190, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:35:00', + }, + { + voter: 'marcelkaunang', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 20886784, + time: '2018-01-09T04:56:00', + }, + { + voter: 'tkmremi', + weight: 20, + rshares: 334902500, + percent: 10000, + reputation: 197331100, + time: '2018-01-09T15:03:15', + }, + { + voter: 'tkn', + weight: 29, + rshares: 479310000, + percent: 10000, + reputation: 28740114, + time: '2018-01-08T23:57:06', + }, + { + voter: 'okorefebawo', + weight: 30, + rshares: 506962500, + percent: 10000, + reputation: '4808102161', + time: '2018-01-09T07:40:45', + }, + { + voter: 'arshshah', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 79562652, + time: '2018-01-09T08:27:48', + }, + { + voter: 'chaosbutfake', + weight: 36, + rshares: 599137500, + percent: 10000, + reputation: '6307877140', + time: '2018-01-09T16:56:09', + }, + { + voter: 'jay2kay', + weight: 26, + rshares: 430150000, + percent: 10000, + reputation: 180301981, + time: '2018-01-08T21:39:39', + }, + { + voter: 'kutluhan', + weight: 14, + rshares: 239655000, + percent: 10000, + reputation: -42441372723, + time: '2018-01-08T21:45:09', + }, + { + voter: 'khanji', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:39:24', + }, + { + voter: 'heeyoung-yoo', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:06:33', + }, + { + voter: 'husoooo', + weight: 138, + rshares: 1160484180, + percent: 10000, + reputation: 20124011, + time: '2018-01-08T17:24:51', + }, + { + voter: 'deepak123', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 3648593, + time: '2018-01-09T02:11:42', + }, + { + voter: 'travelling-two', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 447121407, + time: '2018-01-09T04:36:36', + }, + { + voter: 'apenjoch6', + weight: 4, + rshares: 52232500, + percent: 10000, + reputation: 891953157, + time: '2018-01-09T15:38:06', + }, + { + voter: 'alexdory', + weight: 34, + rshares: 559195000, + percent: 10000, + reputation: 33118804, + time: '2018-01-09T16:28:24', + }, + { + voter: 'nudimar', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 38811194, + time: '2018-01-09T18:29:06', + }, + { + voter: 'spellx', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 166819064, + time: '2018-01-09T10:51:51', + }, + { + voter: 'chitchit', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:15:33', + }, + { + voter: 'kensoftth', + weight: 28, + rshares: 477704469, + percent: 10000, + reputation: '14816411902', + time: '2018-01-09T11:08:27', + }, + { + voter: 'saleh.romanisti', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 179231394, + time: '2018-01-09T04:34:54', + }, + { + voter: 'nikhil.jain', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 17951239, + time: '2018-01-09T18:30:03', + }, + { + voter: 'smudboy', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 43483221, + time: '2018-01-09T01:29:09', + }, + { + voter: 'morticon124', + weight: 28, + rshares: 482382500, + percent: 10000, + reputation: 344845806, + time: '2018-01-09T12:11:48', + }, + { + voter: 'warwolf', + weight: 37, + rshares: 611427500, + percent: 10000, + reputation: 76343015, + time: '2018-01-09T06:03:21', + }, + { + voter: 'smileunit', + weight: 29, + rshares: 494672500, + percent: 10000, + reputation: '67005553973', + time: '2018-01-08T21:56:42', + }, + { + voter: 'saichan27', + weight: 36, + rshares: 599137500, + percent: 10000, + reputation: 52716949, + time: '2018-01-09T13:08:00', + }, + { + voter: 'auliya', + weight: 16, + rshares: 273452500, + percent: 10000, + reputation: '11123047017', + time: '2018-01-09T09:18:51', + }, + { + voter: 'janero', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 14258320, + time: '2018-01-09T03:29:27', + }, + { + voter: 'baelish', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: 707975502, + time: '2018-01-09T12:54:12', + }, + { + voter: 'captsyd2099', + weight: 37, + rshares: 620859004, + percent: 10000, + reputation: 16863284, + time: '2018-01-08T18:54:48', + }, + { + voter: 'tonydeangelo', + weight: 63, + rshares: 1050238128, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:22:21', + }, + { + voter: 'yosohaso', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:08:33', + }, + { + voter: 'guillerbeny', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 1437886818, + time: '2018-01-09T00:17:18', + }, + { + voter: 'canni', + weight: 66, + rshares: 1114064752, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:58:42', + }, + { + voter: 'superjubazo', + weight: 26, + rshares: 424005000, + percent: 10000, + reputation: 233412965, + time: '2018-01-09T00:13:12', + }, + { + voter: 'bjoernoppermann', + weight: 69, + rshares: 1160484116, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:30:51', + }, + { + voter: 'dzordzi', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:31:54', + }, + { + voter: 'tabletennisgamer', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 858608393, + time: '2018-01-08T20:25:12', + }, + { + voter: 'jfenn', + weight: 76, + rshares: 638266263, + percent: 10000, + reputation: 79640164, + time: '2018-01-08T17:00:03', + }, + { + voter: 'muzquiz', + weight: 34, + rshares: 577630000, + percent: 10000, + reputation: 136354691, + time: '2018-01-09T16:21:24', + }, + { + voter: 'dusk66', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 65438111, + time: '2018-01-09T00:06:57', + }, + { + voter: 'gadorian', + weight: 17, + rshares: 288815000, + percent: 10000, + reputation: 139483975, + time: '2018-01-08T20:52:57', + }, + { + voter: 'paulmadean', + weight: 57, + rshares: 957399394, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:50:24', + }, + { + voter: 'quison', + weight: 99, + rshares: 829746141, + percent: 10000, + reputation: 360307813, + time: '2018-01-08T17:20:33', + }, + { + voter: 'djowa', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 461230214, + time: '2018-01-09T05:36:54', + }, + { + voter: 'pmic', + weight: 38, + rshares: 63826626, + percent: 10000, + reputation: 945954564, + time: '2018-01-08T16:16:21', + }, + { + voter: 'devilequalizer', + weight: 64, + rshares: 1073447803, + percent: 10000, + reputation: 39813190, + time: '2018-01-08T18:04:18', + }, + { + voter: 'leonard27', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:57:45', + }, + { + voter: 'sridatta', + weight: 19, + rshares: 313395000, + percent: 10000, + reputation: '18104813402', + time: '2018-01-09T00:26:51', + }, + { + voter: 'quron', + weight: 376, + rshares: 789129195, + percent: 10000, + reputation: 524317044, + time: '2018-01-08T16:49:45', + }, + { + voter: 'gameskiller', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 33421130, + time: '2018-01-08T21:59:39', + }, + { + voter: 'samostically', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '4972457823', + time: '2018-01-08T20:46:06', + }, + { + voter: 'skylarkhaven', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:08:03', + }, + { + voter: 'cryptocurtis10x', + weight: 67, + rshares: 1114064744, + percent: 10000, + reputation: 140545240, + time: '2018-01-08T18:42:39', + }, + { + voter: 'riosnath', + weight: 30, + rshares: 497745000, + percent: 10000, + reputation: 563895756, + time: '2018-01-09T12:58:00', + }, + { + voter: 'aotearoa', + weight: 6, + rshares: 98320000, + percent: 10000, + reputation: 773480070, + time: '2018-01-09T19:02:12', + }, + { + voter: 'saizor', + weight: 12, + rshares: 396352500, + percent: 10000, + reputation: 344699769, + time: '2018-01-09T22:25:36', + }, + { + voter: 'woodzi', + weight: 30, + rshares: 500817500, + percent: 10000, + reputation: 769322141, + time: '2018-01-08T21:59:03', + }, + { + voter: 'bitmetal', + weight: 32, + rshares: 528470000, + percent: 10000, + reputation: 18336493, + time: '2018-01-09T08:04:27', + }, + { + voter: 'coect', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 432651459, + time: '2018-01-08T21:12:48', + }, + { + voter: 'marvercraft', + weight: 34, + rshares: 577630000, + percent: 10000, + reputation: 3874884174, + time: '2018-01-09T15:14:21', + }, + { + voter: 'viguro', + weight: 18, + rshares: 285742500, + percent: 10000, + reputation: 295188787, + time: '2018-01-08T22:17:36', + }, + { + voter: 'overwatchguy', + weight: 35, + rshares: 574439630, + percent: 10000, + reputation: 109733465, + time: '2018-01-08T18:44:09', + }, + { + voter: 'darkblack', + weight: 33, + rshares: 559195000, + percent: 10000, + reputation: 335107493, + time: '2018-01-09T11:28:09', + }, + { + voter: 'donwills', + weight: 68, + rshares: 1143076839, + percent: 10000, + reputation: 1148031233, + time: '2018-01-08T18:23:39', + }, + { + voter: 'maria032', + weight: 30, + rshares: 503890000, + percent: 10000, + reputation: 290856524, + time: '2018-01-08T20:32:06', + }, + { + voter: 'kennyvaldez', + weight: 35, + rshares: 583775000, + percent: 10000, + reputation: 291533811, + time: '2018-01-08T21:20:45', + }, + { + voter: 'jeffchoyus', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:21:30', + }, + { + voter: 'marcusings', + weight: 23, + rshares: 387135000, + percent: 10000, + reputation: '15812227369', + time: '2018-01-08T20:32:27', + }, + { + voter: 'zulhelmiy', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 36489831, + time: '2018-01-09T11:30:36', + }, + { + voter: 'raduc', + weight: 16, + rshares: 267307500, + percent: 10000, + reputation: 409571230, + time: '2018-01-09T16:24:48', + }, + { + voter: 'renehsz', + weight: 60, + rshares: 1009621158, + percent: 10000, + reputation: 16863284, + time: '2018-01-08T17:37:42', + }, + { + voter: 'papageno', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 80233697, + time: '2018-01-09T03:17:00', + }, + { + voter: 'hns101', + weight: 9, + rshares: 141335000, + percent: 10000, + reputation: 1758801451, + time: '2018-01-09T17:31:33', + }, + { + voter: 'kurniawananton', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:20:24', + }, + { + voter: 'haz9998', + weight: 31, + rshares: 531542500, + percent: 10000, + reputation: 63496920, + time: '2018-01-08T21:36:24', + }, + { + voter: 'cozzamara', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 773136362, + time: '2018-01-08T23:30:21', + }, + { + voter: 'sodasoda', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 46031676, + time: '2018-01-09T09:43:42', + }, + { + voter: 'freisler', + weight: 0, + rshares: -571485000, + percent: -10000, + reputation: 9457539, + time: '2018-01-09T18:27:45', + }, + { + voter: 'jehanzebkhan', + weight: 16, + rshares: 267307500, + percent: 10000, + reputation: 51840719, + time: '2018-01-09T07:15:48', + }, + { + voter: 'amiral', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 73817999, + time: '2018-01-09T08:11:15', + }, + { + voter: 'phoneinf', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: '193902241424', + time: '2018-01-09T04:58:39', + }, + { + voter: 'realist01', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 9601562, + time: '2018-01-08T22:51:42', + }, + { + voter: 'misterseb', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 9121484, + time: '2018-01-09T18:44:00', + }, + { + voter: 'zohead-net', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 11329854, + time: '2018-01-09T13:43:33', + }, + { + voter: 'chelaruc', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '22797947996', + time: '2018-01-09T07:59:27', + }, + { + voter: 'la7me', + weight: 2110, + rshares: 916782424, + percent: 10000, + reputation: 267513219, + time: '2018-01-08T16:32:06', + }, + { + voter: 'kzaw', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: 322286516, + time: '2018-01-09T14:17:33', + }, + { + voter: 'kingkrusher', + weight: 36, + rshares: 599137500, + percent: 10000, + reputation: 92717292, + time: '2018-01-09T06:28:33', + }, + { + voter: 'kryptotimmy', + weight: 34, + rshares: 556122500, + percent: 10000, + reputation: 45302058, + time: '2018-01-09T01:14:54', + }, + { + voter: 'benleemusic', + weight: 69, + rshares: 1160484073, + percent: 10000, + reputation: 3535277513, + time: '2018-01-08T19:08:24', + }, + { + voter: 's1rwilliam', + weight: 8, + rshares: 129045000, + percent: 10000, + reputation: 142477026, + time: '2018-01-09T20:01:33', + }, + { + voter: 'miss.steem', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:38:33', + }, + { + voter: 'ebrewsam', + weight: 33, + rshares: 557032354, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:17:51', + }, + { + voter: 'demianviach', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 9601562, + time: '2018-01-08T21:45:21', + }, + { + voter: 'jessikadelvalle', + weight: 34, + rshares: 577630000, + percent: 10000, + reputation: 17124031, + time: '2018-01-09T15:01:09', + }, + { + voter: 'edersonb06', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:34:30', + }, + { + voter: 'porkyofthepine', + weight: 29, + rshares: 494672500, + percent: 10000, + reputation: 829707930, + time: '2018-01-09T02:05:54', + }, + { + voter: 'buufuu', + weight: 5, + rshares: 75431464, + percent: 10000, + reputation: 423292172, + time: '2018-01-08T17:49:39', + }, + { + voter: 'rulilesmana', + weight: 35, + rshares: 583775000, + percent: 10000, + reputation: 39098030, + time: '2018-01-09T18:56:42', + }, + { + voter: 'hdjohn', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:05:24', + }, + { + voter: 'tenzinchodak', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 18723046, + time: '2018-01-08T23:30:33', + }, + { + voter: 'thespacealicorn', + weight: 64, + rshares: 1085052598, + percent: 10000, + reputation: 32185325, + time: '2018-01-08T17:36:12', + }, + { + voter: 'iansleepy', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 6385039, + time: '2018-01-09T15:21:45', + }, + { + voter: 'husk-eisborn', + weight: 33, + rshares: 556122500, + percent: 10000, + reputation: 231391185, + time: '2018-01-08T23:19:48', + }, + { + voter: 'felixwickman', + weight: 26, + rshares: 439367500, + percent: 10000, + reputation: 539422419, + time: '2018-01-09T11:26:06', + }, + { + voter: 'xdlbx', + weight: 10, + rshares: 172060000, + percent: 10000, + reputation: 128006384, + time: '2018-01-09T10:28:39', + }, + { + voter: 'micool', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:48:15', + }, + { + voter: 'greatheights', + weight: 7, + rshares: 242163498, + percent: 10000, + reputation: '8856359222', + time: '2018-01-09T23:24:39', + }, + { + voter: 'suniljaiswal21', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 126345585, + time: '2018-01-09T12:15:12', + }, + { + voter: 'nicolecellbotics', + weight: 5, + rshares: 86030000, + percent: 10000, + reputation: 511981383, + time: '2018-01-09T13:54:12', + }, + { + voter: 'matrixcardinals', + weight: 4, + rshares: 58377500, + percent: 10000, + reputation: 34543029, + time: '2018-01-08T22:49:57', + }, + { + voter: 'soranthus', + weight: 115, + rshares: 969004185, + percent: 10000, + reputation: 0, + time: '2018-01-08T16:53:24', + }, + { + voter: 'charitybot', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 1204553396, + time: '2018-01-09T00:03:12', + }, + { + voter: 'criptofuturo', + weight: 29, + rshares: 494672500, + percent: 10000, + reputation: 146365640, + time: '2018-01-08T21:40:00', + }, + { + voter: 'alawada', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 140235076, + time: '2018-01-09T13:55:09', + }, + { + voter: 'maggy7419', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:56:18', + }, + { + voter: 'timo839', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 13346171, + time: '2018-01-09T09:06:24', + }, + { + voter: 'arron9999', + weight: 10, + rshares: 328757500, + percent: 10000, + reputation: 285969962, + time: '2018-01-09T22:46:15', + }, + { + voter: 'ackseriam', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:57:15', + }, + { + voter: 'coinlust', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 132533376, + time: '2018-01-09T07:25:03', + }, + { + voter: 'chronicle', + weight: 20, + rshares: 325685000, + percent: 10000, + reputation: 742899643, + time: '2018-01-08T21:37:45', + }, + { + voter: 'greenlightsignal', + weight: 136, + rshares: 1137274358, + percent: 10000, + reputation: 104813849, + time: '2018-01-08T16:54:09', + }, + { + voter: 'seyls', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 13935314, + time: '2018-01-08T19:46:54', + }, + { + voter: 'andresochoa', + weight: 16, + rshares: 534615000, + percent: 10000, + reputation: 0, + time: '2018-01-09T23:28:24', + }, + { + voter: 'roadix', + weight: 139, + rshares: 1160484034, + percent: 10000, + reputation: 23859875, + time: '2018-01-08T17:27:27', + }, + { + voter: 'enkel', + weight: 29, + rshares: 476237500, + percent: 10000, + reputation: 69060045, + time: '2018-01-08T23:46:03', + }, + { + voter: 'lukbukkit', + weight: 0, + rshares: 580702500, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:31:18', + }, + { + voter: 'harshwardhan', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 56048787, + time: '2018-01-09T11:46:12', + }, + { + voter: 'cryptoboiii', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:12:48', + }, + { + voter: 'cliodhna', + weight: 4, + rshares: 52232500, + percent: 10000, + reputation: 3185191662, + time: '2018-01-09T02:18:00', + }, + { + voter: 'gilliank', + weight: 29, + rshares: 488527500, + percent: 10000, + reputation: 1719973287, + time: '2018-01-09T02:44:06', + }, + { + voter: 'jorgemcy7', + weight: 31, + rshares: 519252500, + percent: 10000, + reputation: 123675842, + time: '2018-01-09T01:28:15', + }, + { + voter: 'konjoslav', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:38:21', + }, + { + voter: 'stefanitona', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:11:51', + }, + { + voter: 'alonasalenko', + weight: 33, + rshares: 559195000, + percent: 10000, + reputation: 277258596, + time: '2018-01-08T21:26:39', + }, + { + voter: 'sgupta', + weight: 28, + rshares: 473165000, + percent: 10000, + reputation: 1372926528, + time: '2018-01-08T20:11:03', + }, + { + voter: 'steelyphill', + weight: 35, + rshares: 602210000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:47:39', + }, + { + voter: 'czaciej', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 27418788, + time: '2018-01-09T18:56:33', + }, + { + voter: 'jazminedavid', + weight: 66, + rshares: 1119867069, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:58:30', + }, + { + voter: 'ashishjha', + weight: 26, + rshares: 436295000, + percent: 10000, + reputation: 252844462, + time: '2018-01-09T05:40:48', + }, + { + voter: 'lucasdb', + weight: 20, + rshares: 334902500, + percent: 10000, + reputation: 438037936, + time: '2018-01-08T22:26:39', + }, + { + voter: 'jeremienicaise', + weight: 55, + rshares: 934189624, + percent: 10000, + reputation: 909201226, + time: '2018-01-08T18:06:12', + }, + { + voter: 'onedrop', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:46:09', + }, + { + voter: 'resfeber', + weight: 25, + rshares: 424005000, + percent: 10000, + reputation: 477040271, + time: '2018-01-08T20:35:06', + }, + { + voter: 'cryptominute', + weight: 29, + rshares: 476237500, + percent: 10000, + reputation: 1445897221, + time: '2018-01-08T22:34:18', + }, + { + voter: 'codystevens76', + weight: 16, + rshares: 267307500, + percent: 10000, + reputation: 304638066, + time: '2018-01-08T19:37:51', + }, + { + voter: 'mathmartinz', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:24:42', + }, + { + voter: 'ndj94', + weight: 35, + rshares: 583775000, + percent: 10000, + reputation: 9457539, + time: '2018-01-08T23:04:15', + }, + { + voter: 'vickiea', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:24:15', + }, + { + voter: 'destiny.beverage', + weight: 4, + rshares: 61450000, + percent: 10000, + reputation: 623703257, + time: '2018-01-08T23:19:24', + }, + { + voter: 'perseus316', + weight: 5, + rshares: 89102500, + percent: 10000, + reputation: '5753503078', + time: '2018-01-09T02:25:36', + }, + { + voter: 'cubsfan2003', + weight: 70, + rshares: 1160483990, + percent: 10000, + reputation: 290148340, + time: '2018-01-08T19:00:42', + }, + { + voter: 'essienovic', + weight: 68, + rshares: 1143076729, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:29:03', + }, + { + voter: 'francescop', + weight: 2, + rshares: 52232500, + percent: 10000, + reputation: '6830407273', + time: '2018-01-09T21:39:09', + }, + { + voter: 'iamflow', + weight: 24, + rshares: 405570000, + percent: 10000, + reputation: 269508650, + time: '2018-01-08T20:39:27', + }, + { + voter: 'marvellouus', + weight: 64, + rshares: 1073447685, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:27:12', + }, + { + voter: 'paphi', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 9601562, + time: '2018-01-09T13:42:27', + }, + { + voter: 'syedmeesumali', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 18132562, + time: '2018-01-09T14:18:18', + }, + { + voter: 'matucci777', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:59:09', + }, + { + voter: 'memestalk', + weight: 59, + rshares: 992213805, + percent: 10000, + reputation: 54328847, + time: '2018-01-08T18:25:36', + }, + { + voter: 'fr0zn', + weight: 0, + rshares: 0, + percent: 0, + reputation: 33182588, + time: '2018-01-08T18:10:30', + }, + { + voter: 'creating-wealth', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 614857708, + time: '2018-01-09T06:12:36', + }, + { + voter: 'misanadaskic', + weight: 10, + rshares: 162842500, + percent: 10000, + reputation: 2131803355, + time: '2018-01-09T19:04:42', + }, + { + voter: 'jadbaina', + weight: 39, + rshares: 655673444, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:07:12', + }, + { + voter: 'patronage', + weight: 35, + rshares: 589920000, + percent: 10000, + reputation: 131584672, + time: '2018-01-08T21:42:57', + }, + { + voter: 'supertommetje', + weight: 20, + rshares: 331830000, + percent: 10000, + reputation: 100942776, + time: '2018-01-08T20:41:06', + }, + { + voter: 'mememetics', + weight: 45, + rshares: 765919417, + percent: 10000, + reputation: 106955219, + time: '2018-01-08T19:31:36', + }, + { + voter: 'leslieloux', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:34:18', + }, + { + voter: 'cavannaugh', + weight: 32, + rshares: 543832500, + percent: 10000, + reputation: '5694818280', + time: '2018-01-08T22:02:51', + }, + { + voter: 'tschaeggie', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:37:57', + }, + { + voter: 'southeast', + weight: 63, + rshares: 1056040401, + percent: 10000, + reputation: 191939755, + time: '2018-01-08T19:29:21', + }, + { + voter: 'prometheus21', + weight: 10, + rshares: 159770000, + percent: 10000, + reputation: 200179535, + time: '2018-01-09T19:19:27', + }, + { + voter: 'mustaphaitani', + weight: 62, + rshares: 1032830720, + percent: 10000, + reputation: 161780001, + time: '2018-01-08T19:12:45', + }, + { + voter: 'duks', + weight: 67, + rshares: 1119867016, + percent: 10000, + reputation: 212590516, + time: '2018-01-08T18:57:15', + }, + { + voter: 'funk1', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 23981253, + time: '2018-01-09T20:13:57', + }, + { + voter: 'bozz', + weight: 7, + rshares: 119831125, + percent: 10000, + reputation: 901905549, + time: '2018-01-08T20:31:33', + }, + { + voter: 'spartaowl', + weight: 4, + rshares: 70667500, + percent: 10000, + reputation: 367149887, + time: '2018-01-09T06:35:18', + }, + { + voter: 'dtubedaily', + weight: 10, + rshares: 167789073, + percent: 10000, + reputation: 1403937728, + time: '2018-01-08T23:44:33', + }, + { + voter: 'agungpujiono', + weight: 36, + rshares: 611427500, + percent: 10000, + reputation: 155436124, + time: '2018-01-08T21:05:15', + }, + { + voter: 'matheusb', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:22:21', + }, + { + voter: 'moosashuaibi', + weight: 67, + rshares: 1125669403, + percent: 10000, + reputation: 52493764, + time: '2018-01-09T03:28:21', + }, + { + voter: 'mrtlstn', + weight: 69, + rshares: 1148879079, + percent: 10000, + reputation: 74231224, + time: '2018-01-08T22:28:39', + }, + { + voter: 'misterowl', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:05:27', + }, + { + voter: 'argran', + weight: 69, + rshares: 1160483917, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:41:27', + }, + { + voter: 'maikumaikumaiku', + weight: 58, + rshares: 969004070, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:20:09', + }, + { + voter: 'nunan', + weight: 0, + rshares: 1119866978, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:09:30', + }, + { + voter: 'weesari', + weight: 66, + rshares: 1102459719, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:22:18', + }, + { + voter: 'mrboner', + weight: 24, + rshares: 390209904, + percent: 10000, + reputation: 7537272, + time: '2018-01-09T07:39:06', + }, + { + voter: 'timikoj6', + weight: 64, + rshares: 1079250037, + percent: 10000, + reputation: 17497921, + time: '2018-01-08T21:02:51', + }, + { + voter: 'dahreg97', + weight: 58, + rshares: 974806485, + percent: 10000, + reputation: 6171852, + time: '2018-01-09T00:46:06', + }, + { + voter: 'yokunjon', + weight: 36, + rshares: 614503071, + percent: 10000, + reputation: 108480174, + time: '2018-01-09T12:54:27', + }, + { + voter: 'dmerits42', + weight: 66, + rshares: 1096657280, + percent: 10000, + reputation: 152151193, + time: '2018-01-08T20:36:30', + }, + { + voter: 'nohemile', + weight: 69, + rshares: 1160483893, + percent: 10000, + reputation: 28388933, + time: '2018-01-09T06:27:09', + }, + { + voter: 'mariusboncut', + weight: 68, + rshares: 1143076634, + percent: 10000, + reputation: 27734122, + time: '2018-01-08T20:54:39', + }, + { + voter: 'jessentials', + weight: 69, + rshares: 1160483892, + percent: 10000, + reputation: 956479789, + time: '2018-01-08T20:29:03', + }, + { + voter: 'futchas', + weight: 67, + rshares: 1125669374, + percent: 10000, + reputation: 5011056, + time: '2018-01-08T22:40:39', + }, + { + voter: 'khaywhy', + weight: 57, + rshares: 969004047, + percent: 10000, + reputation: 446453085, + time: '2018-01-09T00:58:24', + }, + { + voter: 'omardcam', + weight: 69, + rshares: 1160483889, + percent: 10000, + reputation: 100561412, + time: '2018-01-08T21:27:36', + }, + { + voter: 'jayzon', + weight: 69, + rshares: 1160483885, + percent: 10000, + reputation: 649661180, + time: '2018-01-08T20:26:39', + }, + { + voter: 'jenniferochiotu', + weight: 69, + rshares: 1160483884, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:36:18', + }, + { + voter: 'biedak', + weight: 69, + rshares: 1160483884, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:32:24', + }, + { + voter: 'jennshaggy', + weight: 64, + rshares: 1061842753, + percent: 10000, + reputation: 234351091, + time: '2018-01-09T00:59:18', + }, + { + voter: 'rashidiqball', + weight: 55, + rshares: 934189526, + percent: 10000, + reputation: 54003749, + time: '2018-01-08T20:46:09', + }, + { + voter: 'achupie', + weight: 34, + rshares: 568416001, + percent: 10000, + reputation: '4857460035', + time: '2018-01-09T13:14:42', + }, + { + voter: 'lambertszt', + weight: 62, + rshares: 1050237909, + percent: 10000, + reputation: 9987704, + time: '2018-01-08T20:40:12', + }, + { + voter: 'lhouten', + weight: 36, + rshares: 592996153, + percent: 10000, + reputation: 13346224, + time: '2018-01-09T20:58:33', + }, + { + voter: 'hyder', + weight: 25, + rshares: 420935093, + percent: 10000, + reputation: 42244515, + time: '2018-01-09T17:58:57', + }, + { + voter: 'mwhch', + weight: 67, + rshares: 1119866937, + percent: 10000, + reputation: 37577389, + time: '2018-01-08T20:56:48', + }, + { + voter: 'felipesaint', + weight: 36, + rshares: 602213710, + percent: 10000, + reputation: 18132560, + time: '2018-01-09T16:27:06', + }, + { + voter: 'br0da', + weight: 69, + rshares: 1160483870, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:49:06', + }, + { + voter: 'schreiberhealth', + weight: 69, + rshares: 1160483867, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:57:18', + }, + { + voter: 'dysdale561', + weight: 63, + rshares: 1050237897, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:00:54', + }, + { + voter: 'sentimz', + weight: 69, + rshares: 1160483863, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:57:12', + }, + { + voter: 'gibsonmartell', + weight: 3, + rshares: 52221773, + percent: 10000, + reputation: 386503541, + time: '2018-01-08T23:51:45', + }, + { + voter: 'felix1988', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 56631362, + time: '2018-01-09T20:49:27', + }, + { + voter: 'luminous', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:54:42', + }, + { + voter: 'xtr3m', + weight: 69, + rshares: 1160483850, + percent: 10000, + reputation: 584135510, + time: '2018-01-08T23:32:39', + }, + { + voter: 'hjashnsaz', + weight: 65, + rshares: 1096657238, + percent: 10000, + reputation: 65601741, + time: '2018-01-09T00:48:42', + }, + { + voter: 'talgotso', + weight: 5, + rshares: 92175460, + percent: 10000, + reputation: 548164419, + time: '2018-01-09T10:39:27', + }, + { + voter: 'miguel85', + weight: 54, + rshares: 899374983, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:27:45', + }, + { + voter: 'stellabarnea', + weight: 62, + rshares: 1032830622, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:28:57', + }, + { + voter: 'deadlytaco', + weight: 69, + rshares: 1160483844, + percent: 10000, + reputation: 79085646, + time: '2018-01-08T21:24:54', + }, + { + voter: 'syedshah1', + weight: 0, + rshares: 571487856, + percent: 10000, + reputation: 201513168, + time: '2018-01-09T14:32:48', + }, + { + voter: 'tonito', + weight: 43, + rshares: 731104820, + percent: 10000, + reputation: 15616250, + time: '2018-01-08T21:38:54', + }, + { + voter: 'youssefomari', + weight: 58, + rshares: 974806426, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:35:51', + }, + { + voter: 'cryptoradu', + weight: 3, + rshares: 52221772, + percent: 10000, + reputation: 216373046, + time: '2018-01-08T23:49:03', + }, + { + voter: 'redtotal', + weight: 69, + rshares: 1160483836, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:01:33', + }, + { + voter: 'usijayofficial', + weight: 69, + rshares: 1160483827, + percent: 10000, + reputation: 13636721, + time: '2018-01-08T23:32:33', + }, + { + voter: 'kpureynolds', + weight: 69, + rshares: 1160483827, + percent: 10000, + reputation: 9156942, + time: '2018-01-08T22:37:57', + }, + { + voter: 'dirtyhippie', + weight: 69, + rshares: 1160483826, + percent: 10000, + reputation: 626453352, + time: '2018-01-09T04:55:42', + }, + { + voter: 'hv10', + weight: 69, + rshares: 1160483822, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:05:57', + }, + { + voter: 'lasta', + weight: 8, + rshares: 135190832, + percent: 10000, + reputation: 56699323, + time: '2018-01-09T19:02:57', + }, + { + voter: 'colleeny', + weight: 69, + rshares: 1160483816, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:30:09', + }, + { + voter: 'rexxbexx', + weight: 37, + rshares: 620858841, + percent: 10000, + reputation: '15959578991', + time: '2018-01-09T05:31:33', + }, + { + voter: 'zikko', + weight: 69, + rshares: 1160483814, + percent: 10000, + reputation: 38506506, + time: '2018-01-09T06:47:42', + }, + { + voter: 'theretard', + weight: 69, + rshares: 1160483814, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:49:18', + }, + { + voter: 'cst90', + weight: 69, + rshares: 1160483814, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:17:45', + }, + { + voter: 'taranisnews', + weight: 68, + rshares: 1143076556, + percent: 10000, + reputation: 222150520, + time: '2018-01-08T22:48:54', + }, + { + voter: 'ronswartz', + weight: 7, + rshares: 122902872, + percent: 10000, + reputation: 26001663, + time: '2018-01-09T01:56:18', + }, + { + voter: 'omar.nadi', + weight: 68, + rshares: 1131471714, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:14:54', + }, + { + voter: 'turtleboy123', + weight: 69, + rshares: 1160483798, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:30:24', + }, + { + voter: 'achainofevents', + weight: 69, + rshares: 1160483798, + percent: 10000, + reputation: 3434800288, + time: '2018-01-08T22:49:06', + }, + { + voter: 'coffetime', + weight: 56, + rshares: 951596714, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:46:42', + }, + { + voter: 'emrewhale', + weight: 11, + rshares: 365629752, + percent: 10000, + reputation: 204674159, + time: '2018-01-09T23:03:00', + }, + { + voter: 'jong04', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:56:27', + }, + { + voter: 'teebabzy', + weight: 21, + rshares: 347194235, + percent: 10000, + reputation: 39898876, + time: '2018-01-09T20:32:51', + }, + { + voter: 'inhaleexhale', + weight: 70, + rshares: 1160483786, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:10:45', + }, + { + voter: 'osirisr1', + weight: 69, + rshares: 1160483785, + percent: 10000, + reputation: 24437639, + time: '2018-01-09T00:08:15', + }, + { + voter: 'mrhustla33', + weight: 69, + rshares: 1160483783, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:01:18', + }, + { + voter: 'amdreamer', + weight: 69, + rshares: 1160483775, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:04:03', + }, + { + voter: 'mrtorere', + weight: 59, + rshares: 974806371, + percent: 10000, + reputation: 129655094, + time: '2018-01-08T23:22:21', + }, + { + voter: 'invictuz', + weight: 69, + rshares: 1160483775, + percent: 10000, + reputation: 211763000, + time: '2018-01-08T23:25:39', + }, + { + voter: 'leck', + weight: 69, + rshares: 1160483774, + percent: 10000, + reputation: 151637297, + time: '2018-01-08T23:23:15', + }, + { + voter: 'rajgaurav', + weight: 37, + rshares: 614503440, + percent: 10000, + reputation: 18435102, + time: '2018-01-09T18:04:57', + }, + { + voter: 'somaya', + weight: 69, + rshares: 1160483771, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:44:27', + }, + { + voter: 'hyeryong', + weight: 50, + rshares: 852955571, + percent: 10000, + reputation: 2457699607, + time: '2018-01-09T02:55:39', + }, + { + voter: 'ramiab', + weight: 68, + rshares: 1143076514, + percent: 10000, + reputation: 53796177, + time: '2018-01-08T23:31:06', + }, + { + voter: 'shairdel', + weight: 68, + rshares: 1143076510, + percent: 10000, + reputation: 18132558, + time: '2018-01-09T00:11:06', + }, + { + voter: 'shunke13', + weight: 36, + rshares: 597649138, + percent: 10000, + reputation: 17637427, + time: '2018-01-09T02:49:18', + }, + { + voter: 'pedroluis34', + weight: 59, + rshares: 992213615, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:20:24', + }, + { + voter: 'rizha.alfarlaqy', + weight: 51, + rshares: 858757982, + percent: 10000, + reputation: 79557820, + time: '2018-01-09T01:54:21', + }, + { + voter: 'strojny9', + weight: 61, + rshares: 1032830536, + percent: 10000, + reputation: 365354145, + time: '2018-01-09T00:19:15', + }, + { + voter: 'jchauhan', + weight: 69, + rshares: 1160483748, + percent: 10000, + reputation: 637661901, + time: '2018-01-08T23:47:45', + }, + { + voter: 'keva1022', + weight: 69, + rshares: 1160483743, + percent: 10000, + reputation: 3120527, + time: '2018-01-09T03:08:30', + }, + { + voter: 'crypticneo', + weight: 46, + rshares: 777524107, + percent: 10000, + reputation: 7249179, + time: '2018-01-09T00:25:51', + }, + { + voter: 'cryptocontraband', + weight: 66, + rshares: 1119866808, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:02:15', + }, + { + voter: 'gilmored', + weight: 26, + rshares: 439370206, + percent: 10000, + reputation: 155031619, + time: '2018-01-09T15:06:48', + }, + { + voter: 'letters-to-love', + weight: 69, + rshares: 1160483728, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:28:12', + }, + { + voter: 'saratkrishna', + weight: 30, + rshares: 510037855, + percent: 10000, + reputation: 110734947, + time: '2018-01-09T08:08:42', + }, + { + voter: 'toastyness', + weight: 62, + rshares: 1056040178, + percent: 10000, + reputation: 351815879, + time: '2018-01-09T01:17:27', + }, + { + voter: 'noovinw', + weight: 69, + rshares: 1160483712, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:43:12', + }, + { + voter: 'mihailaz', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 44023433, + time: '2018-01-09T10:20:36', + }, + { + voter: 'leejk34', + weight: 69, + rshares: 1160483699, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:27:03', + }, + { + voter: 'alejandro1208996', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 24709324, + time: '2018-01-09T18:16:39', + }, + { + voter: 'boogiemoon', + weight: 68, + rshares: 1143076441, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:06:21', + }, + { + voter: 'mrfabilicious', + weight: 31, + rshares: 522328217, + percent: 10000, + reputation: 14930411, + time: '2018-01-09T19:01:30', + }, + { + voter: 'whiman23', + weight: 69, + rshares: 1160483684, + percent: 10000, + reputation: 528520934, + time: '2018-01-09T01:14:42', + }, + { + voter: 'hodlthatlitecoin', + weight: 69, + rshares: 1160483684, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:14:00', + }, + { + voter: 'idlemage', + weight: 69, + rshares: 1143076423, + percent: 10000, + reputation: 64614156, + time: '2018-01-09T01:46:06', + }, + { + voter: 'itzhakb', + weight: 68, + rshares: 1143076420, + percent: 10000, + reputation: 81913715, + time: '2018-01-09T01:35:54', + }, + { + voter: 'fsegredo1', + weight: 0, + rshares: 589923634, + percent: 10000, + reputation: 42918249, + time: '2018-01-09T17:17:09', + }, + { + voter: 'ghs173798', + weight: 69, + rshares: 1160483674, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:57:09', + }, + { + voter: 'outsidethebubble', + weight: 63, + rshares: 1056040134, + percent: 10000, + reputation: 194793400, + time: '2018-01-09T03:00:51', + }, + { + voter: 'uchee5314', + weight: 70, + rshares: 1160483662, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:53:18', + }, + { + voter: 'robnson', + weight: 57, + rshares: 951596600, + percent: 10000, + reputation: 74512900, + time: '2018-01-09T04:02:33', + }, + { + voter: 'memsteem', + weight: 69, + rshares: 1160483655, + percent: 10000, + reputation: 107401312, + time: '2018-01-09T02:20:51', + }, + { + voter: 'abeitw', + weight: 24, + rshares: 411971696, + percent: 10000, + reputation: 63061981, + time: '2018-01-09T03:31:18', + }, + { + voter: 'necroany', + weight: 69, + rshares: 1160483652, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:59:45', + }, + { + voter: 'gait79', + weight: 97, + rshares: 1639865331, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:38:42', + }, + { + voter: 'daleecoco', + weight: 56, + rshares: 934189338, + percent: 10000, + reputation: 95647167, + time: '2018-01-09T06:17:42', + }, + { + voter: 'qania093', + weight: 69, + rshares: 1160483650, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:03:15', + }, + { + voter: 'drdino2017', + weight: 69, + rshares: 1160483649, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:05:18', + }, + { + voter: 'renslaros', + weight: 68, + rshares: 1143076388, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:44:12', + }, + { + voter: 'adriantata', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:25:15', + }, + { + voter: 'lizaamran', + weight: 31, + rshares: 519255699, + percent: 10000, + reputation: 28324756, + time: '2018-01-09T10:17:36', + }, + { + voter: 'jleom', + weight: 70, + rshares: 1160483618, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:48:51', + }, + { + voter: 'cryptodash', + weight: 68, + rshares: 1143076363, + percent: 10000, + reputation: 19959287, + time: '2018-01-09T03:34:45', + }, + { + voter: 'maltesar', + weight: 68, + rshares: 1137273942, + percent: 10000, + reputation: 5952968, + time: '2018-01-09T02:55:18', + }, + { + voter: 'once31', + weight: 69, + rshares: 1160483600, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:14:09', + }, + { + voter: 'rivercide', + weight: 69, + rshares: 1160483599, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:59:57', + }, + { + voter: 'rraass', + weight: 70, + rshares: 1160483599, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:05:00', + }, + { + voter: 'maurisson', + weight: 63, + rshares: 1056040073, + percent: 10000, + reputation: 140093029, + time: '2018-01-09T04:24:24', + }, + { + voter: 'mit.mitchi', + weight: 69, + rshares: 1160483590, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:41:00', + }, + { + voter: 'amrantaj', + weight: 65, + rshares: 1102459410, + percent: 10000, + reputation: 114822979, + time: '2018-01-09T06:21:12', + }, + { + voter: 'fonziedays', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 3760836787, + time: '2018-01-09T08:02:24', + }, + { + voter: 'johnkourkoulos', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 35710643, + time: '2018-01-09T08:01:24', + }, + { + voter: 'ulilakbar', + weight: 27, + rshares: 460877303, + percent: 10000, + reputation: 58469779, + time: '2018-01-09T09:04:39', + }, + { + voter: 'gamemakers', + weight: 0, + rshares: 0, + percent: 0, + reputation: 0, + time: '2018-01-09T03:48:27', + }, + { + voter: 'meraj98', + weight: 30, + rshares: 516183180, + percent: 10000, + reputation: 144774652, + time: '2018-01-09T07:45:39', + }, + { + voter: 'rizalfahmihs', + weight: 69, + rshares: 1160483575, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:28:45', + }, + { + voter: 'limerance', + weight: 69, + rshares: 1160483572, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:11:33', + }, + { + voter: 'ashu11', + weight: 18, + rshares: 580706077, + percent: 10000, + reputation: 0, + time: '2018-01-09T23:37:00', + }, + { + voter: 'kristen83805', + weight: 69, + rshares: 1160483563, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:25:36', + }, + { + voter: 'semperfi2018', + weight: 70, + rshares: 1160483562, + percent: 10000, + reputation: 27924134, + time: '2018-01-09T04:11:18', + }, + { + voter: 'manivasagam', + weight: 70, + rshares: 1160483562, + percent: 10000, + reputation: 51852210, + time: '2018-01-09T04:13:24', + }, + { + voter: 'cipela', + weight: 69, + rshares: 1160483562, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:21:09', + }, + { + voter: 'mohansingh12', + weight: 69, + rshares: 1160483556, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:16:30', + }, + { + voter: 'chochooo', + weight: 0, + rshares: 0, + percent: 0, + reputation: 0, + time: '2018-01-09T05:00:00', + }, + { + voter: 'kwonhyeokman', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 3893821, + time: '2018-01-09T07:05:27', + }, + { + voter: 'jerrykhan', + weight: 35, + rshares: 589923634, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:34:18', + }, + { + voter: 'hoona', + weight: 68, + rshares: 1137273861, + percent: 10000, + reputation: 52785964, + time: '2018-01-09T04:52:51', + }, + { + voter: 'sarmadazhar', + weight: 67, + rshares: 1125669025, + percent: 10000, + reputation: 273388938, + time: '2018-01-09T06:50:24', + }, + { + voter: 'hirenjariwala', + weight: 69, + rshares: 1160483525, + percent: 10000, + reputation: 435741127, + time: '2018-01-09T05:16:57', + }, + { + voter: 'joeloc', + weight: 70, + rshares: 1160483521, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:13:21', + }, + { + voter: 'seanpennjr', + weight: 55, + rshares: 922584397, + percent: 10000, + reputation: 305269316, + time: '2018-01-09T06:30:57', + }, + { + voter: 'semidip', + weight: 69, + rshares: 1160483518, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:15:57', + }, + { + voter: 'ftpuser', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T10:37:09', + }, + { + voter: 'jeffray', + weight: 70, + rshares: 1160483507, + percent: 10000, + reputation: 17588578, + time: '2018-01-09T05:40:27', + }, + { + voter: 'lionken', + weight: 7, + rshares: 122900986, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:54:00', + }, + { + voter: 'jaishriram', + weight: 69, + rshares: 1160483495, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:49:24', + }, + { + voter: 'yunimutia', + weight: 70, + rshares: 1160483494, + percent: 10000, + reputation: 101474985, + time: '2018-01-09T05:58:54', + }, + { + voter: 'terrelz', + weight: 69, + rshares: 1160483493, + percent: 10000, + reputation: 58927338, + time: '2018-01-09T06:09:30', + }, + { + voter: 'kmy8823', + weight: 34, + rshares: 568416001, + percent: 10000, + reputation: 3252075217, + time: '2018-01-09T13:43:12', + }, + { + voter: 'shakhawat57', + weight: 63, + rshares: 1050237558, + percent: 10000, + reputation: 51768443, + time: '2018-01-09T06:17:09', + }, + { + voter: 'shrestha10', + weight: 36, + rshares: 614503071, + percent: 10000, + reputation: 136615388, + time: '2018-01-09T09:07:18', + }, + { + voter: 'xeealam', + weight: 69, + rshares: 1160483480, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:04:33', + }, + { + voter: 'fauzan10', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 18531129, + time: '2018-01-09T19:36:03', + }, + { + voter: 'kaliptus', + weight: 4, + rshares: 61450378, + percent: 10000, + reputation: 624455209, + time: '2018-01-09T10:02:09', + }, + { + voter: 'zurabz', + weight: 69, + rshares: 1160483471, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:19:48', + }, + { + voter: 'eatrsupra', + weight: 69, + rshares: 1160483467, + percent: 10000, + reputation: 7249179, + time: '2018-01-09T06:24:42', + }, + { + voter: 'upvoteforupvote', + weight: 68, + rshares: 1143076205, + percent: 10000, + reputation: 18132554, + time: '2018-01-09T06:46:42', + }, + { + voter: 'chiedozie', + weight: 37, + rshares: 614503071, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:39:48', + }, + { + voter: 'disy0', + weight: 10, + rshares: 159770798, + percent: 10000, + reputation: 123013833, + time: '2018-01-09T07:36:09', + }, + { + voter: 'sylvesteradoga', + weight: 36, + rshares: 596067978, + percent: 10000, + reputation: 72650318, + time: '2018-01-09T16:13:03', + }, + { + voter: 'technature', + weight: 64, + rshares: 1061842302, + percent: 10000, + reputation: 429208246, + time: '2018-01-09T09:18:57', + }, + { + voter: 'najlaferreira', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 68698927, + time: '2018-01-09T10:15:30', + }, + { + voter: 'misfer', + weight: 35, + rshares: 586846845, + percent: 10000, + reputation: 18132552, + time: '2018-01-09T10:20:57', + }, + { + voter: 'iamspoonbender', + weight: 62, + rshares: 1032830192, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:58:03', + }, + { + voter: 'mikehustleinc', + weight: 18, + rshares: 614499314, + percent: 10000, + reputation: 201182543, + time: '2018-01-09T23:21:30', + }, + { + voter: 'allexll', + weight: 6, + rshares: 90331599, + percent: 10000, + reputation: 131568407, + time: '2018-01-09T13:03:21', + }, + { + voter: 'gebryl01', + weight: 36, + rshares: 605281825, + percent: 10000, + reputation: 9601551, + time: '2018-01-09T10:57:51', + }, + { + voter: 'misaeljonathann', + weight: 69, + rshares: 1160483350, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:11:06', + }, + { + voter: 'kindagoogly', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:06:51', + }, + { + voter: 'jangu96', + weight: 69, + rshares: 1160483339, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:27:39', + }, + { + voter: 'gtp', + weight: 36, + rshares: 596064335, + percent: 10000, + reputation: 990731603, + time: '2018-01-09T12:59:03', + }, + { + voter: 'acuriousperson', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 1096091173, + time: '2018-01-09T10:21:33', + }, + { + voter: 'sarviola1', + weight: 69, + rshares: 1160483320, + percent: 10000, + reputation: 0, + time: '2018-01-09T10:01:42', + }, + { + voter: 'hanazuou', + weight: 31, + rshares: 522324417, + percent: 10000, + reputation: 3059289290, + time: '2018-01-09T12:10:27', + }, + { + voter: 'ccreacle', + weight: 70, + rshares: 1160483316, + percent: 10000, + reputation: 61458929, + time: '2018-01-09T10:03:54', + }, + { + voter: 'nazifsyed', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 0, + time: '2018-01-09T10:17:33', + }, + { + voter: 'yuhan', + weight: 36, + rshares: 614499314, + percent: 10000, + reputation: 0, + time: '2018-01-09T10:22:48', + }, + { + voter: 'majdyk', + weight: 33, + rshares: 556121879, + percent: 10000, + reputation: 19695364, + time: '2018-01-09T14:40:33', + }, + { + voter: 'pedrodwad', + weight: 22, + rshares: 365627092, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:49:51', + }, + { + voter: 'lgh950927', + weight: 31, + rshares: 531541907, + percent: 10000, + reputation: 26308251, + time: '2018-01-09T14:45:09', + }, + { + voter: 'lourenblue', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 17327020, + time: '2018-01-09T14:10:48', + }, + { + voter: 'alextazy098j', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 3365031, + time: '2018-01-09T11:13:00', + }, + { + voter: 'aquafina', + weight: 35, + rshares: 583774349, + percent: 10000, + reputation: 37112750, + time: '2018-01-09T12:13:45', + }, + { + voter: 'kaizer', + weight: 69, + rshares: 1160483237, + percent: 10000, + reputation: 3486275504, + time: '2018-01-09T11:55:30', + }, + { + voter: 'zeexan', + weight: 69, + rshares: 1160483235, + percent: 10000, + reputation: 470727336, + time: '2018-01-09T11:57:54', + }, + { + voter: 'elisde', + weight: 70, + rshares: 1160483233, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:58:00', + }, + { + voter: 'pascucosmin', + weight: 69, + rshares: 1160483229, + percent: 10000, + reputation: 41580145, + time: '2018-01-09T12:04:09', + }, + { + voter: 'fredlink8', + weight: 18, + rshares: 614494914, + percent: 10000, + reputation: 3931541, + time: '2018-01-09T22:50:27', + }, + { + voter: 'jasonroy1', + weight: 69, + rshares: 1160483225, + percent: 10000, + reputation: 109206269, + time: '2018-01-09T13:40:27', + }, + { + voter: 'himanijoshii', + weight: 68, + rshares: 1143075972, + percent: 10000, + reputation: 43152481, + time: '2018-01-09T12:32:51', + }, + { + voter: 'thecrispyone', + weight: 69, + rshares: 1160483214, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:27:12', + }, + { + voter: 'aungkokyaw', + weight: 0, + rshares: 602205016, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:51:06', + }, + { + voter: 'kendrazoltan', + weight: 25, + rshares: 417773950, + percent: 10000, + reputation: 97315290, + time: '2018-01-09T13:41:54', + }, + { + voter: 'hardyfebryan', + weight: 67, + rshares: 1119866272, + percent: 10000, + reputation: 7057090, + time: '2018-01-09T13:32:51', + }, + { + voter: 'silas229', + weight: 68, + rshares: 1143075924, + percent: 10000, + reputation: 19082167, + time: '2018-01-09T13:32:18', + }, + { + voter: 'we-media', + weight: 19, + rshares: 614494914, + percent: 10000, + reputation: 39078082, + time: '2018-01-09T23:16:18', + }, + { + voter: 'eisbrecher96', + weight: 36, + rshares: 605277491, + percent: 10000, + reputation: 13735685, + time: '2018-01-09T13:57:30', + }, + { + voter: 'mariasht07', + weight: 36, + rshares: 614494914, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:40:12', + }, + { + voter: 'realkyehoward', + weight: 37, + rshares: 614494914, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:56:09', + }, + { + voter: 'hallmark', + weight: 37, + rshares: 614494914, + percent: 10000, + reputation: 11329749, + time: '2018-01-09T14:01:54', + }, + { + voter: 'bundescoinzler', + weight: 36, + rshares: 605277491, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:07:45', + }, + { + voter: 'kikitutu', + weight: 32, + rshares: 525393152, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:13:33', + }, + { + voter: 'mammoths', + weight: 36, + rshares: 605277491, + percent: 10000, + reputation: 9265431, + time: '2018-01-09T14:40:33', + }, + { + voter: 'trian', + weight: 70, + rshares: 1160483124, + percent: 10000, + reputation: 132821518, + time: '2018-01-09T14:33:45', + }, + { + voter: 'zax-teh', + weight: 35, + rshares: 596060067, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:35:24', + }, + { + voter: 'infireno', + weight: 69, + rshares: 1160483112, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:52:18', + }, + { + voter: 'zahidkhanniai', + weight: 36, + rshares: 605277491, + percent: 10000, + reputation: 534640815, + time: '2018-01-09T15:18:45', + }, + { + voter: 'rathnakargoud', + weight: 37, + rshares: 614494914, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:21:24', + }, + { + voter: 'jpig42', + weight: 37, + rshares: 614494914, + percent: 10000, + reputation: 7345195, + time: '2018-01-09T15:16:39', + }, + { + voter: 'pil0t', + weight: 37, + rshares: 614494914, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:10:24', + }, + { + voter: 'spatel', + weight: 69, + rshares: 1160483079, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:37:27', + }, + { + voter: 'sharatchandra-k', + weight: 69, + rshares: 1160483071, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:57:03', + }, + { + voter: 'khmer-drawing', + weight: 70, + rshares: 1160483063, + percent: 10000, + reputation: 17588571, + time: '2018-01-09T16:10:45', + }, + { + voter: 'dipeshsingh', + weight: 69, + rshares: 1148878229, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:07:30', + }, + { + voter: 'notmytag', + weight: 69, + rshares: 1160483050, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:22:21', + }, + { + voter: 'mustyy', + weight: 68, + rshares: 1143075803, + percent: 10000, + reputation: 14415375, + time: '2018-01-09T16:34:09', + }, + { + voter: 'wissemksontini', + weight: 64, + rshares: 1073446807, + percent: 10000, + reputation: 55194389, + time: '2018-01-09T16:43:15', + }, + { + voter: 'stormhawk', + weight: 68, + rshares: 1143075784, + percent: 10000, + reputation: 683351906, + time: '2018-01-09T19:12:15', + }, + { + voter: 'commonman12', + weight: 69, + rshares: 1160483030, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:50:15', + }, + { + voter: 'mnieko', + weight: 66, + rshares: 1119866118, + percent: 10000, + reputation: 18132547, + time: '2018-01-09T17:11:39', + }, + { + voter: 'cyrillus', + weight: 36, + rshares: 614490313, + percent: 10000, + reputation: 9457389, + time: '2018-01-09T17:34:09', + }, + { + voter: 'francisco2102', + weight: 34, + rshares: 568403540, + percent: 10000, + reputation: 2544414, + time: '2018-01-09T17:35:51', + }, + { + voter: 'mehmetbilican', + weight: 63, + rshares: 1061841948, + percent: 10000, + reputation: 38496628, + time: '2018-01-09T18:39:00', + }, + { + voter: 'ekamra', + weight: 69, + rshares: 1160482998, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:48:54', + }, + { + voter: 'neelimaduggal', + weight: 69, + rshares: 1160482998, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:36:57', + }, + { + voter: 'shaheeer', + weight: 69, + rshares: 1160482990, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:48:27', + }, + { + voter: 'uasandig', + weight: 32, + rshares: 1067644342, + percent: 10000, + reputation: 11854124, + time: '2018-01-09T22:50:18', + }, + { + voter: 'nomaka', + weight: 35, + rshares: 1160482977, + percent: 10000, + reputation: 0, + time: '2018-01-09T22:15:54', + }, + { + voter: 'kara-murat', + weight: 69, + rshares: 1143075695, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:27:57', + }, + { + voter: 'aaronstone628', + weight: 69, + rshares: 1160482937, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:05:27', + }, + { + voter: 'cryptboi', + weight: 69, + rshares: 1160482934, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:05:03', + }, + { + voter: 'nayeemakanda000', + weight: 69, + rshares: 1160482922, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:53:12', + }, + { + voter: 'bitcoinsgeek', + weight: 69, + rshares: 1160482905, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:47:24', + }, + { + voter: 'afterxander', + weight: 65, + rshares: 1096656340, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:30:39', + }, + { + voter: 'glorystephen', + weight: 54, + rshares: 899374241, + percent: 10000, + reputation: 127275589, + time: '2018-01-09T21:04:03', + }, + { + voter: 'radualexandruu', + weight: 70, + rshares: 1160482885, + percent: 10000, + reputation: 75881636, + time: '2018-01-09T20:24:15', + }, + { + voter: 'julienjosue', + weight: 69, + rshares: 1160482870, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:42:42', + }, + { + voter: 'camojeezy', + weight: 30, + rshares: 992212849, + percent: 10000, + reputation: 33723400, + time: '2018-01-09T21:27:09', + }, + { + voter: 'jimmyx27', + weight: 34, + rshares: 1137273183, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:38:54', + }, + { + voter: 'altazam', + weight: 4, + rshares: 113065278, + percent: 10000, + reputation: 19245624, + time: '2018-01-09T23:23:03', + }, + { + voter: 'theunknownone', + weight: 35, + rshares: 1160482839, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:22:48', + }, + { + voter: 'ajdovland', + weight: 34, + rshares: 1160482838, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:22:33', + }, + { + voter: 'nitric', + weight: 35, + rshares: 1160482834, + percent: 10000, + reputation: 17135254, + time: '2018-01-09T21:48:57', + }, + { + voter: 'xaveer', + weight: 34, + rshares: 1160482829, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:36:45', + }, + { + voter: 'tangent', + weight: 34, + rshares: 1160482797, + percent: 10000, + reputation: 0, + time: '2018-01-09T22:22:42', + }, + { + voter: 'cokenrum', + weight: 34, + rshares: 1143075551, + percent: 10000, + reputation: 0, + time: '2018-01-09T22:41:54', + }, + { + voter: 'abdullaali', + weight: 32, + rshares: 1096656220, + percent: 10000, + reputation: 0, + time: '2018-01-09T23:05:39', + }, + { + voter: 'netstarter', + weight: 34, + rshares: 1143075511, + percent: 10000, + reputation: 0, + time: '2018-01-09T23:29:51', + }, + ], + replies: [], + author_reputation: '16463091699678', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], +}; diff --git a/api_mockdata/get_content_empty.js b/api_mockdata/get_content_empty.js new file mode 100644 index 0000000000..3140e2a594 --- /dev/null +++ b/api_mockdata/get_content_empty.js @@ -0,0 +1,46 @@ +module.exports = { + id: 0, + author: '', + permlink: '', + category: '', + parent_author: '', + parent_permlink: '', + title: '', + body: '', + json_metadata: '', + last_update: '1970-01-01T00:00:00', + created: '1970-01-01T00:00:00', + active: '1970-01-01T00:00:00', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 0, + net_rshares: 0, + abs_rshares: 0, + vote_rshares: 0, + children_abs_rshares: 0, + cashout_time: '1970-01-01T00:00:00', + max_cashout_time: '1970-01-01T00:00:00', + total_vote_weight: 0, + reward_weight: 0, + total_payout_value: '0.000 STEEM', + curator_payout_value: '0.000 STEEM', + author_rewards: 0, + net_votes: 0, + root_comment: 0, + max_accepted_payout: '0.000 STEEM', + percent_steem_dollars: 0, + allow_replies: false, + allow_votes: false, + allow_curation_rewards: false, + beneficiaries: [], + url: '', + root_title: '', + pending_payout_value: '0.000 STEEM', + total_pending_payout_value: '0.000 STEEM', + active_votes: [], + replies: [], + author_reputation: 0, + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], +}; diff --git a/api_mockdata/get_state.js b/api_mockdata/get_state.js new file mode 100644 index 0000000000..bfc048fef2 --- /dev/null +++ b/api_mockdata/get_state.js @@ -0,0 +1,26756 @@ +module.exports = { + current_route: '/@test-safari/feed', + props: { + id: 0, + head_block_number: 18837334, + head_block_id: '011f6f5611faa099d5b25547d93737248db0d531', + time: '2018-01-09T21:27:24', + current_witness: 'pfunk', + total_pow: 514415, + num_pow_witnesses: 172, + virtual_supply: '263339978.352 STEEM', + current_supply: '262440251.245 STEEM', + confidential_supply: '0.000 STEEM', + current_sbd_supply: '5575608.885 SBD', + confidential_sbd_supply: '0.000 SBD', + total_vesting_fund_steem: '198368633.264 STEEM', + total_vesting_shares: '406315186233.313634 VESTS', + total_reward_fund_steem: '0.000 STEEM', + total_reward_shares2: '0', + pending_rewarded_vesting_shares: '274189427.875310 VESTS', + pending_rewarded_vesting_steem: '133161.266 STEEM', + sbd_interest_rate: 0, + sbd_print_rate: 10000, + maximum_block_size: 65536, + current_aslot: 18899348, + recent_slots_filled: '340282366920938463463374607431768211455', + participation_count: 128, + last_irreversible_block_num: 18837319, + vote_power_reserve_rate: 10, + current_reserve_ratio: 200000000, + average_block_size: 15136, + max_virtual_bandwidth: '264241152000000000000', + }, + tag_idx: { + trending: [ + '', + 'life', + 'photography', + 'steemit', + 'kr', + 'art', + 'introduceyourself', + 'bitcoin', + 'blog', + 'travel', + 'steem', + 'spanish', + 'cryptocurrency', + 'food', + 'dtube', + 'nature', + 'story', + 'indonesia', + 'busy', + 'news', + 'funny', + 'writing', + 'utopian-io', + 'money', + 'crypto', + 'cn', + 'photo', + 'aceh', + 'music', + 'love', + 'contest', + 'poetry', + 'colorchallenge', + 'health', + 'new', + 'meme', + 'video', + 'blockchain', + 'cervantes', + 'science', + 'deutsch', + 'dmania', + 'myanmar', + 'technology', + 'tr', + 'kr-newbie', + 'sevendaybnwchallenge', + 'entertainment', + 'steepshot', + 'fun', + ], + }, + tags: {}, + content: { + 'anahilarski/blockfolio-la-mejo-arma-para-conquistar-crypto-romance': { + id: 24592662, + author: 'anahilarski', + permlink: 'blockfolio-la-mejo-arma-para-conquistar-crypto-romance', + category: 'spanish', + parent_author: '', + parent_permlink: 'spanish', + title: + 'Blockfolio la mejor arma para conquistar - Crypto Romance😍', + body: + '#
¿Alguna vez has utilizado esta técnica para conquistar?
#\n\n
![blockfolio-cryptocurency-meme-anabell-hilarski.jpg](https://steemitimages.com/DQmTQNnjt2L1ur4bhw2bE4hLhRYYvRxoKbKR2TaAVUZMQ8M/blockfolio-cryptocurency-meme-anabell-hilarski.jpg)
\n\n\n\nHace unos meses asistimos a un meetup crypto en mi país y recuerdo que hable con varios chicos sobre Bitcoin y Altcoins, de repente un chico de Inglaterra me mostró su portafolio desde su smartphone y este tenia una cantidad que superaba el millón de USD dólares. En esa época no sabia que uno puede alterar la cantidad de inversiones que el usuario tiene, básicamente tu puedes simular que eres millonario.\n\n
https://cryptocanucks.com/wp-content/uploads/2017/06/app1.png
\n\nPor mi mente pasaron muchas cosas, de porque el me mostraba su portafolio si era por conquistar o era de la emoción que tenia en cuanto a su inversión. Yo nunca he sido fanática de descargar muchas aplicaciones en mi celular, sin embargo esta es la favorita de muchos usuarios en el mercado de criptomonedas.\n\nPor otro lado, si un chico soltero que esta en busca de novia o algo parecido, tal vez pueda utilizar esta técnica para conquistar. No voy a ser ciega, no todas las mujeres son santas, mucho menos los hombres, por lo tanto una persona que ve a primera vista una cantidad de números que representan dinero, su imaginación puede salir a relucir. Esto suele pasar cuando se desconoce el tema y solo ven la parte material.\n\n## ¿Crees tu que es buena técnica o no? Déjame los comentarios en la parte de abajo. ##\n\nMe despido por el momento, nos vemos en mi próximo post. \n\n\nhttps://steemitimages.com/0x0/http://anahilarski.com/wp-content/uploads/2016/10/Firma-Anabell-Hilarski-Blog.gif\n\n\n\n## No olvides seguir mi blog y redes sociales: ##\n\nhttps://media.giphy.com/media/xUA7aZJwdniDvHHcLS/giphy.gif\n \n## [ AnaHilarski.com](http://anahilarski.com/) ##\n## [ Steemit/@AnaHilarski](https://steemit.com/@anahilarski/) ##\n## [Twitter.com](http://twitter.com/AnabellHilarski) ##\n## [YouTube.com](http://youtube.com/user/AnabellHilarski) ##\n## [Instagram.com](http://instagram.com/anabellhilarski/) ##', + json_metadata: + '{"tags":["spanish","bitcoin","cryptocurrency","steemit","blockfolio"],"image":["https://steemitimages.com/DQmTQNnjt2L1ur4bhw2bE4hLhRYYvRxoKbKR2TaAVUZMQ8M/blockfolio-cryptocurency-meme-anabell-hilarski.jpg","https://cryptocanucks.com/wp-content/uploads/2017/06/app1.png","https://steemitimages.com/0x0/http://anahilarski.com/wp-content/uploads/2016/10/Firma-Anabell-Hilarski-Blog.gif","https://media.giphy.com/media/xUA7aZJwdniDvHHcLS/giphy.gif"],"links":["http://anahilarski.com/","https://steemit.com/@anahilarski/","http://twitter.com/AnabellHilarski","http://youtube.com/user/AnabellHilarski","http://instagram.com/anabellhilarski/"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T15:37:27', + created: '2018-01-09T14:08:45', + active: '2018-01-09T18:47:33', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 11, + net_rshares: '3226393062201', + abs_rshares: '3226393062201', + vote_rshares: '3226393062201', + children_abs_rshares: '3226393062201', + cashout_time: '2018-01-16T14:08:45', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 1817808, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 37, + root_comment: 24592662, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/spanish/@anahilarski/blockfolio-la-mejo-arma-para-conquistar-crypto-romance', + root_title: + 'Blockfolio la mejor arma para conquistar - Crypto Romance😍', + pending_payout_value: '38.057 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'adol', + weight: 597758, + rshares: '1524998791535', + percent: 10000, + reputation: '1239558617638', + time: '2018-01-09T14:24:06', + }, + { + voter: 'midnas-howler', + weight: 363332, + rshares: '1035335433793', + percent: 4000, + reputation: '3952896033976', + time: '2018-01-09T15:35:51', + }, + { + voter: 'hedge-x', + weight: 19713, + rshares: '82684177208', + percent: 10000, + reputation: '2408515472384', + time: '2018-01-09T15:36:18', + }, + { + voter: 'ubg', + weight: 50, + rshares: 208686482, + percent: 100, + reputation: '4657987694664', + time: '2018-01-09T15:41:33', + }, + { + voter: 'hilarski', + weight: 54648, + rshares: '114604200635', + percent: 10000, + reputation: '261355408456085', + time: '2018-01-09T15:34:36', + }, + { + voter: 'jlufer', + weight: 11203, + rshares: '23495092733', + percent: 3000, + reputation: '216635918555505', + time: '2018-01-09T15:32:30', + }, + { + voter: 'anahilarski', + weight: 26252, + rshares: '110108964354', + percent: 10000, + reputation: '117924563924550', + time: '2018-01-09T16:24:36', + }, + { + voter: 'allyouneedtoknow', + weight: 23125, + rshares: '96995814854', + percent: 9000, + reputation: '7172708820988', + time: '2018-01-09T16:20:42', + }, + { + voter: 'steem-meme', + weight: 5463, + rshares: '22914621784', + percent: 10000, + reputation: '4327470995698', + time: '2018-01-09T16:40:57', + }, + { + voter: 'sunscape', + weight: 14669, + rshares: '61523569867', + percent: 10000, + reputation: '72052259598378', + time: '2018-01-09T16:24:03', + }, + { + voter: 'mauriciovite', + weight: 1715, + rshares: '7193893330', + percent: 2100, + reputation: '25336595481635', + time: '2018-01-09T18:19:15', + }, + { + voter: 'lovemetouchme2', + weight: 2472, + rshares: '10367971932', + percent: 500, + reputation: '2420457933704', + time: '2018-01-09T16:09:15', + }, + { + voter: 'josue07', + weight: 450, + rshares: 1885914971, + percent: 10000, + reputation: '8921562210991', + time: '2018-01-09T16:17:39', + }, + { + voter: 'silviabeneforti', + weight: 9370, + rshares: '19649877230', + percent: 2400, + reputation: '72521060145587', + time: '2018-01-09T14:45:06', + }, + { + voter: 'ljpaez', + weight: 777, + rshares: 1700639005, + percent: 10000, + reputation: '578972475571', + time: '2018-01-09T14:37:33', + }, + { + voter: 'sam12', + weight: 100, + rshares: 419975225, + percent: 10000, + reputation: 418565764, + time: '2018-01-09T16:39:39', + }, + { + voter: 'daudimitch', + weight: 23235, + rshares: '6756371817', + percent: 2500, + reputation: '14028299634350', + time: '2018-01-09T14:18:48', + }, + { + voter: 'msg768', + weight: 261, + rshares: 819753429, + percent: 100, + reputation: '11137836845157', + time: '2018-01-09T14:28:51', + }, + { + voter: 'katiuska', + weight: 109, + rshares: 331852121, + percent: 10000, + reputation: '411534919749', + time: '2018-01-09T14:29:21', + }, + { + voter: 'jaimewilliam', + weight: 368, + rshares: 1543683995, + percent: 10000, + reputation: '1309981820796', + time: '2018-01-09T15:37:00', + }, + { + voter: 'jga', + weight: 4523, + rshares: '9486071264', + percent: 5100, + reputation: '1128682267847', + time: '2018-01-09T14:39:00', + }, + { + voter: 'bubke', + weight: 18990, + rshares: '79652317379', + percent: 4000, + reputation: '2901590747211', + time: '2018-01-09T15:55:39', + }, + { + voter: 'kristal24', + weight: 2556, + rshares: '5358975902', + percent: 10000, + reputation: '4054296761248', + time: '2018-01-09T14:38:45', + }, + { + voter: 'katesmith', + weight: 135, + rshares: 424005000, + percent: 6900, + reputation: '390724528832', + time: '2018-01-09T14:28:51', + }, + { + voter: 'juanmcabeza', + weight: 126, + rshares: 527037963, + percent: 10000, + reputation: '198359998985', + time: '2018-01-09T18:47:06', + }, + { + voter: 'christianity101', + weight: 145, + rshares: 454730000, + percent: 7400, + reputation: '142505872375', + time: '2018-01-09T14:28:51', + }, + { + voter: 'zenkly', + weight: 509, + rshares: 2135210031, + percent: 600, + reputation: '4017342583248', + time: '2018-01-09T16:52:27', + }, + { + voter: 'monash', + weight: 113, + rshares: 356412195, + percent: 5800, + reputation: 0, + time: '2018-01-09T14:28:51', + }, + { + voter: 'rambeesbd', + weight: 602, + rshares: 295479146, + percent: 10000, + reputation: '1423138123848', + time: '2018-01-09T14:09:48', + }, + { + voter: 'bmaldonado', + weight: 219, + rshares: 690116256, + percent: 10000, + reputation: '380266880765', + time: '2018-01-09T14:28:48', + }, + { + voter: 'lilianajimenez', + weight: 102, + rshares: 430724000, + percent: 10000, + reputation: 687979155, + time: '2018-01-09T19:32:33', + }, + { + voter: 'negrito', + weight: 147, + rshares: 614860000, + percent: 10000, + reputation: 193658820, + time: '2018-01-09T19:30:57', + }, + { + voter: 'richardjosemf', + weight: 192, + rshares: 614860000, + percent: 10000, + reputation: 1023109894, + time: '2018-01-09T14:28:30', + }, + { + voter: 'mariangelromero', + weight: 145, + rshares: 605484265, + percent: 10000, + reputation: 338173556, + time: '2018-01-09T15:36:21', + }, + { + voter: 'rose.anne', + weight: 109, + rshares: 396352500, + percent: 10000, + reputation: 1144258422, + time: '2018-01-09T14:26:09', + }, + { + voter: 'danielvzla', + weight: 140, + rshares: 583775000, + percent: 10000, + reputation: 633556365, + time: '2018-01-09T21:14:30', + }, + { + voter: 'jalmi', + weight: 54, + rshares: 227365000, + percent: 10000, + reputation: 1408318893, + time: '2018-01-09T15:38:51', + }, + ], + replies: [], + author_reputation: '117924563924550', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: ['hilarski'], + first_reblogged_by: 'hilarski', + first_reblogged_on: '2018-01-09T15:34:54', + }, + 'coinbelly/poetrylover-contest-1-judge-me-not': { + id: 24605407, + author: 'coinbelly', + permlink: 'poetrylover-contest-1-judge-me-not', + category: 'poetrylovercontest', + parent_author: '', + parent_permlink: 'poetrylovercontest', + title: 'PoetryLover Contest #1 : Judge Me not!', + body: + "---\n\n
![](https://steemitimages.com/DQmXZhfbdGqzDxWReYdNKxf4ueHDxeQaoqd1udAxUGvtRF4/image.png)
\n
ibauman.ca
\n\n
\n###
JUDGE ME NOT!
\n
\n\n
I was once a lad,
\n
Full of dreams & Hopes that I wanted to grab.
\n
Happy thoughts & unforgettable memories,
\n
In my heart will always be cherished.
\n
\n
Sad story you may tell,
\n
How I got here stuck in a shell.
\n
But you dont know my true story,
\n
How my life ended in this journey.
\n
\n
I tried it all! I didn't gave up the fight!
\n
I fought so hard! Until I lost my sight!
\n
With just one blew of mother nature,
\n
It all darkened my future.
\n
\n
I tried it all! I tried it all!
\n
But what else can I do if it's mother nature's call?
\n
I tried it all! I tried it all!
\n
But what else can I do if I had the hardest fall?
\n
\n
My story may be forgotten,
\n
A loser like me who's dreams have fallen.
\n
I am sorry! That is all I got!
\n
Please! Judge me not!
\n
\n\n---\n\n
\n*Hi everyone!*\n\n*I would like to join a poetry contest and above is my entry.*\n
\n\n---\n\n## You may want to read some of my articles\n\n---\n\n- [TALKS/OPINION: Toyota Is Planning To Create A Robot Pod Van(Self Driving Vehicle) & Uber](https://steemit.com/technology/@coinbelly/talks-opinion-toyota-is-planning-to-create-a-robot-pod-van-self-driving-vehicle-and-uber)\n\n- [TALKS/OPINION: Is There A Way To FIx The Volatility Of Digital Money?](https://steemit.com/cryptocurrency/@coinbelly/talks-opinion-is-there-a-way-to-fix-the-volatility-of-digital-money)\n\n- [TALKS/OPINION: Did You Know That There Are 2 Latest Hardware Bugs That Can Affect Most of Devices? Security Keys Vulnerability.](https://steemit.com/cryptocurrency/@coinbelly/talks-opinion-did-you-know-that-there-are-2-latest-hardware-bugs-that-can-affect-most-of-devices-security-keys-vulnerability)\n\n- [TALKS/OPINION: Does Crypto Malware Miners Attacking Advertising Network?](https://steemit.com/cryptocurrency/@coinbelly/talks-opinion-does-crypto-malware-miners-attacking-advertising-network)\n\n- [TALKS/OPINION: Did The Bitcoin Future Fails?](https://steemit.com/bitcoin/@coinbelly/talks-opinion-did-the-bitcoin-future-fails)\n\n- [TALKS/OPINION: Crypto Price Analysis](https://steemit.com/bitcoin/@coinbelly/talks-opinion)\n\n
![upvote follow and resteem SQUARE.gif](https://steemitimages.com/DQmb2XLRnqy5netJri1pMXwqxB22MxujE4XakYcHeVUpQqx/upvote%20follow%20and%20resteem%20SQUARE.gif)
\n\n---\n\n
https://steemitimages.com/0x0/https://steemitimages.com/DQmP4BHPBRSeXvRs6vq3gYCw2mkhY9N7yK9x4b6m13uPELP/image.png
\n\n---\n\n
@thealliance @dropahead @qurator
\n
@cejero021
", + json_metadata: + '{"tags":["poetrylovercontest","poem","contest","poetry","thealliance"],"users":["thealliance","dropahead","qurator","cejero021"],"image":["https://steemitimages.com/DQmXZhfbdGqzDxWReYdNKxf4ueHDxeQaoqd1udAxUGvtRF4/image.png","https://steemitimages.com/DQmb2XLRnqy5netJri1pMXwqxB22MxujE4XakYcHeVUpQqx/upvote%20follow%20and%20resteem%20SQUARE.gif","https://steemitimages.com/0x0/https://steemitimages.com/DQmP4BHPBRSeXvRs6vq3gYCw2mkhY9N7yK9x4b6m13uPELP/image.png"],"links":["https://steemit.com/technology/@coinbelly/talks-opinion-toyota-is-planning-to-create-a-robot-pod-van-self-driving-vehicle-and-uber","https://steemit.com/cryptocurrency/@coinbelly/talks-opinion-is-there-a-way-to-fix-the-volatility-of-digital-money","https://steemit.com/cryptocurrency/@coinbelly/talks-opinion-did-you-know-that-there-are-2-latest-hardware-bugs-that-can-affect-most-of-devices-security-keys-vulnerability","https://steemit.com/cryptocurrency/@coinbelly/talks-opinion-does-crypto-malware-miners-attacking-advertising-network","https://steemit.com/bitcoin/@coinbelly/talks-opinion-did-the-bitcoin-future-fails","https://steemit.com/bitcoin/@coinbelly/talks-opinion"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T15:16:57', + created: '2018-01-09T15:16:57', + active: '2018-01-09T20:26:54', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 3, + net_rshares: '10602302221', + abs_rshares: '10602302221', + vote_rshares: '10602302221', + children_abs_rshares: '12945831865', + cashout_time: '2018-01-16T15:16:57', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 105980, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 4, + root_comment: 24605407, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/poetrylovercontest/@coinbelly/poetrylover-contest-1-judge-me-not', + root_title: 'PoetryLover Contest #1 : Judge Me not!', + pending_payout_value: '0.125 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'jbcoin', + weight: 41719, + rshares: 1688052081, + percent: 10000, + reputation: '1449094716273', + time: '2018-01-09T15:46:39', + }, + { + voter: 'skye1', + weight: 12551, + rshares: 2651225941, + percent: 4179, + reputation: '600231901251', + time: '2018-01-09T20:26:30', + }, + { + voter: 'tattoodjay', + weight: 50498, + rshares: '6211236297', + percent: 600, + reputation: '13512539364047', + time: '2018-01-09T16:32:57', + }, + { + voter: 'upvoteph', + weight: 790, + rshares: 51787902, + percent: 5000, + reputation: 85003989, + time: '2018-01-09T15:52:21', + }, + ], + replies: [], + author_reputation: '1153161571732', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'gethachan/steem-cartoon-introducing-wo-owl-1-challange': { + id: 24609376, + author: 'gethachan', + permlink: 'steem-cartoon-introducing-wo-owl-1-challange', + category: 'steem-cartoon', + parent_author: '', + parent_permlink: 'steem-cartoon', + title: 'steem-cartoon : Introducing wo-owl #1 challange', + body: + "![PicsArt_01-09-10.05.11.png](https://steemitimages.com/DQmWzrYoze655dS4Dz1Pb4wHbTVBz1QK2EgLXcWmDSgNNiN/PicsArt_01-09-10.05.11.png)\n\nAku sangat greget sekali untuk mengikuti kontes https://steemit.com/steem-cartoon/@perennial/steem-cartoon-introducing-wo-owl-announcing-our-1-challenge yang di adakan oleh @perenial dengan tema fantasi. \n\n>I'm very excited to participate in the https://steemit.com/steem-cartoon/@perennial/steem-cartoon-introducing-wo-owl-announcing-our-1-challenge contest hosted by @perenial with a fantasy theme.\n\n\n![DQmPxFKXaTnKi4ah6xTBTtsUyTtB9MxmnLQkugk9vXcchTm_1680x8400.jpg](https://steemitimages.com/DQmXFyVhdr4cb9CDHmCPRYGqh3r4S7FFYCpRVmSFcT79hQR/DQmPxFKXaTnKi4ah6xTBTtsUyTtB9MxmnLQkugk9vXcchTm_1680x8400.jpg)\n\nTerima kasih kepada @cartoonistpandan yang sudah membuat logo yang sangat bagus ini. \n\n>Thanks to @cartoonistpandan who has created this excellent logo.\n\n\nAku tidak begitu jago dalam menggambar digital, tapi aku ingin mencobanya meskipun hasilnya ya lumayan. Hehe \n\n>I'm not very good at drawing digital, but I want to try it even though the result is okay. Hehe\n\nDan ini adalah step by step bagaimana aku membuat miss owl hehe. \n\n>And this is step by step how I make miss owl hehe.\n\n![princess owl.jpg](https://steemitimages.com/DQmTwvyhdeK3rjWuUshbBvaUG5UzsiR8zm9Sw7nwC4YCZvg/princess%20owl.jpg)\n\n![princess owl1.png](https://steemitimages.com/DQmZrqfU9XmctNcULRuwtwYD9bVSWpBrVoQW63dKka3sEYT/princess%20owl1.png)\n\n![princess owl2.png](https://steemitimages.com/DQmNfx4wQHgrXGqYWaGFDQqDnvJQ4wKv7nq8rdop4J7aDTd/princess%20owl2.png)\n\n![princess owl3.jpg](https://steemitimages.com/DQmbw1x9iCqcdgLQmoc2HUK5DFNovTRi94LFVpaxVy38JWk/princess%20owl3.jpg)\n\n\n![PicsArt_01-09-10.05.11.png](https://steemitimages.com/DQmWzrYoze655dS4Dz1Pb4wHbTVBz1QK2EgLXcWmDSgNNiN/PicsArt_01-09-10.05.11.png)\n\nTerima kasih karena sudah membaca. \nSampai jumpa di post selanjutnya. \nBye... \n\n>Thank you for reading.\nSee you in the next post.\nBye ...\n\n\n![gethachan-5a4b5a91eef6f.jpeg](https://steemitimages.com/DQmXFEpqBwioutyDNF4hJykf6YHnEAiRDKc8vAKk9gSUmnQ/gethachan-5a4b5a91eef6f.jpeg)", + json_metadata: + '{"tags":["steem-cartoon","indonesia","anime","bandung","art"],"users":["perenial","cartoonistpandan"],"image":["https://steemitimages.com/DQmWzrYoze655dS4Dz1Pb4wHbTVBz1QK2EgLXcWmDSgNNiN/PicsArt_01-09-10.05.11.png","https://steemitimages.com/DQmXFyVhdr4cb9CDHmCPRYGqh3r4S7FFYCpRVmSFcT79hQR/DQmPxFKXaTnKi4ah6xTBTtsUyTtB9MxmnLQkugk9vXcchTm_1680x8400.jpg","https://steemitimages.com/DQmTwvyhdeK3rjWuUshbBvaUG5UzsiR8zm9Sw7nwC4YCZvg/princess%20owl.jpg","https://steemitimages.com/DQmZrqfU9XmctNcULRuwtwYD9bVSWpBrVoQW63dKka3sEYT/princess%20owl1.png","https://steemitimages.com/DQmNfx4wQHgrXGqYWaGFDQqDnvJQ4wKv7nq8rdop4J7aDTd/princess%20owl2.png","https://steemitimages.com/DQmbw1x9iCqcdgLQmoc2HUK5DFNovTRi94LFVpaxVy38JWk/princess%20owl3.jpg","https://steemitimages.com/DQmXFEpqBwioutyDNF4hJykf6YHnEAiRDKc8vAKk9gSUmnQ/gethachan-5a4b5a91eef6f.jpeg"],"links":["https://steemit.com/steem-cartoon/@perennial/steem-cartoon-introducing-wo-owl-announcing-our-1-challenge"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T15:55:30', + created: '2018-01-09T15:38:21', + active: '2018-01-09T17:48:03', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 4, + net_rshares: '853812475343', + abs_rshares: '853812475343', + vote_rshares: '853812475343', + children_abs_rshares: '854424388611', + cashout_time: '2018-01-16T15:38:21', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 931417, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 39, + root_comment: 24609376, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/steem-cartoon/@gethachan/steem-cartoon-introducing-wo-owl-1-challange', + root_title: 'steem-cartoon : Introducing wo-owl #1 challange', + pending_payout_value: '10.071 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'pharesim', + weight: 70160, + rshares: '86624331975', + percent: 2, + reputation: '75486944701720', + time: '2018-01-09T17:06:24', + }, + { + voter: 'kushed', + weight: 2313, + rshares: 2425421065, + percent: 20, + reputation: '10495790629008', + time: '2018-01-09T17:05:57', + }, + { + voter: 'kevinwong', + weight: 205983, + rshares: '113094939215', + percent: 240, + reputation: '364294553332515', + time: '2018-01-09T17:05:18', + }, + { + voter: 'anwenbaumeister', + weight: 12225, + rshares: '12817967438', + percent: 20, + reputation: '144537988740206', + time: '2018-01-09T17:05:42', + }, + { + voter: 'ausbitbank', + weight: 78824, + rshares: '165304941941', + percent: 100, + reputation: '171254890407360', + time: '2018-01-09T17:06:45', + }, + { + voter: 'vl248', + weight: 199, + rshares: 416119695, + percent: 20, + reputation: '1511937831169', + time: '2018-01-09T17:08:30', + }, + { + voter: 'toxichan', + weight: 54, + rshares: 112964968, + percent: 20, + reputation: '13128732984787', + time: '2018-01-09T17:08:30', + }, + { + voter: 'levycore', + weight: 50767, + rshares: '106465864797', + percent: 700, + reputation: '86660270507075', + time: '2018-01-09T17:42:57', + }, + { + voter: 'steemedia', + weight: 26, + rshares: 53329750, + percent: 20, + reputation: '4235984141235', + time: '2018-01-09T17:08:33', + }, + { + voter: 'curie', + weight: 23755, + rshares: '24909117690', + percent: 20, + reputation: '387086129471278', + time: '2018-01-09T17:05:27', + }, + { + voter: 'cebymaster', + weight: 31, + rshares: 66257044, + percent: 20, + reputation: '18506673223934', + time: '2018-01-09T17:08:30', + }, + { + voter: 'poeticammo', + weight: 1593, + rshares: 1669485635, + percent: 800, + reputation: '23171357579', + time: '2018-01-09T17:05:24', + }, + { + voter: 'hendrikdegrote', + weight: 252461, + rshares: '264725212491', + percent: 30, + reputation: '678396331133', + time: '2018-01-09T17:05:39', + }, + { + voter: 'cotidiana', + weight: 28, + rshares: 59371937, + percent: 20, + reputation: '4962062148910', + time: '2018-01-09T17:08:30', + }, + { + voter: 'teofilex11', + weight: 147, + rshares: 308318677, + percent: 20, + reputation: '18487677243433', + time: '2018-01-09T17:08:30', + }, + { + voter: 'pacokam8', + weight: 36, + rshares: 74939852, + percent: 4, + reputation: '5559705855643', + time: '2018-01-09T17:08:30', + }, + { + voter: 'dickturpin', + weight: 80, + rshares: 168160621, + percent: 20, + reputation: '2195606979248', + time: '2018-01-09T17:08:33', + }, + { + voter: 'bp423', + weight: 57, + rshares: 119233013, + percent: 20, + reputation: '19956032042', + time: '2018-01-09T17:08:30', + }, + { + voter: 'bitrocker2020', + weight: 12280, + rshares: 3218903868, + percent: 800, + reputation: '21754217613637', + time: '2018-01-09T17:05:15', + }, + { + voter: 'diggerdugg', + weight: 25, + rshares: 51999092, + percent: 20, + reputation: '2050594198173', + time: '2018-01-09T17:08:33', + }, + { + voter: 'crimsonclad', + weight: 27132, + rshares: '28450031019', + percent: 1500, + reputation: '8369083848535', + time: '2018-01-09T17:05:54', + }, + { + voter: 'piashela', + weight: 476, + rshares: 451660282, + percent: 10000, + reputation: 126776641, + time: '2018-01-09T15:39:00', + }, + { + voter: 'nicholaspang', + weight: 257, + rshares: 269812804, + percent: 4000, + reputation: '216787542269', + time: '2018-01-09T17:05:51', + }, + { + voter: 'thinknzombie', + weight: 1317, + rshares: 2761968853, + percent: 100, + reputation: '6272675725330', + time: '2018-01-09T17:10:54', + }, + { + voter: 'discordiant', + weight: 5098, + rshares: '5345208834', + percent: 1500, + reputation: '7305562984277', + time: '2018-01-09T17:06:03', + }, + { + voter: 'gamesjoyce', + weight: 39, + rshares: 83137749, + percent: 20, + reputation: '3394368423339', + time: '2018-01-09T17:08:33', + }, + { + voter: 'tehtarik', + weight: 27654, + rshares: '7249515518', + percent: 4000, + reputation: '141607334910', + time: '2018-01-09T17:04:12', + }, + { + voter: 'myach', + weight: 944, + rshares: 990382478, + percent: 800, + reputation: '3536143330462', + time: '2018-01-09T17:05:21', + }, + { + voter: 'mariska.lubis', + weight: 48281, + rshares: '12641265403', + percent: 2000, + reputation: '2975607731320', + time: '2018-01-09T15:55:06', + }, + { + voter: 'rehanrhapsody', + weight: 14720, + rshares: 3858749095, + percent: 10000, + reputation: '1736888040322', + time: '2018-01-09T16:57:15', + }, + { + voter: 'huslein.slash', + weight: 1246, + rshares: 558850523, + percent: 10000, + reputation: '409310586154', + time: '2018-01-09T15:55:54', + }, + { + voter: 'adelepazani', + weight: 19055, + rshares: '4995001079', + percent: 2100, + reputation: '2245895242390', + time: '2018-01-09T16:21:45', + }, + { + voter: 'amin-al-hadid', + weight: 933, + rshares: 244573415, + percent: 10000, + reputation: 3295892196, + time: '2018-01-09T16:38:03', + }, + { + voter: 'gordon92', + weight: 586, + rshares: 1229188720, + percent: 10000, + reputation: '548071089292', + time: '2018-01-09T17:33:15', + }, + { + voter: 'crypto3d', + weight: 2796, + rshares: 825635217, + percent: 800, + reputation: '341113140599', + time: '2018-01-09T17:05:18', + }, + { + voter: 'adrienoor', + weight: 234, + rshares: 491595931, + percent: 10000, + reputation: '29972932361', + time: '2018-01-09T17:11:48', + }, + { + voter: 'fonsetucker', + weight: 41, + rshares: 85902362, + percent: 10, + reputation: '184395047300', + time: '2018-01-09T17:10:54', + }, + { + voter: 'komando12', + weight: 44, + rshares: 92297797, + percent: 10000, + reputation: '8384246924', + time: '2018-01-09T17:47:18', + }, + { + voter: 'ambarysaputra', + weight: 1460, + rshares: 500817500, + percent: 10000, + reputation: 2513025395, + time: '2018-01-09T15:43:15', + }, + ], + replies: [], + author_reputation: '136489985529', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'hilarski/time-is-ticking-for-the-copytrack-ico': { + id: 24617472, + author: 'hilarski', + permlink: 'time-is-ticking-for-the-copytrack-ico', + category: 'tokensale', + parent_author: '', + parent_permlink: 'tokensale', + title: 'Time is Ticking for the Copytrack ICO.', + body: + '
https://pbs.twimg.com/media/DTHGb_pXcAA5iaa.jpg:large
\n\n# You Have Less Than 7 Hours to Take Advantage of the Copytrack Pre-Sale. #\n\n*Public service announcement: our #CopytrackICO pre-sale ends in less than 7 hours!* 👉\n[Copytrack ICO](https://copytrack.io) \n\n## What is Copytrack? ##\n\nhttps://www.youtube.com/watch?v=XK-3mMAJckc', + json_metadata: + '{"tags":["tokensale","ico","copytreack","cpy","copytrackico"],"image":["https://pbs.twimg.com/media/DTHGb_pXcAA5iaa.jpg:large","https://img.youtube.com/vi/XK-3mMAJckc/0.jpg"],"links":["https://copytrack.io","https://www.youtube.com/watch?v=XK-3mMAJckc"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T16:23:03', + created: '2018-01-09T16:23:03', + active: '2018-01-09T21:27:24', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 60, + net_rshares: '693820075059', + abs_rshares: '701593396712', + vote_rshares: '701593396712', + children_abs_rshares: '1883342799540', + cashout_time: '2018-01-16T16:23:03', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 851420, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 60, + root_comment: 24617472, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: '/tokensale/@hilarski/time-is-ticking-for-the-copytrack-ico', + root_title: 'Time is Ticking for the Copytrack ICO.', + pending_payout_value: '8.184 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'mammasitta', + weight: 41342, + rshares: '85281538806', + percent: 2000, + reputation: '75289174385587', + time: '2018-01-09T16:38:18', + }, + { + voter: 'okkiedot', + weight: 47587, + rshares: '99798159537', + percent: 10000, + reputation: '15896848850921', + time: '2018-01-09T18:20:54', + }, + { + voter: 'sethlinson', + weight: 3448, + rshares: '6324601375', + percent: 3000, + reputation: '24653380253172', + time: '2018-01-09T16:40:12', + }, + { + voter: 'hilarski', + weight: 62004, + rshares: '111775923638', + percent: 10000, + reputation: '261355408456085', + time: '2018-01-09T16:40:30', + }, + { + voter: 'jlufer', + weight: 5470, + rshares: '20732273051', + percent: 3000, + reputation: '216635918555505', + time: '2018-01-09T16:31:21', + }, + { + voter: 'areynolds', + weight: 1408, + rshares: 2913060223, + percent: 10000, + reputation: '1178668399373', + time: '2018-01-09T16:38:15', + }, + { + voter: 'anahilarski', + weight: 8634, + rshares: '113196131579', + percent: 10000, + reputation: '117924563924550', + time: '2018-01-09T16:24:30', + }, + { + voter: 'caribbeanmon', + weight: 1017, + rshares: 1332796992, + percent: 10000, + reputation: '909916885295', + time: '2018-01-09T17:23:09', + }, + { + voter: 'steem-meme', + weight: 13282, + rshares: '23473514998', + percent: 10000, + reputation: '4327470995698', + time: '2018-01-09T16:40:51', + }, + { + voter: 'sunscape', + weight: 7529, + rshares: '62875736237', + percent: 10000, + reputation: '72052259598378', + time: '2018-01-09T16:23:57', + }, + { + voter: 'sethroot', + weight: 0, + rshares: 0, + percent: 0, + reputation: '15008969574873', + time: '2018-01-09T16:55:24', + }, + { + voter: 'lovemetouchme2', + weight: 4944, + rshares: '10367971932', + percent: 500, + reputation: '2420457933704', + time: '2018-01-09T17:49:57', + }, + { + voter: 'firesteem', + weight: 1017, + rshares: 2132899235, + percent: 1000, + reputation: '5368593797561', + time: '2018-01-09T17:53:51', + }, + { + voter: 'dim753', + weight: 1936, + rshares: '29717455165', + percent: 10000, + reputation: '1822663192478', + time: '2018-01-09T16:25:06', + }, + { + voter: 'naturally.audrey', + weight: 7866, + rshares: '8247995995', + percent: 10000, + reputation: '224437647313', + time: '2018-01-09T17:10:09', + }, + { + voter: 'legent', + weight: 50, + rshares: 103590847, + percent: 10000, + reputation: -29799924711, + time: '2018-01-09T18:04:27', + }, + { + voter: 'sam12', + weight: 26, + rshares: 437974163, + percent: 10000, + reputation: 418565764, + time: '2018-01-09T16:24:00', + }, + { + voter: 'steemee', + weight: 539, + rshares: 614500000, + percent: 10000, + reputation: '24498622713', + time: '2018-01-09T16:50:39', + }, + { + voter: 'ealfskillz', + weight: 4365, + rshares: '4576683280', + percent: 10000, + reputation: '984124491342', + time: '2018-01-09T17:02:54', + }, + { + voter: 'robi', + weight: 13929, + rshares: '29210889131', + percent: 10000, + reputation: '438840278730', + time: '2018-01-09T17:33:27', + }, + { + voter: 'blevley', + weight: 356, + rshares: 747983346, + percent: 10000, + reputation: '309836114899', + time: '2018-01-09T19:54:03', + }, + { + voter: 'yaan', + weight: 154, + rshares: 215296165, + percent: 10000, + reputation: '3876815637665', + time: '2018-01-09T16:45:36', + }, + { + voter: 'ianstevenson', + weight: 261, + rshares: 547225400, + percent: 10000, + reputation: '49928606391', + time: '2018-01-09T19:27:57', + }, + { + voter: 'theguruasia', + weight: 91, + rshares: 367794193, + percent: 10000, + reputation: '9943777082402', + time: '2018-01-09T16:30:54', + }, + { + voter: 'blazing', + weight: 495, + rshares: 1038345789, + percent: 10000, + reputation: '14576951612782', + time: '2018-01-09T17:58:00', + }, + { + voter: 'katteasis', + weight: 2739, + rshares: '5743054956', + percent: 900, + reputation: '9787205833604', + time: '2018-01-09T18:29:48', + }, + { + voter: 'nxah', + weight: 412, + rshares: 465960553, + percent: 10000, + reputation: '306577233371', + time: '2018-01-09T16:50:57', + }, + { + voter: 'stmit', + weight: 109, + rshares: 196194749, + percent: 10000, + reputation: '1572406579025', + time: '2018-01-09T16:40:39', + }, + { + voter: 'myheartisgreen', + weight: 294, + rshares: 616617292, + percent: 10000, + reputation: '2349366190423', + time: '2018-01-09T17:30:03', + }, + { + voter: 'kellyrose', + weight: 390, + rshares: 1234781353, + percent: 10000, + reputation: '653958031295', + time: '2018-01-09T16:33:00', + }, + { + voter: 'shencoin', + weight: 258, + rshares: 1018654715, + percent: 10000, + reputation: -23371011064, + time: '2018-01-09T16:31:03', + }, + { + voter: 'kouba01', + weight: 625, + rshares: '6245485428', + percent: 10000, + reputation: '1874494609345', + time: '2018-01-09T16:26:12', + }, + { + voter: 'steemwija', + weight: 61, + rshares: 211359038, + percent: 10000, + reputation: '3741822358597', + time: '2018-01-09T16:32:18', + }, + { + voter: 'resteemia', + weight: 336, + rshares: 539680714, + percent: 10000, + reputation: '2140443245268', + time: '2018-01-09T16:42:42', + }, + { + voter: 'steemclaira', + weight: 110, + rshares: 150384183, + percent: 10000, + reputation: '406768961951', + time: '2018-01-09T16:46:03', + }, + { + voter: 'avagado', + weight: 955, + rshares: 2080716327, + percent: 10000, + reputation: '1003180892865', + time: '2018-01-09T16:37:30', + }, + { + voter: 'voteman', + weight: 888, + rshares: 2271059137, + percent: 10000, + reputation: '982574607987', + time: '2018-01-09T16:35:21', + }, + { + voter: 'cobran', + weight: 320, + rshares: 507774189, + percent: 10000, + reputation: '31275630639', + time: '2018-01-09T16:42:51', + }, + { + voter: 'sizuka', + weight: 147, + rshares: 308353475, + percent: 10000, + reputation: '1024966575870', + time: '2018-01-09T21:26:03', + }, + { + voter: 'minnowspower', + weight: 21481, + rshares: '29317708929', + percent: 1000, + reputation: '2321758429707', + time: '2018-01-09T16:46:06', + }, + { + voter: 'madushanka', + weight: 408, + rshares: 1338283049, + percent: 10000, + reputation: '2775478793688', + time: '2018-01-09T16:32:39', + }, + { + voter: 'max1994', + weight: 320, + rshares: 455492180, + percent: 10000, + reputation: '2009933442916', + time: '2018-01-09T16:45:12', + }, + { + voter: 'suchi', + weight: 119, + rshares: 511523720, + percent: 10000, + reputation: '559409937702', + time: '2018-01-09T16:30:24', + }, + { + voter: 'kingsberry', + weight: 635, + rshares: 1591950451, + percent: 10000, + reputation: '2133704194439', + time: '2018-01-09T16:35:36', + }, + { + voter: 'cryptocheta', + weight: 25, + rshares: 52242946, + percent: 10000, + reputation: -25093497000, + time: '2018-01-09T17:56:33', + }, + { + voter: 'ariyansrizon', + weight: 369, + rshares: 519255699, + percent: 10000, + reputation: '13831221105', + time: '2018-01-09T16:45:27', + }, + { + voter: 'mywhale', + weight: 632, + rshares: 1359281739, + percent: 10000, + reputation: '751488569352', + time: '2018-01-09T16:37:42', + }, + { + voter: 'shavishtha', + weight: 764, + rshares: 1235558875, + percent: 10000, + reputation: '645572266187', + time: '2018-01-09T16:42:30', + }, + { + voter: 'lito', + weight: 397, + rshares: 718518048, + percent: 10000, + reputation: '548549074614', + time: '2018-01-09T16:40:27', + }, + { + voter: 'ccworld', + weight: 48, + rshares: 54775189, + percent: 10000, + reputation: '487210867843', + time: '2018-01-09T16:51:18', + }, + { + voter: 'minoservice', + weight: 913, + rshares: 1189174473, + percent: 10000, + reputation: '551260442278', + time: '2018-01-09T16:47:12', + }, + { + voter: 'amrumk', + weight: 941, + rshares: 3168888166, + percent: 10000, + reputation: '1821954235748', + time: '2018-01-09T16:32:24', + }, + { + voter: 'votman', + weight: 658, + rshares: 1685217157, + percent: 10000, + reputation: '612029185832', + time: '2018-01-09T16:35:21', + }, + { + voter: 'kartiksingh', + weight: 3470, + rshares: '10650650261', + percent: 1000, + reputation: '1561638986369', + time: '2018-01-09T16:33:18', + }, + { + voter: 'raihan12123', + weight: 64, + rshares: 133606754, + percent: 10000, + reputation: '46833046517', + time: '2018-01-09T17:27:48', + }, + { + voter: 'steem4depoor', + weight: 240, + rshares: 504461094, + percent: 10000, + reputation: '8730125351', + time: '2018-01-09T17:49:51', + }, + { + voter: 'shoaib684', + weight: 167, + rshares: 606969143, + percent: 10000, + reputation: '4297529626', + time: '2018-01-09T16:31:45', + }, + { + voter: 'markzuckerbergs', + weight: 11, + rshares: 125972500, + percent: 10000, + reputation: '111436252993', + time: '2018-01-09T16:25:54', + }, + { + voter: 'nishaopt', + weight: 98, + rshares: 129045000, + percent: 10000, + reputation: '58331137431', + time: '2018-01-09T16:47:06', + }, + { + voter: 'sadpotato', + weight: 91, + rshares: 258090000, + percent: 10000, + reputation: '47538742599', + time: '2018-01-09T16:34:12', + }, + { + voter: 'sangpujangga', + weight: 70, + rshares: 592992500, + percent: 10000, + reputation: 780206537, + time: '2018-01-09T16:26:48', + }, + ], + replies: [], + author_reputation: '261355408456085', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'hui.zhao/oroplatform-or-simplified-chinese-translation-part-3-552-words': { + id: 24599795, + author: 'hui.zhao', + permlink: + 'oroplatform-or-simplified-chinese-translation-part-3-552-words', + category: 'utopian-io', + parent_author: '', + parent_permlink: 'utopian-io', + title: + 'OroPlatform | Simplified Chinese Translation Part 3 - 552 words', + body: + '[![0.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515505063/h58ov8ft3v0rdjyxqipf.jpg)](https://www.orocrm.com/oro-platform)\n\n### Contribution to OroPlatform Open source project\n> OroPlatform is an Open Source Business Application Platform (BAP).Developers use our flexible platform to build new business applications on top of our native CRM capabilities. Built with PHP and the Symfony framework, developing custom business applications has never been so easy.\n\n**Proof of Work**\n\nProject Link :https://crowdin.com/project/oro-platform\n\n> **My Account Infomation**\n\n![12.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515505233/mimlvmcqnzxz3vuzitxg.jpg)\n\n> **Before/After process**\n\nBefore ***OroEmailBundle/translations/messages.en.yml***\n![1.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515505098/ri08bmvfvs1w5xg5ehu5.jpg)\n\nAfter ***OroEmailBundle/translations/messages.en.yml***\n![2.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515508482/h14hd7mlr8k00htd0zil.jpg)\n\n----------------------------\n\n> **Activity**\n\nActivty Link:https://crowdin.com/project/oro-platform/zh-CN/activity\n![3.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515508892/fxbbu6qsj9fdad3zhn3p.jpg)\n\n> Translation-----File-----Time\n~~~\n- 联系人-----messages.en.yml-----10:33 PM\n- 草稿-----messages.en.yml-----10:33 PM\n- 回收站-----messages.en.yml-----10:33 PM\n- 垃圾邮件-----messages.en.yml-----10:33 PM\n- 其他-----messages.en.yml-----10:33 PM\n- 收件箱-----messages.en.yml-----10:33 PM\n- 已发送-----messages.en.yml-----10:33 PM\n- 文件夹类型-----messages.en.yml-----10:33 PM\n- 消息类型-----messages.en.yml-----10:33 PM\n- 检索文件夹-----messages.en.yml-----10:33 PM\n- 如果文件夹未被选中,则保存在其中的所有数据将被删除-----messages.en.yml-----10:32 PM\n- 文件夹-----messages.en.yml-----10:32 PM\n- 收件人不能为空-----messages.en.yml-----10:32 PM\n- 发件人不能为空-----messages.en.yml-----10:32 PM\n- 无法发送电子邮件-----messages.en.yml-----10:31 PM\n- 禁止覆盖系统模板,而是克隆它。-----messages.en.yml-----10:31 PM\n- 邮箱:%mailbox%-----messages.en.yml-----10:31 PM\n- 未读邮件-----messages.en.yml-----10:31 PM\n- 已发邮件-----messages.en.yml-----10:30 PM\n- 收件箱-----messages.en.yml-----10:30 PM\n- 启用更改状态-----messages.en.yml-----10:30 PM\n- 标记为未读-----messages.en.yml-----10:30 PM\n- 标记为已读-----messages.en.yml-----10:29 PM\n- 回复-----messages.en.yml-----10:29 PM\n- 查看-----messages.en.yml-----10:29 PM\n- 所有-----messages.en.yml-----10:29 PM\n- 仅系统-----messages.en.yml-----10:29 PM\n- 所有-----messages.en.yml-----10:29 PM\n- 无-----messages.en.yml-----10:29 PM\n- 所有者-----messages.en.yml-----10:28 PM\n- 模版名称-----messages.en.yml-----10:28 PM\n- Id-----messages.en.yml-----10:28 PM\n- 克隆电子邮件模版-----messages.en.yml-----10:28 PM\n- 编辑电子邮件模版"%name%"-----messages.en.yml-----10:28 PM\n- 电子邮件模版-----messages.en.yml-----10:28 PM\n- 电子邮件模版-----messages.en.yml-----10:28 PM\n- 附件预览限制-----messages.en.yml-----10:27 PM\n- 最大同步附件大小,Mb-----messages.en.yml-----10:27 PM\n- 启用附件同步-----messages.en.yml-----10:27 PM\n- 显示最近的电子邮件-----messages.en.yml-----10:26 PM\n- 模板中的HTML-----messages.en.yml-----10:26 PM\n- 添加邮箱-----messages.en.yml-----10:26 PM\n- 系统邮箱-----messages.en.yml-----10:26 PM\n- 自动完成的最少字符数-----messages.en.yml-----10:26 PM\n- 自动完成-----messages.en.yml-----10:26 PM\n- 默认回复按钮-----messages.en.yml-----10:26 PM\n- 回复-----messages.en.yml-----10:25 PM\n- 移除大附件-----messages.en.yml-----10:25 PM\n- 手册-----messages.en.yml-----10:23 PM\n- 自动-----messages.en.yml-----10:23 PM\n- 将附件链接到上下文-----messages.en.yml-----10:23 PM\n- 附件-----messages.en.yml-----10:23 PM\n- 显示电子邮件对话-----messages.en.yml-----10:23 PM\n- 自动-----messages.en.yml-----10:18 PM\n- 手册-----messages.en.yml-----10:18 PM\n- 将签名附加到电子邮件正文-----messages.en.yml-----10:17 PM\n- 签名内容-----messages.en.yml-----10:17 PM\n- 签名-----messages.en.yml-----10:17 PM\n- 检查SMTP链接-----messages.en.yml-----10:16 PM\n- 密码-----messages.en.yml-----10:16 PM\n- 用户名-----messages.en.yml-----10:16 PM\n- TLS(传输层安全性)-----messages.en.yml-----10:16 PM\n- SSL(安全套接层协议层)-----messages.en.yml-----10:15 PM\n- 无-----messages.en.yml-----10:15 PM\n- 加密-----messages.en.yml-----10:15 PM\n- 端口-----messages.en.yml-----10:15 PM\n- 邮箱 %label% - 编辑-----messages.en.yml-----10:15 PM\n- 创建邮箱-----messages.en.yml-----10:14 PM\n- 克隆电子邮件模版-----messages.en.yml-----10:14 PM\n- 创建电子邮件模版-----messages.en.yml-----10:14 PM\n- 模版%name% - 编辑-----messages.en.yml-----10:14 PM\n- 我的电子邮件 - %username%-----messages.en.yml-----10:14 PM\n- %subject% - 我的电子邮件-----messages.en.yml-----10:13 PM\n- %subject% - 我的电子邮件 - %username%-----messages.en.yml-----10:13 PM\n- N/A-----messages.en.yml-----10:13 PM\n- 确认-----messages.en.yml-----10:13 PM\n- 取消-----messages.en.yml-----10:13 PM\n- 无-----messages.en.yml-----10:13 PM\n- 模版数据-----messages.en.yml-----10:13 PM\n- [Default]-----messages.en.yml-----10:13 PM\n- 取消-----messages.en.yml-----10:12 PM\n- 常规-----messages.en.yml-----10:12 PM\n- 电子邮件同步已开始。请稍候,网格将在完成后更新...-----messages.en.yml-----10:12 PM\n- 电子邮件同步失败-----messages.en.yml-----10:11 PM\n- 电子邮件同步成功-----messages.en.yml-----10:11 PM\n- 正在处理-----messages.en.yml-----10:11 PM\n- 用户所有者-----messages.en.yml-----10:11 PM\n- 组织-----messages.en.yml-----10:10 PM\n- Id-----messages.en.yml-----10:10 PM\n- 文件夹-----messages.en.yml-----10:10 PM\n- 电子邮件-----messages.en.yml-----10:10 PM\n- %quantity%旧的消息-----messages.en.yml-----10:10 PM\n- 在%date%%user%写道:-----messages.en.yml-----10:10 PM\n- 转发-----messages.en.yml-----10:09 PM\n- 转发消息-----messages.en.yml-----10:09 PM\n- 查看电子邮件-----messages.en.yml-----10:09 PM\n- 回复全部-----messages.en.yml-----10:09 PM\n- 回复-----messages.en.yml-----10:09 PM\n- 在电子邮件模板中可用-----messages.en.yml-----10:09 PM\n- 接受的语言-----messages.en.yml-----10:09 PM\n- 已读-----messages.en.yml-----10:08 PM\n- 未读-----messages.en.yml-----10:08 PM\n- 状态-----messages.en.yml-----10:08 PM\n- 电子邮件正文已同步-----messages.en.yml-----10:08 PM\n- 用户电子邮件-----messages.en.yml-----10:08 PM\n- 正文不可用-----messages.en.yml-----10:08 PM\n- 不幸的是,电子邮件正文不能从服务器加载。可能的原因:电子邮件已被删除,无法连接到服务器。-----messages.en.yml-----10:08 PM\n- 无法找到ID为“%id%”的电子邮件-----messages.en.yml-----10:07 PM\n- 显示详情-----messages.en.yml-----10:06 PM\n- 引用标题-----messages.en.yml-----10:06 PM\n- 类型-----messages.en.yml-----10:06 PM\n- 应用模版-----messages.en.yml-----10:05 PM\n- 密送-----messages.en.yml-----10:05 PM\n- 抄送-----messages.en.yml-----10:05 PM\n- 抄送/密送-----messages.en.yml-----10:05 PM\n- 发送至-----messages.en.yml-----10:05 PM\n- (无主题)-----messages.en.yml-----10:05 PM\n- 主题-----messages.en.yml-----10:05 PM\n- 由{{ user }} 发送-----messages.en.yml-----10:05 PM\n- 已发送-----messages.en.yml-----10:05 PM\n- 发送-----messages.en.yml-----10:04 PM\n- 这封电子邮件已经被发送-----messages.en.yml-----10:04 PM\n- 发送电子邮件-----messages.en.yml-----10:04 PM\n- 已收到-----messages.en.yml-----10:04 PM\n- 收件人-----messages.en.yml-----10:04 PM\n- 多消息ID-----messages.en.yml-----10:03 PM\n- 纯文本-----messages.en.yml-----10:03 PM\n- Html-----messages.en.yml-----10:03 PM\n- 更新-----messages.en.yml-----10:03 PM\n- 删除-----messages.en.yml-----10:03 PM\n- 克隆-----messages.en.yml-----10:03 PM\n- 您有一封新的电子邮件-----messages.en.yml-----10:03 PM\n- 您还没有任何电子邮件-----messages.en.yml-----10:02 PM\n- 全部标记为已读-----messages.en.yml-----10:01 PM\n- 最近的电子邮件-----messages.en.yml-----10:01 PM\n- 标记为未读-----messages.en.yml-----10:01 PM\n- 标记为已读-----messages.en.yml-----10:01 PM\n- 撰写电子邮件-----messages.en.yml-----10:01 PM\n- 撰写电子邮件-----messages.en.yml-----10:01 PM\n- 撰写-----messages.en.yml-----10:01 PM\n- 我的电子邮件-----messages.en.yml-----10:00 PM\n- 电子邮件模版列表-----messages.en.yml-----10:00 PM\n- 模版-----messages.en.yml-----10:00 PM\n- 查看-----messages.en.yml-----10:00 PM\n- 下载-----messages.en.yml-----10:00 PM\n- 选择文件-----messages.en.yml-----10:00 PM\n- 下载-----messages.en.yml-----10:00 PM\n- 复制到记录-----messages.en.yml-----10:00 PM\n- 签名(如果允许使用它的HTML视图,|oro_tag_filter应该被删除)-----messages.en.yml-----10:00 PM\n- 当前时间-----messages.en.yml-----09:59 PM\n- 当前日期-----messages.en.yml-----09:58 PM\n- 当前日期和时间-----messages.en.yml-----09:58 PM\n- 应用程序地址-----messages.en.yml-----09:58 PM\n- 应用程序的全称-----messages.en.yml-----09:58 PM\n- 应用程序的简称-----messages.en.yml-----09:58 PM\n- 登录用户的全名-----messages.en.yml-----09:58 PM\n- 登录用户的姓-----messages.en.yml-----09:57 PM\n- 登录用户的名-----messages.en.yml-----09:57 PM\n- 登录用户的用户名-----messages.en.yml-----09:57 PM\n- 登录用户的组织名称-----messages.en.yml-----09:57 PM\n- 克隆-----messages.en.yml-----09:57 PM\n- 预览-----messages.en.yml-----09:57 PM\n- 系统变量-----messages.en.yml-----09:56 PM\n- 可见性-----messages.en.yml-----09:56 PM\n- 组织-----messages.en.yml-----09:56 PM\n- 译文-----messages.en.yml-----09:56 PM\n- 类型-----messages.en.yml-----09:55 PM\n- 内容-----messages.en.yml-----09:55 PM\n- 主题-----messages.en.yml-----09:55 PM\n- 主机-----messages.en.yml-----09:55 PM\n- SMTP设置-----messages.en.yml-----09:55 PM\n- 启用用户电子邮件-----messages.en.yml-----09:53 PM\n- 电子邮件设置-----messages.en.yml-----09:52 PM\n- 电子邮件配置-----messages.en.yml-----09:52 PM\n- N/A-----messages.en.yml-----09:52 PM\n- 限制显示附件预览功能(图像的缩略图和其他文件的大文件图标)。设置为0只可查看带有文件名的列表。-----messages.en.yml-----09:52 PM\n- 最大同步附件的大小,Mb。超过文件大小的附件将不会被下载。如果对附件大小不做限制,请设置为0。-----messages.en.yml-----09:51 PM\n- 在电子邮件同步时启用加载附件。-----messages.en.yml-----09:49 PM\n- 没有可用的附件-----messages.en.yml-----09:48 PM\n- 附件-----messages.en.yml-----09:48 PM\n- 上传-----messages.en.yml-----09:48 PM\n- 从记录-----messages.en.yml-----09:48 PM\n- 附件-----messages.en.yml-----09:47 PM\n- 添加签名-----messages.en.yml-----09:47 PM\n- 无主题-----messages.en.yml-----09:47 PM\n- 检查进度-----messages.en.yml-----09:47 PM\n- 作业已被添加到队列中-----messages.en.yml-----09:46 PM\n- 模版已保存-----messages.en.yml-----09:46 PM\n- 待用-----messages.en.yml-----09:46 PM\n- 上下文-----messages.en.yml-----09:46 PM\n- 最近使用的-----messages.en.yml-----09:45 PM\n- 个人-----messages.en.yml-----09:45 PM\n- 全部-----messages.en.yml-----09:45 PM\n- 回复-----messages.en.yml-----09:45 PM\n- 查看电子邮件-----messages.en.yml-----09:45 PM\n- 查看全部-----messages.en.yml-----09:45 PM\n- 未读的电子邮件-----messages.en.yml-----09:45 PM\n- 已发送-----messages.en.yml-----09:44 PM\n- 收件箱-----messages.en.yml-----09:44 PM\n- 最近的电子邮件-----messages.en.yml-----09:44 PM\n- 昨天-----messages.en.yml-----09:44 PM\n- 我-----messages.en.yml-----09:44 PM\n- 日期-----messages.en.yml-----09:44 PM\n- 抄送/密送-----messages.en.yml-----09:43 PM\n- 内容-----messages.en.yml-----09:43 PM\n- 发送-----messages.en.yml-----09:43 PM\n- 已发送-----messages.en.yml-----09:43 PM\n- 发送邮件-----messages.en.yml-----09:42 PM\n- 正文内容-----messages.en.yml-----09:42 PM\n- 附件-----messages.en.yml-----09:41 PM\n- 密送-----messages.en.yml-----09:41 PM\n- 抄送-----messages.en.yml-----09:41 PM\n- 发送至-----messages.en.yml-----09:41 PM\n- 从-----messages.en.yml-----09:41 PM\n- 发送-----messages.en.yml-----09:41 PM\n- 主题-----messages.en.yml-----09:41 PM\n~~~\n\n> **Report**\n\nReport Link:https://crowdin.com/project/oro-platform/reports\n![4.jpg](https://res.cloudinary.com/hpiynhbhq/image/upload/v1515508786/f2cfna6w6dibcyeb48dc.jpg)\n\n\n--------------------------------------\n- You can contact me at Steemit here: https://steemit.com/@hui.zhao\n- You can contact me at Utopian here: https://utopian.io/@hui.zhao\n\n

Posted on Utopian.io - Rewarding Open Source Contributors
', + json_metadata: + '{"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":10450961,"name":"platform","full_name":"oroinc/platform","html_url":"https://github.com/oroinc/platform","fork":false,"owner":{"login":"oroinc"}},"pullRequests":[],"platform":"github","type":"translations","tags":["utopian-io","utopian-io","crowdin","translation","promo-steem"],"users":["hui.zhao"],"links":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1515505063/h58ov8ft3v0rdjyxqipf.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1515505233/mimlvmcqnzxz3vuzitxg.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1515505098/ri08bmvfvs1w5xg5ehu5.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1515508482/h14hd7mlr8k00htd0zil.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1515508892/fxbbu6qsj9fdad3zhn3p.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1515508786/f2cfna6w6dibcyeb48dc.jpg"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1515505063/h58ov8ft3v0rdjyxqipf.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1515505233/mimlvmcqnzxz3vuzitxg.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1515505098/ri08bmvfvs1w5xg5ehu5.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1515508482/h14hd7mlr8k00htd0zil.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1515508892/fxbbu6qsj9fdad3zhn3p.jpg","https://res.cloudinary.com/hpiynhbhq/image/upload/v1515508786/f2cfna6w6dibcyeb48dc.jpg"]}', + last_update: '2018-01-09T14:46:33', + created: '2018-01-09T14:46:33', + active: '2018-01-09T19:46:18', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 1, + net_rshares: 4099870165, + abs_rshares: 4099870165, + vote_rshares: 4099870165, + children_abs_rshares: 4099870165, + cashout_time: '2018-01-16T14:46:33', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 64047, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 5, + root_comment: 24599795, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [ + { + account: 'utopian.pay', + weight: 2500, + }, + ], + url: + '/utopian-io/@hui.zhao/oroplatform-or-simplified-chinese-translation-part-3-552-words', + root_title: + 'OroPlatform | Simplified Chinese Translation Part 3 - 552 words', + pending_payout_value: '0.048 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'steemitboard', + weight: 4154, + rshares: 544435128, + percent: 100, + reputation: '8265311614918', + time: '2018-01-09T19:46:21', + }, + { + voter: 'ether69', + weight: 250, + rshares: 568416001, + percent: 10000, + reputation: -2502884603, + time: '2018-01-09T14:46:51', + }, + { + voter: 'thisistanvir', + weight: 235, + rshares: 156698283, + percent: 10000, + reputation: '24848295177', + time: '2018-01-09T14:49:30', + }, + { + voter: 'hui.zhao', + weight: 3342, + rshares: 2228110753, + percent: 10000, + reputation: '769320218303', + time: '2018-01-09T14:50:09', + }, + { + voter: 'michael-k', + weight: 1470, + rshares: 602210000, + percent: 10000, + reputation: '34883820620', + time: '2018-01-09T14:56:09', + }, + ], + replies: [], + author_reputation: '769320218303', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'igster/til-a-hijacked-ethiopian-airlines-plane-was-headed-to-switzerland-but-had-to-be-intercepted-by-frenchitalian-fighter-jets-because-the-swiss-air-force-doesnt-work-on-nights-and-weekends': { + id: 24649161, + author: 'igster', + permlink: + 'til-a-hijacked-ethiopian-airlines-plane-was-headed-to-switzerland-but-had-to-be-intercepted-by-frenchitalian-fighter-jets-because-the-swiss-air-force-doesnt-work-on-nights-and-weekends', + category: 'til', + parent_author: '', + parent_permlink: 'til', + title: + "TIL: A hijacked Ethiopian Airlines plane was headed to Switzerland, but had to be intercepted by French/Italian fighter jets because the Swiss Air force doesn't work on nights and weekends.", + body: + 'https://www.theguardian.com/world/shortcuts/2014/feb/19/swiss-air-force-ethiopian-airlines-hijacking-office-hours', + json_metadata: '{"tags":["til"],"app":"til"}', + last_update: '2018-01-09T19:44:21', + created: '2018-01-09T19:44:21', + active: '2018-01-09T19:44:21', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 0, + net_rshares: '164144017767', + abs_rshares: '164144017767', + vote_rshares: '164144017767', + children_abs_rshares: '164144017767', + cashout_time: '2018-01-16T19:44:21', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 418683, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 2, + root_comment: 24649161, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/til/@igster/til-a-hijacked-ethiopian-airlines-plane-was-headed-to-switzerland-but-had-to-be-intercepted-by-frenchitalian-fighter-jets-because-the-swiss-air-force-doesnt-work-on-nights-and-weekends', + root_title: + "TIL: A hijacked Ethiopian Airlines plane was headed to Switzerland, but had to be intercepted by French/Italian fighter jets because the Swiss Air force doesn't work on nights and weekends.", + pending_payout_value: '1.936 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'igster', + weight: 411387, + rshares: '164091579687', + percent: 8500, + reputation: '9241659574825', + time: '2018-01-09T20:14:24', + }, + { + voter: 'steembooster', + weight: 6177, + rshares: 52438080, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:09:45', + }, + ], + replies: [], + author_reputation: '9241659574825', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'igster/us-energy-agency-rejects-trump-plan-to-prop-up-coal-and-nuclear-power-plants-with-subsidies': { + id: 24637629, + author: 'igster', + permlink: + 'us-energy-agency-rejects-trump-plan-to-prop-up-coal-and-nuclear-power-plants-with-subsidies', + category: 'futurology', + parent_author: '', + parent_permlink: 'futurology', + title: + 'US Energy agency rejects Trump plan to prop up coal and nuclear power plants with subsidies', + body: + 'https://www.theguardian.com/environment/2018/jan/08/donald-trump-coal-industry-plan-rejected-rick-perry', + json_metadata: '{"tags":["news"],"app":"news"}', + last_update: '2018-01-09T21:11:00', + created: '2018-01-09T18:24:21', + active: '2018-01-09T21:11:00', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 2, + net_rshares: '168168389121', + abs_rshares: '168168389121', + vote_rshares: '168168389121', + children_abs_rshares: '174283603270', + cashout_time: '2018-01-16T18:24:21', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 422521, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 1, + root_comment: 24637629, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/futurology/@igster/us-energy-agency-rejects-trump-plan-to-prop-up-coal-and-nuclear-power-plants-with-subsidies', + root_title: + 'US Energy agency rejects Trump plan to prop up coal and nuclear power plants with subsidies', + pending_payout_value: '1.983 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'igster', + weight: 422521, + rshares: '168168389121', + percent: 8500, + reputation: '9241659574825', + time: '2018-01-09T18:54:24', + }, + ], + replies: [], + author_reputation: '9241659574825', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'jerrybanfield/the-top-25-steem-posts': { + id: 24641227, + author: 'jerrybanfield', + permlink: 'the-top-25-steem-posts', + category: 'budget', + parent_author: '', + parent_permlink: 'budget', + title: 'The Top 25 Steem Posts!', + body: + 'What are the best 25 posts ever made on Steem? [40 of us collaborated to make this list](https://steemit.com/budget/@jerrybanfield/contest-find-the-best-25-posts-on-steem) of the top 25 posts on Steem because we hope each of us can have the same amazing experience we did reading these posts! To help build our community and show off our best work, we will also be [advertising these posts on Facebook and Google](https://steemit.com/budget/@jerrybanfield/50-million-ads-for-steem-on-facebook-google-and-youtube) to help millions more readers enjoy what we have created!\n\n# Top 25 Steem Posts!\n---\n1. [Steemit Good News Story #1 Attacking Global Poverty with STEEM and Steemit](https://steemit.com/bisteemit/@paulag/steemit-good-news-story-1-attacking-global-poverty-with-steem-and-steemit) written by @paulag and recommended by @clixmoney! **Summary?** 74 million of us on earth live on under $1.90 a day. Steem provides the opportunity for nearly any author today to consistently earn this much meaning that Steem currently is the best opportunity for a basic income token globally.\n2. [Powerful Language Hacks that will ACCOMPLISH YOUR MISSION!](https://steemit.com/life/@robertgenito/powerful-language-hacks-that-will-accomplish-your-mission) written by @robertgenito. **Summary?** Paying attention to the language we use has huge impacts on the results we get in life. For example, choosing to say what needs to be done instead of saying what not to do makes communication more effective and enjoyable!\n3. [See Just How Powerful A Simple Steemit Post Really Is (In The Words Of An Illiterate!!!) The Internet Has Never Been This Awesome!!!](https://steemit.com/steemit/@surpassinggoogle/see-just-how-powerful-a-simple-steemit-post-really-is-the-internet-has-never-been-this-awesome) written by @surpassinggoogle and recommended by @clixmoney. **Summary?** Steem is helping us connect and earn regardless of our location which is a miracle for each of us living in a world now where Google and Facebook focus what we see locally.\n4. [The Remarkable Diary of an Earthship Eco Builder Chapter #2. The dream was born](https://steemit.com/writing/@eco-alex/the-remarkable-diary-of-an-earthship-eco-builder-2-the-dream-was-born-why-earthship-s-are-amazing-the-need-to-be-self-sufficient) written by @eco-alex. **Summary?** Instead of planning a future where we hope to move into a nicer neighborhood and a bigger house, what would our home look like if we considered the impact of our lifestyle on the planet? How can we make a home that includes everything we want with as little waste as possible?\n5. [The Day the Paywalls Died: How Steem’s Smart Media Token Saved My Family’s Newspaper](https://steemit.com/smt/@donkeypong/the-day-the-paywalls-died-how-steem-s-smart-media-token-saved-my-family-s-newspaper) written by @donkeypong and recommended by @lann. **Summary?** This story set in 2019 shows clearly how [Smart Media Tokens](https://smt.steem.io/) will allow publishing companies like newspapers to make a huge comeback with a transition into a business model that makes raising capital simple and rewards ongoing participation from readers and authors instead of accepting money from advertisers.\n6. [Hello Steemit! My name is Alla, I am a Youtuber and private chef with my own show... Let\'s do this!!](https://steemit.com/introduceyourself/@allasyummyfood/7dek2o-hello-steemit-my-name-is-alla-i-am-a-youtuber-and-private-chef-with-my-own-show-let-s-do-this) by @allasyummyfood and recommended by @kingjan. **Summary?** Alla\'s introduction post sharing her journey prior to Steem combined with seeing all she has contributed to Steem is enough to inspire us to go all in on being a member of our community and giving all we can each day!\n7. [Steemit Releases Groundbreaking Account Recovery Solution](https://steemit.com/blockchain/@dan/steemit-releases-groundbreaking-account-recovery-solution) by @dan and recommended by @marlon241982. **Summary?** Most cryptocurrency wallets can be completely emptied in an instant by anyone that gets access from a family member stealing money to a hacker compromising millions of wallets. Steem is the first to offer an account recovery solution which when combined with powering up Steem provides the safest solution for holding any amount of cryptocurrency in a wallet!\n8. [A Minnow\'s Guide to Steemit](https://steemit.com/minnowsupport/@shinyforest/a-minnow-s-guide-to-steemit) by @shinyforest and recommended by @mikepm74. **Summary?** Most of us new to Steem can learn a lot by reading this one post which covers the basic Steem terminology, how to get started successfully, Discord channels, posting strategies, commenting, payout settings, and perhaps most importantly the bigger picture. "Steem thrives when the community grows!"\n9. [The SEO of Steemit.com](https://steemit.com/seo/@cryptoctopus/the-seo-of-steemit-com) by @cryptoctopus and recommended by @clixmoney. **Summary?** New bloggers and internet marketers often spend a fortune in time and money just trying to get noticed in Google and shared on social media. Once we see how powerful Steem is for Search Engine Optimization (SEO = ranking a post high in Google), we are unlikely to ever consider blogging anywhere else especially when combined with the possibility of earning rewards on posts!\n10. [What gives Crypto value? A letter to potential investors](https://steemit.com/cryptocurrency/@aggroed/what-gives-crypto-value-a-letter-to-potential-investors) by @aggroed and recommended by @mikepm74. **Summary?** "The value of the currency ≈ total number of people using the system ... Cryptos are a combination of a stock and a currency."\n11. [10 Things I Learned From Being Homeless](https://steemit.com/story/@arbitrarykitten/10-things-i-learned-from-being-homeless) by @arbitrarykitten and recommended by @verdanas. **Summary?** Being homeless can easily happen to any of us and it looks a lot different from the inside! \n12. [Steemit Is So Much More Than Just A Method For Individuals To Get Paid For Blogging, The Philosophy Behind The Steemit Platform Could Truly Revolutionize The Way Individuals Use The Internet.](https://steemit.com/steemit/@cryptofreedom/steemit-is-so-much-more-than-just-a-method-for-individuals-to-get-paid-for-blogging-the-philosophy-behind-the-steemit-platform) by @cryptofreedom and recommended by @kerry234. **Summary?** "Steem proves that a platform where individuals have access to the value that they generate is possible, and it may start a domino effect of users looking for platforms that have their best interests in mind."\n13. [My Suggestions and Advice for new Users on Steemit.](https://steemit.com/steem/@phelimint/my-suggestions-and-advice-for-new-users-on-steemit) by @phelimint and recommended by @clumsysilverdad. **Summary?** We get 8 recommendations in this post that make getting started and getting through the challenging times on Steem much easier! Our friends and family often struggle to begin on Steem. We hope showing them this post early on might help!\n14. [Steemit Synergy: The True Value of Steem is Incentivized, Quality-based Attention.](https://steemit.com/steemit/@kafkanarchy84/steemit-synergy-the-true-value-of-steem-is-incentivized-quality-based-attention) by @kafkanarchy84 and recommended by @luckysteem. **Summary?** "One of the most valuable and yet overlooked commodities on the market today is attention. As self-made man and CEO/founder of VaynerMedia, Gary Vaynerchuk says: \'I\'m a day trader in attention.\' "\n15. [Smart Media Tokens: Introducing the Game Changer](https://steemit.com/smt/@the-alien/smart-media-tokens-introducing-the-game-changer) by @the-alien. **Summary?** "So if you’re a Youtuber, Blogger, writer with your own fan base or community, you might wanna check the Smart Media Tokens ... the same is true for multi-user platforms that already established like Medium or FEE.org, or even traditional style magazines like Mashable or Rolling Stone."\n16. [Homesteading Saved My Life!](https://steemit.com/homesteading/@sthomestead/homesteading-saved-my-life) by @sthomestead\tand recommended by @winvideos. **Summary?** "It has been about 5 1/2 years now since I got the news ... stage 3 colon cancer ... I was only 39 years and physically appeared to be in pretty good shape ... chemo was out but what was I going to do to instead? Simple, eat right and exercise. Could it be that simple?"\n17. [How I Made Enough Money with Steem to Buy A New Nissan Leaf](https://steemit.com/marketing/@demotruk/steem-nissan-leaf) by @demotruk and recommended by @bolaamir. **Summary?** "I started investing in Steem ... As the price dropped, I bought more ... Despite losses, I kept doubling down, in fact some of the most money I spent was at a price $0.07 ... While acknowledging problems, I continued to believe in the core concept ... the price of Steem was eventually propelled back to $2.80 ... I have still kept the vast majority of my Steem powered up."\n18. [3 months, 1000 Followers and $1 Million Later...](https://steemit.com/steemit/@trafalgar/3-months-1000-followers-and-usd1-million-later) by @trafalgar and recommended by @bolaamir. **Summary?** "It feels like it was only yesterday when I made my first post on Steemit, but it\'s actually been almost 90 yesterdays. Sure takes a while to make a million bucks on this site doesn\'t it? My journey on Steemit has undoubtedly been a surreal experience ... I was fascinated by the concept of a decentralized social media platform that rewarded authors based on the likes they receive on their posts ... Screw it, I thought, I\'m going all in on Steem, which turned out to be about 500,000 Steem for 20c ... So, what am I going to do now that Steem is over $2 and I\'m up a cool million?"\n19. [Healing BiPolar Without Medication](https://steemit.com/story/@zincali/how-i-cured-myself-from-bipolar-disorder-without-medication-part-1-depression) by @zincali. **Summary?** "I was diagnosed with bipolar when I was just 19 years old. My last clinical depression was felt when I was 24 years old. I have been free now of this condition for 28 years to date ... It just didn\'t make sense to me to be taking tablets that did not work and if Lithium was not going to cure the problem completely and they really repulsed me, I saw no point in continuing with the treatment ... I then asked myself, WHO AM I and WHERE DO I COME FROM ... I then sincerely forgave myself for being so hard on myself and thanked the infinite one for making me realise this and went out and bought an ice cream. I have never suffered from depression since."\n20. [The Secret To Success On Steemit: It Isn\'t Posting Article or Re-Steeming (For Dolphins And Minnows)](https://steemit.com/steemit/@taskmaster4450/the-secret-to-success-on-steemit-it-isn-t-posting-article-or-re-steeming-for-dolphins-and-minnows) written by @taskmaster4450 and recommended by @creon. **Summary?** "Excited blogger joins Steemit.com with the expectation of making money from writing about what he or she loves. Said blogger puts up a wonderful post worthy of mention by the local Historical Society, gets no upvotes, complains the system is rigged, and leaves to grace some other site with his/her presence ... For whatever reason, we all believe that posting article is the most important aspect of steemit.com ... Therefore, I suggested that it is best for all of us to leave as many comments as we can ... quality comments mean MONEY ... I have received upvotes on comments paying $6, $8, even $11 just for that vote ... There are many whales who read the comment sections of posts ... there is a much better chance of someone with a lot of Steem power finding you there than him or her coming across your post."\n21. [Invest in Steemians Like You Would With Cryptocurrencies](https://steemit.com/steemit/@jedau/invest-in-steemians-like-you-would-with-cryptocurrencies) written by @jedau and recommended by @creon. **Summary?** "Living on the STEEM blockchain means that we ourselves are in a position where people "invest" in the things we put out ... What I can adjust are my expectations ... The folks that made Steemit were really on to something when they created this awesome platform. Not only did they sought to monetize posts and comments, but in effect they made the creators as investments. The creators themselves are the investments ... If you\'re one of those investments like me that feel like you\'re not making what you\'re worth, just keep at it and don\'t compromise the quality of your work."\n22. [Cryptoeconomics: A Brief Discussion](https://steemit.com/money/@andrarchy/cryptoeconomics-a-brief-discussion) written by @andrarchy\tand recommended by @paulspujats. **Summary?** "One of my most oft cited reasons for loving steemit is that it enabled me to invest by contributing labor--by doing things I wanted to do anyway. The fact that you can learn, grow, and gain exposure while earning tokens that you can trade for other tokens is a paradigm shift that few yet understand or appreciate. I didn\'t sacrifice anything, I grew as a person and a creator, and in exchange for that I received money. You can then treat those tokens as "play money" that you use to experiment, learn, develop hypotheses, test your assumptions, etc. That\'s going to get you much farther than even a PhD in macro."\n23. [Utopian: My Contribution to the Open Source World](https://steemit.com/utopian-io/@elear/utopian-my-contribution-to-the-open-source-world) written by @elear\tand recommended by @telasius. **Summary?** "Utopian.io rewards Open Source contributors for their work ... I am a dreamer and I always had the hope that one day, anyone, with no more than a good project, could contribute to the Open Source world, join forces with other contributors and be rewarded for that, thus increasing the interest in Open Source projects and speed up the development of exciting new ideas. \n That\'s why few years ago I came up with Utopian ... There were so many issues I had to solve to make Utopian a reality ... Steem provided practicable answers to all my questions ... By providing a way to earn rewards/income from the contributions, Utopian aims to provide a new form of work compensation, a new meritocratic economy from which everyone will benefit immediately."\n24. [Creating The World We Long For!](https://steemit.com/promoting-steem/@teamsteem/creating-the-world-we-long-for) written by @teamsteem and recommended via @elear. **Summary?** "This post is about how to create the world we long for and how Steem and other cryptocurrencies can play a big part in this, why we should all try to boost Steem\'s growth with each of our posts as well as ways to incentivize such sharing so it becomes part of Steemians\' second nature. Most people who could benefit from using Steem haven\'t heard about it yet and it\'s a no-brainer for everyone to work toward a better world helping remediate to this ... reaching out to people is one of the most important thing in regard to creating the world we long for that\'s why I want to reward those who are doing it ... I Made Money On Steemit And So Can You!"\n25. [My 3000 follower milestone : Is now conquered - Big thank you to all my followers and Steemit - Here\'s a recap of my entire journey!](https://steemit.com/steemit/@sweetsssj/my-3000-follower-milestone-is-now-conquered-big-thank-you-to-all-my-followers-and-steemit-here-s-a-recap-of-my-entire-journey) written by @sweetsssj and discovered via @teamsteem. **Summary?** "Before Steemit, the depth and breadth of my blogging experience extended to just my friends and family on WeChat ... Like many of you early on, I found it difficult to find my own niche. It seems every girl is an accomplished lifestyle / travel / fashion blogger. But the point is, it doesn\'t matter what others are doing. Because I knew I had my stories to tell, so.. I just told them. Pretty quickly, I realized that even though my peers in China lived perhaps more glamorous lifestyles than myself, they didn\'t have the tenacity to put their experiences down on paper, or spend time really collating their thoughts over their experiences. Most of them would post pictures on Instagram, and leave the rest to imagination. Steemit gave me the opportunity to do more than just post pictures. I could also tell my story, express it through words. Reach an audience of English speakers AND Chinese speakers. Use many different forms of expression to engage with my followers, and give them multi-pronged experiences that could not be found anywhere else."\n\n# Steem Founder @Ned\'s Top "Post"!\n---\nOur founder @ned did not make the list above with a specific post because I think the best of what @ned has published recently is available at https://smt.steem.io/ which provides us motivation to go all in on Steem in 2018! Thank you also to @theoretical, @vandeberg, @itwasntme, @zgredek, @pychol-mychol, @small.minion, @youkaicountry, @picokernel, @sneak, @valzav, @justinw, @goldibex, and @pkattera for contributing to the SMT whitepaper!\n\n# Further Reading + Research!\n---\nThe list above is the tip of the iceberg of what we are doing here on Steem and fails to include the majority of our authors, witnesses, investors, applications, and readers. Adding a couple of more bullet points will not change that but does help me mention a few more that did not fit evenly into a post above!\n1. @dtube by @heimindanger at https://d.tube/ has given video producers demontized on YouTube like @davidpakman and vloggers like @exyle, @dollarvigilante, @karensuestudios, @dontstopmenow, @acidyo, and @mrviquez the chance to earn enough income to make Steem and DTube a priority which as an fellow vlogger myself is a miracle! While @dtube has [a helpful about page explaining what it is](https://about.d.tube/), I struggled to find one post on steemit.com that does the same AND is up to date. [The original launch post](https://steemit.com/video/@heimindanger/introducing-dtube-a-decentralized-video-platform-using-steem-and-ipfs) is very helpful as long as we know the new url is d.tube instead of dtube.video and the interface, features, and functionality all have major updates which are linked on the new [https://about.d.tube/](https://about.d.tube/).\n2. @stellabelle is one of the authors consistently mentioned as "the one who inspired me to join Steemit" among some of the earliest adopters. Her post [Dear @freedom And Whales: Here\'s a SP Delegatee Menu To Solve The Vote Selling Problem](https://steemit.com/voteselling/@stellabelle/dear-freedom-and-whales-here-s-a-sp-delegatee-menu-to-solve-the-vote-selling-problem) has an outstanding list of people to get to know on Steem.\n3. I am authoring this post on [busy.org](https://busy.org/) which provides an alternative interface for Steem and helps upvote posts when using the tag busy on the post! Thank you to @ekitcho, @fabien, @nil1511, @p0o, and @yamadapc for helping me make my posts to Steem every day with busy.org!\n4. Meeting people face to face has been huge for me in getting connected more deeply with our community on Steem! Thank you to @roelandp for organizing Steemfest for the last two years which has helped hundreds of us from around the world to meet in person! [Enjoy all of the presentations from Steemfest free on YouTube here!](https://steemit.com/steemfest/@roelandp/all-steemfest-presentations-chunkified-and-ready-for-sharing-trfund-paid-and-more) We hope to see you at the third Steemfest which @roelandp is probably underway planning already!\n5. @jesta maintains [https://steemdb.com/](https://steemdb.com/) which is extremely helpful for diving deep into the data on every Steem account, app, witness, and post. I use SteemDB almost every day. @jesta also maintains a [desktop wallet for us](https://steemit.com/vessel/@jesta/vessel-0-2-0-interact-with-steem-securely-from-any-website) which is extremely useful in managing delegations and creating accounts along with [https://chainbb.com/](https://chainbb.com/) which allows us to browse Steem as forum by topic along with seeing posts most actively discussed instead of just those posted within 7 days and sorted by rewards.\n\n# About The List!\n---\n1. Every author with a top 25 post and every recommendation will receive 10 Steem each as soon as I make this post [as a part of the contest we held a few weeks ago](https://steemit.com/budget/@jerrybanfield/contest-find-the-best-25-posts-on-steem) funded through [our budget proposal system](https://steemit.com/budget/@jerrybanfield/introducing-steem-budget-proposals).\n2. The list of the top 25 Steem posts above is **ranked in the order I found them** which makes the *relative ranking totally arbitrary*. I chose posts optimized for reading which meant excluding any posts with primarily a video.\n3. Each author was only allowed to appear once in this list. I could spend another hundred hours talking about the valuable contributions made by thousands more of us here and will slow down now because we are already at almost 3,000 words.\n4. Funding for this contest and any project intended to promote Steem is available from @budgets. @budgets helped promote this post with voting bots to help more of us find some of our best posts and discover [our budget proposal system](https://steemit.com/budget/@jerrybanfield/introducing-steem-budget-proposals).\n5. All SBD author rewards from this post will be sent directly to @budgets along with the automatic daily payments from the [voting bot I maintain on my account](https://steemit.com/steem/@jerrybanfield/minimum-bid-for-upvote-is-0-5-sbd-or-steem). Thank you to @spmarkets, @freedom, and @drorion for the largest [delegations to me which average a payout of about 60% APR](https://steemit.com/budget/@jerrybanfield/new-automatic-daily-payouts-of-60-apr-for-steem-power-delegations) and are the primary source of voting power for the bot which is how @budgets is funded.\n\n# Witness Update!\n---\nI am grateful since [my last update](https://steemit.com/budget/@jerrybanfield/new-automatic-daily-payouts-of-60-apr-for-steem-power-delegations) my witness server and backup server have continued to run without missing any blocks! With witness votes being the most important we make on Steem, I am grateful 3,199 of us have chosen to either vote for me as a witness or set me as a proxy at https://steemit.com/~witnesses.\n\nThank you very much to @freedom via @pumpkin, @hendrikdegrote, @thejohalfiles, @roadscape, @fyrstikken, @adsactly, @glitterfart, @jaewoocho via @clayop, @transisto via @netuoso, and @slowwalker for being the top 10 votes for me as a witness which collectively provide the majority of the total stake voting for me!\n\nAll of my 100,000+ Steem power is used to increase the bot\'s voting power which increases the funding for payouts via @budgets and to delegators. If you have not voted yet, would you please vote for me as a witness or set me as a proxy at https://steemit.com/~witnesses because every vote increases the funding available indefinitely for projects that add value to Steem? If you think you have voted already, would you verify there is a green arrow next to jerrybanfield because hundreds of us thought a vote was placed only to discover it did not go through?\n\n# Advertising Our Top 25 Posts!\n---\nTo help grow our community via ads on Facebook and the Google display network, I will be submitting all of the top 25 posts as ads that will show to millions of people online as a part of the ongoing project we have collaborated on together at https://airtable.com/shrXuoYTnODWA0QG1 with @budgets now the #1 source of funding! This post will be advertised on Facebook and YouTube with a matching video to help give those new to Steem the complete experience while on Google each post individually in the top 25 will be shown in ads mostly to viewers having already learned about Steem.\n\n# Upvote to Support The Next Contest?\n---\nThank you very much for reading our top 25 list of posts on Steem here! Every upvote on this post will contribute funding to @budgets because the SBD payout I receive in author rewards will be sent to @budgets while the Steem power received will indefinitely increase the voting value of the bot.\n\nThe next contest I am planning will help reward thousands of authors with $0 in earnings on Steem which I hope will inspire thousands more valuable posts, tens of thousands more new users, and hundreds of thousands of new readers over the next year.\n\nWould you please upvote this post 100% because all of the SBD rewards will go directly to @budgets to fund the next contest?\n\nLove,\nJerry Banfield\n\n![the top 25 steem posts.png](https://steemitimages.com/DQmQK7c5EFfXFA8VocDMFQBsMoLUaMY1CkwhFUYMPm2Seky/the%20top%2025%20steem%20posts.png)', + json_metadata: + '{"community":"busy","app":"steemit/0.1","format":"markdown","links":["https://steemit.com/budget/@jerrybanfield/contest-find-the-best-25-posts-on-steem","https://steemit.com/budget/@jerrybanfield/50-million-ads-for-steem-on-facebook-google-and-youtube","https://steemit.com/bisteemit/@paulag/steemit-good-news-story-1-attacking-global-poverty-with-steem-and-steemit","https://steemit.com/life/@robertgenito/powerful-language-hacks-that-will-accomplish-your-mission","https://steemit.com/steemit/@surpassinggoogle/see-just-how-powerful-a-simple-steemit-post-really-is-the-internet-has-never-been-this-awesome","https://steemit.com/writing/@eco-alex/the-remarkable-diary-of-an-earthship-eco-builder-2-the-dream-was-born-why-earthship-s-are-amazing-the-need-to-be-self-sufficient","https://steemit.com/smt/@donkeypong/the-day-the-paywalls-died-how-steem-s-smart-media-token-saved-my-family-s-newspaper","https://smt.steem.io/","https://steemit.com/introduceyourself/@allasyummyfood/7dek2o-hello-steemit-my-name-is-alla-i-am-a-youtuber-and-private-chef-with-my-own-show-let-s-do-this","https://steemit.com/blockchain/@dan/steemit-releases-groundbreaking-account-recovery-solution","https://steemit.com/minnowsupport/@shinyforest/a-minnow-s-guide-to-steemit","https://steemit.com/seo/@cryptoctopus/the-seo-of-steemit-com","https://steemit.com/cryptocurrency/@aggroed/what-gives-crypto-value-a-letter-to-potential-investors","https://steemit.com/story/@arbitrarykitten/10-things-i-learned-from-being-homeless","https://steemit.com/steemit/@cryptofreedom/steemit-is-so-much-more-than-just-a-method-for-individuals-to-get-paid-for-blogging-the-philosophy-behind-the-steemit-platform","https://steemit.com/steem/@phelimint/my-suggestions-and-advice-for-new-users-on-steemit","https://steemit.com/steemit/@kafkanarchy84/steemit-synergy-the-true-value-of-steem-is-incentivized-quality-based-attention","https://steemit.com/smt/@the-alien/smart-media-tokens-introducing-the-game-changer","https://steemit.com/homesteading/@sthomestead/homesteading-saved-my-life","https://steemit.com/marketing/@demotruk/steem-nissan-leaf","https://steemit.com/steemit/@trafalgar/3-months-1000-followers-and-usd1-million-later","https://steemit.com/story/@zincali/how-i-cured-myself-from-bipolar-disorder-without-medication-part-1-depression","https://steemit.com/steemit/@taskmaster4450/the-secret-to-success-on-steemit-it-isn-t-posting-article-or-re-steeming-for-dolphins-and-minnows","https://steemit.com/steemit/@jedau/invest-in-steemians-like-you-would-with-cryptocurrencies","https://steemit.com/money/@andrarchy/cryptoeconomics-a-brief-discussion","https://steemit.com/utopian-io/@elear/utopian-my-contribution-to-the-open-source-world","https://steemit.com/promoting-steem/@teamsteem/creating-the-world-we-long-for","https://steemit.com/steemit/@sweetsssj/my-3000-follower-milestone-is-now-conquered-big-thank-you-to-all-my-followers-and-steemit-here-s-a-recap-of-my-entire-journey","https://d.tube/","https://about.d.tube/","https://steemit.com/video/@heimindanger/introducing-dtube-a-decentralized-video-platform-using-steem-and-ipfs","https://steemit.com/voteselling/@stellabelle/dear-freedom-and-whales-here-s-a-sp-delegatee-menu-to-solve-the-vote-selling-problem","https://busy.org/","https://steemit.com/steemfest/@roelandp/all-steemfest-presentations-chunkified-and-ready-for-sharing-trfund-paid-and-more","https://steemdb.com/","https://steemit.com/vessel/@jesta/vessel-0-2-0-interact-with-steem-securely-from-any-website","https://chainbb.com/","https://steemit.com/budget/@jerrybanfield/introducing-steem-budget-proposals","https://steemit.com/steem/@jerrybanfield/minimum-bid-for-upvote-is-0-5-sbd-or-steem","https://steemit.com/budget/@jerrybanfield/new-automatic-daily-payouts-of-60-apr-for-steem-power-delegations","https://steemit.com/~witnesses","https://airtable.com/shrXuoYTnODWA0QG1"],"users":["paulag","clixmoney","robertgenito","surpassinggoogle","eco-alex","donkeypong","lann","allasyummyfood","kingjan","dan","marlon241982","shinyforest","mikepm74","cryptoctopus","aggroed","arbitrarykitten","verdanas","cryptofreedom","kerry234","phelimint","clumsysilverdad","kafkanarchy84","luckysteem","the-alien","sthomestead","winvideos","demotruk","bolaamir","trafalgar","zincali","taskmaster4450","creon","jedau","andrarchy","paulspujats","elear","telasius","teamsteem","sweetsssj","ned","theoretical","vandeberg","itwasntme","zgredek","pychol-mychol","small.minion","youkaicountry","picokernel","sneak","valzav","justinw","goldibex","pkattera","dtube","heimindanger","davidpakman","exyle","dollarvigilante","karensuestudios","dontstopmenow","acidyo","mrviquez","stellabelle","ekitcho","fabien","nil1511","p0o","yamadapc","roelandp","jesta","budgets","spmarkets","freedom","drorion","pumpkin","hendrikdegrote","thejohalfiles","roadscape","fyrstikken","adsactly","glitterfart","jaewoocho","clayop","transisto","netuoso","slowwalker"],"tags":["budget","steem","steemit","dtube","witness"],"image":["https://steemitimages.com/DQmQK7c5EFfXFA8VocDMFQBsMoLUaMY1CkwhFUYMPm2Seky/the%20top%2025%20steem%20posts.png"]}', + last_update: '2018-01-09T18:50:12', + created: '2018-01-09T18:48:24', + active: '2018-01-09T20:59:42', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 51, + net_rshares: '33656949155823', + abs_rshares: '33660434928759', + vote_rshares: '33657020294046', + children_abs_rshares: '33690979095434', + cashout_time: '2018-01-16T18:48:24', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 6108293, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 144, + root_comment: 24641227, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: '/budget/@jerrybanfield/the-top-25-steem-posts', + root_title: 'The Top 25 Steem Posts!', + pending_payout_value: '397.007 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'drifter1', + weight: 1228, + rshares: '5147764087', + percent: 10000, + reputation: '13107924741327', + time: '2018-01-09T19:33:42', + }, + { + voter: 'daycrypter', + weight: 3911, + rshares: '18606539131', + percent: 10000, + reputation: '2918509923439', + time: '2018-01-09T19:14:51', + }, + { + voter: 'brandonp', + weight: 65972, + rshares: '243436280531', + percent: 10000, + reputation: '12490543292460', + time: '2018-01-09T19:05:27', + }, + { + voter: 'mark-waser', + weight: 8418, + rshares: '27877379454', + percent: 2500, + reputation: '2628928245663', + time: '2018-01-09T19:07:24', + }, + { + voter: 'demotruk', + weight: 11477, + rshares: '48139185341', + percent: 10000, + reputation: '35899531231369', + time: '2018-01-09T19:38:54', + }, + { + voter: 'willbeonceagain8', + weight: 1138, + rshares: '9551608620', + percent: 10000, + reputation: '741985856492', + time: '2018-01-09T20:30:39', + }, + { + voter: 'alex2016', + weight: 179, + rshares: 1504218296, + percent: 10000, + reputation: '14186419858291', + time: '2018-01-09T21:26:33', + }, + { + voter: 'famunger', + weight: 192384, + rshares: '1613833844780', + percent: 10000, + reputation: '1226251833843', + time: '2018-01-09T20:05:18', + }, + { + voter: 'sweetsssj', + weight: 551283, + rshares: '4624493922593', + percent: 1500, + reputation: '403449348829035', + time: '2018-01-09T21:26:24', + }, + { + voter: 'jlufer', + weight: 12256, + rshares: '20775419637', + percent: 3100, + reputation: '216635918555505', + time: '2018-01-09T18:53:27', + }, + { + voter: 'davidjkelley', + weight: 509, + rshares: 1648873856, + percent: 2500, + reputation: '558770664126', + time: '2018-01-09T19:07:51', + }, + { + voter: 'digital-wisdom', + weight: 4159, + rshares: '13739824060', + percent: 2500, + reputation: '1192741662383', + time: '2018-01-09T19:07:27', + }, + { + voter: 'ethical-ai', + weight: 1333, + rshares: '4335808797', + percent: 2500, + reputation: '565420833116', + time: '2018-01-09T19:07:45', + }, + { + voter: 'jwaser', + weight: 2146, + rshares: '7068610194', + percent: 2500, + reputation: '1339882906489', + time: '2018-01-09T19:07:30', + }, + { + voter: 'bwaser', + weight: 549, + rshares: 1795016236, + percent: 2500, + reputation: 1810829967, + time: '2018-01-09T19:07:39', + }, + { + voter: 'ellepdub', + weight: 123, + rshares: 402267052, + percent: 2500, + reputation: '2460545934055', + time: '2018-01-09T19:07:42', + }, + { + voter: 'herpetologyguy', + weight: 19871, + rshares: '65287825701', + percent: 2500, + reputation: '62355292665479', + time: '2018-01-09T19:07:33', + }, + { + voter: 'morgan.waser', + weight: 1014, + rshares: 3323425667, + percent: 2500, + reputation: 3039581412, + time: '2018-01-09T19:07:36', + }, + { + voter: 'surpassinggoogle', + weight: 115738, + rshares: '970881702341', + percent: 500, + reputation: '87219704792614', + time: '2018-01-09T21:27:24', + }, + { + voter: 'handyman', + weight: 437, + rshares: 1406514110, + percent: 2500, + reputation: 0, + time: '2018-01-09T19:07:57', + }, + { + voter: 'strong-ai', + weight: 1191, + rshares: 3864712593, + percent: 2500, + reputation: 3092512963, + time: '2018-01-09T19:07:48', + }, + { + voter: 'redes', + weight: 311574, + rshares: '1366035435809', + percent: 2800, + reputation: 0, + time: '2018-01-09T19:17:06', + }, + { + voter: 'technoprogressiv', + weight: 1184, + rshares: 3821386284, + percent: 2500, + reputation: '299604659042', + time: '2018-01-09T19:07:54', + }, + { + voter: 'wagnertamanaha', + weight: 763, + rshares: '6400632275', + percent: 10000, + reputation: '3689685137057', + time: '2018-01-09T20:22:33', + }, + { + voter: 'diamondinform', + weight: 404, + rshares: 1693127769, + percent: 10000, + reputation: '186780911038', + time: '2018-01-09T19:21:48', + }, + { + voter: 'wisri', + weight: 78, + rshares: 167070457, + percent: 10000, + reputation: '258737832355', + time: '2018-01-09T19:03:12', + }, + { + voter: 'bithubpl', + weight: 1772, + rshares: '14864541849', + percent: 10000, + reputation: '1252885206999', + time: '2018-01-09T20:26:36', + }, + { + voter: 'tamaralovelace', + weight: 2857, + rshares: '9135736891', + percent: 10000, + reputation: '3135126449960', + time: '2018-01-09T19:09:51', + }, + { + voter: 'mes', + weight: 2541, + rshares: '21315535204', + percent: 4200, + reputation: '8220066219992', + time: '2018-01-09T21:18:33', + }, + { + voter: 'apsistrading', + weight: 136, + rshares: 568412500, + percent: 10000, + reputation: '80034351324', + time: '2018-01-09T19:18:24', + }, + { + voter: 'iansart', + weight: 15618, + rshares: '65504354586', + percent: 10000, + reputation: '3629621278596', + time: '2018-01-09T19:22:42', + }, + { + voter: 'etcbits', + weight: 62, + rshares: 258330570, + percent: 10000, + reputation: '70041388564', + time: '2018-01-09T19:26:51', + }, + { + voter: 'stackin', + weight: 53834, + rshares: '161286105184', + percent: 1000, + reputation: '79634836963422', + time: '2018-01-09T19:09:24', + }, + { + voter: 'jerrybanfield', + weight: 896420, + rshares: '7519717710652', + percent: 4403, + reputation: '227916341610373', + time: '2018-01-09T20:19:33', + }, + { + voter: 'rem3600', + weight: 509, + rshares: 4268787361, + percent: 10000, + reputation: '583195704909', + time: '2018-01-09T20:12:18', + }, + { + voter: 'clixmoney', + weight: 802, + rshares: '6720932869', + percent: 10000, + reputation: '3267431182390', + time: '2018-01-09T19:58:15', + }, + { + voter: 'sumatranate', + weight: 13927, + rshares: '58415213164', + percent: 10000, + reputation: '2486665212815', + time: '2018-01-09T19:30:12', + }, + { + voter: 'kvg', + weight: 71, + rshares: 599141191, + percent: 10000, + reputation: 378744524, + time: '2018-01-09T21:17:06', + }, + { + voter: 'dehenne', + weight: 635, + rshares: 2058621115, + percent: 10000, + reputation: '1523310172429', + time: '2018-01-09T18:58:06', + }, + { + voter: 'tonyz', + weight: 3640, + rshares: '11806135971', + percent: 10000, + reputation: '9562518899', + time: '2018-01-09T18:58:06', + }, + { + voter: 'chente', + weight: 2116, + rshares: '6989137212', + percent: 10000, + reputation: 3698405828, + time: '2018-01-09T19:07:27', + }, + { + voter: 'cecicastor', + weight: 5355, + rshares: '10869363050', + percent: 3000, + reputation: '3007291549339', + time: '2018-01-09T18:56:09', + }, + { + voter: 'raikuhen', + weight: 1473, + rshares: '12352030603', + percent: 10000, + reputation: '3266210702057', + time: '2018-01-09T20:12:03', + }, + { + voter: 'blaineb', + weight: 301, + rshares: 750273973, + percent: 10000, + reputation: '3628098472829', + time: '2018-01-09T19:01:03', + }, + { + voter: 'cryptotem', + weight: 227, + rshares: 1226555792, + percent: 200, + reputation: '1751733365573', + time: '2018-01-09T19:11:42', + }, + { + voter: 'shote.said', + weight: 4494, + rshares: '14765780153', + percent: 10000, + reputation: '4032240021087', + time: '2018-01-09T19:07:33', + }, + { + voter: 'makcum52', + weight: 31, + rshares: 261164108, + percent: 10000, + reputation: 240211545, + time: '2018-01-09T20:22:12', + }, + { + voter: 'rival', + weight: 4475, + rshares: '37545881714', + percent: 10000, + reputation: '23263729459628', + time: '2018-01-09T20:18:00', + }, + { + voter: 'bettertogether', + weight: 4382, + rshares: '9253017461', + percent: 10000, + reputation: '1175001353768', + time: '2018-01-09T19:03:18', + }, + { + voter: 'cryptochallenge', + weight: 21883, + rshares: '59695064099', + percent: 10000, + reputation: '204878869880', + time: '2018-01-09T18:57:21', + }, + { + voter: 'windrockswater', + weight: 158, + rshares: 827806636, + percent: 10000, + reputation: '365176952410', + time: '2018-01-09T19:12:33', + }, + { + voter: 'jensm85', + weight: 356, + rshares: 2985881800, + percent: 10000, + reputation: '59702287745', + time: '2018-01-09T19:48:51', + }, + { + voter: 'pisolutionsmru', + weight: 2524, + rshares: '21172566267', + percent: 10000, + reputation: '4053552814027', + time: '2018-01-09T20:29:00', + }, + { + voter: 'khatisam4', + weight: 0, + rshares: 3414634713, + percent: 10000, + reputation: '2056319511681', + time: '2018-01-09T19:08:45', + }, + { + voter: 'yogevm', + weight: 43, + rshares: 354483029, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:17:42', + }, + { + voter: 'masteranibal', + weight: 8895, + rshares: '26840388136', + percent: 10000, + reputation: '458387611844', + time: '2018-01-09T19:09:15', + }, + { + voter: 'likedeeler', + weight: 18610, + rshares: '78056728257', + percent: 10000, + reputation: '2072198709489', + time: '2018-01-09T19:21:51', + }, + { + voter: 'tonegreenthumb', + weight: 152, + rshares: 694471235, + percent: 10000, + reputation: 3151099898, + time: '2018-01-09T19:16:03', + }, + { + voter: 'clumsysilverdad', + weight: 2246, + rshares: '18837476875', + percent: 5000, + reputation: '8159787006733', + time: '2018-01-09T19:42:21', + }, + { + voter: 'goldendawne', + weight: 10532, + rshares: '29062627582', + percent: 1500, + reputation: '5761162834990', + time: '2018-01-09T18:54:06', + }, + { + voter: 'modemser', + weight: 279, + rshares: 931960512, + percent: 100, + reputation: '1653584019244', + time: '2018-01-09T19:07:18', + }, + { + voter: 'aftabkhan10', + weight: 11855, + rshares: '14210424442', + percent: 10000, + reputation: '7144392102484', + time: '2018-01-09T18:53:03', + }, + { + voter: 'andreinacepeda', + weight: 317, + rshares: 1330975839, + percent: 10000, + reputation: '1233248254579', + time: '2018-01-09T19:24:27', + }, + { + voter: 'joalvarez', + weight: 5786, + rshares: '10343210479', + percent: 4000, + reputation: '7404068574911', + time: '2018-01-09T18:57:12', + }, + { + voter: 'engramanullah', + weight: 4531, + rshares: '9408493883', + percent: 10000, + reputation: '2004105651578', + time: '2018-01-09T19:03:33', + }, + { + voter: 'minnowhelper', + weight: 277250, + rshares: '850883140133', + percent: 2480, + reputation: '799959901929', + time: '2018-01-09T19:08:54', + }, + { + voter: 'mikepm74', + weight: 101165, + rshares: '424317792276', + percent: 10000, + reputation: '15412219741923', + time: '2018-01-09T19:38:33', + }, + { + voter: 'chillinph', + weight: 59, + rshares: 246793444, + percent: 10000, + reputation: '720324477098', + time: '2018-01-09T19:31:09', + }, + { + voter: 'teslim', + weight: 152, + rshares: 1277262179, + percent: 10000, + reputation: '380405677270', + time: '2018-01-09T20:55:45', + }, + { + voter: 'mutitum', + weight: 408, + rshares: 1511559978, + percent: 10000, + reputation: '679916119550', + time: '2018-01-09T19:05:24', + }, + { + voter: 'vipinkumarvkrose', + weight: 42, + rshares: 148822099, + percent: 2600, + reputation: '400936935133', + time: '2018-01-09T19:06:21', + }, + { + voter: 'pajero', + weight: 3233, + rshares: '27120996034', + percent: 10000, + reputation: '59481077312', + time: '2018-01-09T19:59:36', + }, + { + voter: 'boomerang', + weight: 772298, + rshares: '6478505301241', + percent: 5643, + reputation: '1559419875907', + time: '2018-01-09T19:46:48', + }, + { + voter: 'aar', + weight: 51, + rshares: 427184654, + percent: 10000, + reputation: '57769441007', + time: '2018-01-09T20:24:18', + }, + { + voter: 'ankursiddha', + weight: 141, + rshares: 592987592, + percent: 10000, + reputation: '7266334027', + time: '2018-01-09T19:18:33', + }, + { + voter: 'mcfarhat', + weight: 3564, + rshares: '29895396649', + percent: 3000, + reputation: '25777712312836', + time: '2018-01-09T19:43:03', + }, + { + voter: 'thequantumknight', + weight: 286, + rshares: 2402727039, + percent: 10000, + reputation: '1214856298578', + time: '2018-01-09T20:17:48', + }, + { + voter: 'comule', + weight: 246, + rshares: 1034347112, + percent: 10000, + reputation: '27461725381', + time: '2018-01-09T19:32:57', + }, + { + voter: 'enjieneer', + weight: 1291, + rshares: '5416959161', + percent: 10000, + reputation: '3547181072099', + time: '2018-01-09T19:19:30', + }, + { + voter: 'rainbowme', + weight: 531, + rshares: 2226825473, + percent: 10000, + reputation: '312629332104', + time: '2018-01-09T19:18:57', + }, + { + voter: 'micayla', + weight: 104, + rshares: 342557100, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:07:39', + }, + { + voter: 'steemclaira', + weight: 34, + rshares: 140581321, + percent: 10000, + reputation: '406768961951', + time: '2018-01-09T19:18:33', + }, + { + voter: 'windforce', + weight: 153, + rshares: 1279185994, + percent: 10000, + reputation: '498418251438', + time: '2018-01-09T20:34:03', + }, + { + voter: 'martis6', + weight: 145, + rshares: 608358747, + percent: 10000, + reputation: '5983229385', + time: '2018-01-09T19:22:36', + }, + { + voter: 'loshcat', + weight: 81, + rshares: 399816788, + percent: 10000, + reputation: '560187337977', + time: '2018-01-09T19:14:06', + }, + { + voter: 'elear', + weight: 22687, + rshares: '190312818435', + percent: 10000, + reputation: '48507538037192', + time: '2018-01-09T21:16:57', + }, + { + voter: 'fatma.tiger', + weight: 48, + rshares: 199713730, + percent: 10000, + reputation: '108045552808', + time: '2018-01-09T19:20:33', + }, + { + voter: 'chan16735', + weight: 125, + rshares: 525397500, + percent: 10000, + reputation: -42912880492, + time: '2018-01-09T19:21:06', + }, + { + voter: 'kosaxd', + weight: 75, + rshares: 412386018, + percent: 10000, + reputation: '46480338656', + time: '2018-01-09T19:11:36', + }, + { + voter: 'msabolik', + weight: 37, + rshares: 312369047, + percent: 10000, + reputation: '82526297866', + time: '2018-01-09T21:07:48', + }, + { + voter: 'rezzouk.elabiad', + weight: 148, + rshares: 1241239675, + percent: 10000, + reputation: '694779556855', + time: '2018-01-09T20:10:06', + }, + { + voter: 'oldmariner', + weight: 1181, + rshares: '4955897639', + percent: 10000, + reputation: '1351963939088', + time: '2018-01-09T19:35:57', + }, + { + voter: 'sajibbose', + weight: 17, + rshares: 147480000, + percent: 10000, + reputation: -14018644292, + time: '2018-01-09T21:08:51', + }, + { + voter: 'jiren', + weight: 71, + rshares: 596422657, + percent: 10000, + reputation: '7042560445', + time: '2018-01-09T20:37:54', + }, + { + voter: 'kenjidois', + weight: 43, + rshares: 364043357, + percent: 10000, + reputation: '16160247699', + time: '2018-01-09T21:25:45', + }, + { + voter: 'datibomchic', + weight: 118, + rshares: 987280826, + percent: 10000, + reputation: '512195411867', + time: '2018-01-09T20:28:57', + }, + { + voter: 'zante', + weight: 98, + rshares: 365871248, + percent: 10000, + reputation: '55085026269', + time: '2018-01-09T19:05:21', + }, + { + voter: 'danishali22786', + weight: 145, + rshares: 606090200, + percent: 10000, + reputation: '9852897390', + time: '2018-01-09T19:32:03', + }, + { + voter: 'chrisrecord', + weight: 104, + rshares: 364953466, + percent: 4700, + reputation: '425812600767', + time: '2018-01-09T19:06:24', + }, + { + voter: 'the-icon', + weight: 79, + rshares: 668410434, + percent: 10000, + reputation: '269812835978', + time: '2018-01-09T19:57:15', + }, + { + voter: 'adasq', + weight: 39332, + rshares: '88693853233', + percent: 10000, + reputation: '8406317702814', + time: '2018-01-09T19:02:21', + }, + { + voter: 'upmyvote', + weight: 1457349, + rshares: '7726704010670', + percent: 4633, + reputation: '285388455528', + time: '2018-01-09T19:40:51', + }, + { + voter: 'terrorfirma', + weight: 14731, + rshares: '30690439140', + percent: 10000, + reputation: '1260663678837', + time: '2018-01-09T18:55:57', + }, + { + voter: 'neha1228', + weight: 155, + rshares: 584787028, + percent: 10000, + reputation: '4494158791', + time: '2018-01-09T19:05:09', + }, + { + voter: 'bloorinvestor', + weight: 53, + rshares: 221220000, + percent: 10000, + reputation: '20170054985', + time: '2018-01-09T19:38:21', + }, + { + voter: 'woody26', + weight: 2943, + rshares: '7846071069', + percent: 10000, + reputation: '75556686953', + time: '2018-01-09T19:00:12', + }, + { + voter: 'jafiresneakers', + weight: 748, + rshares: 3137186676, + percent: 10000, + reputation: '55469397661', + time: '2018-01-09T19:32:36', + }, + { + voter: 'linkonsaha31', + weight: 28, + rshares: 236583957, + percent: 10000, + reputation: 2562578384, + time: '2018-01-09T20:44:09', + }, + { + voter: 'realurbanartist', + weight: 3758, + rshares: 1942084806, + percent: 10000, + reputation: '2071906800331', + time: '2018-01-09T18:50:51', + }, + { + voter: 'ravansai9', + weight: 144, + rshares: 604058234, + percent: 10000, + reputation: 442085540, + time: '2018-01-09T19:26:06', + }, + { + voter: 'upmewhale', + weight: 161635, + rshares: '413380116512', + percent: 5769, + reputation: '98511860939', + time: '2018-01-09T19:04:30', + }, + { + voter: 'atmosblack', + weight: 9648, + rshares: '20718311450', + percent: 10000, + reputation: '237051709223', + time: '2018-01-09T19:03:03', + }, + { + voter: 'imren', + weight: 542, + rshares: 614500000, + percent: 10000, + reputation: '8943525998', + time: '2018-01-09T18:51:00', + }, + { + voter: 'alejandro12', + weight: 236, + rshares: 559190372, + percent: 10000, + reputation: '75602856535', + time: '2018-01-09T18:55:03', + }, + { + voter: 'twinislandflames', + weight: 120, + rshares: 510853595, + percent: 10000, + reputation: '59439282697', + time: '2018-01-09T19:18:06', + }, + { + voter: 'krillz218', + weight: 23, + rshares: 194637663, + percent: 10000, + reputation: '19867226941', + time: '2018-01-09T20:17:45', + }, + { + voter: 'sintoniz', + weight: 73, + rshares: 614503071, + percent: 10000, + reputation: 1662587594, + time: '2018-01-09T20:06:30', + }, + { + voter: 'shengrubel', + weight: 55, + rshares: 463222134, + percent: 10000, + reputation: '77610323120', + time: '2018-01-09T20:27:51', + }, + { + voter: 'sheradelia', + weight: 728, + rshares: 3054532768, + percent: 10000, + reputation: '402032212918', + time: '2018-01-09T19:18:51', + }, + { + voter: 'ladob', + weight: 57, + rshares: 473442200, + percent: 10000, + reputation: '17432997732', + time: '2018-01-09T20:46:45', + }, + { + voter: 'oneday1', + weight: 221, + rshares: 193567284, + percent: 10000, + reputation: '87337534522', + time: '2018-01-09T18:52:54', + }, + { + voter: 'dawitnet', + weight: 131, + rshares: 264235000, + percent: 10000, + reputation: '11864002488', + time: '2018-01-09T19:04:00', + }, + { + voter: 'ronnyche', + weight: 27, + rshares: 229962038, + percent: 10000, + reputation: 19422974, + time: '2018-01-09T20:08:54', + }, + { + voter: 'cryptosmile', + weight: 9, + rshares: 73789161, + percent: 10000, + reputation: 2152208029, + time: '2018-01-09T19:47:39', + }, + { + voter: 'roballendematera', + weight: 66, + rshares: 556122500, + percent: 10000, + reputation: '31462309121', + time: '2018-01-09T20:59:42', + }, + { + voter: 'jaguarpawmu', + weight: 160, + rshares: 522320677, + percent: 10000, + reputation: '8042685816', + time: '2018-01-09T18:58:03', + }, + { + voter: 'idyysaviour', + weight: 127, + rshares: 534615000, + percent: 10000, + reputation: 2556664785, + time: '2018-01-09T19:21:24', + }, + { + voter: 'salt2health', + weight: 17, + rshares: 70666915, + percent: 10000, + reputation: '27833855592', + time: '2018-01-09T19:20:42', + }, + { + voter: 'peeyush', + weight: 6, + rshares: 52441428, + percent: 10000, + reputation: '14130553701', + time: '2018-01-09T20:58:18', + }, + { + voter: 'nishaopt', + weight: 28, + rshares: 116755000, + percent: 10000, + reputation: '58331137431', + time: '2018-01-09T19:21:03', + }, + { + voter: 'balkcracker', + weight: 39, + rshares: 325685000, + percent: 10000, + reputation: 1790487887, + time: '2018-01-09T21:19:00', + }, + { + voter: 'ettorebello', + weight: 327, + rshares: 2744526679, + percent: 10000, + reputation: 3573740891, + time: '2018-01-09T20:22:21', + }, + { + voter: 'eddiespino', + weight: 50, + rshares: 212002500, + percent: 10000, + reputation: '17431452596', + time: '2018-01-09T19:28:33', + }, + { + voter: 'dschense', + weight: 71, + rshares: 592992500, + percent: 10000, + reputation: 101633157, + time: '2018-01-09T20:29:00', + }, + { + voter: 'kine7ic', + weight: 73, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:45:24', + }, + { + voter: 'phantomlegacy', + weight: 143, + rshares: 344120000, + percent: 10000, + reputation: 4032614405, + time: '2018-01-09T18:54:57', + }, + { + voter: 'alexdory', + weight: 84, + rshares: 488527500, + percent: 10000, + reputation: 33118804, + time: '2018-01-09T19:10:00', + }, + { + voter: 'asif2bd', + weight: 73, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:01:27', + }, + { + voter: 'aotearoa', + weight: 39, + rshares: 101392500, + percent: 10000, + reputation: 773480070, + time: '2018-01-09T19:00:39', + }, + { + voter: 'nawazish', + weight: 271, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T18:55:21', + }, + { + voter: 'tra1nwreck', + weight: 33, + rshares: 276525000, + percent: 10000, + reputation: 1946987600, + time: '2018-01-09T20:13:36', + }, + { + voter: 'chronicle', + weight: 7, + rshares: 52249910, + percent: 10000, + reputation: 699485127, + time: '2018-01-09T20:17:54', + }, + { + voter: 'creating-wealth', + weight: 40, + rshares: 331830000, + percent: 10000, + reputation: 39961772, + time: '2018-01-09T21:15:42', + }, + { + voter: 'spatel', + weight: 121, + rshares: 1009620279, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:19:18', + }, + ], + replies: [], + author_reputation: '227916341610373', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'jiglifyy/bitcoin-drops-below-usd15-000-as-regulation-demand-concerns-linger': { + id: 24607768, + author: 'jiglifyy', + permlink: + 'bitcoin-drops-below-usd15-000-as-regulation-demand-concerns-linger', + category: 'bitcoin', + parent_author: '', + parent_permlink: 'bitcoin', + title: + 'Bitcoin drops below $15,000 as regulation, demand concerns linger', + body: + "Bitcoin slumped, dragging down smaller rivals such as ether and litecoin, as concerns that regulators will tighten their grip on the market weigh on the world's largest cryptocurrency.\nRegulators in China and South Korea are increasing oversight on cryptocurrency trading and mining, while the US Securities and Exchange Commission late last year started cracking down on some digital token sales, known as ICOs. Coinmarketcap.com's decision to exclude Korean pricing data for coins helped create the appearance of a large drop in prices, which some traders attributed as playing a part in the selloff.\n\n![bitcoin2-thinkstock.jpg](https://steemitimages.com/DQmYNBPXpvY1uyfuzkom8ZX7gnernP5FVwQE6jmnPe1CNwR/bitcoin2-thinkstock.jpg)\n\nNews on the regulatory front is dragging down cryptos,\" said Gabor Gurbacs, director of digital-asset strategy at VanEck Associates Corp. \"South Korea and China tightening is weighing on bitcoin and in the ICO market, things started slowing down, with the SEC cracking down on illegal offerings.\"\nBitcoin slumped as much as 17 per cent to $14,820, the most in more than two weeks. The rout in bitcoin is part of a broader selloff in the cryptocurrency realm, with all of the top 10 by market cap falling, and most tumbling by at least 10 per cent, according to Coinmarketcap.com. Cardano fell 16 per cent, while litecoin slumped as much as 16 per cent to as low as $230. Bitcoin is little changed this year after surging about 1,400 per cent in 2017.\n\n![images(2).jpg](https://steemitimages.com/DQmWduTYaBqTSZbvcxjFcsJhZgJCBDiVEHPypgPPnSHQsvs/images(2).jpg)\n\nChina plans to limit power use by some bitcoin miners, people familiar with the matter said last week, a potential challenge to an industry whose energy-intensive computer networks enable transactions in the cryptocurrency. The People's Bank of China outlined the plan Jan. 3 at a closed-door meeting, according to the people, who asked not to be identified because it wasn't public. They didn't detail how authorities plan to enact the curbs.\n\n![images(4).jpg](https://steemitimages.com/DQmeU8EQP3gsRrrS8EvxpFcj1f63EAdSUoLFHuiSgk5k3tL/images(4).jpg)\n\nSouth Korea began inspections at six banks including Industrial Bank of Korea, that provide virtual accounts to companies related to cryptocurrency trading, to clamp down on potential money laundering. The nation last month said it will restrictively allow cryptocurrency trading on only qualified exchanges and review a possible capital gains tax on crypto trading as a way to restrain the nation's frenzied speculation.\nDemand for cryptocurrencies in Korea is large enough to cause distortion on some prices. Ripple surged to almost $4 on some Korean exchanges, while it trades at around $2.50 elsewhere. Coinmarketcap.com is excluding Korean exchanges from its pricing, which helped cause ripple to tumble as much as 31 per cent today.\nNaeem Aslam, chief market analyst at TF Global Markets in London, said the increased regulatory oversight will weigh on prices in the short term, but should be positive in the longer term.\n\n![images(16).jpg](https://steemitimages.com/DQmNn79ikFcMgPrEboeX5i2w42hmC3LdQZGLYnvavUVEGFY/images(16).jpg)\n\nWe need regulators to look into the space more closely, the Korean exchanges have become crazy in terms of price differences so these regulatory actions would help the price stability,\" Aslam said. \"As for the mining operations, China is making the process more difficult for miners, but opportunist have started to focus on Canada which is more regulatory friendly and cheap on the energy front.\n\nCredits----->\nSource from Economic Time", + json_metadata: + '{"tags":["bitcoin","crypto","cryptocurrency","news","blockchain"],"image":["https://steemitimages.com/DQmYNBPXpvY1uyfuzkom8ZX7gnernP5FVwQE6jmnPe1CNwR/bitcoin2-thinkstock.jpg","https://steemitimages.com/DQmWduTYaBqTSZbvcxjFcsJhZgJCBDiVEHPypgPPnSHQsvs/images(2).jpg","https://steemitimages.com/DQmeU8EQP3gsRrrS8EvxpFcj1f63EAdSUoLFHuiSgk5k3tL/images(4).jpg","https://steemitimages.com/DQmNn79ikFcMgPrEboeX5i2w42hmC3LdQZGLYnvavUVEGFY/images(16).jpg"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T15:29:09', + created: '2018-01-09T15:29:09', + active: '2018-01-09T15:29:09', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 0, + net_rshares: 0, + abs_rshares: 0, + vote_rshares: 0, + children_abs_rshares: 0, + cashout_time: '2018-01-16T15:29:09', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 0, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 0, + root_comment: 24607768, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/bitcoin/@jiglifyy/bitcoin-drops-below-usd15-000-as-regulation-demand-concerns-linger', + root_title: + 'Bitcoin drops below $15,000 as regulation, demand concerns linger', + pending_payout_value: '0.000 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [], + replies: [], + author_reputation: '44157194690', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'joeparys/zm1p9aij': { + id: 24398348, + author: 'joeparys', + permlink: 'zm1p9aij', + category: 'dtube', + parent_author: '', + parent_permlink: 'dtube', + title: 'The First YouTube Ad for STEEMIT in 2018! [DTube]', + body: + "

\n\nHi DTube!\n\nCheck out this Ad I made for Steemit to kick off 2018! \n\nEvery upvote of this video on DTube will help with additional funding on YouTube for Ads! \n\nWe are spending a total of $5,000 to advertise this video and already have thousands of views! \n\nThanks for your support! \n\nEvery upvote of this post will go directly back into our amazing community\n\nIf you enjoyed this post would you please give it an upvote, like, and follow me @joeparys\n\nThanks for watching :)\n\nClick the bell icon to turn on my post notifications!\n\nHELP ME REACH 2,500 FOLLOWERS! FOLLOW ME:\nSteemit: https://steemit.com/@joeparys/\nFacebook: (https://www.facebook.com/JoeParysAcademy/)\nWebsite: http://www.joeparys.com\n\n
▶️ DTube
▶️ IPFS", + json_metadata: + '{"video":{"info":{"title":"The First YouTube Ad for STEEMIT in 2018!","snaphash":"QmQ7vH8eZdZDYyyyDf4DNHJ7zJLY1wW7WUexpzAPwRfCe1","author":"joeparys","permlink":"zm1p9aij","duration":180.821333,"filesize":455412630,"spritehash":"QmSGrQKUcFzbvqDpj36zyyghKsngetKhwHqVC8CNcHp69J"},"content":{"videohash":"QmbVmFaDwJdNwiYoTkgMp41g7cbXYyLaHkbS2ixeyqNnhR","video480hash":"QmcBEJgnoznmE96oCcXUjvZgynHzAxfCrLqXy9uFGTubmf","magnet":"magnet:?xt=urn:btih:27ad561092610f6706404eb658d41d14dae1de88&dn=Steemit+Video+Jerry+Final.mp4&tr=udp%3A%2F%2Fexplodie.org%3A6969&tr=udp%3A%2F%2Ftracker.coppersurfer.tk%3A6969&tr=udp%3A%2F%2Ftracker.empire-js.us%3A1337&tr=udp%3A%2F%2Ftracker.leechers-paradise.org%3A6969&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=wss%3A%2F%2Ftracker.btorrent.xyz&tr=wss%3A%2F%2Ftracker.fastcast.nz&tr=wss%3A%2F%2Ftracker.openwebtorrent.com","description":"Hi DTube!\\n\\nCheck out this Ad I made for Steemit to kick off 2018! \\n\\nEvery upvote of this video on DTube will help with additional funding on YouTube for Ads! \\n\\nWe are spending a total of $5,000 to advertise this video and already have thousands of views! \\n\\nThanks for your support! \\n\\nEvery upvote of this post will go directly back into our amazing community\\n\\nIf you enjoyed this post would you please give it an upvote, like, and follow me @joeparys\\n\\nThanks for watching :)\\n\\nClick the bell icon to turn on my post notifications!\\n\\nHELP ME REACH 2,500 FOLLOWERS! FOLLOW ME:\\nSteemit: https://steemit.com/@joeparys/\\nFacebook: (https://www.facebook.com/JoeParysAcademy/)\\nWebsite: http://www.joeparys.com","tags":["dtube","steemit","steem","cryptocurrency"]},"_id":"27af8d4eb6b4550401768237b1405463"},"tags":["dtube","steemit","steem","cryptocurrency"],"app":"steemit/0.1","users":["joeparys"],"image":["https://snap1.d.tube/ipfs/QmQ7vH8eZdZDYyyyDf4DNHJ7zJLY1wW7WUexpzAPwRfCe1"],"links":["https://d.tube/#!/v/joeparys/zm1p9aij","https://steemit.com/@joeparys/","https://www.facebook.com/JoeParysAcademy/","http://www.joeparys.com","https://ipfs.io/ipfs/QmbVmFaDwJdNwiYoTkgMp41g7cbXYyLaHkbS2ixeyqNnhR"],"format":"markdown"}', + last_update: '2018-01-08T16:15:06', + created: '2018-01-08T16:14:00', + active: '2018-01-09T21:19:42', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 591, + net_rshares: '140765922495400', + abs_rshares: '140929442167636', + vote_rshares: '140913634048203', + children_abs_rshares: '144008054563463', + cashout_time: '2018-01-15T16:14:00', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 12579076, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 1937, + root_comment: 24398348, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [ + { + account: 'dtube', + weight: 2500, + }, + ], + url: '/dtube/@joeparys/zm1p9aij', + root_title: 'The First YouTube Ad for STEEMIT in 2018! [DTube]', + pending_payout_value: '1660.435 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'analisa', + weight: 14902, + rshares: '250016357278', + percent: 500, + reputation: '47366460504', + time: '2018-01-09T05:28:33', + }, + { + voter: 'berkah', + weight: 4130, + rshares: '69293878414', + percent: 10000, + reputation: '59326661645', + time: '2018-01-08T21:30:06', + }, + { + voter: 'blocktrades', + weight: 910174, + rshares: '15270188923402', + percent: 10000, + reputation: '122358151751142', + time: '2018-01-09T04:14:51', + }, + { + voter: 'wackou', + weight: 78433, + rshares: '1315888987622', + percent: 1800, + reputation: '5246262387211', + time: '2018-01-09T04:39:15', + }, + { + voter: 'pharesim', + weight: 5160, + rshares: '86581916681', + percent: 23, + reputation: '75486944701720', + time: '2018-01-09T04:39:33', + }, + { + voter: 'ajvest', + weight: 15924, + rshares: '267144364509', + percent: 10000, + reputation: '13079400686859', + time: '2018-01-08T22:39:15', + }, + { + voter: 'bue', + weight: 824, + rshares: '13825039793', + percent: 10000, + reputation: '116469333278', + time: '2018-01-08T20:44:33', + }, + { + voter: 'mrs.agsexplorer', + weight: 8029, + rshares: '134695573954', + percent: 4000, + reputation: '7520586390', + time: '2018-01-08T21:30:06', + }, + { + voter: 'donkeypong', + weight: 34280, + rshares: '575120060940', + percent: 500, + reputation: '253621113865210', + time: '2018-01-09T05:28:30', + }, + { + voter: 'peppers', + weight: 755, + rshares: '6336963547', + percent: 10000, + reputation: 0, + time: '2018-01-08T16:57:21', + }, + { + voter: 'pnc', + weight: 17428, + rshares: '292409253664', + percent: 10000, + reputation: '15942794993042', + time: '2018-01-08T21:30:06', + }, + { + voter: 'jupiter00000', + weight: 1826, + rshares: '30635512518', + percent: 9700, + reputation: '9819494373806', + time: '2018-01-09T06:41:42', + }, + { + voter: 'gekko', + weight: 379, + rshares: '6356773061', + percent: 10000, + reputation: '1185517433922', + time: '2018-01-08T19:33:12', + }, + { + voter: 'teamsteem', + weight: 686782, + rshares: '11522295760925', + percent: 10000, + reputation: '127776767687026', + time: '2018-01-08T21:28:36', + }, + { + voter: 'eboz', + weight: 103, + rshares: 1729550996, + percent: 10000, + reputation: 41916600, + time: '2018-01-08T20:43:42', + }, + { + voter: 'acidyo', + weight: 207021, + rshares: '3473237079292', + percent: 3000, + reputation: '327244547819291', + time: '2018-01-09T04:38:42', + }, + { + voter: 'tosch', + weight: 37521, + rshares: '629486534161', + percent: 10000, + reputation: '66886468204', + time: '2018-01-08T19:24:48', + }, + { + voter: 'billbutler', + weight: 42883, + rshares: '719458933475', + percent: 10000, + reputation: '28500333044434', + time: '2018-01-09T01:53:57', + }, + { + voter: 'hedge-x', + weight: 4272, + rshares: '71659620247', + percent: 10000, + reputation: '2408515472384', + time: '2018-01-09T16:30:30', + }, + { + voter: 'albertogm', + weight: 875, + rshares: '14680362505', + percent: 4300, + reputation: '10180944850660', + time: '2018-01-09T11:29:57', + }, + { + voter: 'christoryan', + weight: 60, + rshares: 1008017659, + percent: 300, + reputation: '3233912598181', + time: '2018-01-09T04:39:15', + }, + { + voter: 'geoffrey', + weight: 104103, + rshares: '1746554078423', + percent: 10000, + reputation: '6916750490835', + time: '2018-01-09T05:28:42', + }, + { + voter: 'angusleung100', + weight: 57, + rshares: 959446775, + percent: 10000, + reputation: '1772572876586', + time: '2018-01-09T04:51:15', + }, + { + voter: 'fyrstikken', + weight: 42926, + rshares: '720186787922', + percent: 10000, + reputation: '249991101261167', + time: '2018-01-09T13:07:21', + }, + { + voter: 'skapaneas', + weight: 475, + rshares: '7961876363', + percent: 400, + reputation: '90194449007719', + time: '2018-01-08T19:30:39', + }, + { + voter: 'aeico', + weight: 12, + rshares: 199010028, + percent: 10000, + reputation: '3614602919089', + time: '2018-01-08T21:17:27', + }, + { + voter: 'hitmeasap', + weight: 3616, + rshares: '60670315546', + percent: 5000, + reputation: '42463855722185', + time: '2018-01-08T21:30:06', + }, + { + voter: 'cultura.bitcoin', + weight: 75, + rshares: 1262746175, + percent: 10000, + reputation: '10404962186251', + time: '2018-01-08T18:56:51', + }, + { + voter: 'ausbitbank', + weight: 9849, + rshares: '165239129494', + percent: 100, + reputation: '171254890407360', + time: '2018-01-09T04:39:36', + }, + { + voter: 'ardina', + weight: 4441, + rshares: '74499507326', + percent: 10000, + reputation: '1136266115590', + time: '2018-01-09T04:05:42', + }, + { + voter: 'transisto', + weight: 592422, + rshares: '10014587726339', + percent: 10000, + reputation: '121154368032723', + time: '2018-01-09T21:18:00', + }, + { + voter: 'shla-rafia', + weight: 819, + rshares: '13739857860', + percent: 10000, + reputation: '66478870057794', + time: '2018-01-09T03:05:03', + }, + { + voter: 'sinzzer', + weight: 976, + rshares: '16383881688', + percent: 10000, + reputation: '6988742734953', + time: '2018-01-08T20:24:09', + }, + { + voter: 'simon.braki.love', + weight: 535, + rshares: '8983835710', + percent: 10000, + reputation: '996606184633', + time: '2018-01-08T19:55:33', + }, + { + voter: 'willbeonceagain8', + weight: 547, + rshares: '9177035733', + percent: 10000, + reputation: '741985856492', + time: '2018-01-08T20:24:30', + }, + { + voter: 'bbrewer', + weight: 3075, + rshares: '51592116977', + percent: 10000, + reputation: '5266345521294', + time: '2018-01-09T02:52:39', + }, + { + voter: 'neonartist', + weight: 1904, + rshares: '31931092881', + percent: 10000, + reputation: '10049435548410', + time: '2018-01-09T08:18:30', + }, + { + voter: 'wildmanwilly', + weight: 55, + rshares: 914537191, + percent: 10000, + reputation: '29979859184', + time: '2018-01-09T14:05:45', + }, + { + voter: 'stef', + weight: 46, + rshares: 761108508, + percent: 100, + reputation: '95113279380', + time: '2018-01-09T03:30:24', + }, + { + voter: 'mikeinfla', + weight: 206, + rshares: 3449754332, + percent: 10000, + reputation: '110854264127', + time: '2018-01-08T17:52:09', + }, + { + voter: 'rapp', + weight: 8927, + rshares: '149771121164', + percent: 10000, + reputation: '7390496511', + time: '2018-01-08T21:34:45', + }, + { + voter: 'lsc9999', + weight: 3115, + rshares: '52259655989', + percent: 10000, + reputation: '184642172325', + time: '2018-01-09T02:52:33', + }, + { + voter: 'dez1337', + weight: 315, + rshares: '10562754195', + percent: 1500, + reputation: '19849368212858', + time: '2018-01-09T21:24:18', + }, + { + voter: 'crypto-toll', + weight: 851, + rshares: '7140796110', + percent: 10000, + reputation: '586616106017', + time: '2018-01-08T16:58:09', + }, + { + voter: 'lenatramper', + weight: 672, + rshares: '11268318796', + percent: 3000, + reputation: '31203508953423', + time: '2018-01-09T04:39:12', + }, + { + voter: 'goode', + weight: 24, + rshares: 394721943, + percent: 10000, + reputation: '67404658852', + time: '2018-01-09T09:39:51', + }, + { + voter: 'future24', + weight: 724, + rshares: '12137498354', + percent: 300, + reputation: '143613456889871', + time: '2018-01-09T04:39:18', + }, + { + voter: 'vladikras', + weight: 656, + rshares: '11005724052', + percent: 10000, + reputation: '4078882899848', + time: '2018-01-08T20:48:33', + }, + { + voter: 'kpine', + weight: 400620, + rshares: '6721292764670', + percent: 3000, + reputation: '10888649291', + time: '2018-01-09T04:07:48', + }, + { + voter: 'iseektruth', + weight: 37, + rshares: 628687469, + percent: 10000, + reputation: '668961906580', + time: '2018-01-09T04:00:06', + }, + { + voter: 'wobblle', + weight: 245, + rshares: 4101894187, + percent: 10000, + reputation: '16867441579', + time: '2018-01-09T05:44:42', + }, + { + voter: 'rubenalexander', + weight: 3045, + rshares: '51091145600', + percent: 2400, + reputation: '73239168764436', + time: '2018-01-09T04:26:24', + }, + { + voter: 'steemitpatina', + weight: 2436, + rshares: '40876817247', + percent: 8300, + reputation: '7245959485081', + time: '2018-01-08T20:11:18', + }, + { + voter: 'frondaison', + weight: 72, + rshares: 2446455547, + percent: 10000, + reputation: '24896855079', + time: '2018-01-09T21:26:51', + }, + { + voter: 'richardcrill', + weight: 9056, + rshares: '151931710313', + percent: 10000, + reputation: '49498081077394', + time: '2018-01-09T07:44:09', + }, + { + voter: 'jerryt', + weight: 10, + rshares: 163164007, + percent: 10000, + reputation: '46013536172', + time: '2018-01-08T23:02:09', + }, + { + voter: 'lapants', + weight: 390, + rshares: '6544090308', + percent: 10000, + reputation: '608398380621', + time: '2018-01-08T20:12:09', + }, + { + voter: 'phusionphil', + weight: 241, + rshares: 4046534976, + percent: 10000, + reputation: '999958211734', + time: '2018-01-09T05:26:33', + }, + { + voter: 'seckorama', + weight: 379, + rshares: '6346941846', + percent: 10000, + reputation: '2967926051671', + time: '2018-01-08T20:24:57', + }, + { + voter: 'sergiomendes', + weight: 1764, + rshares: '29599783939', + percent: 10000, + reputation: '4374934761773', + time: '2018-01-09T03:56:30', + }, + { + voter: 'tarekadam', + weight: 17857, + rshares: '299592792763', + percent: 10000, + reputation: '42428412790654', + time: '2018-01-09T08:31:27', + }, + { + voter: 'thecastle', + weight: 11332, + rshares: '190125493342', + percent: 10000, + reputation: '28543990546550', + time: '2018-01-09T15:41:03', + }, + { + voter: 'justusagenstum', + weight: 3496, + rshares: '58660444740', + percent: 10000, + reputation: '17649830400133', + time: '2018-01-08T21:13:33', + }, + { + voter: 'okean123', + weight: 53, + rshares: 882505317, + percent: 10000, + reputation: '13727474299751', + time: '2018-01-09T12:21:42', + }, + { + voter: 'socialmedia', + weight: 99, + rshares: 1650684225, + percent: 10000, + reputation: '205199675450', + time: '2018-01-08T20:58:03', + }, + { + voter: 'triverse', + weight: 245, + rshares: 4112274482, + percent: 3000, + reputation: '13142851353991', + time: '2018-01-09T04:39:15', + }, + { + voter: 'stream', + weight: 5, + rshares: 89329029, + percent: 10000, + reputation: '29273385517', + time: '2018-01-09T04:55:42', + }, + { + voter: 'steemtruth', + weight: 1572, + rshares: '26361825476', + percent: 700, + reputation: '40661459542202', + time: '2018-01-09T06:21:00', + }, + { + voter: 'paulocouto', + weight: 26, + rshares: 432669606, + percent: 10000, + reputation: '1150067017959', + time: '2018-01-09T09:11:33', + }, + { + voter: 'jaybird', + weight: 2114, + rshares: '35464447695', + percent: 2000, + reputation: '27428928076336', + time: '2018-01-09T05:08:15', + }, + { + voter: 'forestwest', + weight: 353, + rshares: '5915562148', + percent: 10000, + reputation: '2068742929695', + time: '2018-01-09T08:38:27', + }, + { + voter: 'fordmogul', + weight: 84, + rshares: 1406606979, + percent: 10000, + reputation: '485126908513', + time: '2018-01-08T21:56:18', + }, + { + voter: 'thejohalfiles', + weight: 1620911, + rshares: '27194366020883', + percent: 10000, + reputation: '3702218275373', + time: '2018-01-08T20:26:27', + }, + { + voter: 'judasp', + weight: 11783, + rshares: '197690504050', + percent: 10000, + reputation: 0, + time: '2018-01-08T22:19:54', + }, + { + voter: 'ahmedelakehal', + weight: 23, + rshares: 384665135, + percent: 10000, + reputation: '255615348894', + time: '2018-01-08T22:23:39', + }, + { + voter: 'm3rcos1ty', + weight: 115, + rshares: 1925975090, + percent: 10000, + reputation: '423647910890', + time: '2018-01-09T14:39:15', + }, + { + voter: 'rakesh5', + weight: 3070, + rshares: '51494662691', + percent: 10000, + reputation: 1009826135, + time: '2018-01-09T18:40:45', + }, + { + voter: 'greenbigfrog', + weight: 53, + rshares: 877345081, + percent: 10000, + reputation: '5501286481', + time: '2018-01-08T21:33:30', + }, + { + voter: 'spikemaster', + weight: 220, + rshares: 3689220115, + percent: 10000, + reputation: '505221025307', + time: '2018-01-09T09:50:51', + }, + { + voter: 'glyuk', + weight: 378, + rshares: '6327525196', + percent: 10000, + reputation: '2252139710587', + time: '2018-01-09T18:06:36', + }, + { + voter: 'notdavemate', + weight: 2018, + rshares: '33855472195', + percent: 10000, + reputation: '4847809906004', + time: '2018-01-09T11:42:48', + }, + { + voter: 'jumowa', + weight: 3860, + rshares: '64760482277', + percent: 10000, + reputation: '17826122391778', + time: '2018-01-08T22:30:57', + }, + { + voter: 'saeryn', + weight: 65, + rshares: 1082756544, + percent: 10000, + reputation: '16599039745', + time: '2018-01-09T03:33:12', + }, + { + voter: 'skulls', + weight: 123, + rshares: 2059156435, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:40:18', + }, + { + voter: 'xaul', + weight: 28, + rshares: 459773330, + percent: 10000, + reputation: 17502734, + time: '2018-01-09T08:46:30', + }, + { + voter: 'geordieprepper', + weight: 42, + rshares: 351414550, + percent: 500, + reputation: '1268332870440', + time: '2018-01-08T17:04:24', + }, + { + voter: 'doram', + weight: 404, + rshares: '6787396989', + percent: 10000, + reputation: '2580016816202', + time: '2018-01-08T23:57:33', + }, + { + voter: 'royalecko', + weight: 100, + rshares: 1672452220, + percent: 10000, + reputation: 278183341, + time: '2018-01-08T23:49:24', + }, + { + voter: 'rahul.stan', + weight: 46, + rshares: 775658867, + percent: 300, + reputation: '11557371708584', + time: '2018-01-09T04:39:18', + }, + { + voter: 'bitsy', + weight: 108, + rshares: 1813885261, + percent: 10000, + reputation: '104105991360', + time: '2018-01-09T21:11:54', + }, + { + voter: 'emelanson', + weight: 167, + rshares: 2810605893, + percent: 10000, + reputation: '37784912119', + time: '2018-01-09T02:06:33', + }, + { + voter: 'fbechstein', + weight: 57, + rshares: 961700154, + percent: 10000, + reputation: '97352564157', + time: '2018-01-09T20:26:45', + }, + { + voter: 'cancep', + weight: 60, + rshares: 1005669924, + percent: 10000, + reputation: 1801880529, + time: '2018-01-09T13:01:48', + }, + { + voter: 'ogee1ne', + weight: 3, + rshares: 57404430, + percent: 10000, + reputation: '38870397762', + time: '2018-01-09T17:21:06', + }, + { + voter: 'positivity420', + weight: 251, + rshares: 4210264829, + percent: 10000, + reputation: '346203523997', + time: '2018-01-08T22:25:24', + }, + { + voter: 'martunisteem', + weight: 100, + rshares: 1674427558, + percent: 10000, + reputation: '13790171226', + time: '2018-01-09T05:06:54', + }, + { + voter: 'droiderly', + weight: 69, + rshares: 1159812337, + percent: 10000, + reputation: '9040239992', + time: '2018-01-09T06:23:36', + }, + { + voter: 'borepstein', + weight: 2947, + rshares: '49446598145', + percent: 10000, + reputation: '5682609705563', + time: '2018-01-09T13:14:45', + }, + { + voter: 'javirid', + weight: 221, + rshares: 3711383189, + percent: 10000, + reputation: '1150816163410', + time: '2018-01-08T19:12:33', + }, + { + voter: 'davidgermano', + weight: 758, + rshares: '12707299348', + percent: 10000, + reputation: '9115620192534', + time: '2018-01-09T14:45:45', + }, + { + voter: 'todaysrant2017', + weight: 775, + rshares: '13003712469', + percent: 10000, + reputation: '4324618180198', + time: '2018-01-09T10:00:30', + }, + { + voter: 'hightouch', + weight: 24605, + rshares: '412811032253', + percent: 10000, + reputation: '621553956706', + time: '2018-01-09T18:39:03', + }, + { + voter: 'sudutpandang', + weight: 119, + rshares: 2004158065, + percent: 10000, + reputation: '1172316700992', + time: '2018-01-09T10:05:54', + }, + { + voter: 'alhafidz', + weight: 32, + rshares: 542441067, + percent: 10000, + reputation: '2447881016527', + time: '2018-01-08T21:45:51', + }, + { + voter: 'legent', + weight: 17, + rshares: 272922041, + percent: 10000, + reputation: -29799924711, + time: '2018-01-09T13:07:03', + }, + { + voter: 'aneninen', + weight: 214, + rshares: 3586880638, + percent: 10000, + reputation: '1052419760188', + time: '2018-01-09T18:28:48', + }, + { + voter: 'moneybags73', + weight: 31, + rshares: 509630353, + percent: 200, + reputation: '3633397087972', + time: '2018-01-09T08:25:30', + }, + { + voter: 'philippedesra', + weight: 83, + rshares: 1385099565, + percent: 10000, + reputation: 170459532, + time: '2018-01-08T19:39:54', + }, + { + voter: 'decentralizd', + weight: 329, + rshares: '5509327944', + percent: 300, + reputation: '13617850804815', + time: '2018-01-09T04:39:15', + }, + { + voter: 'evimeria', + weight: 145, + rshares: 2438808609, + percent: 10000, + reputation: '4123191426820', + time: '2018-01-08T23:45:36', + }, + { + voter: 'nawar93', + weight: 20, + rshares: 330927091, + percent: 10000, + reputation: '896989466842', + time: '2018-01-09T10:40:36', + }, + { + voter: 'lovecoins', + weight: 54, + rshares: 905011188, + percent: 10000, + reputation: '72833087177', + time: '2018-01-09T11:30:39', + }, + { + voter: 'cryptoman', + weight: 28, + rshares: 466106406, + percent: 10000, + reputation: '32552143131', + time: '2018-01-09T04:24:03', + }, + { + voter: 'sdavignon', + weight: 24, + rshares: 408363342, + percent: 10000, + reputation: 96899683, + time: '2018-01-09T16:30:03', + }, + { + voter: 'ackza', + weight: 124, + rshares: 2071950619, + percent: 100, + reputation: '30465069651463', + time: '2018-01-09T15:24:21', + }, + { + voter: 'yazleb', + weight: 79, + rshares: 1325402286, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:06:12', + }, + { + voter: 'pluq', + weight: 87, + rshares: 1458068293, + percent: 10000, + reputation: 704165887, + time: '2018-01-09T00:45:33', + }, + { + voter: 'bobeell', + weight: 90, + rshares: 1503577292, + percent: 10000, + reputation: '10661739637', + time: '2018-01-08T17:36:15', + }, + { + voter: 'ilhamramadhan', + weight: 3, + rshares: 52068878, + percent: 10000, + reputation: '40475016754', + time: '2018-01-09T17:43:33', + }, + { + voter: 'libertyranger', + weight: 56, + rshares: 942695208, + percent: 10000, + reputation: '1881009529339', + time: '2018-01-08T22:33:09', + }, + { + voter: 'robert-call', + weight: 28872, + rshares: '484392098463', + percent: 10000, + reputation: '3467046791199', + time: '2018-01-08T18:26:57', + }, + { + voter: 'zugzwang34', + weight: 314, + rshares: '5253965904', + percent: 10000, + reputation: '1456818788903', + time: '2018-01-09T03:09:15', + }, + { + voter: 'edco41', + weight: 86, + rshares: 1454588162, + percent: 10000, + reputation: '59368129333', + time: '2018-01-08T21:50:21', + }, + { + voter: 'hpabiola', + weight: 80, + rshares: 1348003264, + percent: 10000, + reputation: '211277424700', + time: '2018-01-08T22:52:15', + }, + { + voter: 'edmundspriede', + weight: 98, + rshares: 1641023385, + percent: 10000, + reputation: '89436932834', + time: '2018-01-09T06:04:09', + }, + { + voter: 'almvide', + weight: 3589, + rshares: '60209472745', + percent: 10000, + reputation: '1851174360792', + time: '2018-01-09T05:47:24', + }, + { + voter: 'anarcotech', + weight: 3308, + rshares: '55512034106', + percent: 10000, + reputation: '8339141685273', + time: '2018-01-09T01:12:42', + }, + { + voter: 'lenov', + weight: 11, + rshares: 180084971, + percent: 10000, + reputation: '2255852327498', + time: '2018-01-09T20:21:36', + }, + { + voter: 'libramedia', + weight: 7, + rshares: 111309335, + percent: 10000, + reputation: '115852897071', + time: '2018-01-08T17:37:12', + }, + { + voter: 'btcmillionaire', + weight: 16744, + rshares: '280932235895', + percent: 10000, + reputation: '4785976385413', + time: '2018-01-09T16:15:30', + }, + { + voter: 'realmilansharma', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: '17407879507', + time: '2018-01-09T04:34:57', + }, + { + voter: 'tibra', + weight: 31, + rshares: 506962500, + percent: 10000, + reputation: '13160808394', + time: '2018-01-09T01:17:18', + }, + { + voter: 'ordinaryperrry', + weight: 26, + rshares: 442440000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:28:09', + }, + { + voter: 'card1001', + weight: 17, + rshares: 276525000, + percent: 10000, + reputation: 2566385828, + time: '2018-01-09T11:10:42', + }, + { + voter: 'hiroyamagishi', + weight: 2117, + rshares: '35527159534', + percent: 1300, + reputation: '50654924941558', + time: '2018-01-09T02:32:39', + }, + { + voter: 'hiimamazing', + weight: 34, + rshares: 565427152, + percent: 3000, + reputation: '143360332876', + time: '2018-01-09T04:39:18', + }, + { + voter: 'andrewdaines', + weight: 84, + rshares: 1412902122, + percent: 10000, + reputation: '290561198792', + time: '2018-01-09T05:20:45', + }, + { + voter: 'greenstar', + weight: 2011, + rshares: '33731163326', + percent: 10000, + reputation: '682791945231', + time: '2018-01-08T21:30:06', + }, + { + voter: 'contentguy', + weight: 500, + rshares: 4195637212, + percent: 10000, + reputation: '61673321164', + time: '2018-01-08T17:02:39', + }, + { + voter: 'ghostgod', + weight: 19, + rshares: 304177500, + percent: 10000, + reputation: '10290573797', + time: '2018-01-09T07:08:51', + }, + { + voter: 'goldenphoenix', + weight: 35, + rshares: 587282445, + percent: 10000, + reputation: '7137161501', + time: '2018-01-08T18:24:36', + }, + { + voter: 'practicaleric', + weight: 1036, + rshares: 2172813778, + percent: 10000, + reputation: '728189579105', + time: '2018-01-08T16:47:42', + }, + { + voter: 'dik', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: '74808593290', + time: '2018-01-09T10:29:51', + }, + { + voter: 'kangendunc', + weight: 441, + rshares: '7389195007', + percent: 10000, + reputation: '159406245564', + time: '2018-01-09T07:32:15', + }, + { + voter: 'glamosaur', + weight: 126, + rshares: 4246902248, + percent: 10000, + reputation: '1158356396410', + time: '2018-01-09T21:21:09', + }, + { + voter: 'thelifeofbrian', + weight: 60, + rshares: 1020711139, + percent: 10000, + reputation: '438264730874', + time: '2018-01-09T15:51:48', + }, + { + voter: 'sven', + weight: 36, + rshares: 611040459, + percent: 10000, + reputation: '80309119270', + time: '2018-01-09T12:50:39', + }, + { + voter: 'kskarthik', + weight: 54, + rshares: 903901747, + percent: 10000, + reputation: '218473774290', + time: '2018-01-09T14:54:09', + }, + { + voter: 'nellis311', + weight: 31, + rshares: 510038142, + percent: 10000, + reputation: 19222705, + time: '2018-01-09T20:28:06', + }, + { + voter: 'joviandres', + weight: 1215, + rshares: '20376002102', + percent: 10000, + reputation: '1519063515628', + time: '2018-01-09T03:49:15', + }, + { + voter: 'iansart', + weight: 3780, + rshares: '63405654911', + percent: 10000, + reputation: '3629621278596', + time: '2018-01-08T19:56:09', + }, + { + voter: 'brado', + weight: 410, + rshares: '6878806117', + percent: 10000, + reputation: '1290624318458', + time: '2018-01-09T05:52:09', + }, + { + voter: 'shellany', + weight: 163, + rshares: 2733195173, + percent: 1000, + reputation: '6861694323432', + time: '2018-01-09T02:49:45', + }, + { + voter: 'veerall', + weight: 407, + rshares: '6822439190', + percent: 10000, + reputation: '338848635560', + time: '2018-01-09T03:37:54', + }, + { + voter: 'steemy-pile', + weight: 156, + rshares: 2621575814, + percent: 10000, + reputation: '302207188929', + time: '2018-01-09T04:52:39', + }, + { + voter: 'earworm', + weight: 420, + rshares: '7054103548', + percent: 10000, + reputation: '484016520980', + time: '2018-01-09T02:17:51', + }, + { + voter: 'cikxaijen', + weight: 275, + rshares: '4617830506', + percent: 1400, + reputation: '4767324470668', + time: '2018-01-09T03:06:03', + }, + { + voter: 'brucebrownftw', + weight: 1919, + rshares: '32199366765', + percent: 10000, + reputation: '897120711176', + time: '2018-01-09T00:34:18', + }, + { + voter: 'krownmekingrich1', + weight: 37, + rshares: 615597888, + percent: 10000, + reputation: '14318660116', + time: '2018-01-09T17:15:48', + }, + { + voter: 'errorunknown', + weight: 37, + rshares: 621340000, + percent: 10000, + reputation: 14891677, + time: '2018-01-08T20:34:06', + }, + { + voter: 'slipperyslope48', + weight: 501, + rshares: '8415310793', + percent: 10000, + reputation: '183583256819', + time: '2018-01-08T19:03:15', + }, + { + voter: 'gmaktub', + weight: 544, + rshares: '9122099797', + percent: 10000, + reputation: '996725356735', + time: '2018-01-09T02:21:27', + }, + { + voter: 'licklake', + weight: 850, + rshares: '14259381130', + percent: 10000, + reputation: '1218949563966', + time: '2018-01-09T20:31:03', + }, + { + voter: 'dafahd', + weight: 704, + rshares: '11816434687', + percent: 10000, + reputation: '934866773901', + time: '2018-01-08T23:32:21', + }, + { + voter: 'rostirgeo', + weight: 32, + rshares: 535949783, + percent: 10000, + reputation: '41279327930', + time: '2018-01-08T18:24:06', + }, + { + voter: 'elprofe62', + weight: 36, + rshares: 600803231, + percent: 10000, + reputation: '85345295579', + time: '2018-01-09T01:57:30', + }, + { + voter: 'suerisue', + weight: 121880, + rshares: '63900054508', + percent: 10000, + reputation: '41716517822841', + time: '2018-01-08T16:45:06', + }, + { + voter: 'chiragpatel', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:42:54', + }, + { + voter: 'dhn0411', + weight: 726, + rshares: '12175293546', + percent: 10000, + reputation: '109097337938', + time: '2018-01-09T00:44:21', + }, + { + voter: 'helena-m', + weight: 29, + rshares: 495113172, + percent: 10000, + reputation: '112134973200', + time: '2018-01-08T22:28:30', + }, + { + voter: 'drag33', + weight: 2639, + rshares: '44275072126', + percent: 10000, + reputation: '18294919881989', + time: '2018-01-08T23:40:33', + }, + { + voter: 'barbarafuentes', + weight: 782, + rshares: '13115190422', + percent: 10000, + reputation: '2086582798698', + time: '2018-01-09T01:33:30', + }, + { + voter: 'marziehshahabi', + weight: 3421, + rshares: '4859518837', + percent: 10000, + reputation: '788627129118', + time: '2018-01-08T16:17:18', + }, + { + voter: 'adipranatahendi', + weight: 22, + rshares: 362557233, + percent: 10000, + reputation: '64105697774', + time: '2018-01-09T09:58:18', + }, + { + voter: 'joseluishimself', + weight: 30, + rshares: 495984712, + percent: 10000, + reputation: '10863866538', + time: '2018-01-09T14:26:03', + }, + { + voter: 'ikegass33', + weight: 3737, + rshares: '62682861378', + percent: 7900, + reputation: '65947116108', + time: '2018-01-09T06:23:18', + }, + { + voter: 'mulya', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 1262347426, + time: '2018-01-09T02:38:36', + }, + { + voter: 'krispee', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '135363593694', + time: '2018-01-09T18:42:18', + }, + { + voter: 'montecarlo87', + weight: 36, + rshares: 609880311, + percent: 10000, + reputation: 1136853369, + time: '2018-01-08T19:10:48', + }, + { + voter: 'steematis', + weight: 1221, + rshares: '20490394010', + percent: 10000, + reputation: '7743353658', + time: '2018-01-09T09:49:33', + }, + { + voter: 'rkaz', + weight: 136, + rshares: 2279127200, + percent: 10000, + reputation: '126098537786', + time: '2018-01-08T21:36:21', + }, + { + voter: 'flauschi', + weight: 17, + rshares: 290004919, + percent: 10000, + reputation: '477207855744', + time: '2018-01-09T11:41:12', + }, + { + voter: 'wanxlol', + weight: 1156, + rshares: '19400174916', + percent: 10000, + reputation: '75729105855', + time: '2018-01-08T20:28:06', + }, + { + voter: 'travelersmemoire', + weight: 323, + rshares: '5416230846', + percent: 10000, + reputation: '1847364579512', + time: '2018-01-09T00:00:51', + }, + { + voter: 'rycharde', + weight: 22082, + rshares: '46307884442', + percent: 10000, + reputation: '3911158622669', + time: '2018-01-08T16:45:42', + }, + { + voter: 'contributor77', + weight: 105, + rshares: 1771097281, + percent: 10000, + reputation: '140254492980', + time: '2018-01-08T20:56:15', + }, + { + voter: 'kuraizuke', + weight: 10, + rshares: 159770984, + percent: 10000, + reputation: 1225142160, + time: '2018-01-09T08:52:18', + }, + { + voter: 'tabzjones', + weight: 391, + rshares: '6562253052', + percent: 10000, + reputation: '1157191149454', + time: '2018-01-09T13:10:42', + }, + { + voter: 'wishmaiden', + weight: 687, + rshares: '11522949079', + percent: 10000, + reputation: '7409307712485', + time: '2018-01-09T02:43:06', + }, + { + voter: 'satoshibit', + weight: 615, + rshares: '10324279993', + percent: 10000, + reputation: '54021346250', + time: '2018-01-09T03:27:57', + }, + { + voter: 'fikri', + weight: 1461, + rshares: 1999422589, + percent: 10000, + reputation: '1863619462001', + time: '2018-01-08T16:19:45', + }, + { + voter: 'equibyte', + weight: 102, + rshares: 1718073680, + percent: 10000, + reputation: 35065191, + time: '2018-01-09T04:33:09', + }, + { + voter: 'booster', + weight: 115522, + rshares: '1938126755222', + percent: 608, + reputation: '3333042174000', + time: '2018-01-08T18:21:33', + }, + { + voter: 'robertvogt', + weight: 242, + rshares: 4064227900, + percent: 1500, + reputation: '3197324653887', + time: '2018-01-09T04:39:18', + }, + { + voter: 'zedomax', + weight: 11886, + rshares: '199405116504', + percent: 10000, + reputation: '102743822812', + time: '2018-01-09T02:06:09', + }, + { + voter: 'taowithbow', + weight: 34, + rshares: 574052860, + percent: 10000, + reputation: 1989468190, + time: '2018-01-09T08:47:39', + }, + { + voter: 'tjayhas', + weight: 34, + rshares: 566974317, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:39:06', + }, + { + voter: 'renajuliana89', + weight: 15, + rshares: 249222317, + percent: 10000, + reputation: '158689039602', + time: '2018-01-09T14:57:54', + }, + { + voter: 'speakerhornet', + weight: 40, + rshares: 679410536, + percent: 10000, + reputation: '48077730598', + time: '2018-01-08T20:05:18', + }, + { + voter: 'maxer27', + weight: 2100, + rshares: '35230665301', + percent: 10000, + reputation: '565540120774', + time: '2018-01-09T16:22:48', + }, + { + voter: 'susankiani', + weight: 1744, + rshares: 4158544024, + percent: 10000, + reputation: '1010763415078', + time: '2018-01-08T16:17:18', + }, + { + voter: 'johnlue', + weight: 656, + rshares: '11005524254', + percent: 10000, + reputation: '951812078151', + time: '2018-01-09T13:26:18', + }, + { + voter: 'piergianni', + weight: 108, + rshares: 1802276541, + percent: 10000, + reputation: '52854705714', + time: '2018-01-08T20:12:00', + }, + { + voter: 'misty1z', + weight: 257, + rshares: '4311858251', + percent: 10000, + reputation: '369335860065', + time: '2018-01-08T20:55:27', + }, + { + voter: 'kuldeepkaul', + weight: 51, + rshares: 860256364, + percent: 10000, + reputation: '109859129401', + time: '2018-01-09T03:47:33', + }, + { + voter: 'slon21veka', + weight: 182, + rshares: 3051828483, + percent: 10000, + reputation: '562441527142', + time: '2018-01-09T00:28:48', + }, + { + voter: 'tedx3d', + weight: 37, + rshares: 619520000, + percent: 10000, + reputation: 40673898, + time: '2018-01-09T04:58:48', + }, + { + voter: 'smilez', + weight: 37, + rshares: 619520000, + percent: 10000, + reputation: 23076930, + time: '2018-01-08T20:39:42', + }, + { + voter: 'lastozgur', + weight: 251, + rshares: 4213782857, + percent: 10000, + reputation: '1131351343692', + time: '2018-01-09T14:03:03', + }, + { + voter: 'kumailkhan', + weight: 17, + rshares: 281177743, + percent: 10000, + reputation: '38674115536', + time: '2018-01-08T20:01:54', + }, + { + voter: 'ilovewailuku', + weight: 204, + rshares: 3430138280, + percent: 10000, + reputation: '1580387992125', + time: '2018-01-09T07:57:54', + }, + { + voter: 'clarityofsignal', + weight: 3860, + rshares: '64767520385', + percent: 10000, + reputation: '6925484429397', + time: '2018-01-08T22:51:48', + }, + { + voter: 'wnluv', + weight: 393, + rshares: '6595118230', + percent: 10000, + reputation: '9420222558', + time: '2018-01-09T15:31:30', + }, + { + voter: 'adilvakhri', + weight: 36, + rshares: 602213710, + percent: 10000, + reputation: '1034916515427', + time: '2018-01-09T18:11:51', + }, + { + voter: 'amarildinio', + weight: 34, + rshares: 579251200, + percent: 10000, + reputation: 153887251, + time: '2018-01-09T02:51:27', + }, + { + voter: 'aarontheone11', + weight: 35, + rshares: 583781230, + percent: 10000, + reputation: 1186126, + time: '2018-01-09T06:55:03', + }, + { + voter: 'mrisaacs', + weight: 37, + rshares: 619520000, + percent: 10000, + reputation: 9400396, + time: '2018-01-09T04:25:24', + }, + { + voter: 'acehfood', + weight: 16, + rshares: 272860816, + percent: 10000, + reputation: '139109969110', + time: '2018-01-09T12:12:39', + }, + { + voter: 'solidace', + weight: 65, + rshares: 1103596619, + percent: 10000, + reputation: '76612865056', + time: '2018-01-09T07:39:21', + }, + { + voter: 'diablocro', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: '33831168818', + time: '2018-01-09T18:08:39', + }, + { + voter: 'chillysniff', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:52:51', + }, + { + voter: 'ravie', + weight: 40, + rshares: 663940165, + percent: 10000, + reputation: '139470351372', + time: '2018-01-09T13:08:45', + }, + { + voter: 'aquafortis', + weight: 26, + rshares: 442442725, + percent: 10000, + reputation: 800110428, + time: '2018-01-09T07:36:57', + }, + { + voter: 'winburn', + weight: 33, + rshares: 566199261, + percent: 10000, + reputation: '49193873340', + time: '2018-01-08T21:54:27', + }, + { + voter: 'bobarker', + weight: 11, + rshares: 188953600, + percent: 10000, + reputation: 1287806176, + time: '2018-01-09T05:30:00', + }, + { + voter: 'zacly', + weight: 73, + rshares: 1232928847, + percent: 10000, + reputation: -199962589929, + time: '2018-01-09T15:40:57', + }, + { + voter: 'agsurrection', + weight: 15, + rshares: 258241200, + percent: 10000, + reputation: '5538150667', + time: '2018-01-09T02:33:48', + }, + { + voter: 'ardifitra', + weight: 42, + rshares: 714025322, + percent: 10000, + reputation: '384451994464', + time: '2018-01-09T08:20:12', + }, + { + voter: 'grapthar', + weight: 2305, + rshares: '38667810974', + percent: 10000, + reputation: '13081797979630', + time: '2018-01-09T04:08:36', + }, + { + voter: 'brenetsimer', + weight: 37, + rshares: 621793615, + percent: 10000, + reputation: 572364391, + time: '2018-01-09T01:06:21', + }, + { + voter: 'asterix87', + weight: 682, + rshares: '11436137057', + percent: 10000, + reputation: '28895466846', + time: '2018-01-09T15:33:33', + }, + { + voter: 'thelastnoel', + weight: 709, + rshares: '11889957878', + percent: 10000, + reputation: '67191565271', + time: '2018-01-08T23:26:33', + }, + { + voter: 'zacherybinx', + weight: 73, + rshares: 1233018207, + percent: 10000, + reputation: '71501647669', + time: '2018-01-09T06:29:36', + }, + { + voter: 'mattje9601', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 1441580343, + time: '2018-01-09T08:36:27', + }, + { + voter: 'iratiko', + weight: 36, + rshares: 605286229, + percent: 10000, + reputation: '30139288834', + time: '2018-01-09T17:42:51', + }, + { + voter: 'koffee', + weight: 62, + rshares: 1045696306, + percent: 10000, + reputation: '1401156714370', + time: '2018-01-09T10:39:21', + }, + { + voter: 'truth-be-told', + weight: 5475, + rshares: '91854514571', + percent: 10000, + reputation: '969741034968', + time: '2018-01-09T02:23:42', + }, + { + voter: 'karr', + weight: 11713, + rshares: '196509795998', + percent: 10000, + reputation: '11144311495', + time: '2018-01-08T20:43:45', + }, + { + voter: 'javer04', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: '1011746703074', + time: '2018-01-09T16:38:27', + }, + { + voter: 'roland-s', + weight: 37, + rshares: 614503440, + percent: 10000, + reputation: 315484331, + time: '2018-01-09T17:49:36', + }, + { + voter: 'ghaaspur', + weight: 921, + rshares: '15442843032', + percent: 10000, + reputation: '240559973653', + time: '2018-01-09T12:34:00', + }, + { + voter: 'steemrollin369', + weight: 111, + rshares: 1867779914, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:45:48', + }, + { + voter: 'courtenayrogers', + weight: 50, + rshares: 840171244, + percent: 10000, + reputation: '83483955171', + time: '2018-01-09T17:50:33', + }, + { + voter: 'mohammedfelahi', + weight: 1129, + rshares: '18935851225', + percent: 10000, + reputation: '3985199593480', + time: '2018-01-08T17:46:09', + }, + { + voter: 'hendrasteem', + weight: 4, + rshares: 59521150, + percent: 10000, + reputation: '61186060516', + time: '2018-01-08T20:22:18', + }, + { + voter: 'holihop', + weight: 1067, + rshares: '17911417215', + percent: 10000, + reputation: '1026080024185', + time: '2018-01-08T22:16:39', + }, + { + voter: 'dedyrahmat', + weight: 32, + rshares: 544518166, + percent: 10000, + reputation: '176109270293', + time: '2018-01-09T01:08:45', + }, + { + voter: 'andrew.tischler', + weight: 322, + rshares: '5390103766', + percent: 10000, + reputation: '1481024051318', + time: '2018-01-08T22:40:21', + }, + { + voter: 'ammar.halabi', + weight: 37, + rshares: 629113661, + percent: 10000, + reputation: 2464718948, + time: '2018-01-08T18:21:09', + }, + { + voter: 'intuitive', + weight: 33, + rshares: 556121879, + percent: 10000, + reputation: '43079482370', + time: '2018-01-09T13:12:21', + }, + { + voter: 'busybeee', + weight: 251, + rshares: 4211693412, + percent: 10000, + reputation: '583575148403', + time: '2018-01-09T15:51:45', + }, + { + voter: 'defjukie', + weight: 236, + rshares: 3957719745, + percent: 10000, + reputation: '2026417184457', + time: '2018-01-09T09:36:39', + }, + { + voter: 'holyrockforge', + weight: 36, + rshares: 610227200, + percent: 10000, + reputation: 2748225131, + time: '2018-01-08T23:43:06', + }, + { + voter: 'vrrom', + weight: 7, + rshares: 104533166, + percent: 10000, + reputation: '33750261532', + time: '2018-01-09T08:29:09', + }, + { + voter: 'thinknzombie', + weight: 141, + rshares: 2362079813, + percent: 100, + reputation: '6272675725330', + time: '2018-01-09T04:40:54', + }, + { + voter: 'msyauqinabawi', + weight: 18, + rshares: 301165221, + percent: 10000, + reputation: '10334514640', + time: '2018-01-09T12:04:33', + }, + { + voter: 'hasoon', + weight: 263197, + rshares: '4415716766800', + percent: 10000, + reputation: '340563733425', + time: '2018-01-09T17:02:48', + }, + { + voter: 'hiarevalo', + weight: 40, + rshares: 664256415, + percent: 10000, + reputation: '321373618897', + time: '2018-01-09T14:17:18', + }, + { + voter: 'grandslam', + weight: 682, + rshares: '11447071699', + percent: 10000, + reputation: '17548905164', + time: '2018-01-09T18:55:48', + }, + { + voter: 'cryptosam95', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '16831214581', + time: '2018-01-09T05:34:54', + }, + { + voter: 'caringnikz', + weight: 35, + rshares: 580706077, + percent: 10000, + reputation: '11285628368', + time: '2018-01-09T12:47:21', + }, + { + voter: 'devilcat', + weight: 16, + rshares: 278901784, + percent: 10000, + reputation: 591895303, + time: '2018-01-09T02:37:15', + }, + { + voter: 'joseburgos', + weight: 31, + rshares: 531691183, + percent: 10000, + reputation: '10924524602', + time: '2018-01-09T01:37:45', + }, + { + voter: 'bboybz', + weight: 367, + rshares: '6160225678', + percent: 10000, + reputation: 1692868929, + time: '2018-01-09T05:58:36', + }, + { + voter: 'jakeworkingman', + weight: 126, + rshares: 2122502914, + percent: 10000, + reputation: '45225257747', + time: '2018-01-09T01:31:21', + }, + { + voter: 'ether19again', + weight: 79, + rshares: 1335233113, + percent: 10000, + reputation: 1706987331, + time: '2018-01-09T09:20:36', + }, + { + voter: 'daniham', + weight: 16, + rshares: 267753028, + percent: 10000, + reputation: '258138560183', + time: '2018-01-09T11:07:27', + }, + { + voter: 'gotas', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '11710046582', + time: '2018-01-09T14:06:57', + }, + { + voter: 'maheshmnj', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: '6470154028', + time: '2018-01-08T18:00:57', + }, + { + voter: 'udemefruitful', + weight: 36, + rshares: 605285524, + percent: 10000, + reputation: 177008639, + time: '2018-01-09T15:58:48', + }, + { + voter: 'guruev1987', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:29:18', + }, + { + voter: 'angelov95', + weight: 35, + rshares: 597836800, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:57:57', + }, + { + voter: 'frankeisten', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: '67601388248', + time: '2018-01-09T16:52:06', + }, + { + voter: 'mateakrnic', + weight: 7, + rshares: 104465000, + percent: 10000, + reputation: '46922122728', + time: '2018-01-08T20:02:36', + }, + { + voter: 'frolickinraptors', + weight: 791, + rshares: '13283234706', + percent: 10000, + reputation: '5548535602427', + time: '2018-01-09T06:55:30', + }, + { + voter: 'pingapete', + weight: 20, + rshares: 334902500, + percent: 10000, + reputation: '175253506438', + time: '2018-01-09T06:29:24', + }, + { + voter: 'joshvel', + weight: 51, + rshares: 865179595, + percent: 10000, + reputation: '3388929859008', + time: '2018-01-09T01:34:33', + }, + { + voter: 'dape', + weight: 35, + rshares: 580697694, + percent: 10000, + reputation: '31904541790', + time: '2018-01-09T14:24:36', + }, + { + voter: 'fabbyd', + weight: 25, + rshares: 418500728, + percent: 10000, + reputation: '8742938286', + time: '2018-01-09T07:33:54', + }, + { + voter: 'luciancovaci', + weight: 34, + rshares: 569700855, + percent: 10000, + reputation: '339477068853', + time: '2018-01-08T21:36:42', + }, + { + voter: 'frombeyond', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: '6343854978', + time: '2018-01-09T11:39:48', + }, + { + voter: 'mseuno', + weight: 25, + rshares: 414790055, + percent: 10000, + reputation: 61634843, + time: '2018-01-09T14:20:27', + }, + { + voter: 'sanu', + weight: 29, + rshares: 485454458, + percent: 10000, + reputation: '23365078124', + time: '2018-01-09T13:31:00', + }, + { + voter: 'ahmedawad', + weight: 63, + rshares: 1052554448, + percent: 10000, + reputation: '378851307310', + time: '2018-01-09T14:42:36', + }, + { + voter: 'appreciator', + weight: 344094, + rshares: '3268857585304', + percent: 377, + reputation: '2481607037923', + time: '2018-01-08T17:32:24', + }, + { + voter: 'yann0975', + weight: 1466, + rshares: '24601738202', + percent: 10000, + reputation: '4126661963141', + time: '2018-01-08T20:56:24', + }, + { + voter: 'ifekafourlimit', + weight: 13, + rshares: 221221362, + percent: 10000, + reputation: '30302794250', + time: '2018-01-09T09:25:48', + }, + { + voter: 'stocki', + weight: 36, + rshares: 608358040, + percent: 10000, + reputation: '20375487003', + time: '2018-01-09T14:33:51', + }, + { + voter: 'julies', + weight: 32, + rshares: 546908369, + percent: 10000, + reputation: 278718107, + time: '2018-01-09T09:38:24', + }, + { + voter: 'nico21609', + weight: 28, + rshares: 470367900, + percent: 10000, + reputation: '28684653963', + time: '2018-01-09T04:17:12', + }, + { + voter: 'ifraim', + weight: 22, + rshares: 362557233, + percent: 6567, + reputation: '299330294347', + time: '2018-01-09T11:01:57', + }, + { + voter: 'paulie2coins', + weight: 399, + rshares: '6681790665', + percent: 10000, + reputation: '706477172778', + time: '2018-01-09T19:53:33', + }, + { + voter: 'ulfa06', + weight: 34, + rshares: 576219328, + percent: 10000, + reputation: '285069590493', + time: '2018-01-09T17:18:00', + }, + { + voter: 'arkarphyo', + weight: 228, + rshares: 3826409343, + percent: 10000, + reputation: '1537030523362', + time: '2018-01-09T15:48:24', + }, + { + voter: 'pablogonzalez', + weight: 36, + rshares: 610227200, + percent: 10000, + reputation: '5538764458', + time: '2018-01-09T02:13:27', + }, + { + voter: 'pfeilerfam5', + weight: 274, + rshares: '4585287930', + percent: 10000, + reputation: '1744026816938', + time: '2018-01-09T06:31:15', + }, + { + voter: 'abir20129', + weight: 9, + rshares: 135190000, + percent: 10000, + reputation: 1798235594, + time: '2018-01-09T05:02:27', + }, + { + voter: 'annariley', + weight: 87, + rshares: 1462589657, + percent: 10000, + reputation: '406830094209', + time: '2018-01-09T12:39:21', + }, + { + voter: 'nickwalshblog', + weight: 137, + rshares: 2292167764, + percent: 10000, + reputation: '38160767285', + time: '2018-01-08T17:41:30', + }, + { + voter: 'lakmini', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: 2070149884, + time: '2018-01-09T08:59:42', + }, + { + voter: 'chiarambottino', + weight: 81, + rshares: 681193154, + percent: 10000, + reputation: '178424065686', + time: '2018-01-08T16:58:54', + }, + { + voter: 'vikisecrets', + weight: 1881, + rshares: '31561624012', + percent: 3300, + reputation: '229379586921', + time: '2018-01-08T18:10:03', + }, + { + voter: 'beccadeals', + weight: 319, + rshares: '5360219455', + percent: 10000, + reputation: '1666303380571', + time: '2018-01-09T05:21:09', + }, + { + voter: 'piranha', + weight: 1033, + rshares: '17330595105', + percent: 10000, + reputation: '7992012482', + time: '2018-01-08T22:06:57', + }, + { + voter: 'kingcoon', + weight: 37, + rshares: 619520000, + percent: 10000, + reputation: 1875276669, + time: '2018-01-08T22:02:15', + }, + { + voter: 'nzfxtrader', + weight: 99, + rshares: 1656856773, + percent: 10000, + reputation: '522805874337', + time: '2018-01-08T21:45:27', + }, + { + voter: 'fanykis', + weight: 37, + rshares: 620511160, + percent: 10000, + reputation: '34752953208', + time: '2018-01-09T00:54:12', + }, + { + voter: 'punkrockpara', + weight: 37, + rshares: 615474670, + percent: 10000, + reputation: '7128148604', + time: '2018-01-09T14:13:03', + }, + { + voter: 'youngjerv', + weight: 218, + rshares: 3665572271, + percent: 10000, + reputation: '648544477635', + time: '2018-01-08T19:15:45', + }, + { + voter: 'bluelightbandit', + weight: 2593, + rshares: '43508031314', + percent: 10000, + reputation: '4991023934466', + time: '2018-01-09T06:44:21', + }, + { + voter: 'jejangkit', + weight: 105, + rshares: 1762194374, + percent: 10000, + reputation: '294172630184', + time: '2018-01-09T02:22:33', + }, + { + voter: 'cyrbyrus', + weight: 68, + rshares: 1135447466, + percent: 10000, + reputation: 401991615, + time: '2018-01-09T17:21:09', + }, + { + voter: 'chidiebere', + weight: 216, + rshares: 3631723088, + percent: 10000, + reputation: '1628844318279', + time: '2018-01-09T10:32:57', + }, + { + voter: 'tonegreenthumb', + weight: 41, + rshares: 684054166, + percent: 10000, + reputation: 3151099898, + time: '2018-01-09T19:22:03', + }, + { + voter: 'acehphonegraphy', + weight: 24, + rshares: 393282422, + percent: 10000, + reputation: 1438361953, + time: '2018-01-09T17:27:54', + }, + { + voter: 'vogel', + weight: 32, + rshares: 537690187, + percent: 10000, + reputation: '44661475932', + time: '2018-01-09T10:19:42', + }, + { + voter: 'syamsulrizal', + weight: 31, + rshares: 528465626, + percent: 10000, + reputation: '81545857195', + time: '2018-01-09T16:55:51', + }, + { + voter: 'arvindkumar', + weight: 8, + rshares: 119443461, + percent: 10000, + reputation: '90383186241', + time: '2018-01-09T05:51:18', + }, + { + voter: 'martunisaja', + weight: 45, + rshares: 755671932, + percent: 10000, + reputation: '119737550563', + time: '2018-01-09T00:22:30', + }, + { + voter: 'djkrad', + weight: 527, + rshares: '8842786110', + percent: 10000, + reputation: '79916537459', + time: '2018-01-09T11:57:39', + }, + { + voter: 'bangoutgroup', + weight: 35, + rshares: 592996153, + percent: 10000, + reputation: 4098781569, + time: '2018-01-09T07:00:51', + }, + { + voter: 'dairon96', + weight: 37, + rshares: 620966547, + percent: 10000, + reputation: 345873241, + time: '2018-01-08T20:34:09', + }, + { + voter: 'yaniesison', + weight: 36, + rshares: 614953710, + percent: 10000, + reputation: '4816656010', + time: '2018-01-09T14:30:21', + }, + { + voter: 'dtube', + weight: 4708837, + rshares: '30770007762931', + percent: 7500, + reputation: '14627135963', + time: '2018-01-08T16:52:42', + }, + { + voter: 'jeanlucsr', + weight: 22, + rshares: 366625538, + percent: 10000, + reputation: '141438944424', + time: '2018-01-09T03:29:57', + }, + { + voter: 'masterroshi', + weight: 77, + rshares: 1304932063, + percent: 10000, + reputation: '52415662738', + time: '2018-01-09T01:31:12', + }, + { + voter: 'vimukthi', + weight: 11346, + rshares: '6759939459', + percent: 3000, + reputation: '9060251398033', + time: '2018-01-08T16:40:24', + }, + { + voter: 'isawent', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 1825938150, + time: '2018-01-09T16:45:24', + }, + { + voter: 'rushikesh23', + weight: 37, + rshares: 622108709, + percent: 5203, + reputation: '244356835216', + time: '2018-01-09T06:47:12', + }, + { + voter: 'delpedro', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:45:42', + }, + { + voter: 'zegatopolo', + weight: 37, + rshares: 614503071, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:53:45', + }, + { + voter: 'afaqahmadcheema', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 1266927965, + time: '2018-01-09T18:24:15', + }, + { + voter: 'joeparys', + weight: 648, + rshares: 4210999384, + percent: 10000, + reputation: '16449299961470', + time: '2018-01-08T16:14:18', + }, + { + voter: 'zhother', + weight: 17, + rshares: 279128919, + percent: 10000, + reputation: '590646816429', + time: '2018-01-08T21:43:00', + }, + { + voter: 'ppktech', + weight: 36, + rshares: 613394366, + percent: 10000, + reputation: '26658232184', + time: '2018-01-09T16:10:24', + }, + { + voter: 'emnajourney', + weight: 85, + rshares: 1433353025, + percent: 10000, + reputation: '126508503936', + time: '2018-01-09T10:54:09', + }, + { + voter: 'duekie', + weight: 49, + rshares: 828555877, + percent: 6577, + reputation: '273814405641', + time: '2018-01-08T22:29:57', + }, + { + voter: 'healthproducts', + weight: 348, + rshares: '5848797990', + percent: 10000, + reputation: '269005260070', + time: '2018-01-09T12:04:51', + }, + { + voter: 'nandan', + weight: 1352, + rshares: '22688444174', + percent: 10000, + reputation: '9537791661396', + time: '2018-01-09T12:36:39', + }, + { + voter: 'alexkarki', + weight: 366, + rshares: '6145828011', + percent: 10000, + reputation: '21915440995', + time: '2018-01-09T10:06:24', + }, + { + voter: 'drbob1', + weight: 36, + rshares: 617424905, + percent: 10000, + reputation: '6354192928', + time: '2018-01-08T20:43:12', + }, + { + voter: 'faustofraser', + weight: 42, + rshares: 711126008, + percent: 10000, + reputation: '111719054723', + time: '2018-01-09T10:45:39', + }, + { + voter: 'tanyaschutte', + weight: 192, + rshares: 3221239808, + percent: 10000, + reputation: '7132142460695', + time: '2018-01-09T07:08:57', + }, + { + voter: 'davidalexander', + weight: 90, + rshares: 1507317944, + percent: 10000, + reputation: '234680905232', + time: '2018-01-08T19:56:51', + }, + { + voter: 'cyberspace', + weight: 138, + rshares: 2305134145, + percent: 10000, + reputation: '779968736184', + time: '2018-01-09T13:37:21', + }, + { + voter: 'thedeliman', + weight: 35, + rshares: 580705402, + percent: 10000, + reputation: 200228013, + time: '2018-01-09T08:01:15', + }, + { + voter: 'happyfree', + weight: 488, + rshares: '8180397488', + percent: 10000, + reputation: '1860140842041', + time: '2018-01-09T06:04:12', + }, + { + voter: 'suvanna', + weight: 36, + rshares: 608358040, + percent: 10000, + reputation: 3040474496, + time: '2018-01-09T19:09:48', + }, + { + voter: 'jasonyoakam', + weight: 3261, + rshares: '54717498060', + percent: 5600, + reputation: '40311887334', + time: '2018-01-08T19:27:42', + }, + { + voter: 'bunnypunia', + weight: 153, + rshares: 2557529211, + percent: 10000, + reputation: '4505488462161', + time: '2018-01-09T13:13:48', + }, + { + voter: 'what-did-she-say', + weight: 36, + rshares: 599528447, + percent: 10000, + reputation: '100230934526', + time: '2018-01-09T14:59:12', + }, + { + voter: 'varunguru', + weight: 36, + rshares: 614503071, + percent: 10000, + reputation: 175380833, + time: '2018-01-09T11:23:00', + }, + { + voter: 'arnavm1408', + weight: 35, + rshares: 585446400, + percent: 10000, + reputation: 47237252, + time: '2018-01-09T05:23:21', + }, + { + voter: 'mustafa4101996', + weight: 8, + rshares: 137610763, + percent: 10000, + reputation: '12601245616', + time: '2018-01-08T21:45:00', + }, + { + voter: 'sweety170', + weight: 36, + rshares: 617220000, + percent: 10000, + reputation: '9735071882', + time: '2018-01-09T11:46:12', + }, + { + voter: 'roy92', + weight: 555, + rshares: '9303370328', + percent: 10000, + reputation: '2440814921562', + time: '2018-01-09T02:34:57', + }, + { + voter: 'ilyasismail', + weight: 424, + rshares: '7108996128', + percent: 10000, + reputation: '2981401206475', + time: '2018-01-09T10:22:36', + }, + { + voter: 'robertnevin', + weight: 23, + rshares: 370332000, + percent: 10000, + reputation: '16091513932', + time: '2018-01-09T00:25:24', + }, + { + voter: 'signspinner', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '8789124311', + time: '2018-01-09T01:31:18', + }, + { + voter: 'albuluhi', + weight: 216, + rshares: 3635208641, + percent: 10000, + reputation: '3445635524726', + time: '2018-01-08T21:01:15', + }, + { + voter: 'firman.alehba', + weight: 7, + rshares: 113690779, + percent: 10000, + reputation: '9417649286', + time: '2018-01-09T06:56:57', + }, + { + voter: 'muhammadridwan', + weight: 128, + rshares: 2147763464, + percent: 10000, + reputation: '1952739175872', + time: '2018-01-09T16:10:36', + }, + { + voter: 'dante01', + weight: 219, + rshares: 3664890293, + percent: 10000, + reputation: '4477873271768', + time: '2018-01-09T05:20:18', + }, + { + voter: 'hasmar', + weight: 18, + rshares: 312122474, + percent: 10000, + reputation: '11346428572', + time: '2018-01-09T18:35:09', + }, + { + voter: 'fuadiemuhammad', + weight: 15, + rshares: 257270936, + percent: 10000, + reputation: 2500554433, + time: '2018-01-08T23:22:15', + }, + { + voter: 'khamil', + weight: 36, + rshares: 605366936, + percent: 10000, + reputation: '64415097683', + time: '2018-01-09T09:23:03', + }, + { + voter: 'cptn.naresh', + weight: 158, + rshares: 2640282087, + percent: 10000, + reputation: '1408213952630', + time: '2018-01-09T12:26:57', + }, + { + voter: 'teukuharry', + weight: 35, + rshares: 594739200, + percent: 10000, + reputation: 756960091, + time: '2018-01-09T02:02:09', + }, + { + voter: 'roman1973', + weight: 91, + rshares: 1536429607, + percent: 10000, + reputation: '829818143106', + time: '2018-01-09T14:15:48', + }, + { + voter: 'medicbtom', + weight: 53, + rshares: 887735603, + percent: 10000, + reputation: '462340764038', + time: '2018-01-09T14:58:24', + }, + { + voter: 'resteem.bot', + weight: 12, + rshares: 187741664, + percent: 10000, + reputation: '53744291513', + time: '2018-01-08T21:47:21', + }, + { + voter: 'nazarkhadi', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 2163467997, + time: '2018-01-09T17:46:39', + }, + { + voter: 'alexito', + weight: 26, + rshares: 429775070, + percent: 10000, + reputation: '24928047057', + time: '2018-01-09T00:28:00', + }, + { + voter: 'xto', + weight: 20, + rshares: 341049204, + percent: 10000, + reputation: 542670593, + time: '2018-01-09T15:53:12', + }, + { + voter: 'fattyvillalba', + weight: 33, + rshares: 553053407, + percent: 10000, + reputation: '59645035116', + time: '2018-01-09T17:59:48', + }, + { + voter: 'davidconstantine', + weight: 11285, + rshares: '7081189790', + percent: 1000, + reputation: '1173343560869', + time: '2018-01-08T16:32:09', + }, + { + voter: 'masterwriter', + weight: 27, + rshares: 452384549, + percent: 10000, + reputation: '846354499701', + time: '2018-01-09T07:09:12', + }, + { + voter: 'funlover1122', + weight: 25, + rshares: 420935093, + percent: 10000, + reputation: 1906087697, + time: '2018-01-09T11:07:54', + }, + { + voter: 'akanimoobot', + weight: 36, + rshares: 605286229, + percent: 10000, + reputation: 9601621, + time: '2018-01-09T18:03:12', + }, + { + voter: 'santigs', + weight: 23, + rshares: 371448479, + percent: 10000, + reputation: '109480650091', + time: '2018-01-08T20:57:39', + }, + { + voter: 'plokmi', + weight: 37, + rshares: 612711777, + percent: 10000, + reputation: '901194360724', + time: '2018-01-09T05:56:27', + }, + { + voter: 'mhmegh', + weight: 111, + rshares: 1868099930, + percent: 10000, + reputation: '25221801865', + time: '2018-01-08T21:21:12', + }, + { + voter: 'solomonsojay', + weight: 174, + rshares: 2923557292, + percent: 10000, + reputation: '837574750075', + time: '2018-01-08T22:40:36', + }, + { + voter: 'prashantvasave', + weight: 36, + rshares: 611427500, + percent: 10000, + reputation: '9315847717', + time: '2018-01-09T18:45:27', + }, + { + voter: 'alijan', + weight: 27, + rshares: 455763484, + percent: 10000, + reputation: '20879437494', + time: '2018-01-09T20:27:36', + }, + { + voter: 'zanroot', + weight: 36, + rshares: 619520000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:40:15', + }, + { + voter: 'trumanity', + weight: 30, + rshares: 506016392, + percent: 10000, + reputation: 2309172444, + time: '2018-01-09T01:57:39', + }, + { + voter: 'hayat', + weight: 15, + rshares: 253429806, + percent: 10000, + reputation: 924556084, + time: '2018-01-09T03:25:18', + }, + { + voter: 'rockonbhai', + weight: 32, + rshares: 533666601, + percent: 10000, + reputation: '182752867753', + time: '2018-01-09T17:53:42', + }, + { + voter: 'buildawhale', + weight: 179013, + rshares: '3003338878794', + percent: 383, + reputation: '16116487574769', + time: '2018-01-08T19:14:30', + }, + { + voter: 'helenliu', + weight: 723, + rshares: '12122130613', + percent: 10000, + reputation: '940123536713', + time: '2018-01-09T12:42:57', + }, + { + voter: 'amari68', + weight: 36, + rshares: 606097106, + percent: 10000, + reputation: '81373401799', + time: '2018-01-08T22:55:39', + }, + { + voter: 'mudawilqulub', + weight: 24, + rshares: 401193000, + percent: 10000, + reputation: '4742672474', + time: '2018-01-08T21:18:27', + }, + { + voter: 'all-aceh', + weight: 39, + rshares: 648573246, + percent: 10000, + reputation: '380346344613', + time: '2018-01-08T21:39:45', + }, + { + voter: 'zullyscott', + weight: 60, + rshares: 1014293979, + percent: 10000, + reputation: '1739331311621', + time: '2018-01-09T03:15:48', + }, + { + voter: 'knolo', + weight: 37, + rshares: 617756559, + percent: 10000, + reputation: 394644211, + time: '2018-01-09T07:57:15', + }, + { + voter: 'rezaleoni', + weight: 8, + rshares: 147035533, + percent: 10000, + reputation: '32856131362', + time: '2018-01-09T05:18:00', + }, + { + voter: 'riski46', + weight: 27, + rshares: 448587511, + percent: 10000, + reputation: '6493878636', + time: '2018-01-09T13:50:51', + }, + { + voter: 'enjoyaceh', + weight: 28, + rshares: 477318609, + percent: 10000, + reputation: '66326200699', + time: '2018-01-08T21:58:42', + }, + { + voter: 'utkarshvarma', + weight: 17, + rshares: 279598897, + percent: 10000, + reputation: '71465203331', + time: '2018-01-09T18:19:33', + }, + { + voter: 'nikunjo', + weight: 37, + rshares: 624750742, + percent: 10000, + reputation: 3857954524, + time: '2018-01-09T06:32:21', + }, + { + voter: 'dogancankilment', + weight: 92, + rshares: 1536491473, + percent: 10000, + reputation: '1123175020740', + time: '2018-01-08T20:13:48', + }, + { + voter: 'cendana287', + weight: 205, + rshares: 3440492670, + percent: 10000, + reputation: '44451150993', + time: '2018-01-09T13:33:06', + }, + { + voter: 'oliverwilliams', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:08:45', + }, + { + voter: 'arturoalex00', + weight: 146, + rshares: 2442253680, + percent: 10000, + reputation: '710516742356', + time: '2018-01-09T00:50:54', + }, + { + voter: 'masterwu', + weight: 415, + rshares: '6959646117', + percent: 10000, + reputation: '2062402446135', + time: '2018-01-09T01:48:30', + }, + { + voter: 'ramdacu49', + weight: 22, + rshares: 376504200, + percent: 10000, + reputation: 392764661, + time: '2018-01-09T03:48:57', + }, + { + voter: 'mayettepada', + weight: 19, + rshares: 311912820, + percent: 10000, + reputation: '6004303599', + time: '2018-01-09T03:41:36', + }, + { + voter: 'estream.studios', + weight: 5766, + rshares: '96741153685', + percent: 700, + reputation: '1508574476378', + time: '2018-01-09T16:52:18', + }, + { + voter: 'guggerf', + weight: 113, + rshares: 1893007006, + percent: 10000, + reputation: '59530071497', + time: '2018-01-09T16:23:06', + }, + { + voter: 'chillinph', + weight: 21, + rshares: 356849980, + percent: 10000, + reputation: '720324477098', + time: '2018-01-09T14:03:45', + }, + { + voter: 'alidervash', + weight: 9, + rshares: 154265636, + percent: 10000, + reputation: '264209101558', + time: '2018-01-09T19:27:57', + }, + { + voter: 'theferro', + weight: 91, + rshares: 1534387876, + percent: 10000, + reputation: '572625103436', + time: '2018-01-09T05:13:27', + }, + { + voter: 'tochprince', + weight: 519, + rshares: 306069701, + percent: 4908, + reputation: '35668043826', + time: '2018-01-08T16:27:21', + }, + { + voter: 'rahmadrumohaceh', + weight: 30, + rshares: 515378700, + percent: 10000, + reputation: 42057818, + time: '2018-01-09T05:49:03', + }, + { + voter: 'ansisltd', + weight: 34, + rshares: 579942563, + percent: 10000, + reputation: '67561166895', + time: '2018-01-09T14:32:27', + }, + { + voter: 'teleandr', + weight: 28, + rshares: 461736052, + percent: 10000, + reputation: '35015823511', + time: '2018-01-08T21:02:27', + }, + { + voter: 'dewiseptyani', + weight: 28, + rshares: 473167915, + percent: 10000, + reputation: '154680330778', + time: '2018-01-09T12:28:39', + }, + { + voter: 'bogh', + weight: 58, + rshares: 983721652, + percent: 10000, + reputation: 32189488, + time: '2018-01-08T20:58:54', + }, + { + voter: 'amotorcyclenut', + weight: 32, + rshares: 533895300, + percent: 10000, + reputation: 120054599, + time: '2018-01-08T23:45:03', + }, + { + voter: 'teslim', + weight: 148, + rshares: 2490207260, + percent: 10000, + reputation: '380405677270', + time: '2018-01-08T23:12:48', + }, + { + voter: 'fernandorivera', + weight: 12, + rshares: 190010418, + percent: 10000, + reputation: '5445802431', + time: '2018-01-08T18:46:45', + }, + { + voter: 'leonardo-jack', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: '4433542383', + time: '2018-01-09T14:11:36', + }, + { + voter: 'arshadsayed', + weight: 30, + rshares: 506965623, + percent: 10000, + reputation: -8659786644, + time: '2018-01-09T17:23:51', + }, + { + voter: 'rolrien', + weight: 37, + rshares: 614503440, + percent: 10000, + reputation: '36266037930', + time: '2018-01-09T09:56:27', + }, + { + voter: 'meutiarachmi', + weight: 37, + rshares: 627989623, + percent: 10000, + reputation: '191540958355', + time: '2018-01-09T04:36:30', + }, + { + voter: 'dc004', + weight: 120, + rshares: 2023668268, + percent: 10000, + reputation: '7767839077', + time: '2018-01-09T02:43:30', + }, + { + voter: 'vailol', + weight: 32, + rshares: 547772121, + percent: 10000, + reputation: 2489903135, + time: '2018-01-09T03:09:45', + }, + { + voter: 'albanna', + weight: 24, + rshares: 405569547, + percent: 10000, + reputation: '158563981297', + time: '2018-01-09T15:07:54', + }, + { + voter: 'fabiostano', + weight: 39, + rshares: 664011964, + percent: 10000, + reputation: '49631953742', + time: '2018-01-09T20:23:57', + }, + { + voter: 'dimpapgr1', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: '5963846832', + time: '2018-01-09T21:09:24', + }, + { + voter: 'shohan1234', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: '7307184836', + time: '2018-01-09T10:41:12', + }, + { + voter: 'fabio2614', + weight: 67, + rshares: 1117307219, + percent: 10000, + reputation: '1077906599369', + time: '2018-01-08T22:25:48', + }, + { + voter: 'healthwealthy', + weight: 26, + rshares: 441312300, + percent: 10000, + reputation: 1029853870, + time: '2018-01-08T21:48:36', + }, + { + voter: 'pathi', + weight: 98, + rshares: 1650298617, + percent: 10000, + reputation: '913113033764', + time: '2018-01-09T07:28:06', + }, + { + voter: 'perka', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:09:48', + }, + { + voter: 'muhammadreza', + weight: 36, + rshares: 605407289, + percent: 10000, + reputation: '16500385569', + time: '2018-01-09T08:58:54', + }, + { + voter: 'superdavey', + weight: 288, + rshares: '4831215397', + percent: 10000, + reputation: '26374893814', + time: '2018-01-09T07:49:03', + }, + { + voter: 'iamai', + weight: 102, + rshares: 1710866854, + percent: 10000, + reputation: '353608983164', + time: '2018-01-08T21:59:03', + }, + { + voter: 'benainouna', + weight: 34, + rshares: 556196652, + percent: 10000, + reputation: '23043505534', + time: '2018-01-08T23:24:33', + }, + { + voter: 'rexrumi', + weight: 25, + rshares: 408642500, + percent: 10000, + reputation: '194465250243', + time: '2018-01-09T05:36:45', + }, + { + voter: 'strayenglishman', + weight: 145, + rshares: 2426569974, + percent: 10000, + reputation: '130662664665', + time: '2018-01-09T04:16:42', + }, + { + voter: 'eliashanna', + weight: 787, + rshares: '13202778302', + percent: 10000, + reputation: '18727671533', + time: '2018-01-08T22:06:33', + }, + { + voter: 'lelegend', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: '64393033287', + time: '2018-01-09T11:22:36', + }, + { + voter: 'boomerang', + weight: 866835, + rshares: '1326918220575', + percent: 1112, + reputation: '1559419875907', + time: '2018-01-08T16:45:36', + }, + { + voter: 'pitwi', + weight: 90, + rshares: 1504577704, + percent: 10000, + reputation: 3302248872, + time: '2018-01-09T09:23:36', + }, + { + voter: 'taminsteem', + weight: 18, + rshares: 298033989, + percent: 10000, + reputation: '34304573568', + time: '2018-01-09T09:47:12', + }, + { + voter: 'boyzfadli', + weight: 37, + rshares: 613916602, + percent: 10000, + reputation: 937308064, + time: '2018-01-09T11:56:33', + }, + { + voter: 'vandex', + weight: 17, + rshares: 284995555, + percent: 10000, + reputation: -61898473481, + time: '2018-01-09T01:56:57', + }, + { + voter: 'minloulou', + weight: 36, + rshares: 593783800, + percent: 10000, + reputation: '26071199867', + time: '2018-01-09T11:35:15', + }, + { + voter: 'nalgene', + weight: 254, + rshares: 4259446162, + percent: 10000, + reputation: 105349594, + time: '2018-01-09T17:18:12', + }, + { + voter: 'cyclingalone', + weight: 16, + rshares: 276525000, + percent: 10000, + reputation: '208636672562', + time: '2018-01-09T07:26:33', + }, + { + voter: 'audunjoheim', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 9644062, + time: '2018-01-09T15:17:00', + }, + { + voter: 'upme', + weight: 143074, + rshares: '2400383100810', + percent: 195, + reputation: '428446779082', + time: '2018-01-08T18:27:42', + }, + { + voter: 'smartlogic', + weight: 37, + rshares: 617408655, + percent: 10000, + reputation: '394995361435', + time: '2018-01-09T16:44:36', + }, + { + voter: 'arthurjariel', + weight: 35, + rshares: 598674493, + percent: 10000, + reputation: 1619985485, + time: '2018-01-08T22:08:57', + }, + { + voter: 'hilladigahackles', + weight: 115, + rshares: 1933598838, + percent: 10000, + reputation: '1459219966283', + time: '2018-01-09T05:02:57', + }, + { + voter: 'alejoclawful', + weight: 36, + rshares: 602370611, + percent: 10000, + reputation: '41108474306', + time: '2018-01-09T18:36:24', + }, + { + voter: 'waqas91ned', + weight: 37, + rshares: 616016847, + percent: 10000, + reputation: 1686884444, + time: '2018-01-09T14:37:21', + }, + { + voter: 'abhishekjha', + weight: 22, + rshares: 369544918, + percent: 10000, + reputation: 4230024391, + time: '2018-01-08T20:59:24', + }, + { + voter: 'dauerossi', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 1005255613, + time: '2018-01-08T20:31:12', + }, + { + voter: 'ph4l4nxx', + weight: 26, + rshares: 429367563, + percent: 10000, + reputation: 1275911, + time: '2018-01-09T14:49:21', + }, + { + voter: 'ygriffiny', + weight: 81, + rshares: 1371974352, + percent: 1600, + reputation: '211863765623', + time: '2018-01-09T13:24:24', + }, + { + voter: 'shamuel', + weight: 35, + rshares: 1143358539, + percent: 10000, + reputation: '855729876562', + time: '2018-01-09T21:21:21', + }, + { + voter: 'mrblinddraw', + weight: 56, + rshares: 952035904, + percent: 300, + reputation: '11221411508083', + time: '2018-01-09T04:39:12', + }, + { + voter: 'ovcharski', + weight: 32, + rshares: 526098600, + percent: 10000, + reputation: 56933970, + time: '2018-01-08T21:51:30', + }, + { + voter: 'glams', + weight: 37, + rshares: 606776338, + percent: 10000, + reputation: '19828642080', + time: '2018-01-09T06:37:48', + }, + { + voter: 'cchampion', + weight: 22, + rshares: 370678003, + percent: 10000, + reputation: 274626051, + time: '2018-01-09T04:55:42', + }, + { + voter: 'talea.monet', + weight: 24, + rshares: 399425000, + percent: 10000, + reputation: '25340397945', + time: '2018-01-09T05:57:12', + }, + { + voter: 'sneaky-ninja', + weight: 51077, + rshares: '856924130030', + percent: 704, + reputation: '4496552085600', + time: '2018-01-08T18:02:39', + }, + { + voter: 'synergy-now', + weight: 80, + rshares: 1346382284, + percent: 10000, + reputation: '94812266633', + time: '2018-01-09T07:35:54', + }, + { + voter: 'nabeelshoro', + weight: 37, + rshares: 605487998, + percent: 10000, + reputation: 1758818908, + time: '2018-01-09T18:43:09', + }, + { + voter: 'darylsid11', + weight: 20, + rshares: 335917393, + percent: 10000, + reputation: '150754934639', + time: '2018-01-09T03:45:51', + }, + { + voter: 'arifien', + weight: 24, + rshares: 401193000, + percent: 10000, + reputation: 1338412702, + time: '2018-01-09T17:20:39', + }, + { + voter: 'matthewoz101', + weight: 85, + rshares: 1421835202, + percent: 10000, + reputation: '490009143489', + time: '2018-01-08T18:12:39', + }, + { + voter: 'sumsum007', + weight: 6, + rshares: 98320000, + percent: 10000, + reputation: '49233275507', + time: '2018-01-08T22:42:12', + }, + { + voter: 'mmaruf', + weight: 74, + rshares: 1244874915, + percent: 10000, + reputation: '558371560351', + time: '2018-01-09T00:36:57', + }, + { + voter: 'razi.teuku', + weight: 33, + rshares: 556345130, + percent: 10000, + reputation: '33343924481', + time: '2018-01-09T18:40:15', + }, + { + voter: 'jaystan', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: '48218997890', + time: '2018-01-08T21:31:57', + }, + { + voter: 'abuyeti', + weight: 271, + rshares: '4543749919', + percent: 10000, + reputation: 4158383111, + time: '2018-01-08T21:28:51', + }, + { + voter: 'hichamraja', + weight: 32, + rshares: 543153600, + percent: 10000, + reputation: 827335154, + time: '2018-01-09T00:14:21', + }, + { + voter: 'dmilliz', + weight: 28, + rshares: 466001100, + percent: 10000, + reputation: 192029563, + time: '2018-01-09T06:08:45', + }, + { + voter: 'pinkyshah', + weight: 0, + rshares: 0, + percent: 0, + reputation: '12474949756', + time: '2018-01-09T04:07:06', + }, + { + voter: 'joancabz', + weight: 11, + rshares: 181507121, + percent: 10000, + reputation: '223539311892', + time: '2018-01-09T16:08:21', + }, + { + voter: 'kravtsova', + weight: 28, + rshares: 476240434, + percent: 10000, + reputation: '227467497392', + time: '2018-01-09T21:06:00', + }, + { + voter: 'mulyadiyadi', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 2394631717, + time: '2018-01-09T08:02:00', + }, + { + voter: 'phyozawooburmes', + weight: 16, + rshares: 263431140, + percent: 2754, + reputation: '536677734944', + time: '2018-01-08T19:08:24', + }, + { + voter: 'markrmogensen', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: '5136841073', + time: '2018-01-08T19:32:00', + }, + { + voter: 'tawasi', + weight: 17, + rshares: 290434684, + percent: 10000, + reputation: '114383503731', + time: '2018-01-09T03:47:51', + }, + { + voter: 'magik4283', + weight: 207, + rshares: 3487602982, + percent: 10000, + reputation: '2185291991093', + time: '2018-01-09T15:38:51', + }, + { + voter: 'qu3kl0rd', + weight: 37, + rshares: 615935259, + percent: 10000, + reputation: 2393632036, + time: '2018-01-09T01:39:03', + }, + { + voter: 'zinminhtet', + weight: 44, + rshares: 746080364, + percent: 10000, + reputation: '174603198077', + time: '2018-01-09T02:48:03', + }, + { + voter: 'ntony', + weight: 715, + rshares: '11989071009', + percent: 10000, + reputation: '1454597637452', + time: '2018-01-09T19:43:27', + }, + { + voter: 'lyeshel', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: '35028635397', + time: '2018-01-08T21:58:54', + }, + { + voter: 'frankybrasta', + weight: 43, + rshares: 720576320, + percent: 10000, + reputation: 114522235, + time: '2018-01-09T02:06:00', + }, + { + voter: 'ideasgrowth', + weight: 37, + rshares: 617220000, + percent: 10000, + reputation: 3247254964, + time: '2018-01-09T18:45:03', + }, + { + voter: 'miti', + weight: 253, + rshares: 4245708851, + percent: 2000, + reputation: '4476499189982', + time: '2018-01-08T21:14:57', + }, + { + voter: 'myjourney', + weight: 0, + rshares: 0, + percent: 0, + reputation: '4349635700738', + time: '2018-01-09T14:07:15', + }, + { + voter: 'gabrielpetro', + weight: 33, + rshares: 560165232, + percent: 10000, + reputation: 445886040, + time: '2018-01-08T22:12:48', + }, + { + voter: 'peterschilder', + weight: 746, + rshares: '12517035937', + percent: 10000, + reputation: 0, + time: '2018-01-09T10:22:15', + }, + { + voter: 'muhammadilyas', + weight: 28, + rshares: 454730000, + percent: 10000, + reputation: '28780429367', + time: '2018-01-09T03:58:24', + }, + { + voter: 'druidcruize', + weight: 115, + rshares: 1921611017, + percent: 10000, + reputation: '92340394149', + time: '2018-01-08T21:17:51', + }, + { + voter: 'klevn', + weight: 111, + rshares: 1860647997, + percent: 10000, + reputation: '732394851563', + time: '2018-01-08T23:06:27', + }, + { + voter: 'zdamna100ogebio', + weight: 36, + rshares: 612365408, + percent: 10000, + reputation: '93962841937', + time: '2018-01-09T14:21:36', + }, + { + voter: 'ogbuanu', + weight: 35, + rshares: 577100700, + percent: 10000, + reputation: 44341454, + time: '2018-01-08T23:04:57', + }, + { + voter: 'atnicholson', + weight: 3330, + rshares: '55865702442', + percent: 10000, + reputation: '1118781576641', + time: '2018-01-09T09:15:27', + }, + { + voter: 'mwesigwajulius', + weight: 26, + rshares: 432054000, + percent: 10000, + reputation: 18323717, + time: '2018-01-09T09:48:12', + }, + { + voter: 'joinnessi', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 3407843874, + time: '2018-01-08T23:18:06', + }, + { + voter: 'zulfan88', + weight: 16, + rshares: 273743877, + percent: 10000, + reputation: '30996916645', + time: '2018-01-09T19:25:30', + }, + { + voter: 'cjsean', + weight: 24, + rshares: 403463949, + percent: 10000, + reputation: 1182834363, + time: '2018-01-09T15:20:15', + }, + { + voter: 'vernadette', + weight: 68, + rshares: 570928500, + percent: 10000, + reputation: 119632570, + time: '2018-01-08T17:22:42', + }, + { + voter: 'sergey999', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: '6487070188', + time: '2018-01-09T15:51:45', + }, + { + voter: 'katamori', + weight: 49, + rshares: 818095121, + percent: 10000, + reputation: '472865991300', + time: '2018-01-09T14:58:48', + }, + { + voter: 'andreia.loops', + weight: 89, + rshares: 1495641821, + percent: 10000, + reputation: '23184765833', + time: '2018-01-08T20:37:57', + }, + { + voter: 'alfajri78', + weight: 84, + rshares: 1410434526, + percent: 10000, + reputation: '657152729440', + time: '2018-01-09T00:05:57', + }, + { + voter: 'koryla', + weight: 32, + rshares: 533293637, + percent: 8593, + reputation: '66065656591', + time: '2018-01-08T21:12:15', + }, + { + voter: 'bernsteinhaus', + weight: 34, + rshares: 561688400, + percent: 10000, + reputation: '117063763345', + time: '2018-01-09T14:51:15', + }, + { + voter: 'sank8', + weight: 33, + rshares: 540553331, + percent: 10000, + reputation: -2938276621, + time: '2018-01-08T20:29:57', + }, + { + voter: 'legendarryll', + weight: 62, + rshares: 1028583697, + percent: 10000, + reputation: '996358617456', + time: '2018-01-09T10:29:45', + }, + { + voter: 'namra', + weight: 93, + rshares: 1570011808, + percent: 10000, + reputation: '585300444722', + time: '2018-01-08T17:54:24', + }, + { + voter: 'keeshiaxxi', + weight: 33, + rshares: 556121879, + percent: 10000, + reputation: '6165965001', + time: '2018-01-09T10:29:54', + }, + { + voter: 'munardi', + weight: 13, + rshares: 221220000, + percent: 10000, + reputation: '130709071225', + time: '2018-01-09T04:33:03', + }, + { + voter: 'rohanbhardwaj', + weight: 27, + rshares: 460877580, + percent: 10000, + reputation: '85541334755', + time: '2018-01-09T09:19:48', + }, + { + voter: 'estherjhaymes', + weight: 23, + rshares: 377917500, + percent: 10000, + reputation: '37883863866', + time: '2018-01-08T23:37:39', + }, + { + voter: 'harrimulia', + weight: 32, + rshares: 536389161, + percent: 10000, + reputation: '231085047895', + time: '2018-01-09T00:25:27', + }, + { + voter: 'izge', + weight: 20, + rshares: 329761240, + percent: 10000, + reputation: '140351087302', + time: '2018-01-09T10:27:51', + }, + { + voter: 'dinashuster', + weight: 228, + rshares: 3817211804, + percent: 10000, + reputation: 2826619845, + time: '2018-01-09T05:33:03', + }, + { + voter: 'chucknasty', + weight: 148, + rshares: 64838674, + percent: 1923, + reputation: '49120854469', + time: '2018-01-08T16:32:00', + }, + { + voter: 'qifenggan', + weight: 14, + rshares: 233724647, + percent: 10000, + reputation: '12857244725', + time: '2018-01-08T18:38:48', + }, + { + voter: 'reyad.ict', + weight: 36, + rshares: 606202119, + percent: 10000, + reputation: -4473991269, + time: '2018-01-09T03:52:48', + }, + { + voter: 'postpromoter', + weight: 100108, + rshares: '1679524049347', + percent: 656, + reputation: '2732779757822', + time: '2018-01-08T17:54:39', + }, + { + voter: 'faizarfatria', + weight: 37, + rshares: 617240000, + percent: 10000, + reputation: 1686614397, + time: '2018-01-09T01:36:09', + }, + { + voter: 'zead', + weight: 15, + rshares: 259553422, + percent: 10000, + reputation: -89119255999, + time: '2018-01-09T19:20:39', + }, + { + voter: 'dekyan94', + weight: 36, + rshares: 606090200, + percent: 10000, + reputation: '7739117721', + time: '2018-01-09T18:22:48', + }, + { + voter: 'sahriarragib', + weight: 0, + rshares: 583291800, + percent: 10000, + reputation: 1324472269, + time: '2018-01-09T13:17:51', + }, + { + voter: 'bestrakibul2', + weight: 7, + rshares: 116755000, + percent: 10000, + reputation: '41264609650', + time: '2018-01-09T00:09:12', + }, + { + voter: 'mdtipo', + weight: 12, + rshares: 197516800, + percent: 10000, + reputation: '7000140971', + time: '2018-01-08T21:02:15', + }, + { + voter: 'cta101', + weight: 18, + rshares: 315650718, + percent: 10000, + reputation: '608367789586', + time: '2018-01-09T13:50:21', + }, + { + voter: 'buzzingsushant', + weight: 35, + rshares: 577125089, + percent: 10000, + reputation: '60080350323', + time: '2018-01-09T17:58:51', + }, + { + voter: 'skrillex777', + weight: 36, + rshares: 592550400, + percent: 10000, + reputation: 179581305, + time: '2018-01-09T07:38:30', + }, + { + voter: 'emade', + weight: 33, + rshares: 543171200, + percent: 10000, + reputation: 1520866732, + time: '2018-01-09T07:25:57', + }, + { + voter: 'marcohernandez98', + weight: 19, + rshares: 304177500, + percent: 10000, + reputation: '13958178917', + time: '2018-01-09T16:21:57', + }, + { + voter: 'jet.wilda', + weight: 30, + rshares: 502387330, + percent: 10000, + reputation: '48694284839', + time: '2018-01-08T18:57:39', + }, + { + voter: 'jamiej', + weight: 36, + rshares: 609072662, + percent: 10000, + reputation: 353887609, + time: '2018-01-09T16:08:18', + }, + { + voter: 'muksihs', + weight: 36, + rshares: 602611482, + percent: 10000, + reputation: '64271212812', + time: '2018-01-09T12:16:39', + }, + { + voter: 'tuanis', + weight: 406, + rshares: 3401017600, + percent: 842, + reputation: '286160669813', + time: '2018-01-08T17:01:24', + }, + { + voter: 'midijaya', + weight: 37, + rshares: 617240000, + percent: 10000, + reputation: '5289729690', + time: '2018-01-09T12:50:15', + }, + { + voter: 'simivalleyjeff53', + weight: 13, + rshares: 102222426, + percent: 10000, + reputation: '937207778106', + time: '2018-01-08T17:05:03', + }, + { + voter: 'dcherna', + weight: 15, + rshares: 249982200, + percent: 10000, + reputation: 79615369, + time: '2018-01-09T01:58:27', + }, + { + voter: 'furkanyilmaz', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:25:54', + }, + { + voter: 'sunilrai', + weight: 23, + rshares: 375520372, + percent: 10000, + reputation: '5378733760', + time: '2018-01-09T13:17:36', + }, + { + voter: 'benjumeasusana', + weight: 22, + rshares: 364159800, + percent: 10000, + reputation: '54824296116', + time: '2018-01-09T02:14:12', + }, + { + voter: 'steemcafe', + weight: 59, + rshares: 500939678, + percent: 10000, + reputation: '79350030576', + time: '2018-01-08T17:29:00', + }, + { + voter: 'ariyansrizon', + weight: 32, + rshares: 540763331, + percent: 10000, + reputation: '13831221105', + time: '2018-01-09T16:39:27', + }, + { + voter: 'cosmicangel', + weight: 32, + rshares: 543171200, + percent: 10000, + reputation: '24705753182', + time: '2018-01-08T23:52:00', + }, + { + voter: 'rulesofthemind', + weight: 36, + rshares: 614749240, + percent: 10000, + reputation: '58016753991', + time: '2018-01-09T15:16:39', + }, + { + voter: 'luxury-sa', + weight: 50, + rshares: 837610539, + percent: 10000, + reputation: '528458258108', + time: '2018-01-08T20:16:48', + }, + { + voter: 'hutri17', + weight: 32, + rshares: 528204934, + percent: 10000, + reputation: 2225639035, + time: '2018-01-09T17:24:00', + }, + { + voter: 'legendaryjone', + weight: 36, + rshares: 588765721, + percent: 10000, + reputation: 657493122, + time: '2018-01-09T04:19:27', + }, + { + voter: 'arulshijuarts', + weight: 27, + rshares: 454730000, + percent: 10000, + reputation: '10472739245', + time: '2018-01-08T22:20:27', + }, + { + voter: 'kandarjack38', + weight: 36, + rshares: 603013600, + percent: 10000, + reputation: '17923778885', + time: '2018-01-09T13:47:33', + }, + { + voter: 'authorcolinbmw', + weight: 22, + rshares: 372491613, + percent: 10000, + reputation: '207492263253', + time: '2018-01-09T01:50:21', + }, + { + voter: 'drewsoph', + weight: 135, + rshares: 2273557316, + percent: 10000, + reputation: 681520065, + time: '2018-01-09T10:13:18', + }, + { + voter: 'gingfriend20ph', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: '127969439223', + time: '2018-01-09T20:09:45', + }, + { + voter: 'craigtransforms', + weight: 35, + rshares: 596860400, + percent: 10000, + reputation: 4224408261, + time: '2018-01-09T08:17:57', + }, + { + voter: 'xee95', + weight: 47, + rshares: 788230256, + percent: 10000, + reputation: '131556570379', + time: '2018-01-09T20:06:42', + }, + { + voter: 'gamingstation', + weight: 264, + rshares: '4430409477', + percent: 10000, + reputation: '2117804468693', + time: '2018-01-09T15:27:33', + }, + { + voter: 'aquib', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: '181632689808', + time: '2018-01-09T12:32:12', + }, + { + voter: 'the-diy-world', + weight: 35, + rshares: 590707200, + percent: 10000, + reputation: -6030180158, + time: '2018-01-09T20:27:48', + }, + { + voter: 'skoolielove', + weight: 36, + rshares: 608029164, + percent: 10000, + reputation: 1702198197, + time: '2018-01-09T03:10:21', + }, + { + voter: 'ignition', + weight: 168, + rshares: 2810203898, + percent: 10000, + reputation: 50903947, + time: '2018-01-08T21:46:12', + }, + { + voter: 'thehodler', + weight: 33, + rshares: 548583811, + percent: 10000, + reputation: '19896234524', + time: '2018-01-09T02:24:54', + }, + { + voter: 'imlikett', + weight: 425, + rshares: '7134340908', + percent: 10000, + reputation: '1876572326028', + time: '2018-01-08T22:45:48', + }, + { + voter: 'charles62768', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 1516403055, + time: '2018-01-09T13:13:21', + }, + { + voter: 'sheskates926', + weight: 26, + rshares: 441833755, + percent: 10000, + reputation: '134545649795', + time: '2018-01-08T17:37:15', + }, + { + voter: 'absn', + weight: 35, + rshares: 589915118, + percent: 10000, + reputation: '149542535757', + time: '2018-01-09T14:32:12', + }, + { + voter: 'cyphico', + weight: 56, + rshares: 945742040, + percent: 10000, + reputation: '46736798266', + time: '2018-01-09T00:05:57', + }, + { + voter: 'jabed70', + weight: 31, + rshares: 534617671, + percent: 10000, + reputation: '31265434481', + time: '2018-01-09T07:57:45', + }, + { + voter: 'kenshin22', + weight: 14, + rshares: 235762694, + percent: 10000, + reputation: '743919203865', + time: '2018-01-09T00:40:54', + }, + { + voter: 'imwillies', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 4083820183, + time: '2018-01-09T00:15:06', + }, + { + voter: 'indahkas', + weight: 33, + rshares: 543880431, + percent: 10000, + reputation: '5702068273', + time: '2018-01-08T22:48:30', + }, + { + voter: 'nasim143', + weight: 37, + rshares: 608358747, + percent: 10000, + reputation: '133119627332', + time: '2018-01-09T10:46:09', + }, + { + voter: 'draffanahmed', + weight: 3159, + rshares: '53001903846', + percent: 10000, + reputation: 4126558474, + time: '2018-01-09T05:26:09', + }, + { + voter: 'helmibireuen', + weight: 33, + rshares: 566558334, + percent: 10000, + reputation: '25818285980', + time: '2018-01-09T04:11:03', + }, + { + voter: 'onu2k', + weight: 36, + rshares: 603013600, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:28:54', + }, + { + voter: 'sziu', + weight: 24, + rshares: 400582799, + percent: 10000, + reputation: '125731681681', + time: '2018-01-08T21:53:18', + }, + { + voter: 'shallwey', + weight: 34, + rshares: 567032855, + percent: 10000, + reputation: 2888600361, + time: '2018-01-09T03:35:09', + }, + { + voter: 'aziziyuza', + weight: 34, + rshares: 560463168, + percent: 10000, + reputation: 2914798131, + time: '2018-01-09T07:16:42', + }, + { + voter: 'utso', + weight: 23, + rshares: 385496377, + percent: 10000, + reputation: '34617196173', + time: '2018-01-09T02:31:36', + }, + { + voter: 'dheenu0456', + weight: 13, + rshares: 233852744, + percent: 10000, + reputation: -77417153726, + time: '2018-01-09T16:11:06', + }, + { + voter: 'twinbabies', + weight: 11074, + rshares: '185791279713', + percent: 10000, + reputation: '2873995653378', + time: '2018-01-09T02:24:57', + }, + { + voter: 'stoneboy', + weight: 5, + rshares: 92175000, + percent: 10000, + reputation: -15720034479, + time: '2018-01-09T12:28:12', + }, + { + voter: 'frankyboy', + weight: 11, + rshares: 184351135, + percent: 10000, + reputation: '31258065714', + time: '2018-01-09T16:19:27', + }, + { + voter: 'ocupation', + weight: 73, + rshares: 2451208134, + percent: 10000, + reputation: '281062578650', + time: '2018-01-09T21:19:18', + }, + { + voter: 'pushup', + weight: 56026, + rshares: '939956334022', + percent: 680, + reputation: '289029759721', + time: '2018-01-08T20:52:09', + }, + { + voter: 'richwonder81', + weight: 24, + rshares: 410578193, + percent: 10000, + reputation: 1089309608, + time: '2018-01-09T04:41:51', + }, + { + voter: 'narwhal', + weight: 37, + rshares: 615893733, + percent: 10000, + reputation: 1410461536, + time: '2018-01-09T04:21:48', + }, + { + voter: 'ecoman1', + weight: 11, + rshares: 178206097, + percent: 10000, + reputation: -4042763106, + time: '2018-01-09T06:48:39', + }, + { + voter: 'munaw81', + weight: 33, + rshares: 543832500, + percent: 10000, + reputation: '4748271699', + time: '2018-01-09T19:10:12', + }, + { + voter: 'leeroyjenkins', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: '162115701814', + time: '2018-01-09T06:02:21', + }, + { + voter: 'mindsculptor', + weight: 28, + rshares: 473165000, + percent: 10000, + reputation: 38932316, + time: '2018-01-09T14:56:09', + }, + { + voter: 'osmanie', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: '15293325394', + time: '2018-01-09T11:43:21', + }, + { + voter: 'mdsujonislam', + weight: 5, + rshares: 80071594, + percent: 10000, + reputation: 2186636692, + time: '2018-01-09T13:46:33', + }, + { + voter: 'arslanq', + weight: 17, + rshares: 282671741, + percent: 10000, + reputation: '29248371338', + time: '2018-01-09T09:45:18', + }, + { + voter: 'aesh27', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 377269932, + time: '2018-01-09T12:01:18', + }, + { + voter: 'harsh1309', + weight: 34, + rshares: 569171000, + percent: 10000, + reputation: 1394725867, + time: '2018-01-09T07:57:06', + }, + { + voter: 'snics', + weight: 752, + rshares: '12617405619', + percent: 10000, + reputation: 223059939, + time: '2018-01-09T15:40:15', + }, + { + voter: 'moena', + weight: 36, + rshares: 591100496, + percent: 10000, + reputation: 214073010, + time: '2018-01-09T15:23:48', + }, + { + voter: 'adyaphotography', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: '36435806445', + time: '2018-01-09T00:20:21', + }, + { + voter: 'alan-walker', + weight: 75, + rshares: 625871414, + percent: 10000, + reputation: '144832974663', + time: '2018-01-08T16:54:42', + }, + { + voter: 'sharpjr', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 1090770918, + time: '2018-01-09T18:33:33', + }, + { + voter: 'adrian4all', + weight: 34, + rshares: 577633558, + percent: 10000, + reputation: '181873192124', + time: '2018-01-09T12:15:12', + }, + { + voter: 'spark92', + weight: 34, + rshares: 577629355, + percent: 10000, + reputation: 2232489444, + time: '2018-01-09T11:12:57', + }, + { + voter: 'ericsonporras', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: '4296707433', + time: '2018-01-08T22:24:51', + }, + { + voter: 'hridoy23', + weight: 266, + rshares: '4455820942', + percent: 10000, + reputation: '134477787369', + time: '2018-01-09T17:22:00', + }, + { + voter: 'spotting-car', + weight: 24, + rshares: 391011277, + percent: 10000, + reputation: '83690751872', + time: '2018-01-08T18:06:45', + }, + { + voter: 'robotics101', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:15:24', + }, + { + voter: 'zeewyr', + weight: 18, + rshares: 305152662, + percent: 10000, + reputation: 1327970565, + time: '2018-01-08T19:09:48', + }, + { + voter: 'vohlm', + weight: 184, + rshares: 3090824243, + percent: 10000, + reputation: '105309278274', + time: '2018-01-09T15:29:21', + }, + { + voter: 'subtilor', + weight: 655, + rshares: '11003232216', + percent: 10000, + reputation: 0, + time: '2018-01-09T18:13:03', + }, + { + voter: 'youngeric', + weight: 50, + rshares: 823625133, + percent: 10000, + reputation: '171610933131', + time: '2018-01-08T22:13:42', + }, + { + voter: 'iforge', + weight: 28, + rshares: 477056613, + percent: 10000, + reputation: '14442374577', + time: '2018-01-09T11:17:15', + }, + { + voter: 'shahjalal01', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 1208171652, + time: '2018-01-09T08:53:27', + }, + { + voter: 'annie.kutelova', + weight: 74, + rshares: 1251587549, + percent: 10000, + reputation: '646380376478', + time: '2018-01-09T12:22:03', + }, + { + voter: 'sharmlock', + weight: 131, + rshares: 2205030683, + percent: 10000, + reputation: '1441297736308', + time: '2018-01-09T09:34:39', + }, + { + voter: 'oksanakazakova', + weight: 48, + rshares: 810585928, + percent: 10000, + reputation: '5425653172', + time: '2018-01-09T20:36:24', + }, + { + voter: 'walitineraire', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 1892480, + time: '2018-01-08T23:37:54', + }, + { + voter: 'lyon89', + weight: 51, + rshares: 844822324, + percent: 10000, + reputation: '394329130049', + time: '2018-01-09T06:01:39', + }, + { + voter: 'shamunnabi', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '72193756206', + time: '2018-01-09T08:13:15', + }, + { + voter: 'jostro', + weight: 36, + rshares: 614626685, + percent: 10000, + reputation: '193038312327', + time: '2018-01-09T13:10:09', + }, + { + voter: 'juanzam', + weight: 0, + rshares: 0, + percent: 0, + reputation: 1603844425, + time: '2018-01-08T23:57:12', + }, + { + voter: 'jude0', + weight: 32, + rshares: 535328400, + percent: 10000, + reputation: 43734853, + time: '2018-01-09T12:07:39', + }, + { + voter: 'manees', + weight: 34, + rshares: 581516163, + percent: 10000, + reputation: 1637759134, + time: '2018-01-09T06:54:15', + }, + { + voter: 'reynierux', + weight: 35, + rshares: 584498714, + percent: 10000, + reputation: 1451201996, + time: '2018-01-08T22:00:39', + }, + { + voter: 'reyadapon', + weight: 31, + rshares: 525572638, + percent: 10000, + reputation: '92438403799', + time: '2018-01-09T11:34:54', + }, + { + voter: 'lucienroy', + weight: 40, + rshares: 668554733, + percent: 10000, + reputation: '71885041772', + time: '2018-01-08T19:33:15', + }, + { + voter: 'haypee', + weight: 37, + rshares: 615402057, + percent: 10000, + reputation: 1596670497, + time: '2018-01-09T14:19:03', + }, + { + voter: 'mehditanver', + weight: 37, + rshares: 617985828, + percent: 10000, + reputation: 1441305980, + time: '2018-01-09T04:18:00', + }, + { + voter: 'jorcec', + weight: 32, + rshares: 534615000, + percent: 10000, + reputation: '5342610318', + time: '2018-01-08T22:09:15', + }, + { + voter: 'yousep', + weight: 21, + rshares: 346883662, + percent: 10000, + reputation: '23382840408', + time: '2018-01-09T03:41:30', + }, + { + voter: 'mayurhero', + weight: 20, + rshares: 324721415, + percent: 10000, + reputation: 1398273557, + time: '2018-01-09T18:13:33', + }, + { + voter: 'bhavin4mech', + weight: 644, + rshares: '10803680932', + percent: 5000, + reputation: '8775119785', + time: '2018-01-09T03:47:33', + }, + { + voter: 'nadineo', + weight: 31, + rshares: 519710269, + percent: 10000, + reputation: '32201538750', + time: '2018-01-08T22:45:03', + }, + { + voter: 'maryanaro', + weight: 24, + rshares: 411964565, + percent: 10000, + reputation: '58218477553', + time: '2018-01-09T19:42:48', + }, + { + voter: 'edwuadr', + weight: 18, + rshares: 304179373, + percent: 10000, + reputation: '8678821169', + time: '2018-01-09T12:42:24', + }, + { + voter: 'emptyboy', + weight: 62, + rshares: 1041063336, + percent: 10000, + reputation: '448514173009', + time: '2018-01-08T23:44:03', + }, + { + voter: 'bbberic', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: '20372921392', + time: '2018-01-09T17:35:06', + }, + { + voter: 'rethinkingbelief', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: '50786129239', + time: '2018-01-09T07:15:33', + }, + { + voter: 'business.quotes', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: '18118325253', + time: '2018-01-08T21:47:18', + }, + { + voter: 'mommymedley', + weight: 33, + rshares: 559941200, + percent: 10000, + reputation: 35576057, + time: '2018-01-09T16:23:21', + }, + { + voter: 'pequef', + weight: 17, + rshares: 298072238, + percent: 10000, + reputation: '9356237170', + time: '2018-01-09T04:04:45', + }, + { + voter: 'muhammadnoval18', + weight: 32, + rshares: 535900004, + percent: 10000, + reputation: 418633797, + time: '2018-01-09T12:43:09', + }, + { + voter: 'chomba', + weight: 27, + rshares: 451660282, + percent: 10000, + reputation: '224934850468', + time: '2018-01-09T14:28:54', + }, + { + voter: 'ivovanrhijn', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 1528541877, + time: '2018-01-09T17:20:15', + }, + { + voter: 'meiyappanmurugan', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: '28243183241', + time: '2018-01-09T11:37:39', + }, + { + voter: 'chibuike', + weight: 362, + rshares: '6069857075', + percent: 10000, + reputation: '23024873396', + time: '2018-01-09T17:11:39', + }, + { + voter: 'miguelrys1', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 2759402516, + time: '2018-01-08T23:00:00', + }, + { + voter: 'reina.gomez', + weight: 28, + rshares: 473165000, + percent: 10000, + reputation: '20134693358', + time: '2018-01-08T20:51:54', + }, + { + voter: 'saimraput', + weight: 35, + rshares: 593783800, + percent: 10000, + reputation: 518360103, + time: '2018-01-09T07:08:09', + }, + { + voter: 'jeizwannahavfun', + weight: 37, + rshares: 625745395, + percent: 10000, + reputation: '782637854642', + time: '2018-01-09T11:13:39', + }, + { + voter: 'zirar', + weight: 11505, + rshares: '6677834548', + percent: 10000, + reputation: '39901899859', + time: '2018-01-08T16:27:33', + }, + { + voter: 'biglutha', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:19:03', + }, + { + voter: 'thyner', + weight: 35, + rshares: 593823348, + percent: 10000, + reputation: '23620017098', + time: '2018-01-09T14:55:09', + }, + { + voter: 'itsju', + weight: 136, + rshares: 2282819231, + percent: 10000, + reputation: 1281403898, + time: '2018-01-09T01:29:24', + }, + { + voter: 'ahmed12', + weight: 36, + rshares: 603013600, + percent: 10000, + reputation: 17594305, + time: '2018-01-09T14:07:27', + }, + { + voter: 'afm007', + weight: 51, + rshares: 862833566, + percent: 10000, + reputation: '419467766046', + time: '2018-01-09T04:08:57', + }, + { + voter: 'jumaidi', + weight: 33, + rshares: 547634800, + percent: 10000, + reputation: 23506391, + time: '2018-01-09T19:04:48', + }, + { + voter: 'photohunter', + weight: 39, + rshares: 650561366, + percent: 10000, + reputation: '78081897353', + time: '2018-01-09T13:56:33', + }, + { + voter: 'hendrapranabal', + weight: 14, + rshares: 242728995, + percent: 10000, + reputation: '79304207823', + time: '2018-01-09T08:37:30', + }, + { + voter: 'antikesdenken', + weight: 154, + rshares: 2584122120, + percent: 10000, + reputation: '225607615946', + time: '2018-01-09T13:46:24', + }, + { + voter: 'yesil', + weight: 1339, + rshares: '22472138784', + percent: 10000, + reputation: '24886388392', + time: '2018-01-08T19:56:54', + }, + { + voter: 'fargo', + weight: 40, + rshares: 659416001, + percent: 10000, + reputation: '50227464975', + time: '2018-01-09T03:47:42', + }, + { + voter: 'ernestfung', + weight: 3986, + rshares: '66867782844', + percent: 10000, + reputation: '100635247737', + time: '2018-01-09T13:15:57', + }, + { + voter: 'xeccedentesiast', + weight: 41, + rshares: 678016137, + percent: 10000, + reputation: '93732505899', + time: '2018-01-09T06:44:57', + }, + { + voter: 'jacoknoetze', + weight: 155, + rshares: 2604526013, + percent: 10000, + reputation: '1341700284330', + time: '2018-01-09T14:13:12', + }, + { + voter: 'arumashi', + weight: 34, + rshares: 569588711, + percent: 10000, + reputation: 1718597015, + time: '2018-01-09T09:01:42', + }, + { + voter: 'steemblogger', + weight: 34, + rshares: 574309500, + percent: 10000, + reputation: '308367891999', + time: '2018-01-09T20:37:33', + }, + { + voter: 'jdaboin', + weight: 35, + rshares: 596065000, + percent: 10000, + reputation: '75327962327', + time: '2018-01-09T14:39:06', + }, + { + voter: 'pepedumont', + weight: 32, + rshares: 522568757, + percent: 10000, + reputation: 1732361594, + time: '2018-01-09T11:43:12', + }, + { + voter: 'arnelpancho', + weight: 36, + rshares: 611427500, + percent: 10000, + reputation: '43600498218', + time: '2018-01-09T02:53:09', + }, + { + voter: 'florasarti', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: '32601585367', + time: '2018-01-08T20:41:21', + }, + { + voter: 'lallto777', + weight: 32, + rshares: 541481600, + percent: 10000, + reputation: 85596224, + time: '2018-01-09T09:28:24', + }, + { + voter: 'sanif', + weight: 37, + rshares: 615401988, + percent: 10000, + reputation: 174647331, + time: '2018-01-09T16:19:00', + }, + { + voter: 'karolynaz', + weight: 5, + rshares: 83184397, + percent: 10000, + reputation: '15892616038', + time: '2018-01-09T14:16:30', + }, + { + voter: 'munawiratjeh', + weight: 35, + rshares: 586851115, + percent: 10000, + reputation: 3130855797, + time: '2018-01-09T11:54:12', + }, + { + voter: 'thepajaro', + weight: 16, + rshares: 271691478, + percent: 10000, + reputation: '21572385764', + time: '2018-01-09T01:51:48', + }, + { + voter: 'angelairen', + weight: 0, + rshares: 448587763, + percent: 10000, + reputation: 3959295179, + time: '2018-01-09T19:57:03', + }, + { + voter: 'blockchainkarma', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 63576725, + time: '2018-01-08T21:57:45', + }, + { + voter: 'nurislam', + weight: 23, + rshares: 386746444, + percent: 10000, + reputation: '11715214573', + time: '2018-01-09T04:17:45', + }, + { + voter: 'upmyvote', + weight: 84175, + rshares: '1412220812850', + percent: 833, + reputation: '285388455528', + time: '2018-01-08T18:39:15', + }, + { + voter: 'mattatron', + weight: 36, + rshares: 615442940, + percent: 10000, + reputation: 95912181, + time: '2018-01-09T11:35:30', + }, + { + voter: 'davart', + weight: 32, + rshares: 535328400, + percent: 10000, + reputation: 78733638, + time: '2018-01-09T09:29:42', + }, + { + voter: 'assyamchild93', + weight: 33, + rshares: 546855029, + percent: 10000, + reputation: '7028250478', + time: '2018-01-09T05:29:15', + }, + { + voter: 'uberfreelancer', + weight: 192, + rshares: 3229469552, + percent: 10000, + reputation: '630087935925', + time: '2018-01-09T03:25:51', + }, + { + voter: 'newlive', + weight: 3, + rshares: 55305340, + percent: 10000, + reputation: '8478094180', + time: '2018-01-09T10:25:57', + }, + { + voter: 'omarid', + weight: 9, + rshares: 150763453, + percent: 10000, + reputation: -7079240925, + time: '2018-01-09T11:17:06', + }, + { + voter: 'bicata', + weight: 35, + rshares: 583778596, + percent: 10000, + reputation: '170559475965', + time: '2018-01-09T12:18:30', + }, + { + voter: 'unbearable', + weight: 64, + rshares: 1065843208, + percent: 10000, + reputation: 525805474, + time: '2018-01-09T17:13:27', + }, + { + voter: 'usagi898', + weight: 33, + rshares: 561918838, + percent: 10000, + reputation: 963636280, + time: '2018-01-09T05:40:00', + }, + { + voter: 'luke-life', + weight: 57, + rshares: 962736327, + percent: 10000, + reputation: '25723277989', + time: '2018-01-09T07:41:00', + }, + { + voter: 'skullangs', + weight: 37, + rshares: 614503071, + percent: 10000, + reputation: '6754488976', + time: '2018-01-09T14:11:45', + }, + { + voter: 'cmaster91', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 3338884301, + time: '2018-01-09T16:15:30', + }, + { + voter: 'durianpop', + weight: 35, + rshares: 603013600, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:02:06', + }, + { + voter: 'rafael.espina', + weight: 28, + rshares: 464797478, + percent: 10000, + reputation: '320522097991', + time: '2018-01-09T10:07:12', + }, + { + voter: 'danibehram', + weight: 4, + rshares: 67595000, + percent: 10000, + reputation: '4434630432', + time: '2018-01-09T08:01:54', + }, + { + voter: 'calligiato', + weight: 3, + rshares: 55330809, + percent: 940, + reputation: '5764938633', + time: '2018-01-08T21:28:57', + }, + { + voter: 'badriadi83', + weight: 10, + rshares: 181339042, + percent: 10000, + reputation: '55360453854', + time: '2018-01-09T18:01:42', + }, + { + voter: 'superherogamesq', + weight: 110, + rshares: 1843877538, + percent: 10000, + reputation: '645149522067', + time: '2018-01-08T22:24:51', + }, + { + voter: 'luoq', + weight: 3637, + rshares: '61018540726', + percent: 10000, + reputation: 2621304155, + time: '2018-01-09T01:35:39', + }, + { + voter: 'kristaldiva', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '34192234703', + time: '2018-01-09T06:18:54', + }, + { + voter: 'erikacmorales', + weight: 31, + rshares: 519252500, + percent: 10000, + reputation: '28710296697', + time: '2018-01-09T10:07:09', + }, + { + voter: 'alex1999', + weight: 35, + rshares: 587630600, + percent: 10000, + reputation: 183585500, + time: '2018-01-09T04:03:24', + }, + { + voter: 'oxozi', + weight: 117, + rshares: 1961651890, + percent: 10000, + reputation: '48977675673', + time: '2018-01-09T11:34:00', + }, + { + voter: 'rumal11gaming', + weight: 554, + rshares: 627135498, + percent: 10000, + reputation: '51384008475', + time: '2018-01-08T16:20:57', + }, + { + voter: 'slydogg', + weight: 35, + rshares: 580398787, + percent: 10000, + reputation: '335707481343', + time: '2018-01-09T20:24:51', + }, + { + voter: 'gabinart3', + weight: 37, + rshares: 619203735, + percent: 10000, + reputation: '82355075407', + time: '2018-01-09T02:32:54', + }, + { + voter: 'ottto', + weight: 26, + rshares: 449183600, + percent: 10000, + reputation: 425721753, + time: '2018-01-08T23:39:03', + }, + { + voter: 'thecooldentist', + weight: 38, + rshares: 628341996, + percent: 10000, + reputation: '308953380187', + time: '2018-01-09T14:30:45', + }, + { + voter: 'baart', + weight: 403, + rshares: 3378286836, + percent: 10000, + reputation: '1513762123515', + time: '2018-01-08T16:53:00', + }, + { + voter: 'pakiraamtv', + weight: 28, + rshares: 476236968, + percent: 10000, + reputation: '28845457312', + time: '2018-01-09T10:31:36', + }, + { + voter: 'zakir.quetta', + weight: 83, + rshares: 1392519051, + percent: 10000, + reputation: '831966810528', + time: '2018-01-09T01:11:24', + }, + { + voter: 'zpzn', + weight: 8, + rshares: 128674840, + percent: 10000, + reputation: '40274558273', + time: '2018-01-09T08:44:42', + }, + { + voter: 'voyager7', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 3985074762, + time: '2018-01-09T16:50:54', + }, + { + voter: 'erikc', + weight: 26, + rshares: 427080131, + percent: 10000, + reputation: 3729282582, + time: '2018-01-09T17:40:39', + }, + { + voter: 'pianocea', + weight: 237, + rshares: 3984185832, + percent: 10000, + reputation: '4642990399', + time: '2018-01-09T14:13:21', + }, + { + voter: 'argalf', + weight: 17, + rshares: 572247600, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:24:09', + }, + { + voter: 'skritataistina', + weight: 36, + rshares: 603013600, + percent: 10000, + reputation: 3121729482, + time: '2018-01-09T13:48:15', + }, + { + voter: 'bestbroplayer', + weight: 7614, + rshares: '127753757651', + percent: 10000, + reputation: '41323164245', + time: '2018-01-08T23:04:21', + }, + { + voter: 'piershampton', + weight: 36, + rshares: 602213009, + percent: 10000, + reputation: '7075418024', + time: '2018-01-09T10:11:21', + }, + { + voter: 'hariom25', + weight: 74, + rshares: 1245539572, + percent: 10000, + reputation: 2200810811, + time: '2018-01-09T05:33:45', + }, + { + voter: 'emicazal', + weight: 18, + rshares: 312506975, + percent: 10000, + reputation: '50609342661', + time: '2018-01-08T23:47:09', + }, + { + voter: 'dblstr', + weight: 416, + rshares: '6989892148', + percent: 5000, + reputation: '34719214354', + time: '2018-01-09T15:27:12', + }, + { + voter: 'rapibordir', + weight: 35, + rshares: 587281190, + percent: 10000, + reputation: 2939243252, + time: '2018-01-09T13:42:18', + }, + { + voter: 'andrei24', + weight: 11, + rshares: 194721609, + percent: 10000, + reputation: '12141547706', + time: '2018-01-09T00:15:12', + }, + { + voter: 'thedrewshow', + weight: 18, + rshares: 312207993, + percent: 10000, + reputation: '221021947647', + time: '2018-01-09T19:12:54', + }, + { + voter: 'parandox', + weight: 25, + rshares: 427288812, + percent: 10000, + reputation: '7888262421', + time: '2018-01-09T17:13:30', + }, + { + voter: 'blto83', + weight: 37, + rshares: 616386428, + percent: 10000, + reputation: 1014544529, + time: '2018-01-09T21:13:09', + }, + { + voter: 'bluewave', + weight: 85, + rshares: 1421297708, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:40:42', + }, + { + voter: 'zoeyryan', + weight: 36, + rshares: 616181227, + percent: 10000, + reputation: 384775561, + time: '2018-01-09T15:23:36', + }, + { + voter: 'duartenunes', + weight: 31, + rshares: 518056087, + percent: 10000, + reputation: '236541299228', + time: '2018-01-09T16:09:42', + }, + { + voter: 'sonofthunder', + weight: 56, + rshares: 937228991, + percent: 10000, + reputation: '403231321256', + time: '2018-01-09T08:26:39', + }, + { + voter: 'warriorwealth', + weight: 24, + rshares: 402499511, + percent: 10000, + reputation: '4816123816', + time: '2018-01-09T12:04:48', + }, + { + voter: 'maovader888', + weight: 12, + rshares: 206491410, + percent: 10000, + reputation: -5278725087, + time: '2018-01-08T23:50:30', + }, + { + voter: 'jhoselynecsolfob', + weight: 51, + rshares: 848685117, + percent: 10000, + reputation: '151780549091', + time: '2018-01-09T00:33:48', + }, + { + voter: 'johngabriel', + weight: 63, + rshares: 1057207284, + percent: 10000, + reputation: '84007533160', + time: '2018-01-09T14:19:36', + }, + { + voter: 'yourlovelyness', + weight: 45, + rshares: 746011259, + percent: 10000, + reputation: '67120519511', + time: '2018-01-09T02:42:00', + }, + { + voter: 'loolust', + weight: 36, + rshares: 615771276, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:22:09', + }, + { + voter: 'toufiqsoudagar', + weight: 37, + rshares: 617774707, + percent: 10000, + reputation: '8214153585', + time: '2018-01-09T02:14:27', + }, + { + voter: 'moogyz', + weight: 83, + rshares: 1385149326, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:09:12', + }, + { + voter: 'denzak', + weight: 25, + rshares: 419905512, + percent: 10000, + reputation: '5969138215', + time: '2018-01-09T00:16:48', + }, + { + voter: 'nancymoral', + weight: 56, + rshares: 934097979, + percent: 10000, + reputation: '88888046777', + time: '2018-01-09T00:38:57', + }, + { + voter: 'carrioner', + weight: 792, + rshares: '13274893422', + percent: 10000, + reputation: '972308041924', + time: '2018-01-08T19:03:36', + }, + { + voter: 'adventuretours', + weight: 37, + rshares: 615647746, + percent: 10000, + reputation: 1985563720, + time: '2018-01-08T20:55:48', + }, + { + voter: 'epshare', + weight: 32, + rshares: 547817196, + percent: 10000, + reputation: 98879544, + time: '2018-01-08T20:20:51', + }, + { + voter: 'mycrypteria', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:05:48', + }, + { + voter: 'teeegs90', + weight: 808, + rshares: '13556871614', + percent: 10000, + reputation: '46899932492', + time: '2018-01-09T09:56:09', + }, + { + voter: 'egoisdead', + weight: 39, + rshares: 661196070, + percent: 10000, + reputation: '92770816593', + time: '2018-01-08T22:10:33', + }, + { + voter: 'hrbnlgndgk', + weight: 19, + rshares: 319855169, + percent: 10000, + reputation: 101657947, + time: '2018-01-08T20:23:09', + }, + { + voter: 'dianemarra', + weight: 312, + rshares: '5236557631', + percent: 10000, + reputation: 104667395, + time: '2018-01-09T04:40:48', + }, + { + voter: 'onesound6', + weight: 30, + rshares: 505862913, + percent: 10000, + reputation: 4097974092, + time: '2018-01-09T04:32:42', + }, + { + voter: 'junfadriquela', + weight: 37, + rshares: 618846705, + percent: 10000, + reputation: 3843015240, + time: '2018-01-09T03:24:03', + }, + { + voter: 'muhammadnazir', + weight: 37, + rshares: 614831522, + percent: 10000, + reputation: '5661736805', + time: '2018-01-09T09:27:33', + }, + { + voter: 'pedrolavado', + weight: 74, + rshares: 616959126, + percent: 10000, + reputation: '19369015461', + time: '2018-01-08T17:21:33', + }, + { + voter: 'danllelys', + weight: 13, + rshares: 218802585, + percent: 10000, + reputation: '21509555662', + time: '2018-01-08T18:14:24', + }, + { + voter: 'sheilamenher', + weight: 37, + rshares: 606090200, + percent: 10000, + reputation: 103519581, + time: '2018-01-09T19:16:57', + }, + { + voter: 'egyption', + weight: 24, + rshares: 399207365, + percent: 10000, + reputation: 3182104865, + time: '2018-01-09T08:43:27', + }, + { + voter: 'doobs', + weight: 36, + rshares: 615360992, + percent: 10000, + reputation: 127186377, + time: '2018-01-09T03:10:12', + }, + { + voter: 'cryptoprupp', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: '21538432000', + time: '2018-01-08T21:19:00', + }, + { + voter: 'sugestiones', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '21774659879', + time: '2018-01-09T17:21:39', + }, + { + voter: 'dec82017', + weight: 37, + rshares: 615770631, + percent: 10000, + reputation: 35121014, + time: '2018-01-09T11:43:42', + }, + { + voter: 'asiannerd', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:36:30', + }, + { + voter: 'willieweenie', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:35:51', + }, + { + voter: 'hobblehenry', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:27:15', + }, + { + voter: 'frodothegreat', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:27:21', + }, + { + voter: 'elmessoudi', + weight: 35, + rshares: 596223950, + percent: 10000, + reputation: '30293742809', + time: '2018-01-09T10:52:15', + }, + { + voter: 'stratisnerd23', + weight: 35, + rshares: 581477400, + percent: 10000, + reputation: 76812971, + time: '2018-01-09T11:00:00', + }, + { + voter: 'bartheek', + weight: 64, + rshares: 1065489340, + percent: 10000, + reputation: '49515531090', + time: '2018-01-09T03:49:06', + }, + { + voter: 'wllmdnnd', + weight: 652, + rshares: '10949284250', + percent: 10000, + reputation: '20759090560', + time: '2018-01-09T10:27:57', + }, + { + voter: 'stonesoldier', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:41:24', + }, + { + voter: 'michaelbisbell', + weight: 70, + rshares: 1176419411, + percent: 10000, + reputation: 2528579152, + time: '2018-01-08T21:34:00', + }, + { + voter: 'divinetouch', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '9551807669', + time: '2018-01-09T12:50:09', + }, + { + voter: 'lobo-de-panonia', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:14:57', + }, + { + voter: 'pepolinko', + weight: 33, + rshares: 559941200, + percent: 10000, + reputation: 286303580, + time: '2018-01-09T12:22:21', + }, + { + voter: 'linkonsaha31', + weight: 19, + rshares: 316469449, + percent: 10000, + reputation: 2562578384, + time: '2018-01-09T20:43:03', + }, + { + voter: 'propicio-cejota', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:44:48', + }, + { + voter: 'nageshwar0369', + weight: 15, + rshares: 237511956, + percent: 10000, + reputation: '8296039113', + time: '2018-01-09T06:25:45', + }, + { + voter: 'mikefromtheuk', + weight: 14, + rshares: 241579408, + percent: 10000, + reputation: '19000183985', + time: '2018-01-08T21:10:06', + }, + { + voter: 'stanpai', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:20:33', + }, + { + voter: 'kenmelendez', + weight: 60, + rshares: 1011660035, + percent: 10000, + reputation: '10552877512', + time: '2018-01-08T20:49:45', + }, + { + voter: 'bbell909', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 1675536, + time: '2018-01-08T21:27:24', + }, + { + voter: 'awhsarada', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 2231191721, + time: '2018-01-09T13:20:51', + }, + { + voter: 'realurbanartist', + weight: 152, + rshares: 2549230588, + percent: 10000, + reputation: '2071906800331', + time: '2018-01-08T23:38:18', + }, + { + voter: 'medicinemerchant', + weight: 103, + rshares: 1728270767, + percent: 10000, + reputation: '341251935325', + time: '2018-01-09T05:27:03', + }, + { + voter: 'zayarch', + weight: 43, + rshares: 730962559, + percent: 10000, + reputation: '45194548199', + time: '2018-01-09T04:46:06', + }, + { + voter: 'manojahi', + weight: 35, + rshares: 593783800, + percent: 10000, + reputation: 187673171, + time: '2018-01-09T07:37:00', + }, + { + voter: 'riciingenito', + weight: 36, + rshares: 606574582, + percent: 10000, + reputation: 328153530, + time: '2018-01-08T23:16:21', + }, + { + voter: 'fachrul21', + weight: 29, + rshares: 487178067, + percent: 10000, + reputation: '416560804546', + time: '2018-01-09T14:57:36', + }, + { + voter: 'josejirafa', + weight: 21, + rshares: 359989883, + percent: 10000, + reputation: '500120312495', + time: '2018-01-09T09:51:42', + }, + { + voter: 'tabrellik05', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:50:51', + }, + { + voter: 'rellishnc', + weight: 37, + rshares: 615934966, + percent: 10000, + reputation: 499864455, + time: '2018-01-09T15:45:51', + }, + { + voter: 'jerrycrypto', + weight: 37, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:58:24', + }, + { + voter: 'zulfikar10', + weight: 27, + rshares: 449423036, + percent: 10000, + reputation: 1284707830, + time: '2018-01-09T11:26:39', + }, + { + voter: 'vigneshwar66', + weight: 29, + rshares: 490417478, + percent: 10000, + reputation: 700419016, + time: '2018-01-08T18:43:18', + }, + { + voter: 'haydenhougen', + weight: 36, + rshares: 615320000, + percent: 10000, + reputation: 454026603, + time: '2018-01-08T20:44:06', + }, + { + voter: 'najar10791', + weight: 7, + rshares: 116755000, + percent: 10000, + reputation: '6813482029', + time: '2018-01-09T05:59:27', + }, + { + voter: 'waleed45', + weight: 37, + rshares: 614982966, + percent: 10000, + reputation: 834715001, + time: '2018-01-09T21:09:12', + }, + { + voter: 'draqla', + weight: 36, + rshares: 593893755, + percent: 10000, + reputation: 326634724, + time: '2018-01-08T22:52:18', + }, + { + voter: 'siralexf', + weight: 120, + rshares: 2008232499, + percent: 10000, + reputation: '6575740835', + time: '2018-01-09T07:52:39', + }, + { + voter: 'thethtooaung', + weight: 27, + rshares: 451687610, + percent: 10000, + reputation: '105216786442', + time: '2018-01-09T14:38:12', + }, + { + voter: 'mirelon', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 42072421, + time: '2018-01-09T10:41:27', + }, + { + voter: 'j4nke', + weight: 96, + rshares: 1616669531, + percent: 10000, + reputation: '735143660769', + time: '2018-01-09T05:28:12', + }, + { + voter: 'large-crypto', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 841072181, + time: '2018-01-09T06:35:12', + }, + { + voter: 'imren', + weight: 0, + rshares: 605282500, + percent: 10000, + reputation: '8943525998', + time: '2018-01-09T18:52:39', + }, + { + voter: 'nikola13', + weight: 25, + rshares: 420919004, + percent: 10000, + reputation: 1746539243, + time: '2018-01-08T21:55:57', + }, + { + voter: 'wealthgfx', + weight: 37, + rshares: 605637100, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:37:54', + }, + { + voter: 'everydaycoach', + weight: 1130, + rshares: 772932029, + percent: 10000, + reputation: '121884582730', + time: '2018-01-08T16:37:00', + }, + { + voter: 'tamaramariadavey', + weight: 29, + rshares: 482384910, + percent: 10000, + reputation: '172972049721', + time: '2018-01-09T16:22:57', + }, + { + voter: 'cryptowani', + weight: 390, + rshares: '6540042146', + percent: 10000, + reputation: '7485712579', + time: '2018-01-09T16:39:21', + }, + { + voter: 'bb-96', + weight: 37, + rshares: 614982927, + percent: 10000, + reputation: 479961235, + time: '2018-01-09T17:45:24', + }, + { + voter: 'mukaiselekwa', + weight: 90, + rshares: 1503601195, + percent: 10000, + reputation: '25889812766', + time: '2018-01-09T00:35:18', + }, + { + voter: 'thegwench', + weight: 7, + rshares: 119897700, + percent: 10000, + reputation: 611783853, + time: '2018-01-09T05:57:15', + }, + { + voter: 'santano', + weight: 25, + rshares: 424253400, + percent: 10000, + reputation: 351206455, + time: '2018-01-08T20:00:21', + }, + { + voter: 'ssjj9366', + weight: 20, + rshares: 338173000, + percent: 10000, + reputation: '28214276230', + time: '2018-01-09T16:34:21', + }, + { + voter: 'maxx4137', + weight: 393, + rshares: '6598705853', + percent: 10000, + reputation: '24640938760', + time: '2018-01-09T03:20:51', + }, + { + voter: 'jerrygan', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:32:54', + }, + { + voter: 'badebade', + weight: 43321, + rshares: '363410633646', + percent: 10000, + reputation: 0, + time: '2018-01-08T17:10:24', + }, + { + voter: 'brainnipper', + weight: 118, + rshares: 1988692773, + percent: 10000, + reputation: '382780250637', + time: '2018-01-09T20:13:30', + }, + { + voter: 'fixmod', + weight: 15, + rshares: 246117135, + percent: 10000, + reputation: 139517544, + time: '2018-01-09T20:03:45', + }, + { + voter: 'swethu', + weight: 15, + rshares: 242728713, + percent: 10000, + reputation: 4054974538, + time: '2018-01-09T07:45:42', + }, + { + voter: 'mrxxxx200', + weight: 37, + rshares: 605677468, + percent: 10000, + reputation: 1332283922, + time: '2018-01-09T10:57:27', + }, + { + voter: 'papes1md', + weight: 629, + rshares: '10563573766', + percent: 10000, + reputation: 0, + time: '2018-01-09T17:27:12', + }, + { + voter: 'heberthjose', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: '11252064613', + time: '2018-01-09T01:39:12', + }, + { + voter: 'alejandrofa', + weight: 6, + rshares: 86080400, + percent: 10000, + reputation: 60177581, + time: '2018-01-09T04:09:30', + }, + { + voter: 'simeonayanlade', + weight: 31, + rshares: 516482400, + percent: 10000, + reputation: 712011753, + time: '2018-01-09T08:05:33', + }, + { + voter: 'shawnlafountain', + weight: 36, + rshares: 603807900, + percent: 10000, + reputation: 500102457, + time: '2018-01-09T00:42:54', + }, + { + voter: 'dosbosnivianos', + weight: 22, + rshares: 354785446, + percent: 10000, + reputation: '139350328830', + time: '2018-01-09T01:56:15', + }, + { + voter: 'shinedojo', + weight: 1311, + rshares: 1046933534, + percent: 10000, + reputation: '102024834704', + time: '2018-01-08T16:33:42', + }, + { + voter: 'mauigold808', + weight: 8, + rshares: 138263190, + percent: 10000, + reputation: '15677184615', + time: '2018-01-09T08:44:48', + }, + { + voter: 'dylansmith', + weight: 143, + rshares: 2401608474, + percent: 10000, + reputation: '6246274804', + time: '2018-01-09T06:43:33', + }, + { + voter: 'bitoneeight', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:58:36', + }, + { + voter: 'nannhtike', + weight: 24, + rshares: 399091895, + percent: 10000, + reputation: '44027865954', + time: '2018-01-09T04:32:09', + }, + { + voter: 'loniloniloni', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:03:00', + }, + { + voter: 'nyinyilwin', + weight: 24, + rshares: 397671589, + percent: 5387, + reputation: '24449672198', + time: '2018-01-09T03:04:33', + }, + { + voter: 'dmskihomestead', + weight: 36, + rshares: 589355925, + percent: 10000, + reputation: '47748004264', + time: '2018-01-08T19:58:00', + }, + { + voter: 'emma4ward', + weight: 36, + rshares: 615597730, + percent: 10000, + reputation: 328120450, + time: '2018-01-09T05:52:06', + }, + { + voter: 'sunnyraph', + weight: 37, + rshares: 616622882, + percent: 10000, + reputation: 1697914190, + time: '2018-01-09T13:35:18', + }, + { + voter: 'marksoswavey', + weight: 21, + rshares: 356160575, + percent: 10000, + reputation: '11086229820', + time: '2018-01-08T22:28:48', + }, + { + voter: 'kentzz001', + weight: 17, + rshares: 284850448, + percent: 10000, + reputation: '145735075066', + time: '2018-01-09T10:55:33', + }, + { + voter: 'sparkosonic', + weight: 31, + rshares: 516551251, + percent: 10000, + reputation: '22544168644', + time: '2018-01-08T18:08:18', + }, + { + voter: 'jjrousseau', + weight: 36, + rshares: 615597790, + percent: 10000, + reputation: 295619137, + time: '2018-01-09T20:04:54', + }, + { + voter: 'artking', + weight: 32, + rshares: 550299700, + percent: 10000, + reputation: '13754380580', + time: '2018-01-09T01:15:27', + }, + { + voter: 'raymmo', + weight: 151, + rshares: 2547207970, + percent: 10000, + reputation: 3414349114, + time: '2018-01-09T02:40:30', + }, + { + voter: 'bcre8iv3', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:47:42', + }, + { + voter: 'robertgelbmann', + weight: 36, + rshares: 599236420, + percent: 10000, + reputation: 680218463, + time: '2018-01-09T16:02:03', + }, + { + voter: 'kvatsavayi', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:36:21', + }, + { + voter: 'yourtime', + weight: 30, + rshares: 491888000, + percent: 10000, + reputation: 738171631, + time: '2018-01-09T05:53:15', + }, + { + voter: 'saxhouse', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:45:18', + }, + { + voter: 'losthippie', + weight: 31, + rshares: 522325000, + percent: 10000, + reputation: '6585922553', + time: '2018-01-09T13:58:18', + }, + { + voter: 'nsikakaaron', + weight: 36, + rshares: 593339900, + percent: 10000, + reputation: 187433560, + time: '2018-01-09T00:00:39', + }, + { + voter: 'weirdgoose', + weight: 22, + rshares: 372140000, + percent: 10000, + reputation: '59851708097', + time: '2018-01-08T21:41:21', + }, + { + voter: 'kshemen', + weight: 25, + rshares: 417860000, + percent: 10000, + reputation: '90378491995', + time: '2018-01-09T06:19:39', + }, + { + voter: 'jankos55', + weight: 92, + rshares: 767778567, + percent: 10000, + reputation: '10420276922', + time: '2018-01-08T17:08:12', + }, + { + voter: 'diffuseloop', + weight: 122, + rshares: 2044258167, + percent: 10000, + reputation: 88037374, + time: '2018-01-09T16:21:09', + }, + { + voter: 'gloeze', + weight: 4, + rshares: 61454475, + percent: 10000, + reputation: '38227552701', + time: '2018-01-09T10:01:30', + }, + { + voter: 'lewando54', + weight: 211, + rshares: 442699200, + percent: 10000, + reputation: 619229919, + time: '2018-01-08T16:48:12', + }, + { + voter: 'gonzoduke', + weight: 33, + rshares: 556448300, + percent: 10000, + reputation: 502209968, + time: '2018-01-08T22:56:09', + }, + { + voter: 'janiefiteny15', + weight: 28, + rshares: 470092500, + percent: 10000, + reputation: '15493442262', + time: '2018-01-09T01:59:27', + }, + { + voter: 'thatwoman', + weight: 19, + rshares: 319540000, + percent: 10000, + reputation: '21983851797', + time: '2018-01-09T04:51:36', + }, + { + voter: 'junababatuon', + weight: 20, + rshares: 331830000, + percent: 10000, + reputation: '10043371281', + time: '2018-01-09T12:36:45', + }, + { + voter: 'popperr61', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:45:09', + }, + { + voter: 'agere', + weight: 66, + rshares: 1111924262, + percent: 10000, + reputation: '5029824663', + time: '2018-01-08T22:08:45', + }, + { + voter: 'geyzee', + weight: 69, + rshares: 1160507472, + percent: 10000, + reputation: 245139007, + time: '2018-01-09T06:10:12', + }, + { + voter: 'helboj', + weight: 642, + rshares: 835565332, + percent: 10000, + reputation: 1244263510, + time: '2018-01-08T16:20:03', + }, + { + voter: 'roocrew17', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: 872295936, + time: '2018-01-08T23:17:09', + }, + { + voter: 'aissa423', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: '10490504682', + time: '2018-01-09T18:05:51', + }, + { + voter: 'onlysonle', + weight: 18, + rshares: 605286229, + percent: 10000, + reputation: '5565186960', + time: '2018-01-09T21:25:18', + }, + { + voter: 'belemo', + weight: 9, + rshares: 154476378, + percent: 10000, + reputation: '59572401214', + time: '2018-01-09T05:07:48', + }, + { + voter: 'jjay', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: '67915168718', + time: '2018-01-09T17:20:12', + }, + { + voter: 'krillz218', + weight: 11, + rshares: 182634782, + percent: 10000, + reputation: '19867226941', + time: '2018-01-09T06:40:51', + }, + { + voter: 'demishia', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:28:21', + }, + { + voter: 'dii', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: '5080877793', + time: '2018-01-08T23:41:03', + }, + { + voter: 'lilbit-pudles', + weight: 37, + rshares: 615843902, + percent: 10000, + reputation: 642176864, + time: '2018-01-09T16:33:45', + }, + { + voter: 'bomholtm', + weight: 102, + rshares: 1723299260, + percent: 10000, + reputation: 61511667, + time: '2018-01-09T13:17:06', + }, + { + voter: 'wazupeddy', + weight: 5, + rshares: 92229000, + percent: 1823, + reputation: 132959106, + time: '2018-01-09T05:40:51', + }, + { + voter: 'satoshiworks', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:30:42', + }, + { + voter: 'cdav', + weight: 36, + rshares: 602562800, + percent: 10000, + reputation: '9005539651', + time: '2018-01-09T06:53:33', + }, + { + voter: 'doctorjj', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 131258577, + time: '2018-01-08T23:57:57', + }, + { + voter: 'daveonarrival', + weight: 18, + rshares: 298207100, + percent: 10000, + reputation: '151900329833', + time: '2018-01-09T01:59:24', + }, + { + voter: 'ankavatar', + weight: 20, + rshares: 325685000, + percent: 10000, + reputation: '13800783748', + time: '2018-01-08T20:42:45', + }, + { + voter: 'assos', + weight: 32, + rshares: 526651471, + percent: 10000, + reputation: 916735221, + time: '2018-01-08T20:46:45', + }, + { + voter: 'tychobrahe', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 110445077, + time: '2018-01-09T13:08:30', + }, + { + voter: 'stefan6969', + weight: 10, + rshares: 156698283, + percent: 10000, + reputation: '5722001675', + time: '2018-01-09T12:12:30', + }, + { + voter: 'zumerret', + weight: 36, + rshares: 596700814, + percent: 10000, + reputation: '5243503073', + time: '2018-01-09T15:11:12', + }, + { + voter: 'paulokuk1', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '7861299814', + time: '2018-01-09T01:55:51', + }, + { + voter: 'ala.salhi', + weight: 27, + rshares: 466545605, + percent: 10000, + reputation: '31959922747', + time: '2018-01-09T16:32:06', + }, + { + voter: 'jcoblo', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:27:51', + }, + { + voter: 'kujou', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 2215897, + time: '2018-01-09T14:48:03', + }, + { + voter: 'bigjosh', + weight: 30, + rshares: 504223834, + percent: 10000, + reputation: '51382126089', + time: '2018-01-08T20:46:48', + }, + { + voter: 'igel2017', + weight: 455, + rshares: '7641275813', + percent: 10000, + reputation: 3831035908, + time: '2018-01-09T00:46:03', + }, + { + voter: 'deliberator', + weight: 35, + rshares: 583770169, + percent: 10000, + reputation: '41205670544', + time: '2018-01-09T19:58:39', + }, + { + voter: 'carito', + weight: 27, + rshares: 446694427, + percent: 10000, + reputation: 730869188, + time: '2018-01-08T20:31:33', + }, + { + voter: 'zuzia', + weight: 14, + rshares: 242902068, + percent: 10000, + reputation: 1201692311, + time: '2018-01-08T20:02:15', + }, + { + voter: 'asabiyat', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: 27481471, + time: '2018-01-09T09:42:21', + }, + { + voter: 'whitneynoel', + weight: 31, + rshares: 522631000, + percent: 10000, + reputation: 2560740664, + time: '2018-01-09T15:44:15', + }, + { + voter: 'aistis', + weight: 6, + rshares: 92757151, + percent: 10000, + reputation: '6578355260', + time: '2018-01-08T21:31:15', + }, + { + voter: 'gopalsuthar', + weight: 37, + rshares: 615802511, + percent: 10000, + reputation: 578397218, + time: '2018-01-09T20:05:00', + }, + { + voter: 'akkayaemre06', + weight: 35, + rshares: 586880815, + percent: 10000, + reputation: 2135614380, + time: '2018-01-09T19:37:24', + }, + { + voter: 'polskiarrow', + weight: 36, + rshares: 614503440, + percent: 10000, + reputation: -16598607748, + time: '2018-01-09T15:24:06', + }, + { + voter: 'steemboat-steve', + weight: 639, + rshares: '10719377484', + percent: 10000, + reputation: 1438946124, + time: '2018-01-09T18:02:45', + }, + { + voter: 'sirpillar', + weight: 34, + rshares: 559559889, + percent: 10000, + reputation: 259457436, + time: '2018-01-08T22:41:09', + }, + { + voter: 'mental-extract', + weight: 18, + rshares: 297622459, + percent: 10000, + reputation: '75639869283', + time: '2018-01-09T03:43:30', + }, + { + voter: 'menardo', + weight: 25, + rshares: 433476300, + percent: 10000, + reputation: '33359504126', + time: '2018-01-09T04:05:24', + }, + { + voter: 'fonsetucker', + weight: 6, + rshares: 91601543, + percent: 10, + reputation: '184395047300', + time: '2018-01-09T04:40:54', + }, + { + voter: 'muhammadwaseem', + weight: 36, + rshares: 602562800, + percent: 10000, + reputation: 130809311, + time: '2018-01-09T05:15:30', + }, + { + voter: 'natebelt83', + weight: 20, + rshares: 334209879, + percent: 100, + reputation: '5020747096689', + time: '2018-01-09T01:10:48', + }, + { + voter: 'bayjoe', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: '24886204330', + time: '2018-01-09T16:58:30', + }, + { + voter: 'farel', + weight: 13, + rshares: 225772849, + percent: 10000, + reputation: '10701703106', + time: '2018-01-09T06:04:36', + }, + { + voter: 'r4id3n', + weight: 7, + rshares: 112044813, + percent: 10000, + reputation: 36372646, + time: '2018-01-09T20:17:48', + }, + { + voter: 'rhondel', + weight: 30, + rshares: 504655664, + percent: 10000, + reputation: 311480728, + time: '2018-01-08T22:12:12', + }, + { + voter: 'tectum', + weight: 25, + rshares: 411824795, + percent: 10000, + reputation: 3967591055, + time: '2018-01-08T23:02:15', + }, + { + voter: 'adamdonmez', + weight: 123, + rshares: 2055946664, + percent: 10000, + reputation: '14339727019', + time: '2018-01-09T00:46:30', + }, + { + voter: 'gematriot', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:54:24', + }, + { + voter: 'abhisheksing', + weight: 37, + rshares: 619408748, + percent: 10000, + reputation: 3535936692, + time: '2018-01-09T00:17:54', + }, + { + voter: 'mawardy', + weight: 7, + rshares: 110610000, + percent: 10000, + reputation: '15438985844', + time: '2018-01-09T19:21:30', + }, + { + voter: 'rdmobile', + weight: 21, + rshares: 347465272, + percent: 10000, + reputation: 1268218719, + time: '2018-01-09T01:22:30', + }, + { + voter: 'anuratti', + weight: 37, + rshares: 616007621, + percent: 10000, + reputation: '8816491984', + time: '2018-01-08T20:49:54', + }, + { + voter: 'badreqm01', + weight: 33, + rshares: 560252353, + percent: 10000, + reputation: '7060009695', + time: '2018-01-08T20:47:36', + }, + { + voter: 'kontixdtube', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: '6740567795', + time: '2018-01-08T21:14:54', + }, + { + voter: 'jeenger', + weight: 134, + rshares: 2243476675, + percent: 10000, + reputation: 2492118010, + time: '2018-01-08T21:05:21', + }, + { + voter: 'nrevival', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:00:36', + }, + { + voter: 'coffeex', + weight: 20, + rshares: 347465357, + percent: 10000, + reputation: '6862633065', + time: '2018-01-08T23:24:00', + }, + { + voter: 'aponted7', + weight: 93, + rshares: 615174333, + percent: 10000, + reputation: '22187341386', + time: '2018-01-08T16:14:36', + }, + { + voter: 'theessential', + weight: 106, + rshares: 1775679152, + percent: 10000, + reputation: '146915079839', + time: '2018-01-09T02:35:06', + }, + { + voter: 'enigma5001', + weight: 30, + rshares: 503990792, + percent: 10000, + reputation: 951585577, + time: '2018-01-09T05:39:12', + }, + { + voter: 'canrelai', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:43:57', + }, + { + voter: 'azzahra', + weight: 37, + rshares: 620842368, + percent: 10000, + reputation: '12548041231', + time: '2018-01-08T18:47:18', + }, + { + voter: 'kadiripek', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 28533345, + time: '2018-01-09T04:53:54', + }, + { + voter: 'andrewkaan', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:28:09', + }, + { + voter: 'kuboskeey', + weight: 6, + rshares: 96313216, + percent: 10000, + reputation: '11085705497', + time: '2018-01-08T22:58:15', + }, + { + voter: 'farah-kamran', + weight: 18, + rshares: 294961817, + percent: 10000, + reputation: '9459761280', + time: '2018-01-09T10:58:21', + }, + { + voter: 'ryuzaki', + weight: 36, + rshares: 605758225, + percent: 10000, + reputation: 193086909, + time: '2018-01-09T21:00:57', + }, + { + voter: 'brandoncrypto', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:33:12', + }, + { + voter: 'desheba', + weight: 34, + rshares: 555550217, + percent: 10000, + reputation: '20341857093', + time: '2018-01-08T20:43:33', + }, + { + voter: 'jjohnson78', + weight: 29, + rshares: 478252368, + percent: 10000, + reputation: 792247928, + time: '2018-01-09T03:10:48', + }, + { + voter: 'felixchow', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:12:21', + }, + { + voter: 'waltliquor', + weight: 12, + rshares: 206252711, + percent: 10000, + reputation: 1385680637, + time: '2018-01-09T00:43:45', + }, + { + voter: 'talli-art', + weight: 68, + rshares: 1149543605, + percent: 10000, + reputation: '11959885780', + time: '2018-01-09T11:53:39', + }, + { + voter: 'acecauis', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:53:30', + }, + { + voter: 'hoher11', + weight: 35, + rshares: 587504458, + percent: 10000, + reputation: 2831890505, + time: '2018-01-09T14:53:27', + }, + { + voter: 'oussamadz', + weight: 36, + rshares: 605637100, + percent: 10000, + reputation: 189764176, + time: '2018-01-09T00:16:39', + }, + { + voter: 'kingalex', + weight: 205, + rshares: 3450191834, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:03:33', + }, + { + voter: 'rtaitt', + weight: 464, + rshares: '7790200776', + percent: 10000, + reputation: 0, + time: '2018-01-08T23:06:36', + }, + { + voter: 'alexurso13', + weight: 101, + rshares: 1695125063, + percent: 10000, + reputation: 1423750858, + time: '2018-01-08T20:54:12', + }, + { + voter: 'frankstuff', + weight: 36, + rshares: 605960000, + percent: 10000, + reputation: 154532973, + time: '2018-01-09T07:00:54', + }, + { + voter: 'swagtoshi', + weight: 27, + rshares: 445773500, + percent: 10000, + reputation: 941816321, + time: '2018-01-08T20:59:45', + }, + { + voter: 'knightcrawlers', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 2766067973, + time: '2018-01-09T19:49:54', + }, + { + voter: 'carllloyd', + weight: 11, + rshares: 181794725, + percent: 10000, + reputation: 2338778654, + time: '2018-01-09T13:56:09', + }, + { + voter: 'ulokgram', + weight: 23, + rshares: 383255301, + percent: 10000, + reputation: '45812010374', + time: '2018-01-09T00:10:36', + }, + { + voter: 'zafei', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:01:45', + }, + { + voter: 'cryptotaxadvisor', + weight: 9, + rshares: 147871245, + percent: 10000, + reputation: '4737294001', + time: '2018-01-09T06:55:42', + }, + { + voter: 'xceljerry', + weight: 34, + rshares: 584155932, + percent: 10000, + reputation: 70097012, + time: '2018-01-09T14:49:39', + }, + { + voter: 'breakfastrecipes', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 384292786, + time: '2018-01-09T17:19:45', + }, + { + voter: 'skylettebree28', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: '6153938582', + time: '2018-01-08T23:56:57', + }, + { + voter: 'theophiles', + weight: 35, + rshares: 571819800, + percent: 10000, + reputation: 217797257, + time: '2018-01-09T15:38:57', + }, + { + voter: 'saitou', + weight: 36, + rshares: 615187905, + percent: 10000, + reputation: 176487334, + time: '2018-01-08T22:27:33', + }, + { + voter: 'neneandy', + weight: 280, + rshares: '4702807375', + percent: 10000, + reputation: '45050739917', + time: '2018-01-09T09:40:00', + }, + { + voter: 'white51', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: 89574507, + time: '2018-01-09T05:55:54', + }, + { + voter: 'jakelivingston', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:51:00', + }, + { + voter: 'jemi', + weight: 16, + rshares: 258090000, + percent: 4169, + reputation: '11241129167', + time: '2018-01-08T23:47:33', + }, + { + voter: 'hivemindplanet', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T18:58:57', + }, + { + voter: 'aqeelshehzad', + weight: 36, + rshares: 611126025, + percent: 10000, + reputation: '7866275546', + time: '2018-01-09T05:51:09', + }, + { + voter: 'pcusine', + weight: 30, + rshares: 491888000, + percent: 10000, + reputation: 299163329, + time: '2018-01-08T23:47:00', + }, + { + voter: 'agnethaschmidt', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:45:15', + }, + { + voter: 'haseebkhan13', + weight: 15, + rshares: 252045777, + percent: 10000, + reputation: '15741396536', + time: '2018-01-09T16:17:51', + }, + { + voter: 'dianafigura', + weight: 62, + rshares: 1050755387, + percent: 10000, + reputation: '31343591304', + time: '2018-01-09T13:56:57', + }, + { + voter: 'canburaksimsek', + weight: 29, + rshares: 477256406, + percent: 10000, + reputation: '204022567802', + time: '2018-01-09T13:23:24', + }, + { + voter: 'erjans', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:28:21', + }, + { + voter: 'ulas', + weight: 27, + rshares: 447318578, + percent: 10000, + reputation: 1282100279, + time: '2018-01-09T00:45:15', + }, + { + voter: 'perseveranceboy', + weight: 31, + rshares: 510469835, + percent: 10000, + reputation: -7898249189, + time: '2018-01-09T20:48:27', + }, + { + voter: 'john.kim.snw', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 27924603, + time: '2018-01-09T09:26:48', + }, + { + voter: 'philnewton', + weight: 61, + rshares: 404663108, + percent: 10000, + reputation: '53780930037', + time: '2018-01-08T16:14:36', + }, + { + voter: 'criptoar', + weight: 37, + rshares: 625146151, + percent: 10000, + reputation: '6390637356', + time: '2018-01-08T18:34:30', + }, + { + voter: 'itsshamrok', + weight: 10, + rshares: 163274515, + percent: 10000, + reputation: 684180008, + time: '2018-01-08T20:56:12', + }, + { + voter: 'anthonycruddas', + weight: 25, + rshares: 433476300, + percent: 10000, + reputation: 926374232, + time: '2018-01-09T06:30:33', + }, + { + voter: 'putra-muda', + weight: 14, + rshares: 221836330, + percent: 10000, + reputation: 4174091212, + time: '2018-01-09T03:55:24', + }, + { + voter: 'fina', + weight: 35, + rshares: 591170566, + percent: 10000, + reputation: 422174796, + time: '2018-01-09T10:43:21', + }, + { + voter: 'garycruz', + weight: 168, + rshares: 2816345584, + percent: 10000, + reputation: 266140415, + time: '2018-01-09T09:48:45', + }, + { + voter: 'badmusgreene', + weight: 68, + rshares: 566685139, + percent: 10000, + reputation: '44853319480', + time: '2018-01-08T16:59:57', + }, + { + voter: 'maksio', + weight: 34, + rshares: 571819800, + percent: 10000, + reputation: 31999169, + time: '2018-01-09T18:10:27', + }, + { + voter: 'brettleavitt', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:44:27', + }, + { + voter: 'lehmakas', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 87849529, + time: '2018-01-09T16:29:21', + }, + { + voter: 'abdeladim', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 465913564, + time: '2018-01-08T22:01:09', + }, + { + voter: 'yassinof', + weight: 5, + rshares: 77851112, + percent: 10000, + reputation: '14373384994', + time: '2018-01-09T03:06:57', + }, + { + voter: 'andreback', + weight: 37, + rshares: 617982280, + percent: 10000, + reputation: '226554327509', + time: '2018-01-09T05:57:48', + }, + { + voter: 'curiousnematode', + weight: 24, + rshares: 405807600, + percent: 10000, + reputation: 3504374947, + time: '2018-01-09T08:54:18', + }, + { + voter: 'blairsinjay', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: '63427600249', + time: '2018-01-09T10:12:42', + }, + { + voter: 'simonhbosch', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 67843041, + time: '2018-01-09T02:19:45', + }, + { + voter: 'mazicman', + weight: 35, + rshares: 577630000, + percent: 10000, + reputation: '11989082582', + time: '2018-01-09T20:39:45', + }, + { + voter: 'ziyadhelmi', + weight: 27, + rshares: 464256805, + percent: 10000, + reputation: '9229490058', + time: '2018-01-09T09:24:09', + }, + { + voter: 'mahes', + weight: 35, + rshares: 582359378, + percent: 10000, + reputation: 759061395, + time: '2018-01-08T19:11:12', + }, + { + voter: 'powellwoods', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '8147654050', + time: '2018-01-08T21:22:00', + }, + { + voter: 'labeilleneigeux', + weight: 12, + rshares: 208935343, + percent: 10000, + reputation: '72162649783', + time: '2018-01-08T18:42:42', + }, + { + voter: 'abdullah.basbous', + weight: 34, + rshares: 568745500, + percent: 10000, + reputation: 63512913, + time: '2018-01-08T21:51:24', + }, + { + voter: 'cagaberk', + weight: 37, + rshares: 616335213, + percent: 10000, + reputation: 649418638, + time: '2018-01-09T14:49:30', + }, + { + voter: 'gillime', + weight: 34, + rshares: 573180718, + percent: 10000, + reputation: '514091986508', + time: '2018-01-09T11:56:54', + }, + { + voter: 'catlove', + weight: 33, + rshares: 568416001, + percent: 10000, + reputation: '25410134453', + time: '2018-01-09T11:15:03', + }, + { + voter: 'missioncontrol', + weight: 28, + rshares: 474546535, + percent: 10000, + reputation: 3192191556, + time: '2018-01-09T10:11:33', + }, + { + voter: 'aliexploror', + weight: 36, + rshares: 605054458, + percent: 10000, + reputation: 3771412794, + time: '2018-01-08T22:16:45', + }, + { + voter: 'sondraparys', + weight: 110, + rshares: 1851048336, + percent: 10000, + reputation: '646605143467', + time: '2018-01-08T17:42:15', + }, + { + voter: 'chaerys', + weight: 57, + rshares: 945840321, + percent: 10000, + reputation: 1830622442, + time: '2018-01-08T21:56:42', + }, + { + voter: 'hassaan95', + weight: 133, + rshares: 1119881803, + percent: 10000, + reputation: 1799523344, + time: '2018-01-08T17:21:00', + }, + { + voter: 'bivar-asp', + weight: 8, + rshares: 122900757, + percent: 10000, + reputation: '5126760350', + time: '2018-01-09T10:44:24', + }, + { + voter: 'disruptingtech', + weight: 26, + rshares: 427080131, + percent: 10000, + reputation: 484750602, + time: '2018-01-09T11:47:36', + }, + { + voter: 'kilosworld', + weight: 30, + rshares: 504487587, + percent: 10000, + reputation: 3034233256, + time: '2018-01-08T22:40:24', + }, + { + voter: 'rball8970', + weight: 16, + rshares: 275818885, + percent: 10000, + reputation: '15702894244', + time: '2018-01-09T00:38:30', + }, + { + voter: 'ichrak', + weight: 68, + rshares: 1136144922, + percent: 10000, + reputation: '19889496062', + time: '2018-01-08T22:04:15', + }, + { + voter: 'ronnyr', + weight: 37, + rshares: 615474668, + percent: 10000, + reputation: 608503759, + time: '2018-01-09T19:39:09', + }, + { + voter: 'siguantenx', + weight: 21, + rshares: 338696023, + percent: 10000, + reputation: '19360616430', + time: '2018-01-09T07:57:45', + }, + { + voter: 'rihan17', + weight: 36, + rshares: 614860000, + percent: 10000, + reputation: 51984999, + time: '2018-01-09T07:59:27', + }, + { + voter: 'ariakianim', + weight: 1970, + rshares: '4696658152', + percent: 10000, + reputation: '29752490248', + time: '2018-01-08T16:17:18', + }, + { + voter: 'brianmack', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 2278528031, + time: '2018-01-09T15:50:48', + }, + { + voter: 'musliadiamd', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: 59396678, + time: '2018-01-09T07:22:30', + }, + { + voter: 'yurifr', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:21:18', + }, + { + voter: 'jacobitvef', + weight: 36, + rshares: 607534208, + percent: 10000, + reputation: 447271338, + time: '2018-01-09T02:17:15', + }, + { + voter: 'netwist', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 26235904, + time: '2018-01-09T10:14:03', + }, + { + voter: 'shofaemily', + weight: 31, + rshares: 522631000, + percent: 10000, + reputation: 135806647, + time: '2018-01-09T00:49:45', + }, + { + voter: 'ronfm23', + weight: 35, + rshares: 593339900, + percent: 10000, + reputation: '19983075706', + time: '2018-01-08T23:12:03', + }, + { + voter: 'tradev', + weight: 11, + rshares: 175880630, + percent: 10000, + reputation: '6657290003', + time: '2018-01-09T20:02:57', + }, + { + voter: 'kingnoa', + weight: 36, + rshares: 602562800, + percent: 10000, + reputation: 2366975446, + time: '2018-01-09T12:54:24', + }, + { + voter: 'eddie84', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 3747183285, + time: '2018-01-08T20:12:30', + }, + { + voter: 'jedamez', + weight: 25, + rshares: 424005000, + percent: 10000, + reputation: '81868810492', + time: '2018-01-08T19:58:36', + }, + { + voter: 'annepage', + weight: 63, + rshares: 528779600, + percent: 10000, + reputation: '22229201245', + time: '2018-01-08T16:57:30', + }, + { + voter: 'alexiii', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 61033885, + time: '2018-01-09T02:28:03', + }, + { + voter: 'varunpaherwar', + weight: 36, + rshares: 606170264, + percent: 10000, + reputation: '15696382086', + time: '2018-01-09T20:01:15', + }, + { + voter: 'imransoory', + weight: 38, + rshares: 644652002, + percent: 10000, + reputation: '364672355269', + time: '2018-01-09T06:23:48', + }, + { + voter: 'confiet', + weight: 0, + rshares: 568083999, + percent: 10000, + reputation: 1731366879, + time: '2018-01-08T18:56:48', + }, + { + voter: 'criptoworldlb', + weight: 27, + rshares: 451922100, + percent: 10000, + reputation: 1310717459, + time: '2018-01-09T07:24:15', + }, + { + voter: 'sanctuary', + weight: 37, + rshares: 615597632, + percent: 10000, + reputation: -1329928529, + time: '2018-01-09T11:34:27', + }, + { + voter: 'varunkini', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '53628894234', + time: '2018-01-09T05:24:54', + }, + { + voter: 'brubyy', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:28:33', + }, + { + voter: 'ankushmurdia25', + weight: 27, + rshares: 448585000, + percent: 10000, + reputation: 1094167346, + time: '2018-01-09T09:20:15', + }, + { + voter: 'surfknasen', + weight: 101, + rshares: 1697769624, + percent: 10000, + reputation: '141816930946', + time: '2018-01-08T22:22:54', + }, + { + voter: 'eliasleo', + weight: 5, + rshares: 86030000, + percent: 10000, + reputation: 2197947639, + time: '2018-01-09T06:33:51', + }, + { + voter: 'khadniimangaa', + weight: 34, + rshares: 562596900, + percent: 10000, + reputation: '17892905803', + time: '2018-01-09T02:24:45', + }, + { + voter: 'tonsmets', + weight: 50, + rshares: 840015722, + percent: 10000, + reputation: 3960221326, + time: '2018-01-09T12:10:24', + }, + { + voter: 'fabian98', + weight: 25, + rshares: 418104800, + percent: 10000, + reputation: '43484038923', + time: '2018-01-09T15:31:00', + }, + { + voter: 'anivmc', + weight: 36, + rshares: 593339900, + percent: 10000, + reputation: 508451423, + time: '2018-01-09T13:27:57', + }, + { + voter: 'akhilholden', + weight: 439, + rshares: '7365348152', + percent: 10000, + reputation: '7405431025', + time: '2018-01-09T13:33:42', + }, + { + voter: 'norisv', + weight: 10, + rshares: 169109039, + percent: 10000, + reputation: 74616349, + time: '2018-01-08T22:28:42', + }, + { + voter: 'slothlete', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: '79898295808', + time: '2018-01-08T21:30:30', + }, + { + voter: 'priamisterius94', + weight: 16, + rshares: 267767067, + percent: 10000, + reputation: 2859219187, + time: '2018-01-09T16:12:09', + }, + { + voter: 'gokselle', + weight: 23, + rshares: 388007232, + percent: 10000, + reputation: 415424138, + time: '2018-01-09T18:30:00', + }, + { + voter: 'cookingboss', + weight: 34, + rshares: 576087458, + percent: 10000, + reputation: 1834245930, + time: '2018-01-09T02:24:51', + }, + { + voter: 'burhanhamzam', + weight: 34, + rshares: 571819800, + percent: 10000, + reputation: 446783336, + time: '2018-01-09T16:06:42', + }, + { + voter: 'ardakaplan', + weight: 36, + rshares: 605322853, + percent: 10000, + reputation: '114274496691', + time: '2018-01-09T00:20:33', + }, + { + voter: 'nightwind', + weight: 25, + rshares: 415030500, + percent: 10000, + reputation: 1554996416, + time: '2018-01-08T23:42:39', + }, + { + voter: 'prorant', + weight: 36, + rshares: 602884023, + percent: 10000, + reputation: 282800696, + time: '2018-01-09T12:29:48', + }, + { + voter: 'noumanshah', + weight: 37, + rshares: 614860000, + percent: 10000, + reputation: 108244769, + time: '2018-01-09T12:04:30', + }, + { + voter: 'rngdz', + weight: 55, + rshares: 932801681, + percent: 10000, + reputation: '225736503393', + time: '2018-01-08T22:21:36', + }, + { + voter: 'ramzi847', + weight: 11, + rshares: 178380702, + percent: 10000, + reputation: '4604961460', + time: '2018-01-09T07:39:42', + }, + { + voter: 'tauan', + weight: 31, + rshares: 525397500, + percent: 10000, + reputation: 15503500, + time: '2018-01-09T15:10:12', + }, + { + voter: 'rachidbousllat', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 432586294, + time: '2018-01-08T19:53:45', + }, + { + voter: 'fayyaz12', + weight: 33, + rshares: 562267500, + percent: 10000, + reputation: 726598616, + time: '2018-01-09T14:51:39', + }, + { + voter: 'sergey69', + weight: 31, + rshares: 519252500, + percent: 10000, + reputation: 350014778, + time: '2018-01-09T18:09:27', + }, + { + voter: 'thegreattater', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:44:27', + }, + { + voter: 'mriski', + weight: 33, + rshares: 556122500, + percent: 10000, + reputation: 129745427, + time: '2018-01-09T08:14:09', + }, + { + voter: 'jogabonito', + weight: 32, + rshares: 531542500, + percent: 10000, + reputation: 2243942917, + time: '2018-01-09T07:27:09', + }, + { + voter: 'sergnak', + weight: 3, + rshares: 52232500, + percent: 10000, + reputation: 150389718, + time: '2018-01-08T22:32:21', + }, + { + voter: 'nevv', + weight: 65, + rshares: 1097974839, + percent: 10000, + reputation: 325307686, + time: '2018-01-09T11:39:06', + }, + { + voter: 'adamrant', + weight: 6, + rshares: 107538037, + percent: 10000, + reputation: '124694309782', + time: '2018-01-09T09:11:54', + }, + { + voter: 'muhammadumer', + weight: 34, + rshares: 580702500, + percent: 10000, + reputation: 2079012385, + time: '2018-01-09T17:41:30', + }, + { + voter: 'kaderusto1', + weight: 14, + rshares: 230437500, + percent: 10000, + reputation: 13238354, + time: '2018-01-09T14:43:15', + }, + { + voter: 'nealz', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 24281333, + time: '2018-01-08T22:22:21', + }, + { + voter: 'spikezon', + weight: 27, + rshares: 445512500, + percent: 10000, + reputation: '4794292449', + time: '2018-01-09T14:08:51', + }, + { + voter: 'cryptobalage', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '6170702744', + time: '2018-01-09T08:26:36', + }, + { + voter: 'randomwanderings', + weight: 1961, + rshares: 1223963002, + percent: 10000, + reputation: '92589969587', + time: '2018-01-08T16:26:36', + }, + { + voter: 'efelexy', + weight: 10, + rshares: 168987500, + percent: 10000, + reputation: '11059425337', + time: '2018-01-09T04:17:27', + }, + { + voter: 'papayouns', + weight: 10, + rshares: 162842500, + percent: 10000, + reputation: 1794159666, + time: '2018-01-09T06:11:45', + }, + { + voter: 'alejandrosanchez', + weight: 14, + rshares: 230483587, + percent: 10000, + reputation: '4684467903', + time: '2018-01-09T20:01:36', + }, + { + voter: 'lunaticpandora', + weight: 105, + rshares: 886601182, + percent: 10000, + reputation: '6508410786', + time: '2018-01-08T16:56:15', + }, + { + voter: 'ldente74', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 566262916, + time: '2018-01-09T19:18:24', + }, + { + voter: 'louismata', + weight: 15, + rshares: 255017500, + percent: 10000, + reputation: '14848788178', + time: '2018-01-09T17:35:33', + }, + { + voter: 'magistra', + weight: 26, + rshares: 437865705, + percent: 10000, + reputation: 3521292757, + time: '2018-01-09T01:45:45', + }, + { + voter: 'robsonspor', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:02:12', + }, + { + voter: 'bagleyy', + weight: 29, + rshares: 479629605, + percent: 10000, + reputation: 197612865, + time: '2018-01-09T05:43:12', + }, + { + voter: 'samstix636', + weight: 32, + rshares: 522325000, + percent: 10000, + reputation: '18954140483', + time: '2018-01-09T09:33:57', + }, + { + voter: 'dotsanddash', + weight: 30, + rshares: 510035000, + percent: 10000, + reputation: '16944416144', + time: '2018-01-09T09:33:21', + }, + { + voter: 'carlood', + weight: 37, + rshares: 618679502, + percent: 10000, + reputation: 1865671270, + time: '2018-01-09T16:36:51', + }, + { + voter: 'davestyle', + weight: 39, + rshares: 654829715, + percent: 10000, + reputation: '542320753296', + time: '2018-01-09T04:46:42', + }, + { + voter: 'yomairis', + weight: 29, + rshares: 488527500, + percent: 10000, + reputation: '10374782899', + time: '2018-01-08T21:25:42', + }, + { + voter: 'munawir1994', + weight: 34, + rshares: 578400166, + percent: 10000, + reputation: '5370139665', + time: '2018-01-09T20:43:00', + }, + { + voter: 'kingrenovatio', + weight: 59, + rshares: 992222998, + percent: 10000, + reputation: '78635639168', + time: '2018-01-08T19:08:24', + }, + { + voter: 'miguelacho', + weight: 67, + rshares: 1121973031, + percent: 10000, + reputation: 1046126478, + time: '2018-01-08T19:19:18', + }, + { + voter: 'inkedsociety', + weight: 30, + rshares: 513107500, + percent: 10000, + reputation: 1254996572, + time: '2018-01-09T04:21:42', + }, + { + voter: 'safwan71', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '7875020020', + time: '2018-01-09T05:22:15', + }, + { + voter: 'noumanhafeez', + weight: 18, + rshares: 304177500, + percent: 10000, + reputation: '13133826676', + time: '2018-01-09T18:32:54', + }, + { + voter: 'muhammadalfatih', + weight: 10, + rshares: 175132500, + percent: 2801, + reputation: '4763900231', + time: '2018-01-08T21:05:06', + }, + { + voter: 'yusrizalabel', + weight: 33, + rshares: 549977500, + percent: 10000, + reputation: '6663964388', + time: '2018-01-09T11:29:24', + }, + { + voter: 'abdurahman', + weight: 3, + rshares: 52232441, + percent: 10000, + reputation: '8293101764', + time: '2018-01-09T10:21:51', + }, + { + voter: 'fadhlon', + weight: 7, + rshares: 104465000, + percent: 10000, + reputation: '5713379748', + time: '2018-01-09T10:34:09', + }, + { + voter: 'moris', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 312158721, + time: '2018-01-09T05:00:57', + }, + { + voter: 'a-acehsteem', + weight: 16, + rshares: 270398025, + percent: 10000, + reputation: 1156009602, + time: '2018-01-09T07:56:00', + }, + { + voter: 'anklass', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:28:57', + }, + { + voter: 'laselar', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:28:51', + }, + { + voter: 'stiylee', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:29:27', + }, + { + voter: 'komando12', + weight: 7, + rshares: 113682373, + percent: 10000, + reputation: '8384246924', + time: '2018-01-09T10:41:12', + }, + { + voter: 'darryldominator', + weight: 20, + rshares: 331830000, + percent: 10000, + reputation: 1631945, + time: '2018-01-09T03:12:57', + }, + { + voter: 'coochya', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '5016944644', + time: '2018-01-09T19:44:27', + }, + { + voter: 'uimahal7', + weight: 4, + rshares: 64642946, + percent: 10000, + reputation: '4456261923', + time: '2018-01-08T22:32:03', + }, + { + voter: 'johanreporg', + weight: 47, + rshares: 789804642, + percent: 10000, + reputation: '20668299671', + time: '2018-01-08T18:44:51', + }, + { + voter: 'sweetlover', + weight: 28, + rshares: 476237500, + percent: 10000, + reputation: 1304733963, + time: '2018-01-09T01:25:42', + }, + { + voter: 'alxmuh', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 335107625, + time: '2018-01-09T18:25:54', + }, + { + voter: 'fraktale', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: '4935611088', + time: '2018-01-09T00:05:33', + }, + { + voter: 'karyroa', + weight: 0, + rshares: 0, + percent: 0, + reputation: 2158177906, + time: '2018-01-09T00:44:15', + }, + { + voter: 'ozellequiamco', + weight: 29, + rshares: 491602456, + percent: 10000, + reputation: '31951137163', + time: '2018-01-09T14:31:06', + }, + { + voter: 'jarryd', + weight: 10, + rshares: 165915000, + percent: 10000, + reputation: 2978228, + time: '2018-01-09T04:08:15', + }, + { + voter: 'claudedou', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 17770051, + time: '2018-01-08T21:59:33', + }, + { + voter: 'joeparysacademy', + weight: 139, + rshares: 1160493134, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:20:36', + }, + { + voter: 'gkhanky', + weight: 15, + rshares: 248872500, + percent: 4011, + reputation: 170624616, + time: '2018-01-09T13:47:30', + }, + { + voter: 'kanekken', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: '12304537984', + time: '2018-01-09T04:43:51', + }, + { + voter: 'kakasusu', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 40354123, + time: '2018-01-09T14:38:39', + }, + { + voter: 'kamyk', + weight: 22, + rshares: 360399471, + percent: 10000, + reputation: '25458209361', + time: '2018-01-09T20:50:54', + }, + { + voter: 'lucyeka', + weight: 36, + rshares: 599137500, + percent: 10000, + reputation: 819319411, + time: '2018-01-09T07:22:51', + }, + { + voter: 'bash11', + weight: 35, + rshares: 589107040, + percent: 10000, + reputation: '9822802276', + time: '2018-01-09T20:14:15', + }, + { + voter: 'mac2v', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:21:27', + }, + { + voter: 'sustainancy', + weight: 21, + rshares: 356410000, + percent: 10000, + reputation: '39406916447', + time: '2018-01-08T20:17:06', + }, + { + voter: 'idyysaviour', + weight: 31, + rshares: 522325000, + percent: 10000, + reputation: 2556664785, + time: '2018-01-09T06:40:03', + }, + { + voter: 'millennium09', + weight: 36, + rshares: 596065000, + percent: 10000, + reputation: '7979981478', + time: '2018-01-09T04:32:27', + }, + { + voter: 'yinology', + weight: 31, + rshares: 506996298, + percent: 10000, + reputation: 2560042519, + time: '2018-01-09T15:44:12', + }, + { + voter: 'helleagy', + weight: 28, + rshares: 479310000, + percent: 10000, + reputation: 57458729, + time: '2018-01-08T22:14:51', + }, + { + voter: 'rescueranjazz', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 3993073901, + time: '2018-01-08T22:11:54', + }, + { + voter: 'hodl-it', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:48:09', + }, + { + voter: 'robin11', + weight: 32, + rshares: 534615000, + percent: 10000, + reputation: 125319982, + time: '2018-01-09T03:12:09', + }, + { + voter: 'mogubabo', + weight: 37, + rshares: 605282500, + percent: 10000, + reputation: 1661574049, + time: '2018-01-09T12:39:54', + }, + { + voter: 'ian19', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: '15362879046', + time: '2018-01-09T01:11:24', + }, + { + voter: 'hidobo', + weight: 11, + rshares: 181277500, + percent: 3000, + reputation: '28129936084', + time: '2018-01-09T04:39:12', + }, + { + voter: 'kimmejucken', + weight: 9, + rshares: 147480000, + percent: 10000, + reputation: 1765754335, + time: '2018-01-09T01:51:27', + }, + { + voter: 'peeyush', + weight: 5, + rshares: 92175000, + percent: 10000, + reputation: '14130553701', + time: '2018-01-09T05:28:45', + }, + { + voter: 'thalanx', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:23:45', + }, + { + voter: 'crisfitlifestyle', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 2841361592, + time: '2018-01-09T09:23:48', + }, + { + voter: 'kindalov', + weight: 32, + rshares: 546905000, + percent: 10000, + reputation: 1011725007, + time: '2018-01-09T16:22:51', + }, + { + voter: 'krotobis', + weight: 16, + rshares: 264235000, + percent: 10000, + reputation: '29616339178', + time: '2018-01-08T20:27:33', + }, + { + voter: 'hexit', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 529173555, + time: '2018-01-08T22:06:30', + }, + { + voter: 'himicke', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:38:42', + }, + { + voter: 'harekrishana', + weight: 30, + rshares: 513654831, + percent: 10000, + reputation: 263648762, + time: '2018-01-09T10:14:09', + }, + { + voter: 'fariaiqbal786', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:35:48', + }, + { + voter: 'aaagouda', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 35993396, + time: '2018-01-09T12:26:51', + }, + { + voter: 'dejan011', + weight: 37, + rshares: 313332941, + percent: 10000, + reputation: 76146950, + time: '2018-01-08T16:55:03', + }, + { + voter: 'habibx', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 607267185, + time: '2018-01-09T19:52:00', + }, + { + voter: 'soloist', + weight: 29, + rshares: 488527500, + percent: 10000, + reputation: 561929036, + time: '2018-01-08T20:38:30', + }, + { + voter: 'bosun', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: '5495006392', + time: '2018-01-08T20:27:21', + }, + { + voter: 'darbojo', + weight: 27, + rshares: 457802500, + percent: 10000, + reputation: '22637638326', + time: '2018-01-08T22:37:33', + }, + { + voter: 'biplab818', + weight: 32, + rshares: 534615000, + percent: 10000, + reputation: 486593237, + time: '2018-01-09T12:07:06', + }, + { + voter: 'theosopher', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:03:57', + }, + { + voter: 'whatdianadid', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 2749179005, + time: '2018-01-09T06:30:30', + }, + { + voter: 'isharmaine', + weight: 32, + rshares: 528470000, + percent: 10000, + reputation: '39842186939', + time: '2018-01-08T21:25:39', + }, + { + voter: 'mateonav53', + weight: 34, + rshares: 583775000, + percent: 10000, + reputation: '118869624785', + time: '2018-01-09T03:50:00', + }, + { + voter: 'xsrian-cooking', + weight: 18, + rshares: 313499468, + percent: 10000, + reputation: '15957935288', + time: '2018-01-09T02:19:15', + }, + { + voter: 'mujahud', + weight: 24, + rshares: 405570000, + percent: 10000, + reputation: 2712892444, + time: '2018-01-09T06:26:21', + }, + { + voter: 'hassantalal', + weight: 32, + rshares: 537902583, + percent: 10000, + reputation: 1025270543, + time: '2018-01-09T03:37:48', + }, + { + voter: 'iqbalaguero', + weight: 11, + rshares: 184546647, + percent: 10000, + reputation: '4945715857', + time: '2018-01-09T13:26:39', + }, + { + voter: 'aiourahmed992', + weight: 34, + rshares: 568601972, + percent: 10000, + reputation: 164383751, + time: '2018-01-09T08:35:33', + }, + { + voter: 'elkhaddachyhafid', + weight: 26, + rshares: 439367500, + percent: 10000, + reputation: 229429315, + time: '2018-01-09T00:23:18', + }, + { + voter: 'scrapdadde', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:40:30', + }, + { + voter: 'technicalbero', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: 45991344, + time: '2018-01-09T15:19:54', + }, + { + voter: 'rook81', + weight: 17, + rshares: 298032500, + percent: 10000, + reputation: '8856962592', + time: '2018-01-09T06:01:06', + }, + { + voter: 'lostinthewoods', + weight: 34, + rshares: 577630000, + percent: 10000, + reputation: '261057982308', + time: '2018-01-09T04:03:00', + }, + { + voter: 'vincenzov01', + weight: 24, + rshares: 405570000, + percent: 10000, + reputation: 298080451, + time: '2018-01-09T06:17:03', + }, + { + voter: 'anne.collins', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: '5281003763', + time: '2018-01-09T12:54:33', + }, + { + voter: 'madbuddhaabuser', + weight: 33, + rshares: 565340000, + percent: 10000, + reputation: '61701828645', + time: '2018-01-08T21:12:06', + }, + { + voter: 'adeboy1', + weight: 24, + rshares: 399425000, + percent: 10000, + reputation: 657466503, + time: '2018-01-09T09:57:21', + }, + { + voter: 'rusdi97', + weight: 18, + rshares: 309298320, + percent: 10000, + reputation: '5279866168', + time: '2018-01-09T15:37:54', + }, + { + voter: 'rosquilla', + weight: 29, + rshares: 494672500, + percent: 10000, + reputation: 3941671410, + time: '2018-01-08T23:05:24', + }, + { + voter: 'duke07', + weight: 66, + rshares: 1096662945, + percent: 10000, + reputation: 113899991, + time: '2018-01-08T22:45:42', + }, + { + voter: 'shortwait', + weight: 65, + rshares: 1096662745, + percent: 10000, + reputation: 14057440, + time: '2018-01-08T22:51:21', + }, + { + voter: 'eternalobserver', + weight: 1572, + rshares: '13185015920', + percent: 10000, + reputation: 999349446, + time: '2018-01-08T17:31:03', + }, + { + voter: 'abhishekbhaskar', + weight: 0, + rshares: 0, + percent: 0, + reputation: 263952409, + time: '2018-01-09T10:30:33', + }, + { + voter: 'mysticmind', + weight: 16, + rshares: 264235000, + percent: 10000, + reputation: 805993124, + time: '2018-01-09T15:36:27', + }, + { + voter: 'leftamessage', + weight: 34, + rshares: 565340000, + percent: 10000, + reputation: '5017062612', + time: '2018-01-08T21:04:39', + }, + { + voter: 'jcdeveza', + weight: 18, + rshares: 298032500, + percent: 10000, + reputation: '9936923287', + time: '2018-01-09T00:21:39', + }, + { + voter: 'joecow', + weight: 11, + rshares: 193567500, + percent: 10000, + reputation: 3351068407, + time: '2018-01-09T17:48:15', + }, + { + voter: 'thcbnb22', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:29:39', + }, + { + voter: 'ebmeric', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 45459434, + time: '2018-01-09T17:54:27', + }, + { + voter: 'diegoalvarez02', + weight: 34, + rshares: 565340000, + percent: 10000, + reputation: 291993566, + time: '2018-01-09T01:37:30', + }, + { + voter: 'crypto-p90', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 14066288, + time: '2018-01-09T02:45:45', + }, + { + voter: 'aorozco', + weight: 70, + rshares: 1160489572, + percent: 10000, + reputation: 46041759, + time: '2018-01-08T19:19:48', + }, + { + voter: 'erick23', + weight: 4, + rshares: 70667500, + percent: 10000, + reputation: '8001282536', + time: '2018-01-08T21:05:03', + }, + { + voter: 'emrullah', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:49:45', + }, + { + voter: 'wladimir', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 1830130512, + time: '2018-01-09T19:33:00', + }, + { + voter: 'hoboist', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 9457539, + time: '2018-01-09T07:06:03', + }, + { + voter: 'petertan57', + weight: 767, + rshares: '12860727808', + percent: 10000, + reputation: 434241323, + time: '2018-01-09T17:54:03', + }, + { + voter: 'michaelakintola', + weight: 19, + rshares: 322612500, + percent: 10000, + reputation: '6852027784', + time: '2018-01-09T02:32:06', + }, + { + voter: 'mhackenziejs', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:57:36', + }, + { + voter: 'kacpersky', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:16:30', + }, + { + voter: 'arielogis', + weight: 29, + rshares: 491600000, + percent: 10000, + reputation: 2285321948, + time: '2018-01-09T07:51:21', + }, + { + voter: 'lele-venturi', + weight: 10, + rshares: 168987500, + percent: 10000, + reputation: '75001175460', + time: '2018-01-08T23:30:21', + }, + { + voter: 'efrelen', + weight: 20, + rshares: 344120000, + percent: 10000, + reputation: '9663465209', + time: '2018-01-09T11:56:24', + }, + { + voter: 'woutersbit', + weight: 12, + rshares: 200654181, + percent: 10000, + reputation: '13724412440', + time: '2018-01-08T17:43:03', + }, + { + voter: 'jiangyun', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:44:36', + }, + { + voter: 'adegokewunmi', + weight: 37, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:24:57', + }, + { + voter: 'jacoboram', + weight: 11, + rshares: 190495000, + percent: 10000, + reputation: '10233315329', + time: '2018-01-08T23:26:15', + }, + { + voter: 'brotplayer', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:41:42', + }, + { + voter: 'aungmyatthura', + weight: 36, + rshares: 608395558, + percent: 10000, + reputation: 76601690, + time: '2018-01-09T10:22:15', + }, + { + voter: 'ideasflowing', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 21266431, + time: '2018-01-08T22:28:48', + }, + { + voter: 'desmonddesk', + weight: 29, + rshares: 488527500, + percent: 10000, + reputation: 1310213904, + time: '2018-01-09T00:18:09', + }, + { + voter: 'geraldmccarny', + weight: 25, + rshares: 420932500, + percent: 10000, + reputation: 223245664, + time: '2018-01-09T00:09:36', + }, + { + voter: 'usmanolanrewaju', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 161524928, + time: '2018-01-09T13:00:27', + }, + { + voter: 'amplifytruth', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 25853901, + time: '2018-01-09T17:16:54', + }, + { + voter: 'byecco', + weight: 16, + rshares: 273452500, + percent: 10000, + reputation: 1154602908, + time: '2018-01-09T01:36:57', + }, + { + voter: 'cs5129606', + weight: 33, + rshares: 559195000, + percent: 10000, + reputation: 76610371, + time: '2018-01-09T08:08:03', + }, + { + voter: 'chief543', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:23:12', + }, + { + voter: 'anarouz', + weight: 31, + rshares: 528470000, + percent: 10000, + reputation: 3783027742, + time: '2018-01-08T22:00:36', + }, + { + voter: 'dcj', + weight: 4, + rshares: 73740000, + percent: 10000, + reputation: 138110899, + time: '2018-01-09T14:27:42', + }, + { + voter: 'balkcracker', + weight: 25, + rshares: 417860000, + percent: 10000, + reputation: 1790487887, + time: '2018-01-09T14:55:21', + }, + { + voter: 'cryptopathshala', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:47:03', + }, + { + voter: 'funtwo', + weight: 31, + rshares: 525397500, + percent: 10000, + reputation: '9747368498', + time: '2018-01-08T19:51:33', + }, + { + voter: 'sizwesihle', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:49:24', + }, + { + voter: 'antoineantl033', + weight: 27, + rshares: 445512500, + percent: 10000, + reputation: 81278657, + time: '2018-01-09T17:41:30', + }, + { + voter: 'olyamiles', + weight: 10, + rshares: 162842500, + percent: 10000, + reputation: 1012117987, + time: '2018-01-08T22:36:06', + }, + { + voter: 'mobolaji', + weight: 25, + rshares: 433222500, + percent: 10000, + reputation: 2330328946, + time: '2018-01-08T20:37:00', + }, + { + voter: 'jesus1507', + weight: 17, + rshares: 279597500, + percent: 10000, + reputation: '10146445679', + time: '2018-01-08T20:44:06', + }, + { + voter: 'mt63', + weight: 20, + rshares: 341047500, + percent: 10000, + reputation: '4583463216', + time: '2018-01-09T10:00:45', + }, + { + voter: 'jogrin', + weight: 22, + rshares: 371772500, + percent: 10000, + reputation: '31933020893', + time: '2018-01-09T00:59:51', + }, + { + voter: 'the.human.union', + weight: 21, + rshares: 350265000, + percent: 10000, + reputation: '7714193580', + time: '2018-01-09T14:40:18', + }, + { + voter: 'assetgainz', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 317195157, + time: '2018-01-09T17:02:48', + }, + { + voter: 'dnynl', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:23:30', + }, + { + voter: 'rogersco90', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:05:51', + }, + { + voter: 'z0ri0', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:06:12', + }, + { + voter: 'imnotme', + weight: 13, + rshares: 215075000, + percent: 10000, + reputation: '7027832156', + time: '2018-01-09T18:20:24', + }, + { + voter: 'penking', + weight: 23, + rshares: 384062500, + percent: 10000, + reputation: '7954859052', + time: '2018-01-09T14:00:30', + }, + { + voter: 'upendranath', + weight: 34, + rshares: 565340000, + percent: 10000, + reputation: 3325223911, + time: '2018-01-09T04:01:21', + }, + { + voter: 'nazarsteem', + weight: 51, + rshares: 435183369, + percent: 10000, + reputation: 2049243933, + time: '2018-01-08T17:05:03', + }, + { + voter: 'parra.aca', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 1338934903, + time: '2018-01-09T12:47:09', + }, + { + voter: 'braulio', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: 547652763, + time: '2018-01-09T17:29:39', + }, + { + voter: 'zafaralise', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 120026933, + time: '2018-01-09T16:50:06', + }, + { + voter: 'palik', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 88357346, + time: '2018-01-08T21:28:24', + }, + { + voter: 'gerardolgjp', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 154316006, + time: '2018-01-09T16:34:18', + }, + { + voter: 'ozumba', + weight: 6, + rshares: 104465000, + percent: 10000, + reputation: '9764009262', + time: '2018-01-08T21:46:18', + }, + { + voter: 'nowonline', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '14550915643', + time: '2018-01-09T15:33:39', + }, + { + voter: 'sirhid', + weight: 21, + rshares: 353337500, + percent: 10000, + reputation: 984985199, + time: '2018-01-09T10:37:57', + }, + { + voter: 'sikk.beat', + weight: 33, + rshares: 556122500, + percent: 10000, + reputation: 406697174, + time: '2018-01-08T21:42:27', + }, + { + voter: 'cryptocamelcow', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:01:27', + }, + { + voter: 'robin.crypto', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:56:00', + }, + { + voter: 'sandeeprapti', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 70626615, + time: '2018-01-09T01:32:06', + }, + { + voter: 'susucrystal', + weight: 5, + rshares: 86980719, + percent: 10000, + reputation: '7891933517', + time: '2018-01-09T06:42:27', + }, + { + voter: 'ansel-87', + weight: 30, + rshares: 497745000, + percent: 10000, + reputation: 3617812956, + time: '2018-01-09T01:13:21', + }, + { + voter: 'yuxuan', + weight: 5, + rshares: 87436789, + percent: 10000, + reputation: 95946574, + time: '2018-01-09T05:23:57', + }, + { + voter: 'ericm1824', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:49:18', + }, + { + voter: 'christian04', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 547181581, + time: '2018-01-09T11:19:27', + }, + { + voter: 'perperokk30', + weight: 10, + rshares: 172060000, + percent: 5008, + reputation: 573605755, + time: '2018-01-09T12:08:09', + }, + { + voter: 'sivakrishna9494', + weight: 20, + rshares: 337975000, + percent: 10000, + reputation: 728249879, + time: '2018-01-09T04:49:30', + }, + { + voter: 'andyellis1977', + weight: 33, + rshares: 546905000, + percent: 10000, + reputation: 3657844921, + time: '2018-01-09T16:38:39', + }, + { + voter: 'ikemesit', + weight: 0, + rshares: -433222500, + percent: -10000, + reputation: '8867798109', + time: '2018-01-09T10:23:06', + }, + { + voter: 'oliviabmore', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:36:45', + }, + { + voter: 'leightonstone', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:23:42', + }, + { + voter: 'craigmeister', + weight: 37, + rshares: 611427500, + percent: 10000, + reputation: 4207776486, + time: '2018-01-09T01:26:45', + }, + { + voter: 'scarletth', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:41:42', + }, + { + voter: 'aniekanbassey', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: '6985713698', + time: '2018-01-09T13:53:21', + }, + { + voter: 'cnoo', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 39336527, + time: '2018-01-09T10:47:30', + }, + { + voter: 'kailukat', + weight: 20, + rshares: 337975000, + percent: 10000, + reputation: 267296873, + time: '2018-01-09T03:27:42', + }, + { + voter: 'ayipo247', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: 32094752, + time: '2018-01-09T08:43:09', + }, + { + voter: 'michhart', + weight: 25, + rshares: 424005000, + percent: 10000, + reputation: '109565606311', + time: '2018-01-09T02:21:06', + }, + { + voter: 'dorian17', + weight: 34, + rshares: 574557500, + percent: 10000, + reputation: 60402705, + time: '2018-01-09T10:38:36', + }, + { + voter: 'gakimov', + weight: 21, + rshares: 344120000, + percent: 10000, + reputation: '4628494275', + time: '2018-01-09T18:08:45', + }, + { + voter: 'justwatch', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 262434359, + time: '2018-01-09T09:48:12', + }, + { + voter: 'onlineguru78', + weight: 34, + rshares: 571485000, + percent: 10000, + reputation: 846107344, + time: '2018-01-09T17:48:24', + }, + { + voter: 'febradaytamarra', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 833856027, + time: '2018-01-09T10:51:45', + }, + { + voter: 'blackwindow', + weight: 21, + rshares: 347192500, + percent: 10000, + reputation: 119606648, + time: '2018-01-09T09:21:12', + }, + { + voter: 'hongsukahn', + weight: 13, + rshares: 218147500, + percent: 10000, + reputation: '4872840162', + time: '2018-01-09T07:24:48', + }, + { + voter: 'kdivya', + weight: 22, + rshares: 356410000, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:27:54', + }, + { + voter: 'financerebellion', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 46257772, + time: '2018-01-08T22:59:39', + }, + { + voter: 'fersik', + weight: 29, + rshares: 485455000, + percent: 10000, + reputation: '5122390487', + time: '2018-01-09T11:53:03', + }, + { + voter: 'afrosiab', + weight: 89, + rshares: 1477656088, + percent: 10000, + reputation: 128504899, + time: '2018-01-09T00:20:27', + }, + { + voter: 'moritzzh', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:20:18', + }, + { + voter: 'drroberto33', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 1803930959, + time: '2018-01-09T17:46:12', + }, + { + voter: 'syaukani', + weight: 21, + rshares: 353337500, + percent: 10000, + reputation: 698175091, + time: '2018-01-09T16:58:36', + }, + { + voter: 'xwilq', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:40:48', + }, + { + voter: 'eddiespino', + weight: 12, + rshares: 199712500, + percent: 10000, + reputation: '17431452596', + time: '2018-01-09T05:09:42', + }, + { + voter: 'electra80', + weight: 33, + rshares: 546905000, + percent: 10000, + reputation: 1536328210, + time: '2018-01-09T01:36:51', + }, + { + voter: 'mrerolos', + weight: 16, + rshares: 273452500, + percent: 10000, + reputation: 407098476, + time: '2018-01-08T20:15:03', + }, + { + voter: 'melopology', + weight: 30, + rshares: 513107500, + percent: 10000, + reputation: 1009138955, + time: '2018-01-09T17:45:39', + }, + { + voter: 'sahifactor', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 2886355800, + time: '2018-01-09T08:55:48', + }, + { + voter: 'moisesguerrero', + weight: 33, + rshares: 565340000, + percent: 10000, + reputation: 89341190, + time: '2018-01-09T04:12:30', + }, + { + voter: 'fahrulreza', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 0, + time: '2018-01-09T18:50:24', + }, + { + voter: 'officialme', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 3362607515, + time: '2018-01-09T15:03:27', + }, + { + voter: 'heniekzap', + weight: 30, + rshares: 503890000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:35:42', + }, + { + voter: 'charisma1', + weight: 3, + rshares: 52232500, + percent: 10000, + reputation: '34689843996', + time: '2018-01-09T06:11:33', + }, + { + voter: 'buenasuerte', + weight: 0, + rshares: 546905000, + percent: 10000, + reputation: 165448231, + time: '2018-01-09T08:56:09', + }, + { + voter: 'bofess22', + weight: 19, + rshares: 322612500, + percent: 10000, + reputation: '5556967663', + time: '2018-01-08T22:24:15', + }, + { + voter: 'wiema', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:52:06', + }, + { + voter: 'kitchen.witch', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 262283572, + time: '2018-01-09T20:01:48', + }, + { + voter: 'hersnz', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: '4933895782', + time: '2018-01-09T03:09:00', + }, + { + voter: 'josemorales2020', + weight: 22, + rshares: 365627500, + percent: 10000, + reputation: 16097124, + time: '2018-01-08T21:30:33', + }, + { + voter: 'cassey001', + weight: 34, + rshares: 571485000, + percent: 10000, + reputation: 12574241, + time: '2018-01-09T09:28:57', + }, + { + voter: 'husche', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 26592514, + time: '2018-01-09T20:35:42', + }, + { + voter: 'xinese', + weight: 104, + rshares: 864563438, + percent: 10000, + reputation: '16227434298', + time: '2018-01-08T16:55:42', + }, + { + voter: 'armannito', + weight: 136, + rshares: 1143080513, + percent: 10000, + reputation: '29502301015', + time: '2018-01-08T17:18:30', + }, + { + voter: 'dzenan01', + weight: 126, + rshares: 1056043923, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:06:06', + }, + { + voter: 'beanbag93', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 1219812977, + time: '2018-01-09T10:09:54', + }, + { + voter: 'jienledance', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 2450159, + time: '2018-01-09T03:42:54', + }, + { + voter: 'roldamn', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: '4987072453', + time: '2018-01-09T02:21:00', + }, + { + voter: 'vincent1923', + weight: 30, + rshares: 510035000, + percent: 10000, + reputation: '8636480053', + time: '2018-01-09T05:56:57', + }, + { + voter: 'meastro', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:40:30', + }, + { + voter: 'chrisssy0419', + weight: 11, + rshares: 187422500, + percent: 10000, + reputation: '12001267003', + time: '2018-01-09T07:55:18', + }, + { + voter: 'blessingtom', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: 394307933, + time: '2018-01-09T14:01:42', + }, + { + voter: 'logicalidiot', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:41:09', + }, + { + voter: 'sisygoboom', + weight: 30, + rshares: 513107500, + percent: 10000, + reputation: 232924662, + time: '2018-01-08T20:30:39', + }, + { + voter: 'ufos97', + weight: 28, + rshares: 463947500, + percent: 10000, + reputation: 145087440, + time: '2018-01-09T04:33:42', + }, + { + voter: 'olayhemy', + weight: 36, + rshares: 295945208, + percent: 10000, + reputation: '13101963669', + time: '2018-01-08T16:56:48', + }, + { + voter: 'dimlop', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:48:51', + }, + { + voter: 'tonmart', + weight: 36, + rshares: 614503071, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:00:18', + }, + { + voter: 'ralcsto', + weight: 37, + rshares: 614503440, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:11:24', + }, + { + voter: 'yaku', + weight: 69, + rshares: 1160487334, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:44:51', + }, + { + voter: 'saazan', + weight: 56, + rshares: 934192296, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:04:51', + }, + { + voter: 'muzmomo', + weight: 36, + rshares: 596068672, + percent: 10000, + reputation: 100767372, + time: '2018-01-09T15:51:51', + }, + { + voter: 'rijalsaugat75', + weight: 0, + rshares: 546908061, + percent: 10000, + reputation: 242326266, + time: '2018-01-09T16:27:36', + }, + { + voter: 'cryptoexplorer7', + weight: 65, + rshares: 1096660428, + percent: 10000, + reputation: 304293053, + time: '2018-01-08T20:06:30', + }, + { + voter: 'cherryprice', + weight: 68, + rshares: 1137277466, + percent: 10000, + reputation: 35902572, + time: '2018-01-08T22:11:00', + }, + { + voter: 'apolinarcastro', + weight: 25, + rshares: 414787500, + percent: 10000, + reputation: 117343502, + time: '2018-01-08T20:39:48', + }, + { + voter: 'cryptattoo', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: '6012567490', + time: '2018-01-09T12:12:00', + }, + { + voter: 'nickanonimo', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:25:39', + }, + { + voter: 'roxanaoros', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 173700477, + time: '2018-01-09T16:47:39', + }, + { + voter: 'jonnathanbrc22', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 203672595, + time: '2018-01-09T11:33:54', + }, + { + voter: 'leanillegrace', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 76516500, + time: '2018-01-09T14:37:39', + }, + { + voter: 'krul', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 117012094, + time: '2018-01-08T20:48:42', + }, + { + voter: 'philosophizer', + weight: 24, + rshares: 408642500, + percent: 10000, + reputation: 363538616, + time: '2018-01-08T21:06:00', + }, + { + voter: 'caltrain', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:03:18', + }, + { + voter: 'zovozone', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 18675038, + time: '2018-01-09T01:55:27', + }, + { + voter: 'dstrougo', + weight: 977, + rshares: '16396082429', + percent: 10000, + reputation: 0, + time: '2018-01-08T20:36:27', + }, + { + voter: 'sayalijain', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 377514664, + time: '2018-01-09T10:22:30', + }, + { + voter: 'renenorman', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '13355409959', + time: '2018-01-09T10:02:12', + }, + { + voter: 'kaeo', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 187408346, + time: '2018-01-09T09:07:03', + }, + { + voter: 'krasovec97', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 19011094, + time: '2018-01-08T22:24:03', + }, + { + voter: 'buzzlightyear', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:05:15', + }, + { + voter: 'by4434', + weight: 8, + rshares: 122900000, + percent: 10000, + reputation: 52342128, + time: '2018-01-09T06:53:45', + }, + { + voter: 'yashprajapat', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 8689414, + time: '2018-01-09T07:40:27', + }, + { + voter: 'madeq', + weight: 33, + rshares: 568412500, + percent: 10000, + reputation: 803544183, + time: '2018-01-09T11:43:00', + }, + { + voter: 'knackart', + weight: 29, + rshares: 485455000, + percent: 10000, + reputation: 93488832, + time: '2018-01-09T16:57:06', + }, + { + voter: 'nancyromero', + weight: 19, + rshares: 310322500, + percent: 10000, + reputation: 85418835, + time: '2018-01-09T05:10:57', + }, + { + voter: 'helio', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:38:57', + }, + { + voter: 'matadonis', + weight: 22, + rshares: 362555000, + percent: 10000, + reputation: 700014637, + time: '2018-01-08T21:41:57', + }, + { + voter: 'johntszeci', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 12298240, + time: '2018-01-09T19:27:57', + }, + { + voter: 'edjag', + weight: 28, + rshares: 470092500, + percent: 10000, + reputation: '15681281067', + time: '2018-01-08T20:16:27', + }, + { + voter: 'hsyndemir', + weight: 34, + rshares: 559195000, + percent: 10000, + reputation: 96425181, + time: '2018-01-08T21:30:30', + }, + { + voter: 'mohsen00khani', + weight: 33, + rshares: 546905000, + percent: 10000, + reputation: 93491571, + time: '2018-01-09T10:12:45', + }, + { + voter: 'sportfreak2013', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:17:39', + }, + { + voter: 'krav', + weight: 51, + rshares: 863626143, + percent: 10000, + reputation: 17497953, + time: '2018-01-09T00:26:06', + }, + { + voter: 'johannbgood', + weight: 34, + rshares: 580702500, + percent: 10000, + reputation: 295079816, + time: '2018-01-09T21:02:00', + }, + { + voter: 'horcalong', + weight: 133, + rshares: 1119869045, + percent: 10000, + reputation: 43806200, + time: '2018-01-08T17:07:45', + }, + { + voter: 'hasenmann', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 1551766343, + time: '2018-01-09T14:32:21', + }, + { + voter: 'jordanlove', + weight: 45, + rshares: 765920796, + percent: 10000, + reputation: 3549656602, + time: '2018-01-08T19:24:30', + }, + { + voter: 'johncarney', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:35:24', + }, + { + voter: 'cosmic-humanity', + weight: 34, + rshares: 559195000, + percent: 10000, + reputation: 1311359925, + time: '2018-01-09T20:40:36', + }, + { + voter: 'marct', + weight: 63, + rshares: 1061844739, + percent: 10000, + reputation: 346174882, + time: '2018-01-08T18:30:03', + }, + { + voter: 'agusrizal12', + weight: 28, + rshares: 479310000, + percent: 10000, + reputation: 230950661, + time: '2018-01-09T07:22:48', + }, + { + voter: 'saikiran1919', + weight: 35, + rshares: 596065000, + percent: 10000, + reputation: 138780793, + time: '2018-01-09T12:20:09', + }, + { + voter: 'davidluiz957', + weight: 23, + rshares: 390207500, + percent: 10000, + reputation: 836396496, + time: '2018-01-08T21:52:36', + }, + { + voter: 'konsdibons', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:21:30', + }, + { + voter: 'ubulin', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 190755579, + time: '2018-01-08T21:18:39', + }, + { + voter: 'acongsteemer', + weight: 3468, + rshares: '58190916943', + percent: 10000, + reputation: 816264746, + time: '2018-01-09T10:58:54', + }, + { + voter: 'jobonjersey', + weight: 30, + rshares: 500817500, + percent: 10000, + reputation: 3224997966, + time: '2018-01-08T22:37:09', + }, + { + voter: 'scyt4l3', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 46782086, + time: '2018-01-08T19:56:12', + }, + { + voter: 'maxst', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:37:12', + }, + { + voter: 'criptofercho', + weight: 32, + rshares: 531542500, + percent: 10000, + reputation: 101493034, + time: '2018-01-09T03:17:09', + }, + { + voter: 'garouvein', + weight: 32, + rshares: 540760000, + percent: 10000, + reputation: 2856061119, + time: '2018-01-09T10:45:51', + }, + { + voter: 'sheraz.malik', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:40:18', + }, + { + voter: 'deagle0099', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:21:03', + }, + { + voter: 'ammarrestu', + weight: 31, + rshares: 516180000, + percent: 10000, + reputation: 7384595, + time: '2018-01-09T03:46:03', + }, + { + voter: 'dschense', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 101633157, + time: '2018-01-09T20:24:42', + }, + { + voter: 'lvw', + weight: 48, + rshares: 400367680, + percent: 10000, + reputation: 665927479, + time: '2018-01-08T17:16:36', + }, + { + voter: 'faizanmalik420p', + weight: 6, + rshares: 89102500, + percent: 10000, + reputation: 867082534, + time: '2018-01-09T15:06:39', + }, + { + voter: 'ewanderer', + weight: 80, + rshares: 673081897, + percent: 10000, + reputation: 39997765, + time: '2018-01-08T17:30:51', + }, + { + voter: 'prityjha', + weight: 19, + rshares: 325685000, + percent: 10000, + reputation: 658403930, + time: '2018-01-09T18:14:45', + }, + { + voter: 'evoclen', + weight: 26, + rshares: 433222500, + percent: 10000, + reputation: 19253646, + time: '2018-01-09T19:26:54', + }, + { + voter: 'kato95', + weight: 25, + rshares: 420932500, + percent: 10000, + reputation: 243827858, + time: '2018-01-08T23:42:00', + }, + { + voter: 'parthibans', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 17407290, + time: '2018-01-09T18:21:51', + }, + { + voter: 'aminarc', + weight: 35, + rshares: 586847500, + percent: 10000, + reputation: 131275002, + time: '2018-01-09T12:01:42', + }, + { + voter: 'jangkeum', + weight: 17, + rshares: 271851801, + percent: 10000, + reputation: '7358183138', + time: '2018-01-09T02:02:27', + }, + { + voter: 'steemlion', + weight: 17, + rshares: 282670000, + percent: 10000, + reputation: 1749299706, + time: '2018-01-08T23:20:21', + }, + { + voter: 'eltrip5', + weight: 30, + rshares: 510035000, + percent: 10000, + reputation: 219041574, + time: '2018-01-09T02:48:54', + }, + { + voter: 'benkoo', + weight: 35, + rshares: 586847500, + percent: 10000, + reputation: 45036810, + time: '2018-01-09T16:47:00', + }, + { + voter: 'coin-flip', + weight: 32, + rshares: 546905000, + percent: 10000, + reputation: 586149391, + time: '2018-01-08T23:58:03', + }, + { + voter: 'yvisdaily', + weight: 25, + rshares: 408642500, + percent: 10000, + reputation: '10431661203', + time: '2018-01-09T03:09:57', + }, + { + voter: 'sqrek', + weight: 22, + rshares: 377917500, + percent: 10000, + reputation: 754170681, + time: '2018-01-09T07:09:00', + }, + { + voter: 'chidoziemike', + weight: 21, + rshares: 350265000, + percent: 10000, + reputation: 894493600, + time: '2018-01-09T04:41:18', + }, + { + voter: 'gaussbusters', + weight: 65, + rshares: 1102461716, + percent: 10000, + reputation: '7042485387', + time: '2018-01-08T17:48:33', + }, + { + voter: 'risbo90', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:01:54', + }, + { + voter: 'haymacamphu', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:28:48', + }, + { + voter: 'uduakanthony', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 405923879, + time: '2018-01-08T22:58:42', + }, + { + voter: 'alinek', + weight: 12, + rshares: 199712500, + percent: 10000, + reputation: 1042266588, + time: '2018-01-09T20:23:51', + }, + { + voter: 'bernardorjpa', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 758981426, + time: '2018-01-09T12:08:18', + }, + { + voter: 'thefixeroff', + weight: 34, + rshares: 580702500, + percent: 10000, + reputation: 30372089, + time: '2018-01-09T20:40:24', + }, + { + voter: 'alexstrasza', + weight: 34, + rshares: 586847500, + percent: 10000, + reputation: 2307487945, + time: '2018-01-09T20:35:33', + }, + { + voter: 'ztem', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:12:36', + }, + { + voter: 'hamdaniraden', + weight: 30, + rshares: 516180000, + percent: 10000, + reputation: 82246033, + time: '2018-01-09T03:36:24', + }, + { + voter: 'rajafahad', + weight: 19, + rshares: 331830000, + percent: 10000, + reputation: 1298054591, + time: '2018-01-09T16:50:03', + }, + { + voter: 'bryguy907', + weight: 32, + rshares: 528470000, + percent: 10000, + reputation: 241962553, + time: '2018-01-09T02:51:45', + }, + { + voter: 'nibornesyem', + weight: 69, + rshares: 1160486000, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:01:09', + }, + { + voter: 'xvz', + weight: 34, + rshares: 290121499, + percent: 10000, + reputation: 172146145, + time: '2018-01-08T16:54:57', + }, + { + voter: 'joseealvarezn', + weight: 12, + rshares: 193567500, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:25:54', + }, + { + voter: 'mbilalihsan', + weight: 27, + rshares: 448585000, + percent: 10000, + reputation: 1516982055, + time: '2018-01-09T20:37:09', + }, + { + voter: 'curationment', + weight: 35, + rshares: 586847500, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:26:36', + }, + { + voter: 'chefo77', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 32276016, + time: '2018-01-08T20:34:36', + }, + { + voter: 'stevethebutcher', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 106111438, + time: '2018-01-09T16:29:33', + }, + { + voter: 'micahwood', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:23:39', + }, + { + voter: 'racoo', + weight: 11, + rshares: 175132500, + percent: 10000, + reputation: '4610448850', + time: '2018-01-09T13:34:51', + }, + { + voter: 'mondei1', + weight: 69, + rshares: 1160485975, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:53:54', + }, + { + voter: 'ellorei', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 271507410, + time: '2018-01-09T03:05:06', + }, + { + voter: 'gforg', + weight: 28, + rshares: 476237500, + percent: 10000, + reputation: 109286947, + time: '2018-01-09T17:19:06', + }, + { + voter: 'kooribo', + weight: 35, + rshares: 596065000, + percent: 10000, + reputation: 73931449, + time: '2018-01-09T16:44:54', + }, + { + voter: 'grbaki', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 106882306, + time: '2018-01-09T19:25:30', + }, + { + voter: 'mati-b', + weight: 29, + rshares: 485455000, + percent: 10000, + reputation: 2168994639, + time: '2018-01-09T12:02:06', + }, + { + voter: 'piakkers', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 47719762, + time: '2018-01-08T21:32:30', + }, + { + voter: 'nesim', + weight: 36, + rshares: 596065000, + percent: 10000, + reputation: 1946717285, + time: '2018-01-09T14:52:03', + }, + { + voter: 'read3986', + weight: 68, + rshares: 1143078654, + percent: 10000, + reputation: 1455910415, + time: '2018-01-08T19:07:06', + }, + { + voter: 'yogeshsingh251', + weight: 35, + rshares: 589920000, + percent: 10000, + reputation: 123408863, + time: '2018-01-09T18:14:12', + }, + { + voter: 'gkzzadmin', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 35630579, + time: '2018-01-09T20:53:51', + }, + { + voter: 'shahzaibmunawar', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: 138526815, + time: '2018-01-09T20:47:42', + }, + { + voter: 'hibikoetso', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:41:06', + }, + { + voter: 'quantumcowboy777', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 68265180, + time: '2018-01-09T19:23:18', + }, + { + voter: 'whizzdom', + weight: 34, + rshares: 580702500, + percent: 10000, + reputation: 35993195, + time: '2018-01-09T19:56:57', + }, + { + voter: 'stk-g', + weight: 27, + rshares: 448585000, + percent: 10000, + reputation: 597968527, + time: '2018-01-09T02:06:03', + }, + { + voter: 'walid.larbi', + weight: 49, + rshares: 406170064, + percent: 10000, + reputation: 3094219098, + time: '2018-01-08T17:31:12', + }, + { + voter: 'churchofsin', + weight: 23, + rshares: 384062500, + percent: 10000, + reputation: 125227601, + time: '2018-01-09T11:42:51', + }, + { + voter: 'twocoins', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:08:36', + }, + { + voter: 'bonethugs', + weight: 23, + rshares: 374845000, + percent: 10000, + reputation: 700882873, + time: '2018-01-09T10:24:33', + }, + { + voter: 'cvds', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: '19549539473', + time: '2018-01-08T21:03:45', + }, + { + voter: 'sweetmilk', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:51:48', + }, + { + voter: 'fffffgggg54', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 9313515, + time: '2018-01-09T05:04:45', + }, + { + voter: 'black.alien', + weight: 29, + rshares: 494672500, + percent: 10000, + reputation: 195659160, + time: '2018-01-08T22:42:39', + }, + { + voter: 'acushla', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 271472173, + time: '2018-01-09T10:36:12', + }, + { + voter: 'jtrag', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: '25674653995', + time: '2018-01-09T13:28:57', + }, + { + voter: 'gerenzoo', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: 144577183, + time: '2018-01-08T22:36:51', + }, + { + voter: 'soymarialejandra', + weight: 30, + rshares: 500817500, + percent: 10000, + reputation: 508646104, + time: '2018-01-08T22:14:09', + }, + { + voter: 'wresker', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:27:42', + }, + { + voter: 'nemi', + weight: 0, + rshares: 0, + percent: 0, + reputation: 0, + time: '2018-01-09T05:17:24', + }, + { + voter: 'marluc', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 14860004, + time: '2018-01-08T23:26:09', + }, + { + voter: 'vlasnius', + weight: 6, + rshares: 98320000, + percent: 10000, + reputation: 106310685, + time: '2018-01-08T21:53:36', + }, + { + voter: 'sebacrush', + weight: 34, + rshares: 580702500, + percent: 10000, + reputation: 843966089, + time: '2018-01-09T18:43:42', + }, + { + voter: 'btwiamjc', + weight: 33, + rshares: 549977500, + percent: 10000, + reputation: '4380456390', + time: '2018-01-09T02:44:06', + }, + { + voter: 'chrisvan', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:02:48', + }, + { + voter: 'fyah', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 69394505, + time: '2018-01-09T15:12:57', + }, + { + voter: 'mindcombustion', + weight: 33, + rshares: 559195000, + percent: 10000, + reputation: 244848077, + time: '2018-01-09T00:39:36', + }, + { + voter: 'edward-ong', + weight: 14, + rshares: 233510000, + percent: 10000, + reputation: 1166082381, + time: '2018-01-09T00:01:54', + }, + { + voter: 'ariel-teg', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 113643180, + time: '2018-01-09T00:04:36', + }, + { + voter: 'joung3017', + weight: 32, + rshares: 534615000, + percent: 10000, + reputation: '32748212676', + time: '2018-01-09T14:51:42', + }, + { + voter: 'kinematics', + weight: 12, + rshares: 205857500, + percent: 10000, + reputation: '14147581271', + time: '2018-01-09T03:18:24', + }, + { + voter: 'arslan237', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 31569348, + time: '2018-01-09T18:38:06', + }, + { + voter: 'wugao', + weight: 32, + rshares: 534615000, + percent: 10000, + reputation: 225126120, + time: '2018-01-09T00:40:45', + }, + { + voter: 'wroan', + weight: 29, + rshares: 497745000, + percent: 10000, + reputation: 3835961244, + time: '2018-01-08T23:46:48', + }, + { + voter: 'carloamc', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: 203534746, + time: '2018-01-09T04:42:03', + }, + { + voter: 'sophiexo', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T10:34:54', + }, + { + voter: 'mauley', + weight: 35, + rshares: 583775000, + percent: 10000, + reputation: 256136149, + time: '2018-01-08T22:47:00', + }, + { + voter: 'nafidarmhd', + weight: 30, + rshares: 503890000, + percent: 10000, + reputation: 241242282, + time: '2018-01-09T17:37:03', + }, + { + voter: 'myanmarbooster', + weight: 24, + rshares: 417860000, + percent: 10000, + reputation: 107637656, + time: '2018-01-09T04:18:00', + }, + { + voter: 'tanerseyt', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 900735090, + time: '2018-01-08T20:50:21', + }, + { + voter: 'chriss0612', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:52:27', + }, + { + voter: 'basseyantai', + weight: 34, + rshares: 571485000, + percent: 10000, + reputation: 125158428, + time: '2018-01-08T22:19:36', + }, + { + voter: 'zaggysteem', + weight: 34, + rshares: 571485000, + percent: 10000, + reputation: 2726754903, + time: '2018-01-08T20:37:33', + }, + { + voter: 'budipratama', + weight: 20, + rshares: 344120000, + percent: 10000, + reputation: 125614903, + time: '2018-01-09T06:48:42', + }, + { + voter: 'kimp0gi', + weight: 23, + rshares: 393280000, + percent: 10000, + reputation: '14903379723', + time: '2018-01-09T02:27:12', + }, + { + voter: 'apaki', + weight: 29, + rshares: 479310000, + percent: 10000, + reputation: 199215685, + time: '2018-01-09T07:43:45', + }, + { + voter: 'dandyskull', + weight: 26, + rshares: 430150000, + percent: 10000, + reputation: 29136874, + time: '2018-01-09T10:31:39', + }, + { + voter: 'lexyflexy', + weight: 11, + rshares: 190495000, + percent: 10000, + reputation: '6128443103', + time: '2018-01-08T19:47:27', + }, + { + voter: 'kylorenjunior', + weight: 10, + rshares: 178205000, + percent: 10000, + reputation: 1810439267, + time: '2018-01-08T21:33:00', + }, + { + voter: 'lifeinwords', + weight: 35, + rshares: 589920000, + percent: 10000, + reputation: 2304387, + time: '2018-01-09T16:06:51', + }, + { + voter: 'maniben', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 9313515, + time: '2018-01-08T23:30:24', + }, + { + voter: 'evegorilla', + weight: 18, + rshares: 301105000, + percent: 10000, + reputation: 1437141868, + time: '2018-01-09T00:53:09', + }, + { + voter: 'davizoe', + weight: 31, + rshares: 528470000, + percent: 10000, + reputation: 2819922928, + time: '2018-01-09T17:04:54', + }, + { + voter: 'rrsea', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:16:30', + }, + { + voter: 'parkshin', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:19:39', + }, + { + voter: 'taher999', + weight: 23, + rshares: 387135000, + percent: 10000, + reputation: 2629221269, + time: '2018-01-09T02:22:39', + }, + { + voter: 'ankavhonna', + weight: 33, + rshares: 543832500, + percent: 10000, + reputation: 69397417, + time: '2018-01-09T06:39:24', + }, + { + voter: 'markusmichael', + weight: 22, + rshares: 368700000, + percent: 10000, + reputation: 474158466, + time: '2018-01-08T19:36:54', + }, + { + voter: 'breadcrumb', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 45453551, + time: '2018-01-08T20:05:21', + }, + { + voter: 'shaiktabassum', + weight: 27, + rshares: 451657500, + percent: 10000, + reputation: 76500101, + time: '2018-01-09T02:32:30', + }, + { + voter: 'fashion-girl', + weight: 33, + rshares: 556122500, + percent: 10000, + reputation: '18658935823', + time: '2018-01-09T04:07:09', + }, + { + voter: 'cecilie', + weight: 31, + rshares: 522325000, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:58:45', + }, + { + voter: 'ericzenn', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:04:57', + }, + { + voter: 'redtv', + weight: 0, + rshares: -506962500, + percent: -10000, + reputation: 286734916, + time: '2018-01-08T23:48:45', + }, + { + voter: 'ruicarvoeiro', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:34:18', + }, + { + voter: 'kyungduck', + weight: 35, + rshares: 589920000, + percent: 10000, + reputation: '5064720319', + time: '2018-01-09T06:15:33', + }, + { + voter: 'quattz', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:24:45', + }, + { + voter: 'dani-knows', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:57:36', + }, + { + voter: 'handresk', + weight: 13, + rshares: 221220000, + percent: 10000, + reputation: '20350813445', + time: '2018-01-09T02:15:00', + }, + { + voter: 'ensarp', + weight: 34, + rshares: 571485000, + percent: 10000, + reputation: 123824437, + time: '2018-01-09T08:32:48', + }, + { + voter: 'cardinalsinner', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 27590118, + time: '2018-01-09T15:28:06', + }, + { + voter: 'isaiasprais', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 2600689455, + time: '2018-01-08T19:39:45', + }, + { + voter: 'aamm033', + weight: 14, + rshares: 239655000, + percent: 10000, + reputation: 163929603, + time: '2018-01-09T20:31:18', + }, + { + voter: 'maxdah', + weight: 33, + rshares: 546905000, + percent: 10000, + reputation: 122629724, + time: '2018-01-09T15:22:00', + }, + { + voter: 'netskyy', + weight: 19, + rshares: 319540000, + percent: 10000, + reputation: '14147052827', + time: '2018-01-09T11:51:27', + }, + { + voter: 'tayyabg441', + weight: 11, + rshares: 190495000, + percent: 10000, + reputation: 292629018, + time: '2018-01-09T17:53:12', + }, + { + voter: 'missgift', + weight: 34, + rshares: 562267500, + percent: 10000, + reputation: '7453535453', + time: '2018-01-08T22:14:24', + }, + { + voter: 'fionagan', + weight: 33, + rshares: 543832500, + percent: 10000, + reputation: 2513970957, + time: '2018-01-08T22:09:03', + }, + { + voter: 'falcon4sky', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:04:15', + }, + { + voter: 'cacciu', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 296578555, + time: '2018-01-09T12:39:48', + }, + { + voter: 'nours', + weight: 33, + rshares: 549977500, + percent: 10000, + reputation: 64365027, + time: '2018-01-08T21:48:54', + }, + { + voter: 'kons23', + weight: 25, + rshares: 433222500, + percent: 10000, + reputation: 25972225, + time: '2018-01-09T12:56:24', + }, + { + voter: 'rachaelfinch', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '61211732443', + time: '2018-01-09T11:14:39', + }, + { + voter: 'knightmare414', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 37101028, + time: '2018-01-08T20:40:12', + }, + { + voter: 'psalmseen', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 53729469, + time: '2018-01-09T07:56:33', + }, + { + voter: 'rockangels', + weight: 5, + rshares: 89102500, + percent: 10000, + reputation: '4341986823', + time: '2018-01-09T02:33:39', + }, + { + voter: 'qbinder', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 338388764, + time: '2018-01-08T20:18:45', + }, + { + voter: 'rurifa', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: 887805983, + time: '2018-01-09T07:11:30', + }, + { + voter: 'peniel20', + weight: 11, + rshares: 181277500, + percent: 10000, + reputation: 6123343, + time: '2018-01-09T13:24:33', + }, + { + voter: 'jesusvmorales', + weight: 10, + rshares: 162842500, + percent: 10000, + reputation: 1041919677, + time: '2018-01-09T05:17:39', + }, + { + voter: 'lourde', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 9601562, + time: '2018-01-09T10:57:48', + }, + { + voter: 'vicentkingboss', + weight: 27, + rshares: 442440000, + percent: 10000, + reputation: 1422033792, + time: '2018-01-09T02:19:45', + }, + { + voter: 'thesocialites', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 71127188, + time: '2018-01-08T20:48:57', + }, + { + voter: 'nicholaschung', + weight: 0, + rshares: -519252500, + percent: -10000, + reputation: '5329693352', + time: '2018-01-09T15:55:54', + }, + { + voter: 'abiramimahadevan', + weight: 15, + rshares: 258090000, + percent: 10000, + reputation: 2510841782, + time: '2018-01-09T02:07:09', + }, + { + voter: 'danwspencer', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:47:54', + }, + { + voter: 'lucycoyle', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:43:39', + }, + { + voter: 'mreyhanfitrah', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:50:30', + }, + { + voter: 'adzilikram', + weight: 31, + rshares: 516180000, + percent: 10000, + reputation: 158652000, + time: '2018-01-09T17:17:06', + }, + { + voter: 'firipinjin', + weight: 10, + rshares: 162842500, + percent: 10000, + reputation: 28028728, + time: '2018-01-08T22:25:24', + }, + { + voter: 'eter', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:36:03', + }, + { + voter: 'jake2017', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 9265507, + time: '2018-01-09T05:11:48', + }, + { + voter: 'jeson5', + weight: 19, + rshares: 325685000, + percent: 10000, + reputation: 43975154, + time: '2018-01-09T08:38:39', + }, + { + voter: 'gopublik', + weight: 26, + rshares: 433222500, + percent: 10000, + reputation: 177841069, + time: '2018-01-09T00:35:12', + }, + { + voter: 'xaboutme', + weight: 16, + rshares: 270380000, + percent: 10000, + reputation: 927232257, + time: '2018-01-08T20:56:00', + }, + { + voter: 'imjustsaying', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 89808228, + time: '2018-01-08T22:38:30', + }, + { + voter: 'richkathy', + weight: 30, + rshares: 503890000, + percent: 10000, + reputation: '7078729103', + time: '2018-01-09T08:12:18', + }, + { + voter: 'phllix', + weight: 28, + rshares: 473165000, + percent: 10000, + reputation: 607202670, + time: '2018-01-08T21:30:48', + }, + { + voter: 'ramaonehalf', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: '10756624470', + time: '2018-01-09T09:29:45', + }, + { + voter: 'ukup', + weight: 4, + rshares: 73740000, + percent: 10000, + reputation: 521848400, + time: '2018-01-08T22:12:33', + }, + { + voter: 'ubongabasi', + weight: 7, + rshares: 113682500, + percent: 1814, + reputation: 376465699, + time: '2018-01-09T11:54:36', + }, + { + voter: 'agememnon', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 43999103, + time: '2018-01-09T10:39:24', + }, + { + voter: 'srt392', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 9601562, + time: '2018-01-08T20:06:48', + }, + { + voter: 'seanhayabusa', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: '6675579408', + time: '2018-01-09T13:33:57', + }, + { + voter: 'm110313', + weight: 6, + rshares: 107537500, + percent: 10000, + reputation: 178316754, + time: '2018-01-09T15:11:12', + }, + { + voter: 'nabin1994', + weight: 16, + rshares: 276525000, + percent: 10000, + reputation: '9999627734', + time: '2018-01-09T03:23:33', + }, + { + voter: 'charlfourie', + weight: 32, + rshares: 540760000, + percent: 10000, + reputation: 120314561, + time: '2018-01-09T19:42:06', + }, + { + voter: 'travelcamera', + weight: 32, + rshares: 525397500, + percent: 10000, + reputation: 83605377, + time: '2018-01-09T13:13:18', + }, + { + voter: 'jsepulveda09', + weight: 13, + rshares: 215075000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:28:36', + }, + { + voter: 'yuck', + weight: 31, + rshares: 510035000, + percent: 10000, + reputation: 195473074, + time: '2018-01-09T02:33:03', + }, + { + voter: 'dmxdoll', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 292242429, + time: '2018-01-09T09:08:57', + }, + { + voter: 'juminchae', + weight: 30, + rshares: 506962500, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:06:18', + }, + { + voter: 'sn0w-fox', + weight: 45, + rshares: 742709883, + percent: 10000, + reputation: 1017320234, + time: '2018-01-08T17:35:18', + }, + { + voter: 'theloopyblooger', + weight: 35, + rshares: 592992500, + percent: 10000, + reputation: 167123995, + time: '2018-01-08T22:35:39', + }, + { + voter: 'joghurt1994', + weight: 69, + rshares: 1160484190, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:35:00', + }, + { + voter: 'marcelkaunang', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 20886784, + time: '2018-01-09T04:56:00', + }, + { + voter: 'tkmremi', + weight: 20, + rshares: 334902500, + percent: 10000, + reputation: 196370944, + time: '2018-01-09T15:03:15', + }, + { + voter: 'tkn', + weight: 29, + rshares: 479310000, + percent: 10000, + reputation: 28740114, + time: '2018-01-08T23:57:06', + }, + { + voter: 'okorefebawo', + weight: 30, + rshares: 506962500, + percent: 10000, + reputation: '4808102161', + time: '2018-01-09T07:40:45', + }, + { + voter: 'arshshah', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 79562652, + time: '2018-01-09T08:27:48', + }, + { + voter: 'chaosbutfake', + weight: 36, + rshares: 599137500, + percent: 10000, + reputation: '6307877140', + time: '2018-01-09T16:56:09', + }, + { + voter: 'jay2kay', + weight: 26, + rshares: 430150000, + percent: 10000, + reputation: 178381657, + time: '2018-01-08T21:39:39', + }, + { + voter: 'kutluhan', + weight: 14, + rshares: 239655000, + percent: 10000, + reputation: -42469169689, + time: '2018-01-08T21:45:09', + }, + { + voter: 'khanji', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:39:24', + }, + { + voter: 'heeyoung-yoo', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:06:33', + }, + { + voter: 'husoooo', + weight: 138, + rshares: 1160484180, + percent: 10000, + reputation: 20124011, + time: '2018-01-08T17:24:51', + }, + { + voter: 'deepak123', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 3648593, + time: '2018-01-09T02:11:42', + }, + { + voter: 'travelling-two', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 447121407, + time: '2018-01-09T04:36:36', + }, + { + voter: 'apenjoch6', + weight: 4, + rshares: 52232500, + percent: 10000, + reputation: 781185623, + time: '2018-01-09T15:38:06', + }, + { + voter: 'alexdory', + weight: 34, + rshares: 559195000, + percent: 10000, + reputation: 33118804, + time: '2018-01-09T16:28:24', + }, + { + voter: 'nudimar', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 15047328, + time: '2018-01-09T18:29:06', + }, + { + voter: 'spellx', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 166819064, + time: '2018-01-09T10:51:51', + }, + { + voter: 'chitchit', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:15:33', + }, + { + voter: 'kensoftth', + weight: 28, + rshares: 477704469, + percent: 10000, + reputation: '8675853770', + time: '2018-01-09T11:08:27', + }, + { + voter: 'saleh.romanisti', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 179231394, + time: '2018-01-09T04:34:54', + }, + { + voter: 'nikhil.jain', + weight: 36, + rshares: 602210000, + percent: 10000, + reputation: 17951239, + time: '2018-01-09T18:30:03', + }, + { + voter: 'smudboy', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 43483221, + time: '2018-01-09T01:29:09', + }, + { + voter: 'morticon124', + weight: 28, + rshares: 482382500, + percent: 10000, + reputation: 325821234, + time: '2018-01-09T12:11:48', + }, + { + voter: 'warwolf', + weight: 37, + rshares: 611427500, + percent: 10000, + reputation: 76343015, + time: '2018-01-09T06:03:21', + }, + { + voter: 'smileunit', + weight: 29, + rshares: 494672500, + percent: 10000, + reputation: '67005553973', + time: '2018-01-08T21:56:42', + }, + { + voter: 'saichan27', + weight: 36, + rshares: 599137500, + percent: 10000, + reputation: 52716949, + time: '2018-01-09T13:08:00', + }, + { + voter: 'auliya', + weight: 16, + rshares: 273452500, + percent: 10000, + reputation: '11077636968', + time: '2018-01-09T09:18:51', + }, + { + voter: 'janero', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 14258320, + time: '2018-01-09T03:29:27', + }, + { + voter: 'baelish', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: 691844908, + time: '2018-01-09T12:54:12', + }, + { + voter: 'captsyd2099', + weight: 37, + rshares: 620859004, + percent: 10000, + reputation: 16863284, + time: '2018-01-08T18:54:48', + }, + { + voter: 'tonydeangelo', + weight: 63, + rshares: 1050238128, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:22:21', + }, + { + voter: 'yosohaso', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:08:33', + }, + { + voter: 'guillerbeny', + weight: 36, + rshares: 592992500, + percent: 10000, + reputation: 1437886818, + time: '2018-01-09T00:17:18', + }, + { + voter: 'canni', + weight: 66, + rshares: 1114064752, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:58:42', + }, + { + voter: 'superjubazo', + weight: 26, + rshares: 424005000, + percent: 10000, + reputation: 233412965, + time: '2018-01-09T00:13:12', + }, + { + voter: 'bjoernoppermann', + weight: 69, + rshares: 1160484116, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:30:51', + }, + { + voter: 'dzordzi', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:31:54', + }, + { + voter: 'tabletennisgamer', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 849006831, + time: '2018-01-08T20:25:12', + }, + { + voter: 'jfenn', + weight: 76, + rshares: 638266263, + percent: 10000, + reputation: 79640164, + time: '2018-01-08T17:00:03', + }, + { + voter: 'muzquiz', + weight: 34, + rshares: 577630000, + percent: 10000, + reputation: 62662779, + time: '2018-01-09T16:21:24', + }, + { + voter: 'dusk66', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 65438111, + time: '2018-01-09T00:06:57', + }, + { + voter: 'gadorian', + weight: 17, + rshares: 288815000, + percent: 10000, + reputation: 139483975, + time: '2018-01-08T20:52:57', + }, + { + voter: 'paulmadean', + weight: 57, + rshares: 957399394, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:50:24', + }, + { + voter: 'quison', + weight: 99, + rshares: 829746141, + percent: 10000, + reputation: 360307813, + time: '2018-01-08T17:20:33', + }, + { + voter: 'djowa', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 461230214, + time: '2018-01-09T05:36:54', + }, + { + voter: 'pmic', + weight: 38, + rshares: 63826626, + percent: 10000, + reputation: 945954564, + time: '2018-01-08T16:16:21', + }, + { + voter: 'devilequalizer', + weight: 64, + rshares: 1073447803, + percent: 10000, + reputation: 39813190, + time: '2018-01-08T18:04:18', + }, + { + voter: 'leonard27', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:57:45', + }, + { + voter: 'sridatta', + weight: 19, + rshares: 313395000, + percent: 10000, + reputation: '18104813402', + time: '2018-01-09T00:26:51', + }, + { + voter: 'quron', + weight: 376, + rshares: 789129195, + percent: 10000, + reputation: 371188371, + time: '2018-01-08T16:49:45', + }, + { + voter: 'gameskiller', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 33421130, + time: '2018-01-08T21:59:39', + }, + { + voter: 'samostically', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '4972457823', + time: '2018-01-08T20:46:06', + }, + { + voter: 'skylarkhaven', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:08:03', + }, + { + voter: 'cryptocurtis10x', + weight: 67, + rshares: 1114064744, + percent: 10000, + reputation: 140545240, + time: '2018-01-08T18:42:39', + }, + { + voter: 'riosnath', + weight: 30, + rshares: 497745000, + percent: 10000, + reputation: 535570989, + time: '2018-01-09T12:58:00', + }, + { + voter: 'aotearoa', + weight: 6, + rshares: 98320000, + percent: 10000, + reputation: 773480070, + time: '2018-01-09T19:02:12', + }, + { + voter: 'woodzi', + weight: 30, + rshares: 500817500, + percent: 10000, + reputation: 769322141, + time: '2018-01-08T21:59:03', + }, + { + voter: 'bitmetal', + weight: 32, + rshares: 528470000, + percent: 10000, + reputation: 18336493, + time: '2018-01-09T08:04:27', + }, + { + voter: 'coect', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 396789624, + time: '2018-01-08T21:12:48', + }, + { + voter: 'marvercraft', + weight: 34, + rshares: 577630000, + percent: 10000, + reputation: 3874884174, + time: '2018-01-09T15:14:21', + }, + { + voter: 'viguro', + weight: 18, + rshares: 285742500, + percent: 10000, + reputation: 295188787, + time: '2018-01-08T22:17:36', + }, + { + voter: 'overwatchguy', + weight: 35, + rshares: 574439630, + percent: 10000, + reputation: 109733465, + time: '2018-01-08T18:44:09', + }, + { + voter: 'darkblack', + weight: 33, + rshares: 559195000, + percent: 10000, + reputation: 335107493, + time: '2018-01-09T11:28:09', + }, + { + voter: 'donwills', + weight: 68, + rshares: 1143076839, + percent: 10000, + reputation: 1134854935, + time: '2018-01-08T18:23:39', + }, + { + voter: 'maria032', + weight: 30, + rshares: 503890000, + percent: 10000, + reputation: 290856524, + time: '2018-01-08T20:32:06', + }, + { + voter: 'kennyvaldez', + weight: 35, + rshares: 583775000, + percent: 10000, + reputation: 291533811, + time: '2018-01-08T21:20:45', + }, + { + voter: 'jeffchoyus', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:21:30', + }, + { + voter: 'marcusings', + weight: 23, + rshares: 387135000, + percent: 10000, + reputation: '6018989084', + time: '2018-01-08T20:32:27', + }, + { + voter: 'zulhelmiy', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 36489831, + time: '2018-01-09T11:30:36', + }, + { + voter: 'raduc', + weight: 16, + rshares: 267307500, + percent: 10000, + reputation: 401923195, + time: '2018-01-09T16:24:48', + }, + { + voter: 'renehsz', + weight: 60, + rshares: 1009621158, + percent: 10000, + reputation: 16863284, + time: '2018-01-08T17:37:42', + }, + { + voter: 'papageno', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 80233697, + time: '2018-01-09T03:17:00', + }, + { + voter: 'hns101', + weight: 9, + rshares: 141335000, + percent: 10000, + reputation: 1758801451, + time: '2018-01-09T17:31:33', + }, + { + voter: 'kurniawananton', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:20:24', + }, + { + voter: 'haz9998', + weight: 31, + rshares: 531542500, + percent: 10000, + reputation: 63496920, + time: '2018-01-08T21:36:24', + }, + { + voter: 'cozzamara', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 773136362, + time: '2018-01-08T23:30:21', + }, + { + voter: 'sodasoda', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 46031676, + time: '2018-01-09T09:43:42', + }, + { + voter: 'freisler', + weight: 0, + rshares: -571485000, + percent: -10000, + reputation: 9457539, + time: '2018-01-09T18:27:45', + }, + { + voter: 'jehanzebkhan', + weight: 16, + rshares: 267307500, + percent: 10000, + reputation: 51840719, + time: '2018-01-09T07:15:48', + }, + { + voter: 'amiral', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 73817999, + time: '2018-01-09T08:11:15', + }, + { + voter: 'phoneinf', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: '193902241424', + time: '2018-01-09T04:58:39', + }, + { + voter: 'realist01', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:51:42', + }, + { + voter: 'misterseb', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 9121484, + time: '2018-01-09T18:44:00', + }, + { + voter: 'zohead-net', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 11329854, + time: '2018-01-09T13:43:33', + }, + { + voter: 'chelaruc', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: '22785302618', + time: '2018-01-09T07:59:27', + }, + { + voter: 'la7me', + weight: 2110, + rshares: 916782424, + percent: 10000, + reputation: 267513219, + time: '2018-01-08T16:32:06', + }, + { + voter: 'kzaw', + weight: 32, + rshares: 537687500, + percent: 10000, + reputation: 322286516, + time: '2018-01-09T14:17:33', + }, + { + voter: 'kingkrusher', + weight: 36, + rshares: 599137500, + percent: 10000, + reputation: 92717292, + time: '2018-01-09T06:28:33', + }, + { + voter: 'kryptotimmy', + weight: 34, + rshares: 556122500, + percent: 10000, + reputation: 45302058, + time: '2018-01-09T01:14:54', + }, + { + voter: 'benleemusic', + weight: 69, + rshares: 1160484073, + percent: 10000, + reputation: 3526146268, + time: '2018-01-08T19:08:24', + }, + { + voter: 's1rwilliam', + weight: 8, + rshares: 129045000, + percent: 10000, + reputation: 103737826, + time: '2018-01-09T20:01:33', + }, + { + voter: 'miss.steem', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:38:33', + }, + { + voter: 'ebrewsam', + weight: 33, + rshares: 557032354, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:17:51', + }, + { + voter: 'demianviach', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 9601562, + time: '2018-01-08T21:45:21', + }, + { + voter: 'jessikadelvalle', + weight: 34, + rshares: 577630000, + percent: 10000, + reputation: 17124031, + time: '2018-01-09T15:01:09', + }, + { + voter: 'edersonb06', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:34:30', + }, + { + voter: 'porkyofthepine', + weight: 29, + rshares: 494672500, + percent: 10000, + reputation: 829707930, + time: '2018-01-09T02:05:54', + }, + { + voter: 'buufuu', + weight: 5, + rshares: 75431464, + percent: 10000, + reputation: 419777327, + time: '2018-01-08T17:49:39', + }, + { + voter: 'rulilesmana', + weight: 35, + rshares: 583775000, + percent: 10000, + reputation: 39098030, + time: '2018-01-09T18:56:42', + }, + { + voter: 'hdjohn', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:05:24', + }, + { + voter: 'tenzinchodak', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 18723046, + time: '2018-01-08T23:30:33', + }, + { + voter: 'thespacealicorn', + weight: 64, + rshares: 1085052598, + percent: 10000, + reputation: 32185325, + time: '2018-01-08T17:36:12', + }, + { + voter: 'iansleepy', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 6385039, + time: '2018-01-09T15:21:45', + }, + { + voter: 'husk-eisborn', + weight: 33, + rshares: 556122500, + percent: 10000, + reputation: 222701771, + time: '2018-01-08T23:19:48', + }, + { + voter: 'felixwickman', + weight: 26, + rshares: 439367500, + percent: 10000, + reputation: 539422419, + time: '2018-01-09T11:26:06', + }, + { + voter: 'xdlbx', + weight: 10, + rshares: 172060000, + percent: 10000, + reputation: 99081862, + time: '2018-01-09T10:28:39', + }, + { + voter: 'micool', + weight: 36, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:48:15', + }, + { + voter: 'suniljaiswal21', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 126345585, + time: '2018-01-09T12:15:12', + }, + { + voter: 'nicolecellbotics', + weight: 5, + rshares: 86030000, + percent: 10000, + reputation: 511117238, + time: '2018-01-09T13:54:12', + }, + { + voter: 'matrixcardinals', + weight: 4, + rshares: 58377500, + percent: 10000, + reputation: 34543029, + time: '2018-01-08T22:49:57', + }, + { + voter: 'soranthus', + weight: 115, + rshares: 969004185, + percent: 10000, + reputation: 0, + time: '2018-01-08T16:53:24', + }, + { + voter: 'charitybot', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 1204553396, + time: '2018-01-09T00:03:12', + }, + { + voter: 'criptofuturo', + weight: 29, + rshares: 494672500, + percent: 10000, + reputation: 146365640, + time: '2018-01-08T21:40:00', + }, + { + voter: 'alawada', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 138938866, + time: '2018-01-09T13:55:09', + }, + { + voter: 'maggy7419', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:56:18', + }, + { + voter: 'timo839', + weight: 34, + rshares: 568412500, + percent: 10000, + reputation: 13346171, + time: '2018-01-09T09:06:24', + }, + { + voter: 'ackseriam', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:57:15', + }, + { + voter: 'coinlust', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 132533376, + time: '2018-01-09T07:25:03', + }, + { + voter: 'chronicle', + weight: 20, + rshares: 325685000, + percent: 10000, + reputation: 699485127, + time: '2018-01-08T21:37:45', + }, + { + voter: 'greenlightsignal', + weight: 136, + rshares: 1137274358, + percent: 10000, + reputation: 104813849, + time: '2018-01-08T16:54:09', + }, + { + voter: 'seyls', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 13935314, + time: '2018-01-08T19:46:54', + }, + { + voter: 'roadix', + weight: 139, + rshares: 1160484034, + percent: 10000, + reputation: 23859875, + time: '2018-01-08T17:27:27', + }, + { + voter: 'enkel', + weight: 29, + rshares: 476237500, + percent: 10000, + reputation: 69060045, + time: '2018-01-08T23:46:03', + }, + { + voter: 'lukbukkit', + weight: 0, + rshares: 580702500, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:31:18', + }, + { + voter: 'harshwardhan', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 56048787, + time: '2018-01-09T11:46:12', + }, + { + voter: 'cryptoboiii', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:12:48', + }, + { + voter: 'cliodhna', + weight: 4, + rshares: 52232500, + percent: 10000, + reputation: 3182551233, + time: '2018-01-09T02:18:00', + }, + { + voter: 'gilliank', + weight: 29, + rshares: 488527500, + percent: 10000, + reputation: 1664028375, + time: '2018-01-09T02:44:06', + }, + { + voter: 'jorgemcy7', + weight: 31, + rshares: 519252500, + percent: 10000, + reputation: 123675842, + time: '2018-01-09T01:28:15', + }, + { + voter: 'konjoslav', + weight: 37, + rshares: 608355000, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:38:21', + }, + { + voter: 'stefanitona', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:11:51', + }, + { + voter: 'alonasalenko', + weight: 33, + rshares: 559195000, + percent: 10000, + reputation: 277258596, + time: '2018-01-08T21:26:39', + }, + { + voter: 'sgupta', + weight: 28, + rshares: 473165000, + percent: 10000, + reputation: 1332785855, + time: '2018-01-08T20:11:03', + }, + { + voter: 'steelyphill', + weight: 35, + rshares: 602210000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:47:39', + }, + { + voter: 'czaciej', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 25161099, + time: '2018-01-09T18:56:33', + }, + { + voter: 'jazminedavid', + weight: 66, + rshares: 1119867069, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:58:30', + }, + { + voter: 'ashishjha', + weight: 26, + rshares: 436295000, + percent: 10000, + reputation: 252844462, + time: '2018-01-09T05:40:48', + }, + { + voter: 'lucasdb', + weight: 20, + rshares: 334902500, + percent: 10000, + reputation: 277086903, + time: '2018-01-08T22:26:39', + }, + { + voter: 'jeremienicaise', + weight: 55, + rshares: 934189624, + percent: 10000, + reputation: 909201226, + time: '2018-01-08T18:06:12', + }, + { + voter: 'onedrop', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:46:09', + }, + { + voter: 'resfeber', + weight: 25, + rshares: 424005000, + percent: 10000, + reputation: 477040271, + time: '2018-01-08T20:35:06', + }, + { + voter: 'cryptominute', + weight: 29, + rshares: 476237500, + percent: 10000, + reputation: 1445897221, + time: '2018-01-08T22:34:18', + }, + { + voter: 'codystevens76', + weight: 16, + rshares: 267307500, + percent: 10000, + reputation: 304638066, + time: '2018-01-08T19:37:51', + }, + { + voter: 'mathmartinz', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:24:42', + }, + { + voter: 'ndj94', + weight: 35, + rshares: 583775000, + percent: 10000, + reputation: 9457539, + time: '2018-01-08T23:04:15', + }, + { + voter: 'vickiea', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:24:15', + }, + { + voter: 'destiny.beverage', + weight: 4, + rshares: 61450000, + percent: 10000, + reputation: 623703257, + time: '2018-01-08T23:19:24', + }, + { + voter: 'perseus316', + weight: 5, + rshares: 89102500, + percent: 10000, + reputation: '5753503078', + time: '2018-01-09T02:25:36', + }, + { + voter: 'cubsfan2003', + weight: 70, + rshares: 1160483990, + percent: 10000, + reputation: 290148340, + time: '2018-01-08T19:00:42', + }, + { + voter: 'essienovic', + weight: 68, + rshares: 1143076729, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:29:03', + }, + { + voter: 'iamflow', + weight: 24, + rshares: 405570000, + percent: 10000, + reputation: 269508650, + time: '2018-01-08T20:39:27', + }, + { + voter: 'marvellouus', + weight: 64, + rshares: 1073447685, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:27:12', + }, + { + voter: 'paphi', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 9601562, + time: '2018-01-09T13:42:27', + }, + { + voter: 'syedmeesumali', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 18132562, + time: '2018-01-09T14:18:18', + }, + { + voter: 'matucci777', + weight: 37, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:59:09', + }, + { + voter: 'memestalk', + weight: 59, + rshares: 992213805, + percent: 10000, + reputation: 54328847, + time: '2018-01-08T18:25:36', + }, + { + voter: 'fr0zn', + weight: 0, + rshares: 0, + percent: 0, + reputation: 33182588, + time: '2018-01-08T18:10:30', + }, + { + voter: 'creating-wealth', + weight: 36, + rshares: 605282500, + percent: 10000, + reputation: 39961772, + time: '2018-01-09T06:12:36', + }, + { + voter: 'misanadaskic', + weight: 10, + rshares: 162842500, + percent: 10000, + reputation: 2131803355, + time: '2018-01-09T19:04:42', + }, + { + voter: 'jadbaina', + weight: 39, + rshares: 655673444, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:07:12', + }, + { + voter: 'patronage', + weight: 35, + rshares: 589920000, + percent: 10000, + reputation: 131584672, + time: '2018-01-08T21:42:57', + }, + { + voter: 'supertommetje', + weight: 20, + rshares: 331830000, + percent: 10000, + reputation: 100942776, + time: '2018-01-08T20:41:06', + }, + { + voter: 'mememetics', + weight: 45, + rshares: 765919417, + percent: 10000, + reputation: 106955219, + time: '2018-01-08T19:31:36', + }, + { + voter: 'leslieloux', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:34:18', + }, + { + voter: 'cavannaugh', + weight: 32, + rshares: 543832500, + percent: 10000, + reputation: '5694818280', + time: '2018-01-08T22:02:51', + }, + { + voter: 'tschaeggie', + weight: 36, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:37:57', + }, + { + voter: 'southeast', + weight: 63, + rshares: 1056040401, + percent: 10000, + reputation: 191939755, + time: '2018-01-08T19:29:21', + }, + { + voter: 'prometheus21', + weight: 10, + rshares: 159770000, + percent: 10000, + reputation: 200179535, + time: '2018-01-09T19:19:27', + }, + { + voter: 'mustaphaitani', + weight: 62, + rshares: 1032830720, + percent: 10000, + reputation: 161780001, + time: '2018-01-08T19:12:45', + }, + { + voter: 'duks', + weight: 67, + rshares: 1119867016, + percent: 10000, + reputation: 204285156, + time: '2018-01-08T18:57:15', + }, + { + voter: 'funk1', + weight: 35, + rshares: 580702500, + percent: 10000, + reputation: 9601562, + time: '2018-01-09T20:13:57', + }, + { + voter: 'bozz', + weight: 7, + rshares: 119831125, + percent: 10000, + reputation: 901905549, + time: '2018-01-08T20:31:33', + }, + { + voter: 'spartaowl', + weight: 4, + rshares: 70667500, + percent: 10000, + reputation: 338322141, + time: '2018-01-09T06:35:18', + }, + { + voter: 'dtubedaily', + weight: 10, + rshares: 167789073, + percent: 10000, + reputation: 1312097893, + time: '2018-01-08T23:44:33', + }, + { + voter: 'agungpujiono', + weight: 36, + rshares: 611427500, + percent: 10000, + reputation: 155436124, + time: '2018-01-08T21:05:15', + }, + { + voter: 'matheusb', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:22:21', + }, + { + voter: 'moosashuaibi', + weight: 67, + rshares: 1125669403, + percent: 10000, + reputation: 52493764, + time: '2018-01-09T03:28:21', + }, + { + voter: 'mrtlstn', + weight: 69, + rshares: 1148879079, + percent: 10000, + reputation: 74231224, + time: '2018-01-08T22:28:39', + }, + { + voter: 'misterowl', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:05:27', + }, + { + voter: 'argran', + weight: 69, + rshares: 1160483917, + percent: 10000, + reputation: 0, + time: '2018-01-08T19:41:27', + }, + { + voter: 'maikumaikumaiku', + weight: 58, + rshares: 969004070, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:20:09', + }, + { + voter: 'nunan', + weight: 0, + rshares: 1119866978, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:09:30', + }, + { + voter: 'weesari', + weight: 66, + rshares: 1102459719, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:22:18', + }, + { + voter: 'mrboner', + weight: 24, + rshares: 390209904, + percent: 10000, + reputation: 7537272, + time: '2018-01-09T07:39:06', + }, + { + voter: 'timikoj6', + weight: 64, + rshares: 1079250037, + percent: 10000, + reputation: 17497921, + time: '2018-01-08T21:02:51', + }, + { + voter: 'dahreg97', + weight: 58, + rshares: 974806485, + percent: 10000, + reputation: 6171852, + time: '2018-01-09T00:46:06', + }, + { + voter: 'yokunjon', + weight: 36, + rshares: 614503071, + percent: 10000, + reputation: 108480174, + time: '2018-01-09T12:54:27', + }, + { + voter: 'dmerits42', + weight: 66, + rshares: 1096657280, + percent: 10000, + reputation: 149023864, + time: '2018-01-08T20:36:30', + }, + { + voter: 'nohemile', + weight: 69, + rshares: 1160483893, + percent: 10000, + reputation: 28388933, + time: '2018-01-09T06:27:09', + }, + { + voter: 'mariusboncut', + weight: 68, + rshares: 1143076634, + percent: 10000, + reputation: 27734122, + time: '2018-01-08T20:54:39', + }, + { + voter: 'jessentials', + weight: 69, + rshares: 1160483892, + percent: 10000, + reputation: 956479789, + time: '2018-01-08T20:29:03', + }, + { + voter: 'futchas', + weight: 67, + rshares: 1125669374, + percent: 10000, + reputation: 5011056, + time: '2018-01-08T22:40:39', + }, + { + voter: 'khaywhy', + weight: 57, + rshares: 969004047, + percent: 10000, + reputation: 446453085, + time: '2018-01-09T00:58:24', + }, + { + voter: 'omardcam', + weight: 69, + rshares: 1160483889, + percent: 10000, + reputation: 100561412, + time: '2018-01-08T21:27:36', + }, + { + voter: 'jayzon', + weight: 69, + rshares: 1160483885, + percent: 10000, + reputation: 649661180, + time: '2018-01-08T20:26:39', + }, + { + voter: 'jenniferochiotu', + weight: 69, + rshares: 1160483884, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:36:18', + }, + { + voter: 'biedak', + weight: 69, + rshares: 1160483884, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:32:24', + }, + { + voter: 'jennshaggy', + weight: 64, + rshares: 1061842753, + percent: 10000, + reputation: 232238748, + time: '2018-01-09T00:59:18', + }, + { + voter: 'rashidiqball', + weight: 55, + rshares: 934189526, + percent: 10000, + reputation: 54003749, + time: '2018-01-08T20:46:09', + }, + { + voter: 'achupie', + weight: 34, + rshares: 568416001, + percent: 10000, + reputation: '4857460035', + time: '2018-01-09T13:14:42', + }, + { + voter: 'lambertszt', + weight: 62, + rshares: 1050237909, + percent: 10000, + reputation: 9987704, + time: '2018-01-08T20:40:12', + }, + { + voter: 'lhouten', + weight: 36, + rshares: 592996153, + percent: 10000, + reputation: 13346224, + time: '2018-01-09T20:58:33', + }, + { + voter: 'hyder', + weight: 25, + rshares: 420935093, + percent: 10000, + reputation: 42244515, + time: '2018-01-09T17:58:57', + }, + { + voter: 'mwhch', + weight: 67, + rshares: 1119866937, + percent: 10000, + reputation: 37577389, + time: '2018-01-08T20:56:48', + }, + { + voter: 'felipesaint', + weight: 36, + rshares: 602213710, + percent: 10000, + reputation: 18132560, + time: '2018-01-09T16:27:06', + }, + { + voter: 'br0da', + weight: 69, + rshares: 1160483870, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:49:06', + }, + { + voter: 'schreiberhealth', + weight: 69, + rshares: 1160483867, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:57:18', + }, + { + voter: 'dysdale561', + weight: 63, + rshares: 1050237897, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:00:54', + }, + { + voter: 'sentimz', + weight: 69, + rshares: 1160483863, + percent: 10000, + reputation: 0, + time: '2018-01-08T20:57:12', + }, + { + voter: 'gibsonmartell', + weight: 3, + rshares: 52221773, + percent: 10000, + reputation: 386503541, + time: '2018-01-08T23:51:45', + }, + { + voter: 'felix1988', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 56631362, + time: '2018-01-09T20:49:27', + }, + { + voter: 'luminous', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:54:42', + }, + { + voter: 'xtr3m', + weight: 69, + rshares: 1160483850, + percent: 10000, + reputation: 584135510, + time: '2018-01-08T23:32:39', + }, + { + voter: 'hjashnsaz', + weight: 65, + rshares: 1096657238, + percent: 10000, + reputation: 65601741, + time: '2018-01-09T00:48:42', + }, + { + voter: 'talgotso', + weight: 5, + rshares: 92175460, + percent: 10000, + reputation: 534962273, + time: '2018-01-09T10:39:27', + }, + { + voter: 'miguel85', + weight: 54, + rshares: 899374983, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:27:45', + }, + { + voter: 'stellabarnea', + weight: 62, + rshares: 1032830622, + percent: 10000, + reputation: 0, + time: '2018-01-08T21:28:57', + }, + { + voter: 'deadlytaco', + weight: 69, + rshares: 1160483844, + percent: 10000, + reputation: 79085646, + time: '2018-01-08T21:24:54', + }, + { + voter: 'syedshah1', + weight: 0, + rshares: 571487856, + percent: 10000, + reputation: 201513168, + time: '2018-01-09T14:32:48', + }, + { + voter: 'tonito', + weight: 43, + rshares: 731104820, + percent: 10000, + reputation: 15616250, + time: '2018-01-08T21:38:54', + }, + { + voter: 'youssefomari', + weight: 58, + rshares: 974806426, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:35:51', + }, + { + voter: 'cryptoradu', + weight: 3, + rshares: 52221772, + percent: 10000, + reputation: 216373046, + time: '2018-01-08T23:49:03', + }, + { + voter: 'redtotal', + weight: 69, + rshares: 1160483836, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:01:33', + }, + { + voter: 'usijayofficial', + weight: 69, + rshares: 1160483827, + percent: 10000, + reputation: 13636721, + time: '2018-01-08T23:32:33', + }, + { + voter: 'kpureynolds', + weight: 69, + rshares: 1160483827, + percent: 10000, + reputation: 9156942, + time: '2018-01-08T22:37:57', + }, + { + voter: 'dirtyhippie', + weight: 69, + rshares: 1160483826, + percent: 10000, + reputation: 401710176, + time: '2018-01-09T04:55:42', + }, + { + voter: 'hv10', + weight: 69, + rshares: 1160483822, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:05:57', + }, + { + voter: 'lasta', + weight: 8, + rshares: 135190832, + percent: 10000, + reputation: 56699323, + time: '2018-01-09T19:02:57', + }, + { + voter: 'colleeny', + weight: 69, + rshares: 1160483816, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:30:09', + }, + { + voter: 'rexxbexx', + weight: 37, + rshares: 620858841, + percent: 10000, + reputation: '15959578991', + time: '2018-01-09T05:31:33', + }, + { + voter: 'zikko', + weight: 69, + rshares: 1160483814, + percent: 10000, + reputation: 38506506, + time: '2018-01-09T06:47:42', + }, + { + voter: 'theretard', + weight: 69, + rshares: 1160483814, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:49:18', + }, + { + voter: 'cst90', + weight: 69, + rshares: 1160483814, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:17:45', + }, + { + voter: 'taranisnews', + weight: 68, + rshares: 1143076556, + percent: 10000, + reputation: 149245502, + time: '2018-01-08T22:48:54', + }, + { + voter: 'ronswartz', + weight: 7, + rshares: 122902872, + percent: 10000, + reputation: 26001663, + time: '2018-01-09T01:56:18', + }, + { + voter: 'omar.nadi', + weight: 68, + rshares: 1131471714, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:14:54', + }, + { + voter: 'turtleboy123', + weight: 69, + rshares: 1160483798, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:30:24', + }, + { + voter: 'achainofevents', + weight: 69, + rshares: 1160483798, + percent: 10000, + reputation: 44960111, + time: '2018-01-08T22:49:06', + }, + { + voter: 'coffetime', + weight: 56, + rshares: 951596714, + percent: 10000, + reputation: 0, + time: '2018-01-08T22:46:42', + }, + { + voter: 'jong04', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:56:27', + }, + { + voter: 'teebabzy', + weight: 21, + rshares: 347194235, + percent: 10000, + reputation: 39898876, + time: '2018-01-09T20:32:51', + }, + { + voter: 'inhaleexhale', + weight: 70, + rshares: 1160483786, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:10:45', + }, + { + voter: 'osirisr1', + weight: 69, + rshares: 1160483785, + percent: 10000, + reputation: 24437639, + time: '2018-01-09T00:08:15', + }, + { + voter: 'mrhustla33', + weight: 69, + rshares: 1160483783, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:01:18', + }, + { + voter: 'amdreamer', + weight: 69, + rshares: 1160483775, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:04:03', + }, + { + voter: 'mrtorere', + weight: 59, + rshares: 974806371, + percent: 10000, + reputation: 129655094, + time: '2018-01-08T23:22:21', + }, + { + voter: 'invictuz', + weight: 69, + rshares: 1160483775, + percent: 10000, + reputation: 207375990, + time: '2018-01-08T23:25:39', + }, + { + voter: 'leck', + weight: 69, + rshares: 1160483774, + percent: 10000, + reputation: 151637297, + time: '2018-01-08T23:23:15', + }, + { + voter: 'rajgaurav', + weight: 37, + rshares: 614503440, + percent: 10000, + reputation: 18435102, + time: '2018-01-09T18:04:57', + }, + { + voter: 'somaya', + weight: 69, + rshares: 1160483771, + percent: 10000, + reputation: 0, + time: '2018-01-08T23:44:27', + }, + { + voter: 'hyeryong', + weight: 50, + rshares: 852955571, + percent: 10000, + reputation: 2420106015, + time: '2018-01-09T02:55:39', + }, + { + voter: 'ramiab', + weight: 68, + rshares: 1143076514, + percent: 10000, + reputation: 8301546, + time: '2018-01-08T23:31:06', + }, + { + voter: 'shairdel', + weight: 68, + rshares: 1143076510, + percent: 10000, + reputation: 18132558, + time: '2018-01-09T00:11:06', + }, + { + voter: 'shunke13', + weight: 36, + rshares: 597649138, + percent: 10000, + reputation: 17637427, + time: '2018-01-09T02:49:18', + }, + { + voter: 'pedroluis34', + weight: 59, + rshares: 992213615, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:20:24', + }, + { + voter: 'rizha.alfarlaqy', + weight: 51, + rshares: 858757982, + percent: 10000, + reputation: 79557820, + time: '2018-01-09T01:54:21', + }, + { + voter: 'strojny9', + weight: 61, + rshares: 1032830536, + percent: 10000, + reputation: 365354145, + time: '2018-01-09T00:19:15', + }, + { + voter: 'jchauhan', + weight: 69, + rshares: 1160483748, + percent: 10000, + reputation: 637661901, + time: '2018-01-08T23:47:45', + }, + { + voter: 'keva1022', + weight: 69, + rshares: 1160483743, + percent: 10000, + reputation: 3120527, + time: '2018-01-09T03:08:30', + }, + { + voter: 'crypticneo', + weight: 46, + rshares: 777524107, + percent: 10000, + reputation: 7249179, + time: '2018-01-09T00:25:51', + }, + { + voter: 'cryptocontraband', + weight: 66, + rshares: 1119866808, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:02:15', + }, + { + voter: 'gilmored', + weight: 26, + rshares: 439370206, + percent: 10000, + reputation: 155031619, + time: '2018-01-09T15:06:48', + }, + { + voter: 'letters-to-love', + weight: 69, + rshares: 1160483728, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:28:12', + }, + { + voter: 'saratkrishna', + weight: 30, + rshares: 510037855, + percent: 10000, + reputation: 110734947, + time: '2018-01-09T08:08:42', + }, + { + voter: 'toastyness', + weight: 62, + rshares: 1056040178, + percent: 10000, + reputation: 351815879, + time: '2018-01-09T01:17:27', + }, + { + voter: 'noovinw', + weight: 69, + rshares: 1160483712, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:43:12', + }, + { + voter: 'mihailaz', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 44023433, + time: '2018-01-09T10:20:36', + }, + { + voter: 'leejk34', + weight: 69, + rshares: 1160483699, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:27:03', + }, + { + voter: 'alejandro1208996', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 17556160, + time: '2018-01-09T18:16:39', + }, + { + voter: 'boogiemoon', + weight: 68, + rshares: 1143076441, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:06:21', + }, + { + voter: 'mrfabilicious', + weight: 31, + rshares: 522328217, + percent: 10000, + reputation: 14930411, + time: '2018-01-09T19:01:30', + }, + { + voter: 'whiman23', + weight: 69, + rshares: 1160483684, + percent: 10000, + reputation: 528520934, + time: '2018-01-09T01:14:42', + }, + { + voter: 'hodlthatlitecoin', + weight: 69, + rshares: 1160483684, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:14:00', + }, + { + voter: 'idlemage', + weight: 69, + rshares: 1143076423, + percent: 10000, + reputation: 64614156, + time: '2018-01-09T01:46:06', + }, + { + voter: 'itzhakb', + weight: 68, + rshares: 1143076420, + percent: 10000, + reputation: 81913715, + time: '2018-01-09T01:35:54', + }, + { + voter: 'fsegredo1', + weight: 0, + rshares: 589923634, + percent: 10000, + reputation: 42918249, + time: '2018-01-09T17:17:09', + }, + { + voter: 'ghs173798', + weight: 69, + rshares: 1160483674, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:57:09', + }, + { + voter: 'outsidethebubble', + weight: 63, + rshares: 1056040134, + percent: 10000, + reputation: 194793400, + time: '2018-01-09T03:00:51', + }, + { + voter: 'uchee5314', + weight: 70, + rshares: 1160483662, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:53:18', + }, + { + voter: 'robnson', + weight: 57, + rshares: 951596600, + percent: 10000, + reputation: 74512900, + time: '2018-01-09T04:02:33', + }, + { + voter: 'memsteem', + weight: 69, + rshares: 1160483655, + percent: 10000, + reputation: 107401312, + time: '2018-01-09T02:20:51', + }, + { + voter: 'abeitw', + weight: 24, + rshares: 411971696, + percent: 10000, + reputation: 63061981, + time: '2018-01-09T03:31:18', + }, + { + voter: 'necroany', + weight: 69, + rshares: 1160483652, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:59:45', + }, + { + voter: 'gait79', + weight: 97, + rshares: 1639865331, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:38:42', + }, + { + voter: 'daleecoco', + weight: 56, + rshares: 934189338, + percent: 10000, + reputation: 95647167, + time: '2018-01-09T06:17:42', + }, + { + voter: 'qania093', + weight: 69, + rshares: 1160483650, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:03:15', + }, + { + voter: 'drdino2017', + weight: 69, + rshares: 1160483649, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:05:18', + }, + { + voter: 'renslaros', + weight: 68, + rshares: 1143076388, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:44:12', + }, + { + voter: 'adriantata', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:25:15', + }, + { + voter: 'lizaamran', + weight: 31, + rshares: 519255699, + percent: 10000, + reputation: 28324756, + time: '2018-01-09T10:17:36', + }, + { + voter: 'jleom', + weight: 70, + rshares: 1160483618, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:48:51', + }, + { + voter: 'cryptodash', + weight: 68, + rshares: 1143076363, + percent: 10000, + reputation: 19959287, + time: '2018-01-09T03:34:45', + }, + { + voter: 'maltesar', + weight: 68, + rshares: 1137273942, + percent: 10000, + reputation: 5952968, + time: '2018-01-09T02:55:18', + }, + { + voter: 'once31', + weight: 69, + rshares: 1160483600, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:14:09', + }, + { + voter: 'rivercide', + weight: 69, + rshares: 1160483599, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:59:57', + }, + { + voter: 'rraass', + weight: 70, + rshares: 1160483599, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:05:00', + }, + { + voter: 'maurisson', + weight: 63, + rshares: 1056040073, + percent: 10000, + reputation: 140093029, + time: '2018-01-09T04:24:24', + }, + { + voter: 'mit.mitchi', + weight: 69, + rshares: 1160483590, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:41:00', + }, + { + voter: 'amrantaj', + weight: 65, + rshares: 1102459410, + percent: 10000, + reputation: 77977023, + time: '2018-01-09T06:21:12', + }, + { + voter: 'fonziedays', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 3760836787, + time: '2018-01-09T08:02:24', + }, + { + voter: 'johnkourkoulos', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 35710643, + time: '2018-01-09T08:01:24', + }, + { + voter: 'ulilakbar', + weight: 27, + rshares: 460877303, + percent: 10000, + reputation: 58469779, + time: '2018-01-09T09:04:39', + }, + { + voter: 'gamemakers', + weight: 0, + rshares: 0, + percent: 0, + reputation: 0, + time: '2018-01-09T03:48:27', + }, + { + voter: 'meraj98', + weight: 30, + rshares: 516183180, + percent: 10000, + reputation: 144774652, + time: '2018-01-09T07:45:39', + }, + { + voter: 'rizalfahmihs', + weight: 69, + rshares: 1160483575, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:28:45', + }, + { + voter: 'limerance', + weight: 69, + rshares: 1160483572, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:11:33', + }, + { + voter: 'kristen83805', + weight: 69, + rshares: 1160483563, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:25:36', + }, + { + voter: 'semperfi2018', + weight: 70, + rshares: 1160483562, + percent: 10000, + reputation: 27924134, + time: '2018-01-09T04:11:18', + }, + { + voter: 'manivasagam', + weight: 70, + rshares: 1160483562, + percent: 10000, + reputation: 51852210, + time: '2018-01-09T04:13:24', + }, + { + voter: 'cipela', + weight: 69, + rshares: 1160483562, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:21:09', + }, + { + voter: 'mohansingh12', + weight: 69, + rshares: 1160483556, + percent: 10000, + reputation: 0, + time: '2018-01-09T04:16:30', + }, + { + voter: 'chochooo', + weight: 0, + rshares: 0, + percent: 0, + reputation: 0, + time: '2018-01-09T05:00:00', + }, + { + voter: 'kwonhyeokman', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 3893821, + time: '2018-01-09T07:05:27', + }, + { + voter: 'jerrykhan', + weight: 35, + rshares: 589923634, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:34:18', + }, + { + voter: 'hoona', + weight: 68, + rshares: 1137273861, + percent: 10000, + reputation: 52785964, + time: '2018-01-09T04:52:51', + }, + { + voter: 'sarmadazhar', + weight: 67, + rshares: 1125669025, + percent: 10000, + reputation: 262443146, + time: '2018-01-09T06:50:24', + }, + { + voter: 'hirenjariwala', + weight: 69, + rshares: 1160483525, + percent: 10000, + reputation: 435741127, + time: '2018-01-09T05:16:57', + }, + { + voter: 'joeloc', + weight: 70, + rshares: 1160483521, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:13:21', + }, + { + voter: 'seanpennjr', + weight: 55, + rshares: 922584397, + percent: 10000, + reputation: 305269316, + time: '2018-01-09T06:30:57', + }, + { + voter: 'semidip', + weight: 69, + rshares: 1160483518, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:15:57', + }, + { + voter: 'ftpuser', + weight: 37, + rshares: 614503785, + percent: 10000, + reputation: 0, + time: '2018-01-09T10:37:09', + }, + { + voter: 'jeffray', + weight: 70, + rshares: 1160483507, + percent: 10000, + reputation: 17588578, + time: '2018-01-09T05:40:27', + }, + { + voter: 'lionken', + weight: 7, + rshares: 122900986, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:54:00', + }, + { + voter: 'jaishriram', + weight: 69, + rshares: 1160483495, + percent: 10000, + reputation: 0, + time: '2018-01-09T05:49:24', + }, + { + voter: 'yunimutia', + weight: 70, + rshares: 1160483494, + percent: 10000, + reputation: 101474985, + time: '2018-01-09T05:58:54', + }, + { + voter: 'terrelz', + weight: 69, + rshares: 1160483493, + percent: 10000, + reputation: 58927338, + time: '2018-01-09T06:09:30', + }, + { + voter: 'kmy8823', + weight: 34, + rshares: 568416001, + percent: 10000, + reputation: 3252075217, + time: '2018-01-09T13:43:12', + }, + { + voter: 'shakhawat57', + weight: 63, + rshares: 1050237558, + percent: 10000, + reputation: 51768443, + time: '2018-01-09T06:17:09', + }, + { + voter: 'shrestha10', + weight: 36, + rshares: 614503071, + percent: 10000, + reputation: 136615388, + time: '2018-01-09T09:07:18', + }, + { + voter: 'xeealam', + weight: 69, + rshares: 1160483480, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:04:33', + }, + { + voter: 'fauzan10', + weight: 36, + rshares: 614503785, + percent: 10000, + reputation: 18531129, + time: '2018-01-09T19:36:03', + }, + { + voter: 'kaliptus', + weight: 4, + rshares: 61450378, + percent: 10000, + reputation: 481754514, + time: '2018-01-09T10:02:09', + }, + { + voter: 'zurabz', + weight: 69, + rshares: 1160483471, + percent: 10000, + reputation: 0, + time: '2018-01-09T06:19:48', + }, + { + voter: 'eatrsupra', + weight: 69, + rshares: 1160483467, + percent: 10000, + reputation: 7249179, + time: '2018-01-09T06:24:42', + }, + { + voter: 'upvoteforupvote', + weight: 68, + rshares: 1143076205, + percent: 10000, + reputation: 18132554, + time: '2018-01-09T06:46:42', + }, + { + voter: 'chiedozie', + weight: 37, + rshares: 614503071, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:39:48', + }, + { + voter: 'disy0', + weight: 10, + rshares: 159770798, + percent: 10000, + reputation: 36471582, + time: '2018-01-09T07:36:09', + }, + { + voter: 'sylvesteradoga', + weight: 36, + rshares: 596067978, + percent: 10000, + reputation: 72650318, + time: '2018-01-09T16:13:03', + }, + { + voter: 'technature', + weight: 64, + rshares: 1061842302, + percent: 10000, + reputation: 186521616, + time: '2018-01-09T09:18:57', + }, + { + voter: 'najlaferreira', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 68698927, + time: '2018-01-09T10:15:30', + }, + { + voter: 'misfer', + weight: 35, + rshares: 586846845, + percent: 10000, + reputation: 18132552, + time: '2018-01-09T10:20:57', + }, + { + voter: 'iamspoonbender', + weight: 62, + rshares: 1032830192, + percent: 10000, + reputation: 0, + time: '2018-01-09T08:58:03', + }, + { + voter: 'allexll', + weight: 6, + rshares: 90331599, + percent: 10000, + reputation: 131568407, + time: '2018-01-09T13:03:21', + }, + { + voter: 'gebryl01', + weight: 36, + rshares: 605281825, + percent: 10000, + reputation: 9601551, + time: '2018-01-09T10:57:51', + }, + { + voter: 'misaeljonathann', + weight: 69, + rshares: 1160483350, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:11:06', + }, + { + voter: 'kindagoogly', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:06:51', + }, + { + voter: 'jangu96', + weight: 69, + rshares: 1160483339, + percent: 10000, + reputation: 0, + time: '2018-01-09T09:27:39', + }, + { + voter: 'gtp', + weight: 36, + rshares: 596064335, + percent: 10000, + reputation: 990731603, + time: '2018-01-09T12:59:03', + }, + { + voter: 'acuriousperson', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 1096091173, + time: '2018-01-09T10:21:33', + }, + { + voter: 'sarviola1', + weight: 69, + rshares: 1160483320, + percent: 10000, + reputation: 0, + time: '2018-01-09T10:01:42', + }, + { + voter: 'hanazuou', + weight: 31, + rshares: 522324417, + percent: 10000, + reputation: 533364072, + time: '2018-01-09T12:10:27', + }, + { + voter: 'ccreacle', + weight: 70, + rshares: 1160483316, + percent: 10000, + reputation: 61458929, + time: '2018-01-09T10:03:54', + }, + { + voter: 'nazifsyed', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 0, + time: '2018-01-09T10:17:33', + }, + { + voter: 'yuhan', + weight: 36, + rshares: 614499314, + percent: 10000, + reputation: 0, + time: '2018-01-09T10:22:48', + }, + { + voter: 'majdyk', + weight: 33, + rshares: 556121879, + percent: 10000, + reputation: 19695364, + time: '2018-01-09T14:40:33', + }, + { + voter: 'pedrodwad', + weight: 22, + rshares: 365627092, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:49:51', + }, + { + voter: 'lgh950927', + weight: 31, + rshares: 531541907, + percent: 10000, + reputation: 26308251, + time: '2018-01-09T14:45:09', + }, + { + voter: 'lourenblue', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 4412919, + time: '2018-01-09T14:10:48', + }, + { + voter: 'alextazy098j', + weight: 37, + rshares: 614499314, + percent: 10000, + reputation: 3365031, + time: '2018-01-09T11:13:00', + }, + { + voter: 'aquafina', + weight: 35, + rshares: 583774349, + percent: 10000, + reputation: 37112750, + time: '2018-01-09T12:13:45', + }, + { + voter: 'kaizer', + weight: 69, + rshares: 1160483237, + percent: 10000, + reputation: 3486275504, + time: '2018-01-09T11:55:30', + }, + { + voter: 'zeexan', + weight: 69, + rshares: 1160483235, + percent: 10000, + reputation: 470727336, + time: '2018-01-09T11:57:54', + }, + { + voter: 'elisde', + weight: 70, + rshares: 1160483233, + percent: 10000, + reputation: 0, + time: '2018-01-09T11:58:00', + }, + { + voter: 'pascucosmin', + weight: 69, + rshares: 1160483229, + percent: 10000, + reputation: 41580145, + time: '2018-01-09T12:04:09', + }, + { + voter: 'jasonroy1', + weight: 69, + rshares: 1160483225, + percent: 10000, + reputation: 109206269, + time: '2018-01-09T13:40:27', + }, + { + voter: 'himanijoshii', + weight: 68, + rshares: 1143075972, + percent: 10000, + reputation: 43152481, + time: '2018-01-09T12:32:51', + }, + { + voter: 'thecrispyone', + weight: 69, + rshares: 1160483214, + percent: 10000, + reputation: 0, + time: '2018-01-09T12:27:12', + }, + { + voter: 'aungkokyaw', + weight: 0, + rshares: 602205016, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:51:06', + }, + { + voter: 'kendrazoltan', + weight: 25, + rshares: 417773950, + percent: 10000, + reputation: 85713322, + time: '2018-01-09T13:41:54', + }, + { + voter: 'hardyfebryan', + weight: 67, + rshares: 1119866272, + percent: 10000, + reputation: 7057090, + time: '2018-01-09T13:32:51', + }, + { + voter: 'silas229', + weight: 68, + rshares: 1143075924, + percent: 10000, + reputation: 19082167, + time: '2018-01-09T13:32:18', + }, + { + voter: 'eisbrecher96', + weight: 36, + rshares: 605277491, + percent: 10000, + reputation: 13735685, + time: '2018-01-09T13:57:30', + }, + { + voter: 'mariasht07', + weight: 36, + rshares: 614494914, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:40:12', + }, + { + voter: 'realkyehoward', + weight: 37, + rshares: 614494914, + percent: 10000, + reputation: 0, + time: '2018-01-09T13:56:09', + }, + { + voter: 'hallmark', + weight: 37, + rshares: 614494914, + percent: 10000, + reputation: 11329749, + time: '2018-01-09T14:01:54', + }, + { + voter: 'bundescoinzler', + weight: 36, + rshares: 605277491, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:07:45', + }, + { + voter: 'kikitutu', + weight: 32, + rshares: 525393152, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:13:33', + }, + { + voter: 'mammoths', + weight: 36, + rshares: 605277491, + percent: 10000, + reputation: 9265431, + time: '2018-01-09T14:40:33', + }, + { + voter: 'trian', + weight: 70, + rshares: 1160483124, + percent: 10000, + reputation: 132821518, + time: '2018-01-09T14:33:45', + }, + { + voter: 'zax-teh', + weight: 35, + rshares: 596060067, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:35:24', + }, + { + voter: 'infireno', + weight: 69, + rshares: 1160483112, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:52:18', + }, + { + voter: 'zahidkhanniai', + weight: 36, + rshares: 605277491, + percent: 10000, + reputation: 534640815, + time: '2018-01-09T15:18:45', + }, + { + voter: 'rathnakargoud', + weight: 37, + rshares: 614494914, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:21:24', + }, + { + voter: 'jpig42', + weight: 37, + rshares: 614494914, + percent: 10000, + reputation: 7345195, + time: '2018-01-09T15:16:39', + }, + { + voter: 'pil0t', + weight: 37, + rshares: 614494914, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:10:24', + }, + { + voter: 'spatel', + weight: 69, + rshares: 1160483079, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:37:27', + }, + { + voter: 'sharatchandra-k', + weight: 69, + rshares: 1160483071, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:57:03', + }, + { + voter: 'khmer-drawing', + weight: 70, + rshares: 1160483063, + percent: 10000, + reputation: 17588571, + time: '2018-01-09T16:10:45', + }, + { + voter: 'dipeshsingh', + weight: 69, + rshares: 1148878229, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:07:30', + }, + { + voter: 'notmytag', + weight: 69, + rshares: 1160483050, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:22:21', + }, + { + voter: 'mustyy', + weight: 68, + rshares: 1143075803, + percent: 10000, + reputation: 14415375, + time: '2018-01-09T16:34:09', + }, + { + voter: 'wissemksontini', + weight: 64, + rshares: 1073446807, + percent: 10000, + reputation: 55194389, + time: '2018-01-09T16:43:15', + }, + { + voter: 'stormhawk', + weight: 68, + rshares: 1143075784, + percent: 10000, + reputation: 683351906, + time: '2018-01-09T19:12:15', + }, + { + voter: 'commonman12', + weight: 69, + rshares: 1160483030, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:50:15', + }, + { + voter: 'mnieko', + weight: 66, + rshares: 1119866118, + percent: 10000, + reputation: 18132547, + time: '2018-01-09T17:11:39', + }, + { + voter: 'cyrillus', + weight: 36, + rshares: 614490313, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:34:09', + }, + { + voter: 'francisco2102', + weight: 34, + rshares: 568403540, + percent: 10000, + reputation: 2544414, + time: '2018-01-09T17:35:51', + }, + { + voter: 'mehmetbilican', + weight: 63, + rshares: 1061841948, + percent: 10000, + reputation: 38496628, + time: '2018-01-09T18:39:00', + }, + { + voter: 'ekamra', + weight: 69, + rshares: 1160482998, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:48:54', + }, + { + voter: 'neelimaduggal', + weight: 69, + rshares: 1160482998, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:36:57', + }, + { + voter: 'shaheeer', + weight: 69, + rshares: 1160482990, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:48:27', + }, + { + voter: 'kara-murat', + weight: 69, + rshares: 1143075695, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:27:57', + }, + { + voter: 'aaronstone628', + weight: 69, + rshares: 1160482937, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:05:27', + }, + { + voter: 'cryptboi', + weight: 69, + rshares: 1160482934, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:05:03', + }, + { + voter: 'nayeemakanda000', + weight: 69, + rshares: 1160482922, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:53:12', + }, + { + voter: 'bitcoinsgeek', + weight: 69, + rshares: 1160482905, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:47:24', + }, + { + voter: 'afterxander', + weight: 65, + rshares: 1096656340, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:30:39', + }, + { + voter: 'glorystephen', + weight: 54, + rshares: 899374241, + percent: 10000, + reputation: 101088937, + time: '2018-01-09T21:04:03', + }, + { + voter: 'radualexandruu', + weight: 70, + rshares: 1160482885, + percent: 10000, + reputation: 34089183, + time: '2018-01-09T20:24:15', + }, + { + voter: 'julienjosue', + weight: 69, + rshares: 1160482870, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:42:42', + }, + { + voter: 'camojeezy', + weight: 30, + rshares: 992212849, + percent: 10000, + reputation: 3260726, + time: '2018-01-09T21:27:09', + }, + { + voter: 'theunknownone', + weight: 35, + rshares: 1160482839, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:22:48', + }, + { + voter: 'ajdovland', + weight: 34, + rshares: 1160482838, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:22:33', + }, + ], + replies: [], + author_reputation: '16449299961470', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: ['katamori'], + first_reblogged_by: 'katamori', + first_reblogged_on: '2018-01-09T14:59:03', + }, + 'johnjgeddes/her-thirties-part-13': { + id: 24652222, + author: 'johnjgeddes', + permlink: 'her-thirties-part-13', + category: 'writing', + parent_author: '', + parent_permlink: 'writing', + title: 'Her Thirties Part 13', + body: + '

![vintage-1061569_1280.jpg](https://steemitimages.com/DQmeRxj8u2RetuRWa6AWYQvran1HomTftfNf3Gh5jzTYhZT/vintage-1061569_1280.jpg)\n"Sam" Samantha Ellis
\n\n\n\n\n\n\n\n\n

The following morning, I lay in bed taking my time waking up. I was in no hurry—it was Sunday and was going to be another spring-like day. I could already feel the warmth of the sun radiating through the venetian blinds.\n\nI always leave the blinds open at night, so I can watch the stars—that’s another thing Sam hated—she needed complete darkness and a shut door.\n\nAs I lay there taking mental inventory of our differences, my cell phone began vibrating and ringing on the night table beside my bed. I reached over and picked up.\n\n

“You’re still in bed, aren’t you?”\n\nIt was Cam Stewart, my best friend since high school. Just hearing his soft, sincere voice served to remind me how everyone in my life seemed my polar opposite—why was that?\n\n“Hey Cam. I’m awake—just not out of bed yet.”\n\n“Don’t tell me you were out on a hot date last night.”\n\n“Okay, I won’t.”\n\n“No, c’mon seriously. How do you do that? You just broke up with Sam.”\n\n“I wasn’t out with a girl.”\n\n“Oh. Should I be concerned?”\n\n“Very funny. I was at the hockey game.”\n\n\n

I could hear him breathing as he pondered that bit of news.\n\n“You’re serious—you got tickets to the Leafs-Flyers game last night?”\n\n“A friend got them—Golds—and so I paid for our meal in the Air Canada Club Restaurant.”\n\n“Some guys have all the luck.”\n\n“Yeah, I suppose breaking up with Sam qualifies.”\n\n\n\n

Cam got all earnest, “Well, maybe not that—sorry, if I touched a sore spot, but, I’ve got glad tidings that will cheer you up.”\n\n“How’s that?”\n\n“You know how Nettie’s always shopping on Kijiji? Well, she came across an ad for Thirties memorabilia. She phoned the woman and made an appointment to see her treasure trove at one o’clock this afternoon.”\n\n“No kidding!”\n\n“She actually did it for you, figuring you’d be interested.”\n\n“I sure am—where is it?”\n\n“In the Bloor-West Village area.”\n\n“Great! Why don’t you come along and I’ll treat you to brunch at the Bloor-Jane Restaurant.”\n\n“Sounds good. I’ll pick you up in half an hour.”\n\nI leapt out of bed and headed to the shower. The day might not be a total loss after all.\n\n\n\n

A half hour later, Cam was buzzing up from the lobby. I glanced at the grandfather clock on my way out and it said ten-thirty—there was lots of time to spare.\n\n“Apparently this woman’s great-aunt died,” Cam said, as he navigated through traffic, “and she found all these mementoes in the attic—mostly concerning people she doesn’t know.”\n\n“I get it—so, no attachment, eh?”\n\nCam shrugged. “I suppose it’s just old junk to her.”\n\nI chuckled, “you know, that’s what McLuhan said about antiques—just other generations’ junk.”\n\nHe frowned doubtfully,” I suppose—never thought of it that way, though.”\n\n

I smiled inwardly at Cam’s guarded response. I recalled the day he showed me his family coat of arms, the heraldic shield and the motto that suited him to a T: *abudans cautela non nocet—one can never be too careful*—that was certainly Cam.\n\nBy the time we got to the diner, it was packed. I loved eating here because it had a retro feel. It actually was a 1950’s diner and the giant cash register looked original—like an old Enigma machine.\n\nIt’s strange how everything I do is usually related to the past—even right down to where I eat breakfast.\n\n

The waitress seated us by the window and we ordered the usual lunch pail breakfast favored by the construction workers who frequent the place—scrambled eggs, sausage, and rye toast—and of course, fried potatoes.\n\nWe both added chocolate milk shakes and weren’t disappointed—they arrived in a huge fluted glass, along with the remainder of the shakes served in two, cold silver blending vessels.\n\nLife was good.\n\nI smiled and Cam smiled back at me, wiping chocolate shake from his upper lip.\n\n

“Did you know my dad used to hang out here as a teenager?” I chirped.\n\nHe looked surprised. “This place was around in the Happy Days Era? That’s cool.”\n\n“Yeah. My dad used to sit at a booth and each one had wall-mounted Wurlitzers that were little coin-operated juke boxes.”\n\n“Now, those would fetch a pretty penny nowadays—people are really into vintage stuff.”\n\n“I suppose so.”\n\nI don’t know why Cam’s remark depressed me—then, I remembered—it all came back.\n\nSam standing in my kitchen telling me she made a mint off nostalgia freaks like me. I suddenly lost my appetite.\n\n\n\n

To be continued...
\n

© 2017, John J Geddes. All rights reserved
\n
[Photo](https://pixabay.com/en/vintage-classic-lady-art-collage-1061569/)
\n\n
[Part 1 - 5](https://johngeddes.ca/her-thirties-2/)
\n
[Part 6](https://steemit.com/writing/@johnjgeddes/her-thirties-part-six)
\n
[Part 7](https://steemit.com/writing/@johnjgeddes/her-thirties-part-seven)
\n
[Part 8](https://steemit.com/writing/@johnjgeddes/her-thirties-part-eight)
\n
[Part 9](https://steemit.com/writing/@johnjgeddes/her-thirties-part-nine)
\n
[Part 10](https://steemit.com/writing/@johnjgeddes/her-thirties-part-ten)
\n
[Part 11](https://steemit.com/writing/@johnjgeddes/her-thirties-part-11)
\n
[Part 12](https://steemit.com/writing/@johnjgeddes/her-thirties-part-12)
\n\n

', + json_metadata: + '{"tags":["writing","story","life","fiction","love"],"image":["https://steemitimages.com/DQmeRxj8u2RetuRWa6AWYQvran1HomTftfNf3Gh5jzTYhZT/vintage-1061569_1280.jpg"],"links":["https://pixabay.com/en/vintage-classic-lady-art-collage-1061569/","https://johngeddes.ca/her-thirties-2/","https://steemit.com/writing/@johnjgeddes/her-thirties-part-six","https://steemit.com/writing/@johnjgeddes/her-thirties-part-seven","https://steemit.com/writing/@johnjgeddes/her-thirties-part-eight","https://steemit.com/writing/@johnjgeddes/her-thirties-part-nine","https://steemit.com/writing/@johnjgeddes/her-thirties-part-ten","https://steemit.com/writing/@johnjgeddes/her-thirties-part-11","https://steemit.com/writing/@johnjgeddes/her-thirties-part-12"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T20:23:27', + created: '2018-01-09T20:06:48', + active: '2018-01-09T20:53:30', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 6, + net_rshares: '1422393263648', + abs_rshares: '1422393263648', + vote_rshares: '1422393263648', + children_abs_rshares: '1422393263648', + cashout_time: '2018-01-16T20:06:48', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 1202537, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 102, + root_comment: 24652222, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: '/writing/@johnjgeddes/her-thirties-part-13', + root_title: 'Her Thirties Part 13', + pending_payout_value: '16.778 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'g-dubs', + weight: 10142, + rshares: '13519857913', + percent: 980, + reputation: '24035780431975', + time: '2018-01-09T20:30:24', + }, + { + voter: 'grey580', + weight: 5900, + rshares: '7591882208', + percent: 980, + reputation: '8795909271681', + time: '2018-01-09T20:31:15', + }, + { + voter: 'transhuman', + weight: 4117, + rshares: '5212257138', + percent: 980, + reputation: '7902172912540', + time: '2018-01-09T20:31:39', + }, + { + voter: 'nickskywalker', + weight: 2026, + rshares: 2851766369, + percent: 980, + reputation: '13796576369424', + time: '2018-01-09T20:29:09', + }, + { + voter: 'zentat', + weight: 222, + rshares: 309040184, + percent: 980, + reputation: '2968009948977', + time: '2018-01-09T20:29:27', + }, + { + voter: 'jacobts', + weight: 9937, + rshares: '12811036061', + percent: 980, + reputation: '17353488991567', + time: '2018-01-09T20:31:12', + }, + { + voter: 'odyprabowo', + weight: 118, + rshares: 166044714, + percent: 980, + reputation: '4905618658545', + time: '2018-01-09T20:29:15', + }, + { + voter: 'johnjgeddes', + weight: 33380, + rshares: '264010818539', + percent: 10000, + reputation: '172635529239512', + time: '2018-01-09T20:08:48', + }, + { + voter: 'amnezia', + weight: 147, + rshares: 181898384, + percent: 980, + reputation: '480402831888', + time: '2018-01-09T20:32:18', + }, + { + voter: 'prime-cleric', + weight: 3217, + rshares: '6659423768', + percent: 500, + reputation: '20473608797013', + time: '2018-01-09T20:22:00', + }, + { + voter: 'eaposztrof', + weight: 238, + rshares: 331325300, + percent: 980, + reputation: '673399443812', + time: '2018-01-09T20:29:24', + }, + { + voter: 'cicero', + weight: 185, + rshares: 1144355180, + percent: 10000, + reputation: '5525404475484', + time: '2018-01-09T20:11:54', + }, + { + voter: 'princessprose', + weight: 844, + rshares: 3715605166, + percent: 10000, + reputation: '3313079645219', + time: '2018-01-09T20:13:57', + }, + { + voter: 'sumdumphok', + weight: 127, + rshares: 327444859, + percent: 10000, + reputation: '316337845164', + time: '2018-01-09T20:19:03', + }, + { + voter: 'vizualsamuri', + weight: 5964, + rshares: '7460502982', + percent: 980, + reputation: '4074102494067', + time: '2018-01-09T20:31:57', + }, + { + voter: 'nrajesh', + weight: 20212, + rshares: '21193434691', + percent: 10000, + reputation: '741060530571', + time: '2018-01-09T20:37:27', + }, + { + voter: 'shawnfishbit', + weight: 590, + rshares: 735376745, + percent: 980, + reputation: '2481590271015', + time: '2018-01-09T20:32:03', + }, + { + voter: 'realcodysimon', + weight: 739, + rshares: 946011498, + percent: 980, + reputation: '2194442114928', + time: '2018-01-09T20:31:24', + }, + { + voter: 'mikegun', + weight: 2411, + rshares: 3028404508, + percent: 980, + reputation: '17647576779782', + time: '2018-01-09T20:31:51', + }, + { + voter: 'rasgriz311', + weight: 447, + rshares: 499042434, + percent: 2000, + reputation: '624722348265', + time: '2018-01-09T20:35:00', + }, + { + voter: 'booster', + weight: 579308, + rshares: '1043768099350', + percent: 319, + reputation: '3333042174000', + time: '2018-01-09T20:53:30', + }, + { + voter: 'mustafeez', + weight: 44, + rshares: 55610375, + percent: 980, + reputation: 3166842876, + time: '2018-01-09T20:31:48', + }, + { + voter: 'zaiyn', + weight: 71, + rshares: 88635869, + percent: 980, + reputation: '193225063200', + time: '2018-01-09T20:32:09', + }, + { + voter: 'satfit', + weight: 448, + rshares: 600756698, + percent: 980, + reputation: '1999460460820', + time: '2018-01-09T20:30:18', + }, + { + voter: 'heypapalegend', + weight: 41, + rshares: 55567499, + percent: 980, + reputation: '24617890706', + time: '2018-01-09T20:30:30', + }, + { + voter: 'philip.willemse', + weight: 44, + rshares: 55305340, + percent: 980, + reputation: '1283946168371', + time: '2018-01-09T20:31:45', + }, + { + voter: 'crypto2day', + weight: 3552, + rshares: '4636686030', + percent: 980, + reputation: '1998375991945', + time: '2018-01-09T20:30:54', + }, + { + voter: 'heelzkinu', + weight: 45, + rshares: 65198605, + percent: 980, + reputation: '4487711548542', + time: '2018-01-09T20:28:51', + }, + { + voter: 'reborn99', + weight: 40, + rshares: 55337400, + percent: 980, + reputation: '31655379038', + time: '2018-01-09T20:29:48', + }, + { + voter: 'mamata', + weight: 43, + rshares: 55549800, + percent: 980, + reputation: '99609377976', + time: '2018-01-09T20:31:18', + }, + { + voter: 'ronnybat', + weight: 41, + rshares: 55612747, + percent: 980, + reputation: '15703138176', + time: '2018-01-09T20:30:27', + }, + { + voter: 'ahmad.rezk', + weight: 42, + rshares: 55305000, + percent: 980, + reputation: '63030350576', + time: '2018-01-09T20:30:36', + }, + { + voter: 'seyico2011', + weight: 45, + rshares: 55305000, + percent: 980, + reputation: '389392412175', + time: '2018-01-09T20:32:24', + }, + { + voter: 'jonasthomas', + weight: 1068, + rshares: 1520791213, + percent: 980, + reputation: '5503204344770', + time: '2018-01-09T20:28:54', + }, + { + voter: 'amlehtnewo', + weight: 43, + rshares: 55305340, + percent: 980, + reputation: 473894013, + time: '2018-01-09T20:31:36', + }, + { + voter: 'showtime', + weight: 64, + rshares: 78651630, + percent: 980, + reputation: '80327654375', + time: '2018-01-09T20:32:27', + }, + { + voter: 'steemdrivingman', + weight: 122, + rshares: 149596216, + percent: 980, + reputation: 3502728923, + time: '2018-01-09T20:32:30', + }, + { + voter: 'tomtom87', + weight: 44, + rshares: 55549800, + percent: 980, + reputation: '9303431166', + time: '2018-01-09T20:32:06', + }, + { + voter: 'saini11', + weight: 38, + rshares: 55305000, + percent: 980, + reputation: -1494376865437, + time: '2018-01-09T20:29:12', + }, + { + voter: 'andysmancave', + weight: 77, + rshares: 106534614, + percent: 980, + reputation: '452691380621', + time: '2018-01-09T20:29:30', + }, + { + voter: 'adnan522', + weight: 42, + rshares: 55305340, + percent: 980, + reputation: '196877720789', + time: '2018-01-09T20:31:09', + }, + { + voter: 'dorthmaen', + weight: 68, + rshares: 90821442, + percent: 980, + reputation: '326827946970', + time: '2018-01-09T20:30:51', + }, + { + voter: 'gellany', + weight: 40, + rshares: 55549800, + percent: 980, + reputation: -270352152192, + time: '2018-01-09T20:29:42', + }, + { + voter: 'scorpionking', + weight: 76, + rshares: 103549553, + percent: 980, + reputation: '621182369923', + time: '2018-01-09T20:29:51', + }, + { + voter: 'leathershowroom', + weight: 45, + rshares: 56108285, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:31:54', + }, + { + voter: 'fiftycent', + weight: 46, + rshares: 55881711, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:32:48', + }, + { + voter: 'albuquerque', + weight: 45, + rshares: 54802147, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:32:54', + }, + { + voter: 'voltsrage', + weight: 43, + rshares: 55400958, + percent: 980, + reputation: '64604143036', + time: '2018-01-09T20:31:42', + }, + { + voter: 'joulia', + weight: 110, + rshares: 147487265, + percent: 980, + reputation: '1866544011622', + time: '2018-01-09T20:30:21', + }, + { + voter: 'jgr33nwood', + weight: 40, + rshares: 55466500, + percent: 980, + reputation: '47438152707', + time: '2018-01-09T20:29:39', + }, + { + voter: 'tastytrade', + weight: 44, + rshares: 55378800, + percent: 980, + reputation: '47033122060', + time: '2018-01-09T20:32:21', + }, + { + voter: 'ravenrillay', + weight: 42, + rshares: 55378800, + percent: 980, + reputation: -27418898543, + time: '2018-01-09T20:30:48', + }, + { + voter: 'jim-borasso-band', + weight: 38, + rshares: 55549800, + percent: 980, + reputation: '11173920479', + time: '2018-01-09T20:28:48', + }, + { + voter: 'belgarath', + weight: 2057, + rshares: 2820203824, + percent: 980, + reputation: '685256741685', + time: '2018-01-09T20:29:45', + }, + { + voter: 'bitmesh', + weight: 45, + rshares: 55800584, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:32:39', + }, + { + voter: 'corganmusic', + weight: 537, + rshares: 727285535, + percent: 980, + reputation: '1430525525499', + time: '2018-01-09T20:30:03', + }, + { + voter: 'serfis', + weight: 44, + rshares: 56052616, + percent: 980, + reputation: '499362284415', + time: '2018-01-09T20:32:00', + }, + { + voter: 'nakedtrader', + weight: 1804, + rshares: 2311762938, + percent: 980, + reputation: '588866820735', + time: '2018-01-09T20:31:21', + }, + { + voter: 'zuhrareza', + weight: 36, + rshares: 50379448, + percent: 980, + reputation: '114456688059', + time: '2018-01-09T20:29:18', + }, + { + voter: 'erikkun28', + weight: 39, + rshares: 55136621, + percent: 980, + reputation: '16803857896', + time: '2018-01-09T20:29:33', + }, + { + voter: 'travelingdiva', + weight: 39, + rshares: 55305276, + percent: 980, + reputation: '131992986269', + time: '2018-01-09T20:29:21', + }, + { + voter: 'happyclappy', + weight: 42, + rshares: 55419380, + percent: 980, + reputation: '13571079939', + time: '2018-01-09T20:30:57', + }, + { + voter: 'arunavabiswas', + weight: 44, + rshares: 55397255, + percent: 980, + reputation: 4051765608, + time: '2018-01-09T20:31:54', + }, + { + voter: 'geezee887', + weight: 79, + rshares: 105586123, + percent: 980, + reputation: '98736148528', + time: '2018-01-09T20:30:33', + }, + { + voter: 'cheeksndong', + weight: 44, + rshares: 54469786, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:32:33', + }, + { + voter: 'embomb701', + weight: 3686, + rshares: '4565863722', + percent: 980, + reputation: '863343891817', + time: '2018-01-09T20:32:12', + }, + { + voter: 'trollbooth', + weight: 44, + rshares: 54491074, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:32:30', + }, + { + voter: 'sanfordandson', + weight: 45, + rshares: 55614125, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:32:36', + }, + { + voter: 'luckycharm', + weight: 43, + rshares: 54378230, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:31:48', + }, + { + voter: 'duhpoet', + weight: 43, + rshares: 54486410, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:31:57', + }, + { + voter: 'bugbalm', + weight: 45, + rshares: 56878111, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:31:51', + }, + { + voter: 'theiorknee', + weight: 46, + rshares: 56865775, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:32:51', + }, + { + voter: 'womeninblue', + weight: 46, + rshares: 57007324, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:32:42', + }, + { + voter: 'beautyandthemeat', + weight: 45, + rshares: 54474535, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:32:57', + }, + { + voter: 'undersuespition', + weight: 44, + rshares: 55706279, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:32:00', + }, + { + voter: 'crypt0boy', + weight: 42, + rshares: 55408332, + percent: 980, + reputation: 1761674209, + time: '2018-01-09T20:31:00', + }, + { + voter: 'futuredigicoin', + weight: 41, + rshares: 58377859, + percent: 980, + reputation: '13998482959', + time: '2018-01-09T20:28:57', + }, + { + voter: 'emas-jiujitsu', + weight: 1442, + rshares: 1870705982, + percent: 980, + reputation: '30437092545', + time: '2018-01-09T20:31:03', + }, + { + voter: 'freemon', + weight: 44, + rshares: 55305000, + percent: 980, + reputation: 1918675896, + time: '2018-01-09T20:32:15', + }, + { + voter: 'floatmyboat', + weight: 35, + rshares: 56652320, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:26:21', + }, + { + voter: 'fartshavelumps', + weight: 36, + rshares: 56661707, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:26:51', + }, + { + voter: 'cashcowtipping', + weight: 36, + rshares: 56652113, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:27:00', + }, + { + voter: 'bitcornholeo', + weight: 36, + rshares: 56646484, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:26:54', + }, + { + voter: 'finishphrase', + weight: 35, + rshares: 56645981, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:26:30', + }, + { + voter: 'vlasmp', + weight: 42, + rshares: 55305276, + percent: 980, + reputation: '20727678668', + time: '2018-01-09T20:31:06', + }, + { + voter: 'leahlei', + weight: 574, + rshares: 800933314, + percent: 10000, + reputation: '510224491567', + time: '2018-01-09T20:29:24', + }, + { + voter: 'greenerpasture', + weight: 35, + rshares: 56649990, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:26:27', + }, + { + voter: 'dontpetmydog', + weight: 36, + rshares: 56637856, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:27:03', + }, + { + voter: 'wewantyou', + weight: 34, + rshares: 55415013, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:26:18', + }, + { + voter: 'justsellit', + weight: 36, + rshares: 56634813, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:26:57', + }, + { + voter: 'motionlotion', + weight: 35, + rshares: 56644216, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:26:24', + }, + { + voter: 'grillaindamyst', + weight: 35, + rshares: 56632229, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:26:15', + }, + { + voter: 'lilacfact', + weight: 35, + rshares: 55400890, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:27:06', + }, + { + voter: 'graytor', + weight: 41, + rshares: 56296335, + percent: 980, + reputation: '117939599901', + time: '2018-01-09T20:29:36', + }, + { + voter: 'fidelmboro', + weight: 13, + rshares: 205871223, + percent: 10000, + reputation: '39495291289', + time: '2018-01-09T20:08:51', + }, + { + voter: 'lowkeyhustling', + weight: 125, + rshares: 319540000, + percent: 10000, + reputation: 157040964, + time: '2018-01-09T20:19:09', + }, + { + voter: 'loserlife', + weight: 129, + rshares: 328757500, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:19:15', + }, + { + voter: 'uncletyler', + weight: 127, + rshares: 328757500, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:19:00', + }, + { + voter: 'rajakhaneet', + weight: 129, + rshares: 328757500, + percent: 10000, + reputation: 154487453, + time: '2018-01-09T20:19:12', + }, + { + voter: 'marrie', + weight: 133, + rshares: 341047500, + percent: 10000, + reputation: 0, + time: '2018-01-09T20:19:06', + }, + { + voter: 'remora', + weight: 89, + rshares: 170144176, + percent: 4200, + reputation: 0, + time: '2018-01-09T20:07:00', + }, + { + voter: 'btcbaby', + weight: 40, + rshares: 55305000, + percent: 980, + reputation: '25064721691', + time: '2018-01-09T20:30:15', + }, + ], + replies: [], + author_reputation: '172635529239512', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: ['leahlei'], + first_reblogged_by: 'leahlei', + first_reblogged_on: '2018-01-09T20:29:48', + }, + 'kingscrown/why-dont-we-get-on-bitfinex-they-just-added-loads-of-coins': { + id: 24484364, + author: 'kingscrown', + permlink: + 'why-dont-we-get-on-bitfinex-they-just-added-loads-of-coins', + category: 'bitcoin', + parent_author: '', + parent_permlink: 'bitcoin', + title: + 'Why dont we get on BitFinex? They Just Added Loads of Coins!', + body: + 'BitFinex has registrations closed even with invites but is one a top volume exchange for BTC.\n\n\nThey started adding loads of coins lately and today they got BAT MANA FUN ZRX TNB which all pumped.\nhttps://i.imgur.com/ErAdfcs.png\n\nhttps://i.imgur.com/WQTnq16.png\n\nWorth to note they have also changed deposit rules due to network and fee problems.\nhttps://i.imgur.com/G4Qancb.png\n\nBinance opened doors today but [you can get only with INVITE](http://fuk.io/binance) (dont thank me) and its open just few times a day. Try to get on when you can.\n\nAs i wrote previously - i suggest to get on [KuCoin](http://KUCOlN.com) now, they will prolly close like others too soon.\n\n## STEEM TO BFX\nThey used to just have BTC then ETH LTC. Now they have loads. I dont see why STEEM cant be there soon if any staff writes a ticket and STEEM is verified by them.\n\nI have tweeted on them to add STEEM, consider to RT for traction.\n\nhttps://i.imgur.com/TrBJldG.png\n\nhttps://twitter.com/kingscrownBTC/status/950545067034513408\n\n\n \n \n \n \n

Follow, Resteem and VOTE UP @kingscrown creator of http://fuk.io blog for 0day cryptocurrency news and tips!

', + json_metadata: + '{"tags":["bitcoin","blockchain","cryptocurrency","steemit","community"],"image":["https://i.imgur.com/ErAdfcs.png","https://i.imgur.com/WQTnq16.png","https://i.imgur.com/G4Qancb.png","https://i.imgur.com/TrBJldG.png","https://steemitimages.com/0x0/https://media.giphy.com/media/3ohzdPbKlUFVsmGpq0/giphy.gif"],"links":["http://fuk.io/binance","http://KUCOlN.com","https://twitter.com/kingscrownBTC/status/950545067034513408","/@kingscrown","http://fuk.io"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T01:51:09', + created: '2018-01-09T01:51:09', + active: '2018-01-09T19:30:12', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 80, + net_rshares: '34954543113528', + abs_rshares: '35847478253651', + vote_rshares: '34585190525511', + children_abs_rshares: '36018324794263', + cashout_time: '2018-01-16T01:51:09', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 6125464, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 292, + root_comment: 24484364, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/bitcoin/@kingscrown/why-dont-we-get-on-bitfinex-they-just-added-loads-of-coins', + root_title: + 'Why dont we get on BitFinex? They Just Added Loads of Coins!', + pending_payout_value: '412.313 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'fminerten', + weight: 12780, + rshares: '2296521368521', + percent: 10000, + reputation: 0, + time: '2018-01-09T01:52:27', + }, + { + voter: 'steempty', + weight: 17319, + rshares: '1743477222872', + percent: 10000, + reputation: '5956777539321', + time: '2018-01-09T01:52:24', + }, + { + voter: 'wackou', + weight: 37957, + rshares: '389883663358', + percent: 500, + reputation: '5246262387211', + time: '2018-01-09T02:15:39', + }, + { + voter: 'kushed', + weight: 4527, + rshares: '48494468042', + percent: 2500, + reputation: '10495790629008', + time: '2018-01-09T02:14:39', + }, + { + voter: 'ihashfury', + weight: 6734, + rshares: '77924424603', + percent: 10000, + reputation: '3015511547000', + time: '2018-01-09T02:12:54', + }, + { + voter: 'rossco99', + weight: 215, + rshares: '31832470216', + percent: 10000, + reputation: '358840960832', + time: '2018-01-09T01:52:00', + }, + { + voter: 'stone1', + weight: 296, + rshares: 3176340606, + percent: 2500, + reputation: 0, + time: '2018-01-09T02:14:39', + }, + { + voter: 'steemychicken1', + weight: 1540, + rshares: '115714691886', + percent: 10000, + reputation: '17922731865583', + time: '2018-01-09T01:54:30', + }, + { + voter: 'joseph', + weight: 5089, + rshares: '53031132524', + percent: 2500, + reputation: '253564613490324', + time: '2018-01-09T02:15:18', + }, + { + voter: 'aizensou', + weight: 4765, + rshares: '288984838978', + percent: 10000, + reputation: '32547898435115', + time: '2018-01-09T01:55:18', + }, + { + voter: 'jason', + weight: 19192, + rshares: '222063547477', + percent: 10000, + reputation: '136735163951', + time: '2018-01-09T02:12:54', + }, + { + voter: 'b0y2k', + weight: 21200, + rshares: '227034054164', + percent: 2500, + reputation: '216882623775794', + time: '2018-01-09T02:14:39', + }, + { + voter: 'boatymcboatface', + weight: 8814, + rshares: '1304886742349', + percent: 10000, + reputation: '288374636839', + time: '2018-01-09T01:52:00', + }, + { + voter: 'officialfuzzy', + weight: 32625, + rshares: '378364959684', + percent: 10000, + reputation: '310916381470304', + time: '2018-01-09T02:12:51', + }, + { + voter: 'stoner19', + weight: 986, + rshares: '10566853842', + percent: 2500, + reputation: '10722320407402', + time: '2018-01-09T02:14:39', + }, + { + voter: 'drifter1', + weight: 762, + rshares: '6393190883', + percent: 10000, + reputation: '13107924741327', + time: '2018-01-09T19:00:15', + }, + { + voter: 'fractalnode', + weight: 2525, + rshares: '21183958958', + percent: 10000, + reputation: '2793722224518', + time: '2018-01-09T09:01:30', + }, + { + voter: 'supreme', + weight: 589, + rshares: '4942627256', + percent: 2200, + reputation: '4005950132398', + time: '2018-01-09T14:11:12', + }, + { + voter: 'adsactly', + weight: 678349, + rshares: '5690404073727', + percent: 2200, + reputation: '172933165984353', + time: '2018-01-09T14:10:24', + }, + { + voter: 'mod-tamichh', + weight: 4595, + rshares: '38541673107', + percent: 10000, + reputation: '1640254704028', + time: '2018-01-09T09:40:15', + }, + { + voter: 'josephcraig289', + weight: 22, + rshares: 1144999645, + percent: 10000, + reputation: '5418678363399', + time: '2018-01-09T01:56:03', + }, + { + voter: 'kingscrown', + weight: 0, + rshares: '5045528386259', + percent: 10000, + reputation: '472398280722127', + time: '2018-01-09T01:51:09', + }, + { + voter: 'coar', + weight: 626, + rshares: '5252962795', + percent: 10000, + reputation: '2417656280608', + time: '2018-01-09T02:21:15', + }, + { + voter: 'theshell', + weight: 1219, + rshares: '180522339634', + percent: 10000, + reputation: '4509451541223', + time: '2018-01-09T01:52:00', + }, + { + voter: 'thecryptofiend', + weight: 5574, + rshares: '46753807089', + percent: 2500, + reputation: '324041590222007', + time: '2018-01-09T16:14:30', + }, + { + voter: 'hedge-x', + weight: 6242, + rshares: '52366645565', + percent: 10000, + reputation: '2408515472384', + time: '2018-01-09T02:54:33', + }, + { + voter: 'wingz', + weight: 3247, + rshares: '27236612879', + percent: 10000, + reputation: '33661920740789', + time: '2018-01-09T02:49:42', + }, + { + voter: 'ratel', + weight: 857, + rshares: '10739901531', + percent: 6000, + reputation: '13847689132577', + time: '2018-01-09T02:11:15', + }, + { + voter: 'mark-waser', + weight: 8370, + rshares: '110580271836', + percent: 10000, + reputation: '2628928245663', + time: '2018-01-09T02:10:12', + }, + { + voter: 'angusleung100', + weight: 124, + rshares: 1040011008, + percent: 10000, + reputation: '1772572876586', + time: '2018-01-09T04:46:42', + }, + { + voter: 'razvanelulmarin', + weight: 2254, + rshares: '23494949375', + percent: 2500, + reputation: '103229818937482', + time: '2018-01-09T02:15:18', + }, + { + voter: 'furion', + weight: 25177, + rshares: '1490883608600', + percent: 9900, + reputation: '114246489499480', + time: '2018-01-09T01:55:24', + }, + { + voter: 'ardina', + weight: 10004, + rshares: '83918985264', + percent: 10000, + reputation: '1136266115590', + time: '2018-01-09T04:01:36', + }, + { + voter: 'livingfree', + weight: 0, + rshares: '1262028487340', + percent: 2400, + reputation: 0, + time: '2018-01-09T02:17:54', + }, + { + voter: 'gryphon', + weight: 11, + rshares: '14614115447', + percent: 5000, + reputation: '209668403356', + time: '2018-01-09T01:51:15', + }, + { + voter: 'anyx', + weight: 19225, + rshares: '206327098576', + percent: 2500, + reputation: '64145601717564', + time: '2018-01-09T02:14:36', + }, + { + voter: 'fatmanc1970', + weight: 158, + rshares: '23430598662', + percent: 10000, + reputation: '2295418408907', + time: '2018-01-09T01:52:00', + }, + { + voter: 'raymondspeaks', + weight: 147, + rshares: 1538744611, + percent: 2500, + reputation: '31802567882478', + time: '2018-01-09T02:15:18', + }, + { + voter: 'pkattera', + weight: 48581, + rshares: '499021918953', + percent: 2500, + reputation: '6891404503757', + time: '2018-01-09T02:15:39', + }, + { + voter: 'knozaki2015', + weight: 42117, + rshares: '438890368257', + percent: 2500, + reputation: '734269026147194', + time: '2018-01-09T02:15:18', + }, + { + voter: 'shawnamawna', + weight: 600, + rshares: '6253460269', + percent: 2500, + reputation: '20343190486244', + time: '2018-01-09T02:15:18', + }, + { + voter: 'hagie', + weight: 2937, + rshares: '31453795198', + percent: 2500, + reputation: '3206686632941', + time: '2018-01-09T02:14:39', + }, + { + voter: 'ben.zimmerman', + weight: 7677, + rshares: '64398021903', + percent: 10000, + reputation: '2187220589619', + time: '2018-01-09T02:31:36', + }, + { + voter: 'ace108', + weight: 11527, + rshares: '96696118300', + percent: 900, + reputation: '185027240889306', + time: '2018-01-09T04:50:42', + }, + { + voter: 'tensaix2j', + weight: 411, + rshares: 3940130171, + percent: 10000, + reputation: '1598319467424', + time: '2018-01-09T02:17:24', + }, + { + voter: 'sotura', + weight: 170, + rshares: '25202318376', + percent: 10000, + reputation: '2667508127748', + time: '2018-01-09T01:52:00', + }, + { + voter: 'michiel', + weight: 2283, + rshares: '58040087600', + percent: 10000, + reputation: '1106501069588', + time: '2018-01-09T02:01:03', + }, + { + voter: 'nimble', + weight: 97, + rshares: '14473082048', + percent: 10000, + reputation: '116577441888', + time: '2018-01-09T01:52:00', + }, + { + voter: 'coinbar', + weight: 476, + rshares: '5092509881', + percent: 2500, + reputation: '894738624048', + time: '2018-01-09T02:14:39', + }, + { + voter: 'thebluepanda', + weight: 4370, + rshares: '45545150873', + percent: 2500, + reputation: '36529324561225', + time: '2018-01-09T02:15:18', + }, + { + voter: 'crypto-toll', + weight: 792, + rshares: '6640485555', + percent: 10000, + reputation: '586616106017', + time: '2018-01-09T02:45:27', + }, + { + voter: 'yoshiko', + weight: 6074, + rshares: '63299469226', + percent: 2500, + reputation: '26738022142232', + time: '2018-01-09T02:15:18', + }, + { + voter: 'thisisbenbrick', + weight: 521, + rshares: '5436728308', + percent: 2500, + reputation: '67575888435988', + time: '2018-01-09T02:15:18', + }, + { + voter: 'sirwinchester', + weight: 3404, + rshares: '35477789722', + percent: 2500, + reputation: '378034756175652', + time: '2018-01-09T02:15:18', + }, + { + voter: 'archiles', + weight: 17, + rshares: 166901855, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:17:33', + }, + { + voter: 'kpine', + weight: 603543, + rshares: '6136832524264', + percent: 2500, + reputation: '10888649291', + time: '2018-01-09T02:15:54', + }, + { + voter: 'ericsim1991', + weight: 17, + rshares: 167024203, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:17:45', + }, + { + voter: 'ericsim1989', + weight: 16, + rshares: 163449809, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:17:51', + }, + { + voter: 'rubenalexander', + weight: 6275, + rshares: '52639362133', + percent: 2400, + reputation: '73239168764436', + time: '2018-01-09T04:23:48', + }, + { + voter: 'matildapurse', + weight: 451, + rshares: '6062069033', + percent: 10000, + reputation: '52362869268', + time: '2018-01-09T02:09:54', + }, + { + voter: 'suprepachyderm', + weight: 60, + rshares: '8459083729', + percent: 10000, + reputation: '2609392445953', + time: '2018-01-09T01:52:57', + }, + { + voter: 'freeforever', + weight: 2833, + rshares: '192737154688', + percent: 10000, + reputation: '3352083047332', + time: '2018-01-09T01:54:51', + }, + { + voter: 'einsteinpotsdam', + weight: 726, + rshares: '7565946560', + percent: 2500, + reputation: '2155997238781', + time: '2018-01-09T02:15:18', + }, + { + voter: 'davidjkelley', + weight: 507, + rshares: '6540532964', + percent: 10000, + reputation: '558770664126', + time: '2018-01-09T02:10:39', + }, + { + voter: 'digital-wisdom', + weight: 4137, + rshares: '54501302106', + percent: 10000, + reputation: '1192741662383', + time: '2018-01-09T02:10:15', + }, + { + voter: 'ethical-ai', + weight: 1325, + rshares: '17198708228', + percent: 10000, + reputation: '565420833116', + time: '2018-01-09T02:10:33', + }, + { + voter: 'sanzu', + weight: 28, + rshares: 234934351, + percent: 10000, + reputation: 1348120634, + time: '2018-01-09T04:17:00', + }, + { + voter: 'zahnspange', + weight: 56153, + rshares: '585151948001', + percent: 2500, + reputation: '800494169132', + time: '2018-01-09T02:15:18', + }, + { + voter: 'jwaser', + weight: 2133, + rshares: '28038820438', + percent: 10000, + reputation: '1339882906489', + time: '2018-01-09T02:10:18', + }, + { + voter: 'bwaser', + weight: 546, + rshares: '7120231071', + percent: 10000, + reputation: 1810829967, + time: '2018-01-09T02:10:27', + }, + { + voter: 'soldier', + weight: 9187, + rshares: '77066098073', + percent: 10000, + reputation: '74646195414058', + time: '2018-01-09T07:06:12', + }, + { + voter: 'steemsquad', + weight: 176, + rshares: 1835450009, + percent: 2500, + reputation: '293880187229', + time: '2018-01-09T02:15:18', + }, + { + voter: 'ellepdub', + weight: 120, + rshares: 1568841503, + percent: 10000, + reputation: '2460545934055', + time: '2018-01-09T02:10:30', + }, + { + voter: 'allesgruen', + weight: 305, + rshares: 3191158157, + percent: 2500, + reputation: '1758535277511', + time: '2018-01-09T02:15:18', + }, + { + voter: 'rynow', + weight: 963, + rshares: '8077504312', + percent: 200, + reputation: '80469323547840', + time: '2018-01-09T17:30:48', + }, + { + voter: 'dannystravels', + weight: 862, + rshares: '8984872391', + percent: 2500, + reputation: '26265855311187', + time: '2018-01-09T02:15:18', + }, + { + voter: 'herpetologyguy', + weight: 19758, + rshares: '258975041949', + percent: 10000, + reputation: '62355292665479', + time: '2018-01-09T02:10:21', + }, + { + voter: 'morgan.waser', + weight: 1008, + rshares: '13182921813', + percent: 10000, + reputation: 3039581412, + time: '2018-01-09T02:10:24', + }, + { + voter: 'jerryblanceton', + weight: 660, + rshares: '6875558789', + percent: 2500, + reputation: '6096926962357', + time: '2018-01-09T02:15:18', + }, + { + voter: 'platinum-blue', + weight: 2493, + rshares: '26702276595', + percent: 2500, + reputation: '59488770165778', + time: '2018-01-09T02:14:39', + }, + { + voter: 'donchate', + weight: 948, + rshares: '8419458418', + percent: 10000, + reputation: -28389025789, + time: '2018-01-09T02:19:30', + }, + { + voter: 'handyman', + weight: 434, + rshares: '5579172639', + percent: 10000, + reputation: 0, + time: '2018-01-09T02:10:45', + }, + { + voter: 'strong-ai', + weight: 1184, + rshares: '15330026618', + percent: 10000, + reputation: 3092512963, + time: '2018-01-09T02:10:36', + }, + { + voter: 'timbernana', + weight: 1018, + rshares: '10607476150', + percent: 2500, + reputation: '14941762203214', + time: '2018-01-09T02:15:18', + }, + { + voter: 'sherlockcupid', + weight: 2640, + rshares: '27516808068', + percent: 2500, + reputation: '12613006321593', + time: '2018-01-09T02:15:18', + }, + { + voter: 'samrg472', + weight: 706, + rshares: '7049320839', + percent: 4000, + reputation: '4477568372653', + time: '2018-01-09T02:16:21', + }, + { + voter: 'dark.horse', + weight: 482, + rshares: '5021045051', + percent: 2500, + reputation: '1292831988362', + time: '2018-01-09T02:15:18', + }, + { + voter: 'arfa', + weight: 159, + rshares: 1332990212, + percent: 880, + reputation: '8757911403576', + time: '2018-01-09T14:11:12', + }, + { + voter: 'mangos', + weight: 86327, + rshares: '740205059997', + percent: 2200, + reputation: 0, + time: '2018-01-09T02:20:30', + }, + { + voter: 'takavala', + weight: 503, + rshares: 4214951734, + percent: 10000, + reputation: '1330964031074', + time: '2018-01-09T05:24:42', + }, + { + voter: 'jamzed', + weight: 509, + rshares: 4272809331, + percent: 10000, + reputation: '761178644654', + time: '2018-01-09T02:22:42', + }, + { + voter: 'builderofcastles', + weight: 737, + rshares: '6189268080', + percent: 2400, + reputation: '8595261641306', + time: '2018-01-09T05:29:06', + }, + { + voter: 'adventureevryday', + weight: 772, + rshares: '7941658755', + percent: 2250, + reputation: '20941621024936', + time: '2018-01-09T02:15:39', + }, + { + voter: 'starline', + weight: 12, + rshares: 4054113722, + percent: 10000, + reputation: '2643390390335', + time: '2018-01-09T01:51:33', + }, + { + voter: 'toyman', + weight: 1209, + rshares: '12613340485', + percent: 2500, + reputation: '12732455829031', + time: '2018-01-09T02:15:18', + }, + { + voter: 'steemprentice', + weight: 548, + rshares: '4597832003', + percent: 220, + reputation: '1125089447982', + time: '2018-01-09T14:11:12', + }, + { + voter: 'technoprogressiv', + weight: 1177, + rshares: '15158165596', + percent: 10000, + reputation: '299604659042', + time: '2018-01-09T02:10:42', + }, + { + voter: 'teamhumble', + weight: 7186, + rshares: '60279439544', + percent: 1000, + reputation: '17348401419192', + time: '2018-01-09T13:18:36', + }, + { + voter: 'diamondinform', + weight: 148, + rshares: 1996588422, + percent: 10000, + reputation: '186780911038', + time: '2018-01-09T02:09:54', + }, + { + voter: 'vcelier', + weight: 96470, + rshares: '809246062727', + percent: 1760, + reputation: '77716852852469', + time: '2018-01-09T14:11:12', + }, + { + voter: 'fricibacsi', + weight: 5101, + rshares: '42786562617', + percent: 10000, + reputation: '6121873929', + time: '2018-01-09T05:38:42', + }, + { + voter: 'i-gordan', + weight: 1378, + rshares: '14367042564', + percent: 2500, + reputation: '19800000457300', + time: '2018-01-09T02:15:18', + }, + { + voter: 'darth-azrael', + weight: 394, + rshares: '4479947400', + percent: 1500, + reputation: '13092930692802', + time: '2018-01-09T02:13:18', + }, + { + voter: 'extremedistaste', + weight: 656, + rshares: '5503700390', + percent: 10000, + reputation: '1301535791123', + time: '2018-01-09T03:18:54', + }, + { + voter: 'ripperone', + weight: 130661, + rshares: '1163973595901', + percent: 2500, + reputation: 0, + time: '2018-01-09T02:19:24', + }, + { + voter: 'darth-cryptic', + weight: 74, + rshares: 771256738, + percent: 1500, + reputation: '403637354442', + time: '2018-01-09T02:15:18', + }, + { + voter: 'buzzbeergeek', + weight: 1962, + rshares: '21013511401', + percent: 2500, + reputation: '101255256343229', + time: '2018-01-09T02:14:39', + }, + { + voter: 'middle-theory', + weight: 1578, + rshares: '13240373518', + percent: 2500, + reputation: '1788065041994', + time: '2018-01-09T16:15:06', + }, + { + voter: 'ainiaziz', + weight: 142, + rshares: 1189033120, + percent: 10000, + reputation: '2859406625095', + time: '2018-01-09T04:01:27', + }, + { + voter: 'awijuny', + weight: 142, + rshares: 1197778602, + percent: 10000, + reputation: '239966418397', + time: '2018-01-09T04:15:51', + }, + { + voter: 'anemona', + weight: 204, + rshares: '10410857231', + percent: 1900, + reputation: '637139513140', + time: '2018-01-09T01:56:06', + }, + { + voter: 'bigdaddy', + weight: 1345, + rshares: '76978415280', + percent: 10000, + reputation: '14406612178707', + time: '2018-01-09T01:55:33', + }, + { + voter: 'kingsmind', + weight: 395, + rshares: 4237504034, + percent: 2500, + reputation: '14497037265477', + time: '2018-01-09T02:14:39', + }, + { + voter: 'eirik', + weight: 1747, + rshares: '14655943118', + percent: 4000, + reputation: '16493531596789', + time: '2018-01-09T03:18:39', + }, + { + voter: 'inquisitive', + weight: 1783, + rshares: '14959566066', + percent: 10000, + reputation: 48847103, + time: '2018-01-09T03:34:00', + }, + { + voter: 'nba05', + weight: 29, + rshares: '24611300781', + percent: 10000, + reputation: '3502034138360', + time: '2018-01-09T01:51:18', + }, + { + voter: 'sam12', + weight: 58, + rshares: 488971155, + percent: 10000, + reputation: 418565764, + time: '2018-01-09T13:45:21', + }, + { + voter: 'tatchcapital', + weight: 111, + rshares: 930921264, + percent: 10000, + reputation: '297092108534', + time: '2018-01-09T14:41:27', + }, + { + voter: 'rushabhshah25', + weight: 43, + rshares: 362491472, + percent: 10000, + reputation: '50224090168', + time: '2018-01-09T02:32:45', + }, + { + voter: 'imperfect-one', + weight: 858, + rshares: '127044466106', + percent: 10000, + reputation: '10685317214086', + time: '2018-01-09T01:52:00', + }, + { + voter: 'aaronpake', + weight: 155, + rshares: 1304847761, + percent: 10000, + reputation: '73818957071', + time: '2018-01-09T15:51:30', + }, + { + voter: 'contentguy', + weight: 495, + rshares: 4152276479, + percent: 10000, + reputation: '61673321164', + time: '2018-01-09T03:47:51', + }, + { + voter: 'ni7n3k', + weight: 104, + rshares: 871175172, + percent: 10000, + reputation: 904659465, + time: '2018-01-09T10:16:15', + }, + { + voter: 'digdaga', + weight: 365, + rshares: '65664610815', + percent: 3200, + reputation: '2379104316027', + time: '2018-01-09T01:51:51', + }, + { + voter: 'romedog', + weight: 26941, + rshares: '288512737758', + percent: 2500, + reputation: 0, + time: '2018-01-09T02:14:39', + }, + { + voter: 'stackin', + weight: 2269, + rshares: '19033992055', + percent: 100, + reputation: '79634836963422', + time: '2018-01-09T02:28:15', + }, + { + voter: 'my-name-in-vein', + weight: 45, + rshares: '8751375497', + percent: 10000, + reputation: '228440769114', + time: '2018-01-09T01:52:27', + }, + { + voter: 'followbtcnews', + weight: 9167, + rshares: '123044737245', + percent: 4700, + reputation: '25192317159047', + time: '2018-01-09T02:09:54', + }, + { + voter: 'sunshinetraveler', + weight: 1160, + rshares: '12103442964', + percent: 2500, + reputation: '8528003896987', + time: '2018-01-09T02:15:18', + }, + { + voter: 'leomichael', + weight: 18319, + rshares: '155230004219', + percent: 1100, + reputation: '36763950444341', + time: '2018-01-09T02:20:51', + }, + { + voter: 'eveuncovered', + weight: 1936, + rshares: '20172672197', + percent: 2500, + reputation: '57256700133026', + time: '2018-01-09T02:15:18', + }, + { + voter: 'spg', + weight: 900, + rshares: '9634148950', + percent: 2500, + reputation: 0, + time: '2018-01-09T02:14:39', + }, + { + voter: 'rasgriz311', + weight: 240, + rshares: 2216182347, + percent: 5000, + reputation: '624722348265', + time: '2018-01-09T02:18:21', + }, + { + voter: 'freefuture', + weight: 649, + rshares: '6770382293', + percent: 2500, + reputation: '2219591581620', + time: '2018-01-09T02:15:18', + }, + { + voter: 'guiltyparties', + weight: 619, + rshares: '5978176891', + percent: 3000, + reputation: '7356508743586', + time: '2018-01-09T02:17:12', + }, + { + voter: 'wanxlol', + weight: 2283, + rshares: '19155577717', + percent: 10000, + reputation: '75729105855', + time: '2018-01-09T07:09:24', + }, + { + voter: 'kinakomochi', + weight: 1465, + rshares: '15263980018', + percent: 2500, + reputation: '24857054562640', + time: '2018-01-09T02:15:18', + }, + { + voter: 'satoshibit', + weight: 1277, + rshares: '10709035769', + percent: 10000, + reputation: '54021346250', + time: '2018-01-09T03:23:42', + }, + { + voter: 'keshawn', + weight: 387, + rshares: '5003312150', + percent: 10000, + reputation: '2105909970129', + time: '2018-01-09T02:10:39', + }, + { + voter: 'spiritpower', + weight: 38, + rshares: 313902136, + percent: 10000, + reputation: 243847543, + time: '2018-01-09T06:41:03', + }, + { + voter: 'tiredpanda', + weight: 62, + rshares: 519972338, + percent: 10000, + reputation: '14385922612', + time: '2018-01-09T18:16:48', + }, + { + voter: 'hndmarshall', + weight: 199, + rshares: '5471636763', + percent: 10000, + reputation: '1631115217951', + time: '2018-01-09T02:00:18', + }, + { + voter: 'derrick829', + weight: 3376, + rshares: '34681509836', + percent: 250, + reputation: '13585709185994', + time: '2018-01-09T02:15:39', + }, + { + voter: 'badastroza', + weight: 8951, + rshares: '86987388177', + percent: 10000, + reputation: '4609166100947', + time: '2018-01-09T02:17:03', + }, + { + voter: 'yusna1803', + weight: 41, + rshares: 483046742, + percent: 10000, + reputation: '18514383172', + time: '2018-01-09T02:13:12', + }, + { + voter: 'novale', + weight: 228, + rshares: 1909536208, + percent: 2200, + reputation: '10020037382512', + time: '2018-01-09T14:11:12', + }, + { + voter: 'professorbromide', + weight: 588, + rshares: '6044773840', + percent: 2500, + reputation: '2763143203367', + time: '2018-01-09T02:15:39', + }, + { + voter: 'mattjack', + weight: 29, + rshares: 242728995, + percent: 10000, + reputation: '16677745625', + time: '2018-01-09T09:50:15', + }, + { + voter: 'doggedfi', + weight: 17, + rshares: '7280949876', + percent: 10000, + reputation: '743161212092', + time: '2018-01-09T01:51:27', + }, + { + voter: 'scalerman', + weight: 77, + rshares: 642958912, + percent: 10000, + reputation: '192624678887', + time: '2018-01-09T02:25:09', + }, + { + voter: 'sammosk', + weight: 3359, + rshares: '35976407719', + percent: 2500, + reputation: '49602622183491', + time: '2018-01-09T02:14:39', + }, + { + voter: 'biancajapan', + weight: 833, + rshares: '8692836868', + percent: 2500, + reputation: '3776124338981', + time: '2018-01-09T02:15:18', + }, + { + voter: 'rafine', + weight: 3247, + rshares: '27237454980', + percent: 10000, + reputation: '141343811727', + time: '2018-01-09T07:38:18', + }, + { + voter: 'canbethisone', + weight: 765, + rshares: '12676233963', + percent: 5000, + reputation: '135124369876', + time: '2018-01-09T02:06:21', + }, + { + voter: 'vajmuduke', + weight: 7, + rshares: 616867544, + percent: 10000, + reputation: '153138332669', + time: '2018-01-09T01:54:21', + }, + { + voter: 'protoken', + weight: 136, + rshares: 1137437948, + percent: 2200, + reputation: '422184250188', + time: '2018-01-09T14:11:12', + }, + { + voter: 'trave160', + weight: 402, + rshares: 3375568851, + percent: 10000, + reputation: '2357700291946', + time: '2018-01-09T02:49:15', + }, + { + voter: 'luigi-tecnologo', + weight: 2935, + rshares: '24617523977', + percent: 10000, + reputation: '4714109613897', + time: '2018-01-09T16:15:12', + }, + { + voter: 'stitchybitch', + weight: 681, + rshares: '7305846461', + percent: 2500, + reputation: '5153815336002', + time: '2018-01-09T02:14:39', + }, + { + voter: 'andypalooza', + weight: 74, + rshares: 620475132, + percent: 10000, + reputation: '66589132144', + time: '2018-01-09T02:26:42', + }, + { + voter: 'ladycat', + weight: 308, + rshares: 2587215135, + percent: 10000, + reputation: 1917511711, + time: '2018-01-09T06:00:18', + }, + { + voter: 'kingjan', + weight: 751, + rshares: '6302810760', + percent: 3600, + reputation: '454817423327', + time: '2018-01-09T05:52:51', + }, + { + voter: 'dorth', + weight: 30, + rshares: 250227397, + percent: 220, + reputation: '3627806202449', + time: '2018-01-09T14:11:12', + }, + { + voter: 'abir20129', + weight: 12, + rshares: 107537500, + percent: 10000, + reputation: 1798235594, + time: '2018-01-09T05:07:12', + }, + { + voter: 'vogel', + weight: 67, + rshares: 559749386, + percent: 10000, + reputation: '44661475932', + time: '2018-01-09T05:10:36', + }, + { + voter: 'cipriang', + weight: 25, + rshares: '4596803125', + percent: 10000, + reputation: '1194226447452', + time: '2018-01-09T01:51:51', + }, + { + voter: 'valency1', + weight: 102, + rshares: '6365565923', + percent: 10000, + reputation: '4395571259083', + time: '2018-01-09T01:55:12', + }, + { + voter: 'justdentist', + weight: 534, + rshares: '4483573323', + percent: 880, + reputation: '3320044020685', + time: '2018-01-09T14:11:12', + }, + { + voter: 'duekie', + weight: 52, + rshares: 439340069, + percent: 10000, + reputation: '273814405641', + time: '2018-01-09T13:28:36', + }, + { + voter: 'yogachallenge', + weight: 318, + rshares: 2661548642, + percent: 10000, + reputation: '1927728155588', + time: '2018-01-09T03:14:39', + }, + { + voter: 'jonpopa', + weight: 74, + rshares: 617220000, + percent: 10000, + reputation: '11058776512', + time: '2018-01-09T12:08:36', + }, + { + voter: 'nazarul', + weight: 199, + rshares: 1668338434, + percent: 10000, + reputation: '601550886590', + time: '2018-01-09T02:41:45', + }, + { + voter: 'mamoru', + weight: 97, + rshares: 818470672, + percent: 10000, + reputation: '402226654713', + time: '2018-01-09T04:08:57', + }, + { + voter: 'stlcp', + weight: 342, + rshares: 2871585109, + percent: 10000, + reputation: '161903969275', + time: '2018-01-09T05:42:12', + }, + { + voter: 'fadzly', + weight: 72, + rshares: 603013600, + percent: 10000, + reputation: '46324245056', + time: '2018-01-09T05:22:00', + }, + { + voter: 'ericsim', + weight: 43, + rshares: 415078400, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:17:39', + }, + { + voter: 'rachelhanson10', + weight: 161, + rshares: 1624019518, + percent: 2500, + reputation: '4923555156733', + time: '2018-01-09T02:16:18', + }, + { + voter: 'deleteme', + weight: 66, + rshares: 550748105, + percent: 10000, + reputation: 4196125061, + time: '2018-01-09T16:41:51', + }, + { + voter: 'prairiechicken', + weight: 323, + rshares: 2707836528, + percent: 10000, + reputation: '22815747710', + time: '2018-01-09T03:45:15', + }, + { + voter: 'vailol', + weight: 40, + rshares: 342357576, + percent: 10000, + reputation: 2489903135, + time: '2018-01-09T03:12:21', + }, + { + voter: 'kriptonoob', + weight: 397, + rshares: 4086124047, + percent: 1250, + reputation: '1501098097760', + time: '2018-01-09T02:15:39', + }, + { + voter: 'pitwi', + weight: 100, + rshares: 839764299, + percent: 10000, + reputation: 3302248872, + time: '2018-01-09T09:30:24', + }, + { + voter: 'suheri', + weight: 28, + rshares: 233922764, + percent: 2200, + reputation: '1272542496815', + time: '2018-01-09T14:11:12', + }, + { + voter: 'animagic', + weight: 9, + rshares: 1363968398, + percent: 1000, + reputation: '5355306535381', + time: '2018-01-09T01:52:00', + }, + { + voter: 'jhen-jhen', + weight: 2, + rshares: 73941677, + percent: 10000, + reputation: '11086137317', + time: '2018-01-09T02:00:12', + }, + { + voter: 'homsys', + weight: 80, + rshares: 669937941, + percent: 10000, + reputation: '164691756005', + time: '2018-01-09T04:27:24', + }, + { + voter: 'monkeyplayfire', + weight: 23, + rshares: 561780827, + percent: 10000, + reputation: '1440202427947', + time: '2018-01-09T02:01:27', + }, + { + voter: 'micayla', + weight: 21, + rshares: 317868300, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:08:27', + }, + { + voter: 'brendashockley', + weight: 22, + rshares: 302437800, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:09:12', + }, + { + voter: 'dennisphillips', + weight: 21, + rshares: 317868300, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:08:27', + }, + { + voter: 'foodflaneur', + weight: 413, + rshares: 3464805630, + percent: 10000, + reputation: '2502973666317', + time: '2018-01-09T03:23:57', + }, + { + voter: 'beardeddjent', + weight: 25, + rshares: 608176301, + percent: 10000, + reputation: 2269624258, + time: '2018-01-09T02:01:42', + }, + { + voter: 'tawasi', + weight: 26, + rshares: 219439539, + percent: 10000, + reputation: '114383503731', + time: '2018-01-09T03:50:18', + }, + { + voter: 'lisamarie', + weight: 30, + rshares: 388848600, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:10:36', + }, + { + voter: 'tazbaz', + weight: 401, + rshares: 3359799153, + percent: 10000, + reputation: '13389122479', + time: '2018-01-09T10:00:42', + }, + { + voter: 'rip-youtube', + weight: 68, + rshares: '4550084201', + percent: 10000, + reputation: '595302571880', + time: '2018-01-09T01:54:57', + }, + { + voter: 'lukebrn', + weight: 22, + rshares: 390207500, + percent: 10000, + reputation: '65490793123', + time: '2018-01-09T02:05:42', + }, + { + voter: 'auzifalevi', + weight: 69, + rshares: 576849054, + percent: 10000, + reputation: '143041143063', + time: '2018-01-09T02:23:24', + }, + { + voter: 'aneukaceh.coffee', + weight: 73, + rshares: 1636834530, + percent: 10000, + reputation: '56840794381', + time: '2018-01-09T02:02:24', + }, + { + voter: 'nature.indonesia', + weight: 31, + rshares: 1195145988, + percent: 10000, + reputation: '11764231271', + time: '2018-01-09T01:57:51', + }, + { + voter: 'altherion', + weight: 650, + rshares: '5452618900', + percent: 2000, + reputation: '3020448985769', + time: '2018-01-09T20:55:33', + }, + { + voter: 'abeyaimary', + weight: 58, + rshares: 488532714, + percent: 10000, + reputation: '132888862241', + time: '2018-01-09T09:51:33', + }, + { + voter: 'bumex2008', + weight: 41, + rshares: 615894295, + percent: 10000, + reputation: '7593600535', + time: '2018-01-09T02:08:15', + }, + { + voter: 'munardi', + weight: 29, + rshares: 245800000, + percent: 10000, + reputation: '130709071225', + time: '2018-01-09T04:31:21', + }, + { + voter: 'mrgrtstrll', + weight: 48, + rshares: 574014600, + percent: 10000, + reputation: 311492941, + time: '2018-01-09T02:12:27', + }, + { + voter: 'zead', + weight: 28, + rshares: 234834048, + percent: 10000, + reputation: -89119255999, + time: '2018-01-09T19:28:00', + }, + { + voter: 'bitbulls', + weight: 305, + rshares: 3510513874, + percent: 10000, + reputation: '440808266371', + time: '2018-01-09T02:13:03', + }, + { + voter: 'sahriarragib', + weight: 0, + rshares: 259240800, + percent: 10000, + reputation: 1324472269, + time: '2018-01-09T14:56:09', + }, + { + voter: 'gruffalo', + weight: 449, + rshares: 3765242735, + percent: 10000, + reputation: '1364785074716', + time: '2018-01-09T02:22:12', + }, + { + voter: 'mikeeast', + weight: 229, + rshares: 1917004556, + percent: 10000, + reputation: 1808296746, + time: '2018-01-09T02:21:48', + }, + { + voter: 'heer', + weight: 50, + rshares: 414239843, + percent: 10000, + reputation: 480537154, + time: '2018-01-09T05:52:42', + }, + { + voter: 'wilramos', + weight: 64, + rshares: 538065913, + percent: 10000, + reputation: '55319851334', + time: '2018-01-09T17:24:33', + }, + { + voter: 'thehodler', + weight: 61, + rshares: 505436770, + percent: 10000, + reputation: '19896234524', + time: '2018-01-09T02:28:24', + }, + { + voter: 'tnam0rken', + weight: 114, + rshares: 1431530932, + percent: 3000, + reputation: '300954651746', + time: '2018-01-09T02:11:15', + }, + { + voter: 'mamunkst', + weight: 57, + rshares: 486102800, + percent: 10000, + reputation: 906371992, + time: '2018-01-09T08:18:18', + }, + { + voter: 'kenshin22', + weight: 12, + rshares: 96162412, + percent: 10000, + reputation: '743919203865', + time: '2018-01-09T07:43:00', + }, + { + voter: 'kodel', + weight: 4, + rshares: 615320000, + percent: 10000, + reputation: -11717687210, + time: '2018-01-09T01:53:03', + }, + { + voter: 'pichreachsey', + weight: 73, + rshares: 616672983, + percent: 10000, + reputation: -62130146179, + time: '2018-01-09T03:19:54', + }, + { + voter: 'monirulislam777', + weight: 26, + rshares: 212002500, + percent: 10000, + reputation: '53338764773', + time: '2018-01-09T07:34:30', + }, + { + voter: 'dashrussia', + weight: 265, + rshares: 2228089823, + percent: 10000, + reputation: '20844195162', + time: '2018-01-09T07:39:27', + }, + { + voter: 'alieone', + weight: 13, + rshares: 347940515, + percent: 10000, + reputation: '41453482941', + time: '2018-01-09T02:00:51', + }, + { + voter: 'thegoodguy1968', + weight: 73, + rshares: 615360328, + percent: 10000, + reputation: '25215011540', + time: '2018-01-09T02:25:54', + }, + { + voter: 'jrw254', + weight: 47, + rshares: 393798834, + percent: 10000, + reputation: '8450674308', + time: '2018-01-09T03:57:39', + }, + { + voter: 'hendri.aceh', + weight: 18, + rshares: 516180000, + percent: 10000, + reputation: '59012525017', + time: '2018-01-09T02:00:21', + }, + { + voter: 'joeycrack', + weight: 50, + rshares: 415705334, + percent: 10000, + reputation: '300814594999', + time: '2018-01-09T06:53:39', + }, + { + voter: 'duane.dos', + weight: 537, + rshares: '4503113210', + percent: 10000, + reputation: '171232892105', + time: '2018-01-09T04:17:57', + }, + { + voter: 'mingann', + weight: 473, + rshares: 3968895308, + percent: 10000, + reputation: 341287155, + time: '2018-01-09T14:15:48', + }, + { + voter: 'billmega', + weight: 47, + rshares: 489965245, + percent: 10000, + reputation: '18810624869', + time: '2018-01-09T02:15:48', + }, + { + voter: 'vdux', + weight: 415, + rshares: 3482472934, + percent: 10000, + reputation: '67997427261', + time: '2018-01-09T04:07:57', + }, + { + voter: 'bizheng', + weight: 2262, + rshares: '18978402605', + percent: 4000, + reputation: 0, + time: '2018-01-09T02:30:15', + }, + { + voter: 'cjgoh', + weight: 54, + rshares: 452260200, + percent: 10000, + reputation: 261276623, + time: '2018-01-09T08:56:24', + }, + { + voter: 'cakemovesmikey', + weight: 28, + rshares: 2390832679, + percent: 10000, + reputation: '25376527790', + time: '2018-01-09T01:54:09', + }, + { + voter: 'rogerluis20', + weight: 57, + rshares: 477508656, + percent: 10000, + reputation: '13177811367', + time: '2018-01-09T03:40:21', + }, + { + voter: 'unbearable', + weight: 97, + rshares: 990503339, + percent: 10000, + reputation: 525805474, + time: '2018-01-09T02:15:57', + }, + { + voter: 'monadnock', + weight: 72, + rshares: 605282500, + percent: 10000, + reputation: '44582264463', + time: '2018-01-09T02:21:42', + }, + { + voter: 'jetperalta', + weight: 54, + rshares: 451747833, + percent: 10000, + reputation: '180526594270', + time: '2018-01-09T02:57:00', + }, + { + voter: 'karenps', + weight: 13, + rshares: 113683200, + percent: 10000, + reputation: '10475457057', + time: '2018-01-09T06:43:15', + }, + { + voter: 'teeegs90', + weight: 596, + rshares: '5005810781', + percent: 10000, + reputation: '46899932492', + time: '2018-01-09T11:02:54', + }, + { + voter: 'enajo', + weight: 94, + rshares: 859972505, + percent: 10000, + reputation: '234931300603', + time: '2018-01-09T02:19:00', + }, + { + voter: 'jakeduck', + weight: 64, + rshares: 531545774, + percent: 10000, + reputation: '50390053795', + time: '2018-01-09T15:15:57', + }, + { + voter: 'haydenhougen', + weight: 73, + rshares: 615320000, + percent: 10000, + reputation: 454026603, + time: '2018-01-09T02:26:48', + }, + { + voter: 'mdlitan', + weight: 30, + rshares: 255019071, + percent: 10000, + reputation: '28100065008', + time: '2018-01-09T09:51:06', + }, + { + voter: 'sisfs', + weight: 12, + rshares: 96460864, + percent: 10000, + reputation: 688387778, + time: '2018-01-09T03:02:54', + }, + { + voter: 'kvatsavayi', + weight: 30, + rshares: 255166900, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:21:30', + }, + { + voter: 'joseelgallego', + weight: 72, + rshares: 605637100, + percent: 10000, + reputation: 9367007, + time: '2018-01-09T02:58:48', + }, + { + voter: 'dii', + weight: 54, + rshares: 453499767, + percent: 10000, + reputation: '5080877793', + time: '2018-01-09T03:51:45', + }, + { + voter: 'igel2017', + weight: 184, + rshares: '7267517756', + percent: 10000, + reputation: 3831035908, + time: '2018-01-09T01:57:33', + }, + { + voter: 'menardo', + weight: 50, + rshares: 418104800, + percent: 10000, + reputation: '33359504126', + time: '2018-01-09T04:05:57', + }, + { + voter: 'jeenger', + weight: 41, + rshares: 403380643, + percent: 10000, + reputation: 2492118010, + time: '2018-01-09T02:17:15', + }, + { + voter: 'alignment', + weight: 74, + rshares: 614500000, + percent: 10000, + reputation: 416617599, + time: '2018-01-09T04:15:45', + }, + { + voter: 'ajai', + weight: 15, + rshares: 495061272, + percent: 10000, + reputation: 2505463615, + time: '2018-01-09T01:58:54', + }, + { + voter: 'pk170', + weight: 71, + rshares: 602210000, + percent: 10000, + reputation: '37979012249', + time: '2018-01-09T20:16:09', + }, + { + voter: 'haseebkhan13', + weight: 7, + rshares: 58400850, + percent: 10000, + reputation: '15741396536', + time: '2018-01-09T17:44:57', + }, + { + voter: 'alputhi09', + weight: 0, + rshares: 156781075, + percent: 10000, + reputation: '8418706479', + time: '2018-01-09T01:52:36', + }, + { + voter: 'alexiii', + weight: 43, + rshares: 356618800, + percent: 10000, + reputation: 61033885, + time: '2018-01-09T02:30:57', + }, + { + voter: 'tonsmets', + weight: 393, + rshares: 3297571551, + percent: 10000, + reputation: 3960221326, + time: '2018-01-09T16:44:36', + }, + { + voter: 'sergnak', + weight: 8, + rshares: 67595000, + percent: 10000, + reputation: 150389718, + time: '2018-01-09T07:29:45', + }, + { + voter: 'investfourmore', + weight: 345, + rshares: 3805113029, + percent: 10000, + reputation: '87062060092', + time: '2018-01-09T02:13:57', + }, + { + voter: 'bagleyy', + weight: 60, + rshares: 504225995, + percent: 10000, + reputation: 197612865, + time: '2018-01-09T04:49:27', + }, + { + voter: 'ronelsmit', + weight: 73, + rshares: 614500000, + percent: 10000, + reputation: '21694212261', + time: '2018-01-09T02:26:57', + }, + { + voter: 'uimahal7', + weight: 9, + rshares: 74934600, + percent: 10000, + reputation: '4456261923', + time: '2018-01-09T11:28:54', + }, + { + voter: 'jeric03', + weight: 69, + rshares: 577630000, + percent: 10000, + reputation: '20263313749', + time: '2018-01-09T02:38:42', + }, + { + voter: 'assir', + weight: 16, + rshares: 577630000, + percent: 10000, + reputation: 0, + time: '2018-01-09T01:58:15', + }, + { + voter: 'peeyush', + weight: 8, + rshares: 70667500, + percent: 10000, + reputation: '14130553701', + time: '2018-01-09T18:50:15', + }, + { + voter: 'cryptoarun', + weight: 11, + rshares: 417860000, + percent: 10000, + reputation: 958529002, + time: '2018-01-09T01:57:45', + }, + { + voter: 'lele-venturi', + weight: 16, + rshares: 129045000, + percent: 10000, + reputation: '75001175460', + time: '2018-01-09T08:29:00', + }, + { + voter: 'dcj', + weight: 7, + rshares: 55305000, + percent: 10000, + reputation: 138110899, + time: '2018-01-09T02:34:24', + }, + { + voter: 'maximmc', + weight: 63, + rshares: 531542500, + percent: 10000, + reputation: 896856336, + time: '2018-01-09T02:39:09', + }, + { + voter: 'sumitj', + weight: 73, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:31:27', + }, + { + voter: 'sivakrishna9494', + weight: 19, + rshares: 156697500, + percent: 10000, + reputation: 728249879, + time: '2018-01-09T04:56:00', + }, + { + voter: 'mike.boatright', + weight: 58, + rshares: 491600000, + percent: 10000, + reputation: 988083203, + time: '2018-01-09T02:20:48', + }, + { + voter: 'senatorsage', + weight: 43, + rshares: 356410000, + percent: 10000, + reputation: 2854499767, + time: '2018-01-09T17:52:42', + }, + { + voter: 'idma', + weight: 26, + rshares: 215075000, + percent: 10000, + reputation: 2909484005, + time: '2018-01-09T03:06:24', + }, + { + voter: 'johnnyderp', + weight: 24, + rshares: 212002500, + percent: 10000, + reputation: 1254256542, + time: '2018-01-09T02:19:21', + }, + { + voter: 'philosophizer', + weight: 51, + rshares: 427077500, + percent: 10000, + reputation: 363538616, + time: '2018-01-09T15:06:30', + }, + { + voter: 'joseealvarezn', + weight: 26, + rshares: 227365000, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:20:21', + }, + { + voter: 'gforg', + weight: 45, + rshares: 374845000, + percent: 10000, + reputation: 109286947, + time: '2018-01-09T17:22:03', + }, + { + voter: 'basseyantai', + weight: 46, + rshares: 384062500, + percent: 10000, + reputation: 125158428, + time: '2018-01-09T07:58:36', + }, + { + voter: 'jesusvmorales', + weight: 57, + rshares: 482382500, + percent: 10000, + reputation: 1041919677, + time: '2018-01-09T02:31:30', + }, + { + voter: 'jsepulveda09', + weight: 56, + rshares: 580702500, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:15:36', + }, + { + voter: 'deepak123', + weight: 35, + rshares: 294960000, + percent: 10000, + reputation: 3648593, + time: '2018-01-09T15:27:15', + }, + { + voter: 'publicfigure', + weight: 1, + rshares: 334870280, + percent: 10000, + reputation: 3751408690, + time: '2018-01-09T01:52:36', + }, + { + voter: 'muzquiz', + weight: 46, + rshares: 387135000, + percent: 10000, + reputation: 62662779, + time: '2018-01-09T16:23:24', + }, + { + voter: 'raduc', + weight: 17, + rshares: 138262500, + percent: 10000, + reputation: 401923195, + time: '2018-01-09T19:50:39', + }, + { + voter: 'tra1nwreck', + weight: 28, + rshares: 233510000, + percent: 10000, + reputation: 1946987600, + time: '2018-01-09T04:03:12', + }, + { + voter: 'cryptoryno33', + weight: 7, + rshares: 58377500, + percent: 10000, + reputation: 1035717098, + time: '2018-01-09T05:22:54', + }, + { + voter: 'perseus316', + weight: 57, + rshares: 522325000, + percent: 10000, + reputation: '5753503078', + time: '2018-01-09T02:19:03', + }, + { + voter: 'miguel85', + weight: 49, + rshares: 411971766, + percent: 10000, + reputation: 0, + time: '2018-01-09T03:48:27', + }, + { + voter: 'ironsavior', + weight: 67, + rshares: 951596755, + percent: 10000, + reputation: 0, + time: '2018-01-09T02:09:03', + }, + { + voter: 'shortafella', + weight: 73, + rshares: 614503071, + percent: 10000, + reputation: 1644174105, + time: '2018-01-09T16:30:15', + }, + { + voter: 'gilmored', + weight: 101, + rshares: 841350710, + percent: 10000, + reputation: 155031619, + time: '2018-01-09T04:22:36', + }, + { + voter: 'zeexan', + weight: 43, + rshares: 362551999, + percent: 10000, + reputation: 470727336, + time: '2018-01-09T17:01:45', + }, + ], + replies: [], + author_reputation: '472398280722127', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: ['thecryptofiend'], + first_reblogged_by: 'thecryptofiend', + first_reblogged_on: '2018-01-09T16:14:36', + }, + 'krnel/more-christmas-crafting-wood-log-candle-holders': { + id: 24604948, + author: 'krnel', + permlink: 'more-christmas-crafting-wood-log-candle-holders', + category: 'crafting', + parent_author: '', + parent_permlink: 'crafting', + title: 'More Christmas Crafting: Wood Log Candle Holders', + body: + "Hello everyone! I wanted to share one more Christmas crafting I did with my girlfriend in December 2017 :)\n\nIn addition to the [Christmas wreath](https://steemit.com/crafting/@krnel/christmas-yule-wreath-crafting) my girlfriend wanted to make (which I helped her accomplish), she also wanted to make Christmas/Yule candles (or candle holders) made from wood logs, which hold a fondue candle inside.\n\nThese log candles make a nice decorative change from the standard candles one would use to light up an evening meal, like a Christmas meal. You can of course use them for any meal, but they go well with the Christmas/Yule woodsy \"spirit\" of the holidays :)\n\nWe made these before making the [wreath](https://steemit.com/crafting/@krnel/christmas-yule-wreath-crafting). I didn't take pictures of all the material before completion, sorry :/\n\n---\n\n# Cutting the log\n\nMy girlfriend showed up at my place one night with a log in her arms :) It was time to get crafting!\n\nI cut the first candle log, and she did most of the second which I finished off, and I did the third on my own at a later date. I didn't have a good big saw, as mine had teeth that were too fine and not suited for sawing fresh wood too well.... but I did have a handy \"swiss army\" style tool that had a good cutting saw with larger and sharper teeth to get the job done better than the fine-tooth larger saw. It was tiring to cut the wood with a small 4 inch blade, but we got the job done :)\n\nMake sure to get a log that is wide enough, wider than the 1.5 inch fondue candles that go into it. different widths give a different style, but we live int he city so finding logs by the road is rare enough, and luckily my girlfriend had found a log lying on the street that was just thick enough :)\n\n---\n\n# Drill the hole\n\nAfter you cut the logs, drill down with a 1.5 inch wood drill bit. You can buy them at a hardware store. Of note, I recommend having a vice-grip station to keep a hold of the small wood logs. I didn't have one, and I had to hold onto the wood as I tried to drill with the 1.5 inch bit... which didn't work. It had too much grit on the larger surface area and I couldn't hold onto the torque.\n\nTo get the larger 1.5 inch bit to drill out the wood, I first used the 1.5 inch bit to make the shape that the candle would fit in. Then I took a 1/2 inch bit and drilled around the the circle shape to take out the most of the wood. At that point, I could use the 1.5 inch bit to refine the shape and make it round, without the torque spinning the log around in my hand :)\n\nDon't drill too deep with the either the small or large bits, as the fondue candle will go too deep and be covered by the wood log (so to speak). Drill a bit and put the candle in to see if you have reached the desirable depth. If not, keep repeating that process of drill and test.\n\n---\n\n# Insert the candle\n\nThe drilling went a bit off-angle for me in one or two cases, so I had to put some wood-pulp shavings from the drilling inside the holes in order to even out the level when the candle was placed inside. Otherwise, the candle was a bit too lopsided :) They aren't perfectly level, but they are good enough.\n\nAfter you're done drilling, put in the candles and presto: done!\n\n---\n\n![wood log candle holder2.jpg](https://steemitimages.com/DQmQGnDRs32GxJirmWDqbpGZE33gnTNEBo8ABNS6D2W4kmR/wood%20log%20candle%20holder2.jpg)\n\n---\n\n![wood log candle holder1.jpg](https://steemitimages.com/DQmeyX62W7UHJcFawHxvxN3sWHnSXE6u4RuKpk3uxrx9JwE/wood%20log%20candle%20holder1.jpg)\n\n---\n\nThe first one I did was the taller log, which had the candle sticking out more. I was too lazy to go back to it and drill more :P \n\nWhat do you think? Pretty nice anyways, right?\n\n---\n\nThese decorative wood log candle holders only cost the price of the drill bit and the fondue candles, along with time and energy to make :)\n\nTo buy these in a store would cost a few dollars, anywhere from $3 to $40 or more for sets.\n\nWe didn't look around at various designs. I see now that some crafters/sellers had a cut in the side for the wax to drip out of. Some log candle holders are also done horizontally.\n\n\n### $43\n\n![wood log wax out.jpg](https://steemitimages.com/DQmSksHRDeXnkCgFY1veS6qhuUgfHBb3UG8iTadddbtLjNe/wood%20log%20wax%20out.jpg)\n\n### $20\n![wood log horizontal.jpg](https://steemitimages.com/DQmdtop56hbHYuDSQVF2CWt56gg2Bi5Q691mcQekoZ1tXQk/wood%20log%20horizontal.jpg)\n\n---\n\nThank you for your time and attention.\n\nI hope you like the idea and maybe you will make your own. :)\n\nTake care. Peace.", + json_metadata: + '{"tags":["crafting","christmas","candles","blog","life"],"image":["https://steemitimages.com/DQmQGnDRs32GxJirmWDqbpGZE33gnTNEBo8ABNS6D2W4kmR/wood%20log%20candle%20holder2.jpg","https://steemitimages.com/DQmeyX62W7UHJcFawHxvxN3sWHnSXE6u4RuKpk3uxrx9JwE/wood%20log%20candle%20holder1.jpg","https://steemitimages.com/DQmSksHRDeXnkCgFY1veS6qhuUgfHBb3UG8iTadddbtLjNe/wood%20log%20wax%20out.jpg","https://steemitimages.com/DQmdtop56hbHYuDSQVF2CWt56gg2Bi5Q691mcQekoZ1tXQk/wood%20log%20horizontal.jpg"],"links":["https://steemit.com/crafting/@krnel/christmas-yule-wreath-crafting"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T15:14:24', + created: '2018-01-09T15:14:24', + active: '2018-01-09T16:52:12', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 6, + net_rshares: '3391330162051', + abs_rshares: '3391330162051', + vote_rshares: '3391330162051', + children_abs_rshares: '3391330162051', + cashout_time: '2018-01-16T15:14:24', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 1857132, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 20, + root_comment: 24604948, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/crafting/@krnel/more-christmas-crafting-wood-log-candle-holders', + root_title: 'More Christmas Crafting: Wood Log Candle Holders', + pending_payout_value: '40.003 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'mrs.agsexplorer', + weight: 1367, + rshares: '5731726551', + percent: 120, + reputation: '7520586390', + time: '2018-01-09T18:33:30', + }, + { + voter: 'pnc', + weight: 2278, + rshares: '9555857962', + percent: 300, + reputation: '15942794993042', + time: '2018-01-09T18:33:30', + }, + { + voter: 'teamsteem', + weight: 82010, + rshares: '343977236961', + percent: 300, + reputation: '127776767687026', + time: '2018-01-09T18:32:36', + }, + { + voter: 'sc-steemit', + weight: 3223, + rshares: '13520784210', + percent: 1500, + reputation: '16034628745271', + time: '2018-01-09T17:41:03', + }, + { + voter: 'theb0red1', + weight: 9001, + rshares: 3842106069, + percent: 1200, + reputation: '1452001388594', + time: '2018-01-09T15:21:18', + }, + { + voter: 'charlie777pt', + weight: 25494, + rshares: '106927844288', + percent: 10000, + reputation: '12841633359652', + time: '2018-01-09T19:15:00', + }, + { + voter: 'allyouneedtoknow', + weight: 19948, + rshares: '83668145638', + percent: 9000, + reputation: '7172708820988', + time: '2018-01-09T16:24:24', + }, + { + voter: 'rynow', + weight: 1926, + rshares: '8077504312', + percent: 200, + reputation: '80469323547840', + time: '2018-01-09T16:56:36', + }, + { + voter: 'lyndsaybowes', + weight: 1098087, + rshares: '2128544060734', + percent: 10000, + reputation: '51139138236980', + time: '2018-01-09T15:36:48', + }, + { + voter: 'mangos', + weight: 167976, + rshares: '669709339997', + percent: 2000, + reputation: 0, + time: '2018-01-09T15:43:09', + }, + { + voter: 'greenbigfrog', + weight: 178, + rshares: 745847788, + percent: 10000, + reputation: '5501286481', + time: '2018-01-09T16:13:51', + }, + { + voter: 'cassidyandfranks', + weight: 717, + rshares: 3006666424, + percent: 10000, + reputation: '12551533676429', + time: '2018-01-09T15:53:24', + }, + { + voter: 'enjoywithtroy', + weight: 2696, + rshares: '11309480079', + percent: 10000, + reputation: '4446982150938', + time: '2018-01-09T16:51:12', + }, + { + voter: 'tiredpanda', + weight: 140, + rshares: 584584286, + percent: 10000, + reputation: '14385922612', + time: '2018-01-09T17:57:51', + }, + { + voter: 'trendo', + weight: 637, + rshares: 291716524, + percent: 10000, + reputation: '3366728794491', + time: '2018-01-09T15:18:42', + }, + { + voter: 'rezi', + weight: 113, + rshares: 473420015, + percent: 10000, + reputation: '82930800672', + time: '2018-01-09T15:51:12', + }, + { + voter: 'cyyy1998', + weight: 1699, + rshares: 308110921, + percent: 10000, + reputation: 660366826, + time: '2018-01-09T15:36:06', + }, + { + voter: 'gretum', + weight: 78, + rshares: 330619292, + percent: 10000, + reputation: '363337886197', + time: '2018-01-09T15:44:48', + }, + { + voter: 'yasirnawaz', + weight: 1044, + rshares: 568412500, + percent: 10000, + reputation: 133964375, + time: '2018-01-09T15:15:39', + }, + { + voter: 'vegan.niinja', + weight: 38, + rshares: 156697500, + percent: 10000, + reputation: '42920577916', + time: '2018-01-09T17:15:48', + }, + ], + replies: [], + author_reputation: '526104605707396', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'leahlei/cityscapephotography-challenge-entry-busy-streets-of-melbourne': { + id: 24649996, + author: 'leahlei', + permlink: + 'cityscapephotography-challenge-entry-busy-streets-of-melbourne', + category: 'cityscapephotography', + parent_author: '', + parent_permlink: 'cityscapephotography', + title: + 'Cityscapephotography Challenge Entry - Busy Streets of Melbourne', + body: + '![10494533_10204182447110197_2914038754239524250_n.jpg](https://steemitimages.com/DQmP4AiQz4ExiYvAurwd5KntJ26PcN9CTf3phZtqxw9opwU/10494533_10204182447110197_2914038754239524250_n.jpg)\n_**Melbourne, Victoria**_\n-----\n## Cityscape Photography Contest by @juliank & @photocontests!\n----\nThank you for dropping by!\n@surpassinggoogle has been a wonderful person and please support him as a witness by voting him at https://steemit.com/~witnesses and type in "steemgigs" at the first search box.\nIf you want to give him witness voting decisions on your behalf, visit https://steemit.com/~witnesses again and type in "surpassinggoogle" in the second box as a proxy.\n----\n![graphics-angels-433837.gif](https://steemitimages.com/DQmSk34UyHcnW8JYgcXUpvftWeaY149tq5QSthd5r23KB57/graphics-angels-433837.gif)\n[Source]( https://steemitimages.com/0x0/https://steemitimages.com/DQmSk34UyHcnW8JYgcXUpvftWeaY149tq5QSthd5r23KB57/graphics-angels-433837.gif )\n\n>>I appreciate your upvote, comment and resteem! Thank you very much!', + json_metadata: + '{"tags":["cityscapephotography","smartphonephotography","contest","promo-steem","travel"],"users":["juliank","photocontests","surpassinggoogle"],"image":["https://steemitimages.com/DQmP4AiQz4ExiYvAurwd5KntJ26PcN9CTf3phZtqxw9opwU/10494533_10204182447110197_2914038754239524250_n.jpg","https://steemitimages.com/DQmSk34UyHcnW8JYgcXUpvftWeaY149tq5QSthd5r23KB57/graphics-angels-433837.gif"],"links":["https://steemit.com/~witnesses","https://steemitimages.com/0x0/https://steemitimages.com/DQmSk34UyHcnW8JYgcXUpvftWeaY149tq5QSthd5r23KB57/graphics-angels-433837.gif"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T19:50:42', + created: '2018-01-09T19:50:42', + active: '2018-01-09T20:21:33', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 2, + net_rshares: 2536240011, + abs_rshares: 2536240011, + vote_rshares: 2536240011, + children_abs_rshares: 2536240011, + cashout_time: '2018-01-16T19:50:42', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 52117, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 2, + root_comment: 24649996, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/cityscapephotography/@leahlei/cityscapephotography-challenge-entry-busy-streets-of-melbourne', + root_title: + 'Cityscapephotography Challenge Entry - Busy Streets of Melbourne', + pending_payout_value: '0.029 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'photocontests', + weight: 1599, + rshares: 1921740011, + percent: 158, + reputation: '5853955419531', + time: '2018-01-09T19:51:45', + }, + { + voter: 'lesteemit', + weight: 4850, + rshares: 614500000, + percent: 10000, + reputation: '11406157788', + time: '2018-01-09T20:13:24', + }, + ], + replies: [], + author_reputation: '510224491567', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'leahlei/landscapephotography-challenge-entry-st-kilda-beach': { + id: 24648450, + author: 'leahlei', + permlink: 'landscapephotography-challenge-entry-st-kilda-beach', + category: 'landscapephotography', + parent_author: '', + parent_permlink: 'landscapephotography', + title: 'Landscapephotography Challenge Entry - St. Kilda Beach', + body: + '![10464319_10204167276090931_2242530840348278969_n.jpg](https://steemitimages.com/DQmPogw1xbVfHiG2DvZSLJ2XS8QjVtBY2uVZoPQmPpD3WMY/10464319_10204167276090931_2242530840348278969_n.jpg)\n_**Bath Houses at St. Kilda Beach**_\n\n-----\n## Landscape Photography Contest by @juliank & @photocontests!\n----\nThank you for dropping by!\n@surpassinggoogle has been a wonderful person and please support him as a witness by voting him at https://steemit.com/~witnesses and type in "steemgigs" at the first search box.\nIf you want to give him witness voting decisions on your behalf, visit https://steemit.com/~witnesses again and type in "surpassinggoogle" in the second box as a proxy.\n-----\n![graphics-angels-433837.gif](https://steemitimages.com/DQmSk34UyHcnW8JYgcXUpvftWeaY149tq5QSthd5r23KB57/graphics-angels-433837.gif)\n[Source]( https://steemitimages.com/0x0/https://steemitimages.com/DQmSk34UyHcnW8JYgcXUpvftWeaY149tq5QSthd5r23KB57/graphics-angels-433837.gif )\n>>I appreciate your upvote, comment and resteem! Thank you very much!', + json_metadata: + '{"tags":["landscapephotography","photography","promo-steem","contest","travel"],"users":["juliank","photocontests","surpassinggoogle"],"image":["https://steemitimages.com/DQmPogw1xbVfHiG2DvZSLJ2XS8QjVtBY2uVZoPQmPpD3WMY/10464319_10204167276090931_2242530840348278969_n.jpg","https://steemitimages.com/DQmSk34UyHcnW8JYgcXUpvftWeaY149tq5QSthd5r23KB57/graphics-angels-433837.gif"],"links":["https://steemit.com/~witnesses","https://steemitimages.com/0x0/https://steemitimages.com/DQmSk34UyHcnW8JYgcXUpvftWeaY149tq5QSthd5r23KB57/graphics-angels-433837.gif"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T19:39:27', + created: '2018-01-09T19:39:27', + active: '2018-01-09T20:35:33', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 5, + net_rshares: '7191985217', + abs_rshares: '7191985217', + vote_rshares: '7191985217', + children_abs_rshares: '7191985217', + cashout_time: '2018-01-16T19:39:27', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 87638, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 4, + root_comment: 24648450, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/landscapephotography/@leahlei/landscapephotography-challenge-entry-st-kilda-beach', + root_title: + 'Landscapephotography Challenge Entry - St. Kilda Beach', + pending_payout_value: '0.084 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'adayat523', + weight: 14824, + rshares: 1943037407, + percent: 10000, + reputation: '1568020949513', + time: '2018-01-09T20:35:27', + }, + { + voter: 'skye1', + weight: 22489, + rshares: 2721925299, + percent: 4179, + reputation: '600231901251', + time: '2018-01-09T20:11:21', + }, + { + voter: 'photocontests', + weight: 1447, + rshares: 1921740011, + percent: 164, + reputation: '5853955419531', + time: '2018-01-09T19:40:24', + }, + { + voter: 'lesteemit', + weight: 4618, + rshares: 605282500, + percent: 10000, + reputation: '11406157788', + time: '2018-01-09T20:20:30', + }, + ], + replies: [], + author_reputation: '510224491567', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'miss.dara/lgndl-girl-with-daisies': { + id: 24613909, + author: 'miss.dara', + permlink: 'lgndl-girl-with-daisies', + category: 'art', + parent_author: '', + parent_permlink: 'art', + title: 'Girl with daisies', + body: + '\n


\n

Hello friends! My drawing is a red-haired girl in camomiles.

\n

In her hair the field flowers that were gathered in the fields of my native land of Ukraine are braided, notwithstanding the fact that this medicinal plant it has a very attractive appearance, and in itself the daisy is a very delicate flower.

\n

The drawing was painted with colored pencils on A4 sheet.

\n


\n

https://pp.userapi.com/c840529/v840529916/292a/zYCI1IjZwsM.jpg

\n

https://pp.userapi.com/c840529/v840529916/28d8/DnhMo4l_h68.jpg

\n

https://pp.userapi.com/c840529/v840529916/28f3/qCp1m5KIZsk.jpg

\n

https://pp.userapi.com/c840529/v840529916/28d8/DnhMo4l_h68.jpg

\n

https://pp.userapi.com/c840529/v840529916/28e1/bN67AcXf8Y0.jpg

\n', + json_metadata: + '{"tags":["art","creative","drawing","girl","portrait"],"image":["https://pp.userapi.com/c840529/v840529916/292a/zYCI1IjZwsM.jpg","https://pp.userapi.com/c840529/v840529916/28d8/DnhMo4l_h68.jpg","https://pp.userapi.com/c840529/v840529916/28f3/qCp1m5KIZsk.jpg","https://pp.userapi.com/c840529/v840529916/28e1/bN67AcXf8Y0.jpg"],"app":"steemit/0.1","format":"html"}', + last_update: '2018-01-09T16:04:12', + created: '2018-01-09T16:04:12', + active: '2018-01-09T21:26:03', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 39, + net_rshares: '603149432747', + abs_rshares: '603149432747', + vote_rshares: '603149432747', + children_abs_rshares: '623351396052', + cashout_time: '2018-01-16T16:04:12', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 811892, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 49, + root_comment: 24613909, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: '/art/@miss.dara/lgndl-girl-with-daisies', + root_title: 'Girl with daisies', + pending_payout_value: '7.114 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'thecryptofiend', + weight: 31145, + rshares: '45714833599', + percent: 2500, + reputation: '324041590222007', + time: '2018-01-09T16:16:33', + }, + { + voter: 'digitalplayer', + weight: 3434, + rshares: '7015438811', + percent: 10000, + reputation: '2622388303628', + time: '2018-01-09T16:11:54', + }, + { + voter: 'ubg', + weight: 187, + rshares: 208686482, + percent: 100, + reputation: '4657987694664', + time: '2018-01-09T16:32:24', + }, + { + voter: 'azurejasper', + weight: 6211, + rshares: '13025000077', + percent: 2000, + reputation: '11439046155256', + time: '2018-01-09T20:52:39', + }, + { + voter: 'beowulfoflegend', + weight: 153, + rshares: 160812126, + percent: 10000, + reputation: '28804839811430', + time: '2018-01-09T18:03:39', + }, + { + voter: 'planosdeunacasa', + weight: 3516, + rshares: 3686737365, + percent: 10000, + reputation: '15150186163', + time: '2018-01-09T16:41:12', + }, + { + voter: 'mayasky', + weight: 14759, + rshares: '20230976960', + percent: 10000, + reputation: '22981617379415', + time: '2018-01-09T16:27:09', + }, + { + voter: 'katdvine', + weight: 18659, + rshares: '19566410994', + percent: 2600, + reputation: '12580052732912', + time: '2018-01-09T16:49:42', + }, + { + voter: 'jcsteem', + weight: 1355, + rshares: '14215216012', + percent: 10000, + reputation: '4591627663963', + time: '2018-01-09T16:05:42', + }, + { + voter: 'andrescardozo95', + weight: 449, + rshares: 1070800160, + percent: 10000, + reputation: '1503933723830', + time: '2018-01-09T16:10:48', + }, + { + voter: 'davidgermano', + weight: 2482, + rshares: '10845159170', + percent: 10000, + reputation: '9115620192534', + time: '2018-01-09T16:07:48', + }, + { + voter: 'middle-theory', + weight: 6120, + rshares: '12964532403', + percent: 2500, + reputation: '1788065041994', + time: '2018-01-09T16:19:03', + }, + { + voter: 'endi11', + weight: 267, + rshares: 279703120, + percent: 10000, + reputation: '197574219672', + time: '2018-01-09T16:43:12', + }, + { + voter: 'oneshot', + weight: 2461, + rshares: '5161633692', + percent: 10000, + reputation: '2250537451140', + time: '2018-01-09T19:34:42', + }, + { + voter: 'dimarss', + weight: 2067, + rshares: 2167304126, + percent: 700, + reputation: '3583245101099', + time: '2018-01-09T18:58:36', + }, + { + voter: 'blackvapor', + weight: 6944, + rshares: '7280428235', + percent: 5000, + reputation: '2135628427634', + time: '2018-01-09T16:55:21', + }, + { + voter: 'melooo182', + weight: 722, + rshares: 1809310705, + percent: 10000, + reputation: '1917743884462', + time: '2018-01-09T16:16:45', + }, + { + voter: 'surfyogi', + weight: 161025, + rshares: '185309910596', + percent: 10000, + reputation: '21804486678616', + time: '2018-01-09T19:17:06', + }, + { + voter: 'drewley', + weight: 21745, + rshares: '25764460848', + percent: 10000, + reputation: '5545423860261', + time: '2018-01-09T16:30:45', + }, + { + voter: 'peter2017', + weight: 7449, + rshares: '14738488636', + percent: 3000, + reputation: '952545953110', + time: '2018-01-09T16:20:06', + }, + { + voter: 'achemenia', + weight: 295, + rshares: 613397658, + percent: 10000, + reputation: '94467097454', + time: '2018-01-09T16:19:21', + }, + { + voter: 'oleksandr', + weight: 119, + rshares: 248683638, + percent: 10000, + reputation: '341733960875', + time: '2018-01-09T21:25:54', + }, + { + voter: 'miss.dara', + weight: 1568, + rshares: '54660952197', + percent: 10000, + reputation: '30211408651485', + time: '2018-01-09T16:04:24', + }, + { + voter: 'abir20129', + weight: 99, + rshares: 104506787, + percent: 10000, + reputation: 1798235594, + time: '2018-01-09T17:16:03', + }, + { + voter: 'zul88', + weight: 470, + rshares: 492524238, + percent: 10000, + reputation: '648758429782', + time: '2018-01-09T17:38:39', + }, + { + voter: 'isawent', + weight: 554, + rshares: 580706077, + percent: 10000, + reputation: 1825938150, + time: '2018-01-09T16:46:12', + }, + { + voter: 'carolynstahl', + weight: 3277, + rshares: '5017348082', + percent: 10000, + reputation: '2719943714691', + time: '2018-01-09T16:24:45', + }, + { + voter: 'ukrainian.trail', + weight: 6921, + rshares: '7256470823', + percent: 10000, + reputation: '391450497718', + time: '2018-01-09T18:31:03', + }, + { + voter: 'azariyart', + weight: 136, + rshares: 605286229, + percent: 10000, + reputation: 105262384, + time: '2018-01-09T16:07:45', + }, + { + voter: 'twitterpated', + weight: 3954, + rshares: 4146545595, + percent: 10000, + reputation: '2150607253308', + time: '2018-01-09T16:38:33', + }, + { + voter: 'lifemovedbysteem', + weight: 59462, + rshares: '114756722064', + percent: 8300, + reputation: '10954076243040', + time: '2018-01-09T16:20:30', + }, + { + voter: 'mehakmittal13', + weight: 786, + rshares: 1026270858, + percent: 10000, + reputation: '1030939167476', + time: '2018-01-09T16:16:15', + }, + { + voter: 'safrijals', + weight: 1497, + rshares: 2898358057, + percent: 10000, + reputation: '1955817225464', + time: '2018-01-09T16:20:27', + }, + { + voter: 'sweetass', + weight: 50, + rshares: 614503071, + percent: 10000, + reputation: '10927889271', + time: '2018-01-09T16:05:30', + }, + { + voter: 'cerealface82', + weight: 211, + rshares: 221470724, + percent: 10000, + reputation: '51879107511', + time: '2018-01-09T16:35:09', + }, + { + voter: 'cucoe', + weight: 578, + rshares: 605326581, + percent: 10000, + reputation: '71147118899', + time: '2018-01-09T16:35:57', + }, + { + voter: 'as-i-see-it', + weight: 2590, + rshares: 3621477516, + percent: 10000, + reputation: '1910993309145', + time: '2018-01-09T16:15:27', + }, + { + voter: 'peak.endrule', + weight: 900, + rshares: 1888040631, + percent: 10000, + reputation: '409841609995', + time: '2018-01-09T20:38:09', + }, + { + voter: 'brexscoot', + weight: 211, + rshares: 511685659, + percent: 10000, + reputation: '210920064506', + time: '2018-01-09T16:10:42', + }, + { + voter: 'nanaa', + weight: 312, + rshares: 581596505, + percent: 10000, + reputation: '98830523607', + time: '2018-01-09T16:12:39', + }, + { + voter: 'jzerpa', + weight: 451, + rshares: 492157206, + percent: 10000, + reputation: '10490301464', + time: '2018-01-09T16:33:03', + }, + { + voter: 'kevmcc', + weight: 354, + rshares: 583778596, + percent: 10000, + reputation: '227133875470', + time: '2018-01-09T16:23:18', + }, + { + voter: 'adelepazani', + weight: 2775, + rshares: '6105001319', + percent: 2600, + reputation: '2245895242390', + time: '2018-01-09T16:11:21', + }, + { + voter: 'oleholya', + weight: 70, + rshares: 145581846, + percent: 10000, + reputation: '142949940450', + time: '2018-01-09T19:25:21', + }, + { + voter: 'fineartnow', + weight: 1385, + rshares: 2027227937, + percent: 10000, + reputation: '23577140739', + time: '2018-01-09T16:14:57', + }, + { + voter: 'viworksart', + weight: 355, + rshares: 602210000, + percent: 10000, + reputation: '5522834308', + time: '2018-01-09T16:22:48', + }, + { + voter: 'sinilga', + weight: 576, + rshares: 604008736, + percent: 10000, + reputation: 1266590474, + time: '2018-01-09T19:00:36', + }, + { + voter: 'kelos', + weight: 16, + rshares: 316467500, + percent: 10000, + reputation: 2216930787, + time: '2018-01-09T16:05:00', + }, + { + voter: 'zoewilliamson', + weight: 351, + rshares: 605282500, + percent: 10000, + reputation: '10034141353', + time: '2018-01-09T16:13:21', + }, + ], + replies: [], + author_reputation: '30211408651485', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: ['thecryptofiend'], + first_reblogged_by: 'thecryptofiend', + first_reblogged_on: '2018-01-09T16:16:42', + }, + 'nathansenn/casascius-physical-bitcoins-part-2-latest-coins': { + id: 23551315, + author: 'nathansenn', + permlink: 'casascius-physical-bitcoins-part-2-latest-coins', + category: 'bitcoin', + parent_author: '', + parent_permlink: 'bitcoin', + title: 'Casascius Physical Bitcoins Part 2 (latest Coins)', + body: + 'If you read my previous article [Casascius Physical Bitcoins Part 1 (2011 Coins)](https://steemit.com/bitcoin/@nathansenn/casascius-physical-bitcoins-part-1-2011-coins) this is the continuation to it.\n\nCasascius Bitcoins are worth real digital bitcoins. One side has a hologram and underneath the hologram layer is a private key. \n\n\n### Casascius Physical Bitcoin Series 2 1 BTC 2012\n![b.png](https://steemitimages.com/DQmfLF3mrtaUo1pj2WPrfx3w1tj53erWgW5tJ4RXhbR8JbQ/b.png)\n\n\nThis coin is identical to the 2011 version, except the year ‘2012’ is displayed on the front and it is a solid brass coin. Each 1-bitcoin coin is about (28.5mm) in diameter and weighs 6.8 g. \nA significant number (nearly a fourth) of these coins have been redeemed, most likely as a direct result of the dramatic rise in bitcoin value in late 2013.\n\n### Casascius Physical Bitcoin Series 2 1 BTC 2013\n![b-2.png](https://steemitimages.com/DQmZZEVcJCSVG3iwZUSXfqg1Y7jfqbVALZhuyK55qdFaa2T/b-2.png)\n\n\n1 BTC brass physical Bitcoin with Series-2 hologram. This coin is fully loaded, unredeemed, with hologram intact. Ungraded, uncirculated in excellent condition, kept in a container at all times. This coin was the first to have a ‘lobe’ cut into the private key pit in order to help stabilize the private key.\n\n\n\n\n\n### Casascius Physical Bitcoin Series 3 1 BTC 2013\n![b-3.png](https://steemitimages.com/DQmddDCGfhjyPTENHTrGtMS3yKPu59THTPbjnFDuBRYJAkB/b-3.png)\n\nThis 1 BTC coin .999 silver is the ‘laser rimming’ which appears on the edges of the series 3 hologram as a golden texture is about (39 mm) in diameter and weighs 1 oz. Only 5 intended to produce 5 BTC silver coins, but though the mold was created, the plan was scrapped in favor of 1 BTC, 0.5 BTC, and 0.1 BTC series 3 silver coins due to the “Rise in the Bitcoin price from $1 to $140 USD. \n\n### Casascius Physical Bitcoin Series 3 1 BTC 2013 ‘Gold Rim’\n![b-5.png](https://steemitimages.com/DQmangMTBP9RcT2uCkGRnQC7JZ753JuXnwtWQ3ggtSAuMgV/b-5.png)![b-4.png](https://steemitimages.com/DQmRC7YtkHvsFcXZHtKm3TC3oFaF3faGvV8Xe3vDtFuR2SN/b-4.png)\n\nThis is the same as the original series 3 1 BTC 2013 coin, but with a solid gold plating applied to the ‘B’ and the outer rim on both sides. This plating is of a higher quality than that of the series 2 10 BTC 2012 ‘Gold B’ coins. 700 of series 3 1 BTC 2013 coin of which 2,000* were originally made converted to to this ‘Gold Rim’ version. *20 of these 2,000 coins have been opened. \n\n\n\n\n\n\n\n\n### Casascius Physical Bitcoin Series 1 5 BTC 2012 ‘Error Bitnickel’\n![b-6.png](https://steemitimages.com/DQmY29ifTDUDjPSB5ZkWHERhvPsGX7LwECgYR9jfh2NnR8a/b-6.png)\n\n\n2012 Casascius 5 BTC NICKEL PL. BRASS (Series 1) Physical Bitcoin with 1 hologram was priced at 6 BTC. All 5 BTC coins appear to have signs of wear on the ‘S’,‘I’, ‘N’, ‘E’, ‘R,’ and ‘I’ of the ‘Vires In Numeris’ motto, seemingly created in the minting process.\n\nCasascius later released an unknown number of 40- coin rolls without holograms as blanks, identifying them as ‘Roll Your Own’.\n\n### Casascius Physical Bitcoin Series 2 5 BTC 2012 ‘Bitnickel’\n![b-7.png](https://steemitimages.com/DQmNfab2LjexE2DRwLmVrVCN7cE8HThFayo4VgMybfNmMuK/b-7.png)![b-8.png](https://steemitimages.com/DQmSr7U4H741LtUYvz9Xb93zyfuRbgRvF8vemcga8gDksW4/b-8.png)\n\n\nThis is the ‘true’ Bitnickel featuring a silver (or nickel) tone hologram. The only nickel Casascius, and has a rare issue with green color firstbits. \n\n\n\n\n\n\n\n\n\n\n\n\n### Casascius Physical Bitcoin Series 3 0.1 BTC 2013\n![b-9.png](https://steemitimages.com/DQmdXFzFnGPLEjGTc94XQ4yQBQzmrnkDKMiXAkPand8ygFc/b-9.png)\n\n\nThe top of being the smallest and last denomination Casascius coin. The coin uses the same size hologram as the series 3 0.5 BTC coin, but lacks ‘laser rimming’ which the series 3 1 BTC coin features.\n\n\n### Casascius Physical Bitcoin Series 2 0.5 BTC 2013\n![b-10.png](https://steemitimages.com/DQmQQHxrRXaT2njke7vzUd3eVmz4kVhzg5sjCrwd2AGrZYS/b-10.png)![b-11.png](https://steemitimages.com/DQmep6sU2sqYfqbroo9qQaLUiySJRJ3aMVL28ybzpGAmZMw/b-11.png)\n\n\nOn February 17, 2013, Casascius released these coins saying “This is being added due to the rise in bitcoin value” and there is ‘lobe’ on the private key and its pit to ensure correct positioning.\n\n\n\n\n\n\n\n\n\n\n\n\n### Casascius Physical Bitcoin Series 2 0.5 BTC 2013 ‘Void Coin’\n![b-12.png](https://steemitimages.com/DQmc1tpqBxzdrWDyCbNQZqU5xoscowDuxsg8JPdetqXSeGs/b-12.png)\n\nThese roughly 12 coins were given out to the press as gifts. They are different than typical 0.5 BTC Brass coins in that they have no public or private key, but instead display a repeating “VOID” in the window. These were shown in the movie The Rise and Rise of Bitcoin. The producer, Ben Bledsoe, from the movie owned this coin.\n\n### Casascius Physical Bitcoin Series 2 0.5 BTC 2013 ‘Silver Error’\n![b-13.png](https://steemitimages.com/DQmPdxD4wr4Pzw9Qf5sfuMVuJYdmSjLaZyMnBGGPEQvcmre/b-13.png)\n\n\nThe coins were created to avoid wasting leftover series 2 holograms and were sold in rolls of 12. Only two out of all silver 0.5 BTC coins are known to have been opened.\n\n\n\n### Casascius Physical Bitcoin Series 3 0.5 BTC 2013\n![b-15.png](https://steemitimages.com/DQmTZa3FXgHLBBqxW17zZJK4tAHW6vyNsozQituPMhJJYap/b-15.png)![b-14.png](https://steemitimages.com/DQmPDpvqRRZkQthYd6YwzMqVNN9VRUYRW1eNRgr4gZ362KE/b-14.png)', + json_metadata: + '{"tags":["bitcoin","casascius","physical","crypto","bitcoins"],"image":["https://steemitimages.com/DQmfLF3mrtaUo1pj2WPrfx3w1tj53erWgW5tJ4RXhbR8JbQ/b.png","https://steemitimages.com/DQmZZEVcJCSVG3iwZUSXfqg1Y7jfqbVALZhuyK55qdFaa2T/b-2.png","https://steemitimages.com/DQmddDCGfhjyPTENHTrGtMS3yKPu59THTPbjnFDuBRYJAkB/b-3.png","https://steemitimages.com/DQmangMTBP9RcT2uCkGRnQC7JZ753JuXnwtWQ3ggtSAuMgV/b-5.png","https://steemitimages.com/DQmRC7YtkHvsFcXZHtKm3TC3oFaF3faGvV8Xe3vDtFuR2SN/b-4.png","https://steemitimages.com/DQmY29ifTDUDjPSB5ZkWHERhvPsGX7LwECgYR9jfh2NnR8a/b-6.png","https://steemitimages.com/DQmNfab2LjexE2DRwLmVrVCN7cE8HThFayo4VgMybfNmMuK/b-7.png","https://steemitimages.com/DQmSr7U4H741LtUYvz9Xb93zyfuRbgRvF8vemcga8gDksW4/b-8.png","https://steemitimages.com/DQmdXFzFnGPLEjGTc94XQ4yQBQzmrnkDKMiXAkPand8ygFc/b-9.png","https://steemitimages.com/DQmQQHxrRXaT2njke7vzUd3eVmz4kVhzg5sjCrwd2AGrZYS/b-10.png","https://steemitimages.com/DQmep6sU2sqYfqbroo9qQaLUiySJRJ3aMVL28ybzpGAmZMw/b-11.png","https://steemitimages.com/DQmc1tpqBxzdrWDyCbNQZqU5xoscowDuxsg8JPdetqXSeGs/b-12.png","https://steemitimages.com/DQmPdxD4wr4Pzw9Qf5sfuMVuJYdmSjLaZyMnBGGPEQvcmre/b-13.png","https://steemitimages.com/DQmTZa3FXgHLBBqxW17zZJK4tAHW6vyNsozQituPMhJJYap/b-15.png","https://steemitimages.com/DQmPDpvqRRZkQthYd6YwzMqVNN9VRUYRW1eNRgr4gZ362KE/b-14.png"],"links":["https://steemit.com/bitcoin/@nathansenn/casascius-physical-bitcoins-part-1-2011-coins"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-04T15:06:21', + created: '2018-01-04T15:06:21', + active: '2018-01-09T19:20:36', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 137, + net_rshares: '3623571728552', + abs_rshares: '3624732216812', + vote_rshares: '3624732216812', + children_abs_rshares: '18848969433085', + cashout_time: '2018-01-11T15:06:21', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 1912226, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 306, + root_comment: 23551315, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/bitcoin/@nathansenn/casascius-physical-bitcoins-part-2-latest-coins', + root_title: 'Casascius Physical Bitcoins Part 2 (latest Coins)', + pending_payout_value: '42.742 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'nikolai', + weight: 269868, + rshares: '1131907953136', + percent: 10000, + reputation: '9453686221798', + time: '2018-01-07T23:14:33', + }, + { + voter: 'tosch', + weight: 282657, + rshares: '592776236651', + percent: 10000, + reputation: '66886468204', + time: '2018-01-04T18:39:45', + }, + { + voter: 'digi3d', + weight: 57, + rshares: 240613748, + percent: 10000, + reputation: '21974694914', + time: '2018-01-06T00:38:36', + }, + { + voter: 'katz', + weight: 119, + rshares: 250033913, + percent: 10000, + reputation: '22404760517', + time: '2018-01-04T18:01:06', + }, + { + voter: 'music8mycomputer', + weight: 213, + rshares: 894577642, + percent: 10000, + reputation: 340958556, + time: '2018-01-05T16:19:24', + }, + { + voter: 'bones', + weight: 17, + rshares: 68725779, + percent: 10000, + reputation: '116856214624', + time: '2018-01-05T00:33:42', + }, + { + voter: 'ashwim', + weight: 296, + rshares: 1240741397, + percent: 10000, + reputation: '871483817754', + time: '2018-01-05T15:05:57', + }, + { + voter: 'hilarski', + weight: 12819, + rshares: '53766062252', + percent: 5100, + reputation: '261355408456085', + time: '2018-01-09T17:12:36', + }, + { + voter: 'godo', + weight: 101, + rshares: 423881156, + percent: 10000, + reputation: '461277961068', + time: '2018-01-05T00:19:27', + }, + { + voter: 'chadmichaellibby', + weight: 46, + rshares: 196025357, + percent: 10000, + reputation: 988459005, + time: '2018-01-05T05:28:09', + }, + { + voter: 'erebus', + weight: 884, + rshares: 3708190521, + percent: 10000, + reputation: '1284965526505', + time: '2018-01-09T11:50:45', + }, + { + voter: 'guest123', + weight: 21, + rshares: 90627739, + percent: 1000, + reputation: '537009719010', + time: '2018-01-08T21:51:27', + }, + { + voter: 'stream', + weight: 12, + rshares: 53982755, + percent: 10000, + reputation: '29273385517', + time: '2018-01-05T23:16:54', + }, + { + voter: 'exploretraveler', + weight: 113040, + rshares: '237062992759', + percent: 10000, + reputation: '172170365721443', + time: '2018-01-04T16:43:54', + }, + { + voter: 'pilgrimtraveler', + weight: 146855, + rshares: '307976852718', + percent: 10000, + reputation: '59879357225029', + time: '2018-01-04T16:44:27', + }, + { + voter: 'alangrant', + weight: 180, + rshares: 757190154, + percent: 10000, + reputation: '540715070740', + time: '2018-01-07T13:12:09', + }, + { + voter: 'contentking', + weight: 1688, + rshares: '7077128716', + percent: 10000, + reputation: '7887069056179', + time: '2018-01-08T10:01:39', + }, + { + voter: 'stevespring', + weight: 207, + rshares: 867917221, + percent: 10000, + reputation: '94089042208', + time: '2018-01-06T17:21:27', + }, + { + voter: 'johngentry', + weight: 1947, + rshares: 4083199810, + percent: 10000, + reputation: '9002177337639', + time: '2018-01-04T16:43:30', + }, + { + voter: 'lovemetouchme2', + weight: 6397, + rshares: '13415986674', + percent: 700, + reputation: '2420457933704', + time: '2018-01-04T19:30:06', + }, + { + voter: 'kennethbosak', + weight: 6307, + rshares: '26451784321', + percent: 10000, + reputation: '10793088783673', + time: '2018-01-09T17:13:33', + }, + { + voter: 'sydesjokes', + weight: 10930, + rshares: '22921214999', + percent: 10000, + reputation: '8291776854463', + time: '2018-01-04T15:56:42', + }, + { + voter: 'amariespeaks', + weight: 3650, + rshares: '7655366963', + percent: 10000, + reputation: '2823664625172', + time: '2018-01-04T19:15:06', + }, + { + voter: 'ripperone', + weight: 227094, + rshares: '470542517491', + percent: 1000, + reputation: 0, + time: '2018-01-04T15:34:36', + }, + { + voter: 'shadowactor', + weight: 277, + rshares: 1160774226, + percent: 10000, + reputation: '279578356742', + time: '2018-01-05T19:02:12', + }, + { + voter: 'ilhamramadhan', + weight: 19, + rshares: 81042690, + percent: 10000, + reputation: '40475016754', + time: '2018-01-09T11:49:18', + }, + { + voter: 'reneyusufbey', + weight: 633, + rshares: 2654069168, + percent: 10000, + reputation: '381335451796', + time: '2018-01-09T07:34:42', + }, + { + voter: 'ghostgod', + weight: 74, + rshares: 310322500, + percent: 10000, + reputation: '10290573797', + time: '2018-01-09T07:08:03', + }, + { + voter: 'sven', + weight: 225, + rshares: 943361845, + percent: 10000, + reputation: '80309119270', + time: '2018-01-08T15:40:09', + }, + { + voter: 'kskarthik', + weight: 295, + rshares: 1236918181, + percent: 10000, + reputation: '218473774290', + time: '2018-01-09T08:07:57', + }, + { + voter: 'notregme', + weight: 40, + rshares: 169073124, + percent: 10000, + reputation: '277726411556', + time: '2018-01-05T03:22:00', + }, + { + voter: 'davy73', + weight: 21, + rshares: 89812332, + percent: 10000, + reputation: '21148540005', + time: '2018-01-05T15:11:06', + }, + { + voter: 'montecarlo87', + weight: 127, + rshares: 532089455, + percent: 10000, + reputation: 1136853369, + time: '2018-01-09T00:14:42', + }, + { + voter: 'landern', + weight: 4851, + rshares: '20347118900', + percent: 10000, + reputation: '13031113848', + time: '2018-01-08T01:48:18', + }, + { + voter: 'ayerswjackson', + weight: 341, + rshares: 1428325173, + percent: 10000, + reputation: '51286755188', + time: '2018-01-09T17:57:06', + }, + { + voter: 'makcum52', + weight: 19, + rshares: 77460531, + percent: 10000, + reputation: 240211545, + time: '2018-01-06T20:12:39', + }, + { + voter: 'budz82', + weight: 435, + rshares: 1825578350, + percent: 10000, + reputation: '1430202795204', + time: '2018-01-05T10:00:51', + }, + { + voter: 'fernanf', + weight: 133, + rshares: 557568000, + percent: 10000, + reputation: 1000785362, + time: '2018-01-05T01:55:48', + }, + { + voter: 'ianstevenson', + weight: 145, + rshares: 605637100, + percent: 10000, + reputation: '49928606391', + time: '2018-01-09T19:20:15', + }, + { + voter: 'vrrom', + weight: 18, + rshares: 76862622, + percent: 10000, + reputation: '33750261532', + time: '2018-01-09T08:36:30', + }, + { + voter: 'simonluisi', + weight: 266, + rshares: 557300539, + percent: 10000, + reputation: '224966860078', + time: '2018-01-04T16:02:36', + }, + { + voter: 'pedia7', + weight: 673, + rshares: 1410703185, + percent: 10000, + reputation: '65083953965', + time: '2018-01-04T18:50:33', + }, + { + voter: 'mikibon', + weight: 142, + rshares: 597836800, + percent: 10000, + reputation: '5730202489', + time: '2018-01-08T18:54:03', + }, + { + voter: 'antoniogil', + weight: 167, + rshares: 350028800, + percent: 10000, + reputation: '26880105088', + time: '2018-01-04T21:07:18', + }, + { + voter: 'nerengot', + weight: 300, + rshares: 629056473, + percent: 10000, + reputation: '35664390664', + time: '2018-01-04T20:18:03', + }, + { + voter: 'j4y', + weight: 1610, + rshares: '6756172290', + percent: 10000, + reputation: '168814917984', + time: '2018-01-09T14:36:30', + }, + { + voter: 'abir20129', + weight: 32, + rshares: 133196800, + percent: 10000, + reputation: 1798235594, + time: '2018-01-07T13:43:48', + }, + { + voter: 'muhammaddahlan', + weight: 73, + rshares: 309760000, + percent: 10000, + reputation: 37092289, + time: '2018-01-06T04:13:45', + }, + { + voter: 'lafomaniaco', + weight: 73, + rshares: 307359320, + percent: 10000, + reputation: '40920528098', + time: '2018-01-07T22:14:48', + }, + { + voter: 'darkxen', + weight: 123, + rshares: 513065678, + percent: 10000, + reputation: 2349480747, + time: '2018-01-06T19:40:06', + }, + { + voter: 'muliadi', + weight: 13, + rshares: 53336523, + percent: 10000, + reputation: '471204213939', + time: '2018-01-06T08:22:24', + }, + { + voter: 'bharatnishad', + weight: 120, + rshares: 502038804, + percent: 10000, + reputation: '20994464186', + time: '2018-01-06T11:24:06', + }, + { + voter: 'gonzo412', + weight: 155, + rshares: 650174482, + percent: 10000, + reputation: '108467361967', + time: '2018-01-06T21:38:21', + }, + { + voter: 'coldsteem', + weight: 898, + rshares: 3762952395, + percent: 1900, + reputation: '6348891836988', + time: '2018-01-08T22:11:12', + }, + { + voter: 'jaca', + weight: 53, + rshares: 111229452, + percent: 10000, + reputation: '190675960146', + time: '2018-01-04T18:23:51', + }, + { + voter: 'genesisrugeles', + weight: 14, + rshares: 61919246, + percent: 10000, + reputation: '28379260496', + time: '2018-01-05T20:21:03', + }, + { + voter: 'shihabieee', + weight: 444, + rshares: 930551441, + percent: 10000, + reputation: '1078483970639', + time: '2018-01-04T21:29:00', + }, + { + voter: 'originalworks', + weight: 289, + rshares: 1211664044, + percent: 50, + reputation: '8360932775217', + time: '2018-01-07T04:56:36', + }, + { + voter: 'fuadiemuhammad', + weight: 56, + rshares: 236583957, + percent: 10000, + reputation: 2500554433, + time: '2018-01-09T13:16:09', + }, + { + voter: 'mps01k', + weight: 2870, + rshares: '12036194280', + percent: 10000, + reputation: '394839131408', + time: '2018-01-05T08:18:54', + }, + { + voter: 'siyamahmed', + weight: 270, + rshares: 566860800, + percent: 10000, + reputation: -5954269927, + time: '2018-01-04T22:19:03', + }, + { + voter: 'cyptoniro', + weight: 147, + rshares: 615320000, + percent: 10000, + reputation: '12813616562', + time: '2018-01-09T17:15:39', + }, + { + voter: 'fauza', + weight: 113, + rshares: 470719800, + percent: 10000, + reputation: 2102311642, + time: '2018-01-09T09:05:51', + }, + { + voter: 'antbitcoin6', + weight: 127, + rshares: 532495700, + percent: 10000, + reputation: '137413669605', + time: '2018-01-05T20:30:06', + }, + { + voter: 'carryminata', + weight: 1031, + rshares: '4323793995', + percent: 10000, + reputation: '298847451637', + time: '2018-01-05T20:27:03', + }, + { + voter: 'bojakcates', + weight: 300, + rshares: 629861282, + percent: 10000, + reputation: '75946542698', + time: '2018-01-04T21:19:03', + }, + { + voter: 'beautifulsky', + weight: 72, + rshares: 302189941, + percent: 10000, + reputation: '56689044783', + time: '2018-01-05T11:55:12', + }, + { + voter: 'alpharomeu', + weight: 293, + rshares: 615320000, + percent: 10000, + reputation: 1684963116, + time: '2018-01-04T16:48:30', + }, + { + voter: 'donnab', + weight: 1275, + rshares: 2672861628, + percent: 10000, + reputation: '456848542619', + time: '2018-01-04T16:16:12', + }, + { + voter: 'teleandr', + weight: 113, + rshares: 474049013, + percent: 10000, + reputation: '35015823511', + time: '2018-01-08T08:07:36', + }, + { + voter: 'raheelkhan1', + weight: 163, + rshares: 683014237, + percent: 680, + reputation: '352144098617', + time: '2018-01-06T17:26:39', + }, + { + voter: 'ahkhayar', + weight: 402, + rshares: 1687911051, + percent: 10000, + reputation: '642281037193', + time: '2018-01-06T11:51:33', + }, + { + voter: 'pratyush149', + weight: 66, + rshares: 278579364, + percent: 10000, + reputation: '43855049418', + time: '2018-01-05T12:49:15', + }, + { + voter: 'mercy11', + weight: 89, + rshares: 186609553, + percent: 10000, + reputation: '343454892901', + time: '2018-01-04T21:54:51', + }, + { + voter: 'shohan1234', + weight: 117, + rshares: 487603800, + percent: 10000, + reputation: '7307184836', + time: '2018-01-09T11:28:48', + }, + { + voter: 'princesave', + weight: 257, + rshares: 538440891, + percent: 10000, + reputation: 79064626, + time: '2018-01-04T20:10:39', + }, + { + voter: 'ruul', + weight: 198, + rshares: 414254060, + percent: 10000, + reputation: 1060776109, + time: '2018-01-04T19:21:48', + }, + { + voter: 'erobert', + weight: 311, + rshares: 653024183, + percent: 10000, + reputation: 273492311, + time: '2018-01-04T21:32:48', + }, + { + voter: 'riyuwe', + weight: 169, + rshares: 708032313, + percent: 10000, + reputation: '128368684214', + time: '2018-01-05T03:30:45', + }, + { + voter: 'vidyalohith', + weight: 144, + rshares: 607961700, + percent: 10000, + reputation: 1174139716, + time: '2018-01-09T04:47:00', + }, + { + voter: 'spreadthetruth', + weight: 328, + rshares: 1376675736, + percent: 10000, + reputation: '26551842250', + time: '2018-01-07T04:38:33', + }, + { + voter: 'kryptonia', + weight: 18355, + rshares: '474552567082', + percent: 10000, + reputation: '190335105566', + time: '2018-01-04T15:07:21', + }, + { + voter: 'csampiano', + weight: 136, + rshares: 495431654, + percent: 10000, + reputation: '4925734729', + time: '2018-01-04T15:15:00', + }, + { + voter: 'pierlave', + weight: 965, + rshares: 4046176139, + percent: 10000, + reputation: '27878116058', + time: '2018-01-08T16:05:48', + }, + { + voter: 'zenactivity', + weight: 158, + rshares: 663312205, + percent: 10000, + reputation: '5445391447', + time: '2018-01-07T01:08:57', + }, + { + voter: 'armagno', + weight: 37, + rshares: 155032729, + percent: 10000, + reputation: '20176320084', + time: '2018-01-04T23:38:54', + }, + { + voter: 'avroraklim', + weight: 121, + rshares: 508040472, + percent: 10000, + reputation: 1252658210, + time: '2018-01-06T08:27:21', + }, + { + voter: 'sumit2296', + weight: 147, + rshares: 618330873, + percent: 10000, + reputation: 127558833, + time: '2018-01-08T04:15:42', + }, + { + voter: 'smileplease403', + weight: 53, + rshares: 222243578, + percent: 10000, + reputation: 236924886, + time: '2018-01-06T14:15:39', + }, + { + voter: 'bsloba', + weight: 384, + rshares: 1608624275, + percent: 10000, + reputation: -2784687503, + time: '2018-01-08T19:57:24', + }, + { + voter: 'owenhernandez', + weight: 574, + rshares: '11414123206', + percent: 10000, + reputation: '31746499018', + time: '2018-01-04T15:06:45', + }, + { + voter: 'sank8', + weight: 262, + rshares: 549343600, + percent: 10000, + reputation: -2938276621, + time: '2018-01-04T20:41:33', + }, + { + voter: 'amirkhan1', + weight: 94, + rshares: 393307795, + percent: 10000, + reputation: -25082098672, + time: '2018-01-06T14:27:36', + }, + { + voter: 'qifenggan', + weight: 25, + rshares: 105403730, + percent: 10000, + reputation: '12857244725', + time: '2018-01-09T00:36:03', + }, + { + voter: 'sjworld', + weight: 118, + rshares: 494328924, + percent: 10000, + reputation: '51646623044', + time: '2018-01-05T12:51:51', + }, + { + voter: 'mirzarizky', + weight: 145, + rshares: 606306179, + percent: 10000, + reputation: 767684007, + time: '2018-01-07T09:25:06', + }, + { + voter: 'bestskhan2017', + weight: 149, + rshares: 312247341, + percent: 10000, + reputation: '16912317876', + time: '2018-01-04T15:52:18', + }, + { + voter: 'nischal123', + weight: 283, + rshares: 593783800, + percent: 10000, + reputation: '32694732662', + time: '2018-01-04T17:33:39', + }, + { + voter: 'moniristi', + weight: 289, + rshares: 606412901, + percent: 10000, + reputation: '842413239229', + time: '2018-01-04T21:29:06', + }, + { + voter: 'aqibkhan', + weight: 211, + rshares: 442824312, + percent: 10000, + reputation: '85001203647', + time: '2018-01-04T19:37:54', + }, + { + voter: 'gulmit00', + weight: 144, + rshares: 605618567, + percent: 10000, + reputation: 1369703593, + time: '2018-01-05T06:56:03', + }, + { + voter: 'simivalleyjeff53', + weight: 21, + rshares: 89444623, + percent: 10000, + reputation: '937207778106', + time: '2018-01-08T15:58:33', + }, + { + voter: 'eviledx', + weight: 667, + rshares: 1399712272, + percent: 10000, + reputation: '350865391630', + time: '2018-01-04T18:15:51', + }, + { + voter: 'dhaneshpk', + weight: 32, + rshares: 136195539, + percent: 10000, + reputation: '65706108999', + time: '2018-01-05T03:43:36', + }, + { + voter: 'vikaskaladharan', + weight: 16, + rshares: 68860804, + percent: 10000, + reputation: '73937428387', + time: '2018-01-05T07:34:00', + }, + { + voter: 'kylo', + weight: 1402, + rshares: '5880623462', + percent: 10000, + reputation: '72894435682', + time: '2018-01-07T15:20:48', + }, + { + voter: 'tosinox4u', + weight: 208, + rshares: 872051092, + percent: 10000, + reputation: '8197887436', + time: '2018-01-05T08:37:51', + }, + { + voter: 'sararda', + weight: 25, + rshares: 107681000, + percent: 10000, + reputation: '14344492146', + time: '2018-01-06T10:14:54', + }, + { + voter: 'mankanianshul', + weight: 136, + rshares: 569171000, + percent: 10000, + reputation: 359154385, + time: '2018-01-05T20:41:27', + }, + { + voter: 'dmitrijv', + weight: 219, + rshares: 917336648, + percent: 10000, + reputation: 2352774415, + time: '2018-01-09T21:25:15', + }, + { + voter: 'kenshin22', + weight: 45, + rshares: 186128443, + percent: 10000, + reputation: '743919203865', + time: '2018-01-08T13:40:30', + }, + { + voter: 'arzuafrin', + weight: 14, + rshares: 58506041, + percent: 10000, + reputation: '37636699115', + time: '2018-01-06T11:45:12', + }, + { + voter: 'xbudeh', + weight: 132, + rshares: 275805088, + percent: 10000, + reputation: '41045235250', + time: '2018-01-04T15:52:57', + }, + { + voter: 'dheenu0456', + weight: 63, + rshares: 264622842, + percent: 10000, + reputation: -77417153726, + time: '2018-01-09T16:07:54', + }, + { + voter: 'kcherukuri', + weight: 58, + rshares: 245668140, + percent: 10000, + reputation: '32676523456', + time: '2018-01-05T03:33:54', + }, + { + voter: 'frankyboy', + weight: 46, + rshares: 192732399, + percent: 10000, + reputation: '31258065714', + time: '2018-01-08T13:03:57', + }, + { + voter: 'mackcrawford', + weight: 130, + rshares: 545169946, + percent: 10000, + reputation: 3119275, + time: '2018-01-06T06:29:12', + }, + { + voter: 'damdap', + weight: 117, + rshares: 243926358, + percent: 10000, + reputation: '8094960180', + time: '2018-01-04T22:20:48', + }, + { + voter: 'mdsujonislam', + weight: 17, + rshares: 67752888, + percent: 10000, + reputation: 2186636692, + time: '2018-01-09T14:05:15', + }, + { + voter: 'cryptomizer.org', + weight: 115, + rshares: 482665100, + percent: 10000, + reputation: '29720649448', + time: '2018-01-07T17:37:03', + }, + { + voter: 'bizznewshttps', + weight: 147, + rshares: 614050033, + percent: 10000, + reputation: '6235535051', + time: '2018-01-07T15:24:51', + }, + { + voter: 'subtilor', + weight: 2883, + rshares: '12091463973', + percent: 10000, + reputation: 0, + time: '2018-01-09T17:46:57', + }, + { + voter: 'miessa', + weight: 106, + rshares: 444408481, + percent: 10000, + reputation: '258935607281', + time: '2018-01-08T16:18:06', + }, + { + voter: 'etiti40', + weight: 135, + rshares: 282835600, + percent: 10000, + reputation: '8645104945', + time: '2018-01-04T16:57:18', + }, + { + voter: 'nypho', + weight: 18, + rshares: 73740000, + percent: 10000, + reputation: '8204222024', + time: '2018-01-09T15:36:24', + }, + { + voter: 'activee', + weight: 225, + rshares: 472402190, + percent: 10000, + reputation: '44606891278', + time: '2018-01-04T16:01:24', + }, + { + voter: 'ohi786', + weight: 130, + rshares: 271616411, + percent: 10000, + reputation: '82197746518', + time: '2018-01-04T18:47:45', + }, + { + voter: 'dkabii', + weight: 96, + rshares: 402605814, + percent: 10000, + reputation: '35110041211', + time: '2018-01-06T07:10:15', + }, + { + voter: 'sopra', + weight: 141, + rshares: 295152479, + percent: 10000, + reputation: 4352486, + time: '2018-01-04T17:26:21', + }, + { + voter: 'billmega', + weight: 58, + rshares: 245424923, + percent: 10000, + reputation: '18810624869', + time: '2018-01-09T15:28:12', + }, + { + voter: 'nghiacuhanh', + weight: 28, + rshares: 58264728, + percent: 10000, + reputation: 1931878015, + time: '2018-01-04T16:16:27', + }, + { + voter: 'kapicup', + weight: 192, + rshares: 803333087, + percent: 10000, + reputation: '93732543239', + time: '2018-01-06T08:25:00', + }, + { + voter: 'ibd14u18', + weight: 147, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T16:09:12', + }, + { + voter: 'oascanio94', + weight: 128, + rshares: 534963904, + percent: 10000, + reputation: 182375083, + time: '2018-01-07T22:04:36', + }, + { + voter: 'arnelpancho', + weight: 163, + rshares: 681215204, + percent: 10000, + reputation: '43600498218', + time: '2018-01-05T11:39:24', + }, + { + voter: 'cjgoh', + weight: 147, + rshares: 615320000, + percent: 10000, + reputation: 261276623, + time: '2018-01-09T07:39:54', + }, + { + voter: 'elzaevtimova', + weight: 49, + rshares: 206132200, + percent: 10000, + reputation: 280175180, + time: '2018-01-07T16:31:39', + }, + { + voter: 'cofeinesunshine', + weight: 36, + rshares: 150793612, + percent: 10000, + reputation: 386175103, + time: '2018-01-06T20:24:27', + }, + { + voter: 'inhaswank02', + weight: 130, + rshares: 547634800, + percent: 10000, + reputation: 8793271, + time: '2018-01-06T08:22:30', + }, + { + voter: 'gabellewinstead2', + weight: 71, + rshares: 298430200, + percent: 10000, + reputation: 475122862, + time: '2018-01-06T07:00:39', + }, + { + voter: 'carabyrne02', + weight: 142, + rshares: 593783800, + percent: 10000, + reputation: 44509629, + time: '2018-01-06T06:12:42', + }, + { + voter: 'cottieboston02', + weight: 131, + rshares: 547634800, + percent: 10000, + reputation: 0, + time: '2018-01-06T02:49:03', + }, + { + voter: 'jetperalta', + weight: 122, + rshares: 510137009, + percent: 10000, + reputation: '180526594270', + time: '2018-01-09T02:56:00', + }, + { + voter: 'gigaa', + weight: 135, + rshares: 569162602, + percent: 10000, + reputation: 3867422010, + time: '2018-01-09T00:02:24', + }, + { + voter: 'lauralvarado', + weight: 311, + rshares: 651713956, + percent: 10000, + reputation: '48444266831', + time: '2018-01-04T18:01:15', + }, + { + voter: 'vineshhamalian15', + weight: 143, + rshares: 603013600, + percent: 10000, + reputation: 10960387, + time: '2018-01-05T05:59:39', + }, + { + voter: 'mgkmex', + weight: 139, + rshares: 581477400, + percent: 10000, + reputation: 3026076597, + time: '2018-01-05T14:20:03', + }, + { + voter: 'steemari', + weight: 165, + rshares: 693367714, + percent: 10000, + reputation: '207813170423', + time: '2018-01-05T11:05:51', + }, + { + voter: 'aleksis963', + weight: 112, + rshares: 467643200, + percent: 10000, + reputation: 88846471, + time: '2018-01-08T18:20:57', + }, + { + voter: 'denniceelerson06', + weight: 144, + rshares: 603013600, + percent: 10000, + reputation: 0, + time: '2018-01-05T05:47:39', + }, + { + voter: 'nishacobedo07', + weight: 142, + rshares: 593783800, + percent: 10000, + reputation: 0, + time: '2018-01-05T05:37:39', + }, + { + voter: 'magaligaither08', + weight: 136, + rshares: 569171000, + percent: 10000, + reputation: 109608895, + time: '2018-01-05T02:28:27', + }, + { + voter: 'maragretvann11', + weight: 94, + rshares: 390728200, + percent: 10000, + reputation: 0, + time: '2018-01-05T05:28:00', + }, + { + voter: 'kashawashburn12', + weight: 128, + rshares: 535328400, + percent: 10000, + reputation: 310269390, + time: '2018-01-05T03:43:12', + }, + { + voter: 'nycaceary03', + weight: 144, + rshares: 606090200, + percent: 10000, + reputation: 99375173, + time: '2018-01-05T01:51:42', + }, + { + voter: 'thedrewshow', + weight: 25, + rshares: 101893275, + percent: 10000, + reputation: '221021947647', + time: '2018-01-05T23:35:15', + }, + { + voter: 'linkonsaha31', + weight: 26, + rshares: 111406859, + percent: 10000, + reputation: 2562578384, + time: '2018-01-05T14:00:15', + }, + { + voter: 'onemorelight', + weight: 166, + rshares: 349207653, + percent: 10000, + reputation: 787308363, + time: '2018-01-04T15:55:27', + }, + { + voter: 'jhonny1', + weight: 103, + rshares: 216395206, + percent: 10000, + reputation: '23384027122', + time: '2018-01-04T20:46:33', + }, + { + voter: 'meddyboulom', + weight: 146, + rshares: 614860000, + percent: 10000, + reputation: 698317166, + time: '2018-01-05T20:54:12', + }, + { + voter: 'anlumar', + weight: 146, + rshares: 614860000, + percent: 10000, + reputation: 44697276, + time: '2018-01-06T18:47:54', + }, + { + voter: 'celioeguga', + weight: 12, + rshares: 52232821, + percent: 10000, + reputation: 1166175556, + time: '2018-01-09T16:11:00', + }, + { + voter: 'gloeze', + weight: 14, + rshares: 58737702, + percent: 10000, + reputation: '38227552701', + time: '2018-01-06T09:39:15', + }, + { + voter: 'plantlover96', + weight: 101, + rshares: 427327700, + percent: 10000, + reputation: 0, + time: '2018-01-06T14:13:57', + }, + { + voter: 'erwinjose', + weight: 119, + rshares: 497271944, + percent: 10000, + reputation: 3565664272, + time: '2018-01-09T05:10:06', + }, + { + voter: 'thangsawmmang', + weight: 65, + rshares: 270538400, + percent: 10000, + reputation: 576169951, + time: '2018-01-06T09:44:00', + }, + { + voter: 'ceyksparrow', + weight: 252, + rshares: 1056843419, + percent: 10000, + reputation: 727992380, + time: '2018-01-05T17:55:09', + }, + { + voter: 'cryptokemon', + weight: 62, + rshares: 258969097, + percent: 10000, + reputation: '16570461074', + time: '2018-01-09T12:07:51', + }, + { + voter: 'quennofandals', + weight: 278, + rshares: 581894835, + percent: 10000, + reputation: 229402405, + time: '2018-01-04T17:39:45', + }, + { + voter: 'likith', + weight: 92, + rshares: 384415576, + percent: 10000, + reputation: 127497790, + time: '2018-01-05T19:18:00', + }, + { + voter: 'mariun', + weight: 110, + rshares: 461145000, + percent: 10000, + reputation: 363228597, + time: '2018-01-05T11:46:51', + }, + { + voter: 'aistis', + weight: 25, + rshares: 104465643, + percent: 10000, + reputation: '6578355260', + time: '2018-01-09T13:37:33', + }, + { + voter: 'nata13', + weight: 127, + rshares: 531246854, + percent: 10000, + reputation: '12518805474', + time: '2018-01-06T12:09:39', + }, + { + voter: 'rdmobile', + weight: 117, + rshares: 490174223, + percent: 10000, + reputation: 1268218719, + time: '2018-01-09T01:18:09', + }, + { + voter: 'nathansenn', + weight: 0, + rshares: '23167826395', + percent: 10000, + reputation: '476950560129', + time: '2018-01-04T15:06:21', + }, + { + voter: 'waltliquor', + weight: 41, + rshares: 169311927, + percent: 10000, + reputation: 1385680637, + time: '2018-01-09T13:38:15', + }, + { + voter: 'hulk111', + weight: 137, + rshares: 572086628, + percent: 10000, + reputation: -2645846662, + time: '2018-01-05T02:57:42', + }, + { + voter: 'zhaira', + weight: 132, + rshares: 553783438, + percent: 10000, + reputation: '4906002515', + time: '2018-01-05T09:23:39', + }, + { + voter: 'cryptotaxadvisor', + weight: 18, + rshares: 76908724, + percent: 10000, + reputation: '4737294001', + time: '2018-01-05T00:17:18', + }, + { + voter: 'koles35rus', + weight: 22, + rshares: 92229000, + percent: 10000, + reputation: 337654853, + time: '2018-01-09T13:37:00', + }, + { + voter: 'zebes245', + weight: 216, + rshares: 454996400, + percent: 10000, + reputation: 0, + time: '2018-01-04T17:18:12', + }, + { + voter: 'pure-atman', + weight: 285, + rshares: 596414200, + percent: 10000, + reputation: 3401694799, + time: '2018-01-04T16:54:54', + }, + { + voter: 'wikinalz', + weight: 289, + rshares: 605637100, + percent: 10000, + reputation: 461465992, + time: '2018-01-04T20:06:39', + }, + { + voter: 'haseebkhan13', + weight: 16, + rshares: 67622037, + percent: 10000, + reputation: '15741396536', + time: '2018-01-09T17:42:48', + }, + { + voter: 'alputhi09', + weight: 20, + rshares: 86969693, + percent: 10000, + reputation: '8418706479', + time: '2018-01-06T19:28:27', + }, + { + voter: 'triedsor', + weight: 133, + rshares: 556448300, + percent: 10000, + reputation: 355996035, + time: '2018-01-05T12:36:45', + }, + { + voter: 'secheras', + weight: 133, + rshares: 556448300, + percent: 10000, + reputation: 647132979, + time: '2018-01-05T12:29:54', + }, + { + voter: 'redastic', + weight: 132, + rshares: 556448300, + percent: 10000, + reputation: 382937047, + time: '2018-01-05T12:33:24', + }, + { + voter: 'catlove', + weight: 120, + rshares: 503893104, + percent: 10000, + reputation: '25410134453', + time: '2018-01-09T11:22:03', + }, + { + voter: 'bivar-asp', + weight: 165, + rshares: 690497066, + percent: 10000, + reputation: '5126760350', + time: '2018-01-05T13:18:27', + }, + { + voter: 'technicalwealth', + weight: 139, + rshares: 583775000, + percent: 10000, + reputation: '29566032743', + time: '2018-01-09T09:20:24', + }, + { + voter: 'bitconsulting', + weight: 52, + rshares: 218342097, + percent: 10000, + reputation: '8225262175', + time: '2018-01-06T13:04:57', + }, + { + voter: 'sibr.hus', + weight: 86, + rshares: 360795806, + percent: 10000, + reputation: 1860721723, + time: '2018-01-05T16:27:18', + }, + { + voter: 'foudmf103', + weight: 21, + rshares: 86447564, + percent: 10000, + reputation: '8046604030', + time: '2018-01-06T12:18:12', + }, + { + voter: 'eliasleo', + weight: 27, + rshares: 110305667, + percent: 10000, + reputation: 2197947639, + time: '2018-01-07T02:52:30', + }, + { + voter: 'hanktrader', + weight: 120, + rshares: 504185200, + percent: 10000, + reputation: 0, + time: '2018-01-07T00:54:15', + }, + { + voter: 'cool.buddy', + weight: 55, + rshares: 230572500, + percent: 10000, + reputation: 60622034, + time: '2018-01-09T19:07:42', + }, + { + voter: 'kay-khosa', + weight: 57, + rshares: 240961886, + percent: 10000, + reputation: '10412700881', + time: '2018-01-09T17:27:45', + }, + { + voter: 'vitya98', + weight: 147, + rshares: 615556600, + percent: 10000, + reputation: -1260203233, + time: '2018-01-05T15:24:15', + }, + { + voter: 'lucifar', + weight: 81, + rshares: 169390755, + percent: 10000, + reputation: 1542926671, + time: '2018-01-04T16:14:27', + }, + { + voter: 'cristinealimasac', + weight: 1870, + rshares: '4359537649', + percent: 10000, + reputation: '45466805811', + time: '2018-01-04T15:19:51', + }, + { + voter: 'jamesford', + weight: 96, + rshares: 200876353, + percent: 10000, + reputation: '229901537464', + time: '2018-01-04T18:55:18', + }, + { + voter: 'tanzilalmubarak', + weight: 181, + rshares: 760903002, + percent: 10000, + reputation: '26078455460', + time: '2018-01-07T16:03:24', + }, + { + voter: 'camilocv', + weight: 24, + rshares: 98687354, + percent: 10000, + reputation: 1902937146, + time: '2018-01-05T22:30:54', + }, + { + voter: 'nayhlaing', + weight: 176, + rshares: 736914330, + percent: 10000, + reputation: 180764411, + time: '2018-01-05T09:35:15', + }, + { + voter: 'nevv', + weight: 432, + rshares: 1812360348, + percent: 10000, + reputation: 325307686, + time: '2018-01-05T12:16:57', + }, + { + voter: 'efelexy', + weight: 37, + rshares: 153625000, + percent: 10000, + reputation: '11059425337', + time: '2018-01-09T05:47:42', + }, + { + voter: 'darryldominator', + weight: 146, + rshares: 307530980, + percent: 10000, + reputation: 1631945, + time: '2018-01-04T16:06:00', + }, + { + voter: 'uimahal7', + weight: 12, + rshares: 52637069, + percent: 10000, + reputation: '4456261923', + time: '2018-01-08T10:25:30', + }, + { + voter: 'sweetlover', + weight: 107, + rshares: 448585000, + percent: 10000, + reputation: 1304733963, + time: '2018-01-09T01:28:30', + }, + { + voter: 'rm-516', + weight: 136, + rshares: 568412500, + percent: 10000, + reputation: 504343599, + time: '2018-01-08T21:24:39', + }, + { + voter: 'hafez', + weight: 302, + rshares: 632468877, + percent: 10000, + reputation: '45633926009', + time: '2018-01-04T21:50:33', + }, + { + voter: 'azabacheclaro', + weight: 209, + rshares: 876234061, + percent: 10000, + reputation: 2397505388, + time: '2018-01-07T12:58:45', + }, + { + voter: 'robin11', + weight: 189, + rshares: 794937496, + percent: 10000, + reputation: 125319982, + time: '2018-01-08T03:13:45', + }, + { + voter: 'kuldarennika', + weight: 221, + rshares: 928394133, + percent: 10000, + reputation: 529601318, + time: '2018-01-05T18:17:36', + }, + { + voter: 'peeyush', + weight: 13, + rshares: 52222162, + percent: 10000, + reputation: '14130553701', + time: '2018-01-05T19:17:30', + }, + { + voter: 'krotobis', + weight: 201, + rshares: 844014943, + percent: 10000, + reputation: '29616339178', + time: '2018-01-07T14:12:48', + }, + { + voter: 'kyndyz', + weight: 57, + rshares: 237900938, + percent: 10000, + reputation: 506496244, + time: '2018-01-06T18:26:33', + }, + { + voter: 'muslem23', + weight: 74, + rshares: 313332889, + percent: 10000, + reputation: 245752656, + time: '2018-01-06T12:38:15', + }, + { + voter: 'zullusex', + weight: 553, + rshares: 1160491831, + percent: 10000, + reputation: '4867639846', + time: '2018-01-04T23:15:57', + }, + { + voter: 'chideramalachy', + weight: 235, + rshares: 493208844, + percent: 10000, + reputation: '4744227463', + time: '2018-01-04T16:09:12', + }, + { + voter: 'edifon', + weight: 27, + rshares: 110246553, + percent: 10000, + reputation: '7271215507', + time: '2018-01-07T12:49:03', + }, + { + voter: 'faisalrajput', + weight: 217, + rshares: 910984628, + percent: 10000, + reputation: 1283943185, + time: '2018-01-05T02:41:51', + }, + { + voter: 'rubyrose', + weight: 50, + rshares: 260222587, + percent: 10000, + reputation: '7764701775', + time: '2018-01-04T15:12:24', + }, + { + voter: 'wdsturkey', + weight: 74, + rshares: 313332189, + percent: 10000, + reputation: 42920347, + time: '2018-01-07T08:54:06', + }, + { + voter: 'kallamrameshbabu', + weight: 34, + rshares: 139258750, + percent: 10000, + reputation: 3597692205, + time: '2018-01-05T06:17:24', + }, + { + voter: 'kelos', + weight: 138, + rshares: 580244787, + percent: 10000, + reputation: 2216930787, + time: '2018-01-06T21:22:03', + }, + { + voter: 'hi38', + weight: 554, + rshares: 1160489566, + percent: 10000, + reputation: 0, + time: '2018-01-04T18:31:39', + }, + { + voter: 'kellancoin', + weight: 503, + rshares: 1056045479, + percent: 10000, + reputation: 2238792103, + time: '2018-01-04T18:51:57', + }, + { + voter: 'lele-venturi', + weight: 47, + rshares: 197283210, + percent: 10000, + reputation: '75001175460', + time: '2018-01-06T15:41:21', + }, + { + voter: 'mru', + weight: 366, + rshares: 1534784280, + percent: 10000, + reputation: 412012985, + time: '2018-01-05T13:12:45', + }, + { + voter: 'amosgreen', + weight: 185, + rshares: 777527889, + percent: 10000, + reputation: 41545903, + time: '2018-01-05T09:04:36', + }, + { + voter: 'dcj', + weight: 51, + rshares: 214728417, + percent: 10000, + reputation: 138110899, + time: '2018-01-07T20:37:45', + }, + { + voter: 'olyamiles', + weight: 52, + rshares: 214690504, + percent: 10000, + reputation: 1012117987, + time: '2018-01-06T13:18:18', + }, + { + voter: 'penking', + weight: 173, + rshares: 725305624, + percent: 10000, + reputation: '7954859052', + time: '2018-01-08T14:12:33', + }, + { + voter: 'braulio', + weight: 233, + rshares: 980613121, + percent: 10000, + reputation: 547652763, + time: '2018-01-05T19:05:42', + }, + { + voter: 'palik', + weight: 247, + rshares: 1038637542, + percent: 10000, + reputation: 88357346, + time: '2018-01-07T11:58:57', + }, + { + voter: 'perperokk30', + weight: 72, + rshares: 301726952, + percent: 10000, + reputation: 573605755, + time: '2018-01-05T07:58:06', + }, + { + voter: 'lykaypajaro', + weight: 9, + rshares: 295924508, + percent: 10000, + reputation: '5974261774', + time: '2018-01-04T15:07:21', + }, + { + voter: 'mmkamal', + weight: 0, + rshares: 0, + percent: 0, + reputation: 1230844817, + time: '2018-01-06T13:39:51', + }, + { + voter: 'juicesk', + weight: 440, + rshares: 922588159, + percent: 10000, + reputation: 1246301969, + time: '2018-01-04T16:06:48', + }, + { + voter: 'zotopower', + weight: 237, + rshares: 992217418, + percent: 10000, + reputation: 205666826, + time: '2018-01-05T21:55:30', + }, + { + voter: 'vapour21', + weight: 252, + rshares: 528022124, + percent: 10000, + reputation: 16772678, + time: '2018-01-04T20:47:21', + }, + { + voter: 'kdivya', + weight: 125, + rshares: 522219670, + percent: 10000, + reputation: 0, + time: '2018-01-08T09:33:51', + }, + { + voter: 'rickyjr', + weight: 354, + rshares: 1009624480, + percent: 10000, + reputation: 89163091, + time: '2018-01-04T23:33:54', + }, + { + voter: 'josemorales2020', + weight: 146, + rshares: 614500000, + percent: 10000, + reputation: 16097124, + time: '2018-01-08T21:16:12', + }, + { + voter: 'julzczar08', + weight: 271, + rshares: 1137277972, + percent: 10000, + reputation: 0, + time: '2018-01-05T01:03:09', + }, + { + voter: 'littlebigthink', + weight: 274, + rshares: 1148882681, + percent: 10000, + reputation: 669770003, + time: '2018-01-05T08:48:42', + }, + { + voter: 'ufos97', + weight: 65, + rshares: 273634803, + percent: 10000, + reputation: 145087440, + time: '2018-01-09T08:45:21', + }, + { + voter: 'twitchmoments', + weight: 175, + rshares: 736909452, + percent: 10000, + reputation: 3717432988, + time: '2018-01-06T16:58:24', + }, + { + voter: 'dansellcai', + weight: 19, + rshares: 81234101, + percent: 10000, + reputation: '19539852543', + time: '2018-01-08T07:36:39', + }, + { + voter: 'judotong', + weight: 247, + rshares: 1032833461, + percent: 10000, + reputation: 345175157, + time: '2018-01-05T18:00:27', + }, + { + voter: 'isnadia', + weight: 223, + rshares: 934191407, + percent: 10000, + reputation: 327740487, + time: '2018-01-06T18:19:12', + }, + { + voter: 'life251', + weight: 225, + rshares: 939993739, + percent: 10000, + reputation: 15866020, + time: '2018-01-06T16:56:12', + }, + { + voter: 'beachsloth', + weight: 176, + rshares: 736908669, + percent: 10000, + reputation: 525942308, + time: '2018-01-07T13:47:21', + }, + { + voter: 'alshankety', + weight: 226, + rshares: 951598587, + percent: 10000, + reputation: 33273311, + time: '2018-01-06T16:41:03', + }, + { + voter: 'gohomestead', + weight: 30, + rshares: 122916436, + percent: 10000, + reputation: '30932261004', + time: '2018-01-06T16:23:42', + }, + { + voter: 'bettingtips', + weight: 125, + rshares: 525397500, + percent: 10000, + reputation: 31612357, + time: '2018-01-09T11:25:39', + }, + { + voter: 'charleswealth', + weight: 254, + rshares: 1067647152, + percent: 10000, + reputation: 284246256, + time: '2018-01-06T19:59:39', + }, + { + voter: 'valentin.trita09', + weight: 220, + rshares: 922586396, + percent: 10000, + reputation: 1530607568, + time: '2018-01-06T23:26:51', + }, + { + voter: 'kingsman2', + weight: 170, + rshares: 713698907, + percent: 10000, + reputation: 266702711, + time: '2018-01-07T20:36:06', + }, + { + voter: 'asimnk', + weight: 40, + rshares: 168270473, + percent: 10000, + reputation: 122085189, + time: '2018-01-06T18:37:24', + }, + { + voter: 'socioculler', + weight: 266, + rshares: 1114066579, + percent: 10000, + reputation: 18132594, + time: '2018-01-07T09:39:24', + }, + { + voter: 'rohmayati94', + weight: 148, + rshares: 620860017, + percent: 10000, + reputation: 2884565692, + time: '2018-01-07T12:34:03', + }, + { + voter: 'iro.dzze', + weight: 174, + rshares: 731106178, + percent: 10000, + reputation: 0, + time: '2018-01-06T18:20:27', + }, + { + voter: 'alcoholic.nemler', + weight: 240, + rshares: 1009622817, + percent: 10000, + reputation: '17139913594', + time: '2018-01-08T13:36:39', + }, + { + voter: 'yogalight', + weight: 270, + rshares: 1131473821, + percent: 10000, + reputation: 2359286842, + time: '2018-01-08T17:49:51', + }, + { + voter: 'novriza', + weight: 272, + rshares: 1137276243, + percent: 10000, + reputation: 48537471, + time: '2018-01-06T18:58:39', + }, + { + voter: 'shahzaibmunawar', + weight: 146, + rshares: 614500000, + percent: 10000, + reputation: 138526815, + time: '2018-01-09T07:32:51', + }, + { + voter: 'enli10', + weight: 191, + rshares: 800735267, + percent: 10000, + reputation: 1284788276, + time: '2018-01-08T04:13:36', + }, + { + voter: 'equate', + weight: 277, + rshares: 1160485632, + percent: 10000, + reputation: 210613579, + time: '2018-01-08T04:55:42', + }, + { + voter: 'seldos', + weight: 120, + rshares: 504811241, + percent: 10000, + reputation: 424030956, + time: '2018-01-07T13:50:51', + }, + { + voter: 'david18', + weight: 241, + rshares: 1009622441, + percent: 10000, + reputation: 57071335, + time: '2018-01-07T20:36:42', + }, + { + voter: 'awan201175', + weight: 204, + rshares: 852956785, + percent: 10000, + reputation: 178918645, + time: '2018-01-07T20:04:06', + }, + { + voter: 'ricotheangler', + weight: 87, + rshares: 365552905, + percent: 10000, + reputation: 4161807305, + time: '2018-01-07T11:06:27', + }, + { + voter: 'markusmichael', + weight: 34, + rshares: 141335000, + percent: 10000, + reputation: 474158466, + time: '2018-01-09T11:58:42', + }, + { + voter: 'esmarlin', + weight: 267, + rshares: 1119868108, + percent: 10000, + reputation: 47960745, + time: '2018-01-07T16:01:03', + }, + { + voter: 'cristeaflorin', + weight: 277, + rshares: 1160485001, + percent: 10000, + reputation: 0, + time: '2018-01-07T21:19:36', + }, + { + voter: 'itzmicky10', + weight: 187, + rshares: 783327351, + percent: 10000, + reputation: 43342712, + time: '2018-01-07T23:20:45', + }, + { + voter: 'mejdouline', + weight: 276, + rshares: 1160484899, + percent: 10000, + reputation: 74609286, + time: '2018-01-07T20:25:15', + }, + { + voter: 'rockangels', + weight: 35, + rshares: 145060596, + percent: 10000, + reputation: '4341986823', + time: '2018-01-08T06:47:06', + }, + { + voter: 'jesusvmorales', + weight: 23, + rshares: 98320000, + percent: 10000, + reputation: 1041919677, + time: '2018-01-09T19:19:12', + }, + { + voter: 'danishmobeen', + weight: 204, + rshares: 858758514, + percent: 10000, + reputation: 32165129, + time: '2018-01-08T09:53:51', + }, + { + voter: 'travelcamera', + weight: 104, + rshares: 439367500, + percent: 10000, + reputation: 83605377, + time: '2018-01-09T13:43:09', + }, + { + voter: 'brandonstreet', + weight: 193, + rshares: 806536512, + percent: 10000, + reputation: 0, + time: '2018-01-08T13:22:06', + }, + { + voter: 'natashanelson', + weight: 62, + rshares: 261108940, + percent: 10000, + reputation: 532088259, + time: '2018-01-08T16:27:09', + }, + { + voter: 'scienceexplained', + weight: 250, + rshares: 1050238183, + percent: 10000, + reputation: 0, + time: '2018-01-08T13:44:45', + }, + { + voter: 'olegmortaz', + weight: 147, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T15:24:09', + }, + { + voter: 'sicknick', + weight: 146, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T19:07:00', + }, + { + voter: 'giorgos-vaitsis', + weight: 252, + rshares: 1056040518, + percent: 10000, + reputation: 367531585, + time: '2018-01-08T16:23:00', + }, + { + voter: 'kingkrusher', + weight: 129, + rshares: 543832500, + percent: 10000, + reputation: 92717292, + time: '2018-01-09T06:53:09', + }, + { + voter: 'thespacealicorn', + weight: 127, + rshares: 531542500, + percent: 10000, + reputation: 32185325, + time: '2018-01-08T19:51:42', + }, + { + voter: 'husk-eisborn', + weight: 277, + rshares: 1160484061, + percent: 10000, + reputation: 222701771, + time: '2018-01-08T16:39:12', + }, + { + voter: 'hotebbe', + weight: 144, + rshares: 602210000, + percent: 10000, + reputation: 0, + time: '2018-01-09T14:49:57', + }, + { + voter: 'hasantawfiq', + weight: 240, + rshares: 1009621115, + percent: 10000, + reputation: 0, + time: '2018-01-08T17:00:09', + }, + { + voter: 'shahidansari', + weight: 138, + rshares: 580702500, + percent: 10000, + reputation: 68656577, + time: '2018-01-09T15:07:00', + }, + { + voter: 'benso', + weight: 268, + rshares: 1125669496, + percent: 10000, + reputation: 2833534, + time: '2018-01-08T18:19:30', + }, + { + voter: 'blockchainxxx', + weight: 248, + rshares: 1038633187, + percent: 10000, + reputation: 0, + time: '2018-01-08T18:34:03', + }, + { + voter: 'ouddouch', + weight: 146, + rshares: 614500000, + percent: 10000, + reputation: 730368704, + time: '2018-01-08T19:55:42', + }, + { + voter: 'felipesaint', + weight: 267, + rshares: 1119866936, + percent: 10000, + reputation: 18132560, + time: '2018-01-09T03:27:33', + }, + { + voter: 'teebabzy', + weight: 94, + rshares: 396354480, + percent: 10000, + reputation: 39898876, + time: '2018-01-09T19:42:54', + }, + { + voter: 'pedroluis34', + weight: 252, + rshares: 1056040222, + percent: 10000, + reputation: 0, + time: '2018-01-09T00:09:18', + }, + { + voter: 'sosenka', + weight: 277, + rshares: 1160483436, + percent: 10000, + reputation: 0, + time: '2018-01-09T07:07:57', + }, + { + voter: 'jefftk217', + weight: 271, + rshares: 1137273619, + percent: 10000, + reputation: 39851513, + time: '2018-01-09T10:44:12', + }, + { + voter: 'bitscarda', + weight: 13, + rshares: 55304542, + percent: 10000, + reputation: 34626838, + time: '2018-01-09T15:55:39', + }, + { + voter: 'hardyfebryan', + weight: 272, + rshares: 1143075936, + percent: 10000, + reputation: 7057090, + time: '2018-01-09T13:32:03', + }, + { + voter: 'waldvogel369', + weight: 72, + rshares: 301725556, + percent: 10000, + reputation: 19044693, + time: '2018-01-09T20:51:54', + }, + ], + replies: [], + author_reputation: '476950560129', + promoted: '35.336 SBD', + body_length: 0, + reblogged_by: ['hilarski'], + first_reblogged_by: 'hilarski', + first_reblogged_on: '2018-01-09T17:12:42', + }, + 'philakonecrypto/omisego-omg-jan-9-technical-analysis-long-entry-usd23-usd34-target-40-usd32-50': { + id: 24627538, + author: 'philakonecrypto', + permlink: + 'omisego-omg-jan-9-technical-analysis-long-entry-usd23-usd34-target-40-usd32-50', + category: 'bitcoin', + parent_author: '', + parent_permlink: 'bitcoin', + title: + 'OmiseGo OMG - Jan 9 Technical Analysis, Long Entry $23-$34, Target 40% @ $32.50', + body: + "OmiseGo was an underdog that moved up the ranks below the radar. Once debating about buying it or not at $6 was a solid investment is now a thing of the past.\n\nhttps://youtu.be/IQCziuzY8lo\n\nLong Trade\nRisk to Reward = 6:1\nEntry Price = $23-$24 or upon breakout\nTarget 1 = $32.50\nTarget 2 = $35.00\nStop Loss = $20.00\nChain to gain = 38%\nChance to lose = 6.38%\n\n![](https://steemitimages.com/DQmPkfd44CV3ZrU9QbExvaSrKMhocDY4PJgmtgSXuLZhQ8k/image.png)\n\nHere we have a solid risk to reward setup that can yield incredibly high returns with little risk. Based on Elliot Wave, I'm predicting one more subwave to finish the 3rd primary.\n\nTwitter - https://twitter.com/PhilakoneCrypto\nhttps://www.youtube.com/user/philakone1\n\nIf you enjoyed this video, please like, subscribe, follow, share, upvote, on YouTube, Twitter, Steemit. If you specially liked it, please donate Tequila to Luna's cryptocurrency fund.\n\nLuna's personal bitfinex account:\n\nBTC address: 1PruhmsYXU2gPkNw574xZSMyBG4YW5Wnq9\nEthereum: 0x2538b728f9682fc1dc2e7db8129730f661753850\nLTC: LPeaZpGiF3XdCw5XPN7LXztDagTEZAMgYd\nBitcoin Cash: 1AY2FPANCe5URB71Nvy6tkCgoTS8iHgmZD\nEOS Address: 0x2538b728f9682fc1dc2e7db8129730f661753850\nETP Address : MTR3P7m5KwHfE1aY51ha2YAQWQhRMPm1VA\nOMG Address: 0x2538b728f9682fc1dc2e7db8129730f661753850\n\nPlease always remember we trade using probability and not all trades are winners. We manage our risk with stop losses and try to win over time. Those that don't understand this, and expect only to having winning trades, will always lose money over time.\n\nThe ultimate goal is to help the crypto community because I think there's a lack of these type of videos. I want to share everything I've learned because knowledge is only power if passed on. These are educational videos intended to teach how to think through thought-out rationalization.\n\nDISCLAIMER:\n\nI'm not a financial adviser, nor am I giving you any tips on when to buy, sell, etc. I'm simply stating my opinions and what I personally look for. Those that follow my trades blindly and don't understand risk management, will always lose over time. I manage risk differently. Not all trades are winners. We manage our risk with stop losses and win over time. Even if we've entered at a similar price, I can micro manage my risk, by shedding, adding, reducing, etc, but those calls aren't made. Therefore despite entering near the same price, I may come out well ahead while you may take a loss, even if we exit at the same price when the market goes against my call. Remember, I always profit OVER TIME, and am not focused on winning every single trade. As long as we win more than we lose over time. I want to be very clear so you understand the outcomes will always be different even if we take the same trade. I MANAGE RISK and see this game as a probability. Therefore, be forewarned.", + json_metadata: + '{"tags":["bitcoin","omisego","technical","analysis","cryptocurrency"],"image":["https://img.youtube.com/vi/IQCziuzY8lo/0.jpg","https://steemitimages.com/DQmPkfd44CV3ZrU9QbExvaSrKMhocDY4PJgmtgSXuLZhQ8k/image.png"],"links":["https://youtu.be/IQCziuzY8lo","https://twitter.com/PhilakoneCrypto","https://www.youtube.com/user/philakone1"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T17:20:18', + created: '2018-01-09T17:20:18', + active: '2018-01-09T20:09:12', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 8, + net_rshares: '121035265692', + abs_rshares: '121035265692', + vote_rshares: '121035265692', + children_abs_rshares: '121035265692', + cashout_time: '2018-01-16T17:20:18', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 361928, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 29, + root_comment: 24627538, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/bitcoin/@philakonecrypto/omisego-omg-jan-9-technical-analysis-long-entry-usd23-usd34-target-40-usd32-50', + root_title: + 'OmiseGo OMG - Jan 9 Technical Analysis, Long Entry $23-$34, Target 40% @ $32.50', + pending_payout_value: '1.427 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'thecryptofiend', + weight: 23498, + rshares: '45714833599', + percent: 2500, + reputation: '324041590222007', + time: '2018-01-09T17:25:33', + }, + { + voter: 'jchiogna', + weight: 4866, + rshares: '5099029622', + percent: 10000, + reputation: '993577686263', + time: '2018-01-09T17:24:30', + }, + { + voter: 'middle-theory', + weight: 4945, + rshares: '12964532403', + percent: 2500, + reputation: '1788065041994', + time: '2018-01-09T17:26:18', + }, + { + voter: 'pps', + weight: 1172, + rshares: 614503440, + percent: 10000, + reputation: '146060789274', + time: '2018-01-09T19:26:12', + }, + { + voter: 'haushinka', + weight: 7847, + rshares: 4113899667, + percent: 10000, + reputation: '223388696639', + time: '2018-01-09T17:51:57', + }, + { + voter: 'shouldahodled', + weight: 1008, + rshares: 528472641, + percent: 10000, + reputation: 35713297, + time: '2018-01-09T20:17:15', + }, + { + voter: 'ignasi', + weight: 903, + rshares: 473442200, + percent: 10000, + reputation: -3611406302, + time: '2018-01-09T18:59:45', + }, + { + voter: 'pionic', + weight: 1172, + rshares: 614503440, + percent: 10000, + reputation: 2344143299, + time: '2018-01-09T18:21:48', + }, + { + voter: 'kaif', + weight: 575, + rshares: 1546111777, + percent: 10000, + reputation: '559061079229', + time: '2018-01-09T17:26:09', + }, + { + voter: 'atlacom', + weight: 1172, + rshares: 614503785, + percent: 10000, + reputation: 724945766, + time: '2018-01-09T18:20:21', + }, + { + voter: 'masterofcoin', + weight: 3257, + rshares: '4305929824', + percent: 10000, + reputation: '333099615935', + time: '2018-01-09T17:32:12', + }, + { + voter: 'pajero', + weight: 49881, + rshares: '26152389033', + percent: 10000, + reputation: '59481077312', + time: '2018-01-09T20:00:45', + }, + { + voter: 'altherion', + weight: 10667, + rshares: '5592429641', + percent: 2000, + reputation: '3020448985769', + time: '2018-01-09T20:55:09', + }, + { + voter: 'mifhein', + weight: 841, + rshares: 628725645, + percent: 10000, + reputation: '52856475011', + time: '2018-01-09T17:41:21', + }, + { + voter: 'arqueolopez', + weight: 367, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:22:39', + }, + { + voter: 'barmoley', + weight: 2169, + rshares: 1137140333, + percent: 10000, + reputation: 0, + time: '2018-01-09T18:24:15', + }, + { + voter: 'talcualcrypto', + weight: 997, + rshares: 615320000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:45:48', + }, + { + voter: 'bits-stib', + weight: 1150, + rshares: 603013600, + percent: 10000, + reputation: '93384121304', + time: '2018-01-09T20:11:09', + }, + { + voter: 'chrislmao', + weight: 1177, + rshares: 617043040, + percent: 10000, + reputation: 688812834, + time: '2018-01-09T19:23:15', + }, + { + voter: 'caliterpz420', + weight: 2419, + rshares: 3345657850, + percent: 10000, + reputation: 1283349099, + time: '2018-01-09T17:22:15', + }, + { + voter: 'cryptocultivator', + weight: 724, + rshares: 616261783, + percent: 10000, + reputation: 772180591, + time: '2018-01-09T17:38:48', + }, + { + voter: 'markpu', + weight: 856, + rshares: 448804974, + percent: 10000, + reputation: '12535541038', + time: '2018-01-09T18:02:24', + }, + { + voter: 'holidayseasonnnn', + weight: 1545, + rshares: 614860000, + percent: 10000, + reputation: 18344934, + time: '2018-01-09T17:22:06', + }, + { + voter: 'adri1202', + weight: 899, + rshares: 471397795, + percent: 10000, + reputation: '38639493263', + time: '2018-01-09T21:21:18', + }, + { + voter: 'swagtoshi', + weight: 1009, + rshares: 528779600, + percent: 10000, + reputation: 941816321, + time: '2018-01-09T20:08:42', + }, + { + voter: 'oldtimeradio', + weight: 1172, + rshares: 614860000, + percent: 10000, + reputation: 0, + time: '2018-01-09T17:57:42', + }, + { + voter: 'cryptdor', + weight: 1172, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T21:11:36', + }, + { + voter: 'marhbollw', + weight: 1173, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T18:12:33', + }, + { + voter: 'whatsbing', + weight: 1172, + rshares: 614500000, + percent: 10000, + reputation: 0, + time: '2018-01-09T18:12:06', + }, + ], + replies: [], + author_reputation: '403599827398', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: ['thecryptofiend'], + first_reblogged_by: 'thecryptofiend', + first_reblogged_on: '2018-01-09T17:25:27', + }, + 'richq11/abandon-hope-all-ye-that-enter-here-inside-family-court': { + id: 24614780, + author: 'richq11', + permlink: 'abandon-hope-all-ye-that-enter-here-inside-family-court', + category: 'familyprotection', + parent_author: '', + parent_permlink: 'familyprotection', + title: 'Abandon Hope All Ye That Enter Here: Inside Family Court', + body: + '![01.jpg](https://steemitimages.com/DQmRTbarPdoMkT6ikHBzyb4ivYjnwgyqiZmAQ2wT25iAJ7w/01.jpg)\nGoogle Images\n\n[I\'m going a bit off course here, with this post- but I think it\'s important for people that might not have endured many of the nightmares the rest of us have to understand how this corrupt system operates]\n\nIt\'s imperative, not only for every parent, but for every citizen to know that in the eyes of the State you have absolutely NO rights as a parent. In family court there is no due process- you are guilty until you can prove your innocence (and even then it may not be sufficient). I\'ve written multiple times how CPS is a tool- the enforcement arm of a much bigger industry that has sprung up around the raising of children. In the eyes of the State, the least qualified person to raise a child is the parents- an inversion of the principle upon which the country was founded. If a child is removed from a loving family 25 different "professionals" become involved... that not only translates into a lot of professions dependant upon the State for income, it also involves a huge amount of money- often taxpayer dollars. Moreover, the child doesn\'t necessarily have to be removed for this cadre of professionals to become involved- as long as they can keep the cash flow going, the family court system will continue to hold families hostage.\n\nMost of the people here on @familyprotection know all too well the dark side of CPS. One of the tragic consequences is that our tax dollars are paying the very people that are abusing our rights. This post is directed to those who may not share the same experiences the rest of us have- parents, grandparents, etc. that may be unaware of the abuses. If you homeschool, or are even just going through a divorce, be careful because you are unintentionally inviting Cps, the family court and their legion of "professionals" into your life... and they don\'t go away. There\'s a saying I heard: "If you want justice, go to a whorehouse. If you want to get screwed, go to court." This goes double for family court, where unlike criminal court, there is no due process. No matter what the outcome, when you walk out of the courtroom, you are at the mercy (and whims) of a very corrupt system. \n\nCriminal court demands evidence... family court operates on innuendo. If a neighbor, or someone that dislikes you makes a "report" CPS will come and legally kidnap your children- or disgruntled spouse in a divorce proceeding can use CPS and the court as a weapon... and you have NO rights. I had an experience with a mentally unstable girlfriend who sent me to jail for assault because I put my arm around her to calm her down. The police assumed the worst and came and threw me on the floor and handcuffed me. I spent the night in a cell with 6 felons!\n\nAll the State needs is an innuendo to snatch your children and effectively "sell" them into an adoptive home or foster care where God only knows what will become of them... or, throw you into jail. I found a video that\'s very informative about how the family court system works- particularly in divorce cases where a favored parent is chosen. In family court, lies are given more weight than truth. CPS has a long history of perjury and falsifying evidence- either to remove the children or to give custody to a favored parent (one that worships the State) There is NO penalty for perjury.\n\nThere is no incentive for the family court system to stop the abuses... quite the contrary in fact. There are too many attendant professions counting on them: Psychiatrists, psychologists, counselors, social workers, case workers, lawyers, to name a few... all with their hands out. I know this is repetitive, but it\'s important to note: there are 25 different professions, all better "qualified" to raise your children than you are. Even if you win custody of your kids, you are not on your own. Once the family court system gets their hooks into you (not to mention into your wallet) they don\'t let go. Money talks and money makes the world go round- so the saying goes and money is what makes the family court industry tick. As long as dishonesty provides salaries for so many people, perjury and abuse of civil rights will not only be tolerated it will prevail and be encouraged. The family court system is just a mask for legal extortion.\n\nhttps://youtu.be/4vekDOd1u7g\n\nI know this is long- but well worth the time. Please support @familyprotection as much as you can!\n\nGIF by @papa-pepper\n\n![U5dsRT1UAnwwU1RVKAb43TK21U3xTen.gif](https://steemitimages.com/DQmayGKroCCdAg66zzQR4yqXZ1q6yTESTxtUJYi1qpMSHNQ/U5dsRT1UAnwwU1RVKAb43TK21U3xTen.gif)', + json_metadata: + '{"tags":["familyprotection","childabuse","familycourt","cps"],"users":["familyprotection","papa-pepper"],"image":["https://steemitimages.com/DQmRTbarPdoMkT6ikHBzyb4ivYjnwgyqiZmAQ2wT25iAJ7w/01.jpg","https://img.youtube.com/vi/4vekDOd1u7g/0.jpg","https://steemitimages.com/DQmayGKroCCdAg66zzQR4yqXZ1q6yTESTxtUJYi1qpMSHNQ/U5dsRT1UAnwwU1RVKAb43TK21U3xTen.gif"],"links":["https://youtu.be/4vekDOd1u7g"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T16:08:48', + created: '2018-01-09T16:08:48', + active: '2018-01-09T20:09:27', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 12, + net_rshares: '10522753779177', + abs_rshares: '10522753779177', + vote_rshares: '10522753779177', + children_abs_rshares: '12227285976222', + cashout_time: '2018-01-16T16:08:48', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 3351562, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 35, + root_comment: 24614780, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/familyprotection/@richq11/abandon-hope-all-ye-that-enter-here-inside-family-court', + root_title: + 'Abandon Hope All Ye That Enter Here: Inside Family Court', + pending_payout_value: '124.123 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'ausbitbank', + weight: 19707, + rshares: '165318485270', + percent: 100, + reputation: '171254890407360', + time: '2018-01-09T20:09:21', + }, + { + voter: 'stevescoins', + weight: 1706, + rshares: '14311093046', + percent: 1000, + reputation: '50318782141106', + time: '2018-01-09T19:46:36', + }, + { + voter: 'canadian-coconut', + weight: 1556236, + rshares: '6913744931574', + percent: 4300, + reputation: '83769613546737', + time: '2018-01-09T18:24:09', + }, + { + voter: 'kiwideb', + weight: 13208, + rshares: '110796792406', + percent: 4000, + reputation: '45603517531245', + time: '2018-01-09T19:16:45', + }, + { + voter: 'inarix03', + weight: 18, + rshares: 77429829, + percent: 646, + reputation: '178570020574', + time: '2018-01-09T17:51:27', + }, + { + voter: 'ocrdu', + weight: 221, + rshares: 791619007, + percent: 2000, + reputation: '132953753792416', + time: '2018-01-09T16:17:36', + }, + { + voter: 'everittdmickey', + weight: 92693, + rshares: '108801344619', + percent: 2000, + reputation: '196145855180774', + time: '2018-01-09T16:35:36', + }, + { + voter: 'lyndsaybowes', + weight: 44516, + rshares: '186714391292', + percent: 900, + reputation: '51139138236980', + time: '2018-01-09T17:17:48', + }, + { + voter: 'seablue', + weight: 3942, + rshares: '6199802607', + percent: 500, + reputation: '14462772522056', + time: '2018-01-09T16:28:48', + }, + { + voter: 'richq11', + weight: 0, + rshares: '215076662977', + percent: 10000, + reputation: '104320282746701', + time: '2018-01-09T16:08:48', + }, + { + voter: 'onlyoneman', + weight: 983, + rshares: 2714277791, + percent: 3000, + reputation: '1887152291008', + time: '2018-01-09T16:20:12', + }, + { + voter: 'dragon40', + weight: 164, + rshares: 1368914750, + percent: 500, + reputation: '6740830951573', + time: '2018-01-09T20:26:45', + }, + { + voter: 'paolobeneforti', + weight: 189414, + rshares: '201089292810', + percent: 10000, + reputation: '69293014813854', + time: '2018-01-09T16:39:18', + }, + { + voter: 'markwhittam', + weight: 794829, + rshares: '1722683413419', + percent: 8300, + reputation: '27906238318345', + time: '2018-01-09T17:09:42', + }, + { + voter: 'nedkelly', + weight: 170, + rshares: 267317192, + percent: 500, + reputation: 612962313, + time: '2018-01-09T16:28:57', + }, + { + voter: 'luckyjack', + weight: 170, + rshares: 267403394, + percent: 500, + reputation: 0, + time: '2018-01-09T16:28:51', + }, + { + voter: 'jamesallen', + weight: 2077, + rshares: 3234192624, + percent: 500, + reputation: '4106317866190', + time: '2018-01-09T16:29:00', + }, + { + voter: 'valued-customer', + weight: 1354, + rshares: '5680048129', + percent: 2500, + reputation: '3532906287077', + time: '2018-01-09T17:14:24', + }, + { + voter: 'sminchow', + weight: 3894, + rshares: '8165379251', + percent: 10000, + reputation: '271672008523', + time: '2018-01-09T16:49:03', + }, + { + voter: 'musiclover', + weight: 617, + rshares: 966310706, + percent: 500, + reputation: '147612595966', + time: '2018-01-09T16:28:54', + }, + { + voter: 'modnar', + weight: 60, + rshares: 508655437, + percent: 10000, + reputation: '67432770524', + time: '2018-01-09T18:53:54', + }, + { + voter: 'ausbitbot', + weight: 11496, + rshares: '14266337255', + percent: 10000, + reputation: 0, + time: '2018-01-09T16:34:09', + }, + { + voter: 'busybeee', + weight: 487, + rshares: 4083418486, + percent: 10000, + reputation: '583575148403', + time: '2018-01-09T19:13:33', + }, + { + voter: 'thinknzombie', + weight: 329, + rshares: 2761968853, + percent: 100, + reputation: '6272675725330', + time: '2018-01-09T20:10:09', + }, + { + voter: 'synrg', + weight: 10036, + rshares: '42090585611', + percent: 10000, + reputation: '3038973077670', + time: '2018-01-09T18:02:30', + }, + { + voter: 'snowpea', + weight: 785, + rshares: 3290976972, + percent: 10000, + reputation: '2685506327771', + time: '2018-01-09T17:49:45', + }, + { + voter: 'fivestargroup', + weight: 586, + rshares: 2458189516, + percent: 646, + reputation: '17454786293253', + time: '2018-01-09T17:51:30', + }, + { + voter: 'upme', + weight: 71532, + rshares: '600055279221', + percent: 39, + reputation: '428446779082', + time: '2018-01-09T18:41:21', + }, + { + voter: 'informationwar', + weight: 6453, + rshares: '54125995481', + percent: 10000, + reputation: '551537103146', + time: '2018-01-09T20:08:21', + }, + { + voter: 'kryptocoin', + weight: 11834, + rshares: '24817535270', + percent: 10000, + reputation: '10164419711634', + time: '2018-01-09T16:47:30', + }, + { + voter: 'familyprotection', + weight: 24852, + rshares: '104236782584', + percent: 10000, + reputation: '7764139492470', + time: '2018-01-09T17:11:48', + }, + { + voter: 'ariyansrizon', + weight: 87, + rshares: 592996153, + percent: 10000, + reputation: '13831221105', + time: '2018-01-09T16:13:27', + }, + { + voter: 'lamninator', + weight: 59, + rshares: 494675547, + percent: 10000, + reputation: 2812045948, + time: '2018-01-09T19:29:12', + }, + { + voter: 'priamisterius94', + weight: 13, + rshares: 437045098, + percent: 10000, + reputation: 2859219187, + time: '2018-01-09T16:09:48', + }, + { + voter: 'aamm033', + weight: 126, + rshares: 264235000, + percent: 10000, + reputation: 163929603, + time: '2018-01-09T16:47:57', + }, + ], + replies: [], + author_reputation: '104320282746701', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: [], + }, + 'schattenjaeger/why-language-matters-control-language-and-you-ll-control-the-world': { + id: 24581819, + author: 'schattenjaeger', + permlink: + 'why-language-matters-control-language-and-you-ll-control-the-world', + category: 'language', + parent_author: '', + parent_permlink: 'language', + title: + "Why Language Matters; Control Language and You'll Control the World", + body: + "
![](https://steemitimages.com/DQmQjCkrc1zQow5MqKUYkwzFboMwCjXP28rL2vRSvG4WkJE/image.png)
\n\nWhen I say \"capitalism\" what's the first that comes to your mind?\n\nFreedom? Prosperity? Well being?\n\nProbably not.\n\nIt's more likely the things that spring to mind are things such as unemployment, poverty, hopelessness, the wealthy few oppressing the unlucky many. Et cetera, and so on.\n\nThis is because the word \"capitalism\" carries with it a particular connotation, and that connotation is by no means an accident.\n\nIt's the result of years, decades, and centuries of manipulation by people who oppose the idea of free trade. This connotation has taught people to resist their freedom at all costs.\n\nWhat I'm trying to say is language holds an immense power; language is way more than merely a tool to convey our ideas, it is, in fact, language that can dictate our ideas.\n\nI've felt for a long time now that people on the right have blind spots when it comes to things like culture and language, which is probably because people on the right tend to be more into the pure practicality of things, instead of studying them further.\n\nIt's not just the left that's done this historically; language manipulation has been a political tool throughout history, but currently, the left is the political movement most prominent in changing our language.\n\nYou can take a phrase like sexism, for instance.\n\nHere in the west, we've been taught that both sexes are equal, and therefore sexism is wrong.\n\nSexism, in and of itself, has a very negative connotation. No one wants to be a sexist, and it's generally agreed that sexism is wrong, and should not be practiced.\n\nLet's say that by sexism people mean discriminating against a person based on his or her gender.\n\nSince \"equality\" has a feel-good connotation to it, and sexism is its opposite, sexism becomes wrong.\n\nAnd we can accept that.\n\nBut let's say the definition of sexism starts to move around and broaden. Before you know it, sexism means hiring a more qualified male employee, instead of a less qualified female employee.\n\nNow, the negative connotation of the word \"sexism\" remains intact; it's just that it starts to mean different things, slowly but surely.\n\nPeople still refuse to identify as sexists, because they know that being sexist is wrong, so they change their behavior by starting to reject hiring a more qualified male employee, and instead aspire for what will then become known as \"equality.\" In other words, they employ a less skilled female in order to prevent being sexist.\n\nThey also begin to reject companies that still engage in the old employment practices.\n\nThe above is just a minor example.\n\nThe same mechanisms can be applied to words such as \"racism\", as well as phrases like \"sexual harassment\".\n\nFirst, sexual harassment means touching someone against their will, which people react to negatively.\n\nAnd similarly, the adverse reaction remains, but the definition of the word changes from touching someone to merely flirting at a bar.\n\nThe left has always been exceptionally skilled with connotations; it's all about feelings, and manipulating emotions is probably the most efficient form of manipulation there is since most people won't even notice.\n\nJust like an Audi commercial makes you feel inadequate as a man, unless you own an Audi, and makes you want to spend your money on one, the left uses the same techniques when it comes to language.\n\nNotice how the left calls themselves liberals, by the way?\n\nEver wondered why that is?\n\nIt's because freedom has such a positive connotation. Everybody wants to be free with no one telling them what to do and when to do it.\n\nHowever, studying the actual behavior from the left, it's easy to see that they support anything but freedom, and in are opposed to it in a multitude of ways.\n\nBut, again, they have changed the definition of the word \"freedom\".\n\nIn liberal-speak, freedom means the freedom to whatever the hell you want, without being responsible for anything, whereas classic liberalism always emphasized the personal responsibility that comes with individual freedom.\n\nPeople react positively to freedom; ergo, like Pavlov's dogs, they respond positively to modern liberalism.\n\nThis changing of definitions can, and does, hugely affect how people view the world around them. If, for instance, sexual harassment means receiving innocent flirting at a nightclub, people start to talk about how much they experience sexual harassment, and it distorts the idea of how prevalent sexual harassment is.\n\nLet's say we begin to talk about littering by using the word \"murder\".\n\nSoon enough, your view of the world has completely changed when the people around have admitted to committing murder at least three times this week alone.\n\nYour view of the world now has nothing to do with reality. You think the world is a lot more dangerous and violent than it actually is.\n\nThis is why I've written about several times already that language is important, damn it. And definitions are important. Language is a critically important tool for us to use.\n\nLet's not it fall into the wrong hands because, in the wrong hands, it's the most dangerous weapon of mass destruction of them all.\n\nWhen you control language, you control the people who use the language.", + json_metadata: + '{"tags":["language","fascism","manipulation"],"image":["https://steemitimages.com/DQmQjCkrc1zQow5MqKUYkwzFboMwCjXP28rL2vRSvG4WkJE/image.png"],"app":"steemit/0.1","format":"markdown"}', + last_update: '2018-01-09T13:06:06', + created: '2018-01-09T13:06:06', + active: '2018-01-09T20:49:36', + last_payout: '1970-01-01T00:00:00', + depth: 0, + children: 35, + net_rshares: '2973850881515', + abs_rshares: '2985517257301', + vote_rshares: '2982184007077', + children_abs_rshares: '3664569141796', + cashout_time: '2018-01-16T13:06:06', + max_cashout_time: '1969-12-31T23:59:59', + total_vote_weight: 1754021, + reward_weight: 10000, + total_payout_value: '0.000 SBD', + curator_payout_value: '0.000 SBD', + author_rewards: 0, + net_votes: 94, + root_comment: 24581819, + max_accepted_payout: '1000000.000 SBD', + percent_steem_dollars: 10000, + allow_replies: true, + allow_votes: true, + allow_curation_rewards: true, + beneficiaries: [], + url: + '/language/@schattenjaeger/why-language-matters-control-language-and-you-ll-control-the-world', + root_title: + "Why Language Matters; Control Language and You'll Control the World", + pending_payout_value: '35.078 SBD', + total_pending_payout_value: '0.000 STEEM', + active_votes: [ + { + voter: 'wackou', + weight: 23242, + rshares: '97486532302', + percent: 100, + reputation: '5246262387211', + time: '2018-01-09T18:41:00', + }, + { + voter: 'pharesim', + weight: 20741, + rshares: '86995053566', + percent: 4, + reputation: '75486944701720', + time: '2018-01-09T18:41:15', + }, + { + voter: 'kushed', + weight: 4626, + rshares: '9702465071', + percent: 500, + reputation: '10495790629008', + time: '2018-01-09T18:40:09', + }, + { + voter: 'stone1', + weight: 303, + rshares: 635292086, + percent: 500, + reputation: 0, + time: '2018-01-09T18:40:09', + }, + { + voter: 'steemychicken1', + weight: 1745, + rshares: 3660280254, + percent: 500, + reputation: '17922731865583', + time: '2018-01-09T18:40:09', + }, + { + voter: 'joseph', + weight: 0, + rshares: 3333250224, + percent: 150, + reputation: '253564613490324', + time: '2018-01-09T18:41:03', + }, + { + voter: 'aizensou', + weight: 6995, + rshares: '14668898985', + percent: 500, + reputation: '32547898435115', + time: '2018-01-09T18:40:09', + }, + { + voter: 'b0y2k', + weight: 21666, + rshares: '45437073376', + percent: 500, + reputation: '216882623775794', + time: '2018-01-09T18:40:09', + }, + { + voter: 'stoner19', + weight: 1008, + rshares: 2113499814, + percent: 500, + reputation: '10722320407402', + time: '2018-01-09T18:40:09', + }, + { + voter: 'thecryptofiend', + weight: 22294, + rshares: '46753807089', + percent: 2500, + reputation: '324041590222007', + time: '2018-01-09T16:16:03', + }, + { + voter: 'wingz', + weight: 30247, + rshares: '28234813351', + percent: 10000, + reputation: '33661920740789', + time: '2018-01-09T13:22:57', + }, + { + voter: 'razvanelulmarin', + weight: 1079, + rshares: '4522204607', + percent: 500, + reputation: '103229818937482', + time: '2018-01-09T18:40:48', + }, + { + voter: 'ausbitbank', + weight: 39415, + rshares: '165317784755', + percent: 100, + reputation: '171254890407360', + time: '2018-01-09T20:00:03', + }, + { + voter: 'anyx', + weight: 20322, + rshares: '42618389868', + percent: 500, + reputation: '64145601717564', + time: '2018-01-09T18:40:03', + }, + { + voter: 'raymondspeaks', + weight: 114, + rshares: 477296880, + percent: 500, + reputation: '31802567882478', + time: '2018-01-09T18:40:48', + }, + { + voter: 'pkattera', + weight: 25865, + rshares: '108483025859', + percent: 500, + reputation: '6891404503757', + time: '2018-01-09T18:41:00', + }, + { + voter: 'knozaki2015', + weight: 28799, + rshares: '89818178162', + percent: 500, + reputation: '734269026147194', + time: '2018-01-09T18:40:48', + }, + { + voter: 'shawnamawna', + weight: 324, + rshares: 1360828485, + percent: 500, + reputation: '20343190486244', + time: '2018-01-09T18:40:48', + }, + { + voter: 'mynameisbrian', + weight: 46766, + rshares: '87383408026', + percent: 10000, + reputation: '239747837107664', + time: '2018-01-09T13:11:45', + }, + { + voter: 'supermeatboy', + weight: 229977, + rshares: '482297197690', + percent: 10000, + reputation: '8437071978620', + time: '2018-01-09T17:33:51', + }, + { + voter: 'beowulfoflegend', + weight: 84, + rshares: 176274831, + percent: 10000, + reputation: '28804839811430', + time: '2018-01-09T17:07:15', + }, + { + voter: 'hagie', + weight: 3001, + rshares: '6294597183', + percent: 500, + reputation: '3206686632941', + time: '2018-01-09T18:40:09', + }, + { + voter: 'moon32walker', + weight: 116032, + rshares: '121668863291', + percent: 2000, + reputation: '116362494556189', + time: '2018-01-09T14:08:12', + }, + { + voter: 'coinbar', + weight: 486, + rshares: 1018555437, + percent: 500, + reputation: '894738624048', + time: '2018-01-09T18:40:09', + }, + { + voter: 'thebluepanda', + weight: 4621, + rshares: '9691412157', + percent: 500, + reputation: '36529324561225', + time: '2018-01-09T18:40:48', + }, + { + voter: 'yoshiko', + weight: 2829, + rshares: '11869051134', + percent: 500, + reputation: '26738022142232', + time: '2018-01-09T18:40:48', + }, + { + voter: 'thisisbenbrick', + weight: 586, + rshares: 1229013282, + percent: 500, + reputation: '67575888435988', + time: '2018-01-09T18:40:48', + }, + { + voter: 'sirwinchester', + weight: 2030, + rshares: '8514669533', + percent: 500, + reputation: '378034756175652', + time: '2018-01-09T18:40:48', + }, + { + voter: 'cristi', + weight: 35006, + rshares: '73411529915', + percent: 2000, + reputation: '117196307913752', + time: '2018-01-09T16:16:00', + }, + { + voter: 'stevescoins', + weight: 3412, + rshares: '14311093046', + percent: 1000, + reputation: '50318782141106', + time: '2018-01-09T19:51:12', + }, + { + voter: 'mattclarke', + weight: 4165, + rshares: '4366602927', + percent: 5200, + reputation: '38916979454479', + time: '2018-01-09T13:37:54', + }, + { + voter: 'alktoni', + weight: 19930, + rshares: '21694328450', + percent: 10000, + reputation: '9990125621876', + time: '2018-01-09T13:35:00', + }, + { + voter: 'einsteinpotsdam', + weight: 368, + rshares: 1544070726, + percent: 500, + reputation: '2155997238781', + time: '2018-01-09T18:40:48', + }, + { + voter: 'zahnspange', + weight: 27295, + rshares: '114486250695', + percent: 500, + reputation: '800494169132', + time: '2018-01-09T18:40:48', + }, + { + voter: 'steemsquad', + weight: 90, + rshares: 377886766, + percent: 500, + reputation: '293880187229', + time: '2018-01-09T18:40:48', + }, + { + voter: 'allesgruen', + weight: 153, + rshares: 638231631, + percent: 500, + reputation: '1758535277511', + time: '2018-01-09T18:40:48', + }, + { + voter: 'rynow', + weight: 3851, + rshares: '8077504312', + percent: 200, + reputation: '80469323547840', + time: '2018-01-09T17:05:48', + }, + { + voter: 'dannystravels', + weight: 876, + rshares: 1837814807, + percent: 500, + reputation: '26265855311187', + time: '2018-01-09T18:40:48', + }, + { + voter: 'ocrdu', + weight: 2340, + rshares: '4908025144', + percent: 10000, + reputation: '132953753792416', + time: '2018-01-09T16:01:42', + }, + { + voter: 'jerryblanceton', + weight: 349, + rshares: 1462989314, + percent: 500, + reputation: '6096926962357', + time: '2018-01-09T18:40:48', + }, + { + voter: 'platinum-blue', + weight: 2710, + rshares: '5683692814', + percent: 500, + reputation: '59488770165778', + time: '2018-01-09T18:40:09', + }, + { + voter: 'timbernana', + weight: 1033, + rshares: 2165278572, + percent: 500, + reputation: '14941762203214', + time: '2018-01-09T18:40:48', + }, + { + voter: 'sherlockcupid', + weight: 2678, + rshares: '5615675115', + percent: 500, + reputation: '12613006321593', + time: '2018-01-09T18:40:48', + }, + { + voter: 'son-of-satire', + weight: 1783, + rshares: '7478199888', + percent: 10000, + reputation: '83665792917896', + time: '2018-01-09T19:16:21', + }, + { + voter: 'dark.horse', + weight: 489, + rshares: 1024703071, + percent: 500, + reputation: '1292831988362', + time: '2018-01-09T18:40:48', + }, + { + voter: 'adventureevryday', + weight: 391, + rshares: 1643101811, + percent: 450, + reputation: '20941621024936', + time: '2018-01-09T18:41:03', + }, + { + voter: 'toyman', + weight: 613, + rshares: 2574151119, + percent: 500, + reputation: '12732455829031', + time: '2018-01-09T18:40:48', + }, + { + voter: 'apsu', + weight: 29744, + rshares: '26466691207', + percent: 10000, + reputation: '10624242643776', + time: '2018-01-09T13:32:36', + }, + { + voter: 'dragon40', + weight: 326, + rshares: 1368914750, + percent: 500, + reputation: '6740830951573', + time: '2018-01-09T20:27:09', + }, + { + voter: 'i-gordan', + weight: 1405, + rshares: 2947085654, + percent: 500, + reputation: '19800000457300', + time: '2018-01-09T18:40:48', + }, + { + voter: 'buzzbeergeek', + weight: 2148, + rshares: '4503933804', + percent: 500, + reputation: '101255256343229', + time: '2018-01-09T18:40:09', + }, + { + voter: 'middle-theory', + weight: 6182, + rshares: '12964532403', + percent: 2500, + reputation: '1788065041994', + time: '2018-01-09T16:18:36', + }, + { + voter: 'ricflow', + weight: 48, + rshares: 85292199, + percent: 10000, + reputation: '221102741544', + time: '2018-01-09T13:15:03', + }, + { + voter: 'bigdaddy', + weight: 2113, + rshares: '4431154717', + percent: 500, + reputation: '14406612178707', + time: '2018-01-09T18:40:09', + }, + { + voter: 'kingsmind', + weight: 455, + rshares: 953473434, + percent: 500, + reputation: '14497037265477', + time: '2018-01-09T18:40:09', + }, + { + voter: 'sdl1987', + weight: 264, + rshares: 635734901, + percent: 10000, + reputation: '19448350444', + time: '2018-01-09T13:12:39', + }, + { + voter: 'replichara', + weight: 5818, + rshares: '12201637377', + percent: 10000, + reputation: '2441138988240', + time: '2018-01-09T14:22:36', + }, + { + voter: 'rosalinde', + weight: 139, + rshares: 579502726, + percent: 10000, + reputation: '95144562838', + time: '2018-01-09T20:41:30', + }, + { + voter: 'deirdyweirdy', + weight: 2356, + rshares: '9882104827', + percent: 2000, + reputation: '467163094673', + time: '2018-01-09T19:26:45', + }, + { + voter: 'thomastaussi', + weight: 622, + rshares: 1305321001, + percent: 10000, + reputation: '303112910042', + time: '2018-01-09T15:30:39', + }, + { + voter: 'romedog', + weight: 27387, + rshares: '57435764113', + percent: 500, + reputation: 0, + time: '2018-01-09T18:40:09', + }, + { + voter: 'sunshinetraveler', + weight: 560, + rshares: 2344839093, + percent: 500, + reputation: '8528003896987', + time: '2018-01-09T18:40:48', + }, + { + voter: 'eveuncovered', + weight: 937, + rshares: 3928121790, + percent: 500, + reputation: '57256700133026', + time: '2018-01-09T18:40:48', + }, + { + voter: 'spg', + weight: 940, + rshares: 1970720925, + percent: 500, + reputation: 0, + time: '2018-01-09T18:40:09', + }, + { + voter: 'freefuture', + weight: 644, + rshares: 1351679647, + percent: 500, + reputation: '2219591581620', + time: '2018-01-09T18:40:48', + }, + { + voter: 'kinakomochi', + weight: 1341, + rshares: 2810859434, + percent: 500, + reputation: '24857054562640', + time: '2018-01-09T18:40:48', + }, + { + voter: 'anneke', + weight: 9494, + rshares: '8250394918', + percent: 10000, + reputation: '13571741967199', + time: '2018-01-09T13:24:12', + }, + { + voter: 'derrick829', + weight: 1653, + rshares: '6933307910', + percent: 50, + reputation: '13585709185994', + time: '2018-01-09T18:41:03', + }, + { + voter: 'professorbromide', + weight: 301, + rshares: 1261108680, + percent: 500, + reputation: '2763143203367', + time: '2018-01-09T18:41:03', + }, + { + voter: 'gwiss', + weight: 1109, + rshares: 2325479619, + percent: 1000, + reputation: '353097324842', + time: '2018-01-09T16:25:36', + }, + { + voter: 'sammosk', + weight: 3909, + rshares: '8196669348', + percent: 500, + reputation: '49602622183491', + time: '2018-01-09T18:40:09', + }, + { + voter: 'biancajapan', + weight: 819, + rshares: 1717048340, + percent: 500, + reputation: '3776124338981', + time: '2018-01-09T18:40:48', + }, + { + voter: 'stitchybitch', + weight: 672, + rshares: 1409920910, + percent: 500, + reputation: '5153815336002', + time: '2018-01-09T18:40:09', + }, + { + voter: 'theaustrianguy', + weight: 578530, + rshares: '966302477481', + percent: 10000, + reputation: '23345654989059', + time: '2018-01-09T14:10:33', + }, + { + voter: 'rachelhanson10', + weight: 74, + rshares: 309860858, + percent: 500, + reputation: '4923555156733', + time: '2018-01-09T18:41:57', + }, + { + voter: 'akashas', + weight: 3118, + rshares: 2383167112, + percent: 700, + reputation: '9314946129474', + time: '2018-01-09T13:09:09', + }, + { + voter: 'vieira', + weight: 1012, + rshares: 4245140946, + percent: 10000, + reputation: '3071378311398', + time: '2018-01-09T20:35:54', + }, + { + voter: 'kriptonoob', + weight: 205, + rshares: 858498010, + percent: 250, + reputation: '1501098097760', + time: '2018-01-09T18:41:03', + }, + { + voter: 'animagic', + weight: 54, + rshares: 223612595, + percent: 150, + reputation: '5355306535381', + time: '2018-01-09T18:41:00', + }, + { + voter: 'andr33ty', + weight: 568, + rshares: 480972537, + percent: 10000, + reputation: '9776057137', + time: '2018-01-09T13:24:42', + }, + { + voter: 'informationwar', + weight: 14246, + rshares: '59749475531', + percent: 10000, + reputation: '551537103146', + time: '2018-01-09T19:59:12', + }, + { + voter: 'shammi', + weight: 76, + rshares: 320897062, + percent: 500, + reputation: 0, + time: '2018-01-09T18:41:00', + }, + { + voter: 'nirgf', + weight: 63, + rshares: 265561474, + percent: 500, + reputation: '3527656296362', + time: '2018-01-09T18:41:57', + }, + { + voter: 'steemsausage', + weight: 656, + rshares: 1375174093, + percent: 10000, + reputation: '172760666514', + time: '2018-01-09T15:16:18', + }, + { + voter: 'hemantrg', + weight: 1174, + rshares: 528095566, + percent: 10000, + reputation: 3355606286, + time: '2018-01-09T13:07:33', + }, + { + voter: 'travelingwith', + weight: 391, + rshares: 615320000, + percent: 10000, + reputation: 1700204082, + time: '2018-01-09T13:16:06', + }, + { + voter: 'ddrfr33k', + weight: 95, + rshares: 400046445, + percent: 10000, + reputation: '104302535593', + time: '2018-01-09T19:14:54', + }, + { + voter: 'fonsetucker', + weight: 20, + rshares: 85902362, + percent: 10, + reputation: '184395047300', + time: '2018-01-09T20:00:42', + }, + { + voter: 'solynise', + weight: 143, + rshares: 599137500, + percent: 10000, + reputation: '60881871356', + time: '2018-01-09T20:29:15', + }, + { + voter: 'cryptotaxadvisor', + weight: 16, + rshares: 67774320, + percent: 10000, + reputation: '4737294001', + time: '2018-01-09T19:30:06', + }, + { + voter: 'themanwithnoname', + weight: 119, + rshares: 497778184, + percent: 10000, + reputation: '24256967260', + time: '2018-01-09T19:21:03', + }, + { + voter: 'glenalbrethsen', + weight: 154, + rshares: 643290791, + percent: 10000, + reputation: '34521116706', + time: '2018-01-09T19:11:03', + }, + { + voter: 'senatorsage', + weight: 173, + rshares: 362555000, + percent: 10000, + reputation: 2854499767, + time: '2018-01-09T17:52:30', + }, + { + voter: 'sef-beauty', + weight: 50, + rshares: 212002500, + percent: 10000, + reputation: 1112539761, + time: '2018-01-09T19:17:45', + }, + ], + replies: [], + author_reputation: '101822684496437', + promoted: '0.000 SBD', + body_length: 0, + reblogged_by: ['thecryptofiend'], + first_reblogged_by: 'thecryptofiend', + first_reblogged_on: '2018-01-09T16:16:09', + }, + }, + accounts: { + 'test-safari': { + id: 34872, + name: 'test-safari', + owner: { + weight_threshold: 1, + account_auths: [], + key_auths: [ + [ + 'STM6aPKBQ3XPj4FFtxgvyqmtCUa7vriZ7MNF9LVyTyw5rUvnUssoe', + 1, + ], + ], + }, + active: { + weight_threshold: 1, + account_auths: [], + key_auths: [ + [ + 'STM66gbBoAfmwHA4f1RF5xhT56khBLqMYQrVvtqRRYE1yfdb1QDaY', + 1, + ], + ], + }, + posting: { + weight_threshold: 1, + account_auths: [], + key_auths: [ + [ + 'STM7F1C3SK9scEw5au9NgmverJu7Vgn98tzSxK8NCMKwJx4coAtiG', + 1, + ], + ], + }, + memo_key: 'STM7AuuNrXf72kxofAjhCP4Dd88jPhJAFzn9d2xkres6cgXaaSCS4', + json_metadata: + '{"profile":{"profile_image":"http://cdn.parhlo.com/wp-content/uploads/2016/01/tmp617041537745813506.jpg","name":"Leonardo Da Vinci","about":"Renaissance man, vegetarian, inventor of the helicopter in 1512 and painter of the Mona Lisa.","location":"Florence","website":"http://www.davincilife.com/","background_image":"https://pbs.twimg.com/media/DD_2yk3U0AAja_i.jpg","cover_image":"https://pbs.twimg.com/profile_banners/816255358066946050/1483447009/1500x500"}}', + proxy: '', + last_owner_update: '2017-04-05T15:05:21', + last_account_update: '2017-08-11T17:58:09', + created: '2016-07-25T16:04:57', + mined: false, + owner_challenged: false, + active_challenged: false, + last_owner_proved: '1970-01-01T00:00:00', + last_active_proved: '1970-01-01T00:00:00', + recovery_account: 'steemitadmin', + last_account_recovery: '2017-04-05T15:05:21', + reset_account: 'null', + comment_count: 0, + lifetime_vote_count: 0, + post_count: 158, + can_vote: true, + voting_power: 9800, + last_vote_time: '2018-01-09T05:57:24', + balance: '23.417 STEEM', + savings_balance: '3.001 STEEM', + sbd_balance: '2.016 SBD', + sbd_seconds: '0', + sbd_seconds_last_update: '2018-01-09T05:57:33', + sbd_last_interest_payment: '2018-01-09T05:57:33', + savings_sbd_balance: '0.218 SBD', + savings_sbd_seconds: '0', + savings_sbd_seconds_last_update: '2017-10-13T16:49:21', + savings_sbd_last_interest_payment: '2017-10-13T16:49:21', + savings_withdraw_requests: 0, + reward_sbd_balance: '0.000 SBD', + reward_steem_balance: '0.000 STEEM', + reward_vesting_balance: '0.000000 VESTS', + reward_vesting_steem: '0.000 STEEM', + vesting_shares: '80049.764400 VESTS', + delegated_vesting_shares: '0.000000 VESTS', + received_vesting_shares: '0.000000 VESTS', + vesting_withdraw_rate: '58.503321 VESTS', + next_vesting_withdrawal: '2018-01-12T16:49:42', + withdrawn: 702039852, + to_withdraw: 760543184, + withdraw_routes: 0, + curation_rewards: 8, + posting_rewards: 5318, + proxied_vsf_votes: [0, 0, 0, 0], + witnesses_voted_for: 1, + average_bandwidth: 304997529, + lifetime_bandwidth: '242269000000', + last_bandwidth_update: '2018-01-09T05:57:33', + average_market_bandwidth: 2509752083, + lifetime_market_bandwidth: '31260000000', + last_market_bandwidth_update: '2017-10-13T16:52:00', + last_post: '2017-12-08T20:03:39', + last_root_post: '2017-12-08T20:02:54', + vesting_balance: '0.000 STEEM', + reputation: '468214046858', + transfer_history: [], + market_history: [], + post_history: [], + vote_history: [], + other_history: [], + witness_votes: [], + tags_usage: [], + guest_bloggers: [ + ['atle-v', 1], + ['hilarski', 2], + ['iamwne', 1], + ['inertia', 1], + ['jesta', 1], + ['jpiper20', 1], + ['littlescribe', 1], + ['lscottphotos', 2], + ['mada', 1], + ['pfunk', 1], + ['razvanelulmarin', 1], + ['redq', 1], + ['skypilot', 1], + ['steemitblog', 1], + ['survivalist.com', 1], + ['vegascomic', 1], + ], + feed: [ + 'johnjgeddes/her-thirties-part-13', + 'leahlei/cityscapephotography-challenge-entry-busy-streets-of-melbourne', + 'igster/til-a-hijacked-ethiopian-airlines-plane-was-headed-to-switzerland-but-had-to-be-intercepted-by-frenchitalian-fighter-jets-because-the-swiss-air-force-doesnt-work-on-nights-and-weekends', + 'leahlei/landscapephotography-challenge-entry-st-kilda-beach', + 'jerrybanfield/the-top-25-steem-posts', + 'igster/us-energy-agency-rejects-trump-plan-to-prop-up-coal-and-nuclear-power-plants-with-subsidies', + 'philakonecrypto/omisego-omg-jan-9-technical-analysis-long-entry-usd23-usd34-target-40-usd32-50', + 'nathansenn/casascius-physical-bitcoins-part-2-latest-coins', + 'hilarski/time-is-ticking-for-the-copytrack-ico', + 'miss.dara/lgndl-girl-with-daisies', + 'schattenjaeger/why-language-matters-control-language-and-you-ll-control-the-world', + 'kingscrown/why-dont-we-get-on-bitfinex-they-just-added-loads-of-coins', + 'richq11/abandon-hope-all-ye-that-enter-here-inside-family-court', + 'gethachan/steem-cartoon-introducing-wo-owl-1-challange', + 'anahilarski/blockfolio-la-mejo-arma-para-conquistar-crypto-romance', + 'jiglifyy/bitcoin-drops-below-usd15-000-as-regulation-demand-concerns-linger', + 'coinbelly/poetrylover-contest-1-judge-me-not', + 'krnel/more-christmas-crafting-wood-log-candle-holders', + 'joeparys/zm1p9aij', + 'hui.zhao/oroplatform-or-simplified-chinese-translation-part-3-552-words', + ], + }, + }, + pow_queue: [], + witnesses: {}, + discussion_idx: {}, + witness_schedule: { + id: 0, + current_virtual_time: '279999988584823418865649187', + next_shuffle_block_num: 18837336, + current_shuffled_witnesses: + '7470797263656874000065766972646f0000000000677467000000000000000061627469627375610000000000006b6e0064656f7267676100000000000000006666696c636d697400000000000000006b6f7473656b756c006874686d2e7365772e68746f6f6d7300007373656e74690000000078796e61000000000000000070646e616c656f7200000000000000000000000065796c6b0000000000000000000000656972756300000000000000006172746b636f6c62000000000073656431797567656d6f730000000000003332006f736f7574656e000000000000000072616b2d646f6f67000000000000616d00006c61646c657800000000000000000000706f79616c63000000000000000000006e6f697275660000000000000000000000617473656a00000000000000006d6973657261687000000000000000000000006b6e7566700000000000000000', + num_scheduled_witnesses: 21, + top19_weight: 1, + timeshare_weight: 5, + miner_weight: 1, + witness_pay_normalization_factor: 25, + median_props: { + account_creation_fee: '0.100 STEEM', + maximum_block_size: 65536, + sbd_interest_rate: 0, + }, + majority_version: '0.19.2', + max_voted_witnesses: 20, + max_miner_witnesses: 0, + max_runner_witnesses: 1, + hardfork_required_witnesses: 17, + }, + feed_price: { + base: '6.197 SBD', + quote: '1.000 STEEM', + }, + error: '', +}; diff --git a/api_mockdata/get_state_empty.js b/api_mockdata/get_state_empty.js new file mode 100644 index 0000000000..412c120635 --- /dev/null +++ b/api_mockdata/get_state_empty.js @@ -0,0 +1,42 @@ +module.exports = { + accounts: {}, + content: {}, + discussion_idx: { '': {} }, + error: '', + feed_price: {}, + witness_schedule: [], + witnesses: {}, + tags: {}, + props: { + id: 0, + head_block_number: 18840072, + head_block_id: '011f7a08c71655965c1621f199f5feba4f3a3222', + time: '2018-01-09T23:44:24', + current_witness: 'blocktrades', + total_pow: 514415, + num_pow_witnesses: 172, + virtual_supply: '263346166.156 STEEM', + current_supply: '262444274.414 STEEM', + confidential_supply: '0.000 STEEM', + current_sbd_supply: '5589023.131 SBD', + confidential_sbd_supply: '0.000 SBD', + total_vesting_fund_steem: '198274085.953 STEEM', + total_vesting_shares: '406119626106.908004 VESTS', + total_reward_fund_steem: '0.000 STEEM', + total_reward_shares2: '0', + pending_rewarded_vesting_shares: '273210850.970058 VESTS', + pending_rewarded_vesting_steem: '132683.599 STEEM', + sbd_interest_rate: 0, + sbd_print_rate: 10000, + maximum_block_size: 65536, + current_aslot: 18902088, + recent_slots_filled: '340282366920938463463374607431768211455', + participation_count: 128, + last_irreversible_block_num: 18840051, + vote_power_reserve_rate: 10, + current_reserve_ratio: 200000000, + average_block_size: 15410, + max_virtual_bandwidth: '264241152000000000000', + }, + current_route: '/', +}; diff --git a/config/default.json b/config/default.json index abf83129ad..5402a84475 100644 --- a/config/default.json +++ b/config/default.json @@ -33,7 +33,7 @@ "helmet": { "directives": { "childSrc": "'self' www.youtube.com staticxx.facebook.com w.soundcloud.com player.vimeo.com", - "connectSrc": "'self' steemit.com wss://steemd.steemit.com api.blocktrades.us", + "connectSrc": "'self' steemit.com https://api.steemit.com api.blocktrades.us", "defaultSrc": "'self' www.youtube.com staticxx.facebook.com player.vimeo.com", "fontSrc": "data: fonts.gstatic.com", "frameAncestors": "'none'", @@ -96,8 +96,8 @@ "auth_token": false }, "upload_image": false, - "steemd_connection_client": "wss://steemd.steemit.com", - "steemd_connection_server": "wss://steemd.steemit.com", + "steemd_connection_client": "https://api.steemit.com", + "steemd_connection_server": "https://api.steemit.com", "steemd_use_appbase": false, "chain_id": "0000000000000000000000000000000000000000000000000000000000000000", "address_prefix": "STM" diff --git a/package.json b/package.json index 7388ab7d3b..25308c4119 100644 --- a/package.json +++ b/package.json @@ -8,30 +8,26 @@ "description": "steemit.com is the koa web server & middleware and react.js in-browser code for the world's first blockchain content + social media monetization platform!", "main": "index.js", "scripts": { - "build": "NODE_ENV=production webpack --config ./webpack/prod.config.js; rm -rf ./lib; babel src --out-dir lib -Dq", - "mocha": "NODE_ENV=test mocha ./mocha.setup.js", - "test": "npm run mocha -- src/app/**/*.test.js src/shared/**/*.test.js", - "test:watch:all": "npm test -- --watch --watch-extensions jsx", - "test:watch": "npm run mocha -- --watch --watch-extensions jsx", + "build": "NODE_ENV=production webpack --config ./webpack/prod.config.js && rm -rf ./lib && babel src --out-dir lib -Dq", + "test": "jest", "eslint": "LIST=`git diff-index --name-only HEAD | grep .*\\.js | grep -v json`; if [ \"$LIST\" ]; then eslint $LIST; fi", "fmt": "prettier --config .prettierrc --write 'src/**/*.js*'", "precommit": "lint-staged", "production": "NODE_ENV=production node lib/server/index.js", "start": "NODE_ENV=development babel-node ./webpack/dev-server.js", - "webpush": "node ./scripts/webpush_notify.js", "checktranslations": "node scripts/check_translations.js", "storybook": "start-storybook -p 9001 -c .storybook", - "storybook-build": "build-storybook -c .storybook -o docs" + "storybook-build": "build-storybook -c .storybook -o docs" }, "author": "Steemit, Inc.", "license": "MIT", "dependencies": { "@steem/crypto-session": "git+https://github.com/steemit/crypto-session.git#83a90b319ce5bc6a70362d52a15a815de7e729bb", - "@steemit/steem-js": "0.6.8", + "@steemit/steem-js": "0.7.1", "assert": "^1.3.0", "autoprefixer-loader": "^3.2.0", "babel-cli": "^6.22.2", - "babel-core": "^6.20.0", + "babel-core": "6.26.0", "babel-eslint": "^6.0.4", "babel-loader": "^7.1.2", "babel-plugin-react-intl": "^2.2.0", @@ -98,12 +94,12 @@ "picturefill": "^3.0.2", "purest": "^2.0.1", "raw-loader": "^0.5.1", - "react": "15.4.2", + "react": "15.6.2", "react-ab-test": "^1.7.0", "react-addons-pure-render-mixin": "15.4.2", "react-autocomplete": "^1.7.2", "react-copy-to-clipboard": "^4.2.3", - "react-dom": "15.4.2", + "react-dom": "15.6.2", "react-dropzone": "^3.7.3", "react-foundation-components": "git+https://github.com/valzav/react-foundation-components.git#d14362c7c8eee946a4acc3b18d70271d5a82813e", "react-highcharts": "^8.3.3", @@ -154,14 +150,12 @@ "devDependencies": { "@storybook/addon-knobs": "^3.2.17", "@storybook/react": "^3.2.16", + "babel-jest": "22.0.6", "babel-plugin-transform-decorators-legacy": "^1.3.4", - "chai": "^3.5.0", - "chai-immutable": "^1.5.3", - "co-mocha": "^1.1.2", "co-supertest": "0.0.10", "dev-ip": "^1.0.1", - "dirty-chai": "^1.2.2", - "enzyme": "^2.1.0", + "enzyme": "3.3.0", + "enzyme-adapter-react-15": "1.0.5", "escope": "^3.6.0", "eslint": "^4.7.0", "eslint-config-airbnb": "^15.1.0", @@ -171,19 +165,20 @@ "eslint-plugin-react": "^7.4.0", "extract-text-webpack-plugin": "^3.0.0", "husky": "^0.14.3", + "jest": "22.0.6", "jsdom": "^9.8.0", "koa-webpack-dev-middleware": "^1.1.0", "koa-webpack-hot-middleware": "^1.0.3", "lint-staged": "^6.0.0", - "mocha": "^2.4.5", "node-watch": "^0.5.5", "prettier": "1.8.2", "react-addons-perf": "15.4.2", "react-addons-test-utils": "15.4.2", + "react-test-renderer": "15.6.2", "react-transform-catch-errors": "^1.0.1", "react-transform-hmr": "^1.0.4", + "regenerator-runtime": "0.11.1", "sinon": "^1.17.3", - "sinon-chai": "^2.8.0", "supertest": "^1.2.0", "webpack-bundle-analyzer": "^2.9.0" }, @@ -199,5 +194,14 @@ "prettier --write", "git add" ] + }, + "jest": { + "rootDir": "src", + "modulePaths": [ + "/" + ], + "moduleNameMapper": { + "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "/__mocks__/fileMock.js" + } } } diff --git a/scripts/webpush_notify.js b/scripts/webpush_notify.js deleted file mode 100644 index 8c0090bdc9..0000000000 --- a/scripts/webpush_notify.js +++ /dev/null @@ -1,54 +0,0 @@ -const config = require('config'); -const webPush = require('web-push'); -const Tarantool = require('../src/db/tarantool'); - -webPush.setGCMAPIKey(config.get('notify.gcm_key')); - -function notify(account, nparams, title, body, url, pic) { - if (!nparams.keys || !nparams.keys.auth) return Promise.resolve(false); - var payload = JSON.stringify({ - title, - body, - url, - icon: pic || 'https://steemit.com/favicon.ico' //FIXME domain name from config - }); - return new Promise((resolve, reject) => { - webPush.sendNotification(nparams, payload).then(function() { - resolve(account); - }, function(err) { - reject(err); - }); - }); -} - -async function process_queue() { - try { - const queue = await Tarantool.instance().call('webpush_get_delivery_queue'); - console.log('processing web push notifications queue, length: ', queue.length); - for (const n of queue) { - if (n.length === 0) return; - const [account, nparams_array, title, body, url, pic] = n; - console.log('notification: ', account, body, url, pic); - for (const nparams of nparams_array) { - try { - await notify(account, nparams, title, body, url, pic); - } catch (err) { - console.error('-- error in notify -->', account, nparams, err); - if (err.statusCode && err.statusCode == 410) { - await Tarantool.instance().call('webpush_unsubscribe', account, nparams.keys.auth); - } - } - } - } - } catch (error) { - console.error('-- process_queue error -->', error); - } -} - -function run() { - process_queue().then(() => { - setTimeout(run, 30000); - }); -} - -run(); diff --git a/src/__mocks__/fileMock.js b/src/__mocks__/fileMock.js new file mode 100644 index 0000000000..86059f3629 --- /dev/null +++ b/src/__mocks__/fileMock.js @@ -0,0 +1 @@ +module.exports = 'test-file-stub'; diff --git a/src/app/ResolveRoute.js b/src/app/ResolveRoute.js index 41a99d06fc..4130ccf949 100644 --- a/src/app/ResolveRoute.js +++ b/src/app/ResolveRoute.js @@ -37,6 +37,9 @@ export default function resolveRoute(path) { if (path === '/xss/test' && process.env.NODE_ENV === 'development') { return { page: 'XSSTest' }; } + if (path === '/benchmark' && process.env.OFFLINE_SSR_TEST) { + return { page: 'Benchmark' }; + } if (path.match(/^\/tags\/?/)) { return { page: 'Tags' }; } diff --git a/src/app/ResolveRoute.test.js b/src/app/ResolveRoute.test.js new file mode 100644 index 0000000000..f70291252b --- /dev/null +++ b/src/app/ResolveRoute.test.js @@ -0,0 +1,90 @@ +import resolveRoute, { routeRegex } from './ResolveRoute'; + +describe('routeRegex', () => { + it('should produce the desired regex patterns', () => { + const test_cases = [ + ['PostsIndex', /^\/(@[\w\.\d-]+)\/feed\/?$/], + ['UserProfile1', /^\/(@[\w\.\d-]+)\/?$/], + [ + 'UserProfile2', + /^\/(@[\w\.\d-]+)\/(blog|posts|comments|recommended|transfers|curation-rewards|author-rewards|permissions|created|recent-replies|feed|password|followed|followers|settings)\/?$/, + ], + ['UserProfile3', /^\/(@[\w\.\d-]+)\/[\w\.\d-]+/], + [ + 'CategoryFilters', + /^\/(hot|votes|responses|trending|trending30|promoted|cashout|payout|payout_comments|created|active)\/?$/gi, + ], + ['PostNoCategory', /^\/(@[\w\.\d-]+)\/([\w\d-]+)/], + ['Post', /^\/([\w\d\-\/]+)\/(\@[\w\d\.-]+)\/([\w\d-]+)\/?($|\?)/], + [ + 'PostJson', + /^\/([\w\d\-\/]+)\/(\@[\w\d\.-]+)\/([\w\d-]+)(\.json)$/, + ], + ['UserJson', /^\/(@[\w\.\d-]+)(\.json)$/], + ['UserNameJson', /^.*(?=(\.json))/], + ]; + + test_cases.forEach(r => { + expect(routeRegex[r[0]]).toEqual(r[1]); + }); + }); +}); + +describe('resolveRoute', () => { + const test_cases = [ + ['/', { page: 'PostsIndex', params: ['trending'] }], + ['/about.html', { page: 'About' }], + ['/faq.html', { page: 'Faq' }], + ['/login.html', { page: 'Login' }], + ['/privacy.html', { page: 'Privacy' }], + ['/support.html', { page: 'Support' }], + ['/tos.html', { page: 'Tos' }], + ['/change_password', { page: 'ChangePassword' }], + ['/create_account', { page: 'CreateAccount' }], + ['/approval', { page: 'Approval' }], + ['/pick_account', { page: 'PickAccount' }], + ['/recover_account_step_1', { page: 'RecoverAccountStep1' }], + ['/recover_account_step_2', { page: 'RecoverAccountStep2' }], + ['/waiting_list.html', { page: 'WaitingList' }], + ['/market', { page: 'Market' }], + ['/~witnesses', { page: 'Witnesses' }], + ['/submit.html', { page: 'SubmitPost' }], + [ + '/@maitland/feed', + { page: 'PostsIndex', params: ['home', '@maitland'] }, + ], + [ + '/@maitland/blog', + { page: 'UserProfile', params: ['@maitland', 'blog'] }, + ], + [ + '/@cool/nice345', + { page: 'PostNoCategory', params: ['@cool', 'nice345'] }, + ], + [ + '/ceasar/@salad/circa90', + { page: 'Post', params: ['ceasar', '@salad', 'circa90', ''] }, + ], + ]; + test_cases.forEach(r => { + it(`should resolve the route for the ${r[1].page} page`, () => { + expect(resolveRoute(r[0])).toEqual(r[1]); + }); + }); + + it('should resolve xss test route in development environment', () => { + expect(resolveRoute('/xss/test')).toEqual({ page: 'NotFound' }); + process.env.NODE_ENV = 'development'; + expect(resolveRoute('/xss/test')).toEqual({ page: 'XSSTest' }); + delete process.env.NODE_ENV; + }); + it('should resolve benchmark route in development environment', () => { + expect(resolveRoute('/benchmark')).toEqual({ page: 'NotFound' }); + process.env.OFFLINE_SSR_TEST = true; + expect(resolveRoute('/benchmark')).toEqual({ page: 'Benchmark' }); + delete process.env.OFFLINE_SSR_TEST; + }); + it('should resolve an unknown route to NotFound', () => { + expect(resolveRoute('/randomness')).toEqual({ page: 'NotFound' }); + }); +}); diff --git a/src/app/RootRoute.js b/src/app/RootRoute.js index 1ca7845aa5..f35bba5dcf 100644 --- a/src/app/RootRoute.js +++ b/src/app/RootRoute.js @@ -1,4 +1,5 @@ import App from 'app/components/App'; +import Benchmark from 'app/components/pages/Benchmark'; import PostsIndex from 'app/components/pages/PostsIndex'; import resolveRoute from './ResolveRoute'; @@ -41,6 +42,10 @@ export default { //require.ensure([], (require) => { cb(null, [require('app/components/pages/XSS')]); //}); + } else if (route.page === 'Benchmark') { + //require.ensure([], (require) => { + cb(null, [require('app/components/pages/Benchmark')]); + //}); } else if (route.page === 'Tags') { //require.ensure([], (require) => { cb(null, [require('app/components/pages/TagsIndex')]); diff --git a/src/app/Translator.js b/src/app/Translator.js index 915bb0ddae..1df4f45536 100644 --- a/src/app/Translator.js +++ b/src/app/Translator.js @@ -7,10 +7,12 @@ import ru from 'react-intl/locale-data/ru'; import fr from 'react-intl/locale-data/fr'; import it from 'react-intl/locale-data/it'; import ko from 'react-intl/locale-data/ko'; +import zh from 'react-intl/locale-data/zh'; +import pl from 'react-intl/locale-data/pl'; import { DEFAULT_LANGUAGE } from 'app/client_config'; import tt from 'counterpart'; -addLocaleData([...en, ...es, ...ru, ...fr, ...it, ...ko]); +addLocaleData([...en, ...es, ...ru, ...fr, ...it, ...ko, ...zh, ...pl]); tt.registerTranslations('en', require('counterpart/locales/en')); tt.registerTranslations('en', require('app/locales/en.json')); @@ -30,6 +32,12 @@ tt.registerTranslations('it', require('app/locales/it.json')); tt.registerTranslations('ko', require('app/locales/counterpart/ko')); tt.registerTranslations('ko', require('app/locales/ko.json')); +tt.registerTranslations('zh', require('app/locales/counterpart/zh')); +tt.registerTranslations('zh', require('app/locales/zh.json')); + +tt.registerTranslations('pl', require('app/locales/counterpart/pl')); +tt.registerTranslations('pl', require('app/locales/pl.json')); + if (process.env.NODE_ENV === 'production') { tt.setFallbackLocale('en'); } diff --git a/src/app/assets/images/favicons/favicon-144x144.png b/src/app/assets/images/favicons/favicon-144x144.png new file mode 100644 index 0000000000..4a3cd9b659 Binary files /dev/null and b/src/app/assets/images/favicons/favicon-144x144.png differ diff --git a/src/app/assets/images/favicons/favicon-72x72.png b/src/app/assets/images/favicons/favicon-72x72.png new file mode 100644 index 0000000000..35cf1fef70 Binary files /dev/null and b/src/app/assets/images/favicons/favicon-72x72.png differ diff --git a/src/app/assets/images/welcome-hero.png b/src/app/assets/images/welcome-hero.png new file mode 100644 index 0000000000..c85fca9d97 Binary files /dev/null and b/src/app/assets/images/welcome-hero.png differ diff --git a/src/app/assets/static/manifest.json b/src/app/assets/static/manifest.json index 8f7690777e..e01009fda3 100644 --- a/src/app/assets/static/manifest.json +++ b/src/app/assets/static/manifest.json @@ -1,8 +1,32 @@ { "name": "Steemit", "short_name": "Steemit", + "theme_color": "#FFFFFF", + "background_color": "#FFFFFF", "start_url": "/", "display": "standalone", + "icons": [ + { + "src": "/images/favicons/favicon-72x72.png", + "sizes": "72x72", + "type": "image/png" + }, + { + "src": "/images/favicons/favicon-96x96.png", + "sizes": "96x96", + "type": "image/png" + }, + { + "src": "/images/favicons/favicon-144x144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "/images/favicons/favicon-196x196.png", + "sizes": "196x196", + "type": "image/png" + } + ], "gcm_sender_id": "724829305784", "gcm_user_visible_only": true } diff --git a/src/app/assets/stylesheets/_animation.scss b/src/app/assets/stylesheets/_animation.scss index 1fd9d2e99d..7bcbf506c5 100755 --- a/src/app/assets/stylesheets/_animation.scss +++ b/src/app/assets/stylesheets/_animation.scss @@ -21,4 +21,16 @@ $fade-in-animation-delay: 0.03s; 100% { @include opacity(1); } +} + + +@keyframes fade-in-up { + 0% { + @include opacity(0); + transform: translate(-24px, 24px); + } + 100% { + @include opacity(1); + transform: translate(0px, 0px); + } } \ No newline at end of file diff --git a/src/app/assets/stylesheets/_themes.scss b/src/app/assets/stylesheets/_themes.scss index e5be9515f2..904ef44524 100755 --- a/src/app/assets/stylesheets/_themes.scss +++ b/src/app/assets/stylesheets/_themes.scss @@ -227,13 +227,13 @@ $themes: ( @include font-size(18px); @include themify($themes) { background-color: themed('buttonBackground'); - box-shadow: 0px 0px 0px 0 rgba(0,0,0,0), 5px 5px 0 0 themed('buttonBoxShadow'); + box-shadow: 0px 0px 0px 0 rgba(0,0,0,0), 2px 2px 0px 0px themed('buttonBoxShadow'); color: themed('buttonText'); } &:hover, &:focus { @include themify($themes) { background-color: themed('buttonBackgroundHover'); - box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1), 7px 7px 0 0 themed('buttonBoxShadowHover'); + box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.1), 4px 4px 0 0 themed('buttonBoxShadowHover'); color: themed('buttonTextHover'); text-shadow: themed('buttonTextShadow'); } diff --git a/src/app/assets/stylesheets/markdown.scss b/src/app/assets/stylesheets/markdown.scss index 415a43cf87..811b0dac49 100644 --- a/src/app/assets/stylesheets/markdown.scss +++ b/src/app/assets/stylesheets/markdown.scss @@ -64,6 +64,7 @@ border: none; background-color: #F4F4F4; font-weight: inherit; + overflow: scroll; } pre > code { diff --git a/src/app/components/App.jsx b/src/app/components/App.jsx index 0282b384cc..355dbd031d 100644 --- a/src/app/components/App.jsx +++ b/src/app/components/App.jsx @@ -2,7 +2,6 @@ import React from 'react'; import { connect } from 'react-redux'; import AppPropTypes from 'app/utils/AppPropTypes'; import Header from 'app/components/modules/Header'; -import LpFooter from 'app/components/modules/lp/LpFooter'; import * as userActions from 'app/redux/UserReducer'; import TopRightMenu from 'app/components/modules/TopRightMenu'; import { browserHistory } from 'react-router'; @@ -12,6 +11,7 @@ import CloseButton from 'react-foundation-components/lib/global/close-button'; import Dialogs from 'app/components/modules/Dialogs'; import Modals from 'app/components/modules/Modals'; import Icon from 'app/components/elements/Icon'; +import WelcomePanel from 'app/components/elements/WelcomePanel'; import MiniHeader from 'app/components/modules/MiniHeader'; import tt from 'counterpart'; import PageViewsCounter from 'app/components/elements/PageViewsCounter'; @@ -46,6 +46,7 @@ class App extends React.Component { this.toggleOffCanvasMenu = this.toggleOffCanvasMenu.bind(this); this.signUp = this.signUp.bind(this); this.learnMore = this.learnMore.bind(this); + this.setShowBannerFalse = this.setShowBannerFalse.bind(this); this.listenerActive = null; this.onEntropyEvent = this.onEntropyEvent.bind(this); // this.shouldComponentUpdate = shouldComponentUpdate(this, 'App') @@ -117,8 +118,6 @@ class App extends React.Component { this.refs.side_panel.show(); } - handleClose = () => this.setState({ open: null }); - navigate = e => { const a = e.target.nodeName.toLowerCase() === 'a' @@ -130,6 +129,10 @@ class App extends React.Component { browserHistory.push(a.pathname + a.search + a.hash); }; + setShowBannerFalse() { + this.setState({ showBanner: false }); + } + onEntropyEvent(e) { if (e.type === 'mousemove') key_utils.addEntropy(e.pageX, e.pageY, e.screenX, e.screenY); @@ -157,7 +160,6 @@ class App extends React.Component { nightmodeEnabled, viewMode, } = this.props; - const lp = false; //location.pathname === '/'; const miniHeader = location.pathname === '/create_account' || location.pathname === '/pick_account'; @@ -249,39 +251,11 @@ class App extends React.Component { ); } - let welcome_screen = null; - if (ip && new_visitor && this.state.showBanner) { - welcome_screen = ( -
-
- this.setState({ showBanner: false })} - /> -
-

{tt('navigation.intro_tagline')}

-

{tt('navigation.intro_paragraph')}

-
- - {' '} - {tt('navigation.sign_up')}{' '} - - {/* JSX Comment       - {tt('navigation.learn_more')} */} -
-
-
- ); - } - const themeClass = nightmodeEnabled ? ' theme-dark' : ' theme-light'; return (
)}
- {welcome_screen} + {process.env.BROWSER && + ip && + new_visitor && + this.state.showBanner ? ( + + ) : null} {callout} {children} - {lp ? : null}
@@ -489,7 +469,7 @@ export default connect( const new_window = window.open(); new_window.opener = null; new_window.location = - 'https://blocktrades.us/?input_coin_type=btc&output_coin_type=steem&receive_address=' + + 'https://blocktrades.us/?input_coin_type=eth&output_coin_type=steem&receive_address=' + username; }, }) diff --git a/src/app/components/App.scss b/src/app/components/App.scss index 3beda2a677..5acaeca097 100644 --- a/src/app/components/App.scss +++ b/src/app/components/App.scss @@ -9,7 +9,7 @@ @media print, screen and (min-width: 52.5em) { margin-top: 2.5rem; } - + // /* Small only */ // @media screen and (max-width: 39.9375em) { // margin-top: 2.25rem; @@ -21,7 +21,7 @@ // /* Large and above */ // @media screen and (min-width: 64.063em) { // margin-top: 3rem; - + } .mini-header .App__content { @@ -33,13 +33,16 @@ padding-bottom: 1rem; } .welcomeBanner { - padding: 4em 0 4em; + padding: 4em 0 0em; background-color: $color-blue-black; color: $color-white; - // background-image: url(../images/lp-bottom.jpg); - // background-repeat: repeat-x; - // background-position:bottom; - //background-attachment:fixed; + @include MQ(M) { + padding: 3em 0 3em; + min-height: 440px; + } + @include MQ(L) { + min-height: 552px; + } } .RightMenu { @@ -78,50 +81,118 @@ h2 { font-weight: bold; margin-bottom: 16px; - @include font-size(48px); + @include font-size(28px); + line-height: 1; font-family: helvetica, sans-serif; + max-width: 240px; + @include opacity(0); + @include MQ(M) { + @include font-size(34px); + max-width: 280px; + } } h4 { color: $color-white; - font-weight: 500; + font-weight: normal; margin-bottom: 1rem; - width: 84%; - max-width: 440px; - margin: 0 auto; + width: 85%; + max-width: 310px; + /*margin: 0 auto; */ font-family: helvetica, sans-serif; - @include font-size(18px); + line-height: 1.3 !important; + @include font-size(16px); + @include opacity(0); + @include MQ(M) { + @include font-size(17px); + } + } + .buttonWrapper { + padding:15px; + } + .row { + @include MQ(M) { + align-items: center; + } } .button { - min-width: 240px; - + min-width: 120px; + white-space: nowrap; text-decoration: none; font-weight: bold; transition: 0.2s all ease-in-out; - text-transform: capitalize; + text-transform: initial; border-radius: 0; - font-size: 18px; background-color: $color-white; color: $color-blue-black; border: none; - box-shadow: 0px 0px 0px 0 rgba(0,0,0,0), 5px 5px 0 0 $color-teal; - padding: 16px 22px; - @include font-size(22px); + box-shadow: 0px 0px 0px 0 rgba(0,0,0,0), 2px 2px 0 0 $color-teal; + padding: 16px; + margin-right: 18px; + @include font-size(16px); cursor: pointer; + font-family: $font-primary; &:hover, &:focus { background-color: $color-teal; color: $color-white; - box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.1), 7px 7px 0 0 $color-white; + box-shadow: 0px 0px 0px 0 rgba(0,0,0,0.1), 4px 4px 0 0 $color-white; text-shadow: 0 1px 0 rgba(0,0,0,0.20); } - } + @include MQ(M) { + @include font-size(18px); + min-width: 132px; + } + } + .button--primary { + @include opacity(0); + } .close-button { - top: 0.5rem; + top: 0.8rem; right: 0; + @include MQ(M) { + top: 0.5rem; + } } .button.hollow { - background-color: rgba(255,255,255,0.5); + background: none; + box-shadow: none; + color: $color-teal; + border: 1px solid $color-teal; } + .button.ghost { + background: transparent; + color: $color-white; + border: 1px solid #30414A; + box-shadow: 0px 0px 0px 0 #30414A, 2px 2px 0 0 #30414A; + @include opacity(0); + &:hover, &:focus { + box-shadow: 0px 0px 0px 0 #30414A, 4px 4px 0 0 $color-teal; + } + } + + .heroImage { + max-height: 360px; + @include opacity(0); + animation: fade-in-up 0.6s ease-out both; + @media screen and (prefers-reduced-motion) { + animation: none; + @include opacity(1); + } + } + + .welcomeImage { + padding: 0em 4em 1em 3em; + @include MQ(M) { + padding: 3em; + } + } + + .welcomePitch { + padding: 20px; + @include MQ(M) { + padding-left: 40px; + } + } } .downvoted { opacity: 0.5; @@ -130,13 +201,13 @@ transition: 0.2s all ease-in-out; color: #848282; @include themify($themes) { - color: themed('textColorPrimary'); - } + color: themed('textColorPrimary'); + } .Comment__header-user { color: #848282; @include themify($themes) { - color: themed('textColorPrimary'); - } + color: themed('textColorPrimary'); + } } } .downvoted:hover { @@ -147,8 +218,10 @@ .App__announcement { padding-right: 40px; - padding-top: 40px; + padding-top: 40px; .close-button { right: 0; } } + + diff --git a/src/app/components/all.scss b/src/app/components/all.scss index 7e99bc9fd2..7f9c07697d 100644 --- a/src/app/components/all.scss +++ b/src/app/components/all.scss @@ -27,7 +27,7 @@ @import "./elements/Reblog"; @import "./elements/YoutubePreview"; @import "./elements/ShareMenu"; -@import "./elements/Author"; +@import "./elements/Author/styles"; @import "./elements/AuthorDropdown"; @import "./elements/UserNames"; @import "./elements/UserKeys"; @@ -35,9 +35,6 @@ // modules @import "./modules/Header"; -@import "./modules/Footer"; -@import "./modules/lp/LpHeader"; -@import "./modules/lp/LpFooter"; @import "./modules/SignUp"; @import "./modules/LoginForm"; @import "./modules/MiniHeader"; diff --git a/src/app/components/cards/CategorySelector.jsx b/src/app/components/cards/CategorySelector.jsx index 62e2cc7004..5035dd7a75 100644 --- a/src/app/components/cards/CategorySelector.jsx +++ b/src/app/components/cards/CategorySelector.jsx @@ -72,6 +72,7 @@ class CategorySelector extends React.Component { ref="categoryRef" tabIndex={tabIndex} disabled={disabled} + autocapitalize="none" /> ); diff --git a/src/app/components/cards/MarkdownViewer.jsx b/src/app/components/cards/MarkdownViewer.jsx index 8ecd596e86..ab0d96ae25 100644 --- a/src/app/components/cards/MarkdownViewer.jsx +++ b/src/app/components/cards/MarkdownViewer.jsx @@ -87,6 +87,11 @@ class MarkdownViewer extends Component { let renderedText = html ? text : remarkable.render(text); + // If content isn't wrapped with an html element at this point, add it. + if (!renderedText.indexOf('') !== 0) { + renderedText = '' + renderedText + ''; + } + // Embed videos, link mentions and hashtags, etc... if (renderedText) renderedText = HtmlReady(renderedText, { hideImages }).html; diff --git a/src/app/components/cards/PostFull.jsx b/src/app/components/cards/PostFull.jsx index 26c9fe4eac..c6754d83d3 100644 --- a/src/app/components/cards/PostFull.jsx +++ b/src/app/components/cards/PostFull.jsx @@ -26,27 +26,6 @@ import userIllegalContent from 'app/utils/userIllegalContent'; import ImageUserBlockList from 'app/utils/ImageUserBlockList'; import LoadingIndicator from 'app/components/elements/LoadingIndicator'; -// function loadFbSdk(d, s, id) { -// return new Promise(resolve => { -// window.fbAsyncInit = function () { -// window.FB.init({ -// appId: $STM_Config.fb_app, -// xfbml: false, -// version: 'v2.6', -// status: true -// }); -// resolve(window.FB); -// }; -// -// var js, fjs = d.getElementsByTagName(s)[0]; -// if (d.getElementById(id)) {return;} -// js = d.createElement(s); -// js.id = id; -// js.src = "//connect.facebook.net/en_US/sdk.js"; -// fjs.parentNode.insertBefore(js, fjs); -// }); -// } - function TimeAuthorCategory({ content, authorRepLog10, showTags }) { return ( @@ -156,18 +135,12 @@ class PostFull extends React.Component { fbShare(e) { const href = this.share_params.url; e.preventDefault(); - // loadFbSdk(document, 'script', 'facebook-jssdk').then(fb => { - window.FB.ui( - { - method: 'share', - href, - }, - response => { - if (response && !response.error_message) - serverApiRecordEvent('FbShare', this.share_params.link); - } + window.open( + `https://www.facebook.com/sharer/sharer.php?u=${href}`, + 'fbshare', + 'width=600, height=400, scrollbars=no' ); - // }); + serverApiRecordEvent('FbShare', this.share_params.link); } twitterShare(e) { diff --git a/src/app/components/cards/PostHistoryRow.jsx b/src/app/components/cards/PostHistoryRow.jsx deleted file mode 100644 index f5943452e5..0000000000 --- a/src/app/components/cards/PostHistoryRow.jsx +++ /dev/null @@ -1,58 +0,0 @@ -import React from 'react'; -import { Link } from 'react-router'; -import TimeAgoWrapper from 'app/components/elements/TimeAgoWrapper'; -import Icon from 'app/components/elements/Icon'; -import tt from 'counterpart'; - -export default class PostHistoryRow extends React.Component { - render() { - const op = this.props.op; - console.log('op: ', op); - const context = this.props.context; /// account perspective - - const parent_author = op[1].op[1].parent_author; - const author = op[1].op[1].author; - const parent_link = '/@' + parent_author; - const author_link = '/@' + author; - const parent_perm = op[1].op[1].parent_permlink; - const permlink = op[1].op[1].permlink; - let in_reply_to = ; - if (parent_author && parent_author != context) - in_reply_to = ( - - {tt('g.in_reply_to') + ' '} - @{parent_author} - - ); - else if (parent_author == context) - in_reply_to = ( - - @{author}{' '} - {tt('g.replied_to', { account: parent_author })} - - ); - - // const content_markdown = op[1].op[1].body; - // const body = () - const post_link = - '/' + op[1].op[1].parent_permlink + author_link + '/' + permlink; - - return ( -
-
-
-

- {op[1].op[1].title} -

-
-
-
-
- - {in_reply_to} -
-
-
- ); - } -} diff --git a/src/app/components/cards/VoteHistoryRow.jsx b/src/app/components/cards/VoteHistoryRow.jsx deleted file mode 100644 index efbd746a42..0000000000 --- a/src/app/components/cards/VoteHistoryRow.jsx +++ /dev/null @@ -1,58 +0,0 @@ -import React from 'react'; -import { Link } from 'react-router'; -import TimeAgoWrapper from 'app/components/elements/TimeAgoWrapper'; -import Icon from 'app/components/elements/Icon'; -import tt from 'counterpart'; - -export default class VoteHistoryRow extends React.Component { - render() { - const op = this.props.op; - // console.log( "op: ", op ); - const context = this.props.context; /// account perspective - - const parent_author = op[1].op[1].parent_author; - const author = op[1].op[1].author; - const parent_link = '/@' + parent_author; - const author_link = '/@' + author; - const parent_perm = op[1].op[1].parent_permlink; - const permlink = op[1].op[1].permlink; - let in_reply_to = ; - if (parent_author && parent_author != context) - in_reply_to = ( - - {tt('g.in_reply_to')}{' '} - @{parent_author} - - ); - else if (parent_author == context) - in_reply_to = ( - - @{author}{' '} - {tt('g.replied_to', { account: parent_author })} - - ); - - // const content_markdown = op[1].op[1].body; - // const body = () - const post_link = - '/' + op[1].op[1].parent_permlink + author_link + '/' + permlink; - - return ( -
-
-
-

- {op[1].op[1].title} -

-
-
-
-
- - {in_reply_to} -
-
-
- ); - } -} diff --git a/src/app/components/elements/Author.story.jsx b/src/app/components/elements/Author/Author.story.jsx similarity index 90% rename from src/app/components/elements/Author.story.jsx rename to src/app/components/elements/Author/Author.story.jsx index 30f8133d48..0f04908e61 100644 --- a/src/app/components/elements/Author.story.jsx +++ b/src/app/components/elements/Author/Author.story.jsx @@ -4,8 +4,8 @@ import { withKnobs } from '@storybook/addon-knobs'; import rootReducer from 'app/redux/RootReducer'; import { Provider } from 'react-redux'; import { createStore } from 'redux'; -import Author from './Author'; -import { Center } from './Tooltip.story'; +import Author from './index'; +import { Center } from '../Tooltip.story'; import { IntlProvider } from 'react-intl'; const store = createStore(rootReducer); diff --git a/src/app/components/elements/Author/__snapshots__/spec.js.snap b/src/app/components/elements/Author/__snapshots__/spec.js.snap new file mode 100644 index 0000000000..dc58839914 --- /dev/null +++ b/src/app/components/elements/Author/__snapshots__/spec.js.snap @@ -0,0 +1,55 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[` renders without crashing 1`] = ` +ShallowWrapper { + "length": 1, + Symbol(enzyme.__root__): [Circular], + Symbol(enzyme.__unrendered__): + + , + Symbol(enzyme.__renderer__): Object { + "batchedUpdates": [Function], + "getNode": [Function], + "render": [Function], + "simulateEvent": [Function], + "unmount": [Function], + }, + Symbol(enzyme.__node__): Object { + "instance": null, + "key": undefined, + "nodeType": "class", + "props": Object {}, + "ref": null, + "rendered": null, + "type": [Function], + }, + Symbol(enzyme.__nodes__): Array [ + Object { + "instance": null, + "key": undefined, + "nodeType": "class", + "props": Object {}, + "ref": null, + "rendered": null, + "type": [Function], + }, + ], + Symbol(enzyme.__options__): Object { + "adapter": ReactFifteenAdapter { + "options": Object { + "supportPrevContextArgumentOfComponentDidUpdate": true, + }, + }, + }, +} +`; diff --git a/src/app/components/elements/Author.jsx b/src/app/components/elements/Author/index.jsx similarity index 99% rename from src/app/components/elements/Author.jsx rename to src/app/components/elements/Author/index.jsx index 43c9e0b16d..ac06843c5b 100644 --- a/src/app/components/elements/Author.jsx +++ b/src/app/components/elements/Author/index.jsx @@ -5,7 +5,7 @@ import shouldComponentUpdate from 'app/utils/shouldComponentUpdate'; import Icon from 'app/components/elements/Icon'; import { Link } from 'react-router'; import { authorNameAndRep } from 'app/utils/ComponentFormatters'; -import AuthorDropdown from './AuthorDropdown'; +import AuthorDropdown from '../AuthorDropdown'; import Reputation from 'app/components/elements/Reputation'; import normalizeProfile from 'app/utils/NormalizeProfile'; import Overlay from 'react-overlays/lib/Overlay'; diff --git a/src/app/components/elements/Author/spec.js b/src/app/components/elements/Author/spec.js new file mode 100644 index 0000000000..d1574d23fa --- /dev/null +++ b/src/app/components/elements/Author/spec.js @@ -0,0 +1,27 @@ +import React from 'react'; +import { Provider } from 'react-redux'; +import { createStore } from 'redux'; +import Author from './index'; +import rootReducer from 'app/redux/RootReducer'; +import { configure, shallow } from 'enzyme'; + +import Adapter from 'enzyme-adapter-react-15'; + +configure({ adapter: new Adapter() }); + +const store = createStore(rootReducer); + +describe('', () => { + const wrapper = shallow( + + + + ); + const container = wrapper.instance(); + + it('renders without crashing', () => { + expect(wrapper).toBeTruthy(); + expect(container).toBeTruthy(); + expect(wrapper).toMatchSnapshot(); + }); +}); diff --git a/src/app/components/elements/Author.scss b/src/app/components/elements/Author/styles.scss similarity index 100% rename from src/app/components/elements/Author.scss rename to src/app/components/elements/Author/styles.scss diff --git a/src/app/components/elements/ChangePassword.story.jsx b/src/app/components/elements/ChangePassword.story.jsx new file mode 100644 index 0000000000..fb8aa9b023 --- /dev/null +++ b/src/app/components/elements/ChangePassword.story.jsx @@ -0,0 +1,24 @@ +import React from 'react'; +import { storiesOf } from '@storybook/react'; +import { withKnobs } from '@storybook/addon-knobs'; +import rootReducer from 'app/redux/RootReducer'; +import { Provider } from 'react-redux'; +import { createStore } from 'redux'; +import ChangePassword from './ChangePassword'; +import { Center } from './Tooltip.story'; + +const store = createStore(rootReducer); + +storiesOf('Elements', module) + .addDecorator(withKnobs) + .addDecorator(getStory => {getStory()}) + .add('ChangePassword', () => ( +
+ +
+ )); diff --git a/src/app/components/elements/Follow/Follow.story.jsx b/src/app/components/elements/Follow/Follow.story.jsx new file mode 100644 index 0000000000..bd53c7d5a4 --- /dev/null +++ b/src/app/components/elements/Follow/Follow.story.jsx @@ -0,0 +1,26 @@ +import React from 'react'; +import { storiesOf } from '@storybook/react'; +import { withKnobs, boolean } from '@storybook/addon-knobs'; +import rootReducer from 'app/redux/RootReducer'; +import { Provider } from 'react-redux'; +import { createStore } from 'redux'; +import Follow from './index'; +import { Center } from '../Tooltip.story'; + +const store = createStore(rootReducer); + +storiesOf('Elements', module) + .addDecorator(withKnobs) + .addDecorator(getStory => {getStory()}) + .add('Follow', () => ( +
+ +
+ )); diff --git a/src/app/components/elements/Follow/__snapshots__/spec.js.snap b/src/app/components/elements/Follow/__snapshots__/spec.js.snap new file mode 100644 index 0000000000..4c100854e5 --- /dev/null +++ b/src/app/components/elements/Follow/__snapshots__/spec.js.snap @@ -0,0 +1,55 @@ +// Jest Snapshot v1, https://goo.gl/fbAQLP + +exports[` renders without crashing 1`] = ` +ShallowWrapper { + "length": 1, + Symbol(enzyme.__root__): [Circular], + Symbol(enzyme.__unrendered__): + + , + Symbol(enzyme.__renderer__): Object { + "batchedUpdates": [Function], + "getNode": [Function], + "render": [Function], + "simulateEvent": [Function], + "unmount": [Function], + }, + Symbol(enzyme.__node__): Object { + "instance": null, + "key": undefined, + "nodeType": "class", + "props": Object {}, + "ref": null, + "rendered": null, + "type": [Function], + }, + Symbol(enzyme.__nodes__): Array [ + Object { + "instance": null, + "key": undefined, + "nodeType": "class", + "props": Object {}, + "ref": null, + "rendered": null, + "type": [Function], + }, + ], + Symbol(enzyme.__options__): Object { + "adapter": ReactFifteenAdapter { + "options": Object { + "supportPrevContextArgumentOfComponentDidUpdate": true, + }, + }, + }, +} +`; diff --git a/src/app/components/elements/Follow.jsx b/src/app/components/elements/Follow/index.jsx similarity index 100% rename from src/app/components/elements/Follow.jsx rename to src/app/components/elements/Follow/index.jsx diff --git a/src/app/components/elements/Follow/spec.js b/src/app/components/elements/Follow/spec.js new file mode 100644 index 0000000000..8a337c3549 --- /dev/null +++ b/src/app/components/elements/Follow/spec.js @@ -0,0 +1,26 @@ +import React from 'react'; +import { mount, configure, shallow } from 'enzyme'; +import { Provider } from 'react-redux'; +import { createStore } from 'redux'; +import Follow from './index'; +import rootReducer from 'app/redux/RootReducer'; +import Adapter from 'enzyme-adapter-react-15'; + +const store = createStore(rootReducer); + +configure({ adapter: new Adapter() }); + +describe('', () => { + const wrapper = shallow( + + + + ); + const container = wrapper.instance(); + + it('renders without crashing', () => { + expect(wrapper).toBeTruthy(); + expect(container).toBeTruthy(); + expect(wrapper).toMatchSnapshot(); + }); +}); diff --git a/src/app/components/elements/Keys.story.jsx b/src/app/components/elements/Keys.story.jsx new file mode 100644 index 0000000000..381915f3e5 --- /dev/null +++ b/src/app/components/elements/Keys.story.jsx @@ -0,0 +1,30 @@ +import React from 'react'; +import { storiesOf } from '@storybook/react'; +import { withKnobs } from '@storybook/addon-knobs'; +import rootReducer from 'app/redux/RootReducer'; +import { Map, List } from 'immutable'; +import { Provider } from 'react-redux'; +import { createStore } from 'redux'; +import Keys from './Keys'; +import { Center } from './Tooltip.story'; + +const store = createStore(rootReducer); + +const mockAccount = Map({ + name: 'maitland', + posting: Map({ + key_auths: [ + List(['SOMETHING', 'HERE']), + List(['ANOTHER THING', 'OVER THERE']), + ], + }), +}); + +storiesOf('Elements', module) + .addDecorator(withKnobs) + .addDecorator(getStory => {getStory()}) + .add('Keys', () => ( +
+ {}} /> +
+ )); diff --git a/src/app/components/elements/Reblog.story.jsx b/src/app/components/elements/Reblog.story.jsx new file mode 100644 index 0000000000..b1bf90ee38 --- /dev/null +++ b/src/app/components/elements/Reblog.story.jsx @@ -0,0 +1,23 @@ +import React from 'react'; +import { storiesOf } from '@storybook/react'; +import { withKnobs } from '@storybook/addon-knobs'; +import rootReducer from 'app/redux/RootReducer'; +import { Provider } from 'react-redux'; +import { createStore } from 'redux'; +import Reblog from './Reblog'; +import { Center } from './Tooltip.story'; + +const store = createStore(rootReducer); + +storiesOf('Elements', module) + .addDecorator(withKnobs) + .addDecorator(getStory => {getStory()}) + .add('Reblog', () => ( +
+ alert('STEEM WAZ HERE')} + /> +
+ )); diff --git a/src/app/components/elements/ReplyEditor.jsx b/src/app/components/elements/ReplyEditor.jsx index 529bd1b54b..dffe34f188 100644 --- a/src/app/components/elements/ReplyEditor.jsx +++ b/src/app/components/elements/ReplyEditor.jsx @@ -538,24 +538,20 @@ class ReplyEditor extends React.Component { tabIndex={2} /> - {type === 'submit_story' && ( -

- {tt( - 'reply_editor.insert_images_by_dragging_dropping' - )} - {noClipboardData - ? '' - : tt( - 'reply_editor.pasting_from_the_clipboard' - )} - {tt('reply_editor.or_by')}{' '} - - {tt( - 'reply_editor.selecting_them' - )} - . -

- )} +

+ {tt( + 'reply_editor.insert_images_by_dragging_dropping' + )} + {noClipboardData + ? '' + : tt( + 'reply_editor.pasting_from_the_clipboard' + )} + {tt('reply_editor.or_by')}{' '} + + {tt('reply_editor.selecting_them')} + . +

{progress.message && (
{progress.message} diff --git a/src/app/components/elements/Reputation.story.jsx b/src/app/components/elements/Reputation.story.jsx new file mode 100644 index 0000000000..d0eec015b1 --- /dev/null +++ b/src/app/components/elements/Reputation.story.jsx @@ -0,0 +1,10 @@ +import React from 'react'; +import { storiesOf } from '@storybook/react'; +import Reputation from './Reputation'; +import { Center } from './Tooltip.story'; + +storiesOf('Elements', module).add('Reputation', () => ( +
+ +
+)); diff --git a/src/app/components/elements/TimeAgoWrapper.js b/src/app/components/elements/TimeAgoWrapper/index.jsx similarity index 100% rename from src/app/components/elements/TimeAgoWrapper.js rename to src/app/components/elements/TimeAgoWrapper/index.jsx diff --git a/src/app/components/elements/TimeAgoWrapper/story.jsx b/src/app/components/elements/TimeAgoWrapper/story.jsx new file mode 100644 index 0000000000..9e44b78813 --- /dev/null +++ b/src/app/components/elements/TimeAgoWrapper/story.jsx @@ -0,0 +1,15 @@ +import React from 'react'; +import { storiesOf } from '@storybook/react'; +import { withKnobs, date } from '@storybook/addon-knobs'; + +import { IntlProvider } from 'react-intl'; + +import TimeAgoWrapper from './'; + +storiesOf('Elements', module) + .addDecorator(withKnobs) + .add('TimeAgoWrapper', () => ( + + + + )); diff --git a/src/app/components/elements/TransactionError.story.jsx b/src/app/components/elements/TransactionError.story.jsx new file mode 100644 index 0000000000..ae6b91d85f --- /dev/null +++ b/src/app/components/elements/TransactionError.story.jsx @@ -0,0 +1,21 @@ +import React from 'react'; +import { storiesOf } from '@storybook/react'; +import { withKnobs, text } from '@storybook/addon-knobs'; +import TransactionError from './TransactionError'; +import { Center } from './Tooltip.story'; +import rootReducer from 'app/redux/RootReducer'; +import { Provider } from 'react-redux'; +import { createStore } from 'redux'; +const store = createStore(rootReducer); + +storiesOf('Elements', module) + .addDecorator(withKnobs) + .addDecorator(getStory => {getStory()}) + .add('TransactionError', () => ( +
+ +
+ )); diff --git a/src/app/components/elements/UserList.story.jsx b/src/app/components/elements/UserList.story.jsx index 150c9e7cd3..1da344047c 100644 --- a/src/app/components/elements/UserList.story.jsx +++ b/src/app/components/elements/UserList.story.jsx @@ -1,6 +1,7 @@ import React from 'react'; import { storiesOf } from '@storybook/react'; -import { withKnobs } from '@storybook/addon-knobs'; +import { withKnobs, number } from '@storybook/addon-knobs'; +import { Map, List } from 'immutable'; import rootReducer from 'app/redux/RootReducer'; import { Provider } from 'react-redux'; import { createStore } from 'redux'; @@ -9,9 +10,19 @@ import UserList from './UserList'; const store = createStore(rootReducer); -const mockUsers = Array(70).fill('test'); +const options = { + range: true, + min: 0, + max: 150, + step: 1, +}; storiesOf('Elements', module) .addDecorator(withKnobs) .addDecorator(getStory => {getStory()}) - .add('UserList', () => ); + .add('UserList', () => { + let mockUsers = List( + Array(number('number of users', 10, options)).fill('test') + ); + return ; + }); diff --git a/src/app/components/elements/WalletSubMenu.story.jsx b/src/app/components/elements/WalletSubMenu.story.jsx new file mode 100644 index 0000000000..b1ad64350b --- /dev/null +++ b/src/app/components/elements/WalletSubMenu.story.jsx @@ -0,0 +1,18 @@ +import React from 'react'; +import { storiesOf } from '@storybook/react'; +import { withKnobs, text } from '@storybook/addon-knobs'; +import WalletSubMenu from './WalletSubMenu'; +import { Center } from './Tooltip.story'; +import rootReducer from 'app/redux/RootReducer'; +import { Provider } from 'react-redux'; +import { createStore } from 'redux'; +const store = createStore(rootReducer); + +storiesOf('Elements', module) + .addDecorator(withKnobs) + .addDecorator(getStory => {getStory()}) + .add('WalletSubMenu', () => ( +
+ +
+ )); diff --git a/src/app/components/elements/WelcomePanel.jsx b/src/app/components/elements/WelcomePanel.jsx new file mode 100644 index 0000000000..b47cece724 --- /dev/null +++ b/src/app/components/elements/WelcomePanel.jsx @@ -0,0 +1,62 @@ +import React from 'react'; +import CloseButton from 'react-foundation-components/lib/global/close-button'; +import { Link } from 'react-router'; +import tt from 'counterpart'; + +export default class WelcomePanel extends React.Component { + constructor(props) { + super(props); + this.setShowBannerFalse = props.setShowBannerFalse; + } + + render() { + return ( +
+
+ +
+
+ +
+
+
+
+
+

+ {tt('navigation.intro_tagline')} +

+

+ {tt('navigation.intro_paragraph')} +

+
+ + {' '} + {tt('navigation.sign_up')}{' '} + + + + {tt('navigation.learn_more')} + +
+
+
+ +
+
+
+
+ ); + } +} diff --git a/src/app/components/modules/ConnectedFlag/README.md b/src/app/components/modules/ConnectedFlag/README.md new file mode 100644 index 0000000000..b74a67d066 --- /dev/null +++ b/src/app/components/modules/ConnectedFlag/README.md @@ -0,0 +1,30 @@ +This HOC can be used to conditionally render a component based on a flag being present in the redux store. +If the flag is not present or if it is false a fallback component is rendered. + +If you provide both children and a FlagComponent the children will be rendered. + +Example Usage: + +``` +// Conditionally render wrapped Children + +

Hello World

+
+ +// Explicitly Render a component. +} + Fallback={} +/> + +// If flag is false or not present, render a fallback +} + Fallback={} +/> +``` diff --git a/src/app/components/modules/ConnectedFlag/index.jsx b/src/app/components/modules/ConnectedFlag/index.jsx new file mode 100644 index 0000000000..53b31ddfe6 --- /dev/null +++ b/src/app/components/modules/ConnectedFlag/index.jsx @@ -0,0 +1,15 @@ +import React, { Component } from 'react'; +import { connect } from 'react-redux'; +import { selectors as appSelectors } from 'app/redux/AppReducer'; +import Flag from 'app/components/modules/Flag'; + +const mapStateToProps = (state, ownProps) => { + return { + flagged: appSelectors.getFeatureFlag(state.app, ownProps.flag), + ...ownProps, + }; +}; + +const ConnectedFlag = connect(mapStateToProps)(Flag); + +export default ConnectedFlag; diff --git a/src/app/components/modules/Flag/Flag.test.jsx b/src/app/components/modules/Flag/Flag.test.jsx new file mode 100644 index 0000000000..ed8514e648 --- /dev/null +++ b/src/app/components/modules/Flag/Flag.test.jsx @@ -0,0 +1,71 @@ +/*global describe, it, before, beforeEach, after, afterEach */ +import React from 'react'; +import { configure, shallow } from 'enzyme'; +import Adapter from 'enzyme-adapter-react-15'; +import LoadingIndicator from 'app/components/elements/LoadingIndicator'; +import Icon from 'app/components/elements/Icon'; + +import Flag from 'app/components/modules/Flag'; + +configure({ adapter: new Adapter() }); + +describe('Flag', () => { + let component = ; + let fallback = ; + let child =
HELLO WORLD
; + + it('should render the children when the flag prop is true', () => { + const wrapper = shallow( + + ); + expect(wrapper.text()).toEqual(' HELLO WORLD '); + }); + it('should render the FlagComponent when the flag prop is true and there are no children', () => { + const wrapper = shallow( + + ); + expect(wrapper.text()).toEqual(''); + }); + + it('should render null when the flag condition fails and no fallback is provided', () => { + const wrapper = shallow( + + ); + expect(wrapper.html()).toBe(null); + }); + + it('should render the fallback component if the flag condition is false', () => { + const wrapper = shallow( + + ); + expect(wrapper.html()).not.toBe(null); + expect(wrapper.text()).toEqual(''); + }); + + it('should render children but not FlagComponent if both are provided', () => { + const wrapper = shallow( + + ); + // There isn't a good way to check for proptypes errors + // see https://stackoverflow.com/questions/26124914/how-to-test-react-proptypes-through-jest + expect(wrapper.text()).toEqual(' HELLO WORLD '); + }); +}); diff --git a/src/app/components/modules/Flag/index.jsx b/src/app/components/modules/Flag/index.jsx new file mode 100644 index 0000000000..52db4ae892 --- /dev/null +++ b/src/app/components/modules/Flag/index.jsx @@ -0,0 +1,28 @@ +import React, { Component } from 'react'; + +const Flag = ({ flagged, FlagComponent, Fallback = null, children }) => { + if (flagged && children) return { ...children }; + else return flagged ? FlagComponent : Fallback; +}; + +Flag.propTypes = { + flagged: React.PropTypes.bool.isRequired, + FlagComponent: (props, propName, componentName) => { + // First ensure it is a React element + React.PropTypes.checkPropTypes( + { FlagComponent: React.PropTypes.element }, + props, + 'FlagComponent', + 'Flag' + ); + // Also issue a warning if children are also supplied + if (props[propName] && props.children) { + return new Error( + 'Supplied both a FlagComponent and children to Flag; rendering children!' + ); + } + }, + Fallback: React.PropTypes.element, +}; + +export default Flag; diff --git a/src/app/components/modules/Footer.jsx b/src/app/components/modules/Footer.jsx deleted file mode 100644 index b65a0ac7af..0000000000 --- a/src/app/components/modules/Footer.jsx +++ /dev/null @@ -1,38 +0,0 @@ -import React from 'react'; -import { Link } from 'react-router'; -import { connect } from 'react-redux'; -import tt from 'counterpart'; - -const Footer = props => ( -
-
-
    -
  • - {tt('navigation.about')} -
  • -
  • - - {tt('navigation.privacy_policy')} - -
  • -
  • - - {tt('navigation.terms_of_service')} - -
  • -
  • - {tt('navigation.witnesses')} -
  • -
-
-
-
-
-
-); - -Footer.propTypes = {}; - -export default connect(state => { - return {}; -})(Footer); diff --git a/src/app/components/modules/Footer.scss b/src/app/components/modules/Footer.scss deleted file mode 100644 index 5d2155de91..0000000000 --- a/src/app/components/modules/Footer.scss +++ /dev/null @@ -1,13 +0,0 @@ -.Footer { - border: none; - margin-top: 2rem; - margin-bottom: 0; - border-right: none; - border-radius: 0; - background-color: $medium-gray; -} - -.Footer__section { - line-height: 1.5rem; - padding: 0.7rem 1rem; -} diff --git a/src/app/components/modules/Header.test.js b/src/app/components/modules/Header.test.js index 96a15e72ae..d71f052c67 100644 --- a/src/app/components/modules/Header.test.js +++ b/src/app/components/modules/Header.test.js @@ -1,11 +1,18 @@ /*global describe, it, before, beforeEach, after, afterEach */ import React from 'react'; -import { expect } from 'chai'; -import { shallow } from 'enzyme'; +import { configure, shallow } from 'enzyme'; +import Adapter from 'enzyme-adapter-react-15'; + import { _Header_ } from './Header'; +configure({ adapter: new Adapter() }); + describe('Header', () => { it('contains class .header', () => { - expect(shallow(<_Header_ />).is('.Header')).to.equal(true); + expect( + shallow(<_Header_ location={{ pathname: 'whatever' }} />).is( + '.Header' + ) + ).toBe(true); }); }); diff --git a/src/app/components/modules/Settings.jsx b/src/app/components/modules/Settings.jsx index 979033c154..b9a0751efe 100644 --- a/src/app/components/modules/Settings.jsx +++ b/src/app/components/modules/Settings.jsx @@ -201,6 +201,8 @@ class Settings extends React.Component { + +
diff --git a/src/app/components/modules/TermsAgree.jsx b/src/app/components/modules/TermsAgree.jsx index 522a3ffc9f..8fe8cd63be 100644 --- a/src/app/components/modules/TermsAgree.jsx +++ b/src/app/components/modules/TermsAgree.jsx @@ -1397,10 +1397,10 @@ class TermsAgree extends Component { export default connect( state => ({}), dispatch => ({ - hideTerms: e => { - if (e) e.preventDefault(); - dispatch(userActions.hideTerms()); - } - }) + hideTerms: e => { + if (e) e.preventDefault(); + dispatch(userActions.hideTerms()); + }, + }) )(TermsAgree); // mapStateToProps diff --git a/src/app/components/modules/UserWallet.jsx b/src/app/components/modules/UserWallet.jsx index 11046b532f..70fb09e554 100644 --- a/src/app/components/modules/UserWallet.jsx +++ b/src/app/components/modules/UserWallet.jsx @@ -41,7 +41,7 @@ class UserWallet extends React.Component { const new_window = window.open(); new_window.opener = null; new_window.location = - 'https://blocktrades.us/?input_coin_type=btc&output_coin_type=steem&receive_address=' + + 'https://blocktrades.us/?input_coin_type=eth&output_coin_type=steem&receive_address=' + name; }; this.onShowWithdrawSteem = e => { @@ -49,14 +49,14 @@ class UserWallet extends React.Component { const new_window = window.open(); new_window.opener = null; new_window.location = - 'https://blocktrades.us/unregistered_trade/steem/btc'; + 'https://blocktrades.us/unregistered_trade/steem/eth'; }; this.onShowDepositPower = (current_user_name, e) => { e.preventDefault(); const new_window = window.open(); new_window.opener = null; new_window.location = - 'https://blocktrades.us/?input_coin_type=btc&output_coin_type=steem_power&receive_address=' + + 'https://blocktrades.us/?input_coin_type=eth&output_coin_type=steem_power&receive_address=' + current_user_name; }; this.onShowDepositSBD = (current_user_name, e) => { @@ -64,7 +64,7 @@ class UserWallet extends React.Component { const new_window = window.open(); new_window.opener = null; new_window.location = - 'https://blocktrades.us/?input_coin_type=btc&output_coin_type=sbd&receive_address=' + + 'https://blocktrades.us/?input_coin_type=eth&output_coin_type=sbd&receive_address=' + current_user_name; }; this.onShowWithdrawSBD = e => { @@ -72,7 +72,7 @@ class UserWallet extends React.Component { const new_window = window.open(); new_window.opener = null; new_window.location = - 'https://blocktrades.us/unregistered_trade/sbd/btc'; + 'https://blocktrades.us/unregistered_trade/sbd/eth'; }; this.shouldComponentUpdate = shouldComponentUpdate(this, 'UserWallet'); } diff --git a/src/app/components/modules/lp/LpFooter.jsx b/src/app/components/modules/lp/LpFooter.jsx deleted file mode 100644 index 4fdad3633f..0000000000 --- a/src/app/components/modules/lp/LpFooter.jsx +++ /dev/null @@ -1,9 +0,0 @@ -import React, { PropTypes } from 'react'; -import { Link } from 'react-router'; -import { connect } from 'react-redux'; - -export default class LpFooter extends React.Component { - render() { - return