Bitcoin Forum
June 16, 2024, 11:33:49 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 [6] 7 »  All
  Print  
Author Topic: [ANN][PTA][Pentacoin|SHA256D][DPOS|POS][ROADMAP|NEW WALLET v1.2.0 MASTERNODES]  (Read 11104 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
samspaces
Legendary
*
Offline Offline

Activity: 1453
Merit: 1030


View Profile
June 01, 2015, 11:22:31 PM
 #101

getpeerinfo:

    {   
        "addr" : "82.44.30.10:49450",
        "services" : "00000001",
        "lastsend" : 1433200890,
        "lastrecv" : 1433200889,
        "conntime" : 1433172005,
        "version" : 60015,
        "subver" : "/Pentacoin:1.2.0/",
        "inbound" : true,
        "startingheight" : 18973,
        "banscore" : 0
    },
    {   
        "addr" : "91.134.53.161:58605",
        "services" : "00000001",
        "lastsend" : 1433200890,
        "lastrecv" : 1433200889,
        "conntime" : 1433191146,
        "version" : 60015,
        "subver" : "/Pentacoin:1.2.0/",
        "inbound" : true,
        "startingheight" : 4398,
        "banscore" : 0
    },
    {   
        "addr" : "92.99.166.31:55098",
        "services" : "00000001",
        "lastsend" : 1433200890,
        "lastrecv" : 1433200891,
        "conntime" : 1433193596,
        "version" : 60015,
        "subver" : "/Pentacoin:1.2.0/",
        "inbound" : true,
        "startingheight" : 3516,
        "banscore" : 0
    },
    {   
        "addr" : "104.236.199.148:25631",
        "services" : "00000001",
        "lastsend" : 1433200890,
        "lastrecv" : 1433200889,
        "conntime" : 1433199919,
        "version" : 60015,
        "subver" : "/Pentacoin:1.4.0/",
        "inbound" : false,
        "startingheight" : 19295,
        "banscore" : 0
    },
    {   
        "addr" : "94.213.57.4:54378",
        "services" : "00000001",
        "lastsend" : 1433200890,
        "lastrecv" : 1433200889,
        "conntime" : 1433199951,
        "version" : 60015,
        "subver" : "/Pentacoin:1.2.0/",
        "inbound" : true,
        "startingheight" : 19295,
        "banscore" : 0
    },
    {   
        "addr" : "189.208.153.155:65056",
        "services" : "00000001",
        "lastsend" : 1433200890,
        "lastrecv" : 1433200889,
        "conntime" : 1433200039,
        "version" : 60015,
        "subver" : "/Pentacoin:1.2.0/",
        "inbound" : true,
        "startingheight" : 19297,
        "banscore" : 0
    },
    {   
        "addr" : "76.26.82.101:50618",
        "services" : "00000001",
        "lastsend" : 1433200890,
        "lastrecv" : 1433200889,
        "conntime" : 1433200254,
        "version" : 60015,
        "subver" : "/Pentacoin:1.2.0/",
        "inbound" : true,
        "startingheight" : 19298,
        "banscore" : 0
    },
    {   
        "addr" : "193.219.117.63:25631",
        "services" : "00000001",
        "lastsend" : 1433200890,
        "lastrecv" : 1433200889,
        "conntime" : 1433200694,
        "version" : 60015,
        "subver" : "/Pentacoin:1.4.0/",
        "inbound" : false,
        "startingheight" : 19303,
        "banscore" : 0
pentacoinDev (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 01, 2015, 11:58:42 PM
Last edit: June 02, 2015, 01:11:42 AM by pentacoinDev
 #102

Hello guys


I just released the masternodes update so pls update your wallets

PLS UPDATE ASAP

New Windows Wallet LINK PLS UPDATE ASAP
Github

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

proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
June 02, 2015, 01:04:36 AM
 #103


nice nice nice

Waiting for the updated download link... tic toc
pentacoinDev (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 02, 2015, 01:09:25 AM
 #104


nice nice nice

Waiting for the updated download link... tic toc

I just updated with the new link , pls update asap , I have changed the protocol so the old peers will get rejected by the node

EDIT: Next on the list is mac wallet
superman1314
Sr. Member
****
Offline Offline

Activity: 298
Merit: 250


View Profile
June 02, 2015, 01:12:35 AM
 #105

More updates?
pentacoinDev (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 02, 2015, 01:20:41 AM
 #106

More updates?

Yes , is the update for the masternodes and all the people need to update ASAP
proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
June 02, 2015, 02:38:17 AM
 #107

More updates?

Yes , is the update for the masternodes and all the people need to update ASAP

you just casually happened to include darksend on this update eh?   lol very nice!
asuryan180
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
June 02, 2015, 02:46:23 AM
 #108

Hello guys


I'm really sorry that i have been for so long inactive , i was working on masternodes , i just test it and is working , eta for the release 2 - 3 days , i'm still thinking about min coins for masternodes 15k or 20k and how much the masternodes will make 50 - 60%

EDIT: Updated the block explorer
Thanks
Have a nice day

Thanks for the update dev. Im looking forward to setting up a MN soon. Can you make it only 10K coins though. I think that is a better cost.

McKnight
Sr. Member
****
Offline Offline

Activity: 356
Merit: 250


View Profile
June 02, 2015, 10:07:25 AM
 #109

How do i know if my master working? its been running about an hour and still says 00m00s, how often should i receive payments?
Thanks  Smiley
stallion
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
June 02, 2015, 10:39:19 AM
 #110

Good to see some development in here. I bought some coins last month. I will make MN, sweet.

McKnight
Sr. Member
****
Offline Offline

Activity: 356
Merit: 250


View Profile
June 02, 2015, 12:16:04 PM
 #111

i'm not having much luck setting up this masternode, is anyone else having problems?
pentacoinDev (OP)
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
June 02, 2015, 02:19:02 PM
 #112

How do i know if my master working? its been running about an hour and still says 00m00s, how often should i receive payments?
Thanks  Smiley


What is your masternode ip ?? you need to wait some time until you start to get payments , as you can see in the masternode list there is a Rank , if your masternode will have rank 1 your masternode will get pain on the next block found , if your masternode is on rank 7 you need to wait until your masternode will have again rank 1 so you can get again paid
portice
Legendary
*
Offline Offline

Activity: 999
Merit: 1000


View Profile
June 02, 2015, 02:22:14 PM
 #113

I always thought the rank was just how long that MN was online for?
proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
June 02, 2015, 04:28:50 PM
 #114

Network is slower for some reason? plenty of connections though..
proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
June 02, 2015, 04:32:17 PM
 #115

Network is slower for some reason? plenty of connections though..

hmm I think it might be because people are moving their coins to master nodes and there isn't much staking......
Framauro
Sr. Member
****
Offline Offline

Activity: 431
Merit: 250


View Profile
June 02, 2015, 05:46:14 PM
 #116

I don't have any connection with the new wallet, but old wallet (version 1.1.0.0) is working fine.

Is the new wallet a mandatory update?? Or do we got some nodes?? (for the new wallet)
nikkers
Hero Member
*****
Offline Offline

Activity: 566
Merit: 500



View Profile
June 02, 2015, 05:52:06 PM
 #117

I don't have any connection with the new wallet, but old wallet (version 1.1.0.0) is working fine.

Is the new wallet a mandatory update?? Or do we got some nodes?? (for the new wallet)


I'm all good with the new wallet, 16 connections, here's my peer list, hope it helps



getpeerinfo


18:50:40

[
{
"addr" : "68.224.26.233:59095",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266976,
"conntime" : 1433255713,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19857,
"banscore" : 0
},
{
"addr" : "148.251.41.117:42033",
"services" : "00000001",
"lastsend" : 1433267385,
"lastrecv" : 1433266976,
"conntime" : 1433255714,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19857,
"banscore" : 0
},
{
"addr" : "82.149.20.231:54286",
"services" : "00000001",
"lastsend" : 1433266978,
"lastrecv" : 1433267223,
"conntime" : 1433255715,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19857,
"banscore" : 0
},
{
"addr" : "75.130.163.51:62170",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267256,
"conntime" : 1433255755,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19858,
"banscore" : 0
},
{
"addr" : "75.130.163.51:50374",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266658,
"conntime" : 1433255820,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19858,
"banscore" : 0
},
{
"addr" : "82.149.20.231:56242",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267385,
"conntime" : 1433257214,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19862,
"banscore" : 0
},
{
"addr" : "151.237.134.90:59009",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266977,
"conntime" : 1433258699,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19865,
"banscore" : 0
},
{
"addr" : "195.154.146.221:48175",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266976,
"conntime" : 1433259439,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19866,
"banscore" : 0
},
{
"addr" : "193.219.117.1:26268",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267385,
"conntime" : 1433260737,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19867,
"banscore" : 0
},
{
"addr" : "69.204.47.238:53099",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267316,
"conntime" : 1433263447,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19869,
"banscore" : 0
},
{
"addr" : "189.208.153.155:49774",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267345,
"conntime" : 1433264060,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19870,
"banscore" : 0
},
{
"addr" : "189.208.153.155:49923",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267151,
"conntime" : 1433264181,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19870,
"banscore" : 0
},
{
"addr" : "104.236.199.148:25631",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266976,
"conntime" : 1433264539,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : false,
"startingheight" : 19871,
"banscore" : 0
},
{
"addr" : "193.219.117.63:25631",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266976,
"conntime" : 1433264559,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : false,
"startingheight" : 19871,
"banscore" : 0
},
{
"addr" : "82.149.20.231:51478",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266658,
"conntime" : 1433265778,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19871,
"banscore" : 0
},
{
"addr" : "189.208.153.155:52238",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266658,
"conntime" : 1433266015,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19871,
"banscore" : 0
}
]
Framauro
Sr. Member
****
Offline Offline

Activity: 431
Merit: 250


View Profile
June 02, 2015, 06:12:40 PM
 #118

I don't have any connection with the new wallet, but old wallet (version 1.1.0.0) is working fine.

Is the new wallet a mandatory update?? Or do we got some nodes?? (for the new wallet)


I'm all good with the new wallet, 16 connections, here's my peer list, hope it helps



getpeerinfo


18:50:40

[
{
"addr" : "68.224.26.233:59095",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266976,
"conntime" : 1433255713,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19857,
"banscore" : 0
},
{
"addr" : "148.251.41.117:42033",
"services" : "00000001",
"lastsend" : 1433267385,
"lastrecv" : 1433266976,
"conntime" : 1433255714,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19857,
"banscore" : 0
},
{
"addr" : "82.149.20.231:54286",
"services" : "00000001",
"lastsend" : 1433266978,
"lastrecv" : 1433267223,
"conntime" : 1433255715,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19857,
"banscore" : 0
},
{
"addr" : "75.130.163.51:62170",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267256,
"conntime" : 1433255755,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19858,
"banscore" : 0
},
{
"addr" : "75.130.163.51:50374",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266658,
"conntime" : 1433255820,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19858,
"banscore" : 0
},
{
"addr" : "82.149.20.231:56242",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267385,
"conntime" : 1433257214,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19862,
"banscore" : 0
},
{
"addr" : "151.237.134.90:59009",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266977,
"conntime" : 1433258699,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19865,
"banscore" : 0
},
{
"addr" : "195.154.146.221:48175",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266976,
"conntime" : 1433259439,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19866,
"banscore" : 0
},
{
"addr" : "193.219.117.1:26268",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267385,
"conntime" : 1433260737,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19867,
"banscore" : 0
},
{
"addr" : "69.204.47.238:53099",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267316,
"conntime" : 1433263447,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19869,
"banscore" : 0
},
{
"addr" : "189.208.153.155:49774",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267345,
"conntime" : 1433264060,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19870,
"banscore" : 0
},
{
"addr" : "189.208.153.155:49923",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433267151,
"conntime" : 1433264181,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19870,
"banscore" : 0
},
{
"addr" : "104.236.199.148:25631",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266976,
"conntime" : 1433264539,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : false,
"startingheight" : 19871,
"banscore" : 0
},
{
"addr" : "193.219.117.63:25631",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266976,
"conntime" : 1433264559,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : false,
"startingheight" : 19871,
"banscore" : 0
},
{
"addr" : "82.149.20.231:51478",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266658,
"conntime" : 1433265778,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19871,
"banscore" : 0
},
{
"addr" : "189.208.153.155:52238",
"services" : "00000001",
"lastsend" : 1433266976,
"lastrecv" : 1433266658,
"conntime" : 1433266015,
"version" : 60020,
"subver" : "/Pentacoin:1.4.0/",
"inbound" : true,
"startingheight" : 19871,
"banscore" : 0
}
]


Thanks, it's working now Grin
Framauro
Sr. Member
****
Offline Offline

Activity: 431
Merit: 250


View Profile
June 02, 2015, 06:13:43 PM
 #119

I made a Pentacoin.conf for people who need it.

rpcuser=rpcuser
rpcpassword=rpcpassword
rpcallowip=127.0.0.1
rpcport=25630
port=25631
gen=0
server=1
addnode=68.224.26.233:59095
addnode=148.251.41.117:42033
addnode=82.149.20.231:54286
addnode=75.130.163.51:62170
addnode=75.130.163.51:50374
addnode=82.149.20.231:56242
addnode=151.237.134.90:59009
addnode=195.154.146.221:48175
addnode=193.219.117.1:26268
addnode=69.204.47.238:53099
addnode=189.208.153.155:49774
addnode=189.208.153.155:49923
addnode=104.236.199.148:25631
addnode=193.219.117.63:25631
addnode=82.149.20.231:51478
addnode=189.208.153.155:52238
proletariat
Legendary
*
Offline Offline

Activity: 1246
Merit: 1005



View Profile
June 03, 2015, 05:11:06 AM
 #120


Looks like the big blocks are over now; money supply 1,250,324.
Absolutely flawless coin so far, although a little slow on development, looking forward to the next steps on the roadmap.

Pages: « 1 2 3 4 5 [6] 7 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!