Author

Topic: [NemosMiner] multi algo profit switching NVIDIA/CPU miner - page 111. (Read 289447 times)

hero member
Activity: 1218
Merit: 534
A small addon:
Changing lines in main ps1 file from
Code:
#Display mining information
    Clear-Host
    Write-Host "1BTC = " $Rates.$Currency "$Currency"
to
Code:
  $Balance = Invoke-RestMethod "[b]https://www.ahashpool.com/api/wallet/?address=[/b]$Wallet"
   $usd = $rates.$Currency
   $money= $Balance.balance*$usd
  #Display mining information
   Clear-Host
   Write-Host "1BTC = " $Rates.$Currency "$Currency"
   write-host "Wallet Balance:"$Balance.balance "BTC which is approximately " $Money "USD"
We'll get on top of screen something like:
Quote
1BTC =  15139.78 USD
Wallet Balance: 0.00270011 BTC which is approximately  40.8790713758 USD

Be careful with this. Don't call this API too often. Probably once, twice per hour. It might get your wallet banned if you call it too many times.
When I made http://my pools.you-stupid-woman.com tool I remembered a pool owner saying that users calling the wallet API was taking a lot of bandwidth, even more than just the algo API...
hero member
Activity: 677
Merit: 500
A small addon:
Changing lines in main ps1 file from
Code:
#Display mining information
    Clear-Host
    Write-Host "1BTC = " $Rates.$Currency "$Currency"
to
Code:
  $Balance = Invoke-RestMethod "https://www.ahashpool.com/api/wallet/?address=$Wallet"
   $usd = $rates.$Currency
   $money= $Balance.balance*$usd
  #Display mining information
   Clear-Host
   Write-Host "1BTC = " $Rates.$Currency "$Currency"
   write-host "Wallet Balance:"$Balance.balance "BTC which is approximately " $Money "USD"
We'll get on top of screen something like:
Quote
1BTC =  15139.78 USD
Wallet Balance: 0.00270011 BTC which is approximately  40.8790713758 USD

Really cool.  Any way to have each line for each pool for those who also auto switch pools, too?
newbie
Activity: 18
Merit: 0
A small addon:
Changing lines in main ps1 file from
Code:
 #Display mining information
    Clear-Host
    Write-Host "1BTC = " $Rates.$Currency "$Currency"
to
Code:
   $Balance = Invoke-RestMethod "https://www.ahashpool.com/api/wallet/?address=$Wallet"
   $usd = $rates.$Currency
   $money= $Balance.balance*$usd
  #Display mining information
   Clear-Host
   Write-Host "1BTC = " $Rates.$Currency "$Currency"
   write-host "Wallet Balance:"$Balance.balance "BTC which is approximately " $Money "USD"
We'll get on top of screen something like:
Quote
1BTC =  15139.78 USD
Wallet Balance: 0.00270011 BTC which is approximately  40.8790713758 USD


This is cool restless, thank you! I have added this to nemos' github to request it in future versions.

Actually need this taken to the next level, log the TOTAL EARNED at say 18:00 each day, and have the script take current value - previous value * BTC value = 'PROFIT from Last 24 Hours'   !!!!

Millsys that would be excellent.... I could finally ditch my spreadsheet if that happened!
member
Activity: 112
Merit: 10
A small addon:
Changing lines in main ps1 file from
Code:
 #Display mining information
    Clear-Host
    Write-Host "1BTC = " $Rates.$Currency "$Currency"
to
Code:
   $Balance = Invoke-RestMethod "https://www.ahashpool.com/api/wallet/?address=$Wallet"
   $usd = $rates.$Currency
   $money= $Balance.balance*$usd
  #Display mining information
   Clear-Host
   Write-Host "1BTC = " $Rates.$Currency "$Currency"
   write-host "Wallet Balance:"$Balance.balance "BTC which is approximately " $Money "USD"
We'll get on top of screen something like:
Quote
1BTC =  15139.78 USD
Wallet Balance: 0.00270011 BTC which is approximately  40.8790713758 USD


This is cool restless, thank you! I have added this to nemos' github to request it in future versions.

Actually need this taken to the next level, log the TOTAL EARNED at say 18:00 each day, and have the script take current value - previous value * BTC value = 'PROFIT from Last 24 Hours'   !!!!
newbie
Activity: 18
Merit: 0
A small addon:
Changing lines in main ps1 file from
Code:
 #Display mining information
    Clear-Host
    Write-Host "1BTC = " $Rates.$Currency "$Currency"
