Bitcoin Forum
June 25, 2024, 09:31:42 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 [306] 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 »
6101  Other / Off-topic / Re: A decentralized, distributed, worldwide, bitcoin-synchronized operating system on: October 09, 2012, 01:32:04 PM
Am pretty sure BenRayField would be interested in this (or was it his post earlier that prompted yours). Wink
6102  Economy / Service Discussion / Re: Brainwallet.org on: October 09, 2012, 05:51:51 AM
One issue I have found is that when specifying a tx amount when one has a "change" address then one satoshi goes missing in the "change" amount.

So starting from its default tx if I first set the BTC for the dest addr to 40.00 then it correctly creates a 10.00000000 value for the change, however, if I then set the tx fee to 0.005 the "change" output now appears as follows:
Code:
  "value": "9.99499999",

And if I change the fee to 0.05 the "change" output now appears as follows:
Code:
  "value": "9.94999999",

Maybe there is some kind of rounding issue going on here?
6103  Other / Beginners & Help / Re: How to securely spend coins from a compressed offline private key? on: October 09, 2012, 04:57:44 AM
Can't you use the raw tx API to accomplish this?

(to make it easier you could use an offline "brainwallet.org")
6104  Bitcoin / Development & Technical Discussion / Re: Do embedded devices have enough entropy? on: October 08, 2012, 12:04:06 PM
Clearly you wouldn't measure this in milliseconds but effectively in clock cycles via a counter (which should be nanoseconds and good luck with measuring that with a video recording). Smiley

It is the asynchronous nature of the starting and ending events that provide the extra entropy (especially if the device was always looping a counter).

For improved initial entropy you could just require the button to be pressed and released several times before it is "enabled".
6105  Economy / Currency exchange / Re: Mt Gox deposit from Australia on: October 08, 2012, 11:13:16 AM
Haven't heard anyone offering that but it is worthwhile to check https://www.spendbitcoins.com/buy/ (although not at the moment) as sometimes they will sell BTC at close to the current Mt. Gox price (when they are wanting to reduce their BTC supply).

Note that this option requires you to deposit money in person at a bank branch but is fairly quick (same day).
6106  Economy / Currency exchange / Re: Mt Gox deposit from Australia on: October 08, 2012, 10:56:00 AM
Sure - the gap can be quite large - but unfortunately a wire transfer will take at least two days (and up to five days if over the weekend).

If there was a way to obtain a large number of bitcoins for AUD (without paying more than 1% above Mt. Gox rates and without having to trust some basically anonymous forum member or pay wire transfer fees or wait for days) then I would be very interested myself.
6107  Bitcoin / Development & Technical Discussion / Re: Do embedded devices have enough entropy? on: October 08, 2012, 10:33:43 AM
One fairly simple addition would be to have a button that is held by the user (for perhaps at least x milliseconds) and then use the CPU cycles between the user pushing and releasing the button to add entropy (as unlike the RSA devices a new address is only needed when a user "requests" it).
6108  Economy / Currency exchange / Re: Mt Gox deposit from Australia on: October 08, 2012, 10:26:19 AM
Unfortunately I think you are going to have to do an international (or wire) transfer (yes it sucks trying to buy bitcoins with AUD).

