Author

Topic: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency - page 125. (Read 688812 times)

sr. member
Activity: 287
Merit: 250

This is the testnet checkpoint. There seems a bug somewhere allowing you to enter this state. Did you use the testnet at some point and what's the sequence of operations/events related to using testnet? Are you running a testnet node right now with main net node?

You know what, yeah I think I know how it happened, I'm messing around with the client to build a p2p pool, and I'm using the testnet flags and variables to let it know if its running as a pool node or a regular node.

However it still shouldn't have entered this state even though you operated testnet mode.

I deleted the blockchain folders and redownloaded it. And the issue went away so the issue was probably related to identifying the blocks.

I'm not even sure how to test if it was my modifications or not that caused it.
legendary
Activity: 1078
Merit: 1002
Bitcoin is new, makes sense to hodl.
Just a reminder, DigitalOcean 16-core instances get around 2500-2600 primes per sec, and cost $0.72 per hour.

I was mining on LunaCloud. And i was having 1100pps for 0.09$. (1GB ram , 8cpucore at 1500Mhz)
But they just shutdown my server and suspended me.

"Due to quality of traffic generated by your servers your account has been suspended - AUP violation.
The billing process will be executed and the appropriate actions of a refund or payment will be taken."

I dont know what i did.


EDIT : probably that

"Misuse of system resources

This includes but is not limited to employing programs that consume excessive CPU time, network capacity, disk IO, storage space or IPv4 address space, that could impact other users and is in excess of resources allocated to the customer."

What's the point of selling 8cores 1GB, but not allowing maximum cpu utilization. Folks who choose many cores and small ram must want to squeeze every bit of cpu.
legendary
Activity: 1205
Merit: 1010

This is the testnet checkpoint. There seems a bug somewhere allowing you to enter this state. Did you use the testnet at some point and what's the sequence of operations/events related to using testnet? Are you running a testnet node right now with main net node?

You know what, yeah I think I know how it happened, I'm messing around with the client to build a p2p pool, and I'm using the testnet flags and variables to let it know if its running as a pool node or a regular node.

However it still shouldn't have entered this state even though you operated testnet mode.
sr. member
Activity: 287
Merit: 250


getcheckpoint

Code:
{
"synccheckpoint" : "221156cf301bc3585e72de34fe1efdb6fbd703bc27cfc468faa1cdd889d0efa0",
"height" : 0,
"timestamp" : 1373063882,
"subscribemode" : "advisory"
}


getblockhash 14131

Code:
93c94769cfde74003f65b7fac93c2908e166da50dfd118fc0fcfcd0a51b00348


This is the testnet checkpoint. There seems a bug somewhere allowing you to enter this state. Did you use the testnet at some point and what's the sequence of operations/events related to using testnet? Are you running a testnet node right now with main net node?

You know what, yeah I think I know how it happened, I'm messing around with the client to build a p2p pool, and I'm using the testnet flags and variables to let it know if its running as a pool node or a regular node.
legendary
Activity: 1205
Merit: 1010


getcheckpoint

Code:
{
"synccheckpoint" : "221156cf301bc3585e72de34fe1efdb6fbd703bc27cfc468faa1cdd889d0efa0",
"height" : 0,
"timestamp" : 1373063882,
"subscribemode" : "advisory"
}


getblockhash 14131

Code:
93c94769cfde74003f65b7fac93c2908e166da50dfd118fc0fcfcd0a51b00348


This is the testnet checkpoint. There seems a bug somewhere allowing you to enter this state. Did you use the testnet at some point and what's the sequence of operations/events related to using testnet? Are you running a testnet node right now with main net node?
sr. member
Activity: 287
Merit: 250
Code:
{
"blocks" : 14131,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"errors" : "Warning: checkpoint on different blockchain fork, contact developers to resolve the issue",
"generate" : true,
"genproclimit" : 1,
"primespersec" : 156,
"pooledtx" : 0,
"testnet" : false
}

Derp?

Please run these command
getcheckpoint
getblockhash 14131

And post output
Current checkpoint is still on genesis. So I don't expect this to pop up.



getcheckpoint

Code:
{
"synccheckpoint" : "221156cf301bc3585e72de34fe1efdb6fbd703bc27cfc468faa1cdd889d0efa0",
"height" : 0,
"timestamp" : 1373063882,
"subscribemode" : "advisory"
}


getblockhash 14131

Code:
93c94769cfde74003f65b7fac93c2908e166da50dfd118fc0fcfcd0a51b00348
member
Activity: 81
Merit: 1002
It was only the wind.
Any one got Blocks by using Release5 ?

I just got one with release5, and there are a few posts in the other thread from other people who have had success with it. I've heard release3 is finding blocks as well. I haven't heard about the rest, but they all use the same codebase so theoretically if it doesn't crash immediately on your computer, you should be good.

Sounds like my releases may only work on quad-core processors.

It only works on those with the instruction set extensions that an i5 has.

Makes perfect sense, thought there was at least one guy with the same i5-2500k processor I use that couldn't run my build. Software is strange sometimes. Smiley

I understand why using -march makes it processor architecture specific. Shouldn't my last release with -mtune=i686 have been more widely usable? That should still work on other families, just optimized for i686 instructions (I thought).

It should have, although it would be slower. Possibly even slower than if you had used "-march=x86_64".

EDIT: -march implies -mtune. Don't use -mtune.
legendary
Activity: 1205
Merit: 1010
Code:
{
"blocks" : 14131,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"errors" : "Warning: checkpoint on different blockchain fork, contact developers to resolve the issue",
"generate" : true,
"genproclimit" : 1,
"primespersec" : 156,
"pooledtx" : 0,
"testnet" : false
}

Derp?

Please run these command
getcheckpoint
getblockhash 14131

And post output
Current checkpoint is still on genesis. So I don't expect this to pop up.
sr. member
Activity: 392
Merit: 250
i only get 1200pps on Amazon EC2 c1.xlarge (0.58$/hour)
It's normal?
normally it's 4000 no?

I think it's the cc2.8xlarge who does 4500, but it cost 2.5$/hour
member
Activity: 81
Merit: 1002
It was only the wind.
Any one got Blocks by using Release5 ?

I just got one with release5, and there are a few posts in the other thread from other people who have had success with it. I've heard release3 is finding blocks as well. I haven't heard about the rest, but they all use the same codebase so theoretically if it doesn't crash immediately on your computer, you should be good.

Sounds like my releases may only work on quad-core processors.

It only works on those with the instruction set extensions that an i5 has.
hero member
Activity: 820
Merit: 1000
Just a reminder, DigitalOcean 16-core instances get around 2500-2600 primes per sec, and cost $0.72 per hour.

I was mining on LunaCloud. And i was having 1100pps for 0.09$. (1GB ram , 8cpucore at 1500Mhz)
But they just shutdown my server and suspended me.

"Due to quality of traffic generated by your servers your account has been suspended - AUP violation.
The billing process will be executed and the appropriate actions of a refund or payment will be taken."

I dont know what i did.


EDIT : probably that

"Misuse of system resources

This includes but is not limited to employing programs that consume excessive CPU time, network capacity, disk IO, storage space or IPv4 address space, that could impact other users and is in excess of resources allocated to the customer."
LOL.  I wonder if digital ocean will follow suit.  They wouldn't authorise my account to have more than 5 droplets (VPS) due to my honesty in what I intended to do with them.  VPS mining is hardly profitable now without a bit of luck, so I foresee the block spacing dropping soon as the VPS's get taken offline.  I think the early-birds have had their fill and now "joe-miner" can pick up a few coins with home machines.  It's still profitable for home mining though, especially i the prices keep rising.  XPM has had a really solid IPO so far (so please dont dump your coins!)
sr. member
Activity: 401
Merit: 250
Just a reminder, DigitalOcean 16-core instances get around 2500-2600 primes per sec, and cost $0.72 per hour.

I was mining on LunaCloud. And i was having 1100pps for 0.09$. (1GB ram , 8cpucore at 1500Mhz)
But they just shutdown my server and suspended me.

"Due to quality of traffic generated by your servers your account has been suspended - AUP violation.
The billing process will be executed and the appropriate actions of a refund or payment will be taken."

I dont know what i did.


EDIT : probably that

"Misuse of system resources

This includes but is not limited to employing programs that consume excessive CPU time, network capacity, disk IO, storage space or IPv4 address space, that could impact other users and is in excess of resources allocated to the customer."

Yep, that's the line I was guessing you fell afoul to in their AUP. Ask them and see.
sr. member
Activity: 392
Merit: 250
Just a reminder, DigitalOcean 16-core instances get around 2500-2600 primes per sec, and cost $0.72 per hour.

I was mining on LunaCloud. And i was having 1100pps for 0.09$. (1GB ram , 8cpucore at 1500Mhz)
But they just shutdown my server and suspended me.

"Due to quality of traffic generated by your servers your account has been suspended - AUP violation.
The billing process will be executed and the appropriate actions of a refund or payment will be taken."

I dont know what i did.


EDIT : probably that

"Misuse of system resources

This includes but is not limited to employing programs that consume excessive CPU time, network capacity, disk IO, storage space or IPv4 address space, that could impact other users and is in excess of resources allocated to the customer."
sr. member
Activity: 294
Merit: 250
Also, I thought this didn't effect GPU mining?  Even though it is pulling 0 it is sucking down my khash rate by a huge margin.
Are you spending 100% of your CPU time on primecoin?

If so, you aren't leaving enough for the CPU to manage the GPU.

Leave one core out of the primecoin mining to spend on other activities.

i.e., "primecoind setgenerate true 7" (if running on an eight core machine)

Thanks, it's a 4 core so I set it to use 3.  It is still sucking down the GPU's by approx 10 percent, but it is a lot better than it was before.

Odd, my GPU hash rate is unaffected by running all CPU cores at 100%.

mine too. but thats perhaps cause i have a slow cpu
sr. member
Activity: 401
Merit: 250
Also, I thought this didn't effect GPU mining?  Even though it is pulling 0 it is sucking down my khash rate by a huge margin.
Are you spending 100% of your CPU time on primecoin?

If so, you aren't leaving enough for the CPU to manage the GPU.

Leave one core out of the primecoin mining to spend on other activities.

i.e., "primecoind setgenerate true 7" (if running on an eight core machine)

Thanks, it's a 4 core so I set it to use 3.  It is still sucking down the GPU's by approx 10 percent, but it is a lot better than it was before.

Odd, my GPU hash rate is unaffected by running all CPU cores at 100%.
sr. member
Activity: 784
Merit: 250
DIA | Data infrastructure for DeFi
Also, I thought this didn't effect GPU mining?  Even though it is pulling 0 it is sucking down my khash rate by a huge margin.
Are you spending 100% of your CPU time on primecoin?

If so, you aren't leaving enough for the CPU to manage the GPU.

Leave one core out of the primecoin mining to spend on other activities.

i.e., "primecoind setgenerate true 7" (if running on an eight core machine)

Thanks, it's a 4 core so I set it to use 3.  It is still sucking down the GPU's by approx 10 percent, but it is a lot better than it was before.
sr. member
Activity: 476
Merit: 250
Also, I thought this didn't effect GPU mining?  Even though it is pulling 0 it is sucking down my khash rate by a huge margin.
Are you spending 100% of your CPU time on primecoin?

If so, you aren't leaving enough for the CPU to manage the GPU.

Leave one core out of the primecoin mining to spend on other activities.

i.e., "primecoind setgenerate true 7" (if running on an eight core machine)
sr. member
Activity: 287
Merit: 250
Code:
{
"blocks" : 14131,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"errors" : "Warning: checkpoint on different blockchain fork, contact developers to resolve the issue",
"generate" : true,
"genproclimit" : 1,
"primespersec" : 156,
"pooledtx" : 0,
"testnet" : false
}

Derp?
hero member
Activity: 905
Merit: 1001
i have added primecoin data for charts from cryptsy, coins-e and vircurex at www.cryptocoincharts.info
member
Activity: 79
Merit: 10
I'm sorry I can't find this information anywhere:

How many Primecoins are there and what are the estimates of how many there will be and the rate they are being added? A link would be welcome.

Cheers
Jump to: