http://www.gravityprotocol.org/network/gravity-10-cources.jpg **On May 25, public Gravity testnet was launched. Many thanks to all the participants!** For those, who has not yet decided to join in, we issue a set of instructions on the testnet participation. The Gravity Team takes a serious view on information support of the project. If you have any questions which are not presented in the instructions, please leave them in the comments. **Join our [Telegram dev chat](https://t.me/gravity_protocol)** **More information [here](https://github.com/GravityProtocol/gravity-docs)** ## Instructions in the Set * **Creating an Issue on Github** * **Wallet Registration Tutorial** * **Install Gravity Node for Public Testnet** * **Install Gravity Node for Public Testnet with Docker** * **Turn a node into a witness node** * **Comittee Memember Registration Tutorial** * **How to update Gravity Protocol node** * **How to resync Gravity Protocol node** ## Attention! Resync your node please! Last Friday our testnet had its first emission. Due to sync problems it is not displayed either in the wallet or in the explorer, and it can't be spent. To fix it, all the nodes should be resynced, and first of all - all the witness nodes. You'll need to recync your node in 24 hours, otherwise your node will fork in relation to the main testnet. Please notify us in the telegram chat after you'll resync your node. **See the manual below or [here](https://github.com/GravityProtocol/gravity-docs/blob/master/resyncing-node.md)** ## 📢 Creating an Issue on Github **To participate our testnet, you need to [follow instructions](https://steemit.com/blockchain/@gravity-protocol/break-our-net-gravity-launches-public-testnet).** All the work with the code, along with suggestions should be presented on the [Gravity testnet GitHub](https://github.com/GravityProtocol) in the form of issues. Today we will be teaching you how to create and submit an issue on Github. https://www.youtube.com/watch?v=Ht7ml2fpF4M&t=6s * In order to do that, we first need to find an account for the products where we have special offers. * Next, we need to select a specific repository. * Now, moving to the issue tab, we’ll select *“New Issue”*. * In the title of this issue we will briefly describe the idea of our proposal or the mistake we’d like to report to the team. * Next, In the space below, we will talk about our proposal in greater detail. * If you wish to do so, you may use the formatting tools provided. For example, you can make the text size larger. * We can also click on the *“Preview”* button- to see how it will be displayed. * When you’re finished, select *“Submit new issue”*. * If you’d like to edit the title, press *“Edit”* button provided. * And if you need to edit the text, press the *“Pencil”* button. * If you make a mistake and send your issue to the wrong repository, do not worry! You are able to close your issue at any time. * To do so, press the *“Close Issue”* button. * Likewise, if you accidentally close your issue, you can reopen it as well. * Do do that, just select the *“Reopen issue”* button. ## Wallet Registration Tutorial https://www.youtube.com/watch?v=T3sbwFu4hIQ **We’re going to review the registration process for the Gravity Protocol Blockchain.** * In order to do so, open the link https://wallet.gravityprotocol.org on your computer. * Next, select the button *“Create wallet”*. * Now you’ll need to create a password for your wallet, and select the *“Submit”* button. * In the next step, the site asks us to move our mouse, in order to generate a unique brainkey. * Once you have that unique brainkey please save it. * Now, double check that you definitely saved your brainkey. * Then, among the words listed, find words 2, 4, 8 and 12 (in order) in our brainkey. * Select *“Confirm”*. * Next you will see three tick marks. * Select the first mark. Then, we need to confirm that we understand the fact that our wallet, as well as, private keys and tokens that are stored in our wallet, are only saved on our machine and that there are no other copies saved to the servers. * By selecting the second mark, we give our agreement to send anonymous data to improve the platform. * The third mark prompts you to make a backup copy. * As you can see, it’s not required to make a backup copy but it is better to do so just in case. * All that’s left to do is select the button *“Get started”*. * As you can see, the backup copy is downloaded immediately. * Now you’re able to use any of the available wallet functions. ## Install Gravity Node for Public Testnet **We’re going to show you how to assemble your own Gravity protocol node. Choose a server with Ubuntu 16.04 for the correct node installation. You need to install: git, docker, docker-compose. If you need use the command: docker login.** https://www.youtube.com/watch?v=aBTXe_OsJSg * Please note, that you must have git, docker and docker compose installed on your machine. * First we’ll clone the repository by using git clone. >git clone --depth 1 https://graphenelab.unfuddle.com/git/graphenelab_gravitypublic -b testnet * Right now, our repository is still private so in this video I’ll need credentials to log in. * After the clone is complete, you need to double check the that the new folder has been created. >ls * Then switch to that folder. >cd graphenelab_gravitypublic * Now we need to give the command to compile the node. * Please note that you may need to use sudo depending on the type of user account credentials that you have. >sudo docker-compose build * Now you'll have to wait for approximately 20 minutes for the node to compile. * There will be some warnings in red, but you can safely ignore them. * Now, that the node is compiled, you need to boot up the node. We'll use the *'docker compose up'* command for that. >sudo docker-compose up * After a while, you'll see blocks being created every few seconds. * To terminate the node press *Ctrl+C*. ## Install Gravity Node for Public Testnet with Docker **We'll learn how to install a gravity-protocol node using another method. It is also suitable if you have a version of the operating system differs from Ubutnu 16.04. You need to install: git, docker, docker-compose. If you need use the command: docker login.** https://www.youtube.com/watch?v=-gtgSK84Su4 * First of all we need to clone the repository, we do this using git clone. >git clone https://github.com/GravityProtocol/gravity-testnet-docker.git * Next, we’ll check the newly created directory. As you can see, the directory is there, so let’s cd to it. >ls >cd gravity-testnet-docker * Now we need to download an image with the node. We'll use docker-compose pull, to do that. >sudo docker-compose pull * After the image has downloaded, we need to boot up our node. * Let’s use docker-compose up, to do that. >sudo docker-compose up * Soon you'll see blocks being created. * To terminate the node you’ll need to press *Ctrl+C*. ## Turn a node into a witness node https://www.youtube.com/watch?v=vnAaY4Gw-Rs **We’re going to turn a node into a witness node.** * First, open node’s directory. > cd gravity-testnet-docker * Then, run the node in daemon mode, and run the cli-wallet with advanced settings. >sudo docker-compose up -d >sudo docker-compose exec gravity_node cli_wallet -w /var/lib/gravity/wallet.json * Next, Set a password for the wallet and unblock the wallet. >set_password password >unlock password * Import your account in the wallet. >import_key "your-account" "your-active-private-key" * Here’s where you’ll get a lifetime membership, and then create a witness. >upgrade_account "account" true >create_witness "account" "url" true * Now you’ll need to get your witness-ID. >get_witness "account" * As you can see, the witness-ID for this specific account is "1.6.*" You’re going to want to memorize it or write it down. There is also a public key for signing blocks which also needs to be saved. * Now you can derive a private key using the public key, save the private key as well. >get_private_key [public signing key] (without quote) * Now close the cli-wallet using *Ctrl+C*. * After that, you’ll need to edit the *config.ini* file. >sudo nano ./data/config.ini * Add your witness-ID, and replace the keys. * Don’t forget to delete the sharp symbol (#) in front of witness-id to turn the comment line into a code line. * After you’ve added your witness-ID and replaced the keys, press *Ctrl+X*. * Then press *Y* to save the changes. * Now you’ll need to restart the node. For that, use the docker-compose down and docker-compose up commands. >sudo docker-compose down >sudo docker-compose up -d * And there you have it, a running witness node! * Now, all you have to do is convince people to vote for you. ## Comittee Memember Registration Tutorial **We’ll be learning how to create a member of the committee from an account.** https://www.youtube.com/watch?v=Q8cU7yGVjoQ * To begin, we need to open the file with the program node. >cd gravity-testnet-docker * Now, let’s start our node with demonization. >sudo docker-compose up -d * Next, run the cli-wallet with extra parameters. >sudo docker-compose exec gravity_node cli_wallet -w /var/lib/gravity/wallet.json * At this time, we’ll create a password for the wallet. >set_password password * Unblock the wallet and we’ll be sent into our account. >unlock password * Here, we’ll import our account. >import_key "your-account" "your-active-private-key" * Now that we’ve done this, we have a lifetime membership for this account, >upgrade_account "account" true * From this account we’ll be creating a member of the committee. >create_committee_member "account" "url" true * Execute the following command, an example is in the video description. * Now close the cli-wallet using the keyboard shortcut *Ctrl+C*. * Now your account is a candidate to be a member of the committee. * All that is left to do is convince people to vote for you. **If you’ve already created a witness node, you can skip the password setting steps for the wallet, import the account and purchase a lifetime membership.** ## How to make proposals and to edit a blockchain configuration **We’re going to learn how to make proposals and to edit a blockchain configuration.** * First we’ll open cli-wallet when the node is launched. >sudo docker-compose exec gravity_node cli_wallet -w /var/lib/gravity/wallet.json * Then we’ll unlock the wallet. >unlock 1234567 **And now we’ll get to work.** * We’ll get current configuration values: >get_global_properties * We’ll make a proposal to change the interval between the blocks using the template: >propose_parameter_change [from account] [time, the value must be greater than CURRENTTIME + committee_proposal_review_period and lower than CURRENTTIME + maximum_proposal_lifetime] {json with the new values} true **For example:** >propose_parameter_change "g2090i8190e9280o7900" "2018-06-13T17:28:00" {"block_interval": 3} true * Now we’ll get the number of proposal id. >get_account_history "g2090i8190e9280o7900" 1 >2018-06-13T17:00:20 proposal_create_operation g2090i8190e9280o7900 fee: 20.00007 ZGV result: 1.10.1 * And we’ll vote. >approve_proposal g2090i8190e9280o7900 1.10.1 {"active_approvals_to_add" : ["g2090i8190e9280o7900"]} true * Now we’ll close the cli-wallet using Ctrl+C **And we’ll change the fees:** * First we’ll get current values of the configuration >get_global_properties * Then we’ll make a proposal to change the fees. >propose_fee_change "g2090i8190e9280o7900" "2018-06-13T04:32:00" {0 : {"fee": 1, "price_per_kbyte": 0,1}, 34 : {"fee": 10000000}} true * Now we’ll get the number of proposal id. >get_account_history "g2090i8190e9280o7900" 1 >2018-06-13T17:00:20 proposal_create_operation g2090i8190e9280o7900 fee: 20.00007 ZGV result: 1.10.1 * And vote: >approve_proposal g2090i8190e9280o7900 1.10.1 {"active_approvals_to_add" : ["g2090i8190e9280o7900"]} true ## How to update Gravity Protocol node **We’re going to learn how to update Gravity Protocol node.** * First, we’ll go to the node’s directory. >cd gravity-testnet-docker * Here we’ll stop our node. >sudo docker-compose down * Then we’ll receive the update from github. >git pull origin * And new versions of packages from Dockerhub. >sudo docker-compose pull * Now we’ll run the node in daemon mode. >sudo docker-compose up -d * If you prefer, you can display current sync status on the screen. >sudo docker-compose logs --tail 10 -f * To hide the logs, press **Ctrl+Z*. ## How to resync Gravity Protocol node **We’re going to learn how to resync Gravity Protocol node.** * First we’ll go to the node’s directory. >cd gravity-testnet-docker * Here we’ll stop our node . >sudo docker-compose down * And run it again. >sudo docker-compose up -d * If you prefer, you can display current sync status on the screen. >sudo docker-compose logs --tail 10 -f * To hide the logs, press *Ctrl+Z*. # 📢 Gravity Launches Public Testnet [Come to our testnet and break our toys!](https://steemit.com/blockchain/@gravity-protocol/break-our-net-gravity-launches-public-testnet) # Want to join our team? [Gravity Protocol is hiring!](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-needs-you) # See the previous articles [Gravity Protocol Intro](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-intro) [Gravity Protocol Roadmap](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-roadmap) [A Deeper Look Into Dan Larimer’s radio](https://steemit.com/blockchain/@gravity-protocol/a-deeper-look-into-dan-larimer-s-radio-analogy-to-explain-index-of-importance) [Gravity Protocol initial distribution](https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-initial-distribution-including-airdrops) [Adaptive Emission: Making Blockchain Economy Real](https://steemit.com/blockchain/@gravity-protocol/adaptive-emission-making-blockchain-economy-real) [Gravity IPFS: Off-chain Data Storage](https://steemit.com/blockchain/@gravity-protocol/gravity-ipfs-off-chain-data-storage) [Gravity: Ecosystem Participants](https://steemit.com/blockchain/@gravity-protocol/gravity-ecosystem-participants) [Gravity: Stablecoin Solutions](https://steemit.com/blockchain/@gravity-protocol/gravity-stablecoin-solutions) # Follow Us Website: http://gravity.io BitsharesTalk: https://bitsharestalk.org/index.php?board=122.0 Bitcointalk: https://bitcointalk.org/index.php?topic=4189531.0 Telegram channel: https://t.me/gravityprotocol Telegram dev chat: https://t.me/gravity_protocol Blog: https://steemit.com/@gravity-protocol Blog: https://medium.com/@gravityprotocol Twitter: https://twitter.com/protocolgravity Discord: https://discord.gg/bcavmUg Linkedin: https://www.linkedin.com/company/gravity-foundation/
author | gravity-protocol |
---|---|
permlink | gravity-testnet-instructions-set |
category | blockchain |
json_metadata | {"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"image":["http://www.gravityprotocol.org/network/gravity-10-cources.jpg","https://img.youtube.com/vi/Ht7ml2fpF4M/0.jpg","https://img.youtube.com/vi/T3sbwFu4hIQ/0.jpg","https://img.youtube.com/vi/aBTXe_OsJSg/0.jpg","https://img.youtube.com/vi/-gtgSK84Su4/0.jpg","https://img.youtube.com/vi/vnAaY4Gw-Rs/0.jpg","https://img.youtube.com/vi/Q8cU7yGVjoQ/0.jpg"],"links":["https://t.me/gravity_protocol","https://github.com/GravityProtocol/gravity-docs","https://github.com/GravityProtocol/gravity-docs/blob/master/resyncing-node.md","https://steemit.com/blockchain/@gravity-protocol/break-our-net-gravity-launches-public-testnet","https://github.com/GravityProtocol","https://www.youtube.com/watch?v=Ht7ml2fpF4M&t=6s","https://www.youtube.com/watch?v=T3sbwFu4hIQ","https://wallet.gravityprotocol.org","https://www.youtube.com/watch?v=aBTXe_OsJSg","https://graphenelab.unfuddle.com/git/graphenelab_gravitypublic","https://www.youtube.com/watch?v=-gtgSK84Su4","https://github.com/GravityProtocol/gravity-testnet-docker.git","https://www.youtube.com/watch?v=vnAaY4Gw-Rs","https://www.youtube.com/watch?v=Q8cU7yGVjoQ","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-needs-you","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-intro","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-roadmap","https://steemit.com/blockchain/@gravity-protocol/a-deeper-look-into-dan-larimer-s-radio-analogy-to-explain-index-of-importance","https://steemit.com/blockchain/@gravity-protocol/gravity-protocol-initial-distribution-including-airdrops","https://steemit.com/blockchain/@gravity-protocol/adaptive-emission-making-blockchain-economy-real","https://steemit.com/blockchain/@gravity-protocol/gravity-ipfs-off-chain-data-storage","https://steemit.com/blockchain/@gravity-protocol/gravity-ecosystem-participants","https://steemit.com/blockchain/@gravity-protocol/gravity-stablecoin-solutions","http://gravity.io","https://bitsharestalk.org/index.php?board=122.0","https://bitcointalk.org/index.php?topic=4189531.0","https://t.me/gravityprotocol","https://steemit.com/@gravity-protocol","https://medium.com/@gravityprotocol","https://twitter.com/protocolgravity","https://discord.gg/bcavmUg","https://www.linkedin.com/company/gravity-foundation/"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-06-05 12:03:03 |
last_update | 2018-06-05 19:59:39 |
depth | 0 |
children | 42 |
last_payout | 2018-06-12 12:03:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 412.910 HBD |
curator_payout_value | 131.789 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14,810 |
author_reputation | 47,454,528,144,099 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,362,230 |
net_rshares | 167,642,045,767,575 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
geoffrey | 0 | 1,678,751,057,650 | 100% | ||
on0tole | 0 | 146,343,380,307 | 100% | ||
kovatelj | 0 | 643,666,590 | 100% | ||
sairji | 0 | 812,265,587 | 100% | ||
nepalipahad | 0 | 13,513,006,570 | 10% | ||
dimon14 | 0 | 22,365,564,487 | 87% | ||
zaebars | 0 | 456,489,637,970 | 100% | ||
gomeravibz | 0 | 330,682,846,281 | 100% | ||
erikkartmen | 0 | 3,104,378,350 | 100% | ||
skylineking88 | 0 | 74,694,736 | 100% | ||
bobbythegreat | 0 | 144,332,644 | 100% | ||
drac59 | 0 | 3,792,083,621 | 100% | ||
happyhippy87 | 0 | 1,447,381,923 | 100% | ||
puffin | 0 | 1,136,633,820 | 100% | ||
rusteemitblog | 0 | 100,358,599,533 | 100% | ||
greencross | 0 | 104,755,740 | 4% | ||
marel | 0 | 25,151,950,003 | 100% | ||
yvonneyoung | 0 | 63,999,668,229 | 100% | ||
judasp | 0 | 138,582,760,181 | 100% | ||
dayleeo | 0 | 34,433,937,199 | 100% | ||
draine | 0 | 1,863,871,910 | 100% | ||
brandybb | 0 | 4,165,005,180 | 100% | ||
spacecowboy | 0 | 2,080,534,321 | 100% | ||
bambam808 | 0 | 66,417,751,850 | 100% | ||
blockained | 0 | 1,120,959,677 | 100% | ||
blockchained | 0 | 205,155,776,606 | 100% | ||
marco.world | 0 | 1,120,921,980 | 100% | ||
steemitboard | 0 | 337,248,485 | 1% | ||
zephyraijunzo | 0 | 119,150,652,395 | 100% | ||
blckchnd | 0 | 1,118,880,283 | 100% | ||
vikx | 0 | 6,774,126,628 | 100% | ||
azzurra92 | 0 | 1,529,220,308 | 100% | ||
more4less | 0 | 290,117,346 | 100% | ||
jeff001 | 0 | 16,168,205,131 | 100% | ||
contentguy | 0 | 4,292,696,648 | 100% | ||
tdiv7653 | 0 | 1,004,979,554 | 100% | ||
melooo182 | 0 | 295,962,747 | 4.1% | ||
lenmar | 0 | 33,224,143,298 | 100% | ||
carlagonz | 0 | 833,016,388 | 41% | ||
arunava | 0 | 75,947,495,903 | 5% | ||
sensation | 0 | 125,648,765 | 100% | ||
moblsg.ent | 0 | 800,309,992 | 100% | ||
dirtymind | 0 | 289,014,033 | 100% | ||
manzon | 0 | 1,164,349,224 | 100% | ||
jacksonoskele | 0 | 393,453,310 | 41% | ||
starving | 0 | 71,685,269 | 100% | ||
appreciator | 0 | 41,317,783,283,277 | 36.37% | ||
stanhopeofficial | 0 | 49,954,854,650 | 100% | ||
cryptofy | 0 | 10,491,763,571 | 100% | ||
g0nr0gue | 0 | 4,868,524,565 | 100% | ||
beulahlandeu | 0 | 555,062,398 | 32.8% | ||
cifer | 0 | 10,027,254,388 | 60% | ||
dipom98 | 0 | 0 | 100% | ||
armincopp | 0 | 2,883,215,812 | 100% | ||
aalagenesis | 0 | 9,962,218,327 | 100% | ||
andhovesyan | 0 | 107,545,668 | 4% | ||
cryptobuds | 0 | 1,223,011,737 | 100% | ||
kwaskoff | 0 | 484,416,894 | 100% | ||
rocky1 | 0 | 41,292,398,477,169 | 68.26% | ||
bhim | 0 | 67,467,539 | 50% | ||
igider | 0 | 386,130,226 | 100% | ||
rudee | 0 | 887,145,130 | 100% | ||
saifoel77 | 0 | 1,635,506,048 | 100% | ||
segunbinary01 | 0 | 555,373,659 | 100% | ||
elixbaba | 0 | 313,084,521 | 41% | ||
fernandorivera | 0 | 251,435,591 | 100% | ||
humanabstract | 0 | 19,501,783,242 | 100% | ||
dontryme2 | 0 | 566,026,751 | 100% | ||
dollarman | 0 | 128,098,160 | 100% | ||
sandcoin | 0 | 42,218,219,911 | 100% | ||
damartinez | 0 | 237,837,392 | 100% | ||
fromportugal | 0 | 566,851,451 | 100% | ||
brainceo | 0 | 243,926,643 | 100% | ||
starboye | 0 | 68,241,795 | 100% | ||
steemitgottalent | 0 | 372,645,955 | 100% | ||
hurghada | 0 | 588,523,720 | 100% | ||
viper160891 | 0 | 347,822,806 | 100% | ||
outcast81 | 0 | 352,814,072 | 100% | ||
mrpirated | 0 | 281,741,258 | 41% | ||
pelvis | 0 | 211,788,722 | 41% | ||
petersilie | 0 | 607,268,926 | 100% | ||
pierlave | 0 | 5,406,792,878 | 100% | ||
iamredbar | 0 | 12,840,295,074 | 100% | ||
philarboi | 0 | 149,758,406 | 41% | ||
mursalinarco | 0 | 599,713,136 | 100% | ||
gsgaming | 0 | 2,370,957,105 | 100% | ||
abuzaki | 0 | 3,241,812,907 | 100% | ||
nichisan | 0 | 953,297,058 | 100% | ||
tuminaz | 0 | 731,817,473 | 100% | ||
abuzenk | 0 | 621,058,112 | 100% | ||
edenci | 0 | 774,080,352 | 100% | ||
jexus77 | 0 | 536,520,478 | 100% | ||
kayceefresh | 0 | 939,661,914 | 65% | ||
steaknsteem | 0 | 2,256,299,332 | 50% | ||
unforgettable | 0 | 3,262,022,568 | 100% | ||
postpromoter | 0 | 79,064,838,265,380 | 68.5% | ||
myeasin | 0 | 2,486,694,604 | 100% | ||
tuanis | 0 | 1,425,058,165 | 12% | ||
acraftsoft | 0 | 253,786,412 | 50% | ||
ayasha | 0 | 482,767,628 | 41% | ||
pasaift | 0 | 992,158,979 | 8.2% | ||
fredkese | 0 | 94,747,420 | 41% | ||
piyasmarty121287 | 0 | 1,222,272,269 | 100% | ||
mirabelgeorge | 0 | 566,269,875 | 100% | ||
snurk | 0 | 286,835,467 | 100% | ||
serenoblues | 0 | 657,127,453 | 100% | ||
marcedf | 0 | 522,362,420 | 100% | ||
jahidhossen | 0 | 1,161,203,159 | 100% | ||
tnam0rken | 0 | 1,923,189,090 | 100% | ||
khanrony | 0 | 1,269,070,343 | 100% | ||
desmond41 | 0 | 111,457,384 | 16.4% | ||
freakerz | 0 | 500,520,126 | 100% | ||
klomas | 0 | 1,146,956,188 | 100% | ||
frankyboy | 0 | 413,386,706 | 100% | ||
ahmetay | 0 | 4,008,062,694 | 100% | ||
cloris | 0 | 513,684,793 | 100% | ||
rockymtnsteem | 0 | 1,280,944,597 | 100% | ||
joejoesky | 0 | 232,938,412 | 50% | ||
steemnews-fr | 0 | 1,959,230,503 | 100% | ||
coral-reef | 0 | 1,158,184,599 | 100% | ||
hitu | 0 | 599,018,491 | 100% | ||
kalif | 0 | 22,658,688,554 | 100% | ||
blowmywhistle | 0 | 1,292,933,522 | 100% | ||
gustrading | 0 | 612,207,976 | 100% | ||
deanhass | 0 | 79,909,889 | 100% | ||
bbberic | 0 | 611,243,358 | 100% | ||
freetime | 0 | 251,518,021 | 100% | ||
khairamuliani | 0 | 669,768,236 | 41% | ||
vicmariki | 0 | 1,332,052,193 | 100% | ||
nastadirranada | 0 | 595,487,571 | 100% | ||
saiful-islam | 0 | 545,943,194 | 100% | ||
leynedayana | 0 | 524,211,785 | 100% | ||
kirazay | 0 | 560,850,899 | 100% | ||
stiler | 0 | 611,940,390 | 100% | ||
smokeasare165 | 0 | 298,763,751 | 41% | ||
whalepunk | 0 | 799,493,580,731 | 100% | ||
fortunex | 0 | 1,926,351,906 | 99% | ||
selim46553 | 0 | 579,991,224 | 100% | ||
minestein | 0 | 599,217,714 | 100% | ||
cryptomeme | 0 | 5,982,665,794 | 100% | ||
giftedwords | 0 | 229,424,148 | 12.3% | ||
esteemagnum | 0 | 602,616,551 | 100% | ||
takry | 0 | 432,610,471 | 100% | ||
sbd.jackpot | 0 | 1,295,515,424 | 25% | ||
salmanrauf | 0 | 580,529,029 | 100% | ||
excy4yaweh | 0 | 393,355,041 | 100% | ||
safetony | 0 | 1,478,679,219 | 100% | ||
r351574nc3 | 0 | 521,670,242 | 2% | ||
semias | 0 | 540,950,372 | 100% | ||
kofibeatz | 0 | 1,848,809,114 | 100% | ||
bobsthinking | 0 | 2,723,171,400 | 100% | ||
uknowjpbitcoin | 0 | 90,375,149 | 10% | ||
kabibitak | 0 | 1,160,877,741 | 100% | ||
missabi | 0 | 826,717,346 | 100% | ||
perysq | 0 | 1,517,838,923 | 100% | ||
ths | 0 | 186,013,905 | 41% | ||
all.cars | 0 | 6,766,729,182 | 34% | ||
cryptkeeper17 | 0 | 10,862,949,259 | 80% | ||
criticalkush | 0 | 3,590,974,651 | 100% | ||
philhyuntd | 0 | 2,377,134,862 | 100% | ||
sun-tzu | 0 | 1,016,545,463 | 100% | ||
leslierevales | 0 | 426,458,359 | 50% | ||
tukejiru | 0 | 564,978,241 | 100% | ||
ryacha21 | 0 | 1,333,497,837 | 100% | ||
zielonek | 0 | 543,600,686 | 100% | ||
snlbaskurt | 0 | 828,059,141 | 85% | ||
seikatsumkt | 0 | 1,438,099,998 | 100% | ||
roydestory | 0 | 613,217,580 | 100% | ||
patatesyiyen | 0 | 78,453,580 | 12.5% | ||
kuboskeey | 0 | 237,451,984 | 41% | ||
robertmannino | 0 | 815,204,522 | 100% | ||
futuremind | 0 | 6,673,423,224 | 25% | ||
chibansky | 0 | 315,715,643 | 70% | ||
emailbox19149 | 0 | 320,505,108 | 100% | ||
leiche | 0 | 905,116,803 | 100% | ||
inspectorschelle | 0 | 1,172,950,182 | 100% | ||
zafarjadoon | 0 | 584,634,520 | 100% | ||
musliadiamd | 0 | 521,392,749 | 100% | ||
terminallyill | 0 | 1,892,332,345 | 40% | ||
dayveedben | 0 | 240,925,323 | 41% | ||
ali14 | 0 | 1,367,327,066 | 100% | ||
shaidon | 0 | 730,850,026 | 100% | ||
hch | 0 | 8,334,280,639 | 100% | ||
leesujin | 0 | 562,005,873 | 100% | ||
nadinka | 0 | 198,769,256 | 100% | ||
dregnar92 | 0 | 482,520,078 | 100% | ||
crcs2o4 | 0 | 665,546,318 | 100% | ||
gabrielamenesesg | 0 | 642,975,799 | 100% | ||
bet1x2 | 0 | 412,779,088 | 25% | ||
cemke | 0 | 163,982,260 | 8.2% | ||
smylie2005 | 0 | 841,218,310 | 32% | ||
blog-beginner | 0 | 897,721,281 | 100% | ||
smart.phone | 0 | 266,956,397 | 25% | ||
raise-me-up | 0 | 7,479,447,412 | 100% | ||
bryarose23 | 0 | 921,877,790 | 80% | ||
chriscuasicuerdo | 0 | 1,248,403,516 | 100% | ||
kushalbang93 | 0 | 511,833,010 | 100% | ||
au7ia | 0 | 938,049,662 | 100% | ||
sezenke | 0 | 80,964,370,906 | 82% | ||
sayalijain | 0 | 507,411,277 | 100% | ||
sylinda | 0 | 189,123,771 | 41% | ||
deironn | 0 | 612,868,147 | 100% | ||
blervin | 0 | 5,446,669,133 | 100% | ||
nesim | 0 | 1,573,848,251 | 100% | ||
last24 | 0 | 142,548,501 | 25% | ||
seldos | 0 | 636,190,336 | 100% | ||
schniggschnagg | 0 | 430,998,664 | 100% | ||
movement19 | 0 | 2,880,090,212 | 100% | ||
yemi90210 | 0 | 1,184,537,509 | 100% | ||
ezimedia | 0 | 541,800,443 | 100% | ||
edgarrc | 0 | 502,951,441 | 100% | ||
esta.loca.negro | 0 | 500,027,506 | 100% | ||
passive | 0 | 1,348,096,627 | 100% | ||
emmerson16 | 0 | 552,007,628 | 100% | ||
ozlemkeskin | 0 | 232,634,766 | 41% | ||
brave-michael | 0 | 611,533,706 | 100% | ||
annamighty | 0 | 333,642,148 | 80% | ||
javgreen | 0 | 3,058,643,456 | 100% | ||
a-peiron | 0 | 569,803,016 | 100% | ||
lalu24 | 0 | 576,756,140 | 100% | ||
lifeinspired | 0 | 552,368,331 | 100% | ||
dodokali | 0 | 155,501,372 | 100% | ||
smart-shaegxy | 0 | 201,279,384 | 41% | ||
aronexxon | 0 | 98,025,377 | 41% | ||
targodan | 0 | 568,023,926 | 50% | ||
samue2013 | 0 | 118,955,835 | 100% | ||
joyrapperjoy | 0 | 579,134,862 | 100% | ||
mex-power | 0 | 174,404,878 | 100% | ||
rhema | 0 | 1,137,735,756 | 100% | ||
doomsdaychassis | 0 | 46,220,145,918 | 100% | ||
mohsen63 | 0 | 14,875,649,028 | 100% | ||
woland76 | 0 | 1,281,397,985 | 100% | ||
nopenotagain | 0 | 150,547,086 | 10% | ||
folkert | 0 | 662,997,818 | 100% | ||
vibhor-stm01 | 0 | 508,116,095 | 100% | ||
sampicaso | 0 | 1,098,799,255 | 100% | ||
salty-mcgriddles | 0 | 1,200,581,732 | 2% | ||
sharenow | 0 | 4,679,774,237 | 100% | ||
stevemack | 0 | 513,886,842 | 100% | ||
ultrablackhole | 0 | 4,045,358,582 | 100% | ||
luli1 | 0 | 226,854,923 | 100% | ||
zimoch85 | 0 | 256,228,123 | 100% | ||
galione | 0 | 264,468,515 | 100% | ||
scylogo | 0 | 1,205,854,153 | 100% | ||
waiyankyaw | 0 | 589,952,512 | 100% | ||
nayanbd666 | 0 | 531,099,535 | 100% | ||
kapiten.ak47 | 0 | 242,172,219 | 41% | ||
hugo4u | 0 | 244,718,490,848 | 48% | ||
savedsteemter | 0 | 589,426,268 | 100% | ||
nandaibra | 0 | 110,400,752 | 41% | ||
alimuddin97 | 0 | 408,670,667 | 40% | ||
deradministrator | 0 | 1,555,783,162 | 100% | ||
oguylmz | 0 | 241,581,215 | 41% | ||
bryaanrodriguz | 0 | 600,565,865 | 100% | ||
jvhteach | 0 | 141,892,984 | 10% | ||
yashmaheshwari | 0 | 509,229,828 | 100% | ||
sekhet | 0 | 539,853,370 | 100% | ||
danvillani | 0 | 289,041,926,743 | 100% | ||
afridayanti | 0 | 448,222,273 | 100% | ||
salihp | 0 | 167,857,359 | 41% | ||
hulyadurak | 0 | 170,909,311 | 41% | ||
wandy01 | 0 | 173,816,272 | 40% | ||
andresquij | 0 | 137,216,113 | 41% | ||
monilovebaby | 0 | 256,433,345 | 50% | ||
jan23com | 0 | 88,490,034 | 25% | ||
vmzf1987 | 0 | 6,322,246,918 | 100% | ||
zihad16 | 0 | 564,934,868 | 100% | ||
ghlove | 0 | 479,905,128 | 100% | ||
bandmxo88 | 0 | 584,233,866 | 100% | ||
vik.anatolich | 0 | 598,226,890 | 100% | ||
cryptomoneymade | 0 | 5,302,265,378 | 100% | ||
liderkarabulut | 0 | 149,515,410 | 24.6% | ||
execc | 0 | 61,104,162 | 10% | ||
csalupado | 0 | 583,890,103 | 100% | ||
dasvolk | 0 | 237,105,985 | 100% | ||
mhyeasin | 0 | 561,200,813 | 100% | ||
h0nest | 0 | 302,677,061 | 50% | ||
akteruzzamanjoy | 0 | 621,191,534 | 100% | ||
matnana | 0 | 610,390,398 | 100% | ||
junaidiqbal | 0 | 95,591,580 | 100% | ||
brewingstories | 0 | 253,628,875 | 50% | ||
ulqu3 | 0 | 585,043,345 | 20.5% | ||
amaltea | 0 | 418,117,422 | 100% | ||
cryptocoinkb | 0 | 29,116,397,407 | 100% | ||
dmtech | 0 | 612,256,565 | 100% | ||
kathryn95 | 0 | 238,561,586 | 50% | ||
gogreenbuddy | 0 | 108,672,969,238 | 100% | ||
atilay | 0 | 234,997,799 | 41% | ||
sudarshan83 | 0 | 609,802,832 | 100% | ||
cpamaster82 | 0 | 3,702,371,311 | 100% | ||
greenville | 0 | 152,616,411 | 50% | ||
ityp | 0 | 1,189,602,551 | 100% | ||
lorenzopistolesi | 0 | 88,243,695 | 4.1% | ||
kgakakillerg | 0 | 236,244,551 | 1% | ||
syahril9 | 0 | 199,393,074 | 40% | ||
davidvale | 0 | 70,136,390 | 100% | ||
moralbabu | 0 | 2,328,778,007 | 100% | ||
sara-gh | 0 | 1,267,186,191 | 100% | ||
dacamero | 0 | 73,502,653 | 16.4% | ||
aiyumi | 0 | 146,661,145 | 24% | ||
reinaldoverdu | 0 | 141,442,333 | 12.3% | ||
loudetteiam | 0 | 874,601,920 | 40% | ||
journeyfreedom | 0 | 1,277,903,190 | 100% | ||
moby-dick | 0 | 52,058,146 | 100% | ||
superxsdo | 0 | 551,902,739 | 100% | ||
p-a-t | 0 | 1,336,534,335 | 100% | ||
imthewind | 0 | 523,524,015 | 100% | ||
rezapurnama | 0 | 541,012,778 | 100% | ||
dkrmarcos | 0 | 598,153,853 | 100% | ||
tuffani | 0 | 445,754,256 | 100% | ||
readrun | 0 | 1,477,582,044 | 100% | ||
matl996 | 0 | 74,244,767 | 100% | ||
captain.action | 0 | 192,338,598 | 100% | ||
psyceratopsb | 0 | 1,161,674,738 | 100% | ||
sahra-bot | 0 | 74,769,979 | 10% | ||
spykakos | 0 | 1,411,943,280 | 100% | ||
jesmilingirlover | 0 | 601,205,658 | 100% | ||
aalsi-you-later | 0 | 511,357,428 | 100% | ||
oluwashinaayomi | 0 | 97,573,790 | 24.6% | ||
mrmarshmallow44 | 0 | 394,887,274 | 100% | ||
hannahj | 0 | 388,894,490 | 100% | ||
hebrew1 | 0 | 588,998,437 | 100% | ||
robmolecule | 0 | 25,113,317,291 | 25% | ||
nooo | 0 | 535,699,287 | 100% | ||
nedscott4u | 0 | 66,057,679,208 | 100% | ||
keisukevilla | 0 | 493,392,283 | 100% | ||
stop40 | 0 | 418,288,320 | 100% | ||
bahagia9 | 0 | 180,051,735 | 40% | ||
dubmenikki | 0 | 244,294,300 | 40% | ||
ereziah | 0 | 603,668,586 | 100% | ||
lazovicov | 0 | 242,080,296 | 41% | ||
fightnight | 0 | 2,913,228,560 | 100% | ||
goktug0814 | 0 | 1,665,851,571 | 100% | ||
fibaroteam | 0 | 2,505,713,212 | 100% | ||
jmjury | 0 | 2,126,516,829 | 100% | ||
candnbradley | 0 | 140,888,995 | 25% | ||
bangladesh1 | 0 | 571,237,494 | 100% | ||
reneparedes | 0 | 533,926,387 | 100% | ||
nafis-fuad | 0 | 569,561,264 | 100% | ||
ethant109 | 0 | 1,485,899,623 | 100% | ||
techsfair | 0 | 97,901,448 | 50% | ||
topgame | 0 | 22,821,443,702 | 100% | ||
obulunmaz | 0 | 10,081,408,411 | 100% | ||
hunking | 0 | 554,581,981 | 100% | ||
yourfavoritemua | 0 | 236,536,113 | 100% | ||
kidbaker | 0 | 388,034,122 | 100% | ||
steem.lotto | 0 | 204,021,428 | 100% | ||
folaniran | 0 | 603,674,487 | 100% | ||
gangresteem | 0 | 2,833,358,689 | 11.11% | ||
harruadu | 0 | 222,220,938 | 50% | ||
soehtike | 0 | 554,757,271 | 100% | ||
sanne | 0 | 94,524,103 | 41% | ||
geekmind | 0 | 205,322,935 | 41% | ||
jhonastime | 0 | 576,398,567 | 100% | ||
mihaiemanuels | 0 | 128,640,662 | 100% | ||
matife | 0 | 582,384,042 | 100% | ||
gencosan | 0 | 613,116,568 | 100% | ||
ehizzy | 0 | 232,590,708 | 41% | ||
dgucci | 0 | 511,452,626 | 100% | ||
saarah | 0 | 106,830,981 | 50% | ||
windofrebel | 0 | 782,866,624 | 82% | ||
michael44 | 0 | 533,719,871 | 100% | ||
seb3364 | 0 | 536,769,699 | 100% | ||
jester87 | 0 | 539,819,526 | 100% | ||
dolleyb | 0 | 530,670,043 | 100% | ||
apt-get | 0 | 537,102,287 | 100% | ||
dannynature | 0 | 249,278,725 | 100% | ||
vncedora2018 | 0 | 540,404,654 | 100% | ||
angelgirlbeste | 0 | 413,400,272 | 100% | ||
akinkunmi17 | 0 | 508,315,435 | 100% | ||
sameernawab | 0 | 1,237,302,002 | 100% | ||
elmundodexao | 0 | 536,581,502 | 100% | ||
bangashaa | 0 | 1,794,372,108 | 100% | ||
asifrashid | 0 | 150,157,150 | 100% | ||
janebirkin | 0 | 242,321,097 | 41% | ||
artcreator | 0 | 234,797,115 | 100% | ||
cryptonoticias | 0 | 22,273,393,550 | 100% | ||
syahrin | 0 | 176,921,001 | 41% | ||
eed | 0 | 1,391,967,728 | 100% | ||
coleenmiler | 0 | 611,952,180 | 100% | ||
harmaa | 0 | 109,881,464 | 100% | ||
kowal115 | 0 | 578,167,246 | 100% | ||
umbrella.corps | 0 | 1,147,362,489 | 100% | ||
deliva | 0 | 482,614,865 | 100% | ||
opensangja | 0 | 422,247,004 | 100% | ||
anyuta-rai | 0 | 179,915,089 | 41% | ||
nandie | 0 | 408,567,897 | 100% | ||
cryptocoochie | 0 | 118,104,535 | 100% | ||
majharul | 0 | 590,497,620 | 100% | ||
mahfuz42 | 0 | 199,200,374 | 100% | ||
chemical.black | 0 | 8,283,032,073 | 100% | ||
vayuzhipsch | 0 | 585,543,770 | 100% | ||
teovsumsel | 0 | 588,589,715 | 100% | ||
saevpek | 0 | 585,543,770 | 100% | ||
laolabbal | 0 | 585,543,770 | 100% | ||
meyukekogev | 0 | 585,540,027 | 100% | ||
makonsapad | 0 | 585,543,770 | 100% | ||
leebe | 0 | 588,589,715 | 100% | ||
kelal | 0 | 588,589,715 | 100% | ||
maquemali | 0 | 530,697,103 | 100% | ||
sonagalstyan | 0 | 588,589,715 | 100% | ||
fabianugas | 0 | 579,440,125 | 100% | ||
minasyandianna | 0 | 585,540,027 | 100% | ||
dashakarapetyan | 0 | 585,540,027 | 100% | ||
karapetyang | 0 | 588,589,715 | 100% | ||
mwanjo | 0 | 2,577,601,991 | 100% | ||
lusinehakobyan | 0 | 588,593,477 | 100% | ||
shtotomoda | 0 | 588,589,715 | 100% | ||
martinezhillie | 0 | 578,206,910 | 100% | ||
klaraminasyan | 0 | 585,543,770 | 100% | ||
emotional | 0 | 522,143,997 | 100% | ||
neoahava | 0 | 528,211,652 | 100% | ||
hakobmos | 0 | 585,543,770 | 100% | ||
bornd07 | 0 | 588,589,715 | 100% | ||
bndage | 0 | 585,540,027 | 100% | ||
supan4ik | 0 | 588,593,477 | 100% | ||
danielyana | 0 | 588,589,715 | 100% | ||
samvelv | 0 | 585,543,770 | 100% | ||
antvls88 | 0 | 588,589,715 | 100% | ||
artnov0411 | 0 | 588,593,477 | 100% | ||
robsimsh | 0 | 585,543,770 | 100% | ||
lersus77 | 0 | 585,540,027 | 100% | ||
mashussyrtva | 0 | 585,540,027 | 100% | ||
mardoukh | 0 | 523,136,944 | 100% | ||
usdmarketing | 0 | 400,765,729 | 100% | ||
elliygova | 0 | 585,540,027 | 100% | ||
vadkaabish | 0 | 585,540,027 | 100% | ||
dinsipov00 | 0 | 585,540,027 | 100% | ||
naskaipr12 | 0 | 588,589,715 | 100% | ||
volohavostr78 | 0 | 585,540,027 | 100% | ||
marunkas20 | 0 | 585,540,027 | 100% | ||
sstrazzefa | 0 | 585,543,770 | 100% | ||
wallskirk | 0 | 585,540,027 | 100% | ||
levongalstyan68 | 0 | 588,593,477 | 100% | ||
hranushdavdyan | 0 | 588,589,715 | 100% | ||
hunangalstyan | 0 | 585,540,027 | 100% | ||
minasyanvahe | 0 | 585,540,027 | 100% | ||
danielaminas | 0 | 588,589,715 | 100% | ||
viktorpetro | 0 | 585,540,027 | 100% | ||
ionov57 | 0 | 588,589,715 | 100% | ||
yallod | 0 | 588,593,477 | 100% | ||
rustavel | 0 | 588,593,477 | 100% | ||
stogonin | 0 | 588,593,477 | 100% | ||
miki64839 | 0 | 588,593,477 | 100% | ||
voronovboris | 0 | 588,593,477 | 100% | ||
vorovskoy44 | 0 | 588,589,715 | 100% | ||
albinasamirova | 0 | 588,589,715 | 100% | ||
deriom | 0 | 229,865,611 | 100% | ||
abacam | 0 | 104,025,301 | 17% | ||
abcor | 0 | 244,912,091 | 40% | ||
seojieo | 0 | 466,788,486 | 100% | ||
proyectocrecer | 0 | 578,518,949 | 100% | ||
realbilalahmad | 0 | 579,053,829 | 100% | ||
geovanny1000 | 0 | 241,105,800 | 100% | ||
julian1353 | 0 | 486,578,721 | 100% | ||
josegaldame | 0 | 0 | 100% | ||
commander.ubas | 0 | 177,485,000 | 100% | ||
dedek11 | 0 | 415,465,990 | 100% | ||
clubmillionaires | 0 | 1,512,114,161 | 100% | ||
pekom | 0 | 156,026,592 | 41% | ||
adaminasir | 0 | 302,940,185 | 50.36% | ||
strategema | 0 | 1,296,613,173 | 100% | ||
iamjohnsons | 0 | 535,138,668 | 100% | ||
syllablesbitcoin | 0 | 588,593,477 | 100% | ||
bankhayloft | 0 | 588,589,715 | 100% | ||
sometimesrampant | 0 | 588,593,477 | 100% | ||
uncertaintymouse | 0 | 588,593,477 | 100% | ||
rhodiumyellow | 0 | 588,589,715 | 100% | ||
pignutcraft | 0 | 588,589,715 | 100% | ||
seniorid | 0 | 588,589,715 | 100% | ||
patterpavo | 0 | 588,589,715 | 100% | ||
crashingin | 0 | 588,589,715 | 100% | ||
honestprojects | 0 | 585,543,770 | 100% | ||
ahullcortege | 0 | 585,540,027 | 100% | ||
wombtick | 0 | 588,593,477 | 100% | ||
floorsopera | 0 | 588,589,715 | 100% | ||
kabernee | 0 | 585,540,027 | 100% | ||
cookiees | 0 | 585,540,027 | 100% | ||
basiks | 0 | 585,540,027 | 100% | ||
calistemwanjo | 0 | 518,970,163 | 100% | ||
korolyx | 0 | 598,324,516 | 100% | ||
obaku | 0 | 578,828,067 | 100% | ||
bliki | 0 | 602,403,627 | 100% | ||
tahirsahi | 0 | 435,609,690 | 100% | ||
berthajoelle | 0 | 519,624,095 | 100% | ||
onolhassan | 0 | 495,689,861 | 100% | ||
chrome.citizen | 0 | 92,706,800 | 50% | ||
karrina | 0 | 542,745,338 | 100% | ||
ongolodesire | 0 | 544,801,956 | 100% | ||
sean7 | 0 | 314,335,953 | 75% | ||
johngoad | 0 | 349,738,499 | 100% | ||
montanacellist | 0 | 222,420,032 | 50% | ||
diuon | 0 | 585,089,782 | 100% | ||
xmrking | 0 | 1,150,562,921 | 100% | ||
misterioyciencia | 0 | 540,001,385 | 100% | ||
ahmet.esat | 0 | 453,536,015 | 100% | ||
kalamata1903 | 0 | 544,487,905 | 90% | ||
shawnmende | 0 | 70,293,674 | 11.11% | ||
gonna | 0 | 70,293,330 | 11.11% | ||
eskle | 0 | 70,293,330 | 11.11% | ||
companys | 0 | 70,293,330 | 11.11% | ||
sky-up | 0 | 70,293,330 | 11.11% | ||
s5e | 0 | 70,293,330 | 11.11% | ||
rewa | 0 | 70,293,330 | 11.11% | ||
respte | 0 | 70,293,330 | 11.11% | ||
quickstarts | 0 | 70,293,330 | 11.11% | ||
pressurexx | 0 | 70,293,330 | 11.11% | ||
mex1 | 0 | 70,293,330 | 11.11% | ||
madel | 0 | 533,719,871 | 100% | ||
letgos | 0 | 70,293,330 | 11.11% | ||
leaveall | 0 | 70,293,330 | 11.11% | ||
kenmiyon | 0 | 70,293,330 | 11.11% | ||
johnson2 | 0 | 70,292,986 | 11.11% | ||
michelem15 | 0 | 242,019,918 | 100% | ||
mdabdullah4002 | 0 | 438,287,788 | 100% | ||
johnsens | 0 | 70,292,986 | 11.11% | ||
sonder-an | 0 | 558,305,924 | 100% | ||
howx | 0 | 70,292,634 | 11.11% | ||
hastesxse | 0 | 70,292,634 | 11.11% | ||
formex | 0 | 70,292,634 | 11.11% | ||
ellie-g | 0 | 70,292,634 | 11.11% | ||
dtus | 0 | 70,292,634 | 11.11% | ||
davs | 0 | 70,292,634 | 11.11% | ||
chris-sek | 0 | 70,212,890 | 11.11% | ||
marygourmet | 0 | 240,898,310 | 41% | ||
cemse | 0 | 70,291,965 | 11.11% | ||
allmore | 0 | 70,301,327 | 11.11% | ||
steem-seo | 0 | 70,291,965 | 11.11% | ||
mynem | 0 | 70,291,965 | 11.11% | ||
allmy | 0 | 70,291,965 | 11.11% | ||
poorx | 0 | 70,291,965 | 11.11% | ||
comp1 | 0 | 70,291,965 | 11.11% | ||
jack20 | 0 | 70,291,965 | 11.11% | ||
evet | 0 | 70,291,965 | 11.11% | ||
diren | 0 | 70,291,965 | 11.11% | ||
jack-x | 0 | 70,291,965 | 11.11% | ||
jenr | 0 | 70,291,965 | 11.11% | ||
livem | 0 | 70,291,965 | 11.11% | ||
jenner20 | 0 | 70,291,965 | 11.11% | ||
lilse | 0 | 70,291,965 | 11.11% | ||
poopsen | 0 | 70,291,965 | 11.11% | ||
dedli | 0 | 70,291,965 | 11.11% | ||
m-m-s | 0 | 70,291,631 | 11.11% | ||
ego2 | 0 | 70,291,631 | 11.11% | ||
ama-c | 0 | 70,291,631 | 11.11% | ||
veye | 0 | 70,291,631 | 11.11% | ||
but-2 | 0 | 70,291,631 | 11.11% | ||
tik20 | 0 | 70,291,631 | 11.11% | ||
kex3 | 0 | 70,291,631 | 11.11% | ||
getx | 0 | 70,291,631 | 11.11% | ||
birle | 0 | 70,291,631 | 11.11% | ||
kel-20 | 0 | 70,291,631 | 11.11% | ||
lotfor | 0 | 369,212,620 | 100% | ||
moons00000 | 0 | 532,224,118 | 100% | ||
maslov11 | 0 | 588,589,715 | 100% | ||
nikolastelma | 0 | 588,589,715 | 100% | ||
cathydear | 0 | 573,288,758 | 100% | ||
runaeva23 | 0 | 588,589,715 | 100% | ||
marchenko31 | 0 | 588,589,715 | 100% | ||
lapin124 | 0 | 588,593,477 | 100% | ||
olegtimenkov | 0 | 588,593,477 | 100% | ||
piersbell | 0 | 588,589,715 | 100% | ||
aluyeah | 0 | 578,869,848 | 100% | ||
aceofsteem | 0 | 533,646,450 | 100% | ||
vezo | 0 | 491,425,201 | 100% | ||
warchild | 0 | 602,332,505 | 100% | ||
killereps | 0 | 3,111,778,671 | 100% | ||
fauziahmtsn5 | 0 | 391,615,798 | 100% | ||
astron | 0 | 137,718,485 | 40% | ||
abond | 0 | 77,981,841 | 50% | ||
aboost | 0 | 77,981,838 | 50% | ||
novartix | 0 | 77,981,830 | 50% | ||
spyd | 0 | 77,981,829 | 50% | ||
bifork | 0 | 77,981,828 | 50% | ||
zeeon | 0 | 77,981,826 | 50% | ||
davidox | 0 | 77,981,823 | 50% | ||
daleron | 0 | 77,981,821 | 50% | ||
fireon | 0 | 77,981,819 | 50% | ||
tribu | 0 | 78,888,581 | 50% | ||
maxgas | 0 | 78,888,578 | 50% | ||
misterios | 0 | 78,888,575 | 50% | ||
corill | 0 | 78,888,569 | 50% | ||
xmedia | 0 | 78,888,559 | 50% | ||
steemhd | 0 | 78,888,556 | 50% | ||
superpremium | 0 | 79,795,317 | 50% | ||
yotis | 0 | 79,795,311 | 50% | ||
wildbird | 0 | 79,795,309 | 50% | ||
openos | 0 | 79,795,307 | 50% | ||
xiangwu-meng | 0 | 127,889,133 | 100% | ||
alicac | 0 | 534,810,863 | 100% | ||
adsactlygaming | 0 | 117,902,851 | 100% | ||
steemitoutdoors | 0 | 7,830,097,528 | 100% | ||
stringe | 0 | 78,868,912 | 45% | ||
lostmoney | 0 | 78,868,910 | 45% | ||
the.end | 0 | 69,252,800 | 40% | ||
blockboost | 0 | 69,252,740 | 40% | ||
bkt | 0 | 69,251,844 | 40% | ||
sub-zero | 0 | 69,251,811 | 40% | ||
phosphorus | 0 | 69,250,885 | 40% | ||
nh3 | 0 | 69,250,812 | 40% | ||
mendeleev | 0 | 69,250,806 | 40% | ||
yoloforlife | 0 | 933,193,282 | 100% | ||
showshidan | 0 | 159,480,023 | 100% | ||
theshop | 0 | 0 | 0% | ||
asoju | 0 | 174,082,793 | 41% | ||
tinatoutou | 0 | 564,875,074 | 100% | ||
flordemaria | 0 | 479,667,994 | 100% | ||
pedroelec | 0 | 97,990,893 | 16.4% | ||
kaka07 | 0 | 426,060,055 | 100% | ||
kojotyler23 | 0 | 580,104,943 | 100% | ||
martinezbe | 0 | 146,561,449 | 41% | ||
deman | 0 | 259,535,900 | 100% | ||
miansaadhafeez | 0 | 293,367,893 | 100% | ||
alquimista1501 | 0 | 366,401,797 | 100% | ||
kaztiti1 | 0 | 610,669,662 | 100% | ||
volondyas | 0 | 295,901,959 | 100% | ||
thachsanh | 0 | 598,450,305 | 100% | ||
alejandrobetan | 0 | 610,948,379 | 100% | ||
lebey1 | 0 | 448,835,511 | 100% | ||
danvil.identity | 0 | 245,454,321 | 100% | ||
tamratrees | 0 | 582,907,562 | 100% | ||
mazdaes | 0 | 601,497,670 | 100% | ||
seat.leon | 0 | 601,497,670 | 100% | ||
c-wan | 0 | 611,499,197 | 100% | ||
ludovikus | 0 | 589,284,520 | 100% | ||
achakmaggi | 0 | 570,645,993 | 100% | ||
vala01 | 0 | 500,736,700 | 100% | ||
dponbl4 | 0 | 551,916,764 | 100% | ||
soheila.heidari | 0 | 589,281,605 | 100% | ||
alex12563 | 0 | 531,514,594 | 100% | ||
drbean | 0 | 388,846,492 | 100% | ||
sirving | 0 | 388,898,101 | 100% | ||
santoninoatocha | 0 | 555,690,126 | 100% | ||
teampeople | 0 | 3,273,552,309 | 100% | ||
edabulunmaz | 0 | 543,805,399 | 90% | ||
komospele | 0 | 183,183,156 | 41% | ||
cckb | 0 | 388,790,986 | 100% | ||
immatureness | 0 | 470,732,118 | 100% | ||
cryptocrates | 0 | 331,388,947 | 100% | ||
bysteem | 0 | 577,148,034 | 100% | ||
nalovatiti | 0 | 546,318,253 | 100% | ||
xcore | 0 | 72,989,400 | 40% | ||
alfabet | 0 | 72,989,363 | 40% | ||
aabot | 0 | 80,277,982 | 45% | ||
xbot | 0 | 80,277,960 | 45% | ||
altavista | 0 | 80,277,934 | 45% | ||
martlok123 | 0 | 126,594,063 | 100% | ||
sonmi451 | 0 | 84,406,148 | 45% | ||
klan | 0 | 84,406,137 | 45% | ||
zerocoin | 0 | 84,406,129 | 45% | ||
bistro | 0 | 84,406,115 | 45% | ||
bahis | 0 | 544,007,677 | 90% | ||
kosynier | 0 | 198,416,538 | 100% | ||
danielmeloc | 0 | 610,959,881 | 100% | ||
jupiterhead | 0 | 111,346,761 | 100% | ||
issamtalbi | 0 | 598,751,763 | 100% | ||
shezzy | 0 | 564,578,271 | 100% | ||
mouniabennani | 0 | 305,164,694 | 50% | ||
wilsonm | 0 | 558,416,807 | 100% | ||
digiibit.coin | 0 | 396,646,836 | 100% | ||
docchocobo | 0 | 610,998,446 | 100% | ||
stever82 | 0 | 557,018,172 | 100% | ||
edgarbautista23 | 0 | 547,022,737 | 100% | ||
joewariebi | 0 | 460,423,858 | 100% | ||
mtdjibril | 0 | 576,657,283 | 100% | ||
rafaeluriel | 0 | 149,752,804 | 24.6% | ||
vintagegaming | 0 | 460,753,681 | 100% | ||
deniree-celis | 0 | 506,482,058 | 100% | ||
milrosas | 0 | 415,778,740 | 100% | ||
loveforlove | 0 | 234,932,948 | 41% | ||
teddykrueger | 0 | 485,049,861 | 100% | ||
tompadik | 0 | 575,590,375 | 100% | ||
avengers1 | 0 | 535,717,601 | 100% | ||
unrol | 0 | 171,213,267 | 100% | ||
chedmade | 0 | 551,895,738 | 100% | ||
davesmart | 0 | 241,035,102 | 41% | ||
ingowinkt | 0 | 387,484,506 | 100% | ||
whizart | 0 | 543,631,265 | 100% | ||
muntasir70 | 0 | 610,211,820 | 100% | ||
sci-tech-gist | 0 | 611,269,748 | 100% | ||
rene40 | 0 | 610,208,112 | 100% | ||
slimane1 | 0 | 585,799,787 | 100% | ||
venustory | 0 | 204,295,123 | 41% | ||
hidroluisart | 0 | 363,071,656 | 100% | ||
gabovillalba | 0 | 476,371,739 | 100% | ||
sebil | 0 | 581,352,064 | 100% | ||
avatar22 | 0 | 589,037,859 | 100% | ||
naconc | 0 | 186,111,346 | 100% | ||
rvcg21 | 0 | 433,242,805 | 100% | ||
kkxara12 | 0 | 533,876,180 | 100% | ||
sierak | 0 | 558,041,717 | 100% | ||
omwardy | 0 | 527,818,010 | 100% | ||
connor-russo | 0 | 405,970,504 | 100% | ||
turboucoin | 0 | 134,493,176 | 100% | ||
mrj3nks | 0 | 1,935,898,644 | 100% | ||
sashae | 0 | 237,970,600 | 100% | ||
danimvo | 0 | 404,142,149 | 100% | ||
remyjoel | 0 | 305,088,895 | 50% | ||
frunji | 0 | 522,254,900 | 100% | ||
rades | 0 | 552,043,580 | 100% | ||
yogenys | 0 | 0 | 100% | ||
tagoran | 0 | 509,486,406 | 100% | ||
karakan | 0 | 589,317,737 | 100% | ||
besokuse-zhang | 0 | 546,045,884 | 100% | ||
meuhambo | 0 | 567,153,760 | 100% | ||
dezmond | 0 | 134,182,909 | 100% | ||
stanlej909 | 0 | 442,327,672 | 100% | ||
venkatesh15921 | 0 | 51,925,454 | 100% | ||
libertarianru | 0 | 469,739,661 | 100% | ||
kokolpi | 0 | 588,928,910 | 100% | ||
hineni | 0 | 201,691,356 | 100% | ||
ubfitzone | 0 | 9,026,494,776 | 50% | ||
nsab | 0 | 542,899,936 | 90% | ||
arnoldfongang | 0 | 152,470,414 | 25% | ||
chefpoint | 0 | 551,942,900 | 100% | ||
ceruleanblue | 0 | 561,085,664 | 100% | ||
captaincorrosion | 0 | 197,517,846 | 100% | ||
samuelclint | 0 | 542,757,125 | 100% | ||
fuckswithducks | 0 | 605,508,176 | 100% | ||
victoreyo | 0 | 600,675,525 | 100% | ||
kielbasowsky | 0 | 597,616,395 | 100% | ||
humablessing | 0 | 57,927,389 | 100% | ||
gisstastic | 0 | 435,970,241 | 100% | ||
youfin | 0 | 283,533,094 | 100% | ||
adowu | 0 | 124,997,795 | 100% | ||
crypto-bo | 0 | 367,629,665 | 100% | ||
javiermurillo | 0 | 475,756,035 | 100% | ||
maheshlive | 0 | 301,823,945 | 100% | ||
rabotte | 0 | 304,870,692 | 100% | ||
lucasleiva | 0 | 292,675,864 | 100% | ||
rgodoy777 | 0 | 358,361,666 | 100% | ||
jenny21c | 0 | 312,021,756 | 100% | ||
alex-steem-it | 0 | 54,874,821 | 100% | ||
sulgeykarina | 0 | 0 | 100% | ||
ramirez-art | 0 | 0 | 100% | ||
sawant9171 | 0 | 0 | 100% | ||
aitov | 0 | 0 | 100% | ||
tatitapasteleria | 0 | 0 | 100% | ||
cmeutoh | 0 | 0 | 100% |
I dont understand this system benefit my profile ? Please someone explain clearly for me
author | ahmet.esat | ||||||
---|---|---|---|---|---|---|---|
permlink | re-gravity-protocol-201866t10437704z | ||||||
category | blockchain | ||||||
json_metadata | {"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-06-06 07:04:42 | ||||||
last_update | 2018-06-06 07:04:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-06-13 07:04:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 88 | ||||||
author_reputation | 17,666,500,486 | ||||||
root_title | "Gravity Testnet Instructions Set" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 59,488,111 | ||||||
net_rshares | 0 |
Great tutorial
author | alan369 |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180610t094330663z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-10 08:40:57 |
last_update | 2018-06-10 08:40:57 |
depth | 1 |
children | 0 |
last_payout | 2018-06-17 08:40:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 3,838,855,969,890 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 60,111,643 |
net_rshares | 0 |
Wow... So much to take in at once... Off to sign up first.. baby steps :)
author | aluyeah |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t162518917z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 16:25:27 |
last_update | 2018-06-05 16:25:27 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 16:25:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 73 |
author_reputation | 40,139,916,171 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,396,217 |
net_rshares | 0 |
Want to start trading with comfort? https://masscoinapp.com/ - the best thing for it. Read the description on the main page!
author | anealireki |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180609t112144382z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"links":["https://masscoinapp.com/"],"app":"steemit/0.1"} |
created | 2018-06-09 15:21:48 |
last_update | 2018-06-09 15:21:48 |
depth | 1 |
children | 0 |
last_payout | 2018-06-16 15:21:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 124 |
author_reputation | -789,520,197,712 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 60,007,469 |
net_rshares | 0 |
Congratulations @gravity-protocol! Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180605) in the following category: * Pending payout - Ranked 3 with $ 637,36
author | arcange |
---|---|
permlink | re-gravity-testnet-instructions-set-20180605t180631000z |
category | blockchain |
json_metadata | "" |
created | 2018-06-06 16:08:42 |
last_update | 2018-06-06 16:08:42 |
depth | 1 |
children | 0 |
last_payout | 2018-06-13 16:08:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 224 |
author_reputation | 1,146,606,601,469,178 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,550,760 |
net_rshares | 0 |
Your work is extraordinary whether it is realed to cryptocurrency updates or blockchain projects and other technologies,, these tyes of updates all very useful for the steemitians or the people who are new to the community.. It is actually an honour for me to serve your post by wonderful comments..
author | asifrashid |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t232259096z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 23:23:00 |
last_update | 2018-06-05 23:23:30 |
depth | 1 |
children | 1 |
last_payout | 2018-06-12 23:23:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 299 |
author_reputation | 131,734,690,901 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,444,564 |
net_rshares | 147,092,719 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
asifrashid | 0 | 147,092,719 | 100% |
Thank you!
author | gravity-protocol |
---|---|
permlink | re-asifrashid-re-gravity-protocol-gravity-testnet-instructions-set-20180606t200338891z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-06 20:03:39 |
last_update | 2018-06-06 20:03:39 |
depth | 2 |
children | 0 |
last_payout | 2018-06-13 20:03:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 47,454,528,144,099 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,580,397 |
net_rshares | 0 |
You use GitHub? :D :D 
author | beckbg | ||||||
---|---|---|---|---|---|---|---|
permlink | re-gravity-protocol-201866t04752774z | ||||||
category | blockchain | ||||||
json_metadata | {"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.0.0-surfer","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-06-05 21:47:54 | ||||||
last_update | 2018-06-05 21:47:54 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-06-12 21:47:54 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 77 | ||||||
author_reputation | 6,479,716,099 | ||||||
root_title | "Gravity Testnet Instructions Set" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 59,434,830 | ||||||
net_rshares | 0 |
Good new. Thank for sharingg
author | cryptoman09 |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180606t053508601z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-06 05:35:12 |
last_update | 2018-06-06 05:35:12 |
depth | 1 |
children | 0 |
last_payout | 2018-06-13 05:35:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 92,098,406 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,478,990 |
net_rshares | 0 |
I will try to do it step by step, be patient.
author | danielmeloc |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t203212574z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 20:32:15 |
last_update | 2018-06-05 20:32:15 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 20:32:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 354,569,105 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,426,150 |
net_rshares | 0 |
Dear users of Steemit, I want to recommend you MassCoinApp - the best application for real traders. It will help you to check the rate of cryptocurrency in desktop mode with real comfort. Link to read full info and download: masscoinapp.com
author | dionesarit |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180610t172356007z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-10 17:24:06 |
last_update | 2018-06-10 17:24:06 |
depth | 1 |
children | 1 |
last_payout | 2018-06-17 17:24:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 241 |
author_reputation | -35,837,420,726 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 60,170,371 |
net_rshares | -21,996,798,973 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abusereports | 0 | -21,996,798,973 | -1% |
@dionesarit you're on the @abusereports naughty list!<br><br>**Bad Steemian! Bad!**
author | abusereports |
---|---|
permlink | abusereports-re-dionesaritre-gravity-protocol-gravity-testnet-instructions-set-20180610t172356007z |
category | blockchain |
json_metadata | "" |
created | 2018-06-10 17:24:21 |
last_update | 2018-06-10 17:24:21 |
depth | 2 |
children | 0 |
last_payout | 2018-06-17 17:24:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.780 HBD |
curator_payout_value | 0.257 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 199,407,425,243,286 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 60,170,410 |
net_rshares | 394,122,106,009 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
randowhale | 0 | 19,765,420,563 | 20% | ||
abusereports | 0 | 374,356,685,446 | 20% |
Excelente.
author | edgarbautista23 |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t131842044z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 13:17:39 |
last_update | 2018-06-05 13:17:39 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 13:17:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 189,005,391,587 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,371,264 |
net_rshares | 0 |
good work mercy
author | elm3lam |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t224535706z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 22:45:36 |
last_update | 2018-06-05 22:45:36 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 22:45:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.102 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 1,095,590,493,910 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,440,787 |
net_rshares | 35,044,190,980 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
elm3lam | 0 | 35,044,190,980 | 100% |
Muy bien explicado, buen post.
author | gabovillalba |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t183645918z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 18:37:12 |
last_update | 2018-06-05 18:37:12 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 18:37:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 62,821,811,607 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,413,333 |
net_rshares | 0 |
buena publicaciĂłn....
author | geovanny1000 |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t152340698z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 15:21:27 |
last_update | 2018-06-05 15:21:27 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 15:21:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 58,512,038,636 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,387,275 |
net_rshares | 0 |
My foto 
author | gmzct |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t181124972z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"image":["https://cdn.steemitimages.com/DQmZKDVBtAS6ZiBhix49ggmNLbA1kLTXMbixaiR8mpVyyg9/603201_186481234829483_985579075_n.jpg"],"app":"steemit/0.1"} |
created | 2018-06-05 18:11:27 |
last_update | 2018-06-05 18:11:27 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 18:11:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 167 |
author_reputation | -16,832,223,372 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,410,221 |
net_rshares | 0 |
I do not have any blood relation with you, but the relation between humanity is to help my brother for humanity Sir plz my one request This is not my steem I'd this is my brother I'd his is name is haseebkhan  My brother haseebkhan is so I'll he is in hospital his one kidny is damag 1.70 cm 10 Stones his kidney and very pin full plz help my brother and doctor advised oprishan and pay 5000 US dollars Plz sir I request you help my brother and save my brother life plz Check report    
author | haseebkhan | ||||||
---|---|---|---|---|---|---|---|
permlink | re-gravity-protocol-201866t121324176z | ||||||
category | blockchain | ||||||
json_metadata | {"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-06-06 07:13:30 | ||||||
last_update | 2018-06-06 07:13:30 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-06-13 07:13:30 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 724 | ||||||
author_reputation | -529,195,342,248 | ||||||
root_title | "Gravity Testnet Instructions Set" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 59,489,037 | ||||||
net_rshares | -185,822,632,205 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
adm | 0 | -185,728,859,523 | -1% | ||
blacklist-a | 0 | -93,772,682 | -10% |
Excellent! post.
author | joanm897 |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180609t184854921z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-09 18:48:57 |
last_update | 2018-06-09 18:48:57 |
depth | 1 |
children | 0 |
last_payout | 2018-06-16 18:48:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 27,253,436,320,314 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 60,033,046 |
net_rshares | 0 |
This looks like exciting tech..
author | kofibeatz |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t170025504z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 17:00:33 |
last_update | 2018-06-05 17:00:33 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 17:00:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 1,049,558,092,285 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,401,245 |
net_rshares | 0 |
author | lebey1 |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t143617851z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 14:38:00 |
last_update | 2018-06-05 14:38:00 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 14:38:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 89,357,875,535,318 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,381,306 |
net_rshares | 813,936,161 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aluyeah | 0 | 566,618,635 | 100% | ||
lebey1 | 0 | 247,317,526 | 100% |
Your services to the community are definite. Amazing tutoring @gravity-protocol
author | matife |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t130735382z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"users":["gravity-protocol"],"app":"steemit/0.1"} |
created | 2018-06-05 13:07:45 |
last_update | 2018-06-05 13:07:45 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 13:07:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 79 |
author_reputation | -891,965,157,955 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,370,069 |
net_rshares | 0 |

author | meuhambo | ||||||
---|---|---|---|---|---|---|---|
permlink | re-gravity-protocol-201865t232531874z | ||||||
category | blockchain | ||||||
json_metadata | {"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-06-05 16:26:12 | ||||||
last_update | 2018-06-05 16:26:12 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-06-12 16:26:12 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 110 | ||||||
author_reputation | 11,030,764,009 | ||||||
root_title | "Gravity Testnet Instructions Set" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 59,396,339 | ||||||
net_rshares | 0 |
I really like your post, so I resteem your post. and this will be a new passion for me. I hope you can support me to continue developing in the world of steemit
author | mhdfajar | ||||||
---|---|---|---|---|---|---|---|
permlink | re-gravity-protocol-201866t22934870z | ||||||
category | blockchain | ||||||
json_metadata | {"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-06-05 19:29:36 | ||||||
last_update | 2018-06-05 19:29:36 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-06-12 19:29:36 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 160 | ||||||
author_reputation | 204,054,291,011 | ||||||
root_title | "Gravity Testnet Instructions Set" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 59,419,182 | ||||||
net_rshares | 0 |
Most detailed post ever. Thanks for good Information.
author | mobizon |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180607t084256269z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-06 18:42:27 |
last_update | 2018-06-06 18:42:27 |
depth | 1 |
children | 0 |
last_payout | 2018-06-13 18:42:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 4,926,324,549 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,570,299 |
net_rshares | 0 |
Tremendously attractive, interesting project, I congratulate you, successes!
author | naconc |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t172239987z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 17:21:36 |
last_update | 2018-06-05 17:21:36 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 17:21:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 76 |
author_reputation | 48,184,043,660 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,404,032 |
net_rshares | 0 |
Excellent post all those steps will serve me to start as soon as possible thanks
author | phillips93 |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180607t201731548z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-07 20:18:09 |
last_update | 2018-06-07 20:18:09 |
depth | 1 |
children | 0 |
last_payout | 2018-06-14 20:18:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 190,210,226,774 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,740,818 |
net_rshares | 0 |
You got a 68.50% upvote from @postpromoter courtesy of @gravity-protocol! Want to promote your posts too? Check out the [Steem Bot Tracker website](https://steembottracker.com) for more info. If you would like to support the development of @postpromoter and the bot tracker please [vote for @yabapmatt for witness!](https://v2.steemconnect.com/sign/account-witness-vote?witness=yabapmatt&approve=1)
author | postpromoter |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t124053942z |
category | blockchain |
json_metadata | {"app":"postpromoter/2.0.0"} |
created | 2018-06-05 12:40:54 |
last_update | 2018-06-05 12:40:54 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 12:40:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 400 |
author_reputation | 12,722,616,650,811 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,366,912 |
net_rshares | 0 |
hello there!!! thanks for sharing all this information, you all are doing a great job, keep working hard and nothing it will stop you. also this a great project, i wish you good luck!!! have a wonderful day!!!
author | reneparedes |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t232101385z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 23:21:03 |
last_update | 2018-06-05 23:21:03 |
depth | 1 |
children | 1 |
last_payout | 2018-06-12 23:21:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | 7,781,173,311 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,444,362 |
net_rshares | 546,200,557 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
reneparedes | 0 | 546,200,557 | 100% |
Thank you!
author | gravity-protocol |
---|---|
permlink | re-reneparedes-re-gravity-protocol-gravity-testnet-instructions-set-20180606t200301829z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-06 20:03:03 |
last_update | 2018-06-06 20:03:03 |
depth | 2 |
children | 0 |
last_payout | 2018-06-13 20:03:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 47,454,528,144,099 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,580,314 |
net_rshares | 0 |
Amazing. This steps will definitely get me started asap. Thanks, sir
author | sci-tech-gist |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t124921221z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 12:49:21 |
last_update | 2018-06-05 12:49:21 |
depth | 1 |
children | 1 |
last_payout | 2018-06-12 12:49:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.080 HBD |
curator_payout_value | 0.026 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 10,019,123,247 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,367,986 |
net_rshares | 35,624,839,239 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gravity-protocol | 0 | 35,624,839,239 | 100% |
Good. If you have more questions, ask them in our Telegram dev chat. https://t.me/gravity_protocol
author | gravity-protocol |
---|---|
permlink | re-sci-tech-gist-re-gravity-protocol-gravity-testnet-instructions-set-20180606t200215517z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"links":["https://t.me/gravity_protocol"],"app":"steemit/0.1"} |
created | 2018-06-06 20:02:18 |
last_update | 2018-06-06 20:02:18 |
depth | 2 |
children | 0 |
last_payout | 2018-06-13 20:02:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 98 |
author_reputation | 47,454,528,144,099 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,580,228 |
net_rshares | 0 |
hi// i follow you.. Amazing post....
author | seojieo |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t131338082z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 13:13:39 |
last_update | 2018-06-05 13:13:39 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 13:13:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 36 |
author_reputation | 48,545,035,991 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,370,749 |
net_rshares | 0 |
good work
author | sheikhsalman |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180606t003258659z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-06 00:32:57 |
last_update | 2018-06-06 00:32:57 |
depth | 1 |
children | 0 |
last_payout | 2018-06-13 00:32:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 456,545,002,922 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,450,453 |
net_rshares | 406,788,701 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sheikhsalman | 0 | 406,788,701 | 100% |
Congratulations @gravity-protocol! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@gravity-protocol) Award for the total payout received [](http://steemitboard.com/@gravity-protocol) Award for the number of upvotes received <sub>_Click on the badge to view your Board of Honor._</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> To support your work, I also upvoted your post! > Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-gravity-protocol-20180606t102559000z |
category | blockchain |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-06-06 10:25:57 |
last_update | 2018-06-06 10:25:57 |
depth | 1 |
children | 0 |
last_payout | 2018-06-13 10:25:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 902 |
author_reputation | 38,975,615,169,260 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,507,593 |
net_rshares | 0 |
Read it haven't heard anything before liked the way you've put on to everything.
author | suhail007 | ||||||
---|---|---|---|---|---|---|---|
permlink | re-gravity-protocol-201865t20243938z | ||||||
category | blockchain | ||||||
json_metadata | {"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-06-05 14:54:42 | ||||||
last_update | 2018-06-05 14:54:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-06-12 14:54:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 80 | ||||||
author_reputation | 16,405,750,684 | ||||||
root_title | "Gravity Testnet Instructions Set" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 59,383,557 | ||||||
net_rshares | 0 |
This post was showed by 4 different accounts to 19.000+ followers. 19.000+Followers can see you.(@tenorbalonzo,@hakanlama,@cemalbaba,@asagikulak) Send 0.200 Sbd or Steem. Post link as memo for (minimum 15 upvote)
author | tenorbalonzo |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t130129864z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"users":["tenorbalonzo","hakanlama","cemalbaba","asagikulak"],"app":"steemit/0.1"} |
created | 2018-06-05 13:01:24 |
last_update | 2018-06-05 13:01:24 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 13:01:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 212 |
author_reputation | -1,115,275,014,457 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,369,356 |
net_rshares | 513,180,638 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
efsun2007 | 0 | 229,223,478 | 100% | ||
lebey1 | 0 | 283,957,160 | 100% |
GOOD^^
author | topyo7777 |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t145104531z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 14:51:09 |
last_update | 2018-06-05 14:51:09 |
depth | 1 |
children | 0 |
last_payout | 2018-06-12 14:51:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6 |
author_reputation | 310,707,593,754 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,383,048 |
net_rshares | 0 |
What's the criteria for becoming a witness?
author | victoreyo |
---|---|
permlink | re-gravity-protocol-gravity-testnet-instructions-set-20180605t152107845z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-05 15:21:24 |
last_update | 2018-06-05 15:21:24 |
depth | 1 |
children | 3 |
last_payout | 2018-06-12 15:21:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.079 HBD |
curator_payout_value | 0.024 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 1,501,601,559 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,387,269 |
net_rshares | 35,090,466,650 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gravity-protocol | 0 | 35,090,466,650 | 100% |
Your desire is the main criterion in the testnet.
author | gravity-protocol |
---|---|
permlink | re-victoreyo-re-gravity-protocol-gravity-testnet-instructions-set-20180606t200540786z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-06 20:05:42 |
last_update | 2018-06-06 20:05:42 |
depth | 2 |
children | 2 |
last_payout | 2018-06-13 20:05:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 49 |
author_reputation | 47,454,528,144,099 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,580,655 |
net_rshares | 0 |
Really. So after having the desire, what next?
author | victoreyo |
---|---|
permlink | re-gravity-protocol-re-victoreyo-re-gravity-protocol-gravity-testnet-instructions-set-20180606t210905294z |
category | blockchain |
json_metadata | {"tags":["blockchain"],"app":"steemit/0.1"} |
created | 2018-06-06 21:09:18 |
last_update | 2018-06-06 21:09:18 |
depth | 3 |
children | 1 |
last_payout | 2018-06-13 21:09:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 1,501,601,559 |
root_title | "Gravity Testnet Instructions Set" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 59,588,010 |
net_rshares | 0 |