Pages:
Author

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

legendary
Activity: 3486
Merit: 1126
crackfoo, any idea why the rejected hashrate is normally orders of magnitude greater than nominal hashrate?

My neopscrypt machine puts out about .15Mh, and I see rejects over 5Mh in spikes.... this makes the graph useless..... Mostly on the low hashrate algos like neoscrypt, argon2, yescrypt, etc.

maybe if the problem isn't known disable the graphing of the reject rates?

yeha it's on the to-do-list. But yeah, one reject will throw the graph off atm on the small hash  algos.

https://github.com/tpruvot/yiimp/issues/31
member
Activity: 127
Merit: 10
What I noticed is that, because they have great players with great force the remaining mining that have low hashrate remove crumbs.
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
crackfoo, any idea why the rejected hashrate is normally orders of magnitude greater than nominal hashrate?

My neopscrypt machine puts out about .15Mh, and I see rejects over 5Mh in spikes.... this makes the graph useless..... Mostly on the low hashrate algos like neoscrypt, argon2, yescrypt, etc.

maybe if the problem isn't known disable the graphing of the reject rates?
legendary
Activity: 3486
Merit: 1126
How can I get paid out in VRC instead of BTC? It's not really clear on the website as it says a BTC address is mandatory but also mentions that you can be paid out in POS coins, one of which is VRC.

Thanks

Yes, you can get paid in VRC, just set your currency as c=VRC in your password field.
sr. member
Activity: 476
Merit: 501
New coins are backing up and not changing to Immature.

As I write algos are backup with 15 minutes of new coins. I first noticed the problem a couple of days ago but this is the longest
I've seen yet.

I also saw this in one of the defunct yaamp clones and they eventually fixed it but I'm not sure how.


Sometimes if other parts of the pool's jobs are behind, the block updates will take longer. usually won't go any more than 15mins before the blocks are updated.

Looks ok now.

I wondered if you had reduced the frequency of some of the jobs. Sometimes my earning section is up to 15 mins behind.
It doesn't help that the system is largely synchronous in nature, and that expanding functionality (especially using synchronous exchange API calls) is going to head this software in less of a real-time direction.
sr. member
Activity: 476
Merit: 501
How can I get paid out in VRC instead of BTC? It's not really clear on the website as it says a BTC address is mandatory but also mentions that you can be paid out in POS coins, one of which is VRC.

Thanks

From the pools home page I included the info below and be aware if you set your payout to VRC you have to wait until VRC is mined by the pool, which I also see is grayed out due to no more POW blocks so there will be no more VRC mined by the pool.  So do not select it.

Non-BTC payouts depend on that coin being mined as your BTC balance is traded internally by our system to your currency of choice. If we have not or are not mining that currency your payouts will be delayed until the pool has mined the blocks for you to get paid. If you notice in the pools status that the currency is red, it means there is not sufficient amount of the currency to pay miner(s). It's recommended to use BTC as any other coin could be removed at anytime and payouts will not occur.

Please always set your currency in your password field: c=

zpool supports a number of POS only payment options. I think crackfoo tops the wallet up from time to time. Last time I mined VRC, I got regular payments for a while, and then a few missed payments when most Canadians are in bed, followed by a bit payment catch up.
VRC as a payout option should be fine. The POS only payout options work differently to the POW method.
full member
Activity: 144
Merit: 100
How can I get paid out in VRC instead of BTC? It's not really clear on the website as it says a BTC address is mandatory but also mentions that you can be paid out in POS coins, one of which is VRC.

Thanks

From the pools home page I included the info below and be aware if you set your payout to VRC you have to wait until VRC is mined by the pool, which I also see is grayed out due to no more POW blocks so there will be no more VRC mined by the pool.  So do not select it.

Non-BTC payouts depend on that coin being mined as your BTC balance is traded internally by our system to your currency of choice. If we have not or are not mining that currency your payouts will be delayed until the pool has mined the blocks for you to get paid. If you notice in the pools status that the currency is red, it means there is not sufficient amount of the currency to pay miner(s). It's recommended to use BTC as any other coin could be removed at anytime and payouts will not occur.

Please always set your currency in your password field: c=


I was wrong, see below, sorry.   Sad
sr. member
Activity: 339
Merit: 251
How can I get paid out in VRC instead of BTC? It's not really clear on the website as it says a BTC address is mandatory but also mentions that you can be paid out in POS coins, one of which is VRC.

Thanks
legendary
Activity: 3486
Merit: 1126
New coins are backing up and not changing to Immature.

As I write algos are backup with 15 minutes of new coins. I first noticed the problem a couple of days ago but this is the longest
I've seen yet.

I also saw this in one of the defunct yaamp clones and they eventually fixed it but I'm not sure how.


