Bitcoin Forum
June 25, 2024, 07:05:20 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Digital goods / Re: [WTS] Crypto-related Twitter account with 1600+ REAL followers on: March 21, 2016, 05:15:50 PM
I'm interested. Send me a message
2  Bitcoin / Mining software (miners) / Re: AwesomeMiner - Miner Management Software - Control All of Your Miners on: March 18, 2016, 10:15:53 PM
Thank you. The software makes things a lot easier and like I said before, it's not mine, a member on here created this and released it here, I just wanted to give a tutorial on how to set it up.

3  Bitcoin / Mining software (miners) / Re: AwesomeMiner - Miner Management Software - Control All of Your Miners on: March 18, 2016, 05:02:42 AM
Does is it developed by your self?

No, I wish my C++ was that good. it's developed by a member here I believe.
4  Bitcoin / Mining software (miners) / AwesomeMiner - Miner Management Software - Control All of Your Miners on: March 18, 2016, 04:25:12 AM
Hi guys. I know its not new, but I wanted to put it out there for those who are like me, and are tired of using several interfaces and web UI's to control all of their miners.

So, this is AwesomeMiner in a nutshell
Awesome Miner is a Windows application for managing and monitoring mining of Bitcoin, Litecoin and other crypto currencies
  • Pool Management
    GPU and Devices
    Coin Statistics
    Built-in Web Panel

Here is the main user interface:


Bascally, this will allow you to control all of your miners. Heres a tutorial on youtube on how to set it up, and it also shows a
few of the features of this. You can use it to switch all of your miners into a single pool, or mine several different cryptocurrencies
like ethereum, bitcoin, litecoin, peercoin, and even a lot of the newer ones.

Stable version, works great. Let me know if you have any questions about it.
The Howto on Youtube:
https://www.youtube.com/watch?v=xMd-tYy9ciI
5  Economy / Services / WTB Youtube Views with Btc on: March 18, 2016, 02:06:10 AM
hey guys. I'm looking to buy some youtube views with btc.

Can someone here point me in the right direction?

I looked at A-Ads but thats just traffic to site instead of youtube views.

Post your prices here or link to a legit seller here,
6  Economy / Computer hardware / Bitcrane Ultrahoist w/ Bitcrane Water Cooler and Bitcrane PSU on: February 06, 2016, 06:24:23 AM
I bought a Bitcrane T 110s when they first came out. I was one of the first to overclock the bitcrane, and im sure you'll see my video everywhere... unfortunately under a lot of other names as i found out.. anyway. Im selling the guts basically.

So the t 110s was basically 2 Ultra hoist boards, 2 water coolers, and 1 psu, with a case. and cubie board.

Well, it cools better without the case.

I am selling:

1 Ultrahoist Board (no problems, pdf for over/under-clocking included)
1 CPU Water Cooler (will detach before shipping. You must have arctic 5 to reapply)
1 Bitcrane 1100watt PSU with the cables for ultrahoist,
1 Cubie Board loaded with Bitcrane Mining setup

All cables included

The Miner gets 500 Gh/s. You can attach a second ultrahoist board easily. just plug the usb into the cubieboard.

Asking 0.4 BTC + Shipping

I will only ship inside the USA.

No problems with it.




7  Economy / Computer hardware / Re: [WTS] Bitcrane ultrahoist - 500ths - 95$ NEW on: January 15, 2016, 07:21:53 AM
I'd like to know as well if you still have a few of these. I need only 1.
8  Bitcoin / Hardware / Re: How to OverClock BitCrane T-110s on: December 31, 2015, 04:42:33 PM
So how high have you gone up on this for overclocking?  What has been your long term results with overclocking it.

around 1.3 to 1.4 th/s. I didn't  do any long term overclocking. I do know that at 1.1 th/s, default settings, the btc runs at a very high temp.
around 103c is about the average for each ASIC. But When I overclocked it,
the temp of both asic's went up to 108c.

The Bitcrane by default, has a safegaurd setting. If it even touches 110 C temp... it will shut down for 10 minutes, usually i have to flip the power switch off and wait 10 minutes, then turn it back on.

I hit 110c temps before once or twice.

As far as long term overclocking, you should consider a new powersupply for the asics. but don't go messing things up because if you bought yours from Bitcrane too, you still have your warranty ... I believe.
9  Bitcoin / Hardware / Re: How to OverClock BitCrane T-110s on: December 31, 2015, 04:32:15 PM
This is correct.

I apologize for my outdated video. I bought the t110-s when it was first released, and i was the first to overclock it.

When I overclocked mine, I was able to hit around 1.4 th/s but, I don't know about any long term effects on the hardware. I only overclocked it, let it run for a couple days or so, and then switched it back to the default settings

Please use the advice given by ccoaston.

Same Location
Different File.

Ill update my post in a second about this.

NEW Config File: pools.conf.json
odd, the mode.conf.json, was actually one of their first setups.
10  Bitcoin / Hardware / How to OverClock BitCrane T-110s on: March 06, 2015, 11:58:08 AM
I recently purchased a bitcrane t-110s from BitCrane and so far I love it

Since it didn't come with a user manual, or anything that let me have access, I have been emailing back and forth with Bitcrane support just to get ssh access credentials, and go through some of the settings.

To overclock the Bitcrane T-110s, all you have to do is change 2 settings inside of 1 file and restart the bitcrane.

Now you will need a SSH client, like BitVise or Putty. I use bitvise.

With your SSH client, type the IP of your miner, user the username and password below:
Code:
username: cubie
password: cubie


After you login, type this command to edit the pools.conf.json file.

Code:
sudo vi /usr/local/bin/page/config/pools.conf.json

User 'Insert' on you keyboard to edit the file in command line. You can change the line
Code:
{"mode":"economic","freq1":600,"voltage1":0,"freq2":675,"voltage2":0}
to
Code:
{"mode":"economic","freq1":600,"voltage1":0,"freq2":725,"voltage2":0}

When you are done changing that type this and hit enter:
Code:
:wq

Now that that is done, you are going to want to restart you Bitcrane by typing this:
Code:
sudo killall cgminer

And after your miner starts back up FULLY, THEN RUN THIS COMMAND one more time
Code:
sudo killall cgminer


This seems to do the trick. If you change it too much, the machine will just try to boot up but it will not. It will just keep restarting the ASIC that you changed.

Code:
ASIC 1 is FREQ1
ASIC 2 is FREQ2

I have a YouTube Video below, but its probably better to just follow my guide here. I got all of this info from Bitcrane and have tried it myself on my BitCrane T-110s and it looks like I'm getting around 1.4Th/s now. Not much better, but better.

Code:
Youtube Video
https://www.youtube.com/watch?v=SoI42ICcAwY



Friendly Reminder: This post has been updated to fit the new confiuration of most Bitcrane T110 and T110s



Donate BTC If I Helped You Today
My Wallet Address: 1E6uanwNe3uNWqTUEwH621tJ7iN1Z2rKxs
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!