Algorithm: SHA256
Ticker : PTA
Block time: 90 seconds
Block reward:
Block 1 - 50 = 100 PTA
Block 51 - 700 = 350 PTA
Block 701 - 1000 = 300 PTA
Block 1001 - 1500 = 250 PTA
Block 1501 - 2500 = 200 PTA
Block 2501 - 3000 = 150 PTA
Block 3001 - 3400 = 100 PTA
PoW Supply: 1311955 PTA
Last PoW block: 3400
PoS Min Stake Age: 6 hours
PoS Max Stake Age: 24 hours
DPOS from block 2500 until 20000 block after that normal PoS 9%
RPC Port: 25630
Port: 25631
Nodes: Hardcoded
Block 2500 to 4500 10 PTA
Block 4501 to 6800 20 PTA
Block 6800 to 7000 150 PTA
Block 7001 to 8500 20 PTA
Block 8501 to 10000 100 PTA
Block 10001 to 15000 30 PTA
Block 15001 to 20000 25 PTA
The masternodes get 60% of the network stake rewards How to Setup a Pentacoin Node :Start your Pentacoin wallet
Go to Help>Debug>Console
type the following and hit Enter (Alias is name of your node address):
Send
exactly 20000 PTA in 1 single transaction to that address
Go to Help>Debug>Console
type the following and hit Enter:
Copy the result and place that in the Pentacoin.conf file below:
rpcallowip=127.0.0.1
rpcuser=REPLACEME
rpcpassword=REPLACEME
rpcport=Any Port
server=1
daemon=1
listen=1
staking=0
port=Any Port2
reservbalance=20000
masternodeaddr=YOUR_EXTERNAL_IP:Any Port2
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey
Any Port2 must be open.
Wait for 15 confirms before running the below commandRestart your wallet and go back to Help>Debug>Console
Type the following and hit enter:
How to Run More than one Pentacoin Node instance on the same PC:1- Make a new folder ((Example: Masternodes)
2- inside masternodes folder, make N number of new folders and name them for example mn1 , mn2 ..etc ( N= number of nodes you want to run)
3- go back to masternodes folder and place N number of Pentacoin-qt-1.2.0.exe copies and name them mn1.exe mn2.exe ..etc
4- on the same masternode folder, make new N number of RunMN1.bat files and paste the following:
mn1.exe -datadir=path_to_mn1_folder
*
make sure to change mn1.exe and path for every .bat file5- Start each RunMN1.bat, RunMN2.bat ..etc and follow "How to Setup a Pentacoin Node" on top
*
each node must have different ports on Pentacoin.conf filehttps://coin-miners.info/pta/public/Block Explorer