Author

Topic: Help with T-rex eth+zil config using JSON (Read 72 times)

member
Activity: 206
Merit: 20
October 16, 2021, 03:22:09 PM
#5
I have been mining for over 5 years and I have never set up a miner with a conf file.
The old habit of using baht files saves me from many problems, because there are many ready-made configurations in the readme file with the miner.
If you use Hive Os, Rave Os and other similar systems, then you will not have similar questions.

Yes, I don't have Hive OS, Rave OS and other similar system.
legendary
Activity: 1610
Merit: 1026
October 16, 2021, 02:42:04 PM
#4
I have been mining for over 5 years and I have never set up a miner with a conf file.
The old habit of using baht files saves me from many problems, because there are many ready-made configurations in the readme file with the miner.
If you use Hive Os, Rave Os and other similar systems, then you will not have similar questions.
member
Activity: 206
Merit: 20
October 15, 2021, 12:47:29 PM
#3
I got it resolved, need to add ezil address and pool in "pools2" directvie with "user"="ethWalletAddress.eZilWalletAdress",
legendary
Activity: 1610
Merit: 1026
October 15, 2021, 09:09:33 AM
#2
https://ezil.me/start
"T-REX
Put ezil.bat in the folder with miner and run it
Copy

ezil.bat
@echo off
:start
t-rex -a ethash -o stratum+tcp://eu.ezil.me:5555 -u ETH_WALLET.ZIL_WALLET -p x --worker WORKER
goto start"


hive os
https://web.archive.org/web/20210520195911/https://hiveos.farm/how_to_dual_mine_ZIL_ETH_ERGO_RVN_in_HiveOS/
member
Activity: 206
Merit: 20
October 14, 2021, 12:33:52 PM
#1
Hi,

I can mine eth+zil if I use cmd line but I want to use json config file with t-trex.
I can't get it work in Json mode, here what I am doing :
Config file : eth-zil.conf:

Code:
"pools": [
    {
      "user": "ETHwalletAddress", // wallet address (change it)
      "url": "stratum+tcp://asia1.ethermine.org:4444", // pool url
      "pass": "x", // password
      "worker": "%HOSTNAME%", // worker name

      "user2":"zilWalletAddress",
      "pass2":"x",
      "worker2":"%HOSTNAME%",
      "url2":"stratum+tcp://as1-zil.shardpool.io:3333"
    },
   "coin:"eth+zil",

If I use above, it says can't find ZIL pool.

If I change coin to "Ethash" then it only mines for ETH.

Jump to: