bullus
|
|
March 08, 2014, 09:16:09 PM |
|
Will the wallet sync after block 251?? now it is 2102 weeks late
you need to add nodes addnode=54.186.5.77 addnode=54.486.68.16 addnode=46.19.32.53 addnode=365.blessedpool.com addnode=54.186.54.14 addnode=minepool365.cloudapp.net addnode=kivan.no-ip.org addnode=84.126.173.229 ddnode=75.70.192.211 I already did
|
btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
|
|
|
thomaschoe
Newbie
Offline
Activity: 9
Merit: 0
|
|
March 08, 2014, 09:17:02 PM |
|
|
|
|
|
365Coin (OP)
Member
Offline
Activity: 112
Merit: 10
|
|
March 08, 2014, 09:17:23 PM |
|
does it mean pools need update too?
linux need update too?
Yes all must update please, sorry.
|
|
|
|
tibenian
Member
Offline
Activity: 70
Merit: 10
|
|
March 08, 2014, 09:18:52 PM |
|
did the dwarf pool update the wallet?
|
|
|
|
|
fenix79
|
|
March 08, 2014, 09:19:16 PM |
|
does it mean pools need update too?
linux need update too?
Yes all must update please, sorry. thx Unpacking objects: 100% (4/4), done. From https://github.com/365-Coin/365Coin 362e321..8f5039a master -> origin/master Updating 362e321..8f5039a Fast-forward src/main.cpp | 51 +++++++++++++++++---------------------------------- 1 file changed, 17 insertions(+), 34 deletions(-) updated
|
|
|
|
xen0s
Member
Offline
Activity: 93
Merit: 10
|
|
March 08, 2014, 09:20:12 PM |
|
i use 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
|
|
|
|
365Coin (OP)
Member
Offline
Activity: 112
Merit: 10
|
|
March 08, 2014, 09:23:26 PM |
|
Nearly there..  { "blocks" : 243, "currentblocksize" : 0, "currentblocktx" : 0, "difficulty" : 10072.75476796, "errors" : "", "generate" : false, "genproclimit" : -1, "hashespersec" : 0, "networkhashps" : 563995238810, "pooledtx" : 0, "testnet" : false }
|
|
|
|
Mirkic7
|
|
March 08, 2014, 09:25:02 PM |
|
So.. when is new wallet up, due to *new* screwup? if (nHeight == 0) { return nGenesisBlockRewardCoin; } else if (nHeight <= 250) { return nWarmUp; } else if (nHeight >= 250) { return nCatchUp; } else if (nHeight >= 500) { return nBlockRewardStartCoin; } Seriously....
|
|
|
|
Atrides
|
|
March 08, 2014, 09:26:03 PM |
|
did the dwarf pool update the wallet?
Yes
|
|
|
|
janos666
|
|
March 08, 2014, 09:26:50 PM |
|
i use 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).
|
|
|
|
365Coin (OP)
Member
Offline
Activity: 112
Merit: 10
|
|
March 08, 2014, 09:27:02 PM |
|
{ "blocks" : 249, "currentblocksize" : 0, "currentblocktx" : 0, "difficulty" : 10645.83330648, "errors" : "", "generate" : false, "genproclimit" : -1, "hashespersec" : 0, "networkhashps" : 599964875198, "pooledtx" : 0, "testnet" : false }
last one..
|
|
|
|
grebec92
|
|
March 08, 2014, 09:27:45 PM |
|
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 }
|
|
|
|
BTCspoon
|
|
March 08, 2014, 09:28:22 PM |
|
So.. when is new wallet up, due to *new* screwup? 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.....
|
|
|
|
Mirkic7
|
|
March 08, 2014, 09:28:55 PM |
|
did the dwarf pool update the wallet?
YesToo bad y'all will need to update again... when new patch is out
|
|
|
|
jsamul
|
|
March 08, 2014, 09:29:12 PM |
|
who did the 1st payed block?
|
|
|
|
goodluck0319
|
|
March 08, 2014, 09:30:26 PM |
|
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
|
|
|
|
Croak
Member
Offline
Activity: 98
Merit: 10
|
|
March 08, 2014, 09:31:24 PM |
|
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
|
|
|
|
JohnnyDaMitch
Member
Offline
Activity: 135
Merit: 10
|
|
March 08, 2014, 09:31:36 PM |
|
So.. when is new wallet up, due to *new* screwup? 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
|
|
|
|
goodluck0319
|
|
March 08, 2014, 09:34:06 PM |
|
like this:
1050/1250 on MSI afterburner
|
|
|
|
|