Pages:
Author

Topic: Ф365Coin - Your daily currency. ★0% Premine★ SHA3 Keccak Poll Added! - page 85. (Read 148465 times)

newbie
Activity: 10
Merit: 0
my wallet dont sync, what to do? xD
sr. member
Activity: 300
Merit: 250
Dwarfpool pls change the "Earnings" table to display values less then 0.0000, mainly if you have autopayment at 0.00001 there will be never any balance visible Smiley
member
Activity: 98
Merit: 10
Does that mean not getting any reward?
That means by current code, even after block 500 you get double reward Wink
Coding is hard...

Let it run for awhile, founder's bonus for the early adopters.  Kill it before 1000.  Smiley
sr. member
Activity: 658
Merit: 252
Does that mean not getting any reward?
That means by current code, even after block 500 you get double reward Wink
Coding is hard...
member
Activity: 101
Merit: 10
Oh.. to quite myself..
Can I haz 1 365 coin for fix? Cheesy

Code:
    if (nHeight == 0) {
        return nGenesisBlockRewardCoin; }
    else if (nHeight <= 250) {
        return nWarmUp; }
    else if (nHeight > 250 && nHeight <= 500) {
        return nCatchUp; }
    else {
        return nBlockRewardStartCoin; }

Does that mean not getting any reward?
full member
Activity: 238
Merit: 100
So.. when is new wallet up, due to *new* screwup?  Roll Eyes

Code:
    if (nHeight == 0) {
        return nGenesisBlockRewardCoin; }
    else if (nHeight <= 250) {
        return nWarmUp; }
    else if (nHeight >= 250) {
        return nCatchUp; }
    else if (nHeight >= 500) {
        return nBlockRewardStartCoin; }

Seriously....
Ges.....
^
THIS !!!...


Just in case he miss it ... again
sr. member
Activity: 658
Merit: 252
Oh.. to quite myself..
Can I haz 1 365 coin for fix? Cheesy

Code:
    if (nHeight == 0) {
        return nGenesisBlockRewardCoin; }
    else if (nHeight <= 250) {
        return nWarmUp; }
    else if (nHeight > 250 && nHeight <= 500) {
        return nCatchUp; }
    else {
        return nBlockRewardStartCoin; }
sr. member
Activity: 420
Merit: 250
like this:

1050/1250 on MSI afterburner
member
Activity: 135
Merit: 10
So.. when is new wallet up, due to *new* screwup?  Roll Eyes

Code:
    if (nHeight == 0) {
        return nGenesisBlockRewardCoin; }
    else if (nHeight <= 250) {
        return nWarmUp; }
    else if (nHeight >= 250) {
        return nCatchUp; }
    else if (nHeight >= 500) {
        return nBlockRewardStartCoin; }

Seriously....

Oh my god HILARIOUS
member
Activity: 98
Merit: 10
when I tried to mine with 365coin ( 2 x 290 non x), one of my gpu is getting sick / dead on cgminer. how do fix it?

 1100/625

Bring memory back up to 1250, and drop clocks to 1050
sr. member
Activity: 420
Merit: 250
when I tried to mine with 365coin ( 2 x 290 non x), one of my gpu is getting sick / dead on cgminer. how do fix it?

 1100/625
sr. member
Activity: 300
Merit: 250
who did the 1st payed block? Smiley
sr. member
Activity: 658
Merit: 252
did the dwarf pool update the wallet?
Yes
Too bad y'all will need to update again... when new patch is out Cheesy
full member
Activity: 238
Merit: 100
So.. when is new wallet up, due to *new* screwup?  Roll Eyes

Code:
    if (nHeight == 0) {
        return nGenesisBlockRewardCoin; }
    else if (nHeight <= 250) {
        return nWarmUp; }
    else if (nHeight >= 250) {
        return nCatchUp; }
    else if (nHeight >= 500) {
        return nBlockRewardStartCoin; }

Seriously....
Ges.....
sr. member
Activity: 294
Merit: 250

01:27:18

{
"blocks" : 250,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 10951.35335815,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 603753759705,
"pooledtx" : 0,
"testnet" : false
}
member
Activity: 112
Merit: 10
{
"blocks" : 249,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 10645.83330648,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 599964875198,
"pooledtx" : 0,
"testnet" : false
}

last one..
hero member
Activity: 588
Merit: 500
i use
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --keccak --gpu-fan 85,85 --gpu-engine 1150,1150 --gpu-memclock 1000,1000 --gpu-powertune -20,-20 -I 14,14 -w 256,256
for 387khps per each r9 280x which is basically the same card as 7970

Why do you set PowerTune -20 along with a fixed and high GPU clock? It's completely illogical.
PowerTune will decrease your GPU clock on the fly to keep the TDP (including your -20 offset).
So... if you want to limit the power usage (to limit your power draw and/or to keep things lower/cooler), why don't you just set a slower GPU speed to start with...?

This is not a big deal for SHA-3, since only GPU speed matters. But with scrypt and other more complicated algos, the GPU:VRAM clock ratio is also important and PowerTune can easily sruw up that ratio (at random points in time, as it will constantly play with the GPU clock while keeping the VRAM clock constant -> there is an sgminer feature to keep them at a contant ratio with auto engine clock based on a target temperature which can be useful).
with my 7950 powertune is important, +20 need to be for proper hashrate, -20 drop hashrate and make gpu flapping
with 280x it do nothing, completely useless, no change in hashrate, stable gpu load

Note that he uses -20 not +20
As of the 280x -> PowerTune can still matter with some algorithms and/or some high enough (above reference) GPU clocks (and high enough VRAM clocks which don't limit the over-clocked GPU).

Also, I don't think GPU_USE_SYNC_OBJECTS are needed anymore. It was a workaround for a bug with 2+ year old drivers and it had a negative side effects which was negligible then but might start to matter from now on (you should have used slightly lower intensities, but now you might want to go considerably higher on the recent hawaii cards).
hero member
Activity: 658
Merit: 500
Admin of DwarfPool.com
sr. member
Activity: 658
Merit: 252
So.. when is new wallet up, due to *new* screwup?  Roll Eyes

Code:
    if (nHeight == 0) {
        return nGenesisBlockRewardCoin; }
    else if (nHeight <= 250) {
        return nWarmUp; }
    else if (nHeight >= 250) {
        return nCatchUp; }
    else if (nHeight >= 500) {
        return nBlockRewardStartCoin; }

Seriously....
member
Activity: 112
Merit: 10
Nearly there..

{
"blocks" : 243,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 10072.75476796,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 563995238810,
"pooledtx" : 0,
"testnet" : false
}
Pages:
Jump to: