Bitcoin Forum
May 25, 2024, 11:31:24 AM *
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 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
261  Bitcoin / Development & Technical Discussion / Re: 50ⓑ to the first person to write this Python patch on: May 01, 2012, 10:41:23 PM
So you are going to pitch in x more and make it a little less "cheap"?
  No.  Are you?
262  Bitcoin / Development & Technical Discussion / Re: 50ⓑ to the first person to write this Python patch on: April 25, 2012, 10:27:24 PM
~$250 for a five-fold speed up on 1600 tests?  Sounds a little cheap.
263  Bitcoin / Development & Technical Discussion / Re: I am trying to read the Bitcoin source code, again. on: March 26, 2012, 04:25:08 PM
The version control history is pretty well organized.  I have gotten some mileage out of browsing it with gitk.   Also, libcoin is a fork which sells itself as a drop-in bitcoin replacement with better organized source code.  Might be worth a look.
264  Other / Beginners & Help / Re: How to Stay Anonymous and Secure Online: Please rate this Guide. on: March 13, 2012, 12:29:01 PM
...before I go ahead and implement this, I wanted your opinions.
  This setup is a horrendous kludge, requiring laborious startup every time you want to get on the web.  Nothing wrong with that if you need results in a hurry and it's the best you can do at the moment but it seems quite likely that better instructions/automation for this will be available in a few months, in which case hours of effort could be saved just by waiting.  (At the very least, a script which starts the VMs and services and hooks them up to each other would be a good idea.  I am also a bit surprised that an extra linux VM is needed for bridging the tor traffic.  Can't you do that on the windows side?  But I don't know much about windows.)

I got a little excited when he started talking about freenode, because I have found it quite hard to set up a truly anonymous account on it which can be accessed over tor.  Disappointing that he didn't go that far.
265  Alternate cryptocurrencies / Altcoin Discussion / Re: Thread about GPU-mining and Litecoin on: March 04, 2012, 10:38:58 PM
any further thoughts on this?
I think it would be good to be a cpu only coin again,
tho the retards have already said they will enjoy the challenge of getting it working on gpu...

IMO Litecoin loses its point unless its CPU only Smiley
The speedup over a CPU is less than an order of magnitude.  It's not fatal.
266  Economy / Economics / Re: New Anti-Money Laundering Rules Apply to Gift Cards on: February 12, 2012, 02:55:35 PM
Want to send large sums of money through Bitcoin while avoiding IRS tracking?  Just gather X/2000 of addresses from the receiver (where X equals total $ worth of Bitcoins sent), and use sendmany to split up the total BTC.  Wink
The IRS calls this "structuring", and will come down on you like a hammer if they catch you at it.
267  Alternate cryptocurrencies / Altcoin Discussion / Re: Litecoin (solo)-miners?! Come to Litecoin P2Pool!! A new promotion is coming! on: February 07, 2012, 08:58:42 AM
What makes a ltc pool attractive?  I'm seeing perfectly acceptable variance, mining solo with an i5.
268  Bitcoin / Development & Technical Discussion / Re: Sustainable nanopayment idea: Probabilistic Payments on: February 04, 2012, 09:40:29 AM
If I wanted to address this problem in a protocol changing way, I would probably go for the heart of the matter, and devise a scheme which periodically embeds easily verifiable summaries of the current list of spendable coins.  Then the blockchain could get as big as it wanted.  A node catching up on the state of the ledger would only need to download the blocks generated since the last summary.
269  Other / CPU/GPU Bitcoin mining hardware / Re: LargeCoin, what is that? on: February 04, 2012, 02:12:13 AM
It's a bit more technically plausible than Butterfly Labs was.
270  Alternate cryptocurrencies / Altcoin Discussion / Re: Possible to make a coin that gets more "memory hard" over time? on: January 30, 2012, 02:48:30 PM
I believe the scrypt paper has estimates on how the runtime complexity of the algorithm varies as you change its parameters.  Perhaps you could change those parameters every two weeks instead, of changing the hash image criterion.
271  Other / Beginners & Help / Re: Counterfeit money on Silk Road? on: January 26, 2012, 03:56:24 AM
Just out of curiosity, why is the sale of counterfeit money prohibited on Silk Road? Does anyone know?
The Secret Service is a lot scarier than the DEA. </speculation>
272  Alternate cryptocurrencies / Altcoin Discussion / Re: Scrypt based coins: Any proof that this algorithm is realy good? on: January 19, 2012, 01:03:05 PM
Your fear that someone might find a faster implementation by running one instance of it through some magical optimization software doesn't seem that plausible to me.  Roughly speaking, scrypt is based on randomly mixing up the results of a large number of SHA256 hashes, so any substantial optimization which didn't also optimize SHA256 would be pretty surprising.  Any accurate optimization would still need random access to all those hashes, which forces a very large circuit.
273  Bitcoin / Bitcoin Discussion / Re: Bitcoin in tv show -The Good Wife - Episode 3.13 - Finding Mr. Bitcoin on: January 16, 2012, 02:40:49 PM
Just checked:

Quote
(WKwQv0/////Stack is innocent/////KaZMl82

That is cool.
 Could someone please identify the block which contains this so those of us who don't have a full copy of the blockchain can verify it online?
274  Bitcoin / Bitcoin Discussion / Re: Plz livestream The Good Wife on: January 15, 2012, 08:41:55 PM
Ha ha, are you saying there's nothing wrong with being an asshole because it does not violate property rights?
275  Bitcoin / Development & Technical Discussion / Re: PULL request #748 : Pay-to-script-hash (OP_EVAL replacement) on: January 15, 2012, 08:37:18 PM
I read through the bitcoin-dev archive's discussion of OP_EVAL, and don't understand the extent of the concern about Turing completeness.  Guaranteeing resource limits on script execution is important, but runtime constraints like limiting numbers of recursions already go a long way toward imposing these guarantees.  Defense in depth of these guarantees is important, too, but if such a heavily-scrutinized proposal can go months without anyone noting that it affords Turing-completeness then relying on formal analysis Script-the-language to guarantee resource constraints by static analysis is infeasibly delicate and unreliable. 

A more direct and robust defense-in-depth would be for bitcoin's Script implementation to track the resource usage resulting from the execution of each opcode, and reject the script as invalid when usages exceed some thresholds.  If static analysis is currently valuable for miners assessing whether it's worth their while to process a given transaction, then OP_EVAL could be extended to include guarantees on the memory usage and counts of the opcodes and signatures executed by the script which invokes it, guarantees which could be ensured by simply rejecting the script if it violates them. 

Beyond the advantage of greatly strengthening the resource constraints, this approach would probably be much less expensive than junking all the analysis, development and testing put into OP_EVAL so far.
276  Alternate cryptocurrencies / Altcoin Discussion / Re: Innovation in the alt chains on: December 27, 2011, 11:45:56 PM
Maaku, are you guys still working on blockchains using folding@home etc.?
277  Bitcoin / Development & Technical Discussion / How is protocol/client version enforced? on: December 27, 2011, 06:58:45 PM
If a security flaw is found in a blockchain client or protocol and a fast fix is needed, is there a fast way for developers to push a revised client out there?  For that matter, what is the earliest version of the canonical bitcoin client that will work on the current network, and how is that enforced?  I saw that Ixcoin had a mandatory update recently; in what sense was it mandatory?
278  Alternate cryptocurrencies / Altcoin Discussion / Re: Innovation in the alt chains on: December 24, 2011, 01:23:05 PM
I don't know much about it, but there is definitely one radically new blockchain under development.
279  Economy / Goods / Re: [WTS] (ohio) Watercooled rig NO CARDS Asus P6T7WS Supercomputer on: December 23, 2011, 01:47:55 AM
Not a good fit for me, but thanks for the info.
280  Alternate cryptocurrencies / Altcoin Discussion / Re: [ANNOUNCE] Ixcoin 0.3.24.3 - merged mining, timetravel fix (compulsory upgrade) on: December 22, 2011, 12:19:37 PM
...I can send you the universal binary I have compiled up...
Do you happen to have a link to the build so I can include it on the ixcoin.org?
Is it wise to publish a binary of uncertain provenance for public download?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 [14] 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!