Bitcoin Forum
August 18, 2024, 02:02:07 PM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 [461] 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 ... 970 »
9201  Bitcoin / Hardware / Re: Avalon ASIC users thread on: June 30, 2013, 01:57:56 PM
i ran this:

Code:
home@server:~/git/bitcoin$ bitcoind -reindex

cursor dropped down one line and is just blinking by itself.  does that mean its reindexing?  how can i tell?

Probably.  Is your disk activity light blinking?  Does top or ps show bitcoind using a lot of CPU?  If yes, then it's doing its thing.

For me the process takes hours on a fast system with an SSD.

yeah, i got a blue light on front of pc flashing and top says bitcoind @ 60-70%
9202  Bitcoin / Hardware / Re: Avalon ASIC users thread on: June 30, 2013, 01:40:36 PM
i ran this:

Code:
home@server:~/git/bitcoin$ bitcoind -reindex

cursor dropped down one line and is just blinking by itself.  does that mean its reindexing?  how can i tell?
9203  Bitcoin / Bitcoin Technical Support / Re: "Error opening block database. Do you want to rebuild the block database now?" on: June 30, 2013, 01:28:35 PM
just got back from vacation and find my server shutdown.  0.8.2

upon reboot, i get this same error:

Code:
: Error opening block database.
Do you want to rebuild the block database now?

is there an easier way to rebuild db w/o deleting and redownloading?
9204  Bitcoin / Hardware / Re: Official Avalon Technical Support Thread on: June 30, 2013, 01:04:51 PM
can someone tell me how to delete the blockchain in ubuntu and start a re-download?

unless you can tell me how to get out of this error:

Code:
: Error opening block database.
Do you want to rebuild the block database now?
9205  Bitcoin / Hardware / Re: Avalon ASIC users thread on: June 30, 2013, 01:01:23 PM
can someone tell me how to delete the blockchain in ubuntu and start a re-download?

unless you can tell me how to get out of this error:

Code:
: Error opening block database.
Do you want to rebuild the block database now?
9206  Bitcoin / Hardware / Re: Avalon ASIC users thread on: June 30, 2013, 08:54:14 AM

nice.  glad to see you're in charge.  i had good luck with cgminer and my gpu's.

if i get these mofo's working, i'll be tipping.  thanks.
Not entirely in charge. There are vast areas of fpga and avalon router that I don't touch. I've only really fiddled with the user interface enough to work with the newer cgminer features. The rest is still xiangfu's domain, but I understand he's busy looking after a baby so is probably too busy to worry about such trivialities  Wink

just to be clear; that firmware your link pointed me to doesn't require any unpackaging or unzipping, right?  just download it and then upload to avalon?
9207  Bitcoin / Hardware / Re: Avalon ASIC users thread on: June 30, 2013, 07:53:19 AM

nice.  glad to see you're in charge.  i had good luck with cgminer and my gpu's.

if i get these mofo's working, i'll be tipping.  thanks.
9208  Bitcoin / Hardware / Re: Avalon batch [2] countdown! on: June 30, 2013, 07:48:47 AM
got 2 of my 3 delivered 2d ago Thursday.
9209  Bitcoin / Hardware / Re: Avalon ASIC users thread on: June 30, 2013, 07:40:18 AM
Buy the way do you get usb disconnects? How often do you need to restart your unit. My batch 2 is coming shortly and i will have some clue what is going on with USB there. I have removed ftdi driver, tried direct usb connection to various hosts including PC and USB just disconnects from time to times. If i wait long enough it reconnects and all is fine. I did it just once otherwise reboot not to waste time
 
Can you comment?
 
I do not get usb disconnects any more with my latest code and with wifi disabled.

what's your latest firmware link?
http://ck.kolivas.org/apps/cgminer/avalon/20130627/

and this totally replaces xiangfu's official avalon firmware?
9210  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: June 30, 2013, 07:38:07 AM
Code:
cypher@server:~$ bitcoind -blocknotify="/home/username/git/stratum-mining/scripts/blocknotify.sh --password x --host localhost --port 3333" -daemon
cypher@server:~$ Bitcoin server starting
: Error opening block database.
Do you want to rebuild the block database now?
y
y: command not found

how do i respond to this?

btw, this happened while i was away on vacation.  came back and server shutdown.  wasn't actively mining; just running bitcoind daemon and slush server anyway.  got this error when trying to restart.

should be a simple fix?  anxious to get it working again as my avalons arrived and want to point them at this solo setup to see if they work.  Grin
9211  Bitcoin / Hardware / Re: Avalon ASIC users thread on: June 30, 2013, 07:30:33 AM
Buy the way do you get usb disconnects? How often do you need to restart your unit. My batch 2 is coming shortly and i will have some clue what is going on with USB there. I have removed ftdi driver, tried direct usb connection to various hosts including PC and USB just disconnects from time to times. If i wait long enough it reconnects and all is fine. I did it just once otherwise reboot not to waste time
 
Can you comment?
 
I do not get usb disconnects any more with my latest code and with wifi disabled.

what's your latest firmware link?
9212  Bitcoin / Hardware / Re: Official Avalon Technical Support Thread on: June 30, 2013, 01:24:47 AM
once i configure cgminer, save & apply, the wiki says to restart cgminer to initiate mining.  how do i do that?
9213  Bitcoin / Hardware / Re: Avalon ASIC users thread on: June 30, 2013, 12:55:03 AM
what's the stratum pool address for ozcoin from the US?  stratum.ozco.in:3333 isn't working for me.
9214  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: June 29, 2013, 11:44:30 PM
Try starting it without the -daemon

Once it has finished rebuilding start it adding with the -daemon

same error w/o -daemon
9215  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: June 29, 2013, 11:13:04 PM
Code:
cypher@server:~$ bitcoind -blocknotify="/home/username/git/stratum-mining/scripts/blocknotify.sh --password x --host localhost --port 3333" -daemon
cypher@server:~$ Bitcoin server starting
: Error opening block database.
Do you want to rebuild the block database now?
y
y: command not found

how do i respond to this?
9216  Economy / Speculation / Re: Financial Risk Analytics-Subscription Service on: June 29, 2013, 08:02:20 PM
1 more day to sub for July @ 1BTC/mo.
9217  Economy / Speculation / Re: Gold collapsing. Bitcoin UP. on: June 29, 2013, 06:35:29 PM
Gold is a barbaric relic, deal with it. Grin

it's "barbarous" relic.

unless you're calling miscreanity a barbarian.  Grin
9218  Economy / Speculation / Re: Gold collapsing. Bitcoin UP. on: June 29, 2013, 06:34:30 PM
APMEX was advertising a special on PAMP 1oz gold bars, $29.99 over spot.  The special ended a few hours ago so I thought I'd check in to see what the new rate is, it's $29.99 over spot  Cheesy

I guess they have a lot of supply leftover.

ROFL. over supply?

Yup.  Gold bugs constantly harp about the divergence between paper gold and physical gold.  Well, right there you can buy all the physical gold you want for a very reasonable price over spot, but it doesn't really look like people are buying.  Maybe when it gets closer to $1000.

i keep offering to sell the rest of my gold coins to miscreanity for the bargain physical price of $2800/oz but he keeps refusing.  even though he knows it's going to $30,000/oz.
9219  Economy / Speculation / Re: Financial Risk Analytics-Subscription Service on: June 29, 2013, 05:30:55 PM
back
9220  Economy / Speculation / Re: Financial Risk Analytics-Subscription Service on: June 27, 2013, 07:55:44 PM
shorts
Pages: « 1 ... 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 [461] 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 ... 970 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!