Bitcoin Forum
September 29, 2025, 07:46:42 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 »
1  Economy / Computer hardware / Re: [WTS] PCI-E USB risers (60cm cables, Europe, 11€ + shipping) on: March 12, 2016, 01:01:17 PM
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.
2  Economy / Computer hardware / Re: [WTS] PCI-E USB risers (60cm cables, Europe, 11€ + shipping) on: July 21, 2015, 08:54:32 PM
Bumpity bump after looong time :-)
3  Economy / Service Announcements / Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower! on: July 16, 2014, 09:07:10 AM
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
4  Economy / Service Announcements / Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower! on: July 03, 2014, 04:30:47 PM
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
5  Economy / Service Announcements / Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower! on: July 03, 2014, 04:11:29 PM
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
6  Economy / Service Announcements / Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower! on: July 03, 2014, 03:44:14 PM
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
7  Economy / Service Announcements / Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower! on: July 03, 2014, 02:25:21 PM
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
8  Bitcoin / Mining software (miners) / Re: web monitoring tool - PCWT (slightly modified) on: June 23, 2014, 08:50:30 AM
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.
9  Bitcoin / Mining software (miners) / web monitoring tool - PCWT (slightly modified) on: June 12, 2014, 11:11:46 PM
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
10  Economy / Service Announcements / Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower! on: June 12, 2014, 07:06:05 PM
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.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][LTCX]LiteCoinX X11 Anonymous No IPO Premine 0.05% on: May 28, 2014, 04:42:09 PM
12  Economy / Service Announcements / Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower! on: May 25, 2014, 08:04:10 AM
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
13  Economy / Reputation / Re: mmartoccia's Reputation Thread on: May 21, 2014, 07:25:16 PM
Hired my rig for 24 hours, paid up front, didn't complain Smiley
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster - FIXED: temps now show on windows on: May 21, 2014, 05:26:34 PM
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
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: [ANN][X11] X11/Darkcoin Gpu Miner 40% faster - FIXED: temps now show on windows on: May 21, 2014, 06:44:30 AM
Is there any performance difference in the new version? or just the temps reading?
16  Economy / Service Announcements / Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower! on: May 15, 2014, 07:20:51 AM
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
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✪ Silkcoin ✪ 2 POW stages->Full POS - Beautiful UI, Full time devs ✪ on: May 11, 2014, 11:30:33 AM
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 :/
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ✪ Silkcoin ✪ 2 POW stages->Full POS - Beautiful UI, Full time devs ✪ on: May 09, 2014, 10:38:50 PM
yay, bittrex Smiley

https://www.bittrex.com/Market/Index?MarketName=BTC-SC
19  Economy / Service Announcements / Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower! on: May 08, 2014, 08:05:18 PM
Care to explain what that is?
20  Economy / Service Announcements / Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower! on: May 08, 2014, 10:39:05 AM
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
Pages: [1] 2 3 4 5 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!