Bitcoin Forum
April 23, 2024, 10:55:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  

Warning: Moderators do not remove likely scams. You must use your own brain: caveat emptor. Watch out for Ponzi schemes. Do not invest more than you can afford to lose.

Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 [86] 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 ... 1348 »
  Print  
Author Topic: ASICMINER: Entering the Future of ASIC Mining by Inventing It  (Read 3916319 times)
Digigami
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
February 17, 2013, 10:49:50 AM
 #1701

A rudimentary script to help you guys cheer on ASICMINER:

Thanks for this, although having an issue with it (and no, I don't know what I'm doing)

made file asic.rb and copy/pasted your script..

installed ruby (sudo apt-get install ruby)

chmod +x asic.rb

then ./asic.rb ; it's clearly running and using ~25% of my cpu, but just sits there with a blinking cursor.. what am I doing wrong if you don't mind helping out a newb

Hmm, not too sure.  I think it might be throwing an error every time before the "sleep 10" hits, so it just goes into an infinite loop.  In that case, it's most likely a problem with the network connection to btcguild... I'd have to know a few more details to help more.

edit: perhaps replace the rescue part?


    rescue Exception => e
        puts e.message
        puts "Backtrace:"
        puts e.backtrace.inspect
        next
    end


Thank you, that helped me get things figured out. I know very little programming, and knew absolutely nothing of ruby.

If you or anyone else is interested/having issues here's what I did

