Other > Gravity

Gravity Testnet Instructions Set

<< < (2/2)

Gravity Protocol:
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.

See video instruction here.


* First of all we need to clone the repository, we do this using git clone.

--- Code: ---git clone https://github.com/GravityProtocol/gravity-testnet-docker.git
--- End code ---


* Next, we’ll check the newly created directory. As you can see, the directory is there, so let’s cd to it.

--- Code: ---ls
cd gravity-testnet-docker
--- End code ---


* Now we need to download an image with the node. We’ll use docker-compose pull, to do that.

--- Code: ---sudo docker-compose pull
--- End code ---


* After the image has downloaded, we need to boot up our node.
* Let’s use docker-compose up, to do that.

--- Code: ---sudo docker-compose up
--- End code ---


* Soon you’ll see blocks being created.
* To terminate the node you’ll need to press Ctrl+C.
Follow us
• Website • BitsharesTalk • Telegram channel • Telegram dev chat • Blog on Steemit • Blog on Medium • Twitter • Discord • Linkedin •

Gravity Protocol:
Install Gravity Node for Public Testnet

In this tutorial 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.

See the video instruction here.


* 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.

--- Code: ---git clone — depth 1 https://graphenelab.unfuddle.com/git/graphenelab_gravitypublic -b testnet
--- End code ---


* 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.

--- Code: ---ls
--- End code ---


* Then switch to that folder.

--- Code: ---cd graphenelab_gravitypublic
--- End code ---


* 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.

--- Code: ---sudo docker-compose build
--- End code ---


* 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.

--- Code: ---sudo docker-compose up
--- End code ---


* After a while, you’ll see blocks being created every few seconds.
* To terminate the node press Ctrl+C.
Follow us
• Website • BitsharesTalk • Telegram channel • Telegram dev chat • Blog on Steemit • Blog on Medium • Twitter • Discord • Linkedin •

Gravity Protocol:
Wallet Registration Tutorial

We’re going to review the registration process for the Gravity Protocol Blockchain.
See video instruction here.

* In order to do so, open the link 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.
Follow us
• Website • BitsharesTalk • Telegram channel • Telegram dev chat • Blog on Steemit • Blog on Medium • Twitter • Discord • Linkedin •

Gravity Protocol:
Creating an Issue on Github

All the work with the code, along with suggestions should be presented on the Gravity testnet GitHub in the form of issues. This post will help you to create and submit an issue on Github.

You can find video instructions here.

* 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.
Follow us
• Website • BitsharesTalk • Telegram channel • Telegram dev chat • Blog on Steemit • Blog on Medium • Twitter • Discord • Linkedin •

Gravity Protocol:
On May 25, 2018, 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.

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

Follow us• Website • BitsharesTalk • Telegram channel • Telegram dev chat • Blog on Steemit • Blog on Medium • Twitter • Discord • Linkedin •

Navigation

[0] Message Index

[*] Previous page

Go to full version