Bitcoin Forum
July 01, 2024, 12:24:00 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 512 513 514 515 516 [517] 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 ... 970 »
10321  Economy / Speculation / Re: Gold collapsing. Bitcoin UP. on: April 07, 2013, 12:51:00 PM
The Daaash for Digital Caaash continues...

...

 Wink
10322  Economy / Speculation / Re: Financial Risk Analytics-Subscription Service on: April 07, 2013, 12:49:04 PM

LOL!

Do you have any idea what you're talking about?
10323  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 07, 2013, 12:41:00 AM
can you clarify these parts in the OP, please?:

"further down in the config.py file find this line ALLOW_NONLOCAL_WALLET = True                            # Allow valid, but NON-Local wallet's

change ALLOW_NONLOCAL_WALLET = False
to

ALLOW_NONLOCAL_WALLET = True"

"(On headless servers, You can use screen to run the server in so you can rettach back to screen and see the output of the server. just type screen on the command

line and it will lod up to a new command prompt, start the server as usal. when you done before you disccount or close your ssh session do a cntrl d  which will

detach screen. When you login next and want to look at the pool server output type screen -r on the command line.)"

"If the machine is rebooted for some reason you will have to start bitcoind and the pool server again. This can be automated if you want."

It would be cool if you could show us how to auto start bitcoind and the pool server in the event of a temporary power outage.

0.5 BTC tip sent.  Thanks.  Cheesy
10324  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 07, 2013, 12:17:27 AM
They are in the unix timestamp format

You can use this to decode them.
http://www.unixtimestamp.com/index.php


more info http://en.wikipedia.org/wiki/Unix_time

blocknotify looks good, you change the prev_hash check time ?

yep.  to 60 like you said.
10325  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 07, 2013, 12:14:34 AM
looks ok, when the blocknotify runs from bitcoind does the out put say the same as when tested ? eg blocknotify done in 0.20 (the time changes)seconds?

joe@cypher:~/git/stratum-mining$ blocknotify: done in 0.397 sec
blocknotify: done in 0.436 sec
blocknotify: done in 0.338 sec
blocknotify: done in 0.404 sec
blocknotify: done in 0.393 sec
blocknotify: done in 0.350 sec
blocknotify: done in 0.310 sec
blocknotify: done in 0.412 sec
blocknotify: done in 0.424 sec
blocknotify: done in 0.473 sec
blocknotify: done in 0.395 sec
blocknotify: done in 0.361 sec
blocknotify: done in 0.385 sec

Quote
Also the passwords are different as you are meant to be using your passwords that you choose, not the ones in the tute.

You didnt use the rpc password from the tute ? you used the one bitcoind generated when you first ran it ?

If its the one from the tute page I would change it.

as i said, i'm just testing right now so i will change pwd's when my avalons come  Cheesy
10326  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 07, 2013, 12:09:56 AM
can you help me decipher these times from bitcoind listtransactions?:

Code:
"time" : 1365293126,
        "timereceived" : 1365293162
10327  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 06, 2013, 11:55:34 PM
this looks good does it not?

Code:
9aea940cefe1faf5549840da80 (1) valid bitcoinrpc
2013-04-06 16:54:48,236 INFO interfaces # 00000000f8400ebc85c8eb041171b2d000a3930a52c46d4c69b0ecfbcdf6ec0b (1) valid bitcoinrpc
2013-04-06 16:55:19,929 INFO interfaces # 00000000505b58c68d9fc08ae1f87401fa6558dba4365bf72c6d4b132a491172 (3) valid bitcoinrpc
2013-04-06 16:55:21,250 INFO template_registry # We found a block candidate! 000000000179cce0c344803c172878b87a6ce63c8508b7c673e7564e78687040
2013-04-06 16:55:21,253 INFO interfaces # 000000000179cce0c344803c172878b87a6ce63c8508b7c673e7564e78687040 (173) valid bitcoinrpc
2013-04-06 16:55:21,486 INFO interfaces # Block 000000000179cce0c344803c172878b87a6ce63c8508b7c673e7564e78687040 ACCEPTED
2013-04-06 16:55:21,486 INFO DBInterface # Updating Found Block Share Record
2013-04-06 16:55:21,487 INFO DBInterface # Inserting 5 Share Records
2013-04-06 16:55:21,924 INFO stats # 2 peers connected, state changed 1 times
2013-04-06 16:55:21,925 INFO mining # New block notification received
2013-04-06 16:55:21,928 INFO stats # 1 peers connected, state changed 1 times
2013-04-06 16:55:21,934 INFO template_registry # New template for 000000000179cce0c344803c172878b87a6ce63c8508b7c673e7564e78687040
2013-04-06 16:55:21,934 INFO subscription # BROADCASTED to 1 connections in 0.000 sec
2013-04-06 16:55:21,934 INFO template_registry # Update finished, 0.002 sec, 1 txes
10328  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 06, 2013, 11:40:48 PM
i think you have an inconsistency in the passwords used in tute; "somepassword" & "somepassword1"

