Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zRank committed Dec 20, 2018
1 parent 260fc79 commit d77ba51
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# EthVeoDualMiner
This is a dual miner for Ethereum and AmoVeo. The hash rate is 98% of Ethminer plus 55-40% of AmoVeo speeds depending on your GPU model.
This is a dual miner for Ethereum and AmoVeo. You can configure EthVeoDualMiner for many different hash rates of Ethereum and Amoveo:
* 75% of Amoveo plus 70% of Ethereum with -erat 128 and -vrat depending on GPU
* 98% of Ethminer plus 50-40% of AmoVeo with -erat 192 and -vrat depending on GPU
* 90% of Amoveo plus 15% of Ethereum with -erat 128 and -vrat 200

EthVeoDualMiner has builds for Windows and Ubuntu, and it works with both NVidia and AMD GPUs.

Optimal GPU model efficiency for -vrat is usually found by setting -erat 192, and then let -vrat auto-tune until the Ethereum hash rate drops below 98%. The console will print where the VeoRatio finalizes. This gives you the optimal GPU model efficiency. If you want very high AmoVeo hash rates instead of targetting maximum efficiency, you can set very high -vrat values manually.

The deafult settings of -erat at 128 and not setting -vrat values will put EthVeoDualMiner in a "AmoVeo greedy" mode. The -vrat will increase aggressively until AmoVeo hash rate has deminishing returns, and Ethereum hash rate will decrease significantly. On most GPU models, this configuration will auto-tune the -vrat values to 80-85% AmoVeo speed + 20-25% Ethereum hash rates.

## Downloads
[Download EthVeoDualMiner Releases](https://github.com/zRank/ethVeoDualMiner/releases)

Expand All @@ -18,7 +25,8 @@ EthVeoDualMiner.exe -ewal ETH_ADDRESS -vwal AMOVEO_ADDRESS
* -vwal AmoVeo Wallet
* -vpool AmoVeo Pool
* -vpsw AmoVeo Stratum Password
* -vrat AmoVeo Ratio controls Veo work versus Eth work
* -erat Ethereum Ratio controls Ethereum work versus AmoVeo. Default 128. Allowed Range: 60-256. Typical: 128 or 192
* -vrat AmoVeo Ratio controls Veo work amount per GPU thread. Default: Auto-tune. Allowed Range: 1-400+. Typical: 28-96
* -dveo Device List to Mine AmoVeo Only
* -dskip Device Skip List for no mining
* -pool Print pool info with New Work events
Expand Down

0 comments on commit d77ba51

Please sign in to comment.