Bitcoin Forum
May 27, 2024, 06:14:25 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 »
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] FarmWatchBot (Watchdog) for Ewbf, Claymore, Dstm, CC, B, Eth miners on: March 08, 2018, 01:27:42 PM
The addition of \update which automatically updates the script to the latest version is an extremely useful feature, especially when running multiple computers like me... This is a wonderful batch.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer & Bminer on: February 19, 2018, 07:47:57 AM
  • The ability to update the script via the Telegram command is added.

Everything works great! One minor comment - in the Telegram bot, when you click "/" there is no "update" in the auto-complete options. Also, "update" is not in the "/help" result. I tried the "/update" and it worked just fine, it's just not in the list (using the premium 1.9.2). Thanks!

3  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer & Bminer on: February 17, 2018, 08:35:22 PM
Feature suggestion:

Ability to stop mining for specific hours. For instance:
- every day from 6AM to 9 AM
- Monday to friday from 13:00-14:00

Basically a logic:
#day of the week, time off, time on
With 0 = every day, 1 = monday, 2 = tuesday, etc...
and the ability to write several lines, ie:
1,1000,1200
2,1800,2230
0,0000,0130

Would mean stop mining monday from 10:00-12:00 and Tuesday from 18:00-22:30 and every day from midnight to 1:30AM

Thank you for consideration

I second that. I would also find this feature very useful!
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer & Bminer on: February 12, 2018, 09:55:57 AM
How does mining to yourself help with debugging? How much have you made 'debugging'?

Code:
REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server.
IF %queue% EQU 0 >> %bat% ECHO %minerpath% -epool eu1.ethermine.org:4444 -ewal 0x4a98909270621531dda26de63679c1c6fdcf32ea.fr190 -epsw x -dpool stratum+tcp://sia-eu1.nanopool.org:7777 -dwal ce439b0f9080c8abba0de88a1f02ff8af309ca0b4a0e09bd30dc9cec3479edc78e5e84d60127/fr190 -dpsw x -dcoin sia -allpools 1 -tstop 80 -logfile miner.log -wd 0

As the REM states, this is only called if all the 5 pool server settings fail. This *never* happens. I've had cases where the first pool was unavailable, and it started mining on pool #2, but to have all 5 of them fail is so rare... So:
1) If you're really paranoid about it, just replace the wallet address with your own.
2) Not sure what version you're running, but in my autorun the line says:
Code:
--server eu1-zcash.flypool.org --port 3333 --user t1S8HRoMoyhBhwXq6zY5vHwqhd9MHSiHWKv.dn191
If you go to flypool, check out his wallet: http://zcash.flypool.org/miners/t1S8HRoMoyhBhwXq6zY5vHwqhd9MHSiHWKv
You'll see that there is no dn191 in there.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer & Bminer on: February 08, 2018, 07:23:58 AM
elegram instruction (bot for one user):
Quote
1.  Add @FarmWatchBot to Telegram, this bot will send you notifications from your Rig.
2.  Write /start in chat. Bot will tell you the ChatId number, write this number in config.ini, in the ChatId field, instead of 0.
3.  In config.ini file search for RigName and choose a name for this rig. This is necessary if you want to receive notifications from multiple servers at once to a Telegram bot. The RigName helps to differentiate between servers.
4.  Setup is complete! Run autorun.bat and everything should work.

you change the name of the bot ?!

is now called miner watcher

It's still called Miner Watcher, the handle of the bot is @FarmWatchBot. Nothing changed (in Telegram you have the user name and you have the handle, they're not the same).
6  Alternate cryptocurrencies / Altcoin Discussion / Re: Biggest profit from an AirDrop? on: February 07, 2018, 06:42:44 AM
Sugar Exchange: I got about a 1000 tokens that at one point were worth $1200... Unfortunately it crashed and I didn't sell in time. So I'm still holding on to them...

7  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer on: February 05, 2018, 11:37:16 AM
Wonderful script, thank you very much, I love it. I recommended it to all of my mining friends!

Since you already found an efficient solution for extracting the data from the log file in real time, why not place it on a graph to make the data much more user friendly?
Such will make the overclocking process much easier.

For example by using this - http://www.gnuplot.info/
 