Also bear in mind that even though it looks as though there is a good arbitrage opportunity between the exchange prices the volume at Crypto is very low (so you probably aren't likely to end up making much for your troubles).
6109  Other / Beginners & Help / Re: totally_noob requiring help :( on: October 08, 2012, 08:27:15 AM
When you mine coins, what is it that you actually do? What is the data that you process? Who gives them to you? And finally how do they make profit out of it?

It depends upon whether you are mining solo or for a pool (and without extremely good hardware there is no point in mining solo) - but basically the main thing you are doing is trying to find a "random" number when hashed using SHA256 along with other data will produce a hash with a large enough number of leading 0s (according to the current "difficulty").

If you solve the problem (i.e. find a "correct" random number) and your work is able to be included in the "next block" then you will be sent 50 BTC (if solo) or a proportion of that amount (if in a pool). Also note that the 50 BTC reward drops by half every 4 years (and will do so soon).

To finally make a profit (in a fiat currency at least) you would have to sell your mined bitcoins to someone else.

P.S. I got a Dell l702x with a geforce 555 m 3gb and an i7-2670qm... will it do anything worthy?

As the other poster stated this hardware (and it's really only the graphics card that matters) will not do so well (so don't even attempt solo mining with it as you will just be wasting a lot of electricity for no reward).
6110  Other / Beginners & Help / Re: Scam help - Crypto X Change.. are they still operating? on: October 08, 2012, 07:01:03 AM
Good to know they got back to you and perhaps you might want to remove the word "Scam" from the title of this thread. Smiley

My guess as to why the response was slow is that because their volume is small they cannot really afford to have many people helping out with support (which ends up becoming bit of a chicken and egg problem).
6111  Bitcoin / Development & Technical Discussion / Re: 104BTC of TXN fees - thanks - but why? on: October 08, 2012, 04:44:13 AM
But with the Bitcoin.org client supporting raw transactions now, anyone constructing their own transaction and sending it through that API has this same potential issue.   Raw transactions is a powerful tool, but a dangerous one too if you aren't careful.

Yup - a quite painful lesson to whoever paid those fees - I would like to suggest that perhaps we add a "max fee amount" as an optional addition to the sendrawtransaction RPC with a fairly low default value:

Code:
sendrawtransaction <hex string> [maxfee=0.01]
6112  Other / Archival / Re: Reply to a Watched topic, then it is automatically Unwatched on: October 07, 2012, 07:42:07 AM
Haven't noticed this (yet) and I have been using the watch list ever since it was added.

Also note that this topic would probably be more suited to the Meta board.
6113  Other / Beginners & Help / Re: Migrate your wallet to another client on: October 07, 2012, 03:04:23 AM
I think the simplest way at the moment would be to keep your bitcoin-qt installed after you install your new client then create a new wallet with the new client and send all your BTC (perhaps requiring a tx fee which really will be most likely negligible) to the new address in the new client.

Oops - I should probably have said "send several tx's" with the old funds (the first being just a test one to make sure the new software and wallet is working).

A side benefit from sending the old coins to multiple new addresses is that future tx's will have a better chance of avoiding tx fees due to  "coin age".
6114  Bitcoin / Project Development / Re: With GLBSE gone, can somebody PLEASE write something like this or better? on: October 06, 2012, 04:19:13 PM
The colored Bitcoin idea sounds interesting, as long as it exists alongside Bitcoin, not as a part of it, but, again, it may be overkill for a whole new block chain just for this.

The beauty of "colored bitcoins" is that it can exist within bitcoin without any change to the protocol (it only requires a client that can recognize the "colors" by searching the block chain) so there is absolutely no need for another block chain.
6115  Other / Politics & Society / Re: We need to think of taxes in a different way! on: October 06, 2012, 03:44:34 PM
Actually I think you both have a good point but perhaps the Kickstarter platform was not really designed for the purpose the OP was thinking of.

I will be releasing a system soon that is perhaps far more suited to the OP's funding ideas than the current crowd-funding models (it will be its own guinea pig so we will see how it fares).
6116  Bitcoin / Development & Technical Discussion / Re: Double-spending with 6 confirmations on: October 06, 2012, 01:05:48 PM
OK. But what to do if someone makes successful Cancer Nodes attack?

I think if someone has complete control over a potential victim's computer then just stealing their wallet (or installing a trojan that changes the payment address when you send BTC) would probably be much easier than this idea so I wouldn't really be too worried about this "cancer node" scenario (although keeping the client up-to-date is important).
6117  Bitcoin / Development & Technical Discussion / Re: Double-spending with 6 confirmations on: October 06, 2012, 12:58:33 PM
It's already happened:

I don't think that is quite correct.

Seems you are mistaken.
Well I was wondering how long it would take for people to notice. It's me

And no I am not putting lots of hashing power to the network, notice that it just says "relayed by" and not "mined by". I'm performing some measurements, paper is due in a few weeks.
6118  Bitcoin / Development & Technical Discussion / Re: Double-spending with 6 confirmations on: October 06, 2012, 12:49:53 PM
For example, an attacker might connect 100,000 IP addresses to the IRC bootstrap channel. You would then be very likely to connect only to attacker nodes.

AFAIA the IRC bootstrap is no longer used so I still don't see how this could happen (unless the victim was running an old version of the client).
6119  Bitcoin / Development & Technical Discussion / Re: Double-spending with 6 confirmations on: October 06, 2012, 12:40:23 PM
Yes. The attacker is the only who has connections to the victim.

And how exactly does the attacker control that (without having first hacked the victim's computer)?
6120  Bitcoin / Development & Technical Discussion / Re: Double-spending with 6 confirmations on: October 06, 2012, 12:25:27 PM
Sorry - I edited the last post a bit late - as far as I know the standard client will send the tx to all the connections it has (nothing to do with who you are sending actual bitcoin to and in all likelihood your attacker would not even be one of those connections).

Is the point that the attacker is somehow the only connection the victim has to the P2P network?
Pages: « 1 ... 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 [306] 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!