Pages:
Author

Topic: [ANN][PTA][Pentacoin|SHA256D][DPOS|POS][ROADMAP|NEW WALLET v1.2.0 MASTERNODES] - page 7. (Read 11142 times)

full member
Activity: 196
Merit: 100
The sale of some coins, to pm
newbie
Activity: 23
Merit: 0
https://coin-miners.info/pta/public/ is up and running , dev pls add to the op

Nice work scorpio18.   Grin

I was just checking my mail  Grin and boom new coin launch  Wink

Adding 4TH, lets see if it pays out  Grin
legendary
Activity: 1722
Merit: 1000
Admin of CoinMiners Pools
https://coin-miners.info/pta/public/ is up and running , dev pls add to the op

Nice work scorpio18.   Grin

I was just checking my mail  Grin and boom new coin launch  Wink
legendary
Activity: 952
Merit: 1000
sr. member
Activity: 266
Merit: 250
Infected Mushroom
Meh marbles was a fail to fullfill mining costs, I'm passing this one. Good luck.
hero member
Activity: 574
Merit: 500
member
Activity: 81
Merit: 10
First pool started at block ~150?
legendary
Activity: 1722
Merit: 1000
Admin of CoinMiners Pools
member
Activity: 81
Merit: 10
Pool please Smiley


19:21:46

getinfo


19:21:46

{
"version" : "v1.0.0.0-g32a928e",
"protocolversion" : 60014,
"walletversion" : 60000,
"balance" : 0.00000000,
"newmint" : 0.00000000,
"stake" : 0.00000000,
"blocks" : 184,
"timeoffset" : 0,
"moneysupply" : 51900.00000000,
"connections" : 2,
"proxy" : "",
"ip" : "76.26.82.101",
"difficulty" : {
"proof-of-work" : 41981.75789803,
"proof-of-stake" : 0.00390625
},
"testnet" : false,
"keypoololdest" : 1431559116,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00000000,
"errors" : ""
}
full member
Activity: 216
Merit: 100
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
hero member
Activity: 574
Merit: 500
{
"Blocks" : 1,
"Current Block Size" : 1000,
"Current Block Tx" : 0,
"Difficulty" : {
"Proof of Work" : 0.00390625,
"Proof of Stake" : 0.00390625,
"Search Interval" : 0
},
"Block Value" : 10000000000,
"Net MH/s" : 0.01966848,
"Net Stake Weight" : 0.00000000,
"Errors" : "",
"Pooled Tx" : 0,
"Stake Weight" : {
"Minimum" : 0,
"Maximum" : 0,
"Combined" : 0
},
"Stake Interest" : 9000000,
"Testnet" : false
}
newbie
Activity: 10
Merit: 0
NEW WALLET V1.2.0 MASTERNODES PLS UPDATE ASAP

http://i.imgur.com/o2V5eu3.png

http://i.imgur.com/3AciDoP.png

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

http://i.imgur.com/m5M5Opp.png

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

http://i.imgur.com/5SjNWHv.png

https://cdn2.iconfinder.com/data/icons/ourea-icons/256/OS_Windows_8_256x256-32.png
http://s2emagst.akamaized.net/products/492/491969/media/res_a3aa5986abcbe7b7ae2bdd49ad471f42.png
http://static.jeremybuff.com/img/technology-icon-github.png

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):
Code:
getaccountaddress Alias

Send exactly 20000 PTA in 1 single transaction to that address

Go to Help>Debug>Console
  type the following and hit Enter:
Code:
masternode genkey

Copy the result and place that in the Pentacoin.conf file below:

Code:
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 command
Restart your wallet and go back to Help>Debug>Console
  Type the following and hit enter:
Code:
masternode start

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:
Code:
mn1.exe -datadir=path_to_mn1_folder
 * make sure to change mn1.exe and path for every .bat file
5- 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 file

http://i.imgur.com/tq5nMCr.png

https://coin-miners.info/pta/public/

http://i.imgur.com/TnDe0MV.png

https://yobit.net/i/small_logo.png

http://i.imgur.com/o3D4pT5.png

Block Explorer

http://i.imgur.com/uRlv07Z.png

http://i.imgur.com/o6Fovr9.jpg
Pages:
Jump to: