Bitcoin Forum
May 09, 2024, 11:17:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 »  All
  Print  
Author Topic: [ANN] Zilliqa Auto Switcher. Auto Mine ZIL, 0% Fees, HIVE + SMOS + more  (Read 6160 times)
Swaggadan (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 133
Merit: 2


View Profile WWW
June 13, 2019, 04:23:29 AM
Last edit: August 11, 2020, 12:46:45 PM by Swaggadan
Merited by CryptopreneurBrainboss (1), TheHas (1)
 #1

Introduction

Zilliqa has developed a new way of mining compared to regular methods we all know of. POW is every 2-3 hours. That's right 2-3 hours. In that POW time, your miners only mine for 1 minute. I kid you not. This is to help the planet go green with mining but I am greedy and would like to use all the rest of time to mine something.

Dual Mining Zilliqa
Zilliqa miner already has a function to allow dual mining. For Zilliqa, dual mining is Mining on own coin (eth, jesus coin, grin, etc) while waiting for POW for Zilliqa. When POW is close, zilminer will stop your mining operations of eth (or any other coin you are mining) and begin to mine Zilliqa for one minute. After the minute has passed, it continues to mine your eth.

Problem

Although dual mining Zilliqa is great, it never works out the way you expect. Unexpected issues like zilminer crashing, your eth miner crashing, heck your pc crashing have been an issue from day one. Read Solution below.

Introducing Zilliqa-Switcher

Instead of your miners crashing, I offer you a solution to mine any other coin with any other miner while still making it in time to mine Zilliqa. This is a work in progress but it works well.

Download Link
https://mega.nz/#F!y8lRXAJD!fRRxM9aWiAsN2CbMEeaq7A


Instructions

Miner Numbers :
Custom Scripts = 0
Phoenix Miner = 1
Claymore = 2
SRBMiner = 3
SGMiner = 4
BMiner = 5
Gminer = 6
NiceHashMinerLegacy = 7
CCMiner = 8
TT-Miner = 9
ewbf_144 = 10
NBminer = 11
Team Red Miner = 12
Xmr-Stak = 13
MinerStat = 14 (and other miner. Eg. MinerStat + Claymore = 142, MinerStat + Phoenix = 141)
LoLMiner = 15
NiceHash Miner = 16
T-Rex = 17
SeroMiner = 18
KawPowMiner = 19
NanoMiner = 20
XMrig = 21
MiniZ = 22

Command Line


-m or --miner    This is required to let the script miner you would like to dual mine Zilliqa with. Below are the parameters to choose from. Example, -m 15 uses LolMiner + Zil.

Custom Script = 0 ,Phoenix Miner = 1 Claymore = 2, SRBMiner = 3, SGMiner = 4, BMiner = 5, GMiner = 6, NiceHash Miner Legacy = 7, CCMiner = 8, TT-Miner = 9, ewbf_144 = 10, NBminer = 11, Team Red Miner = 12, Xmr-Stak = 13, MinerStat = 14, LolMiner = 15, NiceHash Miner = 16, T-Rex = 17, SeroMiner = 18


-r or --run   This is required to start your Miner (chosen with -m). Not required for custom scripts option. Either use an exe or bat. Example -r PhoenixMiner.exe  or -r start.bat

-a or --address    This is required to mine Zilliqa to your correct address. New or old format works. Example  -a 0xe511b07b68681d4501665De40cf6A734f05da94f

-w or --worker   This is your miner name for mining Zilliqa. This is optional. If left empty, it uses your PC Name


Custom Script Explanation

This is for users that would like to use their own scripts to open and close their miner of choice.

-r or --run   Is not to be used for this.

-s or --start   Used to stop your miner. This should be a bat file.  Example  -s stop.bat

-e or --end    Used to start your miner. Example -e ewbf_144.exe  or --end start.bat

But... I used the old format to run this script

We have you covered, we have added backward compatibility. When you update to the newest version, you old scripts should work (PM @kidkid1 if you have issues or PM me here)


Examples

Example #1: zil_switcher.exe  -m 1 -r miner.bat  -a 0xe511b07b68681d4501665De40cf6A734f05da94f

Example #2: zil_switcher.exe -m 2 -r EthDcrMiner64.exe  -a zil1u5gmq7mgdqw52qtxthjqea48xnc9m22067k4gf

Example #3: zil_switcher.exe -m 2  -r EthDcrMiner64.exe -a zil1u5gmq7mgdqw52qtxthjqea48xnc9m22067k4gf -w miner1

Example #4: zil_switcher.exe -m 1  -r start.bat -a 0xe511b07b68681d4501665De40cf6A734f05da94f -w win_miner

Example #5: zil_switcher.exe -m 0 -a 0xe511b07b68681d4501665De40cf6A734f05da94f -s stop.bat -e start.bat


Run outside of Command Line

Download Zilminer, Download your other miner (let's say Claymore), Download Zilliqa-Switcher
Extract all files from all three downloaded packages in the same folder.
Optional: Create an eth.bat script if you need to.
Run Zilliqa-Switcher
First option, choose your miner
Second option, choose how you run your miner, either using only exe or using a bat file (created in step 3)
Third option if you chose bat file, enter the name of the bat file, (eth.bat , grin.bat)
Forth option, enter your Zilliqa Address. This can be the old formart Zil address or New Format Zil Address
That's it Smiley

For Awesome Miner

First, be sure that API is activated in Awesomeminer.
 
Screenshot

https://prnt.sc/pmgzdn
 
Zil_Switcher start commandline:
 
Zil_Switcher.exe -m 0 --wallet ******** --worker ****** -s stop.bat -e start.bat
 
Wallet and Worker not really needed, but you need it that the Zilswitcher start.
 
 
Now the 2 scripts to stop the main miner and start the Zilminer
 
start.bat
 
curl -i -d POST http://[IP_AWESOMEMINER_MAIN_PC]:17790/api/miners/[MINERID]?action=stop       #stop main miner in Awesomeminer(miniZ,Gminer,lolminer etc)
 
curl -i -d POST http://[IP_AWESOMEMINER_MAIN_PC]:17790/api/miners/[MINERID]?action=start #start zilliqa miner in Awesomeminer  
 
stop.bat
 
curl -i -d POST http://[IP_AWESOMEMINER_MAIN_PC]:17790/api/miners/[MINERID]?action=stop   #stop zilliqa miner in Awesomeminer  
 
curl -i -d POST http://[IP_AWESOMEMINER_MAIN_PC]:17790/api/miners/[MINERID]?action=start #start main miner in Awesomeminer(miniZ,Gminer,lolminer etc)

 
MinerID can found in Awesomeminer summary tab

Screenshot

https://prnt.sc/pmgzi2

Example:
 
start.bat curl -i -d POST http://192.168.2.113:17790/api/miners/37?action=stop curl -i -d POST http://192.168.2.113:17790/api/miners/48?action=start
 
stop.bat curl -i -d POST http://192.168.2.113:17790/api/miners/48?action=stop curl -i -d POST http://192.168.2.113:17790/api/miners/37?action=start
 
Another way where you only need one miner in Awesomemine, is to change the template via API.  If needed i make a documentation.
 
I am sure, now there are so many ways. Find your own way or ask me Smiley
 
If your windows doesn´t have curl, then you find it online as portable version.

Documentation Created by sxemini https://bitcointalk.org/index.php?action=profile;u=2021959


Tested

All versions are tested for 24 hours before release.

FAQ

I use HIVE OS.

Message @kidkid1 in telegram for scripts

My Command Prompt screen no longer crashed/stopped doing anything.

This is an issue with Command Prompt. Right click at the top of the command prompt, choose Properties, Disable Quick Edit. To permanently fix this, choose Default instead of Properties then Disable Quick Edit.

My miner is not on the list.
This project is a work in progress. If you do not see your miner of choice, please create an issue here and I will quickly add support for it.

Are there any fees to use this?
There are no fees attached.

Can I donate?
Sure

BTC: 347DrMsEhPaxVQjvrYFRoiAHb5NQoNGV7R
ETH: 0x374817E3F8adDBa6A03B7872f7CBeD0ce8C6AE8E
ZIL: 0xe511b07b68681d4501665De40cf6A734f05da94f

Version

Changes in version:

v1.1.1 December 7.2019

Added support for SeroMiner

v1.1.0 December 2.2019

Added Logging

v1.0.7 November 22.2019

Fixed bug that would stop program over a long period of time.

v1.0.6 October 27.2019

Bug Fixes
Removed -coin from config file

v1 October 22.2019

New command line options
Backward Compatibility with older options
Fixes to stopping miners
Added Custom Script option

0.9.3.6 September 20.2019

Minor Fixes

0.9.3.5 September 07.2019

Added T-Rex Miner
Minor Fixes

0.9.3.4 August 16.2019

Major Bug Fixes
Better POW Checks

0.9.3.3 August 13.2019

Upgrade Stratum Version.
Added Sooner DAG Creation

0.9.3.1 August 02.2019

Change Stratum Version.
Facilitates how long Claymore Miner takes to start.

0.9.1 July 30.2019

Upgraded to Stratum Basic and added better timings.


0.9 July 26.2019

More retry times to find miner process.
Users have said that there should be retries to find process if process is slow.

0.8.3 July 18.2019

  • Zilliqa Blocktime has changed. I have made a fix to permanently solve this issue. No matter what Zilliqa does with the blocktime, the script should function properly..



0.8.2 July 16.2019

  • Fixed Pow Timings.

0.8.0 July 14.2019

  • Added Support to use MinerStat (Please see instructions above to use properly)
  • Added Support to use LOLMiner
  • Claymore and Phoenix now uses your config.txt
  • Fixes for CCminer


0.7.0 July 11.2019

  • Added Support to use Claymore Miner to Mine Zilliqa

0.6.0 July 2.2019

  • Added Support to use Phoenix Miner to Mine Zilliqa
  • Added more Files in package for newer users

0.5.4 Jun 30.2019

  • Minor Fixes


0.5 Jun 26.2019

  • Added NiceHashMinerLegacy, CCminer, TT-Miner, ewbf_144, NBminer, Team Red Miner, Xmr-Stak

0.4.4.1 Jun 24.2019

  • Minor Fix

0.4.4 Jun 24.2019

  • Optimized Timings for POW
  • Report Hashrate by default


0.4.3 Jun 23.2019

  • Minor Fixes
  • More Information Shown in Command Screen and Better Error handling

0.4.2 Jun 22.2019

  • Minor Fixes

0.4.1  Jun 20.2019

  • Added Option to name your miner in Command Line

0.4   Jun.20.2019

  • Added GMiner Support
  • Added Command Line Version

0.3   Jun.18.2019

  • Minor Fix to API Connection


0.2   Jun.17.2019

  • Added support for Bminer and Sgminer
  • Better communication to Zilliqa API
  • Fix minor issues


Zilliqa Mining Pool https://shardpool.io  0% fees, PPLNS. Use Zil-Swithcer to make more $$ while mining any other coin https://bitcointalk.org/index.php?topic=5153753.msg51448607#msg51448607.
1715253470
Hero Member
*
Offline Offline

Posts: 1715253470

View Profile Personal Message (Offline)

Ignore
1715253470
Reply with quote  #2

1715253470
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
serhanni
Full Member
***
Offline Offline

Activity: 686
Merit: 100


View Profile
June 14, 2019, 05:53:47 AM
 #2

Awesome job, I would ask this possibility on your pool thread but you already did before I ask Grin Thank you very much.
I think this is the most profitable way for amd rigs.
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
June 14, 2019, 08:48:46 AM
 #3

Introduction

Zilliqa has developed a new way of mining compared to regular methods we all know of. POW is every 2-3 hours. That's right 2-3 hours. In that POW time, your miners only mine for 1 minute. I kid you not. This is to help the planet go green with mining but I am greedy and would like to use all the rest of time to mine something.

Dual Mining Zilliqa
Zilliqa miner already has a function to allow dual mining. For Zilliqa, dual mining is Mining on own coin (eth, jesus coin, grin, etc) while waiting for POW for Zilliqa. When POW is close, zilminer will stop your mining operations of eth (or any other coin you are mining) and begin to mine Zilliqa for one minute. After the minute has passed, it continues to mine your eth.

Problem

Although dual mining Zilliqa is great, it never works out the way you expect. Unexpected issues like zilminer crashing, your eth miner crashing, heck your pc crashing have been an issue from day one. Read Solution below.

Introducing Zilliqa- Switcher

Instead of your miners crashing, I offer you a solution to mine any other coin with any other miner while still making it in time to mine Zilliqa. This is a work in progress but it works well.

Download Link
https://mega.nz/#!j9USgSwC


Instructions

Download Zilminer, Download your other miner (let's say Claymore), Download Zilliqa-Switcher
Extract all files from all three downloaded packages in the same folder.
Optional: Create an eth.bat script if you need to.
Run Zilliqa-Switcher
First option, choose your miner
Second option, choose how you run your miner, either using only exe or using a bat file (created in step 3)
Third option if you chose bat file, enter the name of the bat file, (eth.bat , grin.bat)
Forth option, enter your Zilliqa Address. This can be the old formart Zil address or New Format Zil Address
That's it Smiley


Errors + Solutions

My Command Prompt screen no longer crashed/stopped doing anything.

This is an issue with Command Prompt. Right click at the top of the command prompt, choose Properties, Disable Quick Edit. To permanently fix this, choose Default instead of Properties then Disable Quick Edit.

My miner is not on the list.
This project is a work in progress. If you do not see your miner of choice, please create an issue here and I will quickly add support for it.

PW for download?
mineshop.eu
Copper Member
Member
**
Offline Offline

Activity: 402
Merit: 57


View Profile WWW
June 14, 2019, 09:22:39 AM
 #4

Awesome job, I would ask this possibility on your pool thread but you already did before I ask Grin Thank you very much.
I think this is the most profitable way for amd rigs.
Anyone has the benchmarks for mining Zilliqa  ?

sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
June 14, 2019, 01:07:24 PM
 #5

Awesome job, I would ask this possibility on your pool thread but you already did before I ask Grin Thank you very much.
I think this is the most profitable way for amd rigs.
Anyone has the benchmarks for mining Zilliqa  ?

Benchmark? What do you mean with benchmark?
You looking for a calculator maybe?
Swaggadan (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 133
Merit: 2


View Profile WWW
June 15, 2019, 09:35:50 PM
 #6

Awesome job, I would ask this possibility on your pool thread but you already did before I ask Grin Thank you very much.
I think this is the most profitable way for amd rigs.

Yes, you can use on our https://pool.zil.farm.

It's the most profitable way for sure. We have scripts for HiveOS and Simple Mining OS.

Zilliqa Mining Pool https://shardpool.io  0% fees, PPLNS. Use Zil-Swithcer to make more $$ while mining any other coin https://bitcointalk.org/index.php?topic=5153753.msg51448607#msg51448607.
Swaggadan (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 133
Merit: 2


View Profile WWW
June 15, 2019, 09:38:53 PM
 #7

Introduction

Zilliqa has developed a new way of mining compared to regular methods we all know of. POW is every 2-3 hours. That's right 2-3 hours. In that POW time, your miners only mine for 1 minute. I kid you not. This is to help the planet go green with mining but I am greedy and would like to use all the rest of time to mine something.

Dual Mining Zilliqa
Zilliqa miner already has a function to allow dual mining. For Zilliqa, dual mining is Mining on own coin (eth, jesus coin, grin, etc) while waiting for POW for Zilliqa. When POW is close, zilminer will stop your mining operations of eth (or any other coin you are mining) and begin to mine Zilliqa for one minute. After the minute has passed, it continues to mine your eth.

Problem

Although dual mining Zilliqa is great, it never works out the way you expect. Unexpected issues like zilminer crashing, your eth miner crashing, heck your pc crashing have been an issue from day one. Read Solution below.

Introducing Zilliqa- Switcher

Instead of your miners crashing, I offer you a solution to mine any other coin with any other miner while still making it in time to mine Zilliqa. This is a work in progress but it works well.

Download Link
https://mega.nz/#!j9USgSwC


Instructions

Download Zilminer, Download your other miner (let's say Claymore), Download Zilliqa-Switcher
Extract all files from all three downloaded packages in the same folder.
Optional: Create an eth.bat script if you need to.
Run Zilliqa-Switcher
First option, choose your miner
Second option, choose how you run your miner, either using only exe or using a bat file (created in step 3)
Third option if you chose bat file, enter the name of the bat file, (eth.bat , grin.bat)
Forth option, enter your Zilliqa Address. This can be the old formart Zil address or New Format Zil Address
That's it Smiley


Errors + Solutions

My Command Prompt screen no longer crashed/stopped doing anything.

This is an issue with Command Prompt. Right click at the top of the command prompt, choose Properties, Disable Quick Edit. To permanently fix this, choose Default instead of Properties then Disable Quick Edit.

My miner is not on the list.
This project is a work in progress. If you do not see your miner of choice, please create an issue here and I will quickly add support for it.

PW for download?

You can download either on Mega link provided on our github page. Both will be updated as the devs work on it.

Zilliqa Mining Pool https://shardpool.io  0% fees, PPLNS. Use Zil-Swithcer to make more $$ while mining any other coin https://bitcointalk.org/index.php?topic=5153753.msg51448607#msg51448607.
3ABX03
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 15, 2019, 10:53:36 PM
 #8

Ok I saw that Zilliqa has developed a new way of mining compared to regular methods we all know of.  But is someoni mining now? Not for sure.
TheHas
Full Member
***
Offline Offline

Activity: 616
Merit: 167


View Profile
June 16, 2019, 04:11:13 AM
 #9

That's cool nice job. I'll try it out. Just curious how you make any money on this (like developer fee) or really just offering it out there for all the random zil miners Smiley

I feel like Zil mining hasn't really resulted in much 'green' mining since most people just swap over every couple of hours like you said!
Swaggadan (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 133
Merit: 2


View Profile WWW
June 16, 2019, 09:58:38 AM
 #10

That's cool nice job. I'll try it out. Just curious how you make any money on this (like developer fee) or really just offering it out there for all the random zil miners Smiley

I feel like Zil mining hasn't really resulted in much 'green' mining since most people just swap over every couple of hours like you said!

There is no fee here. Yes, this definitely kills the "green" mining that Zilliqa wanted in the beginning. They may move to POS in the far future.

Zilliqa Mining Pool https://shardpool.io  0% fees, PPLNS. Use Zil-Swithcer to make more $$ while mining any other coin https://bitcointalk.org/index.php?topic=5153753.msg51448607#msg51448607.
Swaggadan (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 133
Merit: 2


View Profile WWW
June 16, 2019, 10:00:36 AM
 #11

Ok I saw that Zilliqa has developed a new way of mining compared to regular methods we all know of.  But is someoni mining now? Not for sure.

Yes, there are a lot miners on it. I have been mining since the start of main net (Feb 1st) to now with no regrets especially since the dual mining is available.

Zilliqa Mining Pool https://shardpool.io  0% fees, PPLNS. Use Zil-Swithcer to make more $$ while mining any other coin https://bitcointalk.org/index.php?topic=5153753.msg51448607#msg51448607.
ogir
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 16, 2019, 04:40:01 PM
 #12

Introduction

Zilliqa has developed a new way of mining compared to regular methods we all know of. POW is every 2-3 hours. That's right 2-3 hours. In that POW time, your miners only mine for 1 minute. I kid you not. This is to help the planet go green with mining but I am greedy and would like to use all the rest of time to mine something.

Dual Mining Zilliqa
Zilliqa miner already has a function to allow dual mining. For Zilliqa, dual mining is Mining on own coin (eth, jesus coin, grin, etc) while waiting for POW for Zilliqa. When POW is close, zilminer will stop your mining operations of eth (or any other coin you are mining) and begin to mine Zilliqa for one minute. After the minute has passed, it continues to mine your eth.

Problem

Although dual mining Zilliqa is great, it never works out the way you expect. Unexpected issues like zilminer crashing, your eth miner crashing, heck your pc crashing have been an issue from day one. Read Solution below.

Introducing Zilliqa- Switcher

Instead of your miners crashing, I offer you a solution to mine any other coin with any other miner while still making it in time to mine Zilliqa. This is a work in progress but it works well.

Download Link
https://mega.nz/#!j9USgSwC


Instructions

Download Zilminer, Download your other miner (let's say Claymore), Download Zilliqa-Switcher
Extract all files from all three downloaded packages in the same folder.
Optional: Create an eth.bat script if you need to.
Run Zilliqa-Switcher
First option, choose your miner
Second option, choose how you run your miner, either using only exe or using a bat file (created in step 3)
Third option if you chose bat file, enter the name of the bat file, (eth.bat , grin.bat)
Forth option, enter your Zilliqa Address. This can be the old formart Zil address or New Format Zil Address
That's it Smiley


Errors + Solutions

My Command Prompt screen no longer crashed/stopped doing anything.

This is an issue with Command Prompt. Right click at the top of the command prompt, choose Properties, Disable Quick Edit. To permanently fix this, choose Default instead of Properties then Disable Quick Edit.

My miner is not on the list.
This project is a work in progress. If you do not see your miner of choice, please create an issue here and I will quickly add support for it.

Are there any fees to use this?
There are no fees attached.

Hi everybody i'm new here and i would like to mine zilliqa on my laptop.
I have a HP probook 450 G5 with Intel® Core™ i5-8250U CPU @ 1.60GHz × 8 and intel® UHD Graphics 620 (Kabylake GT2) graphic card, 64 bit...
my OS is Ubuntu 18.04.2 LTS...how do i start this up, is this a difficult proces?
Thx for replying to my post.
Swaggadan (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 133
Merit: 2


View Profile WWW
June 16, 2019, 05:03:43 PM
 #13

Quote
Hi everybody i'm new here and i would like to mine zilliqa on my laptop.
I have a HP probook 450 G5 with Intel® Core™ i5-8250U CPU @ 1.60GHz × 8 and intel® UHD Graphics 620 (Kabylake GT2) graphic card, 64 bit...
my OS is Ubuntu 18.04.2 LTS...how do i start this up, is this a difficult proces?
Thx for replying to my post.

Hey. You can follow the instructions on https://pool.zil.farm to get started. If you have any questions or need further help, you can contact support via telegram on the site.

Zilliqa Mining Pool https://shardpool.io  0% fees, PPLNS. Use Zil-Swithcer to make more $$ while mining any other coin https://bitcointalk.org/index.php?topic=5153753.msg51448607#msg51448607.
sereze
Newbie
*
Offline Offline

Activity: 15
Merit: 2


View Profile
June 16, 2019, 07:23:56 PM
 #14

Any plans for nicehash support?
Swaggadan (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 133
Merit: 2


View Profile WWW
June 16, 2019, 08:53:07 PM
 #15

Any plans for nicehash support?

For the app? It can be done. Is that something you want?

Zilliqa Mining Pool https://shardpool.io  0% fees, PPLNS. Use Zil-Swithcer to make more $$ while mining any other coin https://bitcointalk.org/index.php?topic=5153753.msg51448607#msg51448607.
TheHas
Full Member
***
Offline Offline

Activity: 616
Merit: 167


View Profile
June 17, 2019, 10:19:51 AM
 #16

That's cool nice job. I'll try it out. Just curious how you make any money on this (like developer fee) or really just offering it out there for all the random zil miners Smiley

I feel like Zil mining hasn't really resulted in much 'green' mining since most people just swap over every couple of hours like you said!

There is no fee here. Yes, this definitely kills the "green" mining that Zilliqa wanted in the beginning. They may move to POS in the far future.

Awesome, noticed you updated your title to flag that there is no fee.

Yeah they probably will have to move to PoS down the track. The whole green thing doesn't work if it just distracts some miners for a few minutes each day!
sxemini
Member
**
Offline Offline

Activity: 1558
Merit: 69


View Profile
June 17, 2019, 11:14:02 AM
 #17

Introduction

Zilliqa has developed a new way of mining compared to regular methods we all know of. POW is every 2-3 hours. That's right 2-3 hours. In that POW time, your miners only mine for 1 minute. I kid you not. This is to help the planet go green with mining but I am greedy and would like to use all the rest of time to mine something.

Dual Mining Zilliqa
Zilliqa miner already has a function to allow dual mining. For Zilliqa, dual mining is Mining on own coin (eth, jesus coin, grin, etc) while waiting for POW for Zilliqa. When POW is close, zilminer will stop your mining operations of eth (or any other coin you are mining) and begin to mine Zilliqa for one minute. After the minute has passed, it continues to mine your eth.

Problem

Although dual mining Zilliqa is great, it never works out the way you expect. Unexpected issues like zilminer crashing, your eth miner crashing, heck your pc crashing have been an issue from day one. Read Solution below.

Introducing Zilliqa- Switcher

Instead of your miners crashing, I offer you a solution to mine any other coin with any other miner while still making it in time to mine Zilliqa. This is a work in progress but it works well.

Download Link
https://mega.nz/#!j9USgSwC


Instructions

Download Zilminer, Download your other miner (let's say Claymore), Download Zilliqa-Switcher
Extract all files from all three downloaded packages in the same folder.
Optional: Create an eth.bat script if you need to.
Run Zilliqa-Switcher
First option, choose your miner
Second option, choose how you run your miner, either using only exe or using a bat file (created in step 3)
Third option if you chose bat file, enter the name of the bat file, (eth.bat , grin.bat)
Forth option, enter your Zilliqa Address. This can be the old formart Zil address or New Format Zil Address
That's it Smiley


Errors + Solutions

My Command Prompt screen no longer crashed/stopped doing anything.

This is an issue with Command Prompt. Right click at the top of the command prompt, choose Properties, Disable Quick Edit. To permanently fix this, choose Default instead of Properties then Disable Quick Edit.

My miner is not on the list.
This project is a work in progress. If you do not see your miner of choice, please create an issue here and I will quickly add support for it.

PW for download?

And again. PW for download? LOL
Swaggadan (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 133
Merit: 2


View Profile WWW
June 17, 2019, 05:42:10 PM
Last edit: June 17, 2019, 08:53:41 PM by Swaggadan
 #18

Quote
And again. PW for download? LOL

My mistake. I changed the link. Download like is as follows https://mega.nz/#F!y8lRXAJD!fRRxM9aWiAsN2CbMEeaq7A

Zilliqa Mining Pool https://shardpool.io  0% fees, PPLNS. Use Zil-Swithcer to make more $$ while mining any other coin https://bitcointalk.org/index.php?topic=5153753.msg51448607#msg51448607.
sereze
Newbie
*
Offline Offline

Activity: 15
Merit: 2


View Profile
June 17, 2019, 06:21:51 PM
 #19

Any plans for nicehash support?

For the app? It can be done. Is that something you want?

Yes
Swaggadan (OP)
Copper Member
Jr. Member
*
Offline Offline

Activity: 133
Merit: 2


View Profile WWW
June 18, 2019, 05:48:54 PM
Last edit: June 19, 2019, 04:18:48 PM by Swaggadan
 #20

Updated the program to v0.3.1 Most Stable Version. If anyone has any issues please let me know. More updates are coming Smiley

Zilliqa Mining Pool https://shardpool.io  0% fees, PPLNS. Use Zil-Swithcer to make more $$ while mining any other coin https://bitcointalk.org/index.php?topic=5153753.msg51448607#msg51448607.
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!