Search content
Sort by

Showing 19 of 19 results by isuelt
Post
Topic
Board Mining (Altcoins)
Re: [Minera] Your next mining dashboard is here.
by
isuelt
on 25/06/2014, 03:41:17 UTC

Has anyone gotten Minera to work with MiningRigRentals.com.  Everytime I put the pool info in it does weird things and never connects.  I've tried both the http:// version and stratum+tcp:// version of their configuration.

I've done this on two different Pi's.  Both Pi's are running mini Gridseed Dual miners.


From the Rig Information page. Does it matter that Minera uses CPUminer?




Miner Configuration Examples

cgminer --scrypt -o http://us-west01.miningrigrentals.com:3333 -u isuelt.xxxx -p x
sgminer --scrypt -o http://us-west01.miningrigrentals.com:3333 -u isuelt.xxxx -p x
cudaminer --algo scrypt --url http://us-west01.miningrigrentals.com:3333 -u isuelt.xxxx -p x
bfgminer.exe --scrypt -o stratum+tcp://us-west01.miningrigrentals.com:3333 -u isuelt.xxxx -p x --no-gbt --no-getwork

Note: cudaminer users may need to use stratum+tcp://

Please allow up to 2 minutes for your miner to establish its connection


Not sure if you found a fix for this, but if you haven't put http://[MRRStuff] as your pool. Start minera, view the logs for "something like 'stratum at ___- requested reconnect to ____:5####" and switch the 3333 with the 5 number you just found.

+1 on this.  I'd like to get Minera to work with MiningRigRentals.com
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] BETARIGS.COM - Cryptocurrency cloud mining - thousands of rigs available!
by
isuelt
on 19/06/2014, 14:21:07 UTC
Anyone else logged a ticket and not heard back? ....

YES!

Anyone know what time they usually address tickets?

Too long.  They have no SLA ( service level agreement ) so it doesn't seem to matter how long they take.  But to be fair I've never had a ticket go TOTALLY unanswer.  Just many times it take between 8 - 16 hours to get a reply.
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] BETARIGS.COM - Cryptocurrency cloud mining - thousands of rigs available!
by
isuelt
on 19/06/2014, 00:12:41 UTC
to be fair; although the big red lettering was unnecessary, a simple failover function on betrigs would be a great help to everyone concerned.

Yes, definetly. And i am saying that as a rig owner.
This would bring more traffic to the site, and renters would be more protected + we wouldnt have to worry when renters/some pool mess up.
Everyone would benefit from that, dont see why new algos are added before this.
we would simply add one more pool to the code; "-o betarig1 , betarig2 and then our pool for unrented time"

cheers

Yes.

Something like miningrigrentals.com has where users can put in more pools that they can switch between and use as failovers.  I think more rentals would occur on a more regular basis.
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] BETARIGS.COM - Cryptocurrency cloud mining - thousands of rigs available!
by
isuelt
on 17/06/2014, 20:10:18 UTC
Can I get help with ticket #890106  -  48 Hr rental that is stuck


  • It's been over 16 hours and no response on the ticket
  • Even the rig owner put a ticket in because on his side it's working.
  • IRC Support channel - no response


Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HVC] Heavycoin - Ultra-secure, Decentralized Block Reward Voting, Fast
by
isuelt
on 16/06/2014, 14:49:35 UTC

The CEO of Gridseed announced today in his Weibo account that Gridseed launched a new project that they are researching a multiple mining 16nm assic which can mine sha256,sha3,scrypt,scrypt-n and x11 coins simultaneously.

Got a link to that announcement?
Post
Topic
Board Mining (Altcoins)
Re: [Minera] Your next mining dashboard is here.
by
isuelt
on 16/06/2014, 01:28:49 UTC

Has anyone gotten Minera to work with MiningRigRentals.com.  Everytime I put the pool info in it does weird things and never connects.  I've tried both the http:// version and stratum+tcp:// version of their configuration.

I've done this on two different Pi's.  Both Pi's are running mini Gridseed Dual miners.


From the Rig Information page. Does it matter that Minera uses CPUminer?




Miner Configuration Examples

cgminer --scrypt -o http://us-west01.miningrigrentals.com:3333 -u isuelt.xxxx -p x
sgminer --scrypt -o http://us-west01.miningrigrentals.com:3333 -u isuelt.xxxx -p x
cudaminer --algo scrypt --url http://us-west01.miningrigrentals.com:3333 -u isuelt.xxxx -p x
bfgminer.exe --scrypt -o stratum+tcp://us-west01.miningrigrentals.com:3333 -u isuelt.xxxx -p x --no-gbt --no-getwork

Note: cudaminer users may need to use stratum+tcp://

Please allow up to 2 minutes for your miner to establish its connection
Post
Topic
Board Announcements (Altcoins)
Re: Get 1,000 Hobbitcoins (HBC) for your Mintpal vote
by
isuelt
on 14/06/2014, 16:33:15 UTC
vote #60  Grin
Post
Topic
Board Service Announcements (Altcoins)
Re: [ANN] BETARIGS.COM - Cryptocurrency cloud mining - thousands of rigs available!
by
isuelt
on 14/06/2014, 13:25:26 UTC
Seriously !  Several problems on the site and NOOOO response from support. Angry
Post
Topic
Board Service Announcements
Re: [ANN] NiceHash.com - innovative professional cryptocurrency cloud mining service
by
isuelt
on 13/06/2014, 19:06:37 UTC
https://dl.dropboxusercontent.com/u/1493022/nicehash-earnings.PNG

What happen here?  High hash rate but flat earnings?  WTC ( What the CRAP )  Cry Huh
Post
Topic
Board Mining (Altcoins)
Re: [Minera] Your next mining dashboard is here.
by
isuelt
on 05/06/2014, 20:05:34 UTC
i have added the guest view by my own:
pretty hardcoded... just removed the login check and all settings page stuff
works so far but hopefully you will add this to the core script Smiley


http://img4.bilder-hochladen.tv/zL9Nr0LP.png


Can you share the code needed to do this?  I might like to tinker   Grin Roll Eyes

Pretty Easy:

Go to application/controllers/app.php

and add these lines to the end of the index() function
Code:

$this->session->set_userdata("loggedin", 1);
redirect('app/dashboard');
the login page is gone now.
then remove everything which should not visible for guests from
application/views/dashboard.php and sidebar.php

best regards,

what code did you use to add the mining contract timer?
Post
Topic
Board Mining (Altcoins)
Re: [Minera] Your next mining dashboard is here.
by
isuelt
on 31/05/2014, 01:46:54 UTC
i have added the guest view by my own:
pretty hardcoded... just removed the login check and all settings page stuff
works so far but hopefully you will add this to the core script Smiley


http://img4.bilder-hochladen.tv/zL9Nr0LP.png


Can you share the code needed to do this?  I might like to tinker   Grin Roll Eyes
Post
Topic
Board Mining (Altcoins)
Re: [Minera] Your next mining dashboard is here.
by
isuelt
on 31/05/2014, 01:37:30 UTC
i love this project so much.
is there a way to use the frontend to show some stats to 3th persons without a password and full access to the frontend?

i saw the json stats output but there are no hashrates and other stuff i want to show

Actually I like the idea of this feature:
No-auth read-only access.

What do you guys think?

Sounds like a GREAT idea !
Post
Topic
Board Hardware
Re: LIGHTNINGASIC LA75M,75MHS SCRYPT Miner, USD8800; LA1THS, USD1950.shipped out!!!
by
isuelt
on 30/05/2014, 14:56:30 UTC
I am a satisfied customer of BOTH LA and GAW.  Both have their good and bad points, I won't elaborate about GAW on this thread, however.  I do want to reiterate my advice for being a happy customer with LA, which is mostly an issue of managing your own expectations and providing for the fact that LA is essentially a one man company (Jack).  Keeping in mind that Jack seems to handle marketing, pricing, logistics, supplier relations/product design, shipping, and finance all by himself (with tech support recently handed over to Andy/Henry) - that is a lot for one person!!!  Yes, Jack should delegate many of these tasks, but he is ambitious and hungry, and so he doesn't.  I completely disagree that the "one man band" approach is a bad thing or that it reflects badly on the industry.  It is a fundamental reality in emerging tech that you will have one man bands.  Some of these will turn out to be hugely successful (Yahoo!, Apple, HP, and many others started as 1-2 man projects in a garage).   If you deal with LA, you are dealing with Jack so keep that in mind and follow some simple guidelines to stay a happy LA customer:

(1) Always ask Jack to provide a "drop dead" date after which point Jack agrees to refund your money.  This is typically a week or so after his target date in my experience, though it does sound like he is trying to improve that.  Still, be very clear and simple - "After date MMM DD YYYY, you will refund my money if my miner hasn't been shipped, correct?"   Make sure Jack confirms such and you are set.  FWIW, Jack beat the drop dead date 2/3 orders, and barely made it on one order.  On 1/3 orders of mine he was inside the "target" date which is what he will usually quote.    As an aside, GOOD LUCK getting a drop dead date from anyone else (except maybe GAW, I haven't tried asking for a drop dead date with them, since they provide comp for late delivery).  The fact that Jack would give me drop dead dates is the reason I went with LA for the old Gridseed 5 chips in the first place.

(2) 2-3 days before your drop dead date, Skype with Jack and ask if shipped.  Remind him that (a) your target ship date is past, (b) your drop dead date is MMM DD YYYY and only
  • days away, after which he agreed to refund.  Ask him to confirm he will be able to ship by drop dead date or else refund.  The one time Jack barely made my drop dead date, this "reminder" was what got the product out the door.

(3) Communicate with Jack directly on any large order or for information pre-sales.  He is very reachable via Skype, and also sometimes by PM.  Posting here sometimes works too, but Skype is best IMHO.  Jack is a nice guy, very honest and forthright in my experience.  But everything in China (Asia generally) is about personal relationships.  Treat Jack with respect and communicate with him.  Jack is a smart guy too, so don't talk down to him but remember his English is imperfect (though infinitely better than my Mandarin lol).  You may need to repeat things, ask for confirmation, restate what you understand him to be saying etc.  Make sure any agreement with him is crystal clear before you order.  But at the same time, don't treat Jack (or anyone for that matter) like your personal servant.  He is in this to make money, and he is very good at it.  Treat him like a business partner and you will be treated the same by him.

(4) Become a regular.  This goes along with #3.  Jack values repeat business.  So become a repeat customer.  My observation is that Jack/LA tends to get Gridseed/Innosilicon products before anyone else, but the initial order may be limited.  So Jack is going to send those early units to his most loyal customers, which is not necessarily the biggest customer either.  I am small potatoes (3 orders total with Jack), but go my LA90M long before I could have received it anywhere else even though my order quantity of 1 was not very enticing.  But I am a repeat customer and have been supporting LA since Jack's first post - not because I have to, but because I believe Jack is honest, hardworking, price-conscious, and an early adopter ... all of which I value highly. 

(5) Post reviews of LA's products.  Jack is very stingy about handing out free product for reviews (e.g., I don't think he does anything for reviewers).  I have suggested to him that he give someone like Dogie a free miner to write a professional review, but Jack prefers to have his paying customers do reviews.  So write reviews when you get your products.  This will help provide Jack with critical feedback, further your relationship with Jack/LA for future orders, and inform potential customers/members.  FWIW, in both of my reviews posted earlier, I have been critical of some aspects of the product (especially the closed source drivers, and lack of login information for SSH access - both of which really irk me),  but Jack has been very appreciative of the reviews nonetheless. 

(6) If you have a problem, before you post here skype with Jack directly during business hours in China.  I do not understand why so many folks have had customer service issues, so I can only guess that either they have not tried going direct to Jack via Skype, or they have been discourteous to him.  For example, compare the following two conversations, and consider if you were a busy entrepreneur which you respect to:

"Hi Jack!  Hope you are well.  I just wanted to let you know that I haven't received my order that was supposed to be shipped last week.  You said that the absolute latest ship date would be tomorrow.  I just wanted to make sure you have shipped (or will ship by tomorrow as promised). Can you please confirm?"     
 
vs.

"My order is late and I am losing money.  I can't pay my rent.  I am going to sue you if I don't get the miner next week."

Okay, maybe the last is over the top, but from some of the posts earlier maybe not.  In any case, you get the point.  Treat Jack as a business partner and he will treat you the same.

Best regards,

Z


Well said!
Post
Topic
Board Mining (Altcoins)
Re: [Minera] Your next mining dashboard is here.
by
isuelt
on 28/05/2014, 21:08:45 UTC
Is there a thread for feature requests for Minera?

Feature requests:
- *** Pool Rotation setup
   - time based and/or share based

- Device frequency adjustment right on device line ( Like Hashra 1.45 has )

- pre-defined pools

- Skinning features (CSS, images, etc.)

- customizable Coin prices at the top

- save buttons for saving the setup as a separate file and of course an "import setup" button.


Can we setup a vote and bid for the feature requests?  That way the Dev gets the communities' input and some moolah.  Weight the feature additions based on votes and bids for the work. 
Post
Topic
Board Altcoin Discussion
Re: [ANN][Multicoin Pool][PPLNS] [Stratum] give-me-coins.com LOW FEE multicoin pool
by
isuelt
on 27/05/2014, 12:57:53 UTC
Holly S*it it's taking a while to find a BTC / NMC block.  Are these stats right?

http://imgur.com/BswbVlA
Post
Topic
Board Mining (Altcoins)
Re: [Minera] New web management system for Gridseed devices
by
isuelt
on 14/05/2014, 15:15:09 UTC
hey you guys rock! Thanks for all your support!

Minera 0.1.8a is out

* Added save frequencies button
* Log viewer bug fix
* Added debug option




https://github.com/michelem09/minera

"The img file is on the go only few days (since today 2014-05-07) and you will be able to download the minera.img and put it in your SD Card without the worry to do anything else but turn on your brand new Minera controller."


When/where can I get an image file?

Post
Topic
Board Hardware
Re: HASHRA CONTROLA on Raspberry Pi for Gridseed
by
isuelt
on 05/04/2014, 02:03:14 UTC
New v1.3.3 is out.. the bug saving hours per reboot under settings es fixed..

Good stuff!  Thx!

Link??

Github : https://github.com/HASHRA/CONTROLA

SD CARD IMG on this page is still 1.2: http://hashra.com/support/

I was hoping someone would link to complete 4GB SD Card image with 1.3.3 loaded.

Post
Topic
Board Hardware
Re: HASHRA CONTROLA on Raspberry Pi for Gridseed
by
isuelt
on 04/04/2014, 23:19:44 UTC
New IMG file will be 4GB.

We will be releasing a dual version and a Scrypt only version in the coming days... (for a certain new miner coming out)

Great!   (hint:  Wink Put a link in your response, and maybe a bit of a sales pitch about an up coming sale or new "how-to" on your website.  Wink )
Post
Topic
Board Hardware
Re: HASHRA CONTROLA on Raspberry Pi for Gridseed
by
isuelt
on 04/04/2014, 13:41:10 UTC
Version 1.3 of HASHRA CONTROLA will be released this week. We're testing it right now.
new features

screenshot:
https://www.dropbox.com/s/galelbi3c9il2ao/Screenshot%202014-04-02%2019.42.28.png

- removed bfg/cgminer stats which were confusing everybody.
- manual restart
- manual reboot
- clock speed can go all the way to 1200mhz now (not advisable, but for all you modders out there...it will be available)
- system settings with:
-- scheduled restart scheme in hours (0 hours for never)
-- SHA cores configuration for dual mode. You can configure the amount of SHA cores to be enabled (max 16 cores) more cores -> higher sha hashrate but will lower scrypt hashrate and vice versa.
-- you have to login with default user root / root to HASHRA CONTROLA webconsole. you can change this password if you want, in system settings.



Anybody have a 4GB image with 1.3 of Controla that I can play with?