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: + "
Follow, Resteem and VOTE UP @kingscrown creator of http://fuk.io blog for 0day cryptocurrency news and tips! | \n \n |
---|
https://pp.userapi.com/c840529/v840529916/292a/zYCI1IjZwsM.jpg
\nhttps://pp.userapi.com/c840529/v840529916/28d8/DnhMo4l_h68.jpg
\nhttps://pp.userapi.com/c840529/v840529916/28f3/qCp1m5KIZsk.jpg
\nhttps://pp.userapi.com/c840529/v840529916/28d8/DnhMo4l_h68.jpg
\nhttps://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: + "- {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 && ({icon}
+