to
Code:
   $Balance = Invoke-RestMethod "https://www.ahashpool.com/api/wallet/?address=$Wallet"
   $usd = $rates.$Currency
   $money= $Balance.balance*$usd
  #Display mining information
   Clear-Host
   Write-Host "1BTC = " $Rates.$Currency "$Currency"
   write-host "Wallet Balance:"$Balance.balance "BTC which is approximately " $Money "USD"
We'll get on top of screen something like:
Quote
1BTC =  15139.78 USD
Wallet Balance: 0.00270011 BTC which is approximately  40.8790713758 USD


This is cool restless, thank you! I have added this to nemos' github to request it in future versions.
legendary
Activity: 1151
Merit: 1001
A small addon:
Changing lines in main ps1 file from
Code:
 #Display mining information
    Clear-Host
    Write-Host "1BTC = " $Rates.$Currency "$Currency"
to
Code:
   $Balance = Invoke-RestMethod "https://www.ahashpool.com/api/wallet/?address=$Wallet"
   $usd = $rates.$Currency
   $money= $Balance.balance*$usd
  #Display mining information
   Clear-Host
   Write-Host "1BTC = " $Rates.$Currency "$Currency"
   write-host "Wallet Balance:"$Balance.balance "BTC which is approximately " $Money "USD"
We'll get on top of screen something like:
Quote
1BTC =  15139.78 USD
Wallet Balance: 0.00270011 BTC which is approximately  40.8790713758 USD
hero member
Activity: 714
Merit: 512
2.3.1 or 2.4 will  be focused on

new miners : Palgin HSR Neoscrypt , XMRig Cryptonight

fix to help support for 8 GPUS ,  atm its only 6GPUS

a new start.bat that runs all pools at once

few fixes and minor changes

no change to the "algorithm calculation of profit"...

Best Regards
Nemo

Nice! The Palgin miner for Neoscrypt is doing awesome for me with the "prototype" update / the DIY code mod.
newbie
Activity: 52
Merit: 0

Different intensities for each card as what I have read here. They are on separate folders btw so stats folder are pretty much separate as well but not sure why this is happening. What are your thoughts? Should I just go and run them at the same time? Is it more profitable? Haven't tried that yet.

Can't you just set  set -i x,y,z where x,y,z sets the intensity for each card?
newbie
Activity: 86
Merit: 0
Hi Nemo.

where can I go, where you can enter the link http://www.ahashpool.com/api/wallet?address=WALLET_ADDRESS
in the main window Nemos Miner, was visible
Result:

{
   "unsold": 0.00050362,
   "balance": 0.00000000,
   "unpaid": 0.00050362,
   "paid24h": 0.00000000,
   "total": 0.00050362
}
I am Russian. Sorry for my english
newbie
Activity: 36
Merit: 0
I posted about mining with 1 gpu and gaming/browsing with other on one pc at the same time couple days ago. But miners' windows keep popping up stealing focus. If anyone is interested here is my solution: just add another Windows user for mining. Launch Nemosminer in it and switch to your usual user.
I new mobo and stuff arrives tomorrow so no bully pls Cheesy


Stealing focus is not happening to me though, I don't know if it's a bad thing or a good one. I've set my 1070 to mine and 960 for the display on the same user. Should the miner get autofocused? Not sure what the term is but yeah I think you understand Cheesy
newbie
Activity: 36
Merit: 0
Hi guys,
  
    So I've decided to just put in my available evga 960 lying around. The problem is, whenever I run the two batch files at the same time, one for my 1070, the hashrates go haywire which would mean my 960's hashrate would be more than what was benchmark when I originally ran it.  My 1070 gets affected as well and keeps switching due to the issue. Here's a screenshot of the 960 with a few algos activated.



Why would you run 2 batch files at thesame time?

Different intensities for each card as what I have read here. They are on separate folders btw so stats folder are pretty much separate as well but not sure why this is happening. What are your thoughts? Should I just go and run them at the same time? Is it more profitable? Haven't tried that yet.

You need to set all your miner hashrates to read-only in both stats folders after you have them perfectly bechmarked. This will prevent them writing over invalid hashrates due to multiple instances.

Thanks man that solved my problem but another one surfaced haha. If both batch file call their miners due to a profit switch, one will not run. Intervals are set apart at 600/900 but for some reason it's not how it is. Will try to figure this out.
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
I posted about mining with 1 gpu and gaming/browsing with other on one pc at the same time couple days ago. But miners' windows keep popping up stealing focus. If anyone is interested here is my solution: just add another Windows user for mining. Launch Nemosminer in it and switch to your usual user.

thanks
newbie
Activity: 26
Merit: 0
In the latest version thr start.bat is missing i only have the batfiles for the other pools not the main bat
newbie
Activity: 18
Merit: 0
Hi guys,
  
    So I've decided to just put in my available evga 960 lying around. The problem is, whenever I run the two batch files at the same time, one for my 1070, the hashrates go haywire which would mean my 960's hashrate would be more than what was benchmark when I originally ran it.  My 1070 gets affected as well and keeps switching due to the issue. Here's a screenshot of the 960 with a few algos activated.



Why would you run 2 batch files at thesame time?

Different intensities for each card as what I have read here. They are on separate folders btw so stats folder are pretty much separate as well but not sure why this is happening. What are your thoughts? Should I just go and run them at the same time? Is it more profitable? Haven't tried that yet.

You need to set all your miner hashrates to read-only in both stats folders after you have them perfectly bechmarked. This will prevent them writing over invalid hashrates due to multiple instances.
newbie
Activity: 28
Merit: 0
I posted about mining with 1 gpu and gaming/browsing with other on one pc at the same time couple days ago. But miners' windows keep popping up stealing focus. If anyone is interested here is my solution: just add another Windows user for mining. Launch Nemosminer in it and switch to your usual user.
I new mobo and stuff arrives tomorrow so no bully pls Cheesy
jr. member
Activity: 58
Merit: 5
Your miner is working fine with my 10 cards rigs (Asrock h110BTC pro, 10x 1070 (or 1070Ti)), no need to add more support for biger rigs imho. Smiley

Can you please consider adding an option to regulate % difference of profitability before switching algo?
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
2.3.1 or 2.4 will  be focused on

new miners : Palgin HSR Neoscrypt , XMRig Cryptonight

fix to help support for 8 GPUS ,  atm its only 6GPUS

a new start.bat that runs all pools at once

few fixes and minor changes

no change to the "algorithm calculation of profit"...

Best Regards
Nemo
sr. member
Activity: 728
Merit: 256
NemosMiner-v3.8.1.3
today:

here is a Single G1 Gaming 1070 @ 65%tdp (120watt) +75core  +505mem   running ahashpool24hr.bat    on Nemosminer-v2.3c-beta

https://imgur.com/a/szdeb

Regards
Nemo

Curious, my single EVGA 1070 @ 100%tdp (150watt) +100core +300mem  running ahashpool24hr.bat    on Nemosminer-v2.3c-beta

has 10-20% better hashrate on several main algos than your lower tdp method... unless you're battling against temps I can't see why you'd intentionally castrate your hashrate that way with the return being so high right now.



Thank you for all you do with nemosminer! After the nicehashpocolypse I thought I was about done mining but with your miner everything's better than ever. I'm happy to leave the donate timer on, this mining is literally my job right now. Smiley

why run a lower tdp?   efficiency...  i aim to get my mhs/per watt as good as i can if you want higher hashrate and don't care about your power bill by all means run 100%tdp or 120%tdp
newbie
Activity: 79
Merit: 0
Does ahashpool also do payouts in non BTC eg LTC? Their payout threshold of 0.008 is too high for me as a small miner.
Payment in LTC is good, fast and cheap, but this additional costs when converting BTC-LTC.
We first sell coin in BTC (in LTC or not to sell or cheaper price) and then buy LTC with additional  the commission.

Question about NemosMiner, in the new version (2.3.x) were there any changes in the algorithm calculation of profit, or just new versions of clients (ccminer)?
hero member
Activity: 1218
Merit: 534
I'm also exploring with the 1050ti GPU but the earnings are lower. I'm looking to buy some more 1070 GPUs to get more bitcoin because it's very valuable, the income from this is perfectly worth it.

Where I live you can get a 1080 for a hundred euros extra (perhaps even second hand). I think the 1080 is better than the 1070 and has better resale value.
Jump to: