Bitcoin Forum
May 04, 2024, 01:33:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: June 29, 2018, 02:20:06 AM


Do you guys have any idea or pointers?

Try temporarily disabling a few security features/programs completely to make sure they are not the culprit.

Disable UAC
Disable windows firewall
Disable windows defender
Disable ANY form of antivirus/antispyware/antimalware (ESPECIALLY active scanning features)

2  Alternate cryptocurrencies / Mining (Altcoins) / Re: New mining rig with ASRock H110 BTC+ PRO not booting on: January 12, 2018, 09:21:36 AM
Wow. Well see ecc ram has come way down.
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 09, 2018, 06:12:03 PM

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...
Small fix then, 3 parts in main file and the API is read once every 30 minutes


old:
Code:
$DecayBase = 1-0.1 #decimal percentage

$ActiveMinerPrograms = @()

new:
Code:
$DecayBase = 1-0.1 #decimal percentage

$StopWatch = New-Object -TypeName System.Diagnostics.Stopwatch
$stopwatch.Start()
$Balance = Invoke-RestMethod "https://www.ahashpool.com/api/wallet/?address=1N3dUzc2e6LGBNbkieMYX4a8EAbmq5nJUe"
$usd = $rates.$Currency
$money= $Balance.balance*$usd

$ActiveMinerPrograms = @()

old:
Code:
$Balance = Invoke-RestMethod "https://www.ahashpool.com/api/wallet/?address=1N3dUzc2e6LGBNbkieMYX4a8EAbmq5nJUe"
$usd = $rates.$Currency
$money= $Balance.balance*$usd

#Display mining information
new:
Code:
	# Once every 1800sec /30min/ get Site Balance
$tMs = $Stopwatch.ElapsedMilliseconds
if ($tMs -gt 1800000) {
$Balance = Invoke-RestMethod "https://www.ahashpool.com/api/wallet/?address=1N3dUzc2e6LGBNbkieMYX4a8EAbmq5nJUe"
$stopwatch.Restart() #restart 1800sec countdown
$usd = $rates.$Currency
$money= $Balance.balance*$usd
    }

#Display mining information

and at the end

old:
Code:
#Stop the log
Stop-Transcript

new:
Code:
#Stop the log
$stopwatch.stop()
Stop-Transcript



PS:
Not sure if thats right - but how do you stop Nemos?
When I stop it with ctrl-c or clicking X, last working miner is not stopped/killed

Perhaps @start the script should try to kill all possible/known miner programs?


I got an answer from Ahashpool on whether this is safe and if they ban users that call the API too much.

It is ok to call it once every 10 minutes. We only update the stats every 10 minutes anyway, so calling it more frequent would not give any benefit.

Because we have well over 5000 users now, anything more frequent would amount to DDoS attack on the server and everyone would suffer





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


What i need is a command to make it run on background

No you dont. I did just this, and it still steals windows focus, (ie I have to click back into PUBG game when a new miner opens, even though I never see it, my mouselooks is broken until I click). the windows user trick was AWESOME. I thought I wasnt going to find a solution.

is it possible to run nemos miner twice one instance for my 2 1080 ti and one for my 2 1070? because of different benchmarks/profits..

thank you

Yep, just make completely separate folders for the nemosminers. So you will have 2 nemosminer folders (just rename each one based on which card it runs).

hi guys
how do u max your profit with nemosminer?
im on ahashpool with a 1080 ti and nemosminer says me i'll get around 17€ a day with phi atm.
what i actual get is about 9€. i have set interval to 900 with all algos. any advice to max profit?

If you make 9C a day then you are doing very well. It will never be 15+ dollars a day. Despite what its current estimates are.

4  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 09, 2018, 06:30:06 AM
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...

Thanks for the warning. I just emailed support@ahashpool to see if they had an opinion.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Having trouble with certain pool for XVG. Can someone look over my script? on: December 24, 2017, 07:14:51 PM
 my batch file looks like this

-Username mullen1200.mark

username.workername
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Nicehash miner alternatives? on: December 21, 2017, 06:14:55 AM
I know I said I didnt have any results, but that wasnt really true. Ive been mining inconsistently like 12 hours a day (maybe as much as 15-16 on a few days), but i've already made 34 bucks on ahashpool with 1x1080ti using sniffdogminer. standard overclock settings. 70 percent TDP. +150 core clock. +500 mem.
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Nicehash miner alternatives? on: December 16, 2017, 09:55:23 AM
Surprised nobody has mentioned sniffdogminer yet? Its for 1080ti's.

Thank you to aaronsace for devoloping and maintaining "MultiPoolMiner" and Thank you nemosminer for maintaining "NemosMiner"


https://github.com/Sniffdog/Sniffdogminer

Monitors MiningPoolHub, Zpool, and HashRefinery mining pools in real-time in order to find the most profitable Algo

Auto Benchmarks Each algo to get optimal speeds and benches throughout monitoring

Fully automated / Set And Forget in Startsniff.bat/


Im just getting started mining myself, but i'm using this. I dont have enough hours mining yet to give results.
8  Economy / Digital goods / Re: NEED Paypal accounts, if you can help i am willing to pay immediately!! on: July 31, 2015, 02:39:20 AM
Im guessing im liable if you load money from stolen cards. I need money bad but i dont think this is a good idea :/
9  Economy / Invites & Accounts / Re: [WTS] Massive 10+ years steam account, 201 games, worth 1900, asking 190 on: April 13, 2015, 03:35:48 PM
Im willing to transfer ownership of the original email as well
10  Economy / Invites & Accounts / Re: [WTS] Massive 10+ years steam account, 201 games, worth 1900, asking 225 on: April 13, 2015, 04:29:25 AM
I gave that some thought. It must be, otherwise people could make a post like this to get someone elses account in trouble. I also saw loads of steam account trades with similar information visible. They really wouldn't have much proof of a transfer.
11  Economy / Invites & Accounts / [WTS] Massive 10+ years steam account, 201 games, worth 1900, asking 190 on: April 13, 2015, 04:19:25 AM
This is just one more place to list my account, so here I am, in case you were wondering about my post count.

Asking 225, Im open to offers though. Im flexible on payment as long as its secure (verified paypal, keys, csgo knives, WU etc)
100% Vac clean
Original owner
Tons of great games

Im more then willing to speak via voip/cell or however you prefer.I might be willing to split the cost of an EXTREMELY reputable middleman if thats the safest way.

Check out the profile & games here:
http://steamcommunity.com/id/Psylar/

Check out the SteamDB info here:
https://steamdb.info/calculator/76561197966298041/

Im at a hotel right now, but im working on setting up a playerauctions listing.

If its not too expensive, I plan to offer free insurance on the listing.

Add me on steam, or email me at mullen1200@hotmail.com for the fastest response
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!