Replaced rescue with above code, which returned
Code:
Backtrace:
["asic.rb:24", "asic.rb:20:in `loop'", "asic.rb:20"]
undefined method `use_ssl=' for #<Net::HTTP www.btcguild.com:443 open=false>

Google helped me learn that I could fix that by adding amongst the other requires
Code:
require 'net/https'

Then I started seeing these
Code:
warning: peer certificate won't be verified in this SSL session

Google again led me to this solution, although it probably isn't the best, it does work. Added this after the requires
Code:
# hack to eliminate the SSL certificate verification notification
class Net::HTTP
  alias_method :old_initialize, :initialize
  def initialize(*args)
    old_initialize(*args)
    @ssl_context = OpenSSL::SSL::SSLContext.new
    @ssl_context.verify_mode = OpenSSL::SSL::VERIFY_NONE
  end
end

Now the script works as I believe it was intended. The only remaining issue is I can't gracefully stop it, CTL-C just causes it to have errors, but continues reporting the hashrate. I have to close the terminal to stop it. Otherwise, great stuff and thanks again! (and apologies to everyone for the longish/maybe OT post)
1713912900
Hero Member
*
Offline Offline

Posts: 1713912900

View Profile Personal Message (Offline)

Ignore
1713912900
Reply with quote  #2

1713912900
Report to moderator
1713912900
Hero Member
*
Offline Offline

Posts: 1713912900

View Profile Personal Message (Offline)

Ignore
1713912900
Reply with quote  #2

1713912900
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713912900
Hero Member
*
Offline Offline

Posts: 1713912900

View Profile Personal Message (Offline)

Ignore
1713912900
Reply with quote  #2

1713912900
Report to moderator
keystroke
Hero Member
*****
Offline Offline

Activity: 900
Merit: 1014


advocate of a cryptographic attack on the globe


View Profile
February 17, 2013, 09:05:45 PM
 #1702

Anyone notice https://www.btcguild.com/ is down? DOS attack?

"The difference between a castle and a prison is only a question of who holds the keys."
SebastianJu
Legendary
*
Offline Offline

Activity: 2674
Merit: 1082


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
February 17, 2013, 09:06:11 PM
 #1703

I hope friedcat is using a software where he established a secondary pool to target the hashingpower to. At the moment btcguild isnt available to me (timeout) so i hope the hashingpower isnt lost. I believe cgminer had such a feature. When a pool isnt answering then another pool is used.

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
Jutarul
Donator
Legendary
*
Offline Offline

Activity: 994
Merit: 1000



View Profile
February 17, 2013, 09:19:46 PM
 #1704

Anyone notice https://www.btcguild.com/ is down? DOS attack?

The ASICMINER Project https://bitcointalk.org/index.php?topic=99497.0
"The way you solve things is by making it politically profitable for the wrong people to do the right thing.", Milton Friedman
mc_lovin
Legendary
*
Offline Offline

Activity: 1190
Merit: 1000


www.bitcointrading.com


View Profile WWW
February 17, 2013, 09:47:18 PM
 #1705

Wow that's news.  Hopefully they are using something like cgminer but a device so unique is probably not supported by cgminer--yet!
LazyOtto
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
February 17, 2013, 10:12:00 PM
Last edit: February 17, 2013, 10:29:04 PM by LazyOtto
 #1706

Zero problems over the last couple hours from where I'm sitting / connecting.

-- edit --
via Stratum  Wink
eleuthria
Legendary
*
Offline Offline

Activity: 1750
Merit: 1007



View Profile
February 17, 2013, 10:27:18 PM
 #1707

The BTC Guild website was being migrated off of the server.  The default page (www.btcguild.com) had a Migration in process notice, though other links would have been broken.  The only part offline other than the website was one of the getwork nodes [now also migrated].  Luckily, ASICMINER is using Stratum which kept chugging along just fine.

RIP BTC Guild, April 2011 - June 2015
DutchBrat
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 17, 2013, 10:55:18 PM
 #1708

Are there any ASICminer sightings on pool other than BTCGuild?

Zefir mentioned 0.5TH on OzCoin but I dont see them in the Hall of Fame page...
LazyOtto
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
February 17, 2013, 10:58:06 PM
 #1709

Are there any ASICminer sightings on pool other than BTCGuild?

Zefir mentioned 0.5TH on OzCoin but I dont see them in the Hall of Fame page...
67117 is now over 3th on BTCGuild.

So it looks like the continuing initial deployment is still going there.

Which I have no problems with.

Other than the 3% 'lossage'.  Smiley
zefir
Donator
Hero Member
*
Offline Offline

Activity: 919
Merit: 1000



View Profile
February 17, 2013, 11:10:15 PM
 #1710

Are there any ASICminer sightings on pool other than BTCGuild?

Zefir mentioned 0.5TH on OzCoin but I dont see them in the Hall of Fame page...

Just speculating Wink  I am tracking the top-20 at ozcoin since I got recently kicked out from by the new big players. Over the past days I noticed some 0.4-0.7TH miner popping there up now and then that was not one of the 'usual suspects'.

Right now this big one got split into 0.2 + 2 * 0.12 TH. So either someone is testing different mining configurations or I'm seeing something that is not here.

repentance
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 18, 2013, 12:25:40 AM
 #1711

I'm really curious about what friedcat is going to do after the next 5 blocks are found and difficulty jumps - will we suddenly see another couple of TH brought online?

All I can say is that this is Bitcoin. I don't believe it until I see six confirmations.
Transisto
Donator
Legendary
*
Offline Offline

Activity: 1731
Merit: 1008



View Profile WWW
February 18, 2013, 01:15:54 AM
 #1712

I'm really curious about what friedcat is going to do after the next 5 blocks are found and difficulty jumps - will we suddenly see another couple of TH brought online?
Do you think he'd care to wait after difficulty jump to power up new miner ?  Maybe if he had 15 ths or more...
Deprived
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
February 18, 2013, 01:26:26 AM
 #1713

I'm really curious about what friedcat is going to do after the next 5 blocks are found and difficulty jumps - will we suddenly see another couple of TH brought online?
Do you think he'd care to wait after difficulty jump to power up new miner ?  Maybe if he had 15 ths or more...

Well we don't know how he's doing it.  For all we know he's testing machines one by one, then taking them back offline - with the plan to put them all back online when difficulty rises.  I haven't (and can't be bothered to) done  the math to figure out if that actually makes sense (giving up earnings now for lower difficulty later) but would assume he has if it's relevant.
repentance
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 18, 2013, 01:51:00 AM
 #1714

I'm really curious about what friedcat is going to do after the next 5 blocks are found and difficulty jumps - will we suddenly see another couple of TH brought online?
Do you think he'd care to wait after difficulty jump to power up new miner ?  Maybe if he had 15 ths or more...

Well we don't know how he's doing it.  For all we know he's testing machines one by one, then taking them back offline - with the plan to put them all back online when difficulty rises.  I haven't (and can't be bothered to) done  the math to figure out if that actually makes sense (giving up earnings now for lower difficulty later) but would assume he has if it's relevant.

Difficulty just jumped to 3651011.63069.  Around the time of the next jump, BFL machines should be coming online and that will affect the following difficulty jump regardless of what friedcat does. This current difficulty period seems like the ideal time for friedcat to put his 12 TH online.

All I can say is that this is Bitcoin. I don't believe it until I see six confirmations.
matauc12
Hero Member
*****
Offline Offline

Activity: 658
Merit: 500


View Profile
February 18, 2013, 02:12:41 AM
 #1715

I'm really curious about what friedcat is going to do after the next 5 blocks are found and difficulty jumps - will we suddenly see another couple of TH brought online?
Do you think he'd care to wait after difficulty jump to power up new miner ?  Maybe if he had 15 ths or more...

Well we don't know how he's doing it.  For all we know he's testing machines one by one, then taking them back offline - with the plan to put them all back online when difficulty rises.  I haven't (and can't be bothered to) done  the math to figure out if that actually makes sense (giving up earnings now for lower difficulty later) but would assume he has if it's relevant.

Difficulty just jumped to 3651011.63069.  Around the time of the next jump, BFL machines should be coming online and that will affect the following difficulty jump regardless of what friedcat does. This current difficulty period seems like the ideal time for friedcat to put his 12 TH online.
There is no doubt this week would most likely be the most profitable one, but it all depends on others shipment because no matter the difficulty, if you are the sole reason for the  bump, the only thing you do is make it less profitable for others while maintaining the same profitability. I also assume the entry time during a certain difficulty is irrelevant because it would only shorten the difficulty bump delay, thus generating at the same faster rate, and getting an earlier and steeper jump so biting the bullet the next week to compensate.

All in all, pretty much everything is irrelevant except "sooner the better" and how soon the competition gets here.

Everyday is worth multiple thousand right now, so it should definitely priority, which I can't comment on because I have no idea what's up (that part was never clarified or explained). But when your days are worth temporarily worth thousands of dollars, you buy more blow and sleep less.
Deprived
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
February 18, 2013, 02:12:56 AM
 #1716

I'm really curious about what friedcat is going to do after the next 5 blocks are found and difficulty jumps - will we suddenly see another couple of TH brought online?
Do you think he'd care to wait after difficulty jump to power up new miner ?  Maybe if he had 15 ths or more...

Well we don't know how he's doing it.  For all we know he's testing machines one by one, then taking them back offline - with the plan to put them all back online when difficulty rises.  I haven't (and can't be bothered to) done  the math to figure out if that actually makes sense (giving up earnings now for lower difficulty later) but would assume he has if it's relevant.

Difficulty just jumped to 3651011.63069.  Around the time of the next jump, BFL machines should be coming online and that will affect the following difficulty jump regardless of what friedcat does. This current difficulty period seems like the ideal time for friedcat to put his 12 TH online.

Yeah.  And presumably at some point Avalon's claims of having shipped will become a reality (it's becoming increasingly obvious that their original shipment was just a few prototypes to let them raise funds from batch 2 preorders to finish off batch 1).  Remember also that if the whole 12 TH/s comes online the next difficulty will arrive a bit quicker.

I'm not convinced BFL's current timeline is reasonable - unless they're intending to ship out units that are totally untested and just hope they work (and continue to work for a significant period of time).
repentance
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
February 18, 2013, 02:23:01 AM
 #1717


I'm not convinced BFL's current timeline is reasonable - unless they're intending to ship out units that are totally untested and just hope they work (and continue to work for a significant period of time).

It's highly unlikely BFL can deliver by 22 February, but they may be able to ship around the time of the next difficulty jump.  Sooner or later Avalon units and BFL units are going to enter the wild in large numbers.  ASICMiner has a fairly unique opportunity for a very short period of time here.  Yes, they'll bring the next difficulty jump closer if they throw everything they have at the network and they'll have to mine at the higher difficulty themselves - but it also means that their competitors' units will be starting out at that higher difficulty. 

If ASICMiner doesn't exploit the advantages available to them, they'll lose them - it's not like Avalon or BFL customers are going to hold off mining with the machines they've waited months for just because it's going to affect difficulty.

All I can say is that this is Bitcoin. I don't believe it until I see six confirmations.
MrTeal
Legendary
*
Offline Offline

Activity: 1274
Merit: 1004


View Profile
February 18, 2013, 02:28:50 AM
 #1718


I'm not convinced BFL's current timeline is reasonable - unless they're intending to ship out units that are totally untested and just hope they work (and continue to work for a significant period of time).

It's highly unlikely BFL can deliver by 22 February, but they may be able to ship around the time of the next difficulty jump.  Sooner or later Avalon units and BFL units are going to enter the wild in large numbers.  ASICMiner has a fairly unique opportunity for a very short period of time here.  Yes, they'll bring the next difficulty jump closer if they throw everything they have at the network and they'll have to mine at the higher difficulty themselves - but it also means that their competitors' units will be starting out at that higher difficulty. 

If ASICMiner doesn't exploit the advantages available to them, they'll lose them - it's not like Avalon or BFL customers are going to hold off mining with the machines they've waited months for just because it's going to affect difficulty.
We will see whether even the next difficult jump is realistic for BFL. Like all of BFL's previous deadlines, or bASIC's end of November "I want to ship before BFL so bad and we're so close I can taste it", or Avalon "shipping" at the end of January, the only thing that really matters is seeing the hashpower hit the network.

As much as I'm looking forward to taking Micon's money, I'd be pleasantly surprised if BFL shipped by the end of February.
pwrgeek
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
February 18, 2013, 05:53:21 AM
 #1719

There is a simple way ASICminer could gain a 51% position, but demonstrate to the network that they are not attacking.  All the have to do is spread their hash power out over several of the larger pools.  If they did this then they would need the cooperation of a majority of the pool proprietors to attack the network (already a possibility and not perceived to be a realistic issue).  If it were me I and I had 51% of the network then I would put 1/3rd of that power each on deepbit, slush, and btcguild.  This way none of those operators would go over 50 (they would each be closer to 33%), and I would not actually be over 50 in practice because I would only be computing the hashes they gave me.
mrb
Legendary
*
Offline Offline

Activity: 1512
Merit: 1027


View Profile WWW
February 18, 2013, 06:16:58 AM
 #1720

There is a simple way ASICminer could gain a 51% position, but demonstrate to the network that they are not attacking.  All the have to do is spread their hash power out over several of the larger pools.  If they did this then they would need the cooperation of a majority of the pool proprietors to attack the network (already a possibility and not perceived to be a realistic issue).  If it were me I and I had 51% of the network then I would put 1/3rd of that power each on deepbit, slush, and btcguild.  This way none of those operators would go over 50 (they would each be closer to 33%), and I would not actually be over 50 in practice because I would only be computing the hashes they gave me.

You would be over 50% in practice, even if you compute the hashes they give you.

Anyway, an even simpler way to demonstrate a non-malicious majority mining position is to mine solo, and to operate normally, ie. (1) do not cause excessive chain reorgs (monitored by the bitcoin client and by, for example, http://blockexplorer.com/q/reorglog) and (2) do not mess around with transactions (not dropping them, etc).
Pages: « 1 ... 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 [86] 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 ... 1348 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!