- Copyright (c) 2009 - 2017 Bitcoin Developers
- Copyright (c) 2017 - 2018 Parlaychain Developers
- Parlay Chain (PAR) is a prize winning blockchain ecosystem with predictor gameplay (Parlay.Live).
- Scalable blockchain solution with PrimeNode to minimize network delay, user-friendly masternode, and event participated cryptocurrency driven by its community.
- MAC wallet - Mac osx high sierra
- Window wallet - Window os
- 2500 PARs
- Ubuntu 16.04 VPS server (recommended VPS : vultr.com)
- Local wallet
- Mac OS : mac toolbar menu -> help -> debug window -> console tab
- PC : parlay wallet toolbar menu -> help -> debug console
type below command to debug console.
primenode genkey
type below command to debug console.
primenode outputs
primenode output structure -> { "txhash of 2500 PARs transaction" : "output index" }
In order to fill complete primenode conf, you should have VPS ip address
- Alias : your_masternode_name
- Address : your VPS address and port is 9000
- PrivKey : private key from Step 6
- TxHash : txhash of 2500 PARs from Step 7
- Output Index : output index from Step 7
- Reward Address: optional
- Reward % : optional
- ex)
- Mac : use terminal
- ssh root@VPS_IP
- Window : use putty
- Host Name : IP address of VPS
- Port : 22
Type below command to install docker and Parlay daemon automatically
wget -O - https://github.com/parlaychain/parlay/releases/download/v1.0.0/parlay.sh | bash
This command installs lots of modules, take like 20~30 mins
Type below command to add alias commands
source ~/.bashrc
Type below command to initialize wallet and parlay config
parlayd
Type below command and enter your primenode info (RPCUSER and RPCPASSWORD must not be same)
python3 conf.py
Please enter RPCUSER : your_username_you_want
Please enter RPCPASSWORD : your_password_you_want
Please enter masternode private key : private key get from Step 1-6
Please enter VPS Ip address : your vps ip address
Type below command to run VPS Parlay daemon
parlayd
- ParlayChain is released under the terms of the MIT license.