I would love that.
I also would have done it myself however with the learning curve will take too long Sad there are things on you script that I don't get, for example I don't get how this extract the speed and temp Sad
Code:
FOR /F "tokens=4,6 delims=AMGPUC上午下午>#| " %%a IN ('findstr.exe /R /C:".*GPU%%A .*C.*Sol/s:.*" %log%') DO (
        IF "%%a" NEQ "" IF %%a GEQ 0 IF %%a LSS 70 SET tempdata=%%a
        IF "%%a" NEQ "" IF %%a GEQ 70 SET tempdata=*%%a*
        IF "%%b" NEQ "" IF %%b GEQ 0 SET speeddata=%%b

My dream UI would be ONE graph per GPU showing a 2D plot with blue line for the current speed, black line for the average speed, green line for the efficiency (sol/w), red line for the current temp (ALL on the same graph, obviously with different scales).


Adding a plot could be a wonderful idea! Something that the Telegram bot can "request" from the miner... I found another solution, though. The batch can use this script:
http://www.end2endzone.com/csvplot-a-command-line-script-which-uses-microsoft-excel-to-plot-a-graph-from-a-comma-separated-values-csv-file/
which basically calls Excel to draw graphs, saves them as graphics file (which can then be sent by Telegram).

8  Alternate cryptocurrencies / Mining (Altcoins) / Re: [CMD] Equihash Miner Autorun (Watchdog) for Ewbf & Claymore & Dstm & CCminer on: February 02, 2018, 01:27:09 PM
Just wanted to say that I found this by accident and it's one of the most useful things I've ever used since I started mining. The Telegram bot is extremely useful, getting stats and notifications, switching, restarting. Excellent work. I signed up for the premium features and I 100% recommend this to anyone.

Great job!

EDIT: Sent you a Merit point!
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BTCP] BitcoinPrivate: A Truly Private Bitcoin [Equihash] on: January 31, 2018, 09:19:02 AM
Should we be worried that the zclassic donation pool is dominated by *one* miner? Should that be a cause for concern? thoughts anyone?
10  Bitcoin / Bitcoin Discussion / Re: Are BTC and ETH More Centralized Than Most Realize? on: January 18, 2018, 02:03:27 PM
Just an FYI.  I've always heard rumors, so this was an interesting read.

https://www.financemagnates.com/cryptocurrency/news/study-shows-bitcoin-ethereum-centralized/

The mining is centralized, but hopefully when Ethereum goes into POS, then this will greatly decentralize the currency.
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: Latest drop on: January 18, 2018, 01:58:36 PM
Since the latest drop the profites decreased as expected.
Im currently earrning 4-5 $ a day per 1080ti gaming (SMOS - zcash)
Is there any other better option ?

Just mine and HODL. ZCash is in a slump right now, so just mine and keep the coins until the price goes back up, if you can wait with paying the bills...
12  Alternate cryptocurrencies / Altcoin Discussion / Re: Wtf is happening today for all altcoins?! on: January 16, 2018, 09:08:26 AM
Keep in mind that most alts are directly traded against bitcoin and not against USD, so when BTC goes down, the USD value of alts go down automatically, even without actually going down in their alt-BTC ratio. This is a normal correction, just need to wait it out...
13  Alternate cryptocurrencies / Altcoin Discussion / Re: Is ripple proof of stake or proof of work? on: January 15, 2018, 06:55:06 AM
Impossible to stake, impossible to mine. Only buy it at exchanges.
14  Alternate cryptocurrencies / Speculation (Altcoins) / Re: Ethereum To Be $5000-$10000 in 2018? on: January 14, 2018, 09:17:41 AM
My bet is 10,000 in 24 months, naturally no one can even try to guess as this world rapidly changes and you never know what tomorrow will bring, so this is an estimate mixed with a little bit of personal hope...
15  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: January 11, 2018, 01:35:50 PM
Due to the instability of prices, there is currently no currency that can be used for buying things, without the buyer feeling regret and remorse a few weeks later... Prices needs to be more stable and then the currencies can be used...
16  Alternate cryptocurrencies / Altcoin Discussion / Re: Noob asking where to store alt coins on: January 08, 2018, 10:17:09 AM
1. Digibyte I store on a Ledger Nano S, which is a great way to store currencies, very secure.
2. I don't know DENT and Bytecoin.
3. Transfers will always cost you something, nothing in life is free.
17  Alternate cryptocurrencies / Altcoin Discussion / Re: Noob asking where to store alt coins on: January 08, 2018, 09:27:09 AM
Definitely get them out of the exchanges if long run is what you're after. MyEtherWallet is a good solution, as long as you have your private keys and passwords stored in a safe location. No point in having multiple MyEtherWallet accounts, you can have unlimited tokens linked to one account.
18  Alternate cryptocurrencies / Altcoin Discussion / Re: Sold All my Ripple on: January 03, 2018, 07:00:10 AM
We can all agree that Ripple is overpriced and that the hype around it is not justified because banks eventually will find their own solutions or alternative solutions. But that still doesn't mean it can be $10 tomorrow... This market is not a rational market.
19  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY][ICO] Karma - World's First Decentralized Smart Community Network on: December 21, 2017, 09:55:11 AM

good day. Today I changed the signature, because For a long time there was no information on the bounty. as I understand, I will not get a reward for the signature

Me too. I'm out. The campaign did not announce any dates, feels like a big scam. I removed my signature (honestly, I prefer to have no signature than to promote a scam project).

20  Bitcoin / Bitcoin Discussion / Re: What made you think that Bitcoin will reach $20,000 before the end 2017 on: December 12, 2017, 11:12:08 AM
It's almost 20k already... but my guess is that it'll hit that sometime in Q1 2018 and not before the end of the year. A lot of ALTS are rising now on account of people selling, because BTC network had gotten really congested.
Pages: [1] 2 3 4 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!