Search content
Sort by

Showing 20 of 137 results by libertybuck
Post
Topic
Board Service Announcements
Re: BITMAIN's website and online store are open-promotion with limited 30 AntMiner
by
libertybuck
on 12/01/2014, 23:49:55 UTC
It will be great if you allow us order asic chip from your web shop.

You can try http://www.ninjatech.org for ~10k chips

Sir, thanks for the information.
Post
Topic
Board Hardware
Re: - One String - a novel bitfury miner design -
by
libertybuck
on 11/01/2014, 03:40:22 UTC
Hi intron, please PM me price for hex-fury. 
Post
Topic
Board Service Announcements
Re: BITMAIN's website and online store are open-promotion with limited 30 AntMiner
by
libertybuck
on 11/01/2014, 03:37:44 UTC
It will be great if you allow us order asic chip from your web shop.
Post
Topic
Board Hardware
Re: NanoFury Project - Open Source Design
by
libertybuck
on 25/12/2013, 02:05:51 UTC
The device interacts directly with bfgminer so no it doesn't have any firmware.

Thanks. Good idea. Customers need not worry about firmware updating.
Post
Topic
Board Hardware
Re: NanoFury Project - Open Source Design
by
libertybuck
on 22/12/2013, 03:31:03 UTC
Sorry I have a silly question. Does the microchip PIC need NOT firmware ?  I could not find it from github.
Post
Topic
Board Group buys
Re: DRILLBIT SYSTEM Miners - Thumbs 0.5 BTC (5 left), 8 Boards 1.6 BTC (7 left)
by
libertybuck
on 13/11/2013, 03:52:24 UTC
Done and sent a PM.
Post
Topic
Board Group buys
Re: [OPEN] - GROUP BUY of BITFURY Chips + DRILLBIT SYSTEM mining assembly
by
libertybuck
on 20/08/2013, 10:43:41 UTC
Hi Barntech,

I have just sent you payment for 32 chips with PayPal. 

Transaction ID: 90J458500N428250B

Payment Total:  $832.00 USD

Please check your PayPal account.

Regards

libertybuck
Post
Topic
Board Group buys
Re: [OPEN] - GROUP BUY of BITFURY Chips + DRILLBIT SYSTEM mining assembly
by
libertybuck
on 20/08/2013, 07:43:54 UTC
Hi Barntech,

Quote
To calculate BTC required: Multiply the number of chips desired by $25 (cost=chips*US$25) to arrive at the $US dollar amount. Then times this amount but the current exchange rate (currently 1BTC = US$104).

I want to order chips with BTC.  Today MTgox exchange rate is $120/btc.  So, to calculate btc amount which exchange rate should I use ?

Regards

libertybuck
Post
Topic
Board Pools
Re: [19000 GH] Eligius: Decntrlzd, ASIC-rdy, 0Fee CPPSRB, 0reg, BTC, 877 # support
by
libertybuck
on 15/08/2013, 13:40:47 UTC
Hello everyone. Please check your Eligius stats info now. In [Eligius Pool Statistics] --> [My User Stats Page],  Unpaid Balance / Shelved Shares / Hashrate Average / Weighted Shares do not update any more.  What's the issue ?
Post
Topic
Board Services
Re: Butter Bot!: New BTC-E and MtGox EMA Trading Platform
by
libertybuck
on 09/08/2013, 09:28:14 UTC
****************
Demo Version
****************

I just want to let everyone know that we have enabled a demo version of the bot to which you can refer your friends if they are interested in the bot but not yet committed to purchasing Smiley. You can find the demo bot on the main page: www.butter-bot.com; the demo lets you test drive the full featured bot for a full hour so you can get a hang of the features and running ops.

Please let me know if anyone needs anything Smiley.

Pablo.

Hi, I tried the demo today. It sold all of my btc in btc-e. But I could not find order history from the bot. Please add this feature in later version.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
libertybuck
on 26/05/2013, 02:17:15 UTC
I believe you have received your avalons already no?

Yes. Already.


Would you care to comment on your experience with this setup of using slush and the avalon?  A number of folks are using eloipool since Jeff posted a rough howto earlier.

I have been tempted to wrestle with eloipool again, but slush worked much better out of the box.  Mine is happily setup and running fine with my testing GPUs... (28 days in and 3.4% of the round completed!  Shocked ).  I really like that slush has the little status webpage.

I tried https://bitcointalk.org/index.php?topic=158105.60 and https://bitcointalk.org/index.php?topic=172151.0 , but I do not have enough skill to make neither of them work.

To try tiktoc's tutorial, I prepare a fresh ubuntu server under vmware esxi. I do it step by step according to https://bitcointalk.org/index.php?topic=162788.msg1712011#msg1712011 . All are quite smooth. Currently I am testing and studying the pool with icarus. Will point avalon to it later.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
libertybuck
on 25/05/2013, 11:59:45 UTC
Are you using a external database like mysql?
What section of the tute did you get the error in?
I havent seen the error before you might be able to get more answers in the pools forums there is thread there for stratum pool software.

Sir. Thanks for your reply. I have fixed the issue. It was because I did not install sqlite on that fresh ubuntu.
Post
Topic
Board Hardware
Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup
by
libertybuck
on 24/05/2013, 04:12:50 UTC
Thanks tiktok. This is the best tutorial related with bitcoin. I have bookmarked it.

During installation I got the following error message, please help me check it:

