Author

Topic: [ANN] [PPC] PPCoin Released! - First Long-Term Energy-Efficient Crypto-Currency - page 129. (Read 684839 times)

legendary
Activity: 1713
Merit: 1029
Try adding
daemon=1

I have that in my config...

Thanks for that.  Sadly, no dice.  Still no "yay!" from cpuminer.

What do you mean by a "yay", a connection?
legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
Try adding
daemon=1

I have that in my config...

Thanks for that.  Sadly, no dice.  Still no "yay!" from cpuminer.
legendary
Activity: 1713
Merit: 1029
Still trying to figure out why no solved blocks.

Here's my ppcoin.conf... am I missing anything?

Code:
rpcuser=xxx
rpcpassword=xxx
rpcport=9902
server=1
rpcssl=0
rpcallowip=127.0.0.1
rpcallowip=1.1.1.*
gen=0
allowreceivebyip=1

Try adding
daemon=1

I have that in my config...
legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
Still trying to figure out why no solved blocks.

Here's my ppcoin.conf... am I missing anything?

Code:
rpcuser=xxx
rpcpassword=xxx
rpcport=9902
server=1
rpcssl=0
rpcallowip=127.0.0.1
rpcallowip=1.1.1.*
gen=0
allowreceivebyip=1
eja
newbie
Activity: 39
Merit: 0
well, luck is a bitch Cheesy
just wait for 24h. it can find all the blocks into 1 hour Wink
unless there is a real problem, don't know Smiley

Yeah, without being able to get the networkhash rate, I have no idea what kind of blocks/hr (blocks/day) I should be seeing on 2000 Mh/s.

There's gotta be something I'm missing... ?

I managed to find four blocks in the past 5 days with my piddly 120 MH/s running only parttime (~10hr day), so that should give you some indication.
I think that is actually quite a bit above average, so maybe I just took all your luck.  This is with cgminer btw.
legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
I assume you've tripple checked it, but, you're pointing your miners at the right user/password/port of ppcoin not say of a bitcoind running on same machine?

Yeah, good call.  No bitcoind running on the machine though and I did initially have connectivity issues.  Had to open port 9902 on the firewall to get it going, but that was pretty standard stuff.

Taking that a step further, I ran tshark against it:

Code:
tshark -i eth0 -d tcp.port==9902,http -R "http" -z "proto,colinfo,http.content_length,http.content_length" -z "proto,colinfo,http.content_type,http.content_type"

Lots and lots of requests and responses going back and forth as expected.  eg:

Quote
 3.882620 1.1.1.1 -> 2.2.2.2 HTTP POST / HTTP/1.1  (application/json)  http.content_type == "application/json"  http.content_length == 45
  3.882911 2.2.2.2 -> 1.1.1.1 HTTP HTTP/1.1 200 OK  (application/json)  http.content_type == "application/json"  http.content_length == 592

Cheers.
sr. member
Activity: 448
Merit: 250
# ppcoind getinfo
{
    "version" : "v0.2.0.0-g09051bd-beta",
    "protocolversion" : 60002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 3614,
    "moneysupply" : 5526643.85000000,
    "connections" : 8,
    "proxy" : "",
    "ip" : "xxx.xxx.xxx.xxx",
    "difficulty" : 3446.83546783,
    "testnet" : false,
    "keypoololdest" : 1346744327,
    "keypoolsize" : 102,
    "paytxfee" : 0.01000000,
    "errors" : ""
}

12 hrs, 2,000 Mh/s:

# ppcoind listtransactions
[
]

Any ideas for debugging?  My understanding was that mining is supposed to be 100% bitcoin compatible sha256?

Thanks!




I assume you've tripple checked it, but, you're pointing your miners at the right user/password/port of ppcoin not say of a bitcoind running on same machine?
legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
well, luck is a bitch Cheesy
just wait for 24h. it can find all the blocks into 1 hour Wink
unless there is a real problem, don't know Smiley

Yeah, without being able to get the networkhash rate, I have no idea what kind of blocks/hr (blocks/day) I should be seeing on 2000 Mh/s.

There's gotta be something I'm missing... ?
hero member
Activity: 607
Merit: 500
well, luck is a bitch Cheesy
just wait for 24h. it can find all the blocks into 1 hour Wink
unless there is a real problem, don't know Smiley
legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
# ppcoind getinfo
{
    "version" : "v0.2.0.0-g09051bd-beta",
    "protocolversion" : 60002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 3614,
    "moneysupply" : 5526643.85000000,
    "connections" : 8,
    "proxy" : "",
    "ip" : "xxx.xxx.xxx.xxx",
    "difficulty" : 3446.83546783,
    "testnet" : false,
    "keypoololdest" : 1346744327,
    "keypoolsize" : 102,
    "paytxfee" : 0.01000000,
    "errors" : ""
}

12 hrs, 2,000 Mh/s:

# ppcoind listtransactions
[
]

Any ideas for debugging?  My understanding was that mining is supposed to be 100% bitcoin compatible sha256?

Thanks!


legendary
Activity: 1420
Merit: 1010
Here is the latest release of the PPCoin Wallet for Windows... should work lot better now....sorry about last release very buggy

UPDATE: I have released the next build of the PPCoin Wallet for Windows
Source files downloaded here: http://ppcointalk.org/PPCWalletWindows/PPC_Wallet_for_Windows_0.2.0.7.zip

Updates include....
1) Assigned the PPCoin logo to the wallet
2) Ability to see new stats on the footer values
3) Fixed bugs of panels not displaying correctly
4) sorted the file size a little Smiley

http://ppcointalk.org
legendary
Activity: 1106
Merit: 1006
Lead Blockchain Developer
How do I get the networkhashps value from ppcoind?  It seems to be missing from getmininginfo.


I pointed ~2,000Mh/s at my ppcoind for ~8 hours and I'm not seeing any blocks generated.  I'm using cpuminer 2.2.1.  Looking at the logs I see the usual:

Quote
Sep  4 16:05:52 xxx cpuminer[29178]: thread 11: 17302528 hashes, 3457 khash/s
Sep  4 16:05:52 xxx cpuminer[29178]: thread 9: 13043972 hashes, 2703 khash/s
Sep  4 16:05:52 xxx cpuminer[29178]: thread 7: 13145612 hashes, 2619 khash/s
Sep  4 16:05:53 xxx cpuminer[29178]: thread 0: 20355184 hashes, 4082 khash/s

However I do not see the occasional "yay!" that I think I see when using cpuminer elsewhere.

Any thoughts?  Thanks!

legendary
Activity: 1420
Merit: 1010
Linux ppcoin-qt:
http://www.mediafire.com/?cn7f76tsu3j6pf2
(It might only be 64bit, please confirm. Sorry)

If you really want me to I can attempt to build the windows version.



I'll put a 2,500 PPC bounty on a working windows x32/64 UI. Smiley

Can I draw your attention to a project I am working on.... http://ppcointalk.org/index.php?q=node/12

latest source files located here... http://ppcointalk.org/PPCWalletWindows/PPC_Wallet_for_Windows_0.2.0.6.zip

Let me know if you get working and any bugs u have... I will be publishing a new versions soon (probably in next 6 hours when get moment in lunch break) to fix one or 2 bugs i have found


All donations greatly appreciated:

BTC: 18R5YiVKqtEsru8y4wCANQPJ81AJCk5Esi
LTC: LbMPUzwPRkWa5hCJGrEiRCeoYExY6Ujt1D
LQC: vbJVpeF82Ezd3Dx8ubWeiFeEguFwPctzJL
I0C: jU8MuSJcw7XmauyddGFSoo5HzEAPgjxfsz
IXC: xhUfkeNiVGaWFkEcuv8tTUGHX6PLt9dZ94
PPC: PDtcFPhMa9Hc9zTfoRG7zcURCRpcpRdMym
legendary
Activity: 1420
Merit: 1010

hi,

I was wondering, why is there no exchange for ppcoin. anyway, for I project I am working on, I compiled the newest 0.2.0 beta and the exchange is here: http://exchange.zapto.org/ccexchange/1-4

best
mugen

Gratz mugen and CryptoCoin Exchange.... u beat me to it!!
legendary
Activity: 1205
Merit: 1010
hi,

I was wondering, why is there no exchange for ppcoin. anyway, for I project I am working on, I compiled the newest 0.2.0 beta and the exchange is here: http://exchange.zapto.org/ccexchange/1-4

best
mugen

Congratulations to mugen and CryptoCoin Exchange being the first to start trading ppcoin  Smiley
hero member
Activity: 686
Merit: 500
hi,

I was wondering, why is there no exchange for ppcoin. anyway, for I project I am working on, I compiled the newest 0.2.0 beta and the exchange is here: http://exchange.zapto.org/ccexchange/1-4

best
mugen

Might want to make a thread.
legendary
Activity: 1713
Merit: 1029
hi,

I was wondering, why is there no exchange for ppcoin. anyway, for I project I am working on, I compiled the newest 0.2.0 beta and the exchange is here: http://exchange.zapto.org/ccexchange/1-4

best
mugen

Awesome!
newbie
Activity: 21
Merit: 0
hi,

I was wondering, why is there no exchange for ppcoin. anyway, for I project I am working on, I compiled the newest 0.2.0 beta and the exchange is here: http://exchange.zapto.org/ccexchange/1-4

best
mugen
legendary
Activity: 1442
Merit: 1000
Well I may as well give it a shot. Virtualbox time. Tongue

Qt is taking its time to download.

Good luck Smiley
hero member
Activity: 686
Merit: 500
Well I may as well give it a shot. Virtualbox time. Tongue

Qt is taking its time to download.
Jump to: