create account

Gravity Testnet Instructions Set by gravity-protocol

View this thread on: hive.blogpeakd.comecency.com
· @gravity-protocol · (edited)
$544.70
Gravity Testnet Instructions Set
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/
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 675 others
properties (23)
authorgravity-protocol
permlinkgravity-testnet-instructions-set
categoryblockchain
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"}
created2018-06-05 12:03:03
last_update2018-06-05 19:59:39
depth0
children42
last_payout2018-06-12 12:03:03
cashout_time1969-12-31 23:59:59
total_payout_value412.910 HBD
curator_payout_value131.789 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14,810
author_reputation47,454,528,144,099
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,362,230
net_rshares167,642,045,767,575
author_curate_reward""
vote details (739)
@ahmet.esat ·
I dont understand this system benefit my profile ? Please someone explain clearly for me
properties (22)
authorahmet.esat
permlinkre-gravity-protocol-201866t10437704z
categoryblockchain
json_metadata{"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-06-06 07:04:42
last_update2018-06-06 07:04:42
depth1
children0
last_payout2018-06-13 07:04:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation17,666,500,486
root_title"Gravity Testnet Instructions Set"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,488,111
net_rshares0
@alan369 ·
Great tutorial
properties (22)
authoralan369
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180610t094330663z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-10 08:40:57
last_update2018-06-10 08:40:57
depth1
children0
last_payout2018-06-17 08:40:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length14
author_reputation3,838,855,969,890
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,111,643
net_rshares0
@aluyeah ·
Wow... So much to take in at once... Off to sign up first.. baby steps :)
properties (22)
authoraluyeah
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t162518917z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 16:25:27
last_update2018-06-05 16:25:27
depth1
children0
last_payout2018-06-12 16:25:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length73
author_reputation40,139,916,171
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,396,217
net_rshares0
@anealireki ·
Want to start trading with comfort?
https://masscoinapp.com/ - the best thing for it.
Read the description on the main page!
properties (22)
authoranealireki
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180609t112144382z
categoryblockchain
json_metadata{"tags":["blockchain"],"links":["https://masscoinapp.com/"],"app":"steemit/0.1"}
created2018-06-09 15:21:48
last_update2018-06-09 15:21:48
depth1
children0
last_payout2018-06-16 15:21:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length124
author_reputation-789,520,197,712
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,007,469
net_rshares0
@arcange ·
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
properties (22)
authorarcange
permlinkre-gravity-testnet-instructions-set-20180605t180631000z
categoryblockchain
json_metadata""
created2018-06-06 16:08:42
last_update2018-06-06 16:08:42
depth1
children0
last_payout2018-06-13 16:08:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length224
author_reputation1,146,606,601,469,178
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,550,760
net_rshares0
@asifrashid · (edited)
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..
👍  
properties (23)
authorasifrashid
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t232259096z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 23:23:00
last_update2018-06-05 23:23:30
depth1
children1
last_payout2018-06-12 23:23:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length299
author_reputation131,734,690,901
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,444,564
net_rshares147,092,719
author_curate_reward""
vote details (1)
@gravity-protocol ·
Thank you!
properties (22)
authorgravity-protocol
permlinkre-asifrashid-re-gravity-protocol-gravity-testnet-instructions-set-20180606t200338891z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-06 20:03:39
last_update2018-06-06 20:03:39
depth2
children0
last_payout2018-06-13 20:03:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation47,454,528,144,099
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,580,397
net_rshares0
@beckbg ·
You use GitHub? :D :D
![27hu3d1axt.png](https://img.esteem.ws/27hu3d1axt.png)
properties (22)
authorbeckbg
permlinkre-gravity-protocol-201866t04752774z
categoryblockchain
json_metadata{"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.0.0-surfer","format":"markdown+html","community":"esteem"}
created2018-06-05 21:47:54
last_update2018-06-05 21:47:54
depth1
children0
last_payout2018-06-12 21:47:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation6,479,716,099
root_title"Gravity Testnet Instructions Set"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,434,830
net_rshares0
@cryptoman09 ·
Good new. Thank for sharingg
properties (22)
authorcryptoman09
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180606t053508601z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-06 05:35:12
last_update2018-06-06 05:35:12
depth1
children0
last_payout2018-06-13 05:35:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation92,098,406
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,478,990
net_rshares0
@danielmeloc ·
I will try to do it step by step, be patient.
properties (22)
authordanielmeloc
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t203212574z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 20:32:15
last_update2018-06-05 20:32:15
depth1
children0
last_payout2018-06-12 20:32:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation354,569,105
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,426,150
net_rshares0
@dionesarit ·
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
👎  
properties (23)
authordionesarit
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180610t172356007z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-10 17:24:06
last_update2018-06-10 17:24:06
depth1
children1
last_payout2018-06-17 17:24:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length241
author_reputation-35,837,420,726
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,170,371
net_rshares-21,996,798,973
author_curate_reward""
vote details (1)
@abusereports ·
$1.04
@dionesarit you're on the @abusereports naughty list!<br><br>**Bad Steemian! Bad!**
👍  ,
properties (23)
authorabusereports
permlinkabusereports-re-dionesaritre-gravity-protocol-gravity-testnet-instructions-set-20180610t172356007z
categoryblockchain
json_metadata""
created2018-06-10 17:24:21
last_update2018-06-10 17:24:21
depth2
children0
last_payout2018-06-17 17:24:21
cashout_time1969-12-31 23:59:59
total_payout_value0.780 HBD
curator_payout_value0.257 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation199,407,425,243,286
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,170,410
net_rshares394,122,106,009
author_curate_reward""
vote details (2)
@edgarbautista23 ·
Excelente.
properties (22)
authoredgarbautista23
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t131842044z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 13:17:39
last_update2018-06-05 13:17:39
depth1
children0
last_payout2018-06-12 13:17:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation189,005,391,587
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,371,264
net_rshares0
@elm3lam ·
$0.10
good work mercy
👍  
properties (23)
authorelm3lam
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t224535706z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 22:45:36
last_update2018-06-05 22:45:36
depth1
children0
last_payout2018-06-12 22:45:36
cashout_time1969-12-31 23:59:59
total_payout_value0.102 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation1,095,590,493,910
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,440,787
net_rshares35,044,190,980
author_curate_reward""
vote details (1)
@gabovillalba ·
Muy bien explicado, buen post.
properties (22)
authorgabovillalba
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t183645918z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 18:37:12
last_update2018-06-05 18:37:12
depth1
children0
last_payout2018-06-12 18:37:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation62,821,811,607
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,413,333
net_rshares0
@geovanny1000 ·
buena publicaciĂłn....
properties (22)
authorgeovanny1000
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t152340698z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 15:21:27
last_update2018-06-05 15:21:27
depth1
children0
last_payout2018-06-12 15:21:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation58,512,038,636
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,387,275
net_rshares0
@gmzct ·
My foto
![603201_186481234829483_985579075_n.jpg](https://cdn.steemitimages.com/DQmZKDVBtAS6ZiBhix49ggmNLbA1kLTXMbixaiR8mpVyyg9/603201_186481234829483_985579075_n.jpg)
properties (22)
authorgmzct
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t181124972z
categoryblockchain
json_metadata{"tags":["blockchain"],"image":["https://cdn.steemitimages.com/DQmZKDVBtAS6ZiBhix49ggmNLbA1kLTXMbixaiR8mpVyyg9/603201_186481234829483_985579075_n.jpg"],"app":"steemit/0.1"}
created2018-06-05 18:11:27
last_update2018-06-05 18:11:27
depth1
children0
last_payout2018-06-12 18:11:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length167
author_reputation-16,832,223,372
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,410,221
net_rshares0
@haseebkhan ·
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
 ![image](https://img.esteem.ws/ifp2wxj5t4.jpg)
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
 ![image](https://img.esteem.ws/eaz4cbmgrk.jpg)
 ![image](https://img.esteem.ws/nnb66n4rp7.jpg)
 ![image](https://img.esteem.ws/7pwxuhub8h.jpg)
 ![image](https://img.esteem.ws/3716z7r8ze.jpg)
👎  ,
properties (23)
authorhaseebkhan
permlinkre-gravity-protocol-201866t121324176z
categoryblockchain
json_metadata{"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-06-06 07:13:30
last_update2018-06-06 07:13:30
depth1
children0
last_payout2018-06-13 07:13:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length724
author_reputation-529,195,342,248
root_title"Gravity Testnet Instructions Set"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,489,037
net_rshares-185,822,632,205
author_curate_reward""
vote details (2)
@joanm897 ·
Excellent! post.
properties (22)
authorjoanm897
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180609t184854921z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-09 18:48:57
last_update2018-06-09 18:48:57
depth1
children0
last_payout2018-06-16 18:48:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length16
author_reputation27,253,436,320,314
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id60,033,046
net_rshares0
@kofibeatz ·
This looks like exciting tech..
properties (22)
authorkofibeatz
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t170025504z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 17:00:33
last_update2018-06-05 17:00:33
depth1
children0
last_payout2018-06-12 17:00:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation1,049,558,092,285
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,401,245
net_rshares0
@lebey1 ·
Thanks for your support and helping post
👍  ,
properties (23)
authorlebey1
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t143617851z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 14:38:00
last_update2018-06-05 14:38:00
depth1
children0
last_payout2018-06-12 14:38:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length40
author_reputation89,357,875,535,318
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,381,306
net_rshares813,936,161
author_curate_reward""
vote details (2)
@matife ·
Your services to the community are definite. Amazing tutoring @gravity-protocol
properties (22)
authormatife
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t130735382z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["gravity-protocol"],"app":"steemit/0.1"}
created2018-06-05 13:07:45
last_update2018-06-05 13:07:45
depth1
children0
last_payout2018-06-12 13:07:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length79
author_reputation-891,965,157,955
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,370,069
net_rshares0
@meuhambo ·
![unnamed (1).gif](https://cdn.steemitimages.com/DQmVjuiE7hpndhR3MxvsqnhxvVtqwSJaQbeDqzQM5S6XsZP/unnamed%20(1)
properties (22)
authormeuhambo
permlinkre-gravity-protocol-201865t232531874z
categoryblockchain
json_metadata{"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-06-05 16:26:12
last_update2018-06-05 16:26:12
depth1
children0
last_payout2018-06-12 16:26:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation11,030,764,009
root_title"Gravity Testnet Instructions Set"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,396,339
net_rshares0
@mhdfajar ·
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
properties (22)
authormhdfajar
permlinkre-gravity-protocol-201866t22934870z
categoryblockchain
json_metadata{"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-06-05 19:29:36
last_update2018-06-05 19:29:36
depth1
children0
last_payout2018-06-12 19:29:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length160
author_reputation204,054,291,011
root_title"Gravity Testnet Instructions Set"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,419,182
net_rshares0
@mobizon ·
Most detailed post ever. Thanks for good Information.
properties (22)
authormobizon
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180607t084256269z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-06 18:42:27
last_update2018-06-06 18:42:27
depth1
children0
last_payout2018-06-13 18:42:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation4,926,324,549
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,570,299
net_rshares0
@naconc ·
Tremendously attractive, interesting project, I congratulate you, successes!
properties (22)
authornaconc
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t172239987z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 17:21:36
last_update2018-06-05 17:21:36
depth1
children0
last_payout2018-06-12 17:21:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length76
author_reputation48,184,043,660
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,404,032
net_rshares0
@phillips93 ·
Excellent post all those steps will serve me to start as soon as possible thanks
properties (22)
authorphillips93
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180607t201731548z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-07 20:18:09
last_update2018-06-07 20:18:09
depth1
children0
last_payout2018-06-14 20:18:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation190,210,226,774
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,740,818
net_rshares0
@postpromoter ·
re-gravity-protocol-gravity-testnet-instructions-set-20180605t124053942z
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)
properties (22)
authorpostpromoter
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t124053942z
categoryblockchain
json_metadata{"app":"postpromoter/2.0.0"}
created2018-06-05 12:40:54
last_update2018-06-05 12:40:54
depth1
children0
last_payout2018-06-12 12:40:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length400
author_reputation12,722,616,650,811
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,366,912
net_rshares0
@reneparedes ·
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!!!
👍  
properties (23)
authorreneparedes
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t232101385z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 23:21:03
last_update2018-06-05 23:21:03
depth1
children1
last_payout2018-06-12 23:21:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length210
author_reputation7,781,173,311
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,444,362
net_rshares546,200,557
author_curate_reward""
vote details (1)
@gravity-protocol ·
Thank you!
properties (22)
authorgravity-protocol
permlinkre-reneparedes-re-gravity-protocol-gravity-testnet-instructions-set-20180606t200301829z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-06 20:03:03
last_update2018-06-06 20:03:03
depth2
children0
last_payout2018-06-13 20:03:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length10
author_reputation47,454,528,144,099
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,580,314
net_rshares0
@sci-tech-gist ·
$0.11
Amazing.  This steps will definitely get me started asap. Thanks, sir
👍  
properties (23)
authorsci-tech-gist
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t124921221z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 12:49:21
last_update2018-06-05 12:49:21
depth1
children1
last_payout2018-06-12 12:49:21
cashout_time1969-12-31 23:59:59
total_payout_value0.080 HBD
curator_payout_value0.026 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation10,019,123,247
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,367,986
net_rshares35,624,839,239
author_curate_reward""
vote details (1)
@gravity-protocol ·
Good. If you have more questions, ask them in our Telegram dev chat.
https://t.me/gravity_protocol
properties (22)
authorgravity-protocol
permlinkre-sci-tech-gist-re-gravity-protocol-gravity-testnet-instructions-set-20180606t200215517z
categoryblockchain
json_metadata{"tags":["blockchain"],"links":["https://t.me/gravity_protocol"],"app":"steemit/0.1"}
created2018-06-06 20:02:18
last_update2018-06-06 20:02:18
depth2
children0
last_payout2018-06-13 20:02:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length98
author_reputation47,454,528,144,099
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,580,228
net_rshares0
@seojieo ·
hi//
i follow you..
Amazing post....
properties (22)
authorseojieo
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t131338082z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 13:13:39
last_update2018-06-05 13:13:39
depth1
children0
last_payout2018-06-12 13:13:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation48,545,035,991
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,370,749
net_rshares0
@sheikhsalman ·
good work
👍  
properties (23)
authorsheikhsalman
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180606t003258659z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-06 00:32:57
last_update2018-06-06 00:32:57
depth1
children0
last_payout2018-06-13 00:32:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation456,545,002,922
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,450,453
net_rshares406,788,701
author_curate_reward""
vote details (1)
@steemitboard ·
Congratulations @gravity-protocol! You have completed some achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/payout.png)](http://steemitboard.com/@gravity-protocol) Award for the total payout received
[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/voted.png)](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**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-gravity-protocol-20180606t102559000z
categoryblockchain
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-06-06 10:25:57
last_update2018-06-06 10:25:57
depth1
children0
last_payout2018-06-13 10:25:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length902
author_reputation38,975,615,169,260
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,507,593
net_rshares0
@suhail007 ·
Read it haven't heard anything before liked the way you've put on to everything.
properties (22)
authorsuhail007
permlinkre-gravity-protocol-201865t20243938z
categoryblockchain
json_metadata{"tags":["blockchain","crypto","cryptocurrency","technology","gravityprotocol"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"}
created2018-06-05 14:54:42
last_update2018-06-05 14:54:42
depth1
children0
last_payout2018-06-12 14:54:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length80
author_reputation16,405,750,684
root_title"Gravity Testnet Instructions Set"
beneficiaries
0.
accountesteemapp
weight1,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,383,557
net_rshares0
@tenorbalonzo ·
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)
👍  ,
properties (23)
authortenorbalonzo
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t130129864z
categoryblockchain
json_metadata{"tags":["blockchain"],"users":["tenorbalonzo","hakanlama","cemalbaba","asagikulak"],"app":"steemit/0.1"}
created2018-06-05 13:01:24
last_update2018-06-05 13:01:24
depth1
children0
last_payout2018-06-12 13:01:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length212
author_reputation-1,115,275,014,457
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,369,356
net_rshares513,180,638
author_curate_reward""
vote details (2)
@topyo7777 ·
GOOD^^
properties (22)
authortopyo7777
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t145104531z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 14:51:09
last_update2018-06-05 14:51:09
depth1
children0
last_payout2018-06-12 14:51:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length6
author_reputation310,707,593,754
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,383,048
net_rshares0
@victoreyo ·
$0.10
What's the criteria for becoming a witness?
👍  
properties (23)
authorvictoreyo
permlinkre-gravity-protocol-gravity-testnet-instructions-set-20180605t152107845z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-05 15:21:24
last_update2018-06-05 15:21:24
depth1
children3
last_payout2018-06-12 15:21:24
cashout_time1969-12-31 23:59:59
total_payout_value0.079 HBD
curator_payout_value0.024 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation1,501,601,559
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,387,269
net_rshares35,090,466,650
author_curate_reward""
vote details (1)
@gravity-protocol ·
Your desire is the main criterion in the testnet.
properties (22)
authorgravity-protocol
permlinkre-victoreyo-re-gravity-protocol-gravity-testnet-instructions-set-20180606t200540786z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-06 20:05:42
last_update2018-06-06 20:05:42
depth2
children2
last_payout2018-06-13 20:05:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation47,454,528,144,099
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,580,655
net_rshares0
@victoreyo ·
Really.

So after having the desire, what next?
properties (22)
authorvictoreyo
permlinkre-gravity-protocol-re-victoreyo-re-gravity-protocol-gravity-testnet-instructions-set-20180606t210905294z
categoryblockchain
json_metadata{"tags":["blockchain"],"app":"steemit/0.1"}
created2018-06-06 21:09:18
last_update2018-06-06 21:09:18
depth3
children1
last_payout2018-06-13 21:09:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length47
author_reputation1,501,601,559
root_title"Gravity Testnet Instructions Set"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id59,588,010
net_rshares0