Code:
mypoolroot@ubuntu:~/git/stratum-mining$ twistd -ny launcher.tac -l -
2013-05-23 22:56:08,199 INFO mining # Connecting to bitcoind...
2013-05-23 22:56:08-0500 [-] Log opened.
2013-05-23 22:56:08-0500 [-] twistd 13.0.0 (/usr/bin/python 2.7.3) starting up.
2013-05-23 22:56:08-0500 [-] reactor class: twisted.internet.epollreactor.EPollReactor.
2013-05-23 22:56:22-0500 [-] Unhandled Error
        Traceback (most recent call last):
          File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/application/app.py", line 402, in startReactor
            self.config, oldstdout, oldstderr, self.profiler, reactor)
          File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/application/app.py", line 323, in runReactorWithLogging
            reactor.run()
          File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/base.py", line 1192, in run
            self.mainLoop()
          File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/base.py", line 1201, in mainLoop
            self.runUntilCurrent()
        --- ---
          File "/usr/local/lib/python2.7/dist-packages/Twisted-13.0.0-py2.7-linux-i686.egg/twisted/internet/base.py", line 824, in runUntilCurrent
            call.func(*call.args, **call.kw)
          File "/home/mypoolroot/git/stratum-mining/mining/DBInterface.py", line 80, in run_import
            d = self.bitcoinrpc.getinfo()
        exceptions.AttributeError: DBInterface instance has no attribute 'bitcoinrpc'

2013-05-23 22:57:23,541 INFO mining # Connected to bitcoind - Ready to GO!

Post
Topic
Board Altcoin Discussion
Re: Ripple Giveaway!
by
libertybuck
on 22/05/2013, 01:20:42 UTC
rrsKPGnxp7hHab4zWUCYc4FhM7otir6r4t
Post
Topic
Board Hardware
Re: Official Avalon Technical Support Thread
by
libertybuck
on 04/05/2013, 01:17:03 UTC
My Avalon Enermax PSUs are dying one after another. 3 PSUs dead in 3 days, and I can't pinpoint the reason.

Any ideas why it may happen? Is it a common for Enermax PSU to die like this? None of the Corsair PSUs died at the same time.

Anyone had their Avalon PSU dead and was able to identify the reason?

If Enermax is indeed problematic, what is the recommended replacement?

I appreciate any help or advice you may have regarding this...


I have two PSUs dead too.  The first one is Corsair, the second one is Enermax.

I replaced them with Enermax 80+ platinum 1000 watts and Enermax 1250 watts. Both could work stable. (The drawback is that I could not put PSU inside avalon case any more.)
Post
Topic
Board Hardware
Re: Who else from Avalon batch 1 hasn't received a unit or shipping information?
by
libertybuck
on 02/05/2013, 09:37:07 UTC
Finally I received all of my units.  Aseras please help me update the list.  Thanks.
Post
Topic
Board Hardware
Re: Avalon batch [2] countdown!
by
libertybuck
on 01/05/2013, 11:39:36 UTC
给avalon团队的一封信

有以下几个问题我想了解:
*我的信息是不是佚名的?
*我是不是有一个完整的经营许可?
*我有没有给所有运到中国的货物提供发票?
*出口清关我做的对不对?
*所有的税我都付了么?
*我要不要让我的投资者发火?


兄台, 我理解您的感受, 也明白您问题的含义. 但我在此拜托您, 一定要忍耐, 不要有进一步的过激言行. 因为, 会有太多的人受到牵连. 我不清楚您订购的是第几批avalon, 我订购的是第一批avalon, 到目前为止我尚且有8台机器没有收到, 所以, 我受的"委屈"比您的更为深重, 我尚且能忍受, 您一定也能做到.

换个角度考虑, ngzhang是智慧人, 他若只考虑挣钱的话, 完全有更为简单安全的方法: 把顾客的预付款一概退回去, 用自己生产的avalon自己挖矿卖, 这不是挣钱最快的方法吗? 而且, 还会有谁有资格对他指指点点?

我估计, 目前发货延迟可能是元器件供货渠道不顺畅, 或正在安装调试新的生产线. 所以, 我希望大家都再耐心等待. 也许下一周有顺丰快递送货到您家门也不是没有可能.     
Post
Topic
Board Mining software (miners)
Re: [My Pool] Pool Server in a Box
by
libertybuck
on 27/04/2013, 13:12:36 UTC
Code:
eloipool@mypool ~/bin $ ./eloipool.py
Illegal instruction



I'm guessing you didn't run the launcher as per the instructions; so the configuration file is malformed because the launcher hasnt yet made the config file.

Sir,

Thanks for your reply.

I run "./_launchpool" based on your instructions, but it shown the error message "Illegal instruction". So, I checked the content of file "_launchpool" and then run "./eloipool.py" seperately. That is to say, config.py should already be made by "./_launchpool".

If you have interest to have a check I could pm you the root message of my server .

Post
Topic
Board Mining software (miners)
Re: [My Pool] Pool Server in a Box
by
libertybuck
on 27/04/2013, 02:47:13 UTC
Anyone run eloipool successfully with this image ?

When I try to run eloipool I got the following error:

Code:
eloipool@mypool ~/bin $ ./eloipool.py
Illegal instruction

Post
Topic
Board Hardware
Re: Avalon batch [2] countdown!
by
libertybuck
on 25/04/2013, 04:50:28 UTC
Batch 1 got delivered - nice.

Damn. I am still waitting anxiously for my last 8 units.