Sometimes if other parts of the pool's jobs are behind, the block updates will take longer. usually won't go any more than 15mins before the blocks are updated.

Looks ok now.
legendary
Activity: 1470
Merit: 1114
New coins are backing up and not changing to Immature.

As I write algos are backup with 15 minutes of new coins. I first noticed the problem a couple of days ago but this is the longest
I've seen yet.

I also saw this in one of the defunct yaamp clones and they eventually fixed it but I'm not sure how.
hero member
Activity: 658
Merit: 500
C11 algo doesnt seem to be updating. No new blocks for hours even though there are plenty of miners working.

Profits also looks way too high but I hope they are correct  Wink

edit - Looks like its fixed now
legendary
Activity: 3164
Merit: 1003
Encase your wondering what it looks like. Smiley

 



legendary
Activity: 3164
Merit: 1003
you have to find the code segment where it assembles the whole launch command with path, miner name, arguments, etc.   see how it opens the miner app.... if its done from within the JSON file (which I doubt given that's not a standard modifiable variable and something an app would usually handle itself)...

Haha, awesome you found it before I finished my reply.

Kudos!
Yes Cheesy Thank you so much. Really appreciate your help. Wink  Smiley
Now I have to add that to every algo tomorrow. It runs better too that way.
Still going to try yours though. Wink
Yours will work with windows 8.1 won't it? Why don't you ask Crackfoo to put yours on the OP?
Easier to find.
legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
you have to find the code segment where it assembles the whole launch command with path, miner name, arguments, etc.   see how it opens the miner app.... if its done from within the JSON file (which I doubt given that's not a standard modifiable variable and something an app would usually handle itself)...

Haha, awesome you found it before I finished my reply.

Kudos!
legendary
Activity: 3164
Merit: 1003
As I was talking to you.. I saw the use window false and as i was learning MC I didn't understand how to use it so.
I finally found it... If we didn't talk about it and I didn't post that part of my file I wouldn't have found it.
So I thank you so much for your help.  Wink Really much appreciated.  Smiley
legendary
Activity: 3164
Merit: 1003
No no new features .. already built in I think ... plus i see profits everything.

I see... yeah... Im never going to add any API to the batch... that would be a full blown application... but im glad you found the section...

It doesn't have the ability you see.  They only have the arguements for the miner editable, the rest is hardcoded into the application.   Out of my control.
I think the call is from inside MC my json file. But I thought there was a way to just monitor ccminer running in a separate window as it looks when running it normally. Forget about MC ok  now we have cmd ccminer running ... how to do it with one window running it and one cmd window not running but monitoring it and looking exactly the same?


legendary
Activity: 1848
Merit: 1166
My AR-15 ID's itself as a toaster. Want breakfast?
No no new features .. already built in I think ... plus i see profits everything.

I see... yeah... Im never going to add any API to the batch... that would be a full blown application... but im glad you found the section...

It doesn't have the ability you see.  They only have the arguements for the miner editable, the rest is hardcoded into the application.   Out of my control.
legendary
Activity: 3164
Merit: 1003
KBomba did say he may add a profit calculator some day to it.
legendary
Activity: 3164
Merit: 1003
But what I would like to see and do is have a monitor window with MC that looks like you have a regular cmd window open.
So I have this..or looks like this with the colors difficulty readings ect.
[image snipped]

And MC or your bat file is running. Almost like you have 2 instances running.

You're talking about adding new features to MC, but you can get what you want with the JK script.
You can remove /min from all the start commands and get a normal window, or you can leave /min
and restore the minimized window anytime you want to monitor.



No no new features .. already built in I think ... plus i see profits everything.
legendary
Activity: 3164
Merit: 1003
Now mining control is running but ccminer cmd window is not...just displaying.
correct, because from as I understand it, minercontrol launches the miner process and handles it inside it's program container....   I don't think you can get it to display the active output like you want.  You might want to talk to them in the minercontrol thread... they would probably know a lot more than I how their app handles it....
Yes thx  their gone Smiley  but  this cut doesn't seem to do anything if I set to true..... I'll have to read more of MC thread..maybe there is something in there to show me.
Thanks for your help. Wink

    "arguments": "_APARAM3_ -o stratum+tcp://neoscrypt.usa.nicehash.com:3341 -u _ACCOUNT_._WORKER_ _SPARAM2_ -i 0,13,0"
            },
            {
                "algo": "lyra2v2",
                "priceid": "14",
                "folder": "_APARAM1_",
                "command": "_APARAM2_",
                "arguments": "_APARAM3_ -o stratum+tcp://lyra2rev2.usa.nicehash.com:3347 -u _ACCOUNT_._WORKER_ _SPARAM2_ -i 0,15,0",
                "usewindow": false
            }
Pages:
Jump to: