Search content
Sort by

Showing 3 of 3 results by stm256
Post
Topic
Board Announcements (Altcoins)
Re: PIECOIN REBOOT
by
stm256
on 30/08/2017, 08:08:37 UTC
Hey guys,

I found this coin after research for a while, and I like it.
I bought 210 PIE today, but I will buy more shortly.

I want to know, if with that amount I could stake some PIEs or just when I have like... 10k PIE?

Best Regards

Great! I think that staking below 10k PIE takes quite a while.



Do you know how much I will wait to receive my first stake with ~3k PIE ?

I think not long enough maybe few hours to a day.

In the wallet you have the staking icon to the bottom left. There you will find your weight, network weight, and time to expected payout.
Since the network weight differs from time to time, it's not that accurate but still an indication when to receive a reward.

reward for 3k today may be like 3-5 days.
Post
Topic
Board Announcements (Altcoins)
Re: CRAVE: Revival
by
stm256
on 06/07/2017, 11:21:46 UTC
Hi,

I'm not sure i got my masternode right. I went for Method A, but when running ./craved masternode status on the mn i get.

{
    "vin" : "CTxIn(COutPoint(528d71dc31, 0), scriptSig=)",
    "service" : "pubIP:9999",
    "status" : 9,
    "pubKeyMasternode" : "Bzs4eQf7MwdwM2u5KRsutMXgQbUBrQRBaK",
    "notCapableReason" : "Could not connect to PubIP:9999"
}

I was able to start MN from my wallet, and i can see TCP port 9999 traffic between my wallet IP and masternode ip. However, i still haven't reveived any rewards since 12 hours back. Which was my first reward, and appeared right after i've started the node.

What can i do to verify functionality?

Try ./craved masternode list. Check also if the port is open and the firewall disabled for this port. You can add this rule :
Code:
sudo iptables -A INPUT -p tcp --dport 9999 -j ACCEPT

./craved masternode list gives a list with a lot of nodes.

....
    "d37127be953c1775aa9977a8e10bf5c390ff5776a950c4775b066b4f8d72e590-8" : "ENABLED",
    "d37127be953c1775aa9977a8e10bf5c390ff5776a950c4775b066b4f8d72e590-9" : "ENABLED",
    "d37127be953c1775aa9977a8e10bf5c390ff5776a950c4775b066b4f8d72e590-10" : "ENABLED"
}

service is listening on tcp port 9999
tcp        0      0 0.0.0.0:9999            0.0.0.0:*               LISTEN

iptables -L shows nothing since i'm running a hardware firewall infront. TCP port 9999 is opened and the connection table is showing established connections (between 20-30 connections) inbound to my MN on TCP port 9999.

And i just verified that my wallet talked to my mn by restarting wallet, then tpcdumped traffic on MN filtering on windows wallet public IP.

Could it be a config setting i've screwed up?

Thanks for your help.
Post
Topic
Board Announcements (Altcoins)
Re: CRAVE: Revival
by
stm256
on 06/07/2017, 09:11:49 UTC
Hi,

I'm not sure i got my masternode right. I went for Method A, but when running ./craved masternode status on the mn i get.

{
    "vin" : "CTxIn(COutPoint(528d71dc31, 0), scriptSig=)",
    "service" : "pubIP:9999",
    "status" : 9,
    "pubKeyMasternode" : "Bzs4eQf7MwdwM2u5KRsutMXgQbUBrQRBaK",
    "notCapableReason" : "Could not connect to PubIP:9999"
}

I was able to start MN from my wallet, and i can see TCP port 9999 traffic between my wallet IP and masternode ip. However, i still haven't reveived any rewards since 12 hours back. Which was my first reward, and appeared right after i've started the node.

What can i do to verify functionality?