messed me up since i am just testing right now cutting and pasting everything. Tongue
10329  Bitcoin / Hardware / Re: Avalon users: bitcoind and slush's/generalfaults mining pool setup on: April 06, 2013, 09:35:04 PM
per your instructions here:

at a new command prompt

Code:
./git/stratum-mining/scripts/blocknotify.sh --password somepassword1 --host localhost --port 3333

if its working it should display something like below (the amount of time it takes to notify will change each time)

blocknotify: done in 0.012 sec

i instead get this while server is running:

Code:
joe@cypher:~/git/stratum-mining$ ./git/stratum-mining/scripts/blocknotify.sh --password somepassword1 --host localhost --port 3333
bash: ./git/stratum-mining/scripts/blocknotify.sh: No such file or directory
joe@cypher:~/git/stratum-mining$
10330  Bitcoin / Hardware / Re: Avalon ASIC users thread on: April 06, 2013, 08:02:35 PM

today i just got a new Asus Tomato router and noticed that my wireless signal quality to my gpu miners and server was down around 36-49.  any ideas how to raise that up?  boosting the transmission power didn't do anything.


Download inssider  http://www.metageek.net/products/inssider/ and pick a channel that does not have much interference.  I was able to end dropouts on my router by doing that.

I've decided to go with direct ethernet connections ala allinvain.
10331  Bitcoin / Press / Re: 2013-04-05 Bloomberg TV - Bitcoin Boom: Is this the new safe haven? on: April 06, 2013, 05:40:14 PM
i admit it.  i be a "freak"!  Kiss
10332  Economy / Speculation / Re: Financial Risk Analytics-Subscription Service on: April 06, 2013, 03:48:03 PM
$90
10333  Bitcoin / Hardware / Re: [Avalon] Problem with temp3 sensor -- always shows 0 value on: April 06, 2013, 11:49:57 AM
Is P3 a power connector on the controller board and could you point an arrow at it in the picture?
10334  Bitcoin / Press / Re: 2013-04-05 Bloomberg TV - Bitcoin Boom: Is this the new safe haven? on: April 05, 2013, 10:02:18 PM
That was beautiful.   So that's Nicholas Colas from zerohedge.

Also I love Sarah Eisen.  She said she'd be back.
10335  Bitcoin / Press / Re: 2013-04-05 NPR coverage of Bitcoin on: April 05, 2013, 06:40:06 PM
That's me!  Grin

nice job man!  i lol'ed when i heard your miners whirring away. Cheesy

i hear those in my sleep.
10336  Bitcoin / Press / Re: 2013-04-05 Al Jazeera English - Inside Story : Cashing in on the Bitcoin boom on: April 05, 2013, 06:26:37 PM
Actually, I think Amir did well.

Passionate. Check.
Coherent. Check.
Mohawk hairstyle. Check!

i hear Amir and Gavin are brothers. Tongue
10337  Bitcoin / Hardware / Re: is it safe to set core frequency to 300Mhz (Extreme) for avalon? on: April 05, 2013, 06:23:23 PM
I have a new firmware we ( ckolivas,xiangfu ) just built.

newest cgminer 2.10.5a, much more stable. no more restarts.

PM for a download link if you wish to try.

Quote
Reply was 'STATUS=S,When=1365179845,Code=11,Msg=Summary,Description=cgminer 2.10.5a|SUMMARY,Elapsed=64024,MHS av=74133.46

thank you for this.

is the cgminer 2.10.5a solely for Avalon use?
10338  Bitcoin / Press / Re: 2013-04-05 CNBC: Bitcoin Utopia? Interest Is Sky High in This Euro Nation on: April 05, 2013, 05:58:05 PM
but you can print your way to full employment.

how's that been working out across the world these days?  not so well as this mornings NFP illustrates.

i don't think its clear.  there's a decent chance, IMO, that a nation adopting Bitcoin could become prosperous overnight.
10339  Bitcoin / Press / Re: 2013-04-04 Alan Reiner interviewed on radio station in Ottawa on: April 05, 2013, 05:41:00 PM
Alan is an incredible contributor to the Bitcoin community.  Armory is a great program.  Glad to see he's starting his new company and will benefit from this.
10340  Bitcoin / Press / Re: 2013-04-05 Al Jazeera English - Inside Story : Cashing in on the Bitcoin boom on: April 05, 2013, 05:26:39 PM
Taaki again?!!!

you know what?  i spoke before i watched.  bad mistake.

Amir killed that interview!  he hit on all the right elements and did it with passion.  i think it helped him that he was part of a debate and could "respond" with counterpoints to what was being said.  also, it gave him time to formulate his thoughts and express them in a coherent manner.

WAY TO GO AMIR!!!!
Pages: « 1 ... 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 512 513 514 515 516 [517] 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 ... 970 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!