Search content
Sort by

Showing 20 of 94 results by hutnik
Post
Topic
Board Computer hardware
Re: [WTS] PCI-E USB risers (60cm cables, Europe, 11€ + shipping)
by
hutnik
on 12/03/2016, 13:01:17 UTC
Well, I quess I'm just expensive then :-)

Yeah, I tested and used 4 of them for about 5 months and those were okay, so the rest should be too. :-)
It's just a fancy cable, so it's not like it can be compatible only with intel. It have that "presence pin" wired right (unlike most ribbon-cable risers), so there really shouldn't be any problem on any motherboard.
The main advantage is they are allready in EU, so no VAT/tarrifs for some people.
Post
Topic
Board Computer hardware
Re: [WTS] PCI-E USB risers (60cm cables, Europe, 11€ + shipping)
by
hutnik
on 21/07/2015, 20:54:32 UTC
Bumpity bump after looong time :-)
Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 16/07/2014, 09:07:10 UTC
I have a feeling of Middlecoin-ish smell in here. Rather strange feeling, but really similar to the final days when owner was available there. (He is gone for months now.)
Join us in #leaserig on freenode. Or https://www.leaserig.net/pagex.jsp?px=irc
Most of the chatter is happening there Smiley
Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 03/07/2014, 16:30:47 UTC
Update: Found the new website; API stuff looks way over my head. Last time I programmed was 25 years ago in FORTRAN, unless you want to count doing HTML pages in Notepad back in the mid-late 90's...
You don't have to do anything wit the API.

register on the site
create API key there on https://www.notifymyandroid.com/account.jsp
your email is then APIKEY@nmamail.net . find that in https://www.notifymyandroid.com/account.jsp under NMAmail (or use that email for whole account, but using APIkey is more cool-ish Smiley )
get android app and log in to your NMA account, configure as needed.

there is manual how to set up Growl with NMA on http://www.growlforwindows.com/gfw/forwarders/notifymyandroid
Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 03/07/2014, 16:11:29 UTC
I'll have to try the Growl thing then: I installed NotifymyAndroid and registered but it comes with no instructions, and the website (netchup.com) is gone. Lots of reviewers complaining it doesn't work or stopped working, though some (as of their review) say it was still working for them.
Dunno what you installed then :/ better uninstall it.
website is http://www.notifymyandroid.com/ and link to GPlay and Growl is there
Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 03/07/2014, 15:44:14 UTC
abandoned? I'm using it everyday for about 2 years, It was updated looong time ago, but it works.
I purchased premium back then for few $ and only issue so far was last year, when it wasn't working for a week because some "network issues".

Also, with GrowlForWindows (free) it can send you notification from windows with commandline Smiley like
Code:
growlnotify.exe /t:"notification title" "notification message :)"
and it looks like this

In my case, I get notification every time sgminer crashes and restarts Smiley (my .bat for launching sgminer)
Code:
:loop

sgminer.exe -c sgminer.conf
C:\Programy\Growl\growlnotify.exe /t:"Rig Fluffy" "restarted"
ping 127.0.0.1

goto loop
Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 03/07/2014, 14:25:21 UTC
I have a dumb question... I - finally - got myself a cell phone (at 24.9% off with bitcoin thanks to https://purse.io/?_r=XClu2O). I'd like to enable a notification whenever my rig is not responding on Leaserig, but can't figure out how to do this. Do I need to enable 2FA on Leaserig? I'd prefer not to be getting notified every time I get an email, just the rig-not-responding notifications.
Obvious ref link......

Knowing what's your phone would help.
You could get NotifyMyAndroid (for android), where you get an email and everything sent there will pop up as notification. On gmail you could then forward mails containing "rig down...." to your NMA address.

NMA works as push notifications, so no unnecessary data transfers are made and notifications arrive immediately Smiley
It's useful for a lot of things Smiley
Post
Topic
Board Mining software (miners)
Re: web monitoring tool - PCWT (slightly modified)
by
hutnik
on 23/06/2014, 08:50:30 UTC
Sorry, I don't know anything about linux. I just know how to edit some stuff in PHP. I can't help you.

edit: you could try XAMPP for linux, as that's what I'm running it on on windows.
Post
Topic
Board Mining software (miners)
Topic OP
web monitoring tool - PCWT (slightly modified)
by
hutnik
on 12/06/2014, 23:11:46 UTC
All credit goes to whoever made PCWT at http://pcwt.info/ Smiley

I've only hid php notices and added customizable warnings for low hashrate, hight rejected %, HW errors. Shuffled columns a bit, removed some, added some Smiley
Also added username to pools and option to show used kernel.

now it looks like this:



how to:
-read all requirements at http://pcwt.info/
-download and extract pcwt_beta4.zip from http://pcwt.info/ like usual
-replace and edit hosts.php with http://pastebin.com/7DuJQ8jN
-replace index.php with http://pastebin.com/SCGSAtP0
-replace status.css with http://pastebin.com/xvKpAQmd

*or download whole tool from http://s000.tinyupload.com/index.php?file_id=04092459829782429521 and edit hosts.php  Kiss

tested with sgminer 4.1.0 fork, running on Apache/2.4.9, PHP/5.5.11
Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 12/06/2014, 19:06:05 UTC
I'm not using LRP myself, but maybe loop in the .bat (on windows) could help a bit. It works good with sgminer.
Code:
:loop

sgminer.exe -c sgminer.conf
ping 127.0.0.1

@echo crashed
goto loop
Ping is there to give me 4 secs just in case I "q"ed the sgminer and really want to quit it.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LTCX]LiteCoinX X11 Anonymous No IPO Premine 0.05%
by
hutnik
on 28/05/2014, 16:42:09 UTC
Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 25/05/2014, 08:04:10 UTC
Elite provider status: A new provider tier for recognized leaders providing a large amount of hashpower and focusing on providing awesome rigs with awesome customer service.

We have providers in mind and are looking to a "[] Nominate this provider as elite" checkbox in feedback.  

A special note here.  Some new currencies (CC/FIAT/New Coins) may only be available to elite providers.  A status with bold and an indicator icon will be added to the rigs page.   We may move Elite providers to the top of the rig list.
The part with moving to top seems little unfair to me (unless I'd be one of those "elite providers" with my average 1700h rented per rig and not a single bad feedback  Roll Eyes )

Also, you know still almost no customers leave feedback, even now. So some checkbox somewhere wouldn't help probably.

You should define what must one person have in order to become "elite" (minimum rig speed, mimimum cumulative speed over all rigs, no bad rating, min hours rented... )

It need more thoughts IMO  Undecided
Post
Topic
Board Reputation
Re: mmartoccia's Reputation Thread
by
hutnik
on 21/05/2014, 19:25:16 UTC
Hired my rig for 24 hours, paid up front, didn't complain Smiley
Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster - FIXED: temps now show on windows
by
hutnik
on 21/05/2014, 17:26:34 UTC
Its been asked few times but didnt see an answer. How to make this sgminer use .conf file instead of bat. Or at least is it possible to make bat file out of conf ?

Thank you
if x.conf is your config in same folder as executable (usually it's sgminer.conf tho)
Code:
set PATH=%PATH%;./dlls
set TERMINFO=.\dlls\terminfo

sgminer.exe -c x.conf

pause
Post
Topic
Board Mining (Altcoins)
Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster - FIXED: temps now show on windows
by
hutnik
on 21/05/2014, 06:44:30 UTC
Is there any performance difference in the new version? or just the temps reading?
Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 15/05/2014, 07:20:51 UTC
What determines a lease cancellation, is it ~20-30 minutes of downtime?
From my experience, if LR can't access your rig for 10 minutes, you get "rig down" email. After another 10 minutes the rig is disabled and leases cancelled.

Aalso, I love the changes Smiley didn't notice any bugs so far Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ✪ Silkcoin ✪ 2 POW stages->Full POS - Beautiful UI, Full time devs ✪
by
hutnik
on 11/05/2014, 11:30:33 UTC
All you guys who are saying wallet is fine, can you try to type help on console and see if you got a response? Receiving coins and staking is not only what wallet suppose to do, there are other features also which need to work properly as well. I sent my coins to another wallet but immediately wallet crashed and now i cant repair wallet at all, just worried i may lose a lot of coins because of wallet issue  Sad Sad
Well, I can receive and send coins, that's all I need Smiley but yes, whatever I type into console, it crashes and don't want to start until I delete that C:\ProgramData\boost_interprocess\xxxxx :/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] ✪ Silkcoin ✪ 2 POW stages->Full POS - Beautiful UI, Full time devs ✪
by
hutnik
on 09/05/2014, 22:38:50 UTC
Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 08/05/2014, 20:05:18 UTC
Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 08/05/2014, 10:39:05 UTC
I just noticed, I had some pools preconfigured and can use them in rigs pool management page, but they're not shown in My account -> pools page. Only new ones which I configured now are there. Am I stuck with those old pools forever? Cheesy