Author

Topic: █▓▒░-< [ZPOOL.CA][BTC Multipool] The miners multipool >-░▒▓█ Paid 925+ BTC - page 146. (Read 217687 times)

sr. member
Activity: 476
Merit: 501
Noticed something strange earlier, the number of coins in each algo dropped to one before climbing again. System maintenance?
Looks like there has been a reduction in coins available, and the blake algos have gone. Is this permanent?

Yes the coin box was restarted to apply fs optimizations and kernel patches.

The Blake algos have been pretty inactive so they were turned down but the rest of the coins will be back online soon. Just finishing up a few things.

Cool. Do I need to immediately remove the blake algos from my config, or will it just reject the connection and move onto the next algo? Thanks for adding Zeta to the pool, with the recent popular Chinese coin pump that proved rather profitable. Was getting over twice the usual BTC returns during the height of the altcoin pump!
legendary
Activity: 3486
Merit: 1126
Noticed something strange earlier, the number of coins in each algo dropped to one before climbing again. System maintenance?
Looks like there has been a reduction in coins available, and the blake algos have gone. Is this permanent?

Yes the coin box was restarted to apply fs optimizations and kernel patches.

The Blake algos have been pretty inactive so they were turned down but the rest of the coins will be back online soon. Just finishing up a few things.
sr. member
Activity: 476
Merit: 501
Noticed something strange earlier, the number of coins in each algo dropped to one before climbing again. System maintenance?
Looks like there has been a reduction in coins available, and the blake algos have gone. Is this permanent?
sr. member
Activity: 476
Merit: 501
Not sure if this might work, just a quick dig at some rather complex code in an unfamiliar language/framework.

yaamp/web/yaamp/core/backend/markets.php


Code:
function BackendPricesUpdate()
{
// debuglog(__FUNCTION__);
updateBittrexMarkets();
updateCryptsyMarkets();
updateCCexMarkets();
updateBleutradeMarkets();
updatePoloniexMarkets();
updateYobitMarkets();
updateJubiMarkets();
// add new function
        clearDeadDaemonPriceData();

function clearDeadDaemonPriceData()
{
    // add php code to clear down price data for dead coin daemons, or execute a shell/other script to clear down by hacking the mySql database stucture price data directly.
}

Edit: to expand further, this function is getting price data from each exchange using the public api (I'm quite familiar with that from recent java programming), and thus setting any dead coins price data to zero immediately afterwards should hopefully result in a rather unprofitable coin.) alternatively it might be possible just to flag the markets as inactive and get the same result. Worries would be on any possible knockon trading effect, but perhaps it would just suspend trading on dead coins for a while.
legendary
Activity: 3486
Merit: 1126
X15 issue again...

I use the algo switching option with my gpu and don't understand why the worker shuts down completely if one algo has issues.
It should simply switch to the next profitable one, but it just stops mining completely until the dead algo returns.
That's not very good at all!

djoser.

If there is another x15 coin(s) we could add, please let us know, this will help with it until we work out a way to stop it.

Thanks

What OS are you running on and is it the x15 EverGreen daemon that is falling over frequently?

Ubuntu 14.04. Not sure why but it's the only one doing it of course. Still looking for another x15 one to help with this in the interim.
sr. member
Activity: 476
Merit: 501
X15 issue again...

I use the algo switching option with my gpu and don't understand why the worker shuts down completely if one algo has issues.
It should simply switch to the next profitable one, but it just stops mining completely until the dead algo returns.
That's not very good at all!

djoser.

If there is another x15 coin(s) we could add, please let us know, this will help with it until we work out a way to stop it.

Thanks

What OS are you running on and is it the x15 EverGreen daemon that is falling over frequently? Just mining another x15 coin might not be profitable if the profit data is not cleared.

Found a quick php linux example:

exec("pgrep evergreend", $output, $return);
if ($return == 0) {
    echo "Ok, process is running\n";
}

Then if possible, when the system updates profit data, have it check a data structure that correlates its coin id to the daemon name and set the profit data to zero if the daemon is not up. Don't know how easy that would be to do in the system and it's a long time ago since I did some basic PHP.
legendary
Activity: 3486
Merit: 1126
X15 issue again...

I use the algo switching option with my gpu and don't understand why the worker shuts down completely if one algo has issues.
It should simply switch to the next profitable one, but it just stops mining completely until the dead algo returns.
That's not very good at all!

djoser.

If there is another x15 coin(s) we could add, please let us know, this will help with it until we work out a way to stop it.

Thanks
member
Activity: 122
Merit: 16
X15 issue again...

I use the algo switching option with my gpu and don't understand why the worker shuts down completely if one algo has issues.
It should simply switch to the next profitable one, but it just stops mining completely until the dead algo returns.
That's not very good at all!

djoser.
legendary
Activity: 3486
Merit: 1126
Look on Vanilla coin (VNL) - new vanilla blake algo - ccminer use it now. profit is not bad now... I start it now!

Yes I'm looking into adding this

Thanks!
hero member
Activity: 677
Merit: 500
Look on Vanilla coin (VNL) - new vanilla blake algo - ccminer use it now. profit is not bad now... I start it now!
legendary
Activity: 3486
Merit: 1126
Not sure if the X15 EverGreen wallet/daemon has gone down, X15 has disappeared from the main page, but one of my miners thinks X15 is the best algo to mine and thus is doing no work, just waiting for it. Looks like the profitability on the connection side of things has not got set to zero when all coins in an algo is down.

I noticed that. Will have to see if something can be added to make sure if no coins are active to clear the profit data.

Thanks, I hope you make this one high priority as although I might have saved a bit of electricity, the heating went off during the night! lol.

X15 gone again. Please add another X15 coin if this is the quickest way to resolve the issue.

yeah I'm trying to find one... any ideas? HTML5 but neither exchange has a viable orderbook.
sr. member
Activity: 476
Merit: 501
Not sure if the X15 EverGreen wallet/daemon has gone down, X15 has disappeared from the main page, but one of my miners thinks X15 is the best algo to mine and thus is doing no work, just waiting for it. Looks like the profitability on the connection side of things has not got set to zero when all coins in an algo is down.

I noticed that. Will have to see if something can be added to make sure if no coins are active to clear the profit data.

Thanks, I hope you make this one high priority as although I might have saved a bit of electricity, the heating went off during the night! lol.

X15 gone again. Please add another X15 coin if this is the quickest way to resolve the issue.
legendary
Activity: 3486
Merit: 1126
I have 980GTX and 960GTX. My local Blakecoin hashrate 4.8Ghash, on pool accepted hashrate is 4.6 Mhash!!!!!! (no rejects). It is no good...
Display issue, if you remove the unit, values are almost the same (4.8 vs 4.6).


As elbandi mentioned, it's simply a miss calculation and display issue.

And my sharerate and profit can be calculate correct?

yes, give it a try now and see if it is better.
Price point to Gh and hashrate shows in Mh...

Ok, I'll need to look into this a bit further. But the bottom line is, it's just a display issue, your sharea submitted is the same as any other miners share and is split up proportionally.

hero member
Activity: 677
Merit: 500
I have 980GTX and 960GTX. My local Blakecoin hashrate 4.8Ghash, on pool accepted hashrate is 4.6 Mhash!!!!!! (no rejects). It is no good...
Display issue, if you remove the unit, values are almost the same (4.8 vs 4.6).


As elbandi mentioned, it's simply a miss calculation and display issue.

And my sharerate and profit can be calculate correct?

yes, give it a try now and see if it is better.
Price point to Gh and hashrate shows in Mh...
legendary
Activity: 3486
Merit: 1126
I have 980GTX and 960GTX. My local Blakecoin hashrate 4.8Ghash, on pool accepted hashrate is 4.6 Mhash!!!!!! (no rejects). It is no good...
Display issue, if you remove the unit, values are almost the same (4.8 vs 4.6).


As elbandi mentioned, it's simply a miss calculation and display issue.

And my sharerate and profit can be calculate correct?

yes, give it a try now and see if it is better.
hero member
Activity: 677
Merit: 500
I have 980GTX and 960GTX. My local Blakecoin hashrate 4.8Ghash, on pool accepted hashrate is 4.6 Mhash!!!!!! (no rejects). It is no good...
Display issue, if you remove the unit, values are almost the same (4.8 vs 4.6).


As elbandi mentioned, it's simply a miss calculation and display issue.

And my sharerate and profit can be calculate correct?
legendary
Activity: 3486
Merit: 1126
I have 980GTX and 960GTX. My local Blakecoin hashrate 4.8Ghash, on pool accepted hashrate is 4.6 Mhash!!!!!! (no rejects). It is no good...
Display issue, if you remove the unit, values are almost the same (4.8 vs 4.6).


As elbandi mentioned, it's simply a miss calculation and display issue.
hero member
Activity: 525
Merit: 531
I have 980GTX and 960GTX. My local Blakecoin hashrate 4.8Ghash, on pool accepted hashrate is 4.6 Mhash!!!!!! (no rejects). It is no good...
Display issue, if you remove the unit, values are almost the same (4.8 vs 4.6).
hero member
Activity: 677
Merit: 500
I have 980GTX and 960GTX. My local Blakecoin hashrate 4.8Ghash, on pool accepted hashrate is 4.6 Mhash!!!!!! (no rejects). It is no good...
sr. member
Activity: 476
Merit: 501
Yay!! Just noticed a brief switch on to the groestl algorithm and a huge jump in pending coins. Not such a useless algorithm to have after-all.
Jump to: