Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
March 21, 2013, 11:15:15 PM |
|
{ "account" : "", "category" : "immature", "amount" : 100.40000000, "confirmations" : 404, "blockhash" : "f5b9490fa77577381569418f7522f1076111c5004892b00a38ba68bb31664daf", "blockindex" : 1, "txid" : "dff392162e709bd6070ba397cedc0e60a75cb7ce80f5919155e182b13d1587e3", "time" : 1363643971 }, Suddenly found the PoS block. Didn't thought that I have old INPUTs in the wallet, because done a lot of transactions in this month during the testing of p2pool fixes.
|
|
|
|
hanzac
|
|
March 22, 2013, 05:09:03 AM |
|
{ "account" : "", "category" : "immature", "amount" : 100.40000000, "confirmations" : 404, "blockhash" : "f5b9490fa77577381569418f7522f1076111c5004892b00a38ba68bb31664daf", "blockindex" : 1, "txid" : "dff392162e709bd6070ba397cedc0e60a75cb7ce80f5919155e182b13d1587e3", "time" : 1363643971 }, Suddenly found the PoS block. Didn't thought that I have old INPUTs in the wallet, because done a lot of transactions in this month during the testing of p2pool fixes. You're so lucky. Wow, I'd say it's a big number!
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
March 22, 2013, 06:10:52 AM |
|
|
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
March 24, 2013, 06:49:29 PM Last edit: March 24, 2013, 08:13:35 PM by Balthazar |
|
It was removed due to NovaCoin's protocol limitations. For each block the NVC network requires digital signature from the owner of one of the destinations in coinbase transaction. Thus, the generation is possible only with addresses that belongs to miner. You are able to specify custom public key by editing cached_payout_pubkey file, but it's not recommended. It's risky due to possibility of invalid blocks generation.
|
|
|
|
|
Sunny King
Legendary
Offline
Activity: 1205
Merit: 1010
|
|
March 26, 2013, 10:32:43 PM |
|
You are welcome Balthazar. Please note block chain re-download is required for this upgrade to function properly. ppcoin is not affected by this issue which is introduced by p2pool support for novacoin.
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
March 26, 2013, 10:49:44 PM |
|
I changed blkindex format, so users are forced to re-download blockchain before new client will be able to function. P.S. Sent alert, it will affect 60002 and 60003.
|
|
|
|
hanzac
|
|
March 26, 2013, 11:12:24 PM |
|
Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
March 26, 2013, 11:33:47 PM |
|
Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
By the p2p you mean p2pool? If that guess is correct I can answer "no". Because the last commit into p2pool tree was 8 days ago. P.S. tried to start p2pool with 0.3.3, it works fine.
|
|
|
|
hanzac
|
|
March 26, 2013, 11:44:50 PM |
|
Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
By the p2p you mean p2pool? If that guess is correct I can answer "no". Because the last commit into p2pool tree was 8 days ago. P.S. tried to start p2pool with 0.3.3, it works fine. P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming) Local: 0H/s in last 0.0 seconds Local dead on arrival: Expected time to share: I don't know what's wrong with it, the startup is fine with no errors but there're no peers are connectable? BTW, I also notice that the p2pool running behind the route always has 0 incoming connections, does the upnp work?
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
March 26, 2013, 11:48:32 PM Last edit: March 27, 2013, 12:00:51 AM by Balthazar |
|
Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
By the p2p you mean p2pool? If that guess is correct I can answer "no". Because the last commit into p2pool tree was 8 days ago. P.S. tried to start p2pool with 0.3.3, it works fine. P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming) Local: 0H/s in last 0.0 seconds Local dead on arrival: Expected time to share: I don't know what's wrong with it, the startup is fine with no errors but there're no peers are connectable? Are the 9777 & 6667 ports accessible for outcoming connections? That's required for p2pool. My case (I'm behind the NAT): 2013-03-27 03:53:33.839000 P2Pool: 5769 shares in chain (2923 verified/5769 total) Peers: 6 (0 incoming) // I'll back few hours later.
|
|
|
|
hanzac
|
|
March 27, 2013, 12:00:28 AM |
|
Balthazar, I can't connect to p2p peers anymore, is there any changes to the network?
By the p2p you mean p2pool? If that guess is correct I can answer "no". Because the last commit into p2pool tree was 8 days ago. P.S. tried to start p2pool with 0.3.3, it works fine. P2Pool: 0 shares in chain (0 verified/0 total) Peers: 0 (0 incoming) Local: 0H/s in last 0.0 seconds Local dead on arrival: Expected time to share: I don't know what's wrong with it, the startup is fine with no errors but there're no peers are connectable? Are the 9777 & 6667 ports accessible for outcoming connections? That's required for p2pool. My case (I'm behind the NAT): 2013-03-27 03:53:33.839000 P2Pool: 5769 shares in chain (2923 verified/5769 total) Peers: 6 (0 incoming) I think yes, I've used following cmd to turn off iptables: iptables -F iptables -X iptables -t nat -F iptables -t nat -X iptables -t mangle -F iptables -t mangle -X iptables -P INPUT ACCEPT iptables -P OUTPUT ACCEPT iptables -P FORWARD ACCEPT it works last week, this week I found I can't connect to external peers. The following ports are opened, after I run p2pool: Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:8344 0.0.0.0:* LISTEN tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:7777 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:8336 0.0.0.0:* LISTEN tcp 0 0 0.0.0.0:9777 0.0.0.0:* LISTEN tcp6 0 0 :::22 :::* LISTEN tcp6 0 0 :::111 :::* LISTEN udp 0 0 0.0.0.0:43218 0.0.0.0:* udp 0 0 0.0.0.0:111 0.0.0.0:* udp 0 0 0.0.0.0:750 0.0.0.0:* udp 0 0 0.0.0.0:5353 0.0.0.0:* udp6 0 0 :::111 :::* udp6 0 0 :::750 :::* It seems that there's no 6667 port, how it is opened?
|
|
|
|
meebs
|
|
March 27, 2013, 03:27:06 AM |
|
Is it possible to generate stake while having the wallet encrypted? (using QT client) I found that with PPC I was never able to do so as it said stake couldn't be generated due to a locked wallet...
|
|
|
|
maunderingcabal
Full Member
Offline
Activity: 154
Merit: 100
Don't dwell in the past, don't dream of the future
|
|
March 27, 2013, 03:38:23 AM |
|
I have the latest version of the wallet and it says warning checkpoint too old. wait for block to download, or notify dev.... and it's doing nothing. What am I doing wrong?
|
|
|
|
hanzac
|
|
March 27, 2013, 03:54:44 AM |
|
I have the latest version of the wallet and it says warning checkpoint too old. wait for block to download, or notify dev.... and it's doing nothing. What am I doing wrong?
I think check point old is not a big issue, I also have this warning but it works fine.
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
March 27, 2013, 04:29:02 AM Last edit: March 27, 2013, 04:45:53 AM by Balthazar |
|
I have the latest version of the wallet and it says warning checkpoint too old. wait for block to download, or notify dev.... and it's doing nothing. What am I doing wrong? It's just information message, you can ignore it. Anyway, it should disappear now.
|
|
|
|
maunderingcabal
Full Member
Offline
Activity: 154
Merit: 100
Don't dwell in the past, don't dream of the future
|
|
March 27, 2013, 06:48:52 AM |
|
I sent 1 nvc to that address as a test and it didn't show up. any ideas? Warning is still up?
|
|
|
|
Balthazar
Legendary
Offline
Activity: 3108
Merit: 1359
|
|
March 27, 2013, 06:52:05 AM |
|
Is it possible to generate stake while having the wallet encrypted? (using QT client) I found that with PPC I was never able to do so as it said stake couldn't be generated due to a locked wallet...
Stake generation is impossible while your wallet is locked.
|
|
|
|
maunderingcabal
Full Member
Offline
Activity: 154
Merit: 100
Don't dwell in the past, don't dream of the future
|
|
March 27, 2013, 06:56:08 AM |
|
I just deleted the block file and I'm trying to download again. Maybe My payment will show up then?
|
|
|
|
|