Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: reb0rn21 on February 16, 2019, 08:09:31 PM



Title: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 16, 2019, 08:09:31 PM
Zilliqa POW coin where only 30sec POW mining time over 100 block (2.5-3h time) is needed!
Only one share per epoch ~3h!!!
Rest of time GPU is 99.95% is idle and can mine other coins with no lose of hash rate!

USA & EU servers, 100+ quad core VPS nodes connected to pool proxy

http://rudnik.hopto.org:5000/

use moonlet only! https://moonlet.xyz pls

Average reward per accepted validated share is 31zil manual payout once a week on Tuesday

MINING CALCULATOR: divide shard difficulty with 60sec and you will get what hashrate you need to make 1 A per POW so atm:

91600 / 60sec = 1526Mh is needed to make 1 share per POW so 10 shares per day! if luck is 100%


use wallet: moonlet wallet for chrome

POW cycle is just 30sec in 3h, so coin can be dual mined without losing primary hash miner of your choice
-if using older miner pls add: --max-submit 999
- miner only need 1GB dag file to be free on GPU memory and will stay idle and wait for POW block once in 100 block (~2.5-3h) and will mine for ~30sec
- support cuda NV and all AMD open cl cards as POW is modified ethash algo
- miner is fork of ethminer get it from here: https://github.com/DurianStallSingapore/ZILMiner/releases
- linux is preferable as its more easy to use it with other miners as linux can allocate 100% of GPU ram
- miner can be used with any other miner in same time if you have free 1.02GB of GPU memory then you don`t need to use pow-start and pow-end
- if no free GPU memory, you can with zillminer --pow-start stopAE.bat --pow-end startAE.bat --clear-dag  --work-timeout 10800

B. (only for dual mine where primary miner use all memory as grin)
1. stopAE.bat put inside:   taskkill /F /IM trex.exe  (miner name you mine primary coin)
2. startAE.bat  your main miner
3. copy main miner to zilminer folder so you don`t have to think about paths
4. use --clear-dag if your GPU does not have enough ram for main miner + 1.02GB zil use


configured miner is done for grin+bminer and zill, just run pool.zil

edit grin.bat and pool.zil with you addresses

http://www.mediafire.com/file/h8646m8f94a4kg4/zilminer401.rar/file

Nodes registration is closed

Anyone who has issue with AMD and start/stop can use this, it works 100%

https://github.com/DanSoQt/ZilSwitcher

For any help I am here
Or find me at discord reb0rn#2665

beware pool-proxy is in develop mode expect missing functionality


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: sxemini on February 16, 2019, 10:31:34 PM
Nice, i will try it tomorrow.


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 16, 2019, 10:46:06 PM
Just to know Zilliqa POW is unique, you must read all to understand, in general when diff drop (diff is atm broken go 4x up/down) its normal to have 50% rejected shares from proxy, as nodes have ~10-15sec to get POW solution in time even the POW should last 60sec it never do as 2000+ nodes compete to get in fist 600 (shard) places so ping is crucial, they should soon update node so I hope we get more shares with fixed diff retarget
proxy just submit all works from nodes nodes, sometimes some pass even after 30sec

atm you can expect 3-10 shares per rig/day


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 17, 2019, 02:44:08 AM
For now use zilminer-0.2.13, last is broken


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 17, 2019, 07:13:14 PM
Haw to setup dual mine if primary miner use all GPU ram:
still miner is in development so I use advise atm with pool to be used  zilminer v0.2.13

Zilminer + GMiner - Beam + ZIL
Write 2 batch files: start_beam.bat batch file to start beam miner:

taskkill /f /im miner.exe >null
START cmd /c "miner.exe --algo 150_5 --server beam-us.leafpool.com --port 4444 --ssl 1 --user walletxxx.namexxx"
stop_beam.bat batch file to stop beam miner:

taskkill /f /im miner.exe >null
Zilminer:

zilminer.exe --pow-start stop_beam.bat --pow-end start_beam.bat --pow-end-at-startup -P zil://wallet_address.worker_name@http://rudnik.hopto.org:5000/api
If your GPU memory is not enghou for 2 miners, add zilminer arg --clear-dag


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 18, 2019, 04:16:47 AM
Pool is optimized for less rejects with new code!

pls be aware rewards are not being credited by account, after bootstrap they will be paid per accepted share!

also be sure to use zilminer-0.2.13 still!


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: SchroedingerC on February 18, 2019, 05:56:46 AM
starting it with or without second miner and get only zeros in local and pool miner stats  ???


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 18, 2019, 07:07:38 AM
starting it with or without second miner and get only zeros in local and pool miner stats  ???

You nee to read about work, POW is only <1min each 3h on 100 block, look at https://explorer.zilliqa.com/home

also you can test miner with zilminer -M 1
there is bunch of options to debug it, its ethfork so same commands
-U force cuda
-G force opencl

zillminer --help

Also set --report-hr=1 for pool to see hashrate per miner/worker

example:
zilminer -P zil://0x212eccf2cccdecb1880e058ec40b21dd36f47c85.glavni@rudnik.hopto.org:5000/api --ergodicity 2 --report-hr=1 --pow-start kill.bat --pow-end beam.bat --clear-dag

kill.bat:
taskkill /F /IM miner.exe

beam.bat
START cmd /c "c:/miner/miner.exe --algo 150_5 --server beam-us.leafpool.com --port 4444 --ssl 1 --user walletxxx.namexxx"



Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: ep690d on February 18, 2019, 09:38:17 AM
Hi all,

i have n. 1 GTX1050 2GB and n. 1 RX580 4GB

does it possibile to mine in dual mining with this gpus?

Thanks


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 18, 2019, 09:47:00 AM
all GPU are supported that have 1+ GB of ram AMD and NV


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: BIOLERUP4LIFE on February 18, 2019, 11:40:39 AM
i keep getting rejected shares. But start by by saying that im using the newest build of zilminer because 0.2.13 would not even run on windows 10 where as 0.2.16 would and maybe thats my problem. Any known problems with 0.2.13 running on windows 10 cuda 10?


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 18, 2019, 11:57:36 AM
try closing your promary miner... some rejects are fine as POW windows for submiting share is 10-30sec max window

also you can test miner in CLI: zliminer -M 1
-U for cuda
-G for opencl

also newest miner works but may produce more rejects at start zilminer-0.2.16.1


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: tale01 on February 18, 2019, 12:31:03 PM
what about dev fee?


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 18, 2019, 12:37:12 PM
miner is open source no dev fee

pool fee will be calculated over time as this is unique mining case, so far one dual core VPS is needed for 5 GPU on my side, atm over 90 VPS servers are online and will be upgraded as needed
POW is not tied to reward but node receive it, and its reward is heavy limited


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: tale01 on February 18, 2019, 12:43:11 PM
miner is open source no dev fee

pool fee will be calculated over time as this is unique mining case, so far one dual core VPS is needed for 5 GPU on my side, atm over 90 VPS servers are online and will be upgraded as needed
POW is not tied to reward but node receive it, and its reward is heavy limited

Thanks  ;)


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: ep690d on February 18, 2019, 01:30:54 PM
Hi all,

there are other similar coin for dual or triple mining?

Thanks


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: sommersut on February 18, 2019, 01:36:45 PM
Is this working to anybody?

I am trying since yesterday but I cant.
I get this error: "Anti-hacking system detected modification of the miner memory. If you using an antivirus, add miner to antivirus exceptions"

I have added exceptions to all antivurs, windows defender, etc still get this message.


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: ep690d on February 18, 2019, 01:39:22 PM
Is this working to anybody?

I am trying since yesterday but I cant.
I get this error: "Anti-hacking system detected modification of the miner memory. If you using an antivirus, add miner to antivirus exceptions"

I have added exceptions to all antivurs, windows defender, etc still get this message.


I have no issue on W10PRO with only stock antivirus


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: sommersut on February 18, 2019, 02:07:02 PM
Any video on youtube about zilminer and how to run it? For sure I am missing something.
I am also using W10Pro


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: ep690d on February 18, 2019, 03:39:38 PM
Hello everyone

How long does it take to switch from  "POWs submitted " to  "POWs accepted "?

Thank you


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 18, 2019, 05:15:23 PM
Is this working to anybody?

I am trying since yesterday but I cant.
I get this error: "Anti-hacking system detected modification of the miner memory. If you using an antivirus, add miner to antivirus exceptions"

I have added exceptions to all antivurs, windows defender, etc still get this message.

If you have smart screen on windows then disable it

if you use some miner with watch dog which prevent killtask disable it in miner, so its readme or -help

Hello everyone

How long does it take to switch from  "POWs submitted " to  "POWs accepted "?

Thank you
it happen at once if its stay as Submitted but no accepted, that share is stale/rejected

don`t forget in one block only first 600 nodes are accepted in shard (this will change and increase over time but dev did not give timeframe nor plan) rest of shares are rejected as shard is full


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 18, 2019, 06:12:37 PM
configured miner is done for grin+bminer and zill, just run pool.zil

edit grin.bat and pool.zil with you addresses

https://www.mediafire.com/file/159zgvm988vkrpj/zil_pool_grin.zip/file

all other miners are supported, download miners from source file and check sha


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: auctusops on February 18, 2019, 06:47:11 PM
I can't create a wallet!

Found this:

Code:
Create a Zilliqa Wallet on https://wallet.zilliqa.com

but that only redirects to main page on zilliqa.com

What am I missing?


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: sommersut on February 18, 2019, 07:08:37 PM
Try moonlet wallet for chrome


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 18, 2019, 07:12:25 PM
Try moonlet wallet for chrome

+1


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: Branko on February 18, 2019, 07:36:06 PM
Nice, thank you for all the info, going to check this


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: auctusops on February 18, 2019, 07:39:03 PM
Thanks, that worked.

The owner of http://rudnik.hopto.org:5000/ sould update the `get wallet link`with a better page link.


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 19, 2019, 01:42:35 AM
I see some ppl have lots of rejects, for most latest zilminer works fine, but looks like not for all ppl, if you have more then 60% rejects try older version v0.2.13

first reject after 10-20ms of POW start on new miner is expected (its done on purpose so miner can free enough ram), after that no (you should get accepted), also rejects after 30-40sec are also expected, its the way coin blockchain work.... more optimization are being done but the hash race to fill shard in 10-20sec  will always produce a some rejects


Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: ep690d on February 19, 2019, 07:33:47 AM
Hi,

i have only rejected, i hope in new version soon, there are new commits in github.

https://github.com/DurianStallSingapore/ZILMiner/compare/v0.2.16...master

Bye



Title: Re: Zilminer - mine POW coin in dual mine mode with no power use!!!!!
Post by: reb0rn21 on February 19, 2019, 09:10:52 AM
Hi,

i have only rejected, i hope in new version soon, there are new commits in github.

https://github.com/DurianStallSingapore/ZILMiner/compare/v0.2.16...master

Bye



try 0.2.1.3 or v0.1.25 some ppl had luck only with those

0.2.16.1 do produce more rejected shares but some are face and produce more so at the end result is same or better, just see if it works for you


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sommersut on February 19, 2019, 12:17:00 PM
It started working for me.
However after the first run, zilminer return with cu1, cu2, etc marks in red color and dont work properly.
I expanded the PC virtual memory, cleared dag and also my GPUs have 8 GB ram.

Any help?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 19, 2019, 12:19:09 PM
do you have setup to close primary miner?
download my zip file and see how its done, most probably there is conflict with both miners runing or your gpu get out of ram due windows limitation


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sommersut on February 19, 2019, 12:26:51 PM
Yes, I am running from the mediafire file you sent. I will keep trying maybe it is a W10 limitation


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: dragonmike on February 19, 2019, 12:27:22 PM
Is there any indication of hashrate... or reward calculators anywhere?
What can one expect from the usual GPU suspects on a daily basis? I've got a few I could spare I suppose, but not home at present so I can't really remote in and setup a test box...


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 19, 2019, 12:37:30 PM
atm its a bit under 1$ per 6 card rig, but diff is going up

@sommersut
you need to test if grin.bat and stop.bat are working fine by runing them, they need to start/stop the grin miner


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sommersut on February 19, 2019, 01:28:05 PM
I was running out of memory. Restarted rig and now it works thanks


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: tf2addict on February 19, 2019, 03:42:39 PM
Anyone have issues with your network connection dropping out when zilminer starts mining, especially when running more than one GPU?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 19, 2019, 03:46:50 PM
Anyone have issues with your network connection dropping out when zilminer starts mining, especially when running more than one GPU?

No if you mean inside POW then its normal miner to drop share and recconect for more work

Pool has been readjusted for more node use, will see if rejected change in next POW run


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: tf2addict on February 19, 2019, 10:29:12 PM
Anyone have issues with your network connection dropping out when zilminer starts mining, especially when running more than one GPU?

No if you mean inside POW then its normal miner to drop share and recconect for more work

Pool has been readjusted for more node use, will see if rejected change in next POW run

What I mean is my entire network connection on the machine running zilminer dies for 10-30 seconds.  It never happens when only using one GPU, only when using multiple GPUs.  And yes I have rebooted everything in the network (PCs, routers, modem).


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 19, 2019, 10:58:56 PM
Have no idea if its happen when POW activate maybe your PC does not like very high priority GPU use zilminer start and it kill you network
You can see commands with zilminer --help-ext cl for AMD or --help-ext cu for NV and drop down work size defaults

With last pool update HIGH RATE of initial rejects on each POW block is normal as miner is hashing dupe work to be ready for miner switch for stability!, so each POW start you will get one rejects! which is fake, I hope miner dev change or hide this as ppl are confused

Also there is some issue with network for all, way too many rejects even for this coin atm, I hope they release updated node soon :(


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: tf2addict on February 19, 2019, 11:43:06 PM
What is the difference between -cl-local-work and -cl-global-work?  Which do I want to set if I want to reduce the intensity on my GPUs to see if it fixes my network disconnect problem?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: auctusops on February 19, 2019, 11:44:27 PM
I know this will look dumb, but what is considered a reject?
where can I see it?

this is what i see on the site:

PoWs Accepted   1
PoWs Submitted   6

Is that 5 rejects?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 20, 2019, 12:17:09 AM
yes could be network, could be miner....... there is still a lot of work dev need to do on this coin
first fix diff retarget so we don`t lose 600 nodes reward each 2 block, also drop their nodes that just take most the space so we are left with few

atm everyone is experiencing a lot of reject that can change fast

@tf2addict
see the default values for those commands and try to drop them down by 50% and test


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: tf2addict on February 20, 2019, 01:08:00 AM
Yeah these continuous swings between doubling the hash rate and halving just because 100 nodes hit or missed the PoW is a bit ridiculous.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: auctusops on February 20, 2019, 01:13:18 AM
@reb0rn21 I have switched to the miner you suggested (downloaded from mediafire).

let's see if the rejects decrease now...


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 20, 2019, 04:15:44 AM
Its hard to tell, network just banned a lot of nodes so we had a lot of shares....
I suspect there are bad players that try to cheat so when they get kicked out network work better


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Branko on February 20, 2019, 07:26:46 AM
Its hard to tell, network just banned a lot of nodes so we had a lot of shares....
I suspect there are bad players that try to cheat so when they get kicked out network work better


Strange for coin with such big marketcap and so much hype, looks like pretty shaky launch


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: yvmen on February 20, 2019, 08:52:12 AM
If i use 0.216 i have no problem with all the bat. file but the reject rate was really high , if i use the 0.213 the problem is cannot run around with the --pow-timeout 90
if i cancel the pow-timeout on the zil miner only able to run on 0.213 it take about 15-20 min to run the main miner which lose out a few hr of mining each day which make zilmining not really worth it
i can give a rough ratio of the reject rate for 0.213 V 0.216 about =2.5:1 so kinda lose out on both so have to choose one unless they update the zilminer


yvmen


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on February 20, 2019, 09:05:57 AM
...

http://rudnik.hopto.org:5000/

...

I'm using your pool/multinode service since yesterday afternoon, and is working well
Are the rewards higher than 4.5 ZIL per accepted share if I'm connecting my node to rudnik.hopto.org?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: mirny on February 20, 2019, 02:11:09 PM
Hello, anyone have some tutorial, or scripts how to dual mine with linux?
cheers


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ep690d on February 20, 2019, 02:48:12 PM
Hi,

there's new version

https://github.com/DurianStallSingapore/ZILMiner/releases

Bye


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 20, 2019, 03:03:42 PM
Hello, anyone have some tutorial, or scripts how to dual mine with linux?
cheers

same as with bat files

zil.sh

#!/bin/bash
screen -S zilpool -Adm ~/bin/./zilminer -U --report-hr=1 --pow-start ~/bin/kill.sh --pow-end ~/bin/ccminer.sh -P zil://0xhhh.rud1@rudnik.hopto.org:5000/api --pow-end-at-startup

kill.sh
#!/bin/bash
killall -9 ccminer

ccminer.sh
#!/bin/bash
 ~/./ccminer blabla

Yes there is new version you can try it

Reject rate is big as zliminer 0.16 is making fake rejects at start POW to be prepared for dual mine, so all is fine, you lose nothing


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ep690d on February 20, 2019, 03:13:40 PM
Hi,

zilminer.exe --pow-start stop_BSTY.bat --pow-end start_BSTY.bat --pow-end-at-startup -P zil://0x47a0213fF76344E36eE67DFA6e3a4A2cC08C0c1A.GTX1050@proxy.getzil.com:5000/api --clear-dag

This is correct.

But if i want to use new parameter --pow-earlier for 2GB Vram?

Thanks


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sommersut on February 20, 2019, 04:12:24 PM
I am getting 5 shares accpeted 51 submitted...why is it so low?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on February 20, 2019, 04:39:01 PM
I am getting 5 shares accpeted 51 submitted...why is it so low?

what is your hardware config?
on what node or pool are you mining?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ep690d on February 20, 2019, 04:47:48 PM
Hi,

in this round 0 submitted 0 accepted

This algo is not for me ...


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 20, 2019, 05:05:42 PM
Cost per mining is almost <1% power cost so expect more ppl to mine as its almost free profit

atm 150mhs rig have up to 5 accepted per day, all depending primary on network free space for nodes and your luck, coin is unique so reject are expected as window for submiting them is 10-40sec top

I see some miners have issue with very low accepted share, maybe its your ping or its miner issue, try new miner and wait for miner update


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on February 20, 2019, 05:19:35 PM
How to use this miner with awesome miner and lol miner for beam?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: auctusops on February 20, 2019, 06:02:48 PM
Just saw on the http://rudnik.hopto.org:5000 page this:

Code:
reward per accepted share 4.5zil

After 3 days, I got 3 shares accepted, and 17 submitted.

at $0.018674/share, that is a whooping $0.252099 for 3 days of work.

What am I missing here?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Branko on February 20, 2019, 06:08:00 PM
Just saw on the http://rudnik.hopto.org:5000 page this:

Code:
reward per accepted share 4.5zil

After 3 days, I got 3 shares accepted, and 17 submitted.

at $0.018674/share, that is a whooping $0.252099 for 3 days of work.

What am I missing here?


With how much hashrate?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ep690d on February 20, 2019, 06:45:41 PM
Hi,

in the last round
1 accepted
1 submitted
38.5 MHs


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 20, 2019, 06:50:40 PM
Just saw on the http://rudnik.hopto.org:5000 page this:

Code:
reward per accepted share 4.5zil

After 3 days, I got 3 shares accepted, and 17 submitted.

at $0.018674/share, that is a whooping $0.252099 for 3 days of work.

What am I missing here?

you are missing that zilliqa mining is not using power (less then 1%) and its a top bonus over your primary miner which run at same time, ppl that have farms zilliqa atm can pay almost all power used to mine grin, beam, ethereum
also your rate per accepted is quite low, check try new miner, or check your settings


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: auctusops on February 20, 2019, 07:04:40 PM
Here is the last session run:

Code:
 i 08:37:11 zilminer Send dummy work to init DAG
 i 08:37:11 zilminer Job: 00000000... rudnik.hopto.org [195.201.125.125:5000]
 i 08:37:11 zilminer Epoch : 0 Difficulty : 17.00 h
 i 08:37:11 zilminer Job: 00000000... rudnik.hopto.org [195.201.125.125:5000]
cu 08:37:11 cuda-0   Generating DAG + Light : 1.02 GB
cu 08:37:11 cuda-1   Generating DAG + Light : 1.02 GB
cu 08:37:11 cuda-2   Generating DAG + Light : 1.02 GB
cu 08:37:13 cuda-2   Generated DAG + Light in 2,732 ms. 9.98 GB left.
cu 08:37:14 cuda-2   Job: 00000000... Sol: 0xe09350bf5ed1d6c5
cu 08:37:14 cuda-0   Generated DAG + Light in 3,058 ms. 9.98 GB left.
cu 08:37:14 cuda-1   Generated DAG + Light in 3,091 ms. 9.98 GB left.
cu 08:37:14 cuda-0   Job: 00000000... Sol: 0xe09350bd5ed1dcb3
cu 08:37:14 cuda-1   Job: 00000000... Sol: 0xe09350be5ed1d389
 X 08:37:14 zilminer **Rejected 222 ms. rudnik.hopto.org [195.201.125.125:5000]
 i 08:37:56 zilminer Epoch : 0 Difficulty : 34.36 Gh
 i 08:37:56 zilminer Job: 115c06f6... rudnik.hopto.org [195.201.125.125:5000]
 m 08:38:07 zilminer 15:29 A2:R9 99.36 Mh - cu0 33.09, cu1 33.13, cu2 33.14
 i 08:38:07 zilminer Job: 5ab2f098... rudnik.hopto.org [195.201.125.125:5000]
 m 08:38:17 zilminer 15:29 A2:R9 99.37 Mh - cu0 33.13, cu1 33.15, cu2 33.09
 i 08:38:18 zilminer Job: 7724169f... rudnik.hopto.org [195.201.125.125:5000]
 m 08:38:27 zilminer 15:29 A2:R9 99.35 Mh - cu0 33.14, cu1 33.13, cu2 33.08
 i 08:38:28 zilminer Job: dfb2ac73... rudnik.hopto.org [195.201.125.125:5000]
 m 08:38:37 zilminer 15:29 A2:R9 99.36 Mh - cu0 33.11, cu1 33.14, cu2 33.11
 i 08:38:39 zilminer Job: d0c26ba0... rudnik.hopto.org [195.201.125.125:5000]
 m 08:38:47 zilminer 15:29 A2:R9 99.40 Mh - cu0 33.11, cu1 33.16, cu2 33.12
 i 08:38:49 zilminer Job: cc0a24f2... rudnik.hopto.org [195.201.125.125:5000]
 m 08:38:57 zilminer 15:29 A2:R9 99.42 Mh - cu0 33.14, cu1 33.15, cu2 33.13
 i 08:39:00 zilminer Job: 88fa5b22... rudnik.hopto.org [195.201.125.125:5000]
 m 08:39:07 zilminer 15:30 A2:R9 99.32 Mh - cu0 33.15, cu1 33.12, cu2 33.05
 i 08:39:10 zilminer Job: 770448d5... rudnik.hopto.org [195.201.125.125:5000]
 m 08:39:17 zilminer 15:30 A2:R9 99.41 Mh - cu0 33.14, cu1 33.15, cu2 33.12
 i 08:39:20 zilminer Job: 47a442e2... rudnik.hopto.org [195.201.125.125:5000]
 m 08:39:27 zilminer 15:30 A2:R9 99.37 Mh - cu0 33.12, cu1 33.16, cu2 33.10
 i 08:39:31 zilminer Epoch : 0 Difficulty : 2.20 Th
 i 08:39:31 zilminer Job: 768d1463... rudnik.hopto.org [195.201.125.125:5000]
 m 08:39:37 zilminer 15:30 A2:R9 99.40 Mh - cu0 33.15, cu1 33.11, cu2 33.14
 m 08:39:47 zilminer 15:30 A2:R9 99.40 Mh - cu0 33.16, cu1 33.15, cu2 33.09
 i 08:39:52 zilminer Job: cc0a24f2... rudnik.hopto.org [195.201.125.125:5000]
 m 08:39:57 zilminer 15:30 A2:R9 99.37 Mh - cu0 33.12, cu1 33.12, cu2 33.13
 i 08:40:03 zilminer Job: 133da1f8... rudnik.hopto.org [195.201.125.125:5000]
 m 08:40:07 zilminer 15:31 A2:R9 99.50 Mh - cu0 33.18, cu1 33.20, cu2 33.12
 m 08:40:17 zilminer 15:31 A2:R9 99.46 Mh - cu0 33.18, cu1 33.17, cu2 33.11
 i 08:40:23 zilminer Job: 0dd15f04... rudnik.hopto.org [195.201.125.125:5000]
 m 08:40:27 zilminer 15:31 A2:R9 99.15 Mh - cu0 33.04, cu1 33.08, cu2 33.03
 i 08:40:34 zilminer Job: 00000000... rudnik.hopto.org [195.201.125.125:5000]
 m 08:40:37 zilminer 15:31 A2:R9 99.16 Mh - cu0 33.04, cu1 33.07, cu2 33.04
 i 08:41:58 zilminer Job: 00000000... rudnik.hopto.org [195.201.125.125:5000]
 i 08:41:58 zilminer ZIL PoW Window End
cu 08:42:03 zilminer Clear DAG Buffer
cu 08:42:03 zilminer Clear DAG Buffer
cu 08:42:03 zilminer Clear DAG Buffer
 i 08:42:03 zilminer Call system command: start.bat

I was using the old miner because you told me to.
For the rejections?

But I will update to the latest....


 


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 20, 2019, 08:06:22 PM
For zilliqa very important is your ping to server, proxy pool is located in germany, network was upgraded if anyone had timeout now should be better


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sommersut on February 20, 2019, 09:14:01 PM
I am getting 5 shares accpeted 51 submitted...why is it so low?

what is your hardware config?
on what node or pool are you mining?

I am mining with 5 gtx 1070 on WIN10pro (150 MH/s). Using the latest nvidia driver, zilminer 2.13.
Mining on rudnik as mentioned in this post.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 20, 2019, 09:19:01 PM
update to latest A/R should be better

Network was updated diff is readjusted as last epoch was not mined due network upgrade


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ep690d on February 21, 2019, 07:33:07 AM
Hi,

dual mining is not stable, this night primary coin and zilminer were closed!



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on February 21, 2019, 07:42:32 AM
Hi,

dual mining is not stable, this night primary coin and zilminer were closed!


It is stable, you have to configure it properly
Can You share here your setup so I can take a look what could be wrong

Hardware/software config & bat file config


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 21, 2019, 09:12:21 AM
Hi,

dual mining is not stable, this night primary coin and zilminer were closed!



its stable update miner to latest, and use my bat files or edit it for your miner, dont forget to edit both taskkill name of miner you use

also zilminer this night had one major update but this was not reflected to mining


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: mirny on February 21, 2019, 10:01:50 AM
Is network stuck, or your pool? Because it's showing POW running for more like 10+ minutes, and I guess that period shouldn't be that long.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on February 21, 2019, 10:04:33 AM
Is network stuck, or your pool? Because it's showing POW running for more like 5+ minutes, and I guess that period shouldn't be that long.

The DS committee cannot reach consensus on the block at the moment, due to gas limit mismatch. Dev team is working on it right now

The the problem will be solved ASAP.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 21, 2019, 11:58:25 AM
2nd update today, hope it get it unstuck

Network did not initialize POW start :(


waiting for next 100 block


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: auctusops on February 21, 2019, 06:39:23 PM
Rejects just skyrocketed the last 5-6 POW, is that related to network issues or the new miner?

I've added a cleaned log here: https://www.dropbox.com/s/9bbr1d8u0wyw8jy/ZilMiner%20log.log?dl=0 (https://www.dropbox.com/s/9bbr1d8u0wyw8jy/ZilMiner%20log.log?dl=0)


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Grim on February 21, 2019, 07:47:10 PM
Total Rewards 0.0 ZILs

PoWs Accepted   90
PoWs Submitted 211



why still 0 rewards?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 21, 2019, 08:32:20 PM
reward will stay zero for awhile, main page say , payout will be 4.5zil per accepted

so you will have A90 * 4.5

diff is so low we have 3x rejects but accepted are now 3x so you get more,as due network upgrade diff was reseted,it will catch up soon

well that was fast, diff already readjusted expect less rejects :)

I see last POW was 65% accepted for big miner

Ok 194 POW, ~90% accepted (some 65% nodes activated by POW), only if diff would stay and we don`t see 2-3x more nodes, but.........


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 22, 2019, 02:21:23 AM
pool/node upgrade is being done, and less rejects for miners :)
+30 nodes


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: mirny on February 22, 2019, 11:51:21 AM
Last two rounds POW didn't start again.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 22, 2019, 02:01:08 PM
Yes they are having issue, last update for nodes was released and started.... lets hope they make it more stable in future


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 22, 2019, 07:46:18 PM
we again lost one shard on network so many rejects (duno what they do), also server updated


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: mirny on February 22, 2019, 11:47:07 PM
we again lost one shard on network so many rejects (duno what they do), also server updated

Yes, there is a ton of rejects, PoWs Submitted: 136, PoWs Accepted: 26


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on February 22, 2019, 11:52:07 PM
we again lost one shard on network so many rejects (duno what they do), also server updated

Yes, there is a ton of rejects, PoWs Submitted: 136, PoWs Accepted: 26

We have to wait the stability of the ZIL ecosystem, until than, mining from the beginning will give us big profits later


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 23, 2019, 01:47:56 AM
Nodes are being moved to new location, issue is that with update the network topology is changing, also network have issue to close/fill last shard so most ppl have only rejects, and when shard is droped xxxx shares are rejected

I am monitoring it and gona see how next POW behave with new nodes

Also atm 1200 nodes are guard nodes so only 600 - 1200 available for miner atm or maybe even less, this coin is unique and ejects will be there always, its just question of the %


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: badbart on February 23, 2019, 03:47:14 AM
we again lost one shard on network so many rejects (duno what they do), also server updated

Yes, there is a ton of rejects, PoWs Submitted: 136, PoWs Accepted: 26

We have to wait the stability of the ZIL ecosystem, until than, mining from the beginning will give us big profits later

We will get coins for the mining we are doing now?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 23, 2019, 05:04:03 AM
Network is in bootstrap mode in which no transactions are processed to help secure the network.
206 / 313
DS epochs before end of bootstrap mode.
Estimated on:
3/5/2019 (10 days)

Pool and nodes has been tweaked, last POW best so far :)


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 23, 2019, 06:04:20 PM
Pool is now for worldwide mining
nodes are distributed to maximaze profit


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: WhyMe on February 23, 2019, 09:03:49 PM
Anyone has success on AMD under w10 ?
Always blocked on the first "Adjusting CL work multiplier for 32 CUs. Adjusted work multiplier: 58" instruction.
Tested on various rigs, 4Gb and 8Gb, same thing.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 23, 2019, 09:40:41 PM
Don`t have AMD< but ppl say it works on blockchain from avg23


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on February 23, 2019, 10:12:59 PM
It works on AMD. I have driver verion 18.6.1.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: WhyMe on February 23, 2019, 10:29:31 PM
It works on AMD. I have driver verion 18.6.1.
18.6.1 too.
What's your command line please ?

And after 2 hours on my 1070s :

 m 18:42:08 zilminer 2:02 A0 0.00 h - cu0 0.00, cu1 0.00
 i 18:44:07 zilminer ZIL PoW Window Start
 i 18:44:07 zilminer Send dummy work to init DAG
 i 18:44:07 zilminer Job: 00000000... rudnik.hopto.org [45.79.93.5:5000]
 i 18:44:08 zilminer Epoch : 0 Difficulty : 17.00 h
 i 18:44:08 zilminer Job: 00000000... rudnik.hopto.org [45.79.93.5:5000]
 m 18:44:09 zilminer 2:04 A0 0.00 h - cu0 0.00, cu1 0.00
cu 18:44:09 cuda-0   Generating DAG + Light : 1.02 GB
cu 18:44:09 cuda-1   Generating DAG + Light : 1.02 GB
cu 18:44:10 cuda-0   Unexpected error CUDA error in func ethash_generate_dag at line 128 unspecified launch failure on CUDA device 01:00.0
cu 18:44:10 cuda-0   Mining suspended ...
cu 18:44:10 cuda-1   Unexpected error CUDA error in func set_constants at line 144 unspecified launch failure on CUDA device 02:00.0
cu 18:44:10 cuda-1   Mining suspended ...
 i 18:44:23 zilminer Epoch : 0 Difficulty : 17.18 Gh
 i 18:44:23 zilminer Job: 8c71cb61... rudnik.hopto.org [45.79.93.5:5000]
 i 18:44:29 zilminer Job: 8392c7f8... rudnik.hopto.org [45.79.93.5:5000]


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 24, 2019, 02:45:14 AM
You zilminer need to kill your main miner (grin, beam, etc)
so edit kill.bat to kill it and enter miner name in killtask command

ZIL pow window start should be followed by killing bminer, miner, ccminer or any other main miner you use


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Xeil on February 24, 2019, 07:10:32 AM
Anyone has success on AMD under w10 ?
Always blocked on the first "Adjusting CL work multiplier for 32 CUs. Adjusted work multiplier: 58" instruction.
Tested on various rigs, 4Gb and 8Gb, same thing.

Same problem. On this farm are 474 and 484 video cards. On another farm, where only 584 is no problem. Everywhere drivers 18.6.1. I tried to clean and install the driver.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: stolarzz on February 24, 2019, 08:26:12 AM
ayone managed to configure it with awsome miner?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 24, 2019, 05:22:50 PM
atm some ~300mhs needed to get one A per POW, rest is on luck


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: maximum1340 on February 24, 2019, 09:18:24 PM
Does the dual script work in Hiveos?

I can get the other miner to stop, but not restart.

Start_gminer



#!/bin/bash

gminer --algo aeternity --server ae-pool.beepool.org --port 9505 --user ak_h4QvydJuWbYpmTw427G8pPNwv5LaB4omrkjrPTfrkwL7t88Ga.1080ti@pplns


Is there a certain path to put in the script?

Thanks


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on February 24, 2019, 11:36:03 PM
is there a way to make this work with 2 miners? because my primary coin cant use all my GPUs, so i have them split mining different coins.... so i need a way to have this shutdown and restart multiple miners at once,

or run 2 instances of this and tell it which GPUs to run... -d 0,1,2 etc didnt work.... is there a way to select which GPUs?

thanks


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 24, 2019, 11:44:16 PM
On linux/windows it works, on hive shit OS i have no idea how you make it


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 25, 2019, 01:36:25 AM
Miner is updated to latest version on site pack

To have less rejects and to keep up with diff to zillminer please add or change:
--farm-recheck 15000


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 26, 2019, 01:13:50 AM
More pool node installed

REWARD after block 234+ is now 6.4zil!


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Novator on February 26, 2019, 04:50:37 AM
Can I join your pool?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 26, 2019, 07:34:05 AM
Everyone can mine.......


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 26, 2019, 08:20:49 AM
Coin and concept is at infancy, I had no issue at all with dual miner, but I guess it depend on system and with which primary miner is used

Everyone who do not mine grin (on windows) or have ~2+ GB of ram free on GPU can run this miner as same time with no need for start/kill bat files and zero issue to primary miner hash

With GPU-z under sensor tab you can see Memory used from total ram (4,6,8,11GB)
win 7 you need to have 1.3gb free to not use --clear-dag and start-stop
windows 10 you need to  have room for 2GB

Also due the number of miners and low reward, its profitable mostly for full rigs mining and not so match for one card alone

Also network is very slow in last 12h, one pow in 5-6h

https://i.ibb.co/tqtrkw4/gpuz.jpg (https://imgbb.com/)


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Grim on February 26, 2019, 10:25:11 AM
which amd driver is recommended?

19.x.x doesn't seem to work?!


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Novator on February 26, 2019, 04:02:23 PM
My address went though but you rejected our nodes.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 26, 2019, 04:43:50 PM
I have my own nodes, if nodes are accepted they will have to pay upfront in future, how I don`t have idea now, maybe when transaction start and we see where we stand


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Novator on February 27, 2019, 12:01:15 PM
But can you accept for the meantime.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sommersut on February 27, 2019, 04:49:37 PM
I am almost giving up. Just one accepted share per day ???


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 27, 2019, 05:31:15 PM
I am almost giving up. Just one accepted share per day ???

What hash rate you have?

Its not something to be mined with 1-2 GPU, as network is 17Gh, so one 150Mhs rig would have 2-5 shares per day (depending on luck) and network speed, yesterday we had just two POW work as chain was slow, so even if you had full rig you would need 100% luck to get 1 share

The calculation is done network diff/60sec so 17 000/60sec

Today network is faster but still not recovered 100%, as we need to have 8 POW per day, each 3h when all is right

Atm A/R rate is around +90% I think we can not go higher as there is lots of task to be done to be accepted by node as space is limited just to one shard or 600 nodes atm, and be sure more ppl mine then 600


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sommersut on February 27, 2019, 06:34:44 PM
It makes sense now. Yes, I have only 120 MH/s so we are in agreement about the number of accepted shares.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 27, 2019, 06:59:39 PM
Yes and diff is now 34Gh maybe it drop down soon, don`t know

again 17Gh


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Novator on February 28, 2019, 04:54:28 AM
Can you approve my node..


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 28, 2019, 05:01:22 AM
pls read, I don`t accept nodes atm, if that change I will say it here and on the pool


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on February 28, 2019, 11:00:24 AM
We need new command - POW end earlier. Because i loose to much time after zil mining. It needs about 3 minutes to get the pow end command. So every Zil pow it mines around 2minutes and the pow phase is around 6 - 8 minutes.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on February 28, 2019, 03:28:45 PM
You have
--pow-end-timeout 100

which start primary miner after 100sec timeout
also i think there are other commands for it but did not test


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 01, 2019, 04:35:42 AM
Network nodes have been updated to latest, lets hope all go nice this time :)

next POW will be no work, after that POW should be normal


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: bdmi9 on March 01, 2019, 05:56:02 AM
without node can be mine zil on windows 10 ?

i had tried but no luck on share .

if anybody can assist with it ?

br,
bdmi9


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 01, 2019, 12:56:48 PM
You have my miner pack just edit bat, it works out of box with bminer


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on March 01, 2019, 01:52:07 PM
You have
--pow-end-timeout 100

which start primary miner after 100sec timeout
also i think there are other commands for it but did not test

thanks this what i looking for.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Grim on March 01, 2019, 05:16:41 PM
You have
--pow-end-timeout 100

which start primary miner after 100sec timeout
also i think there are other commands for it but did not test

thanks this what i looking for.


but pow is only 30secs ?!

so what should it really be set to:

--pow-end-timeout 30  ?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 01, 2019, 06:54:34 PM
I don`t know, its set to be safe, also POW is atm a bit longer, coins devs are tweaking it on chain


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 01, 2019, 07:55:28 PM
Bootstrap period is extended to end of march, more info from coin devs

https://www.reddit.com/r/zilliqa/comments/avv2ex/bootstrap_extended_up_to_end_of_march/


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 01, 2019, 11:13:57 PM
hello, im mining for fun aeternity and want to mine ziliqa too on windows 10 pc (gtx1080). please can you advise how to dual mine? i understand only 30s mining per 3h is enough, but my questions are:

1. is this bat file sufficient?
zilminer.exe -P zil://0x43305C223CFeEe67b8B46944bee7bc0EDFa86a38.gtx1080@rudnik.hopto.org:5000/api -U

2. is ok to mine aeternity and leave mining ziliqa turned on? does it starts mining when the times come? does it impact hash rate when aeternity is being mined?

3. is ok when i turn on mining and it shows 0 hash rate (it shows on webpage: Next PoW Time   28 mins later, so am i correct there is no hash due to no work being send yet? )

thank you for answers


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 02, 2019, 01:39:06 AM
You can mine at same time both, POW will start when it time... or you can set up start/stop for aeterniti you have pack at the pool link, and need just to edit miner name and addresses in the bat files provided

if primary aeternity miner is not stoped you will lose some 30-40% hash in zilliqa
also don`t forget to add --farm-recheck 15000 to zilliqa miner


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on March 02, 2019, 03:27:28 AM
You have
--pow-end-timeout 100

which start primary miner after 100sec timeout
also i think there are other commands for it but did not test

thanks this what i looking for.


but pow is only 30secs ?!

so what should it really be set to:

--pow-end-timeout 30  ?

I have mine set on 20 seconds... feels effective... tested several numbers


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 02, 2019, 10:21:21 AM
hello, i have question.

 i 10:37:19 zilminer Job: a22381ed... rudnik.hopto.org [45.79.93.5:5000]
cu 10:37:19 cuda-0   Job: a22381ed... Sol: 0xa5d66693268ff406
 X 10:37:19 zilminer GPU 0 gave incorrect result. Lower overclocking values if it happens frequently.

-does it means i god incorrect share?

really thank you


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 02, 2019, 11:19:11 AM
Yes that`s what miner say, maybe too match OC or miner issue


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 02, 2019, 01:23:24 PM
Yes that`s what miner say, maybe too match OC or miner issue

thx, it happens, anyway i was able to get share,so im satisfied.

PoWs Accepted   1
PoWs Submitted   1

 ;D

P.S. i have tried your windows bat files setup to start end and seems it is working as during PoW period i had 2times more hash (10mh with dual mine VS. 22mh during start stop period)! ;)
1x MSI gtx 1080 here
now i have setup two of my AMD 12xRX580 and 9xRX570 rig, so will see in 15minutes, if all ok.

PPS. i have 1 merit, wanted to give you for your quick advices, however got error
You do not have enough sendable merit.

so only i can give is my thanks

EDIT: all good, it worked without any issues. may i ask how long it takes to see payments in my wallet since accepted share?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 02, 2019, 07:08:05 PM
When zilliqa devs enable transactions after bootstrap mode atm 30 march is the plan


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 02, 2019, 09:34:05 PM
tried zilminer on Vega64 with latest drivers and W10 LTSC - system hangs up after "dag generated" message even if no other miner is running. Claymore's dualminer works stable on this PC. what am I doing wrong?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 02, 2019, 10:26:35 PM
Some driver on some AMD card are no good, some are happy with blockchain driver from august and some use newer

zil miner is a fork of ethminer so same issue/solutions

if anyone have issue that miner stop to receive new work pls add command at zilminer:
--work-timeout 10800


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Grim on March 03, 2019, 07:44:16 AM
yes 19.x amd driver not working

a shame for radeon VII owners  :-X


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 03, 2019, 09:28:45 AM
really, works well on rigs with blockchain drivers. although I got 0 shares during last pow session :)

upd waited for next pow time. it was 1.40 instead of 2.5-3 hours and main miner was offline for almost 7 minutes instead of 30 seconds. Soooo it's about 93% downtime instead of 99.95%.
am I doing something wrong again or promises are a little bit embellished?
also still 0 shares accepted after second pow time )


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on March 03, 2019, 11:21:55 AM
Tweaking your start.bat with command --pow-end-timeout 30. I am at 96 - 96,5% mining time at main coin.

How much hashrate?



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 03, 2019, 11:40:41 AM
sxemini testing on 8 card-rig, about 220 mhs. how can 30 seconds help if it cannot manage to find a share during 5+ minutes?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on March 03, 2019, 12:48:05 PM
After the last getwork it needs around 2 - 3 min to start the primary miner, this 30 seconds reduce this time. You say your mining time is around 93% and 7minutes every pow, so this is the answer to reduce the 7minutes.  ::)
An it is normal that you not find a share every POW. Sometimes i find only 1 share after 3 - 4 POW.
It is a new mining concept so give it a bit time.

What is your address? Is the miner hashing in POW? Some of my cards cannot mine with zilminer, because it cannot handle the OC settings, but on claymore or phönixminer it is stable for over 1 year.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 03, 2019, 12:56:17 PM
no, it kills Claymore with bat file.
0xb45db9d35392b94ecf66accf0b2079fd891f5547


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on March 03, 2019, 01:19:08 PM
What? What kills claymore? I don´t understand this answer sorry.

Look in the miner window when it starts POW. You see it will hash for 2 - 3 minutes and then, nothing for 3 minutes, no getwork. So this 3 minutes are lost time, with the pow end command it will reduce the time after the last getwork.

Your hashing power is 132mh on pool side, so it is total that no share found after this short time. Zilminer has not the same hash power like claymore or phönixminer.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on March 03, 2019, 05:36:46 PM

if anyone have issue that miner stop to receive new work pls add command at zilminer:
--work-timeout 10800

hello,


Some drivers crash, i assume during swapping of miners, once the drivers crashes, the new POW after does start but gets 0 hash for all cards, even though it appears only one card was affected by the driver crash. then this rig will not add any hash during POW  until fixed.... one of my rigs seems to need a restart, one seems just restarting the miners fixes it.

would this "--work-timeout 10800"  address this problem or a different problem


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 03, 2019, 06:20:29 PM
What? What kills claymore? I don´t understand this answer sorry.
I used keys --pow-start stop.bat --pow-end start.bat
stop.bat taskkills claymore before hashing zil, start.bat restarts it again after pow time finished


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: bdmi9 on March 03, 2019, 06:52:53 PM
You have my miner pack just edit bat, it works out of box with bminer

"it works out of box with bminer" i didnt understand what you mean ?

please if you can describe little more ?

i had tried as ur miner pack, just edited wallet address which i registered on the mentioned pool.
but no luck always gets 0 share , just shows hashrate on pool nothing else.

br,
bdmi9


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 03, 2019, 08:23:42 PM
pls read about zilliqa mining, network diff is 30-70ghs, POW is 8 times a day with usual rig of 180Mhs you  would make 3-5 shares per day, depending on luck


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 03, 2019, 09:18:30 PM
How can it be waste of effort? only if you think zilliqa will be worthless or pool will not payout after bootstrap period

atm one mining rig mine ~5-6 shares per day at current price its ~0.7$, as you lose almost nothing from mining primary coins, zilliqa mining is almost free on top on your coin


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on March 03, 2019, 09:29:29 PM
it feels risky for how long we have to mine to be sure we will be paid.... however, i feel the risk/reward ratio makes it worthwhile. my opinion.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 03, 2019, 09:30:35 PM
As transactions are still disabled, as miners are lazy to set up miners, as investment in pool are huge, diff is still pretty low

it feels risky for how long we have to mine to be sure we will be paid.... however, i feel the risk/reward ratio makes it worthwhile. my opinion.

True, but I invested a lot more
server + 160 dual core VPS for nodes and a lots of time tweaking it so node receive some rewards per accepted share (no node do not get reward per each share as shard are very limited in space and atm devs nodes are keeping ~70% of network)

My interest is for this to work...


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 03, 2019, 09:52:21 PM
Well duno, there is a reason as no one used sharding so far, also their node do not receive rewards but do limit community nodes out, their plan is in steps shut down guard nodes and let more community nodes in as network progress and grow

Also I am here for profit same as miners, time will tell at lest you don`t burn a lot power in this, from tech point side i think no one can say till we don`t see stability of network, sharded network for sure will offer a lot more space for transactions but will it be safe enough i don`t know


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 04, 2019, 12:37:32 AM
hello recently i had few issues, using zil miner + ethminer 0.18rc0 mining zil+eth on 4/8gb card.

- hash hasnt been reported on ETH pool
- when zil pow started it stoped eth ethminer and started mining, but has was 0 for all cards.
- what is --pow-earlier good for?

my bat files was
"zilminer.exe --pow-start stop.bat --pow-end start.bat --pow-end-at-startup -P zil://wallet.worker@rudnik.hopto.org:5000/api -G"
"ethminer.exe -P stratum1+tcp://mywallet@eth-eu1.nanopool.org:9999/worker/email -G"

i tweaked bat files liek this as i have few 4GB cards so probably would need clear dag as ETH has 3+gb on widnows?:

"zilminer.exe --pow-start stop.bat --pow-end start.bat --pow-end-at-startup -P zil://wallet.worker@rudnik.hopto.org:5000/api -G --work-timeout 10800 --report-hr=1 --clear-dag --farm-recheck 15000" (addded few parameters, are these ok?)
"ethminer.exe -P stratum://mywallet@eth-eu1.nanopool.org:9999/worker/email -G"   (removed stratum1+tcp and left only stratum)


btw can u explain what each of these do? --work-timeout 10800 --report-hr=1 --clear-dag --farm-recheck 15000

P.S. i have checked your site and there is "PoW is running" message more than 10mintues already..
also on explorer https://explorer.zilliqa.com/home (https://explorer.zilliqa.com/home) there is still DS 289 and TX block 28899 for long....any issue?

EDIT: web says PoW is still running after 1+hour and explorer still stuck on 28898 block
EDIT2: seems it is now moving again, block 28890 and i also got some accepted shares and some rejected shares.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 04, 2019, 02:29:48 AM
blockchain today was stuck at xx99 block, and for start/stop its worst case solution as API is switiching miners

btw can u explain what each of these do? --work-timeout 10800 --report-hr=1 --clear-dag --farm-recheck 15000

work-timeout is triggered to reconect if no work is received in 10800sec
--report-hr=1 report hashrate to proxy
--clear-dag  empty GPU memory before main miner is restarted so it has full 4/8/11GB of ram available
--farm-recheck ask for new work each 15sec if no solution is found


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: bswilmington on March 04, 2019, 02:42:48 AM
I've read this post several times, but I honestly seem confused on how to make this work with Bminer (grin)
Is it possible for someone to write idiot post (step by step) on how to make this work with start/stop for grin, or is this necessary?  All my gpu are 6+ gb.
I'm interested in making this work


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 04, 2019, 03:01:54 AM
You have a zip file attacked at first post also on pool which is already have bminer and zilminer configured, you just need to edit address in grin and pool bat files


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ciritordie on March 04, 2019, 03:46:19 AM
You have a zip file attacked at first post also on pool which is already have bminer and zilminer configured, you just need to edit address in grin and pool bat files

link is dead, can someone upload new link. tq in advance


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 04, 2019, 03:53:34 AM
http://www.mediafire.com/file/ofnv0o9v59twn94/zilminer.rar/file


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: bswilmington on March 04, 2019, 04:50:33 AM
http://www.mediafire.com/file/ofnv0o9v59twn94/zilminer.rar/file

Thanks for the info.  Honestly I don't typically click on external links when dealing with crypto (viruses).  Thanks for pointing it out to me, I'll try this later. 


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 04, 2019, 05:43:44 AM
you can replace miners exe (or check their md5) with the official ones and use just bat files, they are the same


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 04, 2019, 07:36:53 AM
@reb0rn21 is it reasonable to put --pow-end-timeout 30 in bat file? I mean does it reduce a chance to find a share during one pow session or not?

--farm-recheck 15000
--farm-recheck ask for new work each 15sec if no solution is found
15 or 15000 is correct for 15 seconds?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on March 04, 2019, 08:09:13 AM
@RuMiner

--farm-recheck 15000 for 15 seconds

LOL, i answer your question and you ask again?

It not reduce your chance, it reduce only the lost time after your last get work from node.

At the moment i am in with 700mh and i find around 10 - 15 shares a day. Mining time Zilliqa 3,5% and ETH 96,5%. (Checked with Aweseomeminer Mining History Feature, so very accurate time span)



If someone need a description, to mining Zilliqa with Awesomeminer without any errors, then i can make one.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 04, 2019, 08:23:32 AM
LOL, i answer your question and you ask again?
It not reduce your chance, it reduce only the lost time after your last get work from node.
that's definitely not because I'm stupid :)
my last log for example
Code:
i 10:41:03 zilminer ZIL PoW Window Start
...
i 10:43:03 zilminer **Accepted 219 ms. rudnik.hopto.org [104.248.187.201:5000]
share was found after two minutes from pow session start. 30 sec limit would terminate pow hashing at 10:41:33 with no shares or I am wrong again? )

in "--work-timeout 10800" 10800 stands for 10800 seconds, but in "--farm-recheck 15000" 15000 stands for 15 seconds. that confuses me...

upd one more question. two shares accepted during one pow. thread says it  is impossible...
Code:
cl 12:40:05 cl-3     Job: 239bdce6... Sol: 0x8d5a285f53ddad38
 i 12:40:05 zilminer **Accepted 214 ms. rudnik.hopto.org [104.248.187.201:5000]
 i 12:40:06 zilminer Job: cf28a09f... rudnik.hopto.org [104.248.187.201:5000]
cl 12:40:07 cl-3     Job: cf28a09f... Sol: 0xf937bc86f8e4a763
 m 12:40:08 zilminer 0:24 A1 202.97 Mh - cl0 29.12, cl1 28.76, cl2 29.24, cl3 29.30, cl4 29.30, cl5 29.29, cl6 27.97
 i 12:40:08 zilminer **Accepted 229 ms. rudnik.hopto.org [104.248.187.201:5000]


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 04, 2019, 10:30:41 AM
its in ms so use 15000..... when share is found miner ask for next job so it decrease idle work, and some options are in seconds


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on March 04, 2019, 02:52:32 PM
hello,

Is there any documentation on the pow variables we can use with the miner?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 04, 2019, 03:33:40 PM
in CMD type zilminer --help then  --help-ext xxx

network still sometimes have crazy diff changes from 17 to 68Gh, when shift as that happen, expect more rejects as we have one shard free only, and on high diff we even lose that shard as whole network


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 05, 2019, 12:28:39 AM
Reward per accepted share is increased to 8zil after epoch 301!


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: bswilmington on March 05, 2019, 03:29:08 AM
When is it expect for payouts to start?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 05, 2019, 03:56:43 AM
When is it expect for payouts to start?

boostrap timer:

https://viewblock.io/zilliqa



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ciritordie on March 05, 2019, 04:56:11 AM
anyone have any idea how to set this up in hive os


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 05, 2019, 05:13:52 AM
anyone have any idea how to set this up in hive os

try to put Pool server as:

zil://http://rudnik.hopto.org

and as port:

5000/api

as extra arguments set other options


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ciritordie on March 05, 2019, 05:33:52 AM
anyone have any idea how to set this up in hive os

try to put Pool server as:

zil://http://rudnik.hopto.org

and as port:

5000/api

as extra arguments set other options

and the --pow-end/start ? not sure what are the bat files that hive is using


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 05, 2019, 06:14:41 AM
I don`t know for hive I use ubuntu... I guess someone can share if he managed to do it

also under hive you can run zilminer without stoping main miner if you have 1.1Gb free on GPU, can be checked with nvidia-smi you will lose some 40% hash on zilliqa that way


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ciritordie on March 05, 2019, 12:46:34 PM
yup only getting 15mh per 1080ti running on hive os mining with grin. my 1070ti gets 32mh on windows10 using the 3 bat file method


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 05, 2019, 02:25:19 PM
as i can see it zilminer using ethminer, so please can you "somehow:) " make possible to mine ethereum and when zil pow starts it will switch automaticaly? i mean without 2 bat files. it will be very convenient. sometimes my miners crashes..


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 05, 2019, 11:14:51 PM
Anyone who has issue with AMD and start/stop can use this, it works 100%

https://github.com/DanSoQt/ZilSwitcher


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 06, 2019, 08:28:29 AM
an hour ago zilminer crashed on 5 rigs at the same time after pow start. it is definitely not internet or hardware issue. I guess pool sent something inappropriate for them.

btw what is normal for rejected shares? I have 30 submitted and only 20 accepted.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on March 06, 2019, 09:46:31 AM
an hour ago zilminer crashed on 5 rigs at the same time after pow start. it is definitely not internet or hardware issue. I guess pool sent something inappropriate for them.

btw what is normal for rejected shares? I have 30 submitted and only 20 accepted.

20 of 30 is normal, reb0rn21 wright it many times in this thread.

I think hardware error because of to high clocks, i wrote it some pages before, Claymore or Phönix Miner OC settings not always work with zilminer.
Add "pause" to zilminer cmd file and then say next time where the miner crashs.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 06, 2019, 09:59:57 AM
I think hardware error because of to high clocks, i wrote it some pages before, Claymore or Phönix Miner OC settings not always work with zilminer.
no, it was only once after 24 hours of stable uptime and it is hardly a coincidence


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: bdmi9 on March 06, 2019, 11:25:35 AM
i have a rig which im getting this error like in below:

"zilminer 0.2.20
Build: windows/release/msvc

No OpenCL platform found
CUDA Error: unknown error
Error: No usable mining devices found"

on my rig have only AMD cards no nvidia cards.
on the rig can mine eth without any issue.

i have working other rigs which are working with amd 8gb /4gb cards, but dont know why this specific rig not allowing to run zilminer exe.

any idea why getting this error ?

br,
bdmi9


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 06, 2019, 02:06:44 PM
Its a driver issue if you have opencl error

@RuMiner

Pool is sending data from blockchain API and AMD sometimes have issue if switch is fast, try using proxy switcher from link above, ppl say with it AMD rigs are stable
rejects are fine on this coin as shard space for node is very limited and last shares are rejected even before POW end


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 06, 2019, 10:44:56 PM
i have a rig which im getting this error like in below:

"zilminer 0.2.20
Build: windows/release/msvc

No OpenCL platform found
CUDA Error: unknown error
Error: No usable mining devices found"

on my rig have only AMD cards no nvidia cards.
on the rig can mine eth without any issue.

i have working other rigs which are working with amd 8gb /4gb cards, but dont know why this specific rig not allowing to run zilminer exe.

any idea why getting this error ?

br,
bdmi9

definitely driver issue. i had the same today on two rigs from 5 and fixed it easy.
stop windows update first, then reboot. use DDU to uninstal amd driver in safe mode. then download amd driver and install again.
i am using 18.9.3 without problem, so im not updating for the latest one.
also im installing only amd driver not hdmi things, wizard report or amd settings. then use atikmdag patcher, reboot. switch to blockchain mode and start mining.
i must confirm that using bat files and killing process make my miner crash sometimes, also is a bit nstable, it sends wrong data,etc, but probably due of ethmining. trying now claymore for half day, all rigs up, so fingercrossed.
ill test zilswitcher, but not today, to tired :)


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: yvmen on March 07, 2019, 12:30:48 AM
Just want to check since the bootstrap is over how is the payout to be dealt ( i mean the process?) and after that are we pay very block or wait till the next bootstrap?


yvmen.t


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 07, 2019, 01:42:46 AM
bootstrap is prolonged by coin developers to epoch 600, so no payout till transactions start to work, will prolly be manual at first then automatic


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 07, 2019, 09:41:26 PM
trying to use ZilSwitcher... it runs zilminer correct, but doesn't revert to dualminer after PoW is finished (
anybody faced the same?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: HaloGenius on March 07, 2019, 10:04:18 PM
trying to use ZilSwitcher... it runs zilminer correct, but doesn't revert to dualminer after PoW is finished (
anybody faced the same?
F***g ZIL (c) our customer


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 10:32:36 AM
it seems I've coped with AMD crashes. Zilminer always leaves same error code in Windows native events when crashed so I created a scheduled task waiting for this error and restarting miners.

One more question appeared. I've added timestamp logging to pow-start and pow-end bat files and found that zilminer often detects pow window twice in several minutes
Code:
08.03.2019  5:24:31,26 PoW Start 
08.03.2019  5:25:22,77 PoW End
08.03.2019  5:27:05,61 PoW Start
08.03.2019  5:31:01,97 PoW End
08.03.2019  7:37:09,09 PoW Start
08.03.2019  7:38:00,61 PoW End
08.03.2019  7:39:02,26 PoW Start
08.03.2019  7:42:54,19 PoW End
08.03.2019 10:26:42,29 PoW Start
08.03.2019 10:27:33,80 PoW End
08.03.2019 10:30:25,68 PoW Start
08.03.2019 10:34:22,24 PoW End
is it OK also?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 08, 2019, 10:36:23 AM
trying to use ZilSwitcher... it runs zilminer correct, but doesn't revert to dualminer after PoW is finished (
anybody faced the same?

what is your primary miner that has to start running after the ZIL *99 epoh?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 10:40:25 AM
what is your primary miner that has to start running after the ZIL *99 epoh?
Claymore's dualminer, but it's not the problem. switcher doesn't even run a bat file


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 08, 2019, 10:55:41 AM
what is your primary miner that has to start running after the ZIL *99 epoh?
Claymore's dualminer, but it's not the problem. switcher doesn't even run a bat file

what ZIL miner version are U using?
do you have 3 bat files in the ZIL folder?

try this scheme ->

start.bat
Code:
C:\MIN\Haven_new\SRBMiner-CN-V1-7-7\start-haven
startZIL.bat
Code:
zilminer.exe --pow-start stop.bat --pow-end start.bat --pow-end-at-startup -P zil://0xblablablaMyZILwallet.nameRig@207.180.192.43:4202
stop.bat
Code:
taskkill /f /im SRBMiner-CN.exe

Instead of my SRBMiner point it to your bat file from Clay and it should work
I'm using the v0.2.20 ZIL miner version https://github.com/DurianStallSingapore/ZILMiner/releases


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 11:00:03 AM
what ZIL miner version are U using?
zilminer itself works correct with those bat files. I mean this (https://github.com/DanSoQt/ZilSwitcher) switcher adviced by reb0rn21 on previous page.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 08, 2019, 11:02:17 AM
what ZIL miner version are U using?
zilminer itself works correct with those bat files. I mean this (https://github.com/DanSoQt/ZilSwitcher) switcher adviced by reb0rn21 on previous page.
ooo k  :)
didn't test that one, cause the 3 bat file combination still works for me, so, as far as is stable I will use that way to dualmine mine ZIL


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 11:05:14 AM
big_daddy, sometimes during pow time I'm getting a error window with zilminer crash. so it closes itself and rig is idle until I run primary miner manually. But I've managed with it using eventlog and windows scheduler as described above )


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 08, 2019, 11:13:50 AM
big_daddy, sometimes during pow time I'm getting a error window with zilminer crash. so it closes itself and rig is idle until I run primary miner manually. But I've managed with it using eventlog and windows scheduler as described above )

do you have enough MEM available on your GPUs?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 11:33:41 AM
do you have enough MEM available on your GPUs?
I have mix of 4Gb and 8Gb card rigs minig ETH with 2.91Gb DAG, so I use --clear-dag key


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 08, 2019, 11:45:33 AM
do you have enough MEM available on your GPUs?
I have mix of 4Gb and 8Gb card rigs minig ETH with 2.91Gb DAG, so I use --clear-dag key

have you tried those commands? --farm-recheck  --work-timeout?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 11:46:58 AM
have you tried those commands? --farm-recheck  --work-timeout?
yes, full string is
%~dp0zilminer -P zil://0xB45db9D35392B94ecf66ACCf0b2079Fd891F5547.%computername%@rudnik.hopto.org:5000/api --report-hr=1 --pow-start powstart.bat --pow-end powend.bat --work-timeout 10800 --pow-end-timeout 30 --farm-recheck 15000 --clear-dag


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 08, 2019, 12:10:57 PM
have you tried those commands? --farm-recheck  --work-timeout?
yes, full string is
%~dp0zilminer -P zil://0xB45db9D35392B94ecf66ACCf0b2079Fd891F5547.%computername%@rudnik.hopto.org:5000/api --report-hr=1 --pow-start powstart.bat --pow-end powend.bat --work-timeout 10800 --pow-end-timeout 30 --farm-recheck 15000 --clear-dag

try to run your Clay only for 24h, maybe there is a bug, not in ZIL
you have to check and detect every possible single thing


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 12:13:22 PM
try to run your Clay only for 24h, maybe there is a bug, not in ZIL
what do you mean? it is taskkilled every 2-3 hours by zilminer


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 08, 2019, 12:17:12 PM
try to run your Clay only for 24h, maybe there is a bug, not in ZIL
what do you mean? it is taskkilled every 2-3 hours by zilminer

I mean, to avoid ZIL for a xy hours, to check if your miner is stable with Clay only, so maybe there is a problem
But, I'm already sure that should be something else... and at the end will be a banality....


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 12:21:30 PM
I mean, to avoid ZIL for a xy hours, to check if your miner is stable with Clay only, so maybe there is a problem
no, all rigs are weeks-stable with Claymore only. I have a suggestion this can be because of taskkill /f, primary miner doesn't clean GPU memory in this case. If I press a cross in the console corner, it closes correctly with corresponding message for one second. Maybe I should find a way to shutdown primary miner correctly. taskkill without /f key doesn't work


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 08, 2019, 12:24:34 PM
I mean, to avoid ZIL for a xy hours, to check if your miner is stable with Clay only, so maybe there is a problem
no, all rigs are weeks-stable with Claymore only. I have a suggestion this can be because of taskkill /f, primary miner doesn't clean GPU memory in this case. If I press a cross in the console corner, it closes correctly with corresponding message for one second. Maybe I should find a way to shutdown primary miner correctly. taskkill without /f key doesn't work

I see where you are doing it wrong

is not --pow-start powstart.bat --pow-end powend.bat

this is correct: --pow-start powend.bat --pow-end powstart.bat


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 12:27:01 PM
is not --pow-start powstart.bat --pow-end powend.bat
that is OK, I've just swapped them according to the logic. powstart.bat kills primary miner, powend restarts it again


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 08, 2019, 12:35:20 PM
is not --pow-start powstart.bat --pow-end powend.bat
that is OK, I've just swapped them according to the logic. powstart.bat kills primary miner, powend restarts it again

please send me the copy/paste of those 2 bats to check them


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 12:40:17 PM
Code:
powstart.bat
echo %date% %time% PoW Start >> %~dp0logs\zil_%date%_log.txt
title zilminer on %computername% since %date% %time%
taskkill /F /IM EthDcrMiner64.exe
Code:
powend.bat
echo %date% %time% PoW End >> %~dp0logs\zil_%date%_log.txt
call %~dp0start.bat 3
start.bat does some checks, logs and runs %~dp0EthDcrMiner64.exe in its last sting

I'm running without --clear-dag now and it seems to work along with ETH mining. strange for 4Gb card, but still it works )


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 08, 2019, 12:52:26 PM
Code:
powstart.bat
echo %date% %time% PoW Start >> %~dp0logs\zil_%date%_log.txt
title zilminer on %computername% since %date% %time%
taskkill /F /IM EthDcrMiner64.exe
Code:
powend.bat
echo %date% %time% PoW End >> %~dp0logs\zil_%date%_log.txt
call %~dp0start.bat 3
start.bat does some checks, logs and runs %~dp0EthDcrMiner64.exe in its last sting

I'm running without --clear-dag now and it seems to work along with ETH mining. strange for 4Gb card, but still it works )

have you tried without those echos?
put in the powstart.bat only this
Code:
taskkill /f /im EthDcrMiner64.exe
and point your powend.bat directly to your folder
Code:
C:\MINER\Clay\Start.bat


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 08, 2019, 12:59:51 PM
ok, I'll try after testing without clear-dag. maybe it will work stable until DAGs grow over 4Gb
my actual question is why several starts-ends during one pow window


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 08, 2019, 02:18:19 PM
ok, I'll try after testing without clear-dag. maybe it will work stable until DAGs grow over 4Gb
my actual question is why several starts-ends during one pow window

proxy is using blockexplorer API for start/stop and blockchain sometimes send wrong data when we reach 98-99 block chain can be stuck 2-3min and miner start primary miner again beofore pow, atm there is no solution that is why zil switcher works better as you can setup it better


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Frizz23 on March 08, 2019, 09:17:49 PM
anybody managed to mine rvn + zil?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on March 09, 2019, 03:19:11 AM
anybody managed to mine rvn + zil?


I am not, but i know someone who is, and it is working as far as i know?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Frizz23 on March 09, 2019, 09:01:45 AM
would he be willing to share the bat/settings?

thanks


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sommersut on March 09, 2019, 11:01:04 AM
I barely get one accepted share per day. Difficult too high now.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 09, 2019, 01:13:34 PM
i got an error on some rigs

 m 14:10:42 zilminer 2:20 A0 0.00 h - cl0 0.00, cl1 0.00, cl2 0.00, cl3 0.00
 X 14:10:50 zilminer Error connecting to rudnik.hopto.org:5000 : system:10,060
 X 14:10:50 zilminer No more IP addresses to try for host: rudnik.hopto.org
 i 14:10:50 zilminer Disconnected from rudnik.hopto.org [54.183.144.77:5000]
 i 14:10:50 zilminer No connection. Suspend mining ...
 i 14:10:50 zilminer Selected pool rudnik.hopto.org:5000
 m 14:10:52 zilminer Not connected
 m 14:11:02 zilminer Not connected
 X 14:11:11 zilminer Error connecting to rudnik.hopto.org:5000 : system:10,060
 X 14:11:11 zilminer No more IP addresses to try for host: rudnik.hopto.org
 i 14:11:11 zilminer Disconnected from rudnik.hopto.org:5000
 i 14:11:11 zilminer No connection. Suspend mining ...
 i 14:11:11 zilminer Selected pool rudnik.hopto.org:5000
 i 14:11:11 zilminer Next connection attempt in 10 seconds
 m 14:11:12 zilminer Not connected
 m 14:11:22 zilminer Not connected
 m 14:11:32 zilminer Not connected
 m 14:11:42 zilminer Not connected
 X 14:11:42 zilminer Error connecting to rudnik.hopto.org:5000 : system:10,060
 X 14:11:42 zilminer No more IP addresses to try for host: rudnik.hopto.org
 i 14:11:42 zilminer Disconnected from rudnik.hopto.org:5000
 i 14:11:42 zilminer No connection. Suspend mining ...
 i 14:11:42 zilminer Selected pool rudnik.hopto.org:5000
 i 14:11:42 zilminer Next connection attempt in 10 seconds
 m 14:11:52 zilminer Not connected
 m 14:12:02 zilminer Not connected
 m 14:12:12 zilminer Not connected
 X 14:12:13 zilminer Error connecting to rudnik.hopto.org:5000 : system:10,060
 X 14:12:13 zilminer No more IP addresses to try for host: rudnik.hopto.org
 i 14:12:13 zilminer Disconnected from rudnik.hopto.org:5000
 i 14:12:13 zilminer No connection. Suspend mining ...
 i 14:12:13 zilminer Selected pool rudnik.hopto.org:5000
 i 14:12:13 zilminer Next connection attempt in 10 seconds
 m 14:12:22 zilminer Not connected
 m 14:12:32 zilminer Not connected
 m 14:12:42 zilminer Not connected


when i close and start again it works again, but due of this error it didnt start dual mining.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 09, 2019, 01:16:22 PM
yes, pool is often offline along with web interface since last pow window


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on March 09, 2019, 04:54:14 PM
would he be willing to share the bat/settings?

thanks

i believe he is just doing it the same as if it was grin but with trex and raven? what were you struggling with?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on March 09, 2019, 05:43:57 PM
is there another pool, that you guys know is more reliable? does zil have a discord?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 11, 2019, 09:42:11 PM
DDOS was mitigated and there was no attack in last 3 days, duno if it will happen again as you can never be safe 100% even with good anti ddos rules and updates

there is no discord, and pool are very easy to attack as this is proxy and you can not load balance it at all, and on top POW is just 1-2min so only short burst of 30sec attack is needed

is they want they can make it ddos war then no one will be happy


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 13, 2019, 09:09:28 AM
Network node are being updated, we should have less diff now

Also if some miners have issue with POW start with AMD rigs freezing pls change to:

--pow-end-timeout 200

pool is working fine in last week, zero issue


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on March 13, 2019, 09:37:49 AM
Network node are being updated, we should have less diff now

Also if some miners have issue with POW start with AMD rigs freezing pls change to:

--pow-end-timeout 200

pool is working fine in last week, zero issue

the command
Code:
--pow-end-timeout 200
is crashing/freezing my miner, did You have similar issues before?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 13, 2019, 09:51:42 AM
I have no issue, that command is after POW start at block 99 is received for what time it should wait for real POW work in seconds after it will restart primary miner again

block time is 90sec but can be longer and if switch is fast AMD rigs know to frezz

gone to sleep, waited on node updated whole night


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on March 13, 2019, 09:58:03 AM
After the last POW, all my rigs freeze, so i think there was another issue.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 13, 2019, 05:25:05 PM
From epoch 390 http://rudnik.hopto.org:5000/ is now paying 9zil per share

After the last POW, all my rigs freeze, so i think there was another issue.

there was no issue with pool or blockchain for days, block are way faster now maybe you need to adjust when zilminer close the primery miner as sometimes block are <50sec

also zilminer make issue on some AMD rigs and those ppl repoted that zil switcher solved their issues
https://github.com/DanSoQt/ZilSwitcher

there you can define to even close main miner on 98 block so even problematic AMD rigs have time to mine stable


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Branko on March 13, 2019, 07:40:27 PM
From epoch 390 http://rudnik.hopto.org:5000/ is now paying 9zil per share

After the last POW, all my rigs freeze, so i think there was another issue.

there was no issue with pool or blockchain for days, block are way faster now maybe you need to adjust when zilminer close the primery miner as sometimes block are <50sec

also zilminer make issue on some AMD rigs and those ppl repoted that zil switcher solved their issues
https://github.com/DanSoQt/ZilSwitcher

there you can define to even close main miner on 98 block so even problematic AMD rigs have time to mine stable


What about another secret pool, is that one working too?

If so, which one is preferred?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on March 13, 2019, 07:50:54 PM
From epoch 390 http://rudnik.hopto.org:5000/ is now paying 9zil per share

After the last POW, all my rigs freeze, so i think there was another issue.

there was no issue with pool or blockchain for days, block are way faster now maybe you need to adjust when zilminer close the primery miner as sometimes block are <50sec

also zilminer make issue on some AMD rigs and those ppl repoted that zil switcher solved their issues
https://github.com/DanSoQt/ZilSwitcher

there you can define to even close main miner on 98 block so even problematic AMD rigs have time to mine stable

i set a higher pow end timeout, for now it works. Zilswitcher is no option, i use Awesomeminer.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: leond on March 14, 2019, 06:33:29 PM
Is it normal that I dont have any accepted shares within 24 hours with 96 mhs, thanks in advance.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 14, 2019, 09:03:58 PM
Is it normal that I dont have any accepted shares within 24 hours with 96 mhs, thanks in advance.

depend on luck you should get ~2 per day


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on March 15, 2019, 03:13:41 AM
lots of crashes on my vega rigs and some nvidia rigs still don't work

on polaris rig it seems to work, 150mhs hash rate average for 6 gpu . but most of the time i get no accepted shares even though i see a bunch of mining spam

Code:
m 21:42:51 zilminer 0:32 A0 158.67 Mh - cl0 25.16, cl1 27.19, cl2 27.51, cl3 26.80, cl4 26.01, cl5 26.01
 m 21:43:01 zilminer 0:32 A0 158.66 Mh - cl0 25.16, cl1 27.18, cl2 27.50, cl3 26.80, cl4 26.01, cl5 26.01
 i 21:43:02 zilminer Job: 06ed23c7... rudnik.hopto.org [142.93.85.148:5000]
 m 21:43:11 zilminer 0:32 A0 158.62 Mh - cl0 25.16, cl1 27.17, cl2 27.50, cl3 26.80, cl4 26.00, cl5 26.00
 i 21:43:17 zilminer Job: 19ee938b... rudnik.hopto.org [142.93.85.148:5000]
 m 21:43:21 zilminer 0:32 A0 158.67 Mh - cl0 25.16, cl1 27.18, cl2 27.51, cl3 26.80, cl4 26.01, cl5 26.01
 m 21:43:31 zilminer 0:32 A0 158.66 Mh - cl0 25.16, cl1 27.19, cl2 27.51, cl3 26.80, cl4 26.01, cl5 26.01
 i 21:43:32 zilminer Job: 9803d194... rudnik.hopto.org [142.93.85.148:5000]
 m 21:43:41 zilminer 0:32 A0 158.64 Mh - cl0 25.15, cl1 27.18, cl2 27.50, cl3 26.80, cl4 26.00, cl5 26.01
 i 21:43:47 zilminer Job: 7cc1ae4b... rudnik.hopto.org [142.93.85.148:5000]
 m 21:43:51 zilminer 0:33 A0 158.68 Mh - cl0 25.16, cl1 27.19, cl2 27.51, cl3 26.81, cl4 26.01, cl5 26.01
 m 21:44:01 zilminer 0:33 A0 158.67 Mh - cl0 25.16, cl1 27.19, cl2 27.50, cl3 26.81, cl4 26.01, cl5 26.01
 i 21:44:03 zilminer Job: 00000000... rudnik.hopto.org [142.93.85.148:5000]
 m 21:44:11 zilminer 0:33 A0 158.68 Mh - cl0 25.17, cl1 27.18, cl2 27.51, cl3 26.80, cl4 26.01, cl5 26.01
 m 21:44:21 zilminer 0:33 A0 0.00 h - cl0 0.00, cl1 0.00, cl2 0.00, cl3 0.00, cl4 0.00, cl5 0.00

also it freaks me out that all the cl values stay red after mining , seems like it found an error ? 
finally I am re-opening my miner with this command :



start /d C:\LatestClaymoreEthereumMiner C:\LatestClaymoreEthereumMiner\Start.bat


in my batch, but using start seems to open a new window, and Taskkill on that proccess kills the miner but will not close the window like

when i call the miner from my shortcut commands in the  C:\LatestClaymoreEthereumMiner folder, or click the the start command in the folder itself.

when i try to use :
C:\LatestClaymoreEthereumMiner\Start.bat

alone it cant find the executable, seems like something simple.  I just want the window to closer otherwise i ended up with 20 cmd promps


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 15, 2019, 03:38:11 AM
After mining it should be red as dag is deleted so you can mine primary coin

Also why don`t you put all miners in same folder, also main miner bat should include:
taskkill /F /IM miner_name
miner.exe

so there is no chance to start primary miner 2x

AMD rigs works but some don`t and they should use zill swicher till better miner is not made


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on March 15, 2019, 04:35:35 AM
After mining it should be red as dag is deleted so you can mine primary coin

Also why don`t you put all miners in same folder, also main miner bat should include:
taskkill /F /IM miner_name
miner.exe

so there is no chance to start primary miner 2x

AMD rigs works but some don`t and they should use zill swicher till better miner is not made

switching works fine on my AMD rigs, main issue is multiple command windows i guess i could put them all in same folder

Vega rigs are the ones that seem to crash


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 15, 2019, 04:41:40 AM
This might fix it:
taskkill /f /im miner.exe >null


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on March 15, 2019, 04:43:36 AM
This might fix it:
taskkill /f /im miner.exe >null

I had that, int there, before , I had copied from the files you linked me.

Putting them in the same folder works for now , I hate that tho

*** ok putting it in same folder fucked up things worse, now both ethminer and zlminer run in the same window wtf lol


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on March 15, 2019, 03:06:09 PM



*** ok putting it in same folder fucked up things worse, now both ethminer and zlminer run in the same window wtf lol

i had that problem with some miner software, try doing your bat like this:

START cmd /c "miner.exe all your algo, pool, address, and rig info"

starts the new window for your bat.. i learned that from the master :)


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on March 15, 2019, 05:54:38 PM
Too many issues , Gona try and set up a node from scratch or something see if that helps


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 15, 2019, 07:03:20 PM
Nvidia works gr8 with zilminer in dual mode, zero issue

AMD also works gr8 with zil switcher for solo or pool mine is same if you wana dual mine you need to setup one of those, both works and switch when node send the POW start and POW end whatever it is pool or solo, its the same


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 15, 2019, 09:08:27 PM
I just want the window to closer otherwise i ended up with 20 cmd promps
use call some.bat instead of start some.bat, both miners work in one console window idk how but looks nice :)
this is Claymore's dualminer along with zilminer
http://funkyimg.com/i/2SnaW.png


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on March 16, 2019, 01:08:43 AM
I just want the window to closer otherwise i ended up with 20 cmd promps
use call some.bat instead of start some.bat, both miners work in one console window idk how but looks nice :)
this is Claymore's dualminer along with zilminer
http://funkyimg.com/i/2SnaW.png
Wait lol I saw this too on my setup but how do you know it’s working lol makes no sense to me.

I got my nvidia rigs to work by dumping awesome miner for now till they update, one thing looks like I have

30 accepts and  45 submitted so far with 17 6 card rigs 180 MHz per rig , what would be the earnings ? Is it 9 zip per accepted share ?



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 16, 2019, 07:37:59 AM
Wait lol I saw this too on my setup but how do you know it’s working lol makes no sense to me.
it works stable on 5 rigs more than a week already. both miners give shares, primary coin pool doesn't even notice those dumps on graph. what else do you need? )


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on March 16, 2019, 09:39:47 AM
Wait lol I saw this too on my setup but how do you know it’s working lol makes no sense to me.
it works stable on 5 rigs more than a week already. both miners give shares, primary coin pool doesn't even notice those dumps on graph. what else do you need? )

so do you stop the claymore miner ? when POW for ZL starts ? , I know you cant run both together or claymore hash goes down or sometimes even crashes

most rigs I keep getting the error - Zlminerhas stopped working - a problem has caused the program to stop working

hard crash of zlminer and primary miner


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on March 16, 2019, 01:43:25 PM
@Marvell2, yes, bat files stop Claymore during pow window, than run it back. I've coped with crashres via windows errors log as wrote some pages ago. scheduler runs crashed miner again, but it's a rare thing itself


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on March 16, 2019, 03:51:24 PM
@Marvell2, yes, bat files stop Claymore during pow window, than run it back. I've coped with crashres via windows errors log as wrote some pages ago. scheduler runs crashed miner again, but it's a rare thing itself
seems to happen constanltly to me


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 16, 2019, 06:32:32 PM
ATM current diff is 68Ghs, some 450Mhs is needed for one share, we have ~16 epoch now, if all stay stable 6 card rig should do ~6 shares per day, with constant diff rejects should be less, if diff start to go insane again rejects will go up also


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Rabinovitch on March 17, 2019, 12:38:20 PM
Which parameter values should I use at rudnik? My current values are:

Code:
--farm-recheck 15000 --work-timeout 10800

But I also saw people use these values:

Code:
--max-submit=1 --farm-recheck 10000 --work-timeout=7200 --farm-retries=10 --retry-delay=10

Which values are best?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 17, 2019, 03:42:22 PM
Use this one
--farm-recheck 15000 --work-timeout 10800

Network is today slow so expect less POW till zilliqa devs fix it


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Rabinovitch on March 18, 2019, 02:16:02 AM
There's something wrong I guess:

Code:
m 06:43:54 zilminer 54:02 A1:R6 0.00 h - cu0 0.00
 m 06:44:04 zilminer 54:03 A1:R6 0.00 h - cu0 0.00
 m 06:44:14 zilminer 54:03 A1:R6 0.00 h - cu0 0.00
 X 06:44:19 zilminer No new work received in 10 800 seconds.
 i 06:44:19 zilminer Disconnected from rudnik.hopto.org [142.93.85.148:5000]
 i 06:44:19 zilminer No connection. Suspend mining ...
 i 06:44:19 zilminer Selected pool rudnik.hopto.org:5000
 i 06:44:19 zilminer Established connection to rudnik.hopto.org [142.93.85.148:5
000]
 i 06:44:19 zilminer Resume mining ...
 i 06:44:20 zilminer ZIL PoW Window Start
 i 06:44:20 zilminer Call system command: stop.bat

E:\Distrib\Zilliqa\zilminer_from_rudnik>taskkill /F /IM bminer.exe  1>null
 i 06:44:21 zilminer Send dummy work to init DAG
 i 06:44:21 zilminer Job: 00000000... rudnik.hopto.org [142.93.85.148:5000]
 i 06:44:21 zilminer Epoch : 0 Difficulty : 17.00 h
 i 06:44:21 zilminer Job: 00000000... rudnik.hopto.org [142.93.85.148:5000]
cu 06:44:22 cuda-0   Generating DAG + Light : 1.02 GB
 m 06:44:24 zilminer 54:03 A1:R6 0.00 h - cu0 0.00
cu 06:44:25 cuda-0   Generated DAG + Light in 4 067 ms. 6.98 GB left.
cu 06:44:25 cuda-0   Job: 00000000... Sol: 0x468d57d0cb86fc68
 m 06:44:34 zilminer 54:03 A1:R6 193.99 h - cu0 193.99
 m 06:44:44 zilminer 54:03 A1:R6 0.00 h - cu0 0.00
 m 06:44:54 zilminer 54:03 A1:R6 0.00 h - cu0 0.00
 m 06:45:04 zilminer 54:04 A1:R6 0.00 h - cu0 0.00
 m 06:45:14 zilminer 54:04 A1:R6 0.00 h - cu0 0.00
 m 06:45:24 zilminer 54:04 A1:R6 0.00 h - cu0 0.00
 m 06:45:34 zilminer 54:04 A1:R6 0.00 h - cu0 0.00
 m 06:45:44 zilminer 54:04 A1:R6 0.00 h - cu0 0.00
 m 06:45:54 zilminer 54:04 A1:R6 0.00 h - cu0 0.00
 m 06:46:04 zilminer 54:05 A1:R6 0.00 h - cu0 0.00
 m 06:46:14 zilminer 54:05 A1:R6 0.00 h - cu0 0.00
 m 06:46:24 zilminer 54:05 A1:R6 0.00 h - cu0 0.00
 m 06:46:34 zilminer 54:05 A1:R6 0.00 h - cu0 0.00
 m 06:46:44 zilminer 54:05 A1:R6 0.00 h - cu0 0.00
 m 06:46:54 zilminer 54:05 A1:R6 0.00 h - cu0 0.00
 m 06:47:04 zilminer 54:06 A1:R6 0.00 h - cu0 0.00
 m 06:47:14 zilminer 54:06 A1:R6 0.00 h - cu0 0.00
 m 06:47:24 zilminer 54:06 A1:R6 0.00 h - cu0 0.00
 i 06:47:28 zilminer Job: 00000000... rudnik.hopto.org [142.93.85.148:5000]
 i 06:47:28 zilminer ZIL PoW Window End
cu 06:47:33 zilminer Clear DAG Buffer
 i 06:47:33 zilminer Call system command: mine_grin_luxor.bat
 m 06:47:34 zilminer 54:06 A1:R6 0.00 h - cu0 0.00
 m 06:47:44 zilminer 54:06 A1:R6 0.00 h - cu0 0.00
 m 06:47:54 zilminer 54:06 A1:R6 0.00 h - cu0 0.00

BTW, why there are so many rejected shares here? I have PoWs Accepted=18, while PoWs Submitted=42. 42.8% of rejected shares! It's terrible!


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 18, 2019, 02:39:46 AM
This is not POW coin but a lot more complex system each A share is max per one node, to understand you need to read whole white paper
In short we have 3-4 shards of 600 places max while the dev in there have over 70% of their guard nodes and we have rest if we manage to get full 600 POW submition in <1min time, over that imagine their diff retarget shifting 400% up just because we had 100+ A at 34Gh and next diff is 137Gh then on next POW we have 4x less shares and we always lose 600 accapted shares.... don`t ask me why they don`t have smarted diff retarget I am not zilliqa dev

On top of that all shares have <1min to be accepted by each node, so its a race and even there pool from verified accepted shares have 50% nodes that not get in shard so recejt for me is even more.... but its the way network work as this is not POW coin in any way

1. diff is low, many miners submit 600 shares in 10-15sec all shares after that are rejected as shard (600 nodes) is full
2. diff spike 4x we have no hash to make 600+ shares, we make 350-550A all that shares are rejected by network as we did not make 600 nodes (full network not just pool)
3. best case solution diff is same over a day then we can expect ~80% accepted and only rejects when we pass 40-50sec window if shard is full
4. 100% accepted is impossible that would mean 1min POW window took all miners to submit just 600 share no more nor less and all get in network fine

"06:44:21 zilminer Send dummy work to init DAG"

Also older zilminer use fake dag generation and generate a lot rejected shares so it be ready for next POW with almost zero diff (almost no GPU work done), thats why I say you need to watch only for accepted for you hash not rejected as they are part of this sistem

PS: they still work on network I hope they fix it soon


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on March 18, 2019, 04:07:52 AM
This is not POW coin but a lot more complex system each A share is max per one node, to understand you need to read whole white paper
In short we have 3-4 shards of 600 places max while the dev in there have over 70% of their guard nodes and we have rest if we manage to get full 600 POW submition in <1min time, over that imagine their diff retarget shifting 400% up just because we had 100+ A at 34Gh and next diff is 137Gh then on next POW we have 4x less shares and we always lose 600 accapted shares.... don`t ask me why they don`t have smarted diff retarget I am not zilliqa dev

On top of that all shares have <1min to be accepted by each node, so its a race and even there pool from verified accepted shares have 50% nodes that not get in shard so recejt for me is even more.... but its the way network work as this is not POW coin in any way

1. diff is low, many miners submit 600 shares in 10-15sec all shares after that are rejected as shard (600 nodes) is full
2. diff spike 4x we have no hash to make 600+ shares, we make 350-550A all that shares are rejected by network as we did not make 600 nodes (full network not just pool)
3. best case solution diff is same over a day then we can expect ~80% accepted and only rejects when we pass 40-50sec window if shard is full
4. 100% accepted is impossible that would mean 1min POW window took all miners to submit just 600 share no more nor less and all get in network fine

"06:44:21 zilminer Send dummy work to init DAG"

Also older zilminer use fake dag generation and generate a lot rejected shares so it be ready for next POW with almost zero diff (almost no GPU work done), thats why I say you need to watch only for accepted for you hash not rejected as they are part of this sistem

PS: they still work on network I hope they fix it soon
So the moral of this long story is only 600 shares get accepted total per 1 min window?

1 for each node that gets approved as a shard ? How do miners get paid then if the rewards go only to shards


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 18, 2019, 04:20:20 AM
Depend limit is 2400 atm but many are guard nodes which should drop over time by devs, and you need full shard or we drop to 1800 nodes... so each Accepted is one node, reward is is not per share but only if node join shard and received in next 100 block zil reward (~27zil) that also depend on node reputation, network etc
I have no reward math per node nor per A, as many valid shares that are credited to miners are not getting node in shard for xx reason, you can read in white paper
All I do is calculate all rewards I get and adjust what I can pay to miners per accepted share

So in short you will get pay for each accepted share, even if node does not get in shard that is why reward is lower then 27zil as atm that rate is not fix and know to drop under 50% or more

PS devs announced update in few hours so chain should start to move soon again


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 19, 2019, 02:18:11 AM
The network was updated this morning and its now stabilized again at 68Gh where there is less rejects

they slow down a chain a bit so less POW per day as we had 16 and now back to ~10-12


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 19, 2019, 11:43:02 PM
IS ok to get such many rejected shares?? also i was mining for long time and it stop mining and all my rigs also stop mining second coin. it cost me many hours of mining :(
is 9zil sufficient for one accepted share?

Hashrate   759.1 Mh/s
PoWs Accepted   275
PoWs Submitted   354


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 20, 2019, 12:13:56 AM
IS ok to get such many rejected shares?? also i was mining for long time and it stop mining and all my rigs also stop mining second coin. it cost me many hours of mining :(
is 9zil sufficient for one accepted share?

Hashrate   759.1 Mh/s
PoWs Accepted   275
PoWs Submitted   354

I explained how this coin works few time, just 3 post back, don`t mine it then... if you don`t like how it works if you have anything better mine that


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on March 20, 2019, 07:39:12 AM
IS ok to get such many rejected shares?? also i was mining for long time and it stop mining and all my rigs also stop mining second coin. it cost me many hours of mining :(
is 9zil sufficient for one accepted share?

Hashrate   759.1 Mh/s
PoWs Accepted   275
PoWs Submitted   354

lol reb0rn21 explained it so often, on several pages of this thread, for example 4 answers before your asked  ::)

So many people are so lazy today, no one read or find a failure by yourself, everyone ask after the first little problem. Very sad world.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 20, 2019, 11:24:59 AM
IS ok to get such many rejected shares?? also i was mining for long time and it stop mining and all my rigs also stop mining second coin. it cost me many hours of mining :(
is 9zil sufficient for one accepted share?

Hashrate   759.1 Mh/s
PoWs Accepted   275
PoWs Submitted   354

I explained how this coin works few time, just 3 post back, don`t mine it then... if you don`t like how it works if you have anything better mine that

my mistake i havent read above comments, i havent had refreshed my page before placing comment.
i like zill, only was curious if 9zil are sufficient for share due to amount of rejects.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 21, 2019, 11:44:28 PM
Hi,

for those itnerested, i have done 1 day testing,

runing together 1GH rigs dual mining eth and zil

START:
Hashrate   1 Gh/s
PoWs Accepted   294
PoWs Submitted   375

END:
Hashrate   1 Gh/s
PoWs Accepted   307
PoWs Submitted   398

so for 1 day 13 shares accepted / 23 shares submited = 13 x 9zil = 117zil/day = x0.018 = 2.1usd/day with 1Gh/s rigs


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on March 22, 2019, 01:06:17 AM
Hi,

for those itnerested, i have done 1 day testing,

runing together 1GH rigs dual mining eth and zil

START:
Hashrate   1 Gh/s
PoWs Accepted   294
PoWs Submitted   375

END:
Hashrate   1 Gh/s
PoWs Accepted   307
PoWs Submitted   398

so for 1 day 13 shares accepted / 23 shares submited = 13 x 9zil = 117zil/day = x0.018 = 2.1usd/day with 1Gh/s rigs
That’s terrible you should run your own node, 1ghs is enough to power 1 node , you would get 200 to 300 zil a day.

I have 5 nodes , 1ghs pointed to each one even got in ds committee and I pulled 500 in one day from that node

* re reading your results that doesn’t make sense , I was getting 6 or 7 shares per 160mhs rig myself on this pool, still have a few rigs on it, so if you have 1ghs you should have at least 40 or 50 shares a day which is more reasonable


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 22, 2019, 03:39:25 AM
Some ppl are not mining on moonlet (mainnet) address but ERC20 address pls start mining to mainnet address as ERC20 address can not be used for payout!, who ever mined on exchange or ERC20 address pls reply to email from pool (from old email or from new when you register new address) stating old ERC20 address and NEW from https://moonlet.xyz pls

Concerned only to ppl that are mining to ERC20 address!


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 22, 2019, 11:03:12 PM
Hi,

for those itnerested, i have done 1 day testing,

runing together 1GH rigs dual mining eth and zil

START:
Hashrate   1 Gh/s
PoWs Accepted   294
PoWs Submitted   375

END:
Hashrate   1 Gh/s
PoWs Accepted   307
PoWs Submitted   398

so for 1 day 13 shares accepted / 23 shares submited = 13 x 9zil = 117zil/day = x0.018 = 2.1usd/day with 1Gh/s rigs
That’s terrible you should run your own node, 1ghs is enough to power 1 node , you would get 200 to 300 zil a day.

I have 5 nodes , 1ghs pointed to each one even got in ds committee and I pulled 500 in one day from that node

* re reading your results that doesn’t make sense , I was getting 6 or 7 shares per 160mhs rig myself on this pool, still have a few rigs on it, so if you have 1ghs you should have at least 40 or 50 shares a day which is more reasonable

another 24hrs past and here are newest data:

Hashrate   1 Gh/s
PoWs Accepted   325
PoWs Submitted   418

so today 18 accepted shares/20submited shares = 18 x 9 = 162zil/day x 0.018 = 2.91usd

i have 5rigs + pc (380/270/180/170/170/22) = so it should be more than 1Gh but who knows, all are working...maybe thexy dont count if they dont send accepted share?i can see with one 170rig i did not had  luck for 3days, desptire same bat (diff worker name).
also i have checked another pools and can see http://pool.getzil.com/#start_mining is having 10.9zil per work,so i think i will try another one and who knows.

btw as i mentioned before, i have rigs, are there option do put them to work like node?



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 22, 2019, 11:14:17 PM
No rigs can`t work as node, you need dedicated static IPv4/port per node........ also you can have 1 share per node per POW max

Pls open a topic about solo mine, its to complex to talk here under a pool topic


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ciritordie on March 23, 2019, 11:11:49 PM
i have about 230 accepted shares but still 0 rewards. when is the payout?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 23, 2019, 11:19:50 PM
No rigs can`t work as node, you need dedicated static IPv4/port per node........ also you can have 1 share per node per POW max

Pls open a topic about solo mine, its to complex to talk here under a pool topic

well 1 shares is 27zill for node, so it is really nice.but what i have checked seems like there could be cpu node (basic pc with linux?) connected with rigs via docker(not sure what that might exactly be) and it will work somehow. dont understand details yet.

start
Hashrate   1 Gh/s
PoWs Accepted   325
PoWs Submitted   418

end
Hashrate   1.1 Gh/s
PoWs Accepted   339
PoWs Submitted   437


bad luck today with even more hash. only 14 accepted shares with 1.1ghs... x9zil = 126 zil *0.018=2.26usd



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 23, 2019, 11:22:25 PM
i have about 230 accepted shares but still 0 rewards. when is the payout?

https://viewblock.io/zilliqa

under transaction you have Bootstrap projection end... after that transactions will be enabled and shares will be credited



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ciritordie on March 23, 2019, 11:32:57 PM
a few days to go then, i am using an exchange wallet but it starts with 0x, its not an erc20 address is it?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 23, 2019, 11:36:55 PM
a few days to go then, i am using an exchange wallet but it starts with 0x, its not an erc20 address is it?

there is no exchange with mainnet address!!!!!!! read the first post! and do what it say, and start mining on moonlet wallet address
ziiliqa atm is only ERC20 on all exchanges and only wallet with mainnet address is moonlet


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ciritordie on March 24, 2019, 04:05:53 AM
a few days to go then, i am using an exchange wallet but it starts with 0x, its not an erc20 address is it?

there is no exchange with mainnet address!!!!!!! read the first post! and do what it say, and start mining on moonlet wallet address
ziiliqa atm is only ERC20 on all exchanges and only wallet with mainnet address is moonlet

noted, ive already sent an email regarding the moonlet address conversion


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 24, 2019, 10:33:32 PM
No rigs can`t work as node, you need dedicated static IPv4/port per node........ also you can have 1 share per node per POW max

Pls open a topic about solo mine, its to complex to talk here under a pool topic

well 1 shares is 27zill for node, so it is really nice.but what i have checked seems like there could be cpu node (basic pc with linux?) connected with rigs via docker(not sure what that might exactly be) and it will work somehow. dont understand details yet.

start
Hashrate   1 Gh/s
PoWs Accepted   325
PoWs Submitted   418

end
Hashrate   1.1 Gh/s
PoWs Accepted   339
PoWs Submitted   437


bad luck today with even more hash. only 14 accepted shares with 1.1ghs... x9zil = 126 zil *0.018=2.26usd



day 4:
Hashrate   989.4 Mh/s
PoWs Accepted   350
PoWs Submitted   450

11 accepted shars / 19 submited shares
99zil x 0.018 = 1.78usd/day


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on March 24, 2019, 10:35:06 PM
Hi,

for those itnerested, i have done 1 day testing,

runing together 1GH rigs dual mining eth and zil

START:
Hashrate   1 Gh/s
PoWs Accepted   294
PoWs Submitted   375

END:
Hashrate   1 Gh/s
PoWs Accepted   307
PoWs Submitted   398

so for 1 day 13 shares accepted / 23 shares submited = 13 x 9zil = 117zil/day = x0.018 = 2.1usd/day with 1Gh/s rigs
That’s terrible you should run your own node, 1ghs is enough to power 1 node , you would get 200 to 300 zil a day.

I have 5 nodes , 1ghs pointed to each one even got in ds committee and I pulled 500 in one day from that node

* re reading your results that doesn’t make sense , I was getting 6 or 7 shares per 160mhs rig myself on this pool, still have a few rigs on it, so if you have 1ghs you should have at least 40 or 50 shares a day which is more reasonable

Hi could you advise what im doing wrong if i get only aprox 15 shares per day per 1Ghs? to get 40-50 is like a dream seems so.
im having 5 rigs connected on pool http://rudnik.hopto.org:5000/#start_mining
shall i try another pool?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 24, 2019, 11:04:42 PM
Nothing
diff is 137Gh and 68Gh depend on POW

on 137Gh you need 1-1.3Ghs (depending on time to fill shard) to get one share with luck 100%

network is slowed down to 10 POW per day, they should speed it up again in few days so then you can expect 40-50% more


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 26, 2019, 11:00:35 AM
Network was updated global, blocks are resuming...


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Marvell2 on March 27, 2019, 07:12:27 AM
Hi,

for those itnerested, i have done 1 day testing,

runing together 1GH rigs dual mining eth and zil

START:
Hashrate   1 Gh/s
PoWs Accepted   294
PoWs Submitted   375

END:
Hashrate   1 Gh/s
PoWs Accepted   307
PoWs Submitted   398

so for 1 day 13 shares accepted / 23 shares submited = 13 x 9zil = 117zil/day = x0.018 = 2.1usd/day with 1Gh/s rigs
That’s terrible you should run your own node, 1ghs is enough to power 1 node , you would get 200 to 300 zil a day.

I have 5 nodes , 1ghs pointed to each one even got in ds committee and I pulled 500 in one day from that node

* re reading your results that doesn’t make sense , I was getting 6 or 7 shares per 160mhs rig myself on this pool, still have a few rigs on it, so if you have 1ghs you should have at least 40 or 50 shares a day which is more reasonable

Hi could you advise what im doing wrong if i get only aprox 15 shares per day per 1Ghs? to get 40-50 is like a dream seems so.
im having 5 rigs connected on pool http://rudnik.hopto.org:5000/#start_mining
shall i try another pool?

You might be better Ming solo
Then , 1gh pointedto
A single node would net around 50 percent shard status and maybe even get luck on ds

Maintaining a node can be a pain tho due to downtime of the network and having to upgrade weekly but you would get far more rewards than 90 a day , probably double or triple easy


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 27, 2019, 05:40:17 PM

In next 48h diff fix is expected on network so we might have more stable reward even if diff is up


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 30, 2019, 05:01:25 PM
Node was updated and diff retarget is "fixed"

start diff is low and will need 12+h to stabilize so that is why we have atm lots of rejects as it need to go up 20x more

Last time everyone who mined on ERC20 stop and email me moonlet address, there is no way to see which address is ERC20 or moonlet and any payout when done on ERC20 will be lost for you


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on March 31, 2019, 11:38:34 PM
After node update reward per share is 22zil and start from epoch 600

again pls mine only to MOONLET address! anyone who mined one exchange address (erc20) contact me ASAP as coins will be lost when payout start! (address looks same and coins will be stuck on address you don`t control!!)
https://moonlet.xyz/


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: theerachate.p on April 01, 2019, 05:58:56 AM
Is it possible to use Zilminer alongside with Phoenixminer mining ETH?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on April 01, 2019, 06:38:09 AM
Is it possible to use Zilminer alongside with Phoenixminer mining ETH?

yes it is

try with this 3 bat files located in the ZIL folder, where the ZIL miner is

start.bat
Code:
C:\MINER\Phoenixminer\start.bat
startZIL.bat
Code:
zilminer.exe --pow-start stop.bat --pow-end start.bat --pow-end-at-startup -P zil://0xblablablaYourZILaddress.nameRig@207.180.192.43:4202
stop.bat
Code:
taskkill /f /im PhoenixMiner.exe


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: theerachate.p on April 01, 2019, 07:24:08 AM
Is it possible to use Zilminer alongside with Phoenixminer mining ETH?

yes it is

try with this 3 bat files located in the ZIL folder, where the ZIL miner is

start.bat
Code:
C:\MINER\Phoenixminer\start.bat
startZIL.bat
Code:
zilminer.exe --pow-start stop.bat --pow-end start.bat --pow-end-at-startup -P zil://0xblablablaYourZILaddress.nameRig@207.180.192.43:4202
stop.bat
Code:
taskkill /f /im PhoenixMiner.exe

Thank you so much. I've been digging ages on how to get them to work together lol


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ivan1975 on April 01, 2019, 11:08:12 AM
Hello.
How can I specify devices numbers in pool_zil.bat?
Parameter:
Code:
-devices 0 
not work.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: theerachate.p on April 01, 2019, 11:20:52 AM
https://imgur.com/a/4jdnRax

what am I doing wrong here? not mining at all


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on April 01, 2019, 11:23:26 AM
https://imgur.com/a/4jdnRax

what am I doing wrong here? not mining at all

Nothing, but you don´t understand zilliqa mining.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on April 01, 2019, 11:24:03 AM
Hello.
How can I specify devices numbers in pool_zil.bat?
Parameter:
Code:
-devices 0 
not work.

--cl-devices 0 1 2
--cuda-devices 0 1 2


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Jonet on April 01, 2019, 03:15:49 PM
Hello everyone!

Any idea why it stops?
Zilminer 0.4.01 - Win10 1809 - RX580


m 16:39:05 zilminer 3:44 A0 0.00 h - cl0 0.00, cl1 0.00, cl2 0.00, cl3 0.00, cl4 0.00, cl5 0.00, cl6 0.00, cl7 0.00
 i 16:39:13 zilminer ZIL PoW Window Start
 i 16:39:13 zilminer Send dummy work to init DAG
 i 16:39:13 zilminer Epoch : 0 Difficulty : 1.07 Gh
 i 16:39:13 zilminer Job: 00000000... rudnik.hopto.org [142.93.85.148:5000]
cl 16:39:14 cl-1     Generating DAG + Light : 1.02 GB
cl 16:39:14 cl-0     Generating DAG + Light : 1.02 GB
cl 16:39:14 cl-2     Generating DAG + Light : 1.02 GB
cl 16:39:14 cl-3     Generating DAG + Light : 1.02 GB
cl 16:39:14 cl-4     Generating DAG + Light : 1.02 GB
cl 16:39:14 cl-5     Generating DAG + Light : 1.02 GB
cl 16:39:14 cl-6     Generating DAG + Light : 1.02 GB
cl 16:39:14 cl-7     Generating DAG + Light : 1.02 GB
cl 16:39:15 cl-1     OpenCL kernel
 m 16:39:15 zilminer 3:44 A0 0.00 h - cl0 0.00, cl1 0.00, cl2 0.00, cl3 0.00, cl4 0.00, cl5 0.00, cl6 0.00, cl7 0.00
cl 16:39:15 cl-5     OpenCL kernel
cl 16:39:16 cl-1     Loading binary kernel C:\Zilminer\bin/kernels/ethash_ellesmere_lws128_exit.bin
cl 16:39:18 cl-5     Loading binary kernel C:\Zilminer\bin/kernels/ethash_ellesmere_lws128_exit.bin
cl 16:39:18 cl-1     Build info success:
cl 16:39:18 cl-1     Creating light cache buffer, size: 16.00 MB
cl 16:39:18 cl-1     Creating DAG buffer, size: 1024.00 MB, free: 2.98 GB
cl 16:39:18 cl-1     Loading kernels
cl 16:39:18 cl-1     Writing light cache buffer
cl 16:39:18 cl-1     Creating buffer for header.
cl 16:39:18 cl-1     Creating mining buffer
cl 16:39:18 cl-5     Build info success:
cl 16:39:18 cl-5     Creating light cache buffer, size: 16.00 MB
cl 16:39:18 cl-5     Creating DAG buffer, size: 1024.00 MB, free: 2.98 GB
cl 16:39:18 cl-5     Loading kernels
cl 16:39:18 cl-5     Writing light cache buffer
cl 16:39:18 cl-0     OpenCL kernel
cl 16:39:18 cl-5     Creating buffer for header.
cl 16:39:18 cl-5     Creating mining buffer
cl 16:39:18 cl-7     OpenCL kernel
cl 16:39:20 cl-0     Loading binary kernel C:\Zilminer\bin/kernels/ethash_ellesmere_lws128_exit.bin
cl 16:39:20 cl-1     1024.00 MB of DAG data generated in 5


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 01, 2019, 03:18:41 PM
Maybe it was slow switch from 99 to 00 block and miner restarted primary miner to fast, if you dual mine try using zil switcher some AMD machines having issue with zilminer switch

https://github.com/DanSoQt/ZilSwitcher


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Jonet on April 01, 2019, 06:00:04 PM
I'm in the test phase and are only mining Zil. The rig is stable with Claymore on ETH. Zil miner hangs on every try so far with "cl-1     1024.00 MB of DAG data generated in 5" as the last output. Last time the line started with "cl-4" and I suppose this refers to GPU #. I have reduced the mem clocks without any luck and will try AMD drvier 19.1.1


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: RuMiner on April 01, 2019, 09:05:46 PM
@Jonet, I've got stability without --clear-dag option. Strange, but 4Gb cards still work with Claymore on ETH and zilminer.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 02, 2019, 04:26:56 AM
Transactions are enabled, I am working on manual payout, this is last warning to email me ASAP!!! moonlet address if you mined with ERC20 as your coins will be LOST

I can`t see which address is maninet or not, as they are SAME format look


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Branko on April 02, 2019, 11:44:40 AM
Anyone got his ZIL yet?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on April 02, 2019, 12:53:30 PM
Anyone got his ZIL yet?

not me.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 02, 2019, 12:58:27 PM
Payout will be in next 24h

beware all exchange atm use ERC20 and coins can not be traded atm, exchange coins swap and mainnet exchange open is expected for end of may, so don`t try to send coins to exchange if its ERC20 or they will be lost


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: mirny on April 02, 2019, 01:23:50 PM
Anyone got his ZIL yet?

nope, my moonlet wallet is still empty, was mining on two pools, any of them didn't released anything till now,
but I have time


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: big_daddy on April 02, 2019, 02:23:39 PM
Transactions are enabled, I am working on manual payout, this is last warning to email me ASAP!!! moonlet address if you mined with ERC20 as your coins will be LOST

I can`t see which address is maninet or not, as they are SAME format look

So Moonlet address only is accepted?
When can we expect our rewards?

Tnx


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 02, 2019, 03:54:31 PM
Transactions are enabled, I am working on manual payout, this is last warning to email me ASAP!!! moonlet address if you mined with ERC20 as your coins will be LOST

I can`t see which address is maninet or not, as they are SAME format look

So Moonlet address only is accepted?
When can we expect our rewards?

Tnx

2 post up, in next 24h, payout starting now


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on April 02, 2019, 04:18:34 PM
now that transactions are active, shouldn't our zil balance go up, at least from the block they went active going forward?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 02, 2019, 04:30:20 PM
now that transactions are active, shouldn't our zil balance go up, at least from the block they went active going forward?

depend on fee usage, etc, reward per A will go up for sure, will monitor each 24h and change


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 02, 2019, 10:54:58 PM
Payout started, but its very slow with chrome wallet also last transaction on network was 37min ago, must be some issue

managed only to do 10 tx before it got stuck
https://viewblock.io/zilliqa/address/3ad89e00abb7567b186be27aec08dea092095a61?page=1


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Rabinovitch on April 03, 2019, 02:53:50 AM
Will the mining continue? Will we continue getting rich with ZIL?  ::)


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 03:10:12 AM
Sure coin is POW for one part always...

transactions are stuck for last 8h but mining is fine
now fixed will resume payout after the sleep, payouts atm are for the mined up to epoch 599



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: ivan1975 on April 03, 2019, 05:29:01 AM
Two days mining. I get only 1 accepted share.
I mine with one gtx1070 card. Is it ok? Not enough hash power?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on April 03, 2019, 06:50:05 AM
Two days mining. I get only 1 accepted share.
I mine with one gtx1070 card. Is it ok? Not enough hash power?

1 share in 2 days with one gtx1070 is normal.



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: mirny on April 03, 2019, 09:39:03 AM
seems like tokens landed to my wallet :)


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sxemini on April 03, 2019, 09:43:09 AM
seems like tokens landed to my wallet :)

yes i have also get my Zil in my first wallet, now waiting for the second wallet payout.


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 01:27:30 PM
Two days mining. I get only 1 accepted share.
I mine with one gtx1070 card. Is it ok? Not enough hash power?

yes , devide global shard hash with 60sec and get needed hash for one share

and reward will be updated to ~30zil soon per share


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on April 03, 2019, 01:33:52 PM
i got a good sized payment in my wallet, but i dont see my balance going up on the pool, how are future payouts working, and will we be able to see what we are earning and what we are getting payed out?

thank you


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 03:23:10 PM
i got a good sized payment in my wallet, but i dont see my balance going up on the pool, how are future payouts working, and will we be able to see what we are earning and what we are getting payed out?

thank you

yes

but priority atm is payout and stability of nodes and with the issue they have nodes are taking all mine time atm as I need to optimize and make stable 100 nodes with backups and keep track and update them


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Branko on April 03, 2019, 05:05:17 PM
i got a good sized payment in my wallet, but i dont see my balance going up on the pool, how are future payouts working, and will we be able to see what we are earning and what we are getting payed out?

thank you

yes

but priority atm is payout and stability of nodes and with the issue they have nodes are taking all mine time atm as I need to optimize and make stable 100 nodes with backups and keep track and update them


I got 310 ZIL for 113 acceptes shares, is that OK?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on April 03, 2019, 05:07:12 PM
seems low.i got 6400 for 850 accepted shares?

i guess it depends at what stage of rewards you got your shares?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Branko on April 03, 2019, 05:12:26 PM
seems low.i got 6400 for 850 accepted shares?

i guess it depends at what stage of rewards you got your shares?

Its confusing, I got 16 for single share on another pool, but didn't stay there because they're in USA and I'm EU, so my
percentage of accepted shares was low (1 our of 15), thats why I switched to this one

See here
http://pool.zil.farm/miner/0x33429fc6854414e342e74d60bfe1a04939cd960c


Even more confusing because back then they said I'll get only 4 per accepted share


I really think someone with knowledge about ZIL should make good calculator


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 05:41:08 PM
payout per A depend on time/block as reward progressed

atm on mine pool reward is 31zil on next POW per accepted (not submited) share

also we talk here only about rudnik pool, and payout is not over still ongoing so wait to finish!
and branko you have one more payment from 2nd pool


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Xeil on April 03, 2019, 05:52:57 PM
Which exchange Zil can be transferred?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 05:55:29 PM
None expect token swap in ~2 months when exchange open mainnet coin deposit and use only only that after that


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Grim on April 03, 2019, 06:25:45 PM
Why has that "other pool" switched to ~31zil reward per accepted share more than a day ago and yours not yet?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on April 03, 2019, 06:39:04 PM
looks like the other pool is reporting earnings too..

i wouldnt even had looked if he didnt scold the poster for posting it.

This pool we are on currently gets quick responses if we have questions though....


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 06:47:41 PM
Why has that "other pool" switched to ~31zil reward per accepted share more than a day ago and yours not yet?

transaction started pool rise the reward, then they closed transactions again, I updated payout only after they resumed as node get more reward from them

also its not all about pay per zil, as you see here
http://pool.zil.farm/miner/0x33429fc6854414e342e74d60bfe1a04939cd960c

most/almost all shares there are rejected don`t ask me why, I offer support only for my pool and his rigs works fine on @mine

everyone can set reward to as he like and reject even valid share as any pool can cheat/or be broken on hashrate or with dozen of ways you can never see. only validation is what you get at end and not some stats they writte


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: sprstoner on April 03, 2019, 07:01:04 PM
i want to make a separate address for future payments so i can try to track/confirm what i am mining. is the moonlet wallet not capable of more than one address or am i overlooking something?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Grim on April 03, 2019, 07:04:01 PM
Why has that "other pool" switched to ~31zil reward per accepted share more than a day ago and yours not yet?

transaction started pool rise the reward, then they closed transactions again, I updated payout only after they resumed as node get more reward from them

also its not all about pay per zil, as you see here
http://pool.zil.farm/miner/0x33429fc6854414e342e74d60bfe1a04939cd960c

most/almost all shares there are rejected don`t ask me why, I offer support only for my pool and his rigs works fine on @mine

everyone can set reward to as he like and reject even valid share as any pool can cheat/or be broken on hashrate or with dozen of ways you can never see. only validation is what you get at end and not some stats they writte

http://pool.getzil.com/#start_mining

This is the pool which switched to ~31zil more than 24h ago. (it switched even earlier the last few adjustments ...)
This pool seems to work perfectly fine as is yours.

I would like to stay with you because so far great support and a few % difference are ok, but if payments are a lot less because you switch days later ... hmmm



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Branko on April 03, 2019, 07:04:31 PM
Why has that "other pool" switched to ~31zil reward per accepted share more than a day ago and yours not yet?

transaction started pool rise the reward, then they closed transactions again, I updated payout only after they resumed as node get more reward from them

also its not all about pay per zil, as you see here
http://pool.zil.farm/miner/0x33429fc6854414e342e74d60bfe1a04939cd960c

most/almost all shares there are rejected don`t ask me why, I offer support only for my pool and his rigs works fine on @mine

everyone can set reward to as he like and reject even valid share as any pool can cheat/or be broken on hashrate or with dozen of ways you can never see. only validation is what you get at end and not some stats they writte

Frankly, looking at stats only, I have no idea what to think about stats, your pool gives me some strange stats too:

https://i.imgur.com/2YAdnGs.png

Funny thing is that rig with 90MH/s gives 38/62, while sole RX380 with 21MH/s gives 9/180...how it gets so much more rejected shares?


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 07:11:39 PM
@Branko

also you see you pc worker have ok stat but your other two rigs are submiting lots of fake work which does not degrade your performance just you stats look bad with R/A rate

You are prolly using old miner that is making fake DAG with rejecting fake work, use the miner that is uploaded at the pool

also I said xxx times what is counted on zil is A share per hasrate you have if we don`t have main network issue or constant shard dropout

its clear from you hashrate that 251 submited are not even possible with 3x more luck

I said many times divide shard difficulty with 60sec and you will get what hashrate you need to make 1 A per POW so atm:

91600 / 60sec = 1526Mh is needed to make 1 share per POW so 10 shares per day! if luck is 100%

all is all goes well if we lose shard then expect 60% rejects at that POW, and so on, for more read white paper as zilliqa is unique and you can compare it with the other POW coins as most try to do


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Branko on April 03, 2019, 07:15:34 PM
@Branko

also you see you pc worker have ok stat but your other two rigs are submiting lots of fake work which does not degrade your performance just you stats look bad with R/A rate

You are prolly using old miner that is making fake DAG with rejecting fake work, use the miner that is uploaded at the pool

also I said xxx times what is counted on zil is A share per hasrate you have if we don`t have main network issue or constant shard dropout

its clear from you hashrate that 251 submited are not even possible with 3x more luck

I said many times divide shard difficulty with 60sec and you will get what hashrate you need to make 1 A per POW so atm:

91600 / 60sec = 1526Mh is needed to make 1 share per POW so 10 shares per day! if luck is 100%

all is all goes well if we lose shard then expect 60% rejects at that POW, and so on, for more read white paper as zilliqa is unique and you can compare it with the other POW coins as most try to do

No, always used last miner...version 2.20 for the most of time, and now 4.01

Thats why I said we need good calculator, as its pretty complicated to estimate rewards compared to most other coins


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 07:22:07 PM
Its not complicated I told you, difficuly shard / 60 = hash you need so , can`t be more easy to see as we have 10 POW per day atm

so if you have 1.6Ghs total you can expect 10 accepted shares per day, and if you have 1 or 100 rejects that mean nothing at all

also miner is not gr8 but works as it should, mine own rigs and dozen ppl i know with NV all have 85-100% luck atm with A shares per they hashrate, AMD miners have issue but they have zil switcher

also none calculator can know the state of 1000 nodes and network and shards so he can see network issue which we have each few days

in past 2 months I spent 10 days online just waiting for updates as they are critical and not published at said time and need to be applied at once


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Branko on April 03, 2019, 07:28:36 PM
Its not complicated I told you, difficuly shard / 60 = hash you need so , can`t be more easy to see as we have 10 POW per day atm

so if you have 1.6Ghs total you can expect 10 accepted shares per day, and if you have 1 or 100 rejects that mean nothing at all

also miner is not gr8 but works as it should, mine own rigs and dozen ppl i know with NV all have 85-100% luck atm with A shares per they hashrate, AMD miners have issue but they have zil switcher

also none calculator can know the state of 1000 nodes and network and shards so he can see network issue which we have each few days

in past 2 months I spent 10 days online just waiting for updates as they are critical and not published at said time and need to be applied at once


I got about 2.8 per day with 130MH/s so I guess thats even better than expected :)


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 07:36:18 PM
Then your luck is gr8 atm


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: Branko on April 03, 2019, 07:51:33 PM
Then your luck is gr8 atm


I don't understand logic behind "ZIL per accepted share", though
I'm following so many projects and don't have time to dig too deep into each one,
and this obviously requires lots of reading about inner system working


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 08:04:49 PM
Well I don`t even try to understand I just run a proxy pool...

All payments up to epoch 599 are DONE for all check address balance here:
https://explorer.zilliqa.com/home

next payment next week or soon if auto payout is done with proper wallet

Moonlet 1.0 update with send function is expected in a 10 days or so


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: keksik on April 03, 2019, 08:38:50 PM
Hi reb0rn21,

i have some questions.
- what is the issue with AMD mines and how can switcher fix it?
- if i have 1.2Ghs, am i correct that i can expect aprox 7-8 A shares per day? x31 = 217-248 Zil, correct?
- i have moon wallet beta 0.3.111, shall i update it or im hood till 1.0 release?
- i had 469/670 A/S shares, and total reward 0zil, so can you mae this nullified so i dont need to track every day shares and count balance on my own?

P.S. my mining reward arrived today, thx


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 03, 2019, 08:42:35 PM
I don`t have AMD but some ppl reported issues

diff is changing all the time you can do math yourself, atm is 10A per 1.5Ghs/day

moonlet will be updated soon, for deposit version on site can be used


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: mirny on April 03, 2019, 10:51:28 PM
Which exchange Zil can be transferred?

can't be transfered to exchange for now


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 09, 2019, 10:21:25 PM
Payment are done each Tuesday once a week, till the auto payment when network stability prove working and secure

Network and Proxy was 100% stable in last week, except few shard dropout (that caused rejects globaly and is normal way of operation on sharded network) there was zero issue on network

Difficulty is up 167Gh a rig of 240Mh/s then will produce with luck 100% one share each day or so that is worth 31zill (0.75$)



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 13, 2019, 04:34:28 AM
if you are using older miner pls add:

--max-submit 999

default was low so after a week or more old miner would stop submiting shares

0.4.0.1 has this option as default so no change is needed

https://github.com/DurianStallSingapore/ZILMiner/releases/download/v0.4.01/zilminer-0.4.01-opencl-cuda9.1-windows-64.zip


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 19, 2019, 02:33:59 PM
Network nodes was updated in past 48h now there is almost no rejects inside POW cycle

As each time after upgrade diff go down then way up, even with high diff accepted shares are now better then expected as network work fine
Diff is expected to go down as rented mining rigs are out

Token swap will happen soon, will post here as soon some major exchange open native zill deposit

Also payout is now for each finalized share even if its not verified, due that pool luck is better then 100% for miner, last 4 epoch is way better then expected:
https://i.ibb.co/QHF8bm3/rudnik.jpg (https://ibb.co/QHF8bm3)


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on April 30, 2019, 05:09:08 PM
Payout done, pool working fine, no updates on network, token swap still not finished with exchanges, expected time 2-3 weeks


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on May 03, 2019, 11:54:02 PM
New zilminer for dual mining grin + zil 4.01 who has issue can try new one, if older miner works fine for you, you don`t need to update

new 4.01v:
http://www.mediafire.com/file/h8646m8f94a4kg4/zilminer401.rar/file

old ziliminer:
https://www.mediafire.com/file/xzlpxa6zxnh5anx/zilminer.rar/file


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on May 12, 2019, 09:04:42 PM
Zilprivate pool miner was merged with rudnik, miners do not need to change anything, zilprivate pool stats are restarted, payout will be done from both DB
Both addresses now point on same pool for hash buildup for better luck


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on May 28, 2019, 04:53:37 PM
Payout done

For new miners pls reg old zilliqa address as 0x50C072F12AbfB5f308E768De93Ad385B88f083D9 and not zil1xxxx they are both same but pool only support 0x

In new moonlet both address can be seen when you click "Cheack out the old format"

Happy mining


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on June 08, 2019, 03:44:07 AM
A bit late info but mainnet zilliqa can be traded at www.kucoin.com/
no kyc/amd ppl can trade 2BTC per day

Pool is operating fine just diff is not droping, at least price is going up expected to rise some 50% more at least for smart contract activation in next few days



Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on June 09, 2019, 09:07:37 PM
Many ppl asked for profitability explained vs ETH

1GH per minute profitability for ETH is now: 0.013$
1GH per minute profitability for ZIL is now: 0.058$

so its 4x more profitable VS ETH but zil pow is just 10min a day


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on July 05, 2019, 07:50:19 PM
Looks like nicehash was kicked from zilliqa mining with the site update

enjoy 50% drop in diff, atm network hash is 6.6Ghs


Title: Re: Zilminer - mine POW coin in dual mine mode with almost no power use!!!!!
Post by: reb0rn21 on August 04, 2019, 08:03:24 PM
DB crashed , restored 15 days old DB stats
pool was offline for ~1h ~7-8PM GMT time on 4 august, restart miner if they crashed
this week payment will be same as last week payment you had in full + next 3 days on top you mine till tusday

happy mining