Bitcoin Forum
May 11, 2024, 07:18:21 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 ... 143 »
  Print  
Author Topic: [ANN] [PPC] PPCoin Released! - First Long-Term Energy-Efficient Crypto-Currency  (Read 684476 times)
burnside
Legendary
*
Offline Offline

Activity: 1106
Merit: 1006


Lead Blockchain Developer


View Profile WWW
September 04, 2012, 04:08:07 PM
Last edit: September 05, 2012, 08:51:09 AM by burnside
 #281

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!

1715411901
Hero Member
*
Offline Offline

Posts: 1715411901

View Profile Personal Message (Offline)

Ignore
1715411901
Reply with quote  #2

1715411901
Report to moderator
1715411901
Hero Member
*
Offline Offline

Posts: 1715411901

View Profile Personal Message (Offline)

Ignore
1715411901
Reply with quote  #2

1715411901
Report to moderator
1715411901
Hero Member
*
Offline Offline

Posts: 1715411901

View Profile Personal Message (Offline)

Ignore
1715411901
Reply with quote  #2

1715411901
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715411901
Hero Member
*
Offline Offline

Posts: 1715411901

View Profile Personal Message (Offline)

Ignore
1715411901
Reply with quote  #2

1715411901
Report to moderator
FuzzyBear
Legendary
*
Offline Offline

Activity: 1420
Merit: 1010



View Profile WWW
September 04, 2012, 06:54:20 PM
 #282

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

***** Earn DEV at http://devtome.com *****
burnside
Legendary
*
Offline Offline

Activity: 1106
Merit: 1006


Lead Blockchain Developer


View Profile WWW
September 04, 2012, 07:14:07 PM
 #283

# 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!


luffy
Hero Member
*****
Offline Offline

Activity: 607
Merit: 500



View Profile
September 04, 2012, 07:28:55 PM
 #284

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
burnside
Legendary
*
Offline Offline

Activity: 1106
Merit: 1006


Lead Blockchain Developer


View Profile WWW
September 04, 2012, 07:35:12 PM
 #285

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... ?
AndyRossy
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


View Profile
September 04, 2012, 07:35:28 PM
 #286

# 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?
burnside
Legendary
*
Offline Offline

Activity: 1106
Merit: 1006


Lead Blockchain Developer


View Profile WWW
September 04, 2012, 08:09:36 PM
 #287

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.
eja
Newbie
*
Offline Offline

Activity: 39
Merit: 0



View Profile
September 04, 2012, 09:09:35 PM
 #288

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.
burnside
Legendary
*
Offline Offline

Activity: 1106
Merit: 1006


Lead Blockchain Developer


View Profile WWW
September 05, 2012, 12:27:43 AM
 #289

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
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
September 05, 2012, 12:51:21 AM
 #290

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...

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
burnside
Legendary
*
Offline Offline

Activity: 1106
Merit: 1006


Lead Blockchain Developer


View Profile WWW
September 05, 2012, 01:08:30 AM
 #291

Try adding
daemon=1

I have that in my config...

Thanks for that.  Sadly, no dice.  Still no "yay!" from cpuminer.
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
September 05, 2012, 01:32:50 AM
 #292

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?

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
inbox
Full Member
***
Offline Offline

Activity: 179
Merit: 100



View Profile
.
September 05, 2012, 01:37:32 AM
Last edit: June 20, 2013, 01:57:07 PM by inbox
 #293

.
juggalodarkclow
Legendary
*
Offline Offline

Activity: 980
Merit: 1000



View Profile
September 05, 2012, 01:40:34 AM
 #294

maybe my issue might be my conf file. Here's what I have, am I missing something?

Win7 x64 system by the way

rpcuser=juggalodarkclow
rpcpassword=xxxx
rpcallowip=127.0.0.1
rpcport=9902
gen=1

burnside
Legendary
*
Offline Offline

Activity: 1106
Merit: 1006


Lead Blockchain Developer


View Profile WWW
September 05, 2012, 03:04:23 AM
 #295

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

What do you mean by a "yay", a connection?

cpuminer gives a yay! every once in a while when shares are successfully submitted.


He probably means, "yay! block found!"
I would be surprised if he mined a block so quickly, but it did happen to me once.

Eh, 18 hrs, 2,000 Mh/s

Code:
# ppcoind getbalance
0.00000000

Yeah... "quickly".
burnside
Legendary
*
Offline Offline

Activity: 1106
Merit: 1006


Lead Blockchain Developer


View Profile WWW
September 05, 2012, 03:06:09 AM
 #296

It occurred to me, maybe the "yay!" is a longpolling message of some kind?

I just got used to seeing them with btc and ltc and I'm not seeing them with ppc.  Smiley
Vorksholk
Legendary
*
Offline Offline

Activity: 1713
Merit: 1029



View Profile WWW
September 05, 2012, 03:08:05 AM
 #297

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

What do you mean by a "yay", a connection?

cpuminer gives a yay! every once in a while when shares are successfully submitted.


He probably means, "yay! block found!"
I would be surprised if he mined a block so quickly, but it did happen to me once.

Eh, 18 hrs, 2,000 Mh/s

Code:
# ppcoind getbalance
0.00000000

Yeah... "quickly".

Well balance only shows blocks that are 520 blocks old or older, do ppcoind getinfo and see if there is anything newmint?

VeriBlock: Securing The World's Blockchains Using Bitcoin
https://veriblock.org
burnside
Legendary
*
Offline Offline

Activity: 1106
Merit: 1006


Lead Blockchain Developer


View Profile WWW
September 05, 2012, 03:11:48 AM
 #298

Mining LTC (scrypt):

Aug 26 06:26:39 xxx cpuminer[20774]: accepted: 821191/824212 (99.63%), 72.10 khash/s (yay!!!)
Aug 26 06:26:39 xxx cpuminer[20774]: accepted: 821192/824213 (99.63%), 72.12 khash/s (yay!!!)

Mining PPC (sha256):

Sep  4 08:00:45 xxx cpuminer[28799]: 14 miner threads started, using 'sha256d' algorithm.
Sep  4 08:00:46 xxx cpuminer[28799]: thread 0: 2097152 hashes, 4694 khash/s
Sep  4 08:00:46 xxx cpuminer[28799]: thread 1: 2097152 hashes, 4693 khash/s

See?  The yay!'s mean be happy!  Smiley
burnside
Legendary
*
Offline Offline

Activity: 1106
Merit: 1006


Lead Blockchain Developer


View Profile WWW
September 05, 2012, 03:14:19 AM
 #299

Well balance only shows blocks that are 520 blocks old or older, do ppcoind getinfo and see if there is anything newmint?

# ppcoind getinfo
{
    "version" : "v0.2.0.0-g09051bd-beta",
    "protocolversion" : 60002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "newmint" : 0.00000000,
    "stake" : 0.00000000,
    "blocks" : 3647,
    "moneysupply" : 5569889.13000000,
    "connections" : 8,
    "proxy" : "",
    "ip" : "1.1.1.1",
    "difficulty" : 3357.31983600,
    "testnet" : false,
    "keypoololdest" : 1346744327,
    "keypoolsize" : 102,
    "paytxfee" : 0.01000000,
    "errors" : ""
}

Appreciate the assist!  Any other ideas?  I'm wondering if maybe I should try an older version of ppcoind?
inbox
Full Member
***
Offline Offline

Activity: 179
Merit: 100



View Profile
.
September 05, 2012, 03:21:09 AM
Last edit: June 20, 2013, 01:57:03 PM by inbox
 #300

.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 [15] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 ... 143 »
  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!