Bitcoin Forum
May 08, 2024, 11:09:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 »
101  Bitcoin / Hardware / Re: [AVALON] - I got my ASIC Thread (Batch #1) on: May 17, 2013, 08:52:58 AM
Hi everyone, I'm glad to announce that just received today my ASIC unit =D

http://postimg.org/image/mycbkerab/
http://postimg.org/image/cbp48qp69/

Although I'm concern about the conditions of my received unit. Anyone else had received his unit in poor conditions? mine seems to be used before... even worst it's damaged!.  Angry

http://postimg.org/image/wgyl3jgkp/
http://postimg.org/image/tgl4jdz31/
http://postimg.org/image/tg3fzgz5r/
http://postimg.org/image/a10pffa41/
http://postimg.org/image/4o2o9t7f7/
http://postimg.org/image/dj0cs91ld/
http://postimg.org/image/g62ndnvyn/

Also came with an unexpected buddy:

http://postimg.org/image/quoynpf81/


I already wrote Mr. NG Zhang regarding this unpleasant issue..
Someone REALLY mined the shit out of them..
102  Bitcoin / Mining support / Re: Install scripts for eloipool + bitcoind private pool on Ubuntu 12.04 on: May 17, 2013, 08:50:06 AM
nohup: failed to run command `../eloipool/eloipool.py': No such file or directory

It could just be a permissions issue. Either that or eloipool was not installed correctly.  Can you run eloipool manually?

I've done it this way:

fresh 12.04 Debian install.
All the librarys and stuff, really, everything I could find related to bitcoind / eloipool.
follow instructions of getaway to download and compile bitcoind via ubuntu-install.sh (I've done this in previous attempts myself..figure out I'll follow it strictly this time)
let bitcoind start and get the complete blockchain.
installpool.sh
run-eloipool.sh
nothing happens

I dont know how to start the eloipool myself?

if this is how you start eloipool, then this happens:


as@s2:/opt/eloipool-server/eloipool# python eloipool.py
Traceback (most recent call last):
  File "eloipool.py", line 77, in <module>
    bcnode = BitcoinNode(config.UpstreamNetworkId)
  File "/opt/eloipool-server/eloipool/bitcoin/node.py", line 146, in __init__
    super().__init__(*a, **ka)
TypeError: super() takes at least 1 argument (0 given)
as@s2:/opt/eloipool-server/eloipool#
103  Bitcoin / Mining support / Re: Install scripts for eloipool + bitcoind private pool on Ubuntu 12.04 on: May 16, 2013, 11:28:17 PM
Hi,

after the fork debug.log shows the following:

2013-05-16 14:56:30 runCommand error: system(/usr/eloipool-server/scripts/newblock.sh) returned 256
2013-05-16 14:56:30 Committing 257 changed transactions to coin database...
2013-05-16 14:56:30 SetBestChain: new best=0000000000000135919e2963ab7091bd361e0bb8d0e67110772fb9ab8a2c160f  height=236421  log2_work=70.04519  tx=17911087  date=2013-05-16 06:52:12 progress=0.996905
eloipool.py: no process found
2013-05-16 14:56:30 runCommand error: system(/usr/eloipool-server/scripts/newblock.sh) returned 256
2013-05-16 14:56:30 Committing 1292 changed transactions to coin database...
2013-05-16 14:56:30 SetBestChain: new best=00000000000000918098e299864e8e6d3d99d30f0bec47d52d9cb83c180dada6  height=236422  log2_work=70.045247  tx=17911660  date=2013-05-16 07:01:37 progress=0.996965
eloipool.py: no process found
2013-05-16 14:56:30 runCommand error: system(/usr/eloipool-server/scripts/newblock.sh) returned 256
2013-05-16 14:56:30 Committing 134 changed transactions to coin database...
2013-05-16 14:56:31 SetBestChain: new best=00000000000000f719b1256e6e72cd8b629788c3113ce61d73f45898b531606b  height=236423  log2_work=70.045304  tx=17911748  date=2013-05-16 07:02:33 progress=0.996971
eloipool.py: no process found
2013-05-16 14:56:31 runCommand error: system(/usr/eloipool-server/scripts/newblock.sh) returned 256
2013-05-16 14:56:31 Committing 1021 changed transactions to coin database...
2013-05-16 14:56:31 SetBestChain: new best=0000000000000161de562e6eda356231cf30572f5e3052b8a2a7edec885264ca  height=236424  log2_work=70.045361  tx=17912083  date=2013-05-16 07:13:40 progress=0.997042
eloipool.py: no process found
2013-05-16 14:56:31 runCommand error: system(/usr/eloipool-server/scripts/newblock.sh) returned 256

Also, I experience the following error:


as@s2:/usr/eloipool-server/scripts# nohup: redirecting stderr to stdout
nohup: failed to run command `../eloipool/eloipool.py': No such file or directory
^C

Edit 2: when I edit the eloipool.ty header to 2.7 python and not python3 it doesnt give back the no such file error but does nothing.
What version of Ubuntu are you running?  Are you absolutely certain that everything is installed correctly and that bitcoind has finished downloading the blockchain?

I am. I invite you onto my SSH.. Ubuntu 12.04
nohup: redirecting stderr to stdout

this is all that basicly comes out now when I start the eloipool.

{
    "version" : 80100,
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 236520,
    "connections" : 3,
    "proxy" : "",
    "difficulty" : 11187257.46136079,
    "testnet" : false,
    "keypoololdest" : 1368718691,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}


this is the current blockchain count..
104  Bitcoin / Mining support / Re: Install scripts for eloipool + bitcoind private pool on Ubuntu 12.04 on: May 16, 2013, 02:56:01 PM
Hi,

after the fork debug.log shows the following:

2013-05-16 14:56:30 runCommand error: system(/usr/eloipool-server/scripts/newblock.sh) returned 256
2013-05-16 14:56:30 Committing 257 changed transactions to coin database...
2013-05-16 14:56:30 SetBestChain: new best=0000000000000135919e2963ab7091bd361e0bb8d0e67110772fb9ab8a2c160f  height=236421  log2_work=70.04519  tx=17911087  date=2013-05-16 06:52:12 progress=0.996905
eloipool.py: no process found
2013-05-16 14:56:30 runCommand error: system(/usr/eloipool-server/scripts/newblock.sh) returned 256
2013-05-16 14:56:30 Committing 1292 changed transactions to coin database...
2013-05-16 14:56:30 SetBestChain: new best=00000000000000918098e299864e8e6d3d99d30f0bec47d52d9cb83c180dada6  height=236422  log2_work=70.045247  tx=17911660  date=2013-05-16 07:01:37 progress=0.996965
eloipool.py: no process found
2013-05-16 14:56:30 runCommand error: system(/usr/eloipool-server/scripts/newblock.sh) returned 256
2013-05-16 14:56:30 Committing 134 changed transactions to coin database...
2013-05-16 14:56:31 SetBestChain: new best=00000000000000f719b1256e6e72cd8b629788c3113ce61d73f45898b531606b  height=236423  log2_work=70.045304  tx=17911748  date=2013-05-16 07:02:33 progress=0.996971
eloipool.py: no process found
2013-05-16 14:56:31 runCommand error: system(/usr/eloipool-server/scripts/newblock.sh) returned 256
2013-05-16 14:56:31 Committing 1021 changed transactions to coin database...
2013-05-16 14:56:31 SetBestChain: new best=0000000000000161de562e6eda356231cf30572f5e3052b8a2a7edec885264ca  height=236424  log2_work=70.045361  tx=17912083  date=2013-05-16 07:13:40 progress=0.997042
eloipool.py: no process found
2013-05-16 14:56:31 runCommand error: system(/usr/eloipool-server/scripts/newblock.sh) returned 256

Also, I experience the following error:


as@s2:/usr/eloipool-server/scripts# nohup: redirecting stderr to stdout
nohup: failed to run command `../eloipool/eloipool.py': No such file or directory
^C

Edit 2: when I edit the eloipool.ty header to 2.7 python and not python3 it doesnt give back the no such file error but does nothing.
105  Bitcoin / Hardware / Re: Avalon batch [2] countdown! on: May 16, 2013, 02:51:01 PM
I am not sure if all 600 were sold for B2 (I haven't seen any confirmation, but I guess we can assume it was fully floated).
There is also the trade-in batches, which are an unknown quantity.
I think I read that all 600 B3s were sold.

My guess -- if chips ship before batch 4 orders are opened... there won't be much interest in a fourth batch.  I don't think there has been any limits stated on chip orders other than they are planning on taking orders through the end 2013.

Avalon calculates their price accordingly to the current difficulty.
106  Bitcoin / Hardware / Re: Avalon batch [2] countdown! on: May 15, 2013, 07:42:41 PM
I also purchased within the first 10 minutes of Batch 2 opening, and am still waiting to see the order in my account page on Avalon.

Only confirmation I have is a message from a support ticket a few months ago that simply says "Your order is proceed correct on our end."


So why worry?
107  Bitcoin / Hardware / Re: Avalon batch [2] countdown! on: May 15, 2013, 10:16:57 AM
Why dont you guys stop comparing? BFL is obviously a legit company and so is Bitsyncom.
If one or the other scams, fine, our money is down the drain. We knew that risk before buying. Lets just wait for updates.
108  Bitcoin / Hardware / Re: Avalon batch [2] countdown! on: May 14, 2013, 04:03:05 PM
I suspect yufi will magically not show up...then we are all fuxxored.

I hope not, lol
109  Economy / Scam Accusations / Re: anyroll is a SCAMMER on: May 14, 2013, 07:09:05 AM
I was so happy, lol.
110  Bitcoin / Hardware / Re: BFL ASIC Production Updates 2013 (Updated May 13) on: May 14, 2013, 06:52:04 AM
Good to see that BFL is significantly ramping up chip production. With 100 chips they should have no issues cranking out 400 units per day. Delays are sure to be a thing of the past from now on!

you had me crackin with this one! haha!
111  Economy / Computer hardware / Re: Selling Macbook Pro 20011 with broken Display on: May 13, 2013, 08:59:23 PM
Bump
112  Economy / Computer hardware / Re: Selling Macbook Pro 20011 with broken Display on: May 12, 2013, 01:18:24 PM
you didn't fell down in a puddle during camping trip and water damage the macbook, did you? Cheesy
just want to make sure  Wink
No water damage, guaranteed Smiley
113  Economy / Computer hardware / Re: Selling Macbook Pro 20011 with broken Display on: May 12, 2013, 12:30:35 PM
What is the processor type and speed, and how much RAM?

2.3GHz dual-core Intel Core i5 processor with 3MB shared L3 cache or 2.7GHz dual-core Intel Core i7 processor with 4MB shared L3 cache
4GB (two 2GB SO-DIMMs) of 1333MHz DDR3 memory; two SO-DIMM slots support up to 8GB
http://support.apple.com/kb/sp619

ouch.....

the "screen" you refer to is actually synthetic glass, it's separated from the actual screen behind it.

so the actual screen with a dent like that is probably cracked  Embarrassed

but based on you keyboard layout, you are in Europe?

Yes, I am from europe.
114  Economy / Computer hardware / Re: Selling Macbook Pro 20011 with broken Display on: May 12, 2013, 11:34:19 AM
I've noticed now that the screen is not cracked at all. It is probably just the back of the glass that cracked and leaked ink or whatever it is into the screen.
Here are the pictures:


115  Economy / Computer hardware / Re: Selling Macbook Pro 20011 with broken Display on: May 12, 2013, 01:33:28 AM
Does it work on a external monitor?

I've not tested that. What kind of cable do I need for that? If its working with a normal HDMI / DVI cable I'll test it tomorrow.

But I guess it is not, because after the accident I could see the display still working (but with black ink leaked into it) with a running wheel. I've let it run for a few days it didnt boot up from there. The MBP was running while it fell down, so I guess it has some harddrive errors (it reported some errors as I plugged it onto my PC). I was able to read the files on the HD, but that does not rule out the bootsector has been damaged.
116  Economy / Computer hardware / Re: Selling Macbook Pro 20011 with broken Display on: May 12, 2013, 01:22:12 AM
It is a 13". Yes, pictures will come tomorrow.
117  Economy / Goods / Re: Noella Jean Jewellery - Our First Sale!!! Get 10% OFF until the 16th May 2013 on: May 12, 2013, 01:21:32 AM
It was more my personal frustration, I'd love a 10% discount on a rolex.
118  Economy / Computer hardware / Re: Selling Macbook Pro 20011 with broken Display on: May 12, 2013, 12:51:28 AM
if it's only used for 1 month, could you tell what happened to it?
so ppl can make their offer more reasonable
It feel down during a camping trip and hit a stone (with the display closed, theres a ditch in the back of the display).

The macbook price is @ buy now 5BTC (including harddrive). This may seem outrageous, but this is a BUY NOW price.

Offers below 2BTC are not considered. Everything above is.

119  Bitcoin / Bitcoin Technical Support / Re: Update Bitcoind 0.7.2 to 0.8 on Debian on: May 11, 2013, 10:55:28 PM
So, I've done that, its still showing version 32400. Any troubleshooting?
120  Bitcoin / Bitcoin Technical Support / Update Bitcoind 0.7.2 to 0.8 on Debian on: May 11, 2013, 10:03:19 PM
Hi,

how can I update 0.7.2 to 0.8? I've checked getinfo and I'm on 32400 Version (?). Any hints I can look for?

edit:
Got it, in case anyone looks for this:

http://wp.geeklab.com.ar/gl-en/2013/03/04/how-to-install-bitcoin-0-8-0-on-debian-squeeze/
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!