Giter Club home page Giter Club logo

zilminer's Introduction

zilminer

Zilliqa miner with OpenCL and CUDA support. It supports both Ubuntu and Windows OS.

zilminer is an Ethash GPU mining worker that support Zilliqa's Proof-of-Work process.

This project is a fork of ethminer. Please do see ethminer README for more details.

Features

  • Zilliqa Getwork protocol
  • Dual-Mining support
  • All ethminer features

Install

Standalone executables for Linux, macOS and Windows are provided in the Releases section. Download an archive for your operating system and unpack the content to a place accessible from command line. After which, the zilminer will be ready to go.

Usage

The zilminer is a command line program. This means you will have to launch it either from a Windows command prompt or Linux Bash console. You can also create shortcuts to predefined commands using a Linux Bash script or Windows batch/cmd file. For the full list of available commands, please enter the following:

zilminer --help

Settings on Zilliqa Node

  1. Setup Zilliqa Node by following the Zilliqa Mining Guide
  2. Change the constants.xml for the following parameter:
    • Set GETWORK_SERVER_MINE to true.
    • Set GETWORK_SERVER_PORT to the port you will be using to GetWork. (default is 4202)
    • Set the other mining parameters to false:
      <CUDA_GPU_MINE>false</CUDA_GPU_MINE>
      <FULL_DATASET_MINE>false</FULL_DATASET_MINE>
      <OPENCL_GPU_MINE>false</OPENCL_GPU_MINE>
      <REMOTE_MINE>false</REMOTE_MINE>
      
  3. Launch your node and find out your IP address with the following command:
    curl https://ipinfo.io/ip
    

Settings on zilminer client

Key in the following command in your command prompt:

zilminer -P zil://wallet_address.worker_name@zil_node_ip:get_work_port

Please change the wallet_address, worker_name, zil_node_ip, and get_work_port accodingly.

  • For wallet_address: You can use the Zilliqa Wallet to create a new keypair and a Zilliqa address.
  • For worker_name You can key in any abitrary worker name you desire.
  • For zil_node_ip: Please key in the IP address of the Zilliqa node.
  • For get_work_port: Please key in the port used in GETWORK_SERVER_PORT. Default is 4202.

Dual Mining

  1. Write 2 scripts yourself to start/stop other coin's miner.
  2. Add arg --pow-start to stop other miner before ZIL PoW starting.
  3. Add arg --pow-end to start other miner after ZIL PoW stopped.

example:

zilminer --pow-start stopAE.bat --pow-end startAE.bat -P zil://wallet_address.worker_name@zil_node_ip:get_work_port
  1. [Optional] If your GPU memory is not enough, add arg --clear-dag to clear ZIL DAG after ZIL PoW stopped.

Dual Mining Scripts:

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@proxy.getzil.com:5000/api

If your GPU memory is not enghou for 2 miners, add zilminer arg --clear-dag

Build

Building from source

See docs/BUILD.md for build/compilation details.

zilminer's People

Contributors

gavofyork avatar debris avatar chfast avatar chriseth avatar cjentzsch avatar subtly avatar arkpar avatar lefterisjp avatar jean-m-cyr avatar yann300 avatar andrealanfranchi avatar azawlocki avatar winsvega avatar genoil avatar lianahus avatar stefanoberhumer avatar gluk256 avatar mariusvanderwijden avatar tiimjiim avatar caktux avatar smurfy avatar deepgully avatar xhmikosr avatar ddobreff avatar cubedro avatar obscuren avatar giact avatar danielhams avatar davesmacer avatar mansaj avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.