Bitcoin Forum
May 24, 2024, 04:07:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12]
221  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 09, 2018, 07:10:08 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








Doesn't changing the interval in your start.bat to 600 accomplish the same thing?

I just tested it and unless the program queries the API outside of when it notifies you that it's doing it changing your interval to 600 makes it so you only do it every 10 minutes.
222  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 09, 2018, 06:39:47 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








Doesn't changing the interval in your start.bat to 600 accomplish the same thing?
223  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][FlexFee™][SegWit] The miners multipool >-░▒▓█ on: January 09, 2018, 05:48:49 PM
it's not dead -
Cryptopia Exchange
‏@Cryptopia_NZ  7 янв.2018
"We are working on plans to bring the markets back as soon as possible and will release details on any progress as this becomes available." - so,can you back it? please.

it's dead to me.

I can't get BTC/LTC from it, so it's worthless. When they re-enable the market, I'll add it back.
Did you actually set the blake coin algo to merge mine all the compatible coins?  Lithium coin merge mines with Blake Coin and Photon and that trades for btc on cryptopia.
224  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 09, 2018, 05:25:15 PM
Zpool has ALWAYS had lower revenue, myself and Nemos both use ahashpool because it has the highest payouts

Here is TODAY's analysis between ahashpool and zpool for a single 1070!!

https://imgur.com/a/84WNa


It's just crazy that it's all the same coins with all the same algos and one can be 45% higher on btc payout than the other.  In theory zpool should be finding more blocks and getting better payouts but I can see my earned curve actually go down when they make the exchanges like this: https://imgur.com/rws0xRL as opposed to ahashpool which is more linear like this: https://imgur.com/KaNaZr8 I actually switched from linda to btc payout yesterday with all 4 1070's and let it go for a few hours until I could do the math and then switched 2 over to ahashpool which is why the zpool graph is so crazy to start.
225  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 09, 2018, 04:59:25 PM
Here is the update from the current vs 24hr avg....  Last day or two has caused the 'current profit' to swing a little higher on avg between the two rigs at day 12.5.  I use a 900 interval to prevent constant switching.  I still like the 24hr more since it doesn't switch so much.

(8.5 day test) - 6x1070ti
Miner1 = $44.40/day (ahashpool)
Miner2 = $44.65/day (ahashpool24hr)

12.5 day test (btc 14743) - 6x1070ti
Miner1 = $41.94/day (ahashpool)
Miner2 = $40.59/day (ahashpool24hr)

I appreciate you doing this.

Has anyone tested the difference between zpool and ahashpool since the zpool update?
I started yesterday and after about 16 hours here's what I came up with.

Miner 1 - 2x1070 - .00057904 btc - ahashpool
Miner 2 - 2x1070 - .00031789 btc - zpool

These are the total earned figures not the balance which has gone through the exchange.  I was mining zpool after the update for payout in altcoins and I noticed a huge drop in my payments so I decided to set up as two rigs to see what the real difference is.  I'll keep this going until Monday to see what's going on but right now ahashpool is showing 45% higher returns that zpool which is a crazy difference.  
226  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][FlexFee™][SegWit] The miners multipool >-░▒▓█ on: January 07, 2018, 12:50:42 AM
Did you stop payouts in Photon?
I had a bunch of unconfirmed PHO on this wallet BeWuT5hpMBcswwGsiPJj4BbUrKJ1mckwhS and they went MIA even though I mined on it for a few hours afterwards. 

Now i created a new address to mine on and zpool recognizes it as PHO but none of the earnings are popping up as pending.

There seems to be a blakecoin algo issue -- at least I and a few other members have experienced it.
Is it because Cryptopia suspended LTC transactions? 
227  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][FlexFee™][SegWit] The miners multipool >-░▒▓█ on: January 07, 2018, 12:32:51 AM
Did you stop payouts in Photon?
I had a bunch of unconfirmed PHO on this wallet BeWuT5hpMBcswwGsiPJj4BbUrKJ1mckwhS and they went MIA even though I mined on it for a few hours afterwards. 

Now i created a new address to mine on and zpool recognizes it as PHO but none of the earnings are popping up as pending.
228  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] PHO Photon blake256- MERGE MINE 6 COINS- NO PREMINE - POW ONLY 3+YRS on: January 06, 2018, 12:48:59 AM
Realistically what's the target price for this coin?  I'd love to see it moon like anyone else but right now its market cap is $3.7m at .000177/usd so it would have a market cap of 3.7b at .177/usd.  As you add new features like the website and get more active on social media it will jump for sure and allow you to trade on other exchanges but the huge supply is going to keep the price/pho pretty small on this one.

Lets try to aim for 30m -100m for this month.

But it depend on there active work on the website and maybe a whitepaper.

Currently sitting at $17.35m less than 24 hours later. 
We need that website and someone pushing to get us on more exchanges.

229  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] PHO Photon blake256- MERGE MINE 6 COINS- NO PREMINE - POW ONLY 3+YRS on: January 05, 2018, 10:47:15 PM
Hello everybody

I have a Question...
I started mining two days ago. I had a constant photon payout at the beginning. Approximately 800 photons per hour. Since yesterday evening (19.44 Zurich), however, only 3 payments have been made. At the miner I did not change anything and he ran the whole time. Can someone help me please Huh

Sry for my bad English...

Greetings Xemo

pool: http://eu3.blakecoin.com

the difference is in network difficulty more miners = less each *also depends on luck and what the pools findings are

the act of mining is random its not predetermined and actual time can be way off mostly its an average estimate  

currently the diff is way high and estimates off also quite a few of the blocks have been been found by zpool ~24hrs *would be best if it was little bit more balanced in pool hashrate

Also note New minted coins take 120 blocks(ELT is 480) to mature before they can be sent which with slow block generation could be much longer than normal 8 hrs

my pools are standard pplns and its mostly all automated and all payouts are based on what the pool finds and luck does have an effect!!

With zpool pumping the profitability and having 2.8Th/s does that pretty much kill your merged pool from getting any blocks?
230  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] PHO Photon blake256- MERGE MINE 6 COINS- NO PREMINE - POW ONLY 3+YRS on: January 05, 2018, 10:38:58 PM
This is it. Photon is off limit. Dev, should enable BTC trading on Cryptopia to bolster this move. Fasten your seat belt everybody to the moon.



Where can I find Photon wallet?

Story of my life.  I got in a week too late.  I spent all my time mining verge and just two days ago switched to pho and now it's gone up almost 200%.  I guess I should be happy with the 300k I mined, but I was hoping to get 10mill before I switched off to stockpile Linda.
231  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LINDA-PoW/PoS-99% APR- MASTERNODE-MULTI-WALLET ( NEW THREAD) on: January 05, 2018, 08:28:00 PM
When staking with the newest version of the wallet, do I need to add the node list from a few pages back?
Do you start staking when your coins hit 24h or do you have to do something?
232  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][FlexFee™][SegWit] The miners multipool >-░▒▓█ on: January 04, 2018, 10:30:35 PM
Crackfoo, any plans to bring m7m back anytime soon? Thanks-

after their hardfork and the chain has settled.
What about some ethash or cryptonight coins?  I can get AMD gpus all day for a pretty reasonable price but finding more Nvidia is scarce.
233  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Alts I am watching on: January 04, 2018, 06:25:56 PM
No XVG?  Once they release their wraith protocol it could be an interesting one.
234  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] PHO Photon blake256- MERGE MINE 6 COINS- NO PREMINE - POW ONLY 3+YRS on: January 04, 2018, 05:39:28 PM
Realistically what's the target price for this coin?  I'd love to see it moon like anyone else but right now its market cap is $3.7m at .000177/usd so it would have a market cap of 3.7b at .177/usd.  As you add new features like the website and get more active on social media it will jump for sure and allow you to trade on other exchanges but the huge supply is going to keep the price/pho pretty small on this one.
235  Alternate cryptocurrencies / Pools (Altcoins) / Re: █▓▒░-< [ZPOOL.CA][FlexFee™][SegWit] The miners multipool >-░▒▓█ on: January 03, 2018, 05:21:58 PM
Any reason Sib 24h estimated is so high?  It seems like it's missing a 0 at the front, that or I'm going to be rich by tomorrow. 
236  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 03, 2018, 12:36:31 AM
Hi,
is there a way to rerun a benchmark for a particular algorithm without having to rerun through them all?
I noticed for x17 it takes a long time for it to come up to full speed ( over 5 minutes ) so the default 120 seconds is not enough and the benchmark result is not accurate.
The same for NIST.  My single GPU 1080 scores 58.18 MH/s and my 8 x 1070 only scored 97.43 MH/s ( the benchmarking time was too short so it did not have time to ram p to full speed )

The last option is just change the number to 1800 but then it will run each benchmark for 1/2 an hour.....

regards
How do you extend the benchmark time?
I didn't realize it was as easy as changing the interval time.  I poured a ton of time going through the powershell scripts trying to find it.  Embarrassed
237  Alternate cryptocurrencies / Mining (Altcoins) / Re: NEMOSMINER multi algo profit switching NVIDIA miner on: January 02, 2018, 07:23:57 PM
Hi,
is there a way to rerun a benchmark for a particular algorithm without having to rerun through them all?
I noticed for x17 it takes a long time for it to come up to full speed ( over 5 minutes ) so the default 120 seconds is not enough and the benchmark result is not accurate.
The same for NIST.  My single GPU 1080 scores 58.18 MH/s and my 8 x 1070 only scored 97.43 MH/s ( the benchmarking time was too short so it did not have time to ram p to full speed )

The last option is just change the number to 1800 but then it will run each benchmark for 1/2 an hour.....

regards
How do you extend the benchmark time?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!