Peerplays Launched! Your guide on how to become a witness

in #peerplays7 years ago (edited)

Now that PeerPlays has launched, many people are still lost on how to set up a witness.

What is PeerPlays?

PeerPlays is a decentralized platform for gambling, based on BitShares (the precursor to Steemit). It could have a variety of uses including sports betting, lotteries, dice games, etc.

How do I get a witness?

Luckily, I've ported over my popular Steem-in-a-box software, so setting up a witness is a breeze!

My company @privex can even get you a server paid with STEEM for your PeerPlays witness. (@privex actually runs a seed inside the network, meaning you'll sync in 30 seconds flat)

Let's get started.

Since the account faucet isn't online yet, you'll need to ask in the Telegram for an account: https://telegram.me/PeerplaysWitness

Once you have an account, you'll need to get a Linux server, I recommend using Ubuntu 16.04. Right now PeerPlays has low requirements, you'll only need a 1-2GB RAM server (but you might want to invest in more RAM for when it gets bigger).

Setting up the server

Now that you have a Linux server online, you'll need to install Docker. This is fast and easy, just 2 commands:

sudo apt update && sudo apt install curl git
curl https://get.docker.com | sh

If you're using a normal user, make sure to add that user to the docker group, e.g. if your user is called ubuntu:

  sudo usermod -aG docker ubuntu

Once you've installed Docker, download my PeerPlays-in-a-box system:

git clone https://github.com/Someguy123/peerplays-docker.git
cd peerplays-docker

Now, change to the peerplays-docker folder, and let's install and start peerplays (this may take a minute)

./run.sh install
./run.sh start

For the next part, you'll need to have a PeerPlays account. Since the account faucet isn't online yet, you'll need to ask in the Telegram for an account: https://telegram.me/PeerplaysWitness

Once you have an account, we can continue setting up the witness:

./run.sh wallet

You should see a prompt like this:

new >>>

Set a wallet password (this is unrelated to your account password, it's similar to a bitcoin wallet password)

set_password "some_secure_password"
unlock "some_secure_password"

Now, get your private keys based on your password (if you already have your keys, skip this step)

unlocked >>> get_private_key_from_password USERNAME active PASSWORD 
[ 'PPYxxx', 'xxxx' ] 
unlocked >>> get_private_key_from_password USERNAME owner PASSWORD 
[ 'PPYxxx', 'xxxx' ]

Import your owner and active key into the wallet

unlocked >>> import_key "USERNAME" xxxx 
unlocked >>> import_key "USERNAME" xxxx

You need to "upgrade your account". You may need to ask someone to send you some PPY tokens on the Telegram before you can do this.

unlocked >>> upgrade_account USERNAME true 

Once you've successfully upgraded, you can now create a witness:

create_witness USERNAME "url" true

You should see something like this:

{
  "ref_block_num": 6936,
  "ref_block_prefix": 4050013610,
  "expiration": "2017-06-06T21:48:12",
  "operations": [[
      20,{
        "fee": {
          "amount": 800000,
          "asset_id": "1.3.0"
        },
        "witness_account": "1.2.8892",
        "url": "",
        "block_signing_key": "PPY5ipyg232HNHTCGR52EZtR6wyCdZPYJoMVmcpfiPRrEyMFUxeJG",
        "initial_secret": ""
      }
}

Make a note of the block_signing_key, it's important!

Now, do this following to get your private block signing key

get_private_key THE_BLOCK_SIGNING_KEY_WHICH_IS_ABOVE

You should see a private key, beginning with 5. Note this down somewhere with your public block signing key.

Now, get your witness ID:

get_witness USERNAME

Make note of the "id" (make sure to not copy the wrong ID)

{
 ..... 
 "id": "1.6.x" 
 ..... 
}

Now. Press CTRL-D to exit the wallet.

We'll now update the config for the server:

nano data/witness_node_data_dir/config.ini

Comment out the line starting with p2p-endpoint (i.e. put a # in front of it)

#p2p-endpoint = 0.0.0.0:7777

Put these shortly after the seed nodes:

# the witness ID you got earlier
witness-id = "1.6.x"
# the block keys you were supposed to note down earlier! public and then private
private-keys = ["P...","5..."]

# now save the file! if nano, press CTRL-X and type yes to save

Finally, we restart the server:

 ./run.sh restart

Now hopefully you should have a witness :)

Check the logs to make sure it's working:

./run.sh logs

You should see something like this:

336001ms th_a       witness.cpp:201               block_production_loo ] Not producing block because it isn't my turn
336159ms th_a       application.cpp:506           handle_block         ] Got block: #7273 time: 2017-06-06T22:05:36 latency: 157 ms from: billbutler-witness  irreversible: 7260 (-13)
337001ms th_a       witness.cpp:204               block_production_loo ] Not producing block because slot has not yet arrived
338001ms th_a       witness.cpp:204               block_production_loo ] Not producing block because slot has not yet arrived

If you see that, you're probably set up :) - remember you can ask people on the Telegram for help if you're stuck. Join our witness Telegram: https://telegram.me/PeerplaysWitness


Do you like what I'm doing for STEEM/Steemit?


Vote for me to be a witness - every vote counts.


Don't forget to follow me for more like this.

--
Have you ever thought about being a witness yourself? Contact me on STEEMIT.CHAT, I'm happy to guide you! Join in shaping the STEEM economy.

Are you looking for a new server provider? My company @privex offers highly-reliable and affordable dedicated and virtual servers for STEEM, LTC, and BTC! Contact me on STEEMIT.CHAT for more information.

Sort:  

Sadly since you can't edit a post after 7 days, I can't correct a slight mistake in this post.

private-keys = ["P...","5..."]

Should be

private-key = ["P...","5..."]

AWE SOMEGUY >;] so cool GREAT SUPER JOB! ANON IS WITH YOU, EVEN IF DONT UNDERSTAND IT AT ALL.....WE UNDERSTAND SNURFS n GREMLINS> >>>>THX FOR EFFORT

https://steemit.com/introduceyourself/@mfg/hi-stimians-i-m-anon-i-come-from-anon-puerto-ricko-i-love-steem-and-all-off-you-i-m-here-to-bring-the-happiness-and-love-to-all
SNURFS.jpggremlins handmade.jpg

Excellent timing. I'm setting up my new @privex dedicated server right now. Thank you!

Got my witness set up (scissors-witness). I'm getting the message

block_production_loo ] Not producing block because production is disabled until we receive a recent block (see: --enable-stale-production)

Is that just because I don't have enough votes yet to be producing blocks or do I need to change the enable-stale-production settings?

The amount of active witnesses changes every hour. You probably need more votes.

Sometimes this can also happen if you screw up your private key, or your witness ID.

I restarted it and it now says slot has not yet arrived. That's better and just means more votes needed. I would like to know it is working properly before I campaign too hard.

Thank you for your announcement!

What is the correct procedure for upgrading to the latest version now that there is a new release? Is it something like "docker pull someguy123/peerplays" or "git pull https://github.com/Someguy123/peerplays-docker.git"? Is there any way to save the config.ini and wallet files or do you need to re-copy them after upgrading?

I'll answer my own question with your answer from telegram

for those on my docker, it's now as simple as this:

git pull
./run.sh stop
./run.sh install
./run.sh start

and you'll be running 0.1.8

Too easy. Looks like it worked a charm.

Thanks for this, @brendio! You're right, too easy!!

Thanks for the info... Might give this a spin myself

thank you very much for your post.
I'm trying to import mine owner and active key into the wallet but it always giving me false result is it normal?

is the user client out?

Nope, the GUI hasn't released yet!

Very interesting. Thank you for the info will be looking into this.

@someguy123 can you also provide a similar step by step guide on setting up STEEM witness?

Coin Marketplace

STEEM 0.30
TRX 0.11
JST 0.033
BTC 64104.40
ETH 3148.52
USDT 1.00
SBD 4.25