vingaard
Legendary
Offline
Activity: 1246
Merit: 1011
|
 |
July 11, 2013, 08:14:09 AM |
|
I think it would be nice if there were a way to test "in real time" how is working our miner (or even if the miner is working  ) like cgminer or cudaminer and so on.... (qt display is so ugly...) So... I launch this idea and it would be great if one (two or three or 10 16 Dev) could make something related to this 
|
|
|
|
|
maco
|
 |
July 11, 2013, 08:45:48 AM |
|
|
|
|
|
vingaard
Legendary
Offline
Activity: 1246
Merit: 1011
|
 |
July 11, 2013, 08:53:27 AM |
|
Thanks 
|
|
|
|
altsay
|
 |
July 11, 2013, 08:58:22 AM |
|
Here's my "primecoind getinfo" output: { "version" : "v0.1.0xpm-2-geda38d6-beta", "protocolversion" : 70001, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 12148, "moneysupply" : 221938.96000000, "timeoffset" : -2, "connections" : 8, "proxy" : "", "testnet" : false, "keypoololdest" : 1373532481, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" }
Am i doing ok?
|
|
|
|
mhps
|
 |
July 11, 2013, 09:01:02 AM |
|
Where are the fees and comission rates listed?
|
|
|
|
RustyShackleford1950
|
 |
July 11, 2013, 09:01:56 AM |
|
Here's my "primecoind getinfo" output: { "version" : "v0.1.0xpm-2-geda38d6-beta", "protocolversion" : 70001, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 12148, "moneysupply" : 221938.96000000, "timeoffset" : -2, "connections" : 8, "proxy" : "", "testnet" : false, "keypoololdest" : 1373532481, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" }
Am i doing ok? Seems fine, what's getmininginfo say?
|
On keyboard, the big d, rusty shackleford
|
|
|
Buffer Overflow
Legendary
Offline
Activity: 1652
Merit: 1016
|
 |
July 11, 2013, 09:05:14 AM |
|
Here's my "primecoind getinfo" output: { "version" : "v0.1.0xpm-2-geda38d6-beta", "protocolversion" : 70001, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 12148, "moneysupply" : 221938.96000000, "timeoffset" : -2, "connections" : 8, "proxy" : "", "testnet" : false, "keypoololdest" : 1373532481, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" }
Am i doing ok? What do you mean when you say 'doing ok'? If your referring to setting up the daemon, then yes your doing fine. If your referring to mining lots of coins, then no.
|
|
|
|
altsay
|
 |
July 11, 2013, 09:05:53 AM |
|
Here's my "primecoind getinfo" output: { "version" : "v0.1.0xpm-2-geda38d6-beta", "protocolversion" : 70001, "walletversion" : 60000, "balance" : 0.00000000, "blocks" : 12148, "moneysupply" : 221938.96000000, "timeoffset" : -2, "connections" : 8, "proxy" : "", "testnet" : false, "keypoololdest" : 1373532481, "keypoolsize" : 101, "paytxfee" : 0.00000000, "errors" : "" }
Am i doing ok? Seems fine, what's getmininginfo say? It says this: { "blocks" : 12176, "currentblocksize" : 1000, "currentblocktx" : 0, "errors" : "", "generate" : true, "genproclimit" : -1, "primespersec" : 198, "pooledtx" : 0, "testnet" : false } So what is my hashrate? It's quite different than other mining programs.
|
|
|
|
bonez565
Newbie
Offline
Activity: 13
Merit: 0
|
 |
July 11, 2013, 09:12:33 AM |
|
Seems fine, what's getmininginfo say?
It says this: { "blocks" : 12176, "currentblocksize" : 1000, "currentblocktx" : 0, "errors" : "", "generate" : true, "genproclimit" : -1, "primespersec" : 198, "pooledtx" : 0, "testnet" : false } So what is my hashrate? It's quite different than other mining programs. There is no real hashrate, because the proof-of-work is not based on hashes. The best equivalent is the "primespersec" line. ~200 seems to be a level for a desktop processor.
|
|
|
|
Buffer Overflow
Legendary
Offline
Activity: 1652
Merit: 1016
|
 |
July 11, 2013, 09:16:19 AM |
|
There is no real hashrate, because the proof-of-work is not based on hashes. The best equivalent is the "primespersec" line. ~200 seems to be a level for a desktop processor.
I'm pushing out 5500 pps, but no block for 2 hours now.
|
|
|
|
altsay
|
 |
July 11, 2013, 09:23:10 AM |
|
Another thing, how to restart the daemon?
|
|
|
|
Buffer Overflow
Legendary
Offline
Activity: 1652
Merit: 1016
|
 |
July 11, 2013, 09:28:10 AM |
|
Another thing, how to restart the daemon?
./primecoind stop then ./primecoind to start again.
|
|
|
|
n4ru
|
 |
July 11, 2013, 09:29:45 AM |
|
There is no real hashrate, because the proof-of-work is not based on hashes. The best equivalent is the "primespersec" line. ~200 seems to be a level for a desktop processor.
I'm pushing out 5500 pps, but no block for 2 hours now. Is this on a single PC?
|
|
|
|
altsay
|
 |
July 11, 2013, 09:31:44 AM |
|
Another thing, how to restart the daemon?
Use "primecoind stop" to kill it. Silly me, trying "restart" and "exit" but not "stop" 
|
|
|
|
8bitPunk
Member

Offline
Activity: 70
Merit: 10
|
 |
July 11, 2013, 09:33:34 AM |
|
There is no real hashrate, because the proof-of-work is not based on hashes. The best equivalent is the "primespersec" line. ~200 seems to be a level for a desktop processor.
I'm pushing out 5500 pps, but no block for 2 hours now. With the block spacing ~12-15 seconds and the default gensieveroundlimitms set to 1 second, each miner has very little time to find a chain. Consider that: some time can be lost due to peer lag in being notified of a new block; a small amount of time is lost validating the pseudoprimality of the previous block; then the remaining time is usually lost cycling through thousands of unsuccessful sieves.
|
BTC 18bPunkuginRBm1Xz9mcgj8mWJnHDAW5Th | Ł LTCgXEdyBdoQ9WdF6JHi7Pa2EWtzbDjG76 | Ψ ATEBiTLkLpAYeW5hQknUfSvnb7Abbgegku
|
|
|
kelsey
Legendary
Offline
Activity: 1876
Merit: 1000
|
 |
July 11, 2013, 09:33:50 AM |
|
It's a smart idea, but mathematically, Primecoin is on a race to the bottom, so I have to play a little Game Theory. $40 for just typing setgenerate true 3 days ago is clearly unsustainable, sooo http://www.youtube.com/watch?v=HX0fIi3H-esOf course. But think about this: the harder they get to generate, the more they may be worth. So price may go UP, not down. I'm with Wolf0 on this one, anyone 'dumping' their XPM now because they think the price is going to drop is not understanding the exponential difficulty increases that lye ahead for primecoin. or they merely understand what lack of liquidity does to a market.
|
|
|
|
Buffer Overflow
Legendary
Offline
Activity: 1652
Merit: 1016
|
 |
July 11, 2013, 09:34:20 AM |
|
There is no real hashrate, because the proof-of-work is not based on hashes. The best equivalent is the "primespersec" line. ~200 seems to be a level for a desktop processor.
I'm pushing out 5500 pps, but no block for 2 hours now. Is this on a single PC? No.
|
|
|
|
Buffer Overflow
Legendary
Offline
Activity: 1652
Merit: 1016
|
 |
July 11, 2013, 09:36:06 AM |
|
There is no real hashrate, because the proof-of-work is not based on hashes. The best equivalent is the "primespersec" line. ~200 seems to be a level for a desktop processor.
I'm pushing out 5500 pps, but no block for 2 hours now. With the block spacing ~12-15 seconds and the default gensieveroundlimitms set to 1 second, each miner has very little time to find a chain. Consider that: some time can be lost due to peer lag in being notified of a new block; a small amount of time is lost validating the pseudoprimality of the previous block; then the remaining time is usually lost cycling through thousands of unsuccessful sieves. All the miners have the equal disadvantage, so this is irreverent, unless someone is using a private optimized version not released. I also run my primecoin daemons with the datadir in ram memory to reduce orphans. Every millisecond counts to get a solved block out to the network, don't want any messing about with slow hard drives.
|
|
|
|
tonyback
|
 |
July 11, 2013, 09:37:43 AM |
|
how to see my amount and address ?
how to see my speed ?
thanks
|
|
|
|
|