Bitcoin Forum
May 04, 2024, 05:55:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Bitcoin / Development & Technical Discussion / Re: [UPDATE: 2014-01-26] Bitcoin client soft-fork "No Forced TX Fee" v0.8.6 avaiable on: April 24, 2014, 05:32:24 AM
As far as I know, this forked client doesn't force you to include a fee.  What makes you think that it does?
This:
FYI, this fork does not remove fees completely, it only relaxes the fee requirement algorithm. If it does not allow you to send without fee, probably very high risk of losing the coins exists. You can still send them using RAW transactions API, but i wouldn't go for it if I was you.
But maybe I'm misunderstanding, the wording is a little bit confusing.
2  Bitcoin / Development & Technical Discussion / Re: [UPDATE: 2014-01-26] Bitcoin client soft-fork "No Forced TX Fee" v0.8.6 avaiable on: April 24, 2014, 04:03:04 AM
So wait, this is called "No Forced TX Fee" but it still forces TX fees in some cases? Is there any client that REALLY doesn't force transaction fees?
3  Bitcoin / Bitcoin Discussion / Re: Theft-Resistant "Specific Use Only" Wallets on: March 07, 2014, 05:15:14 PM
You could create and sign (but not send) multiple transactions from your address to another specific address in various amounts and then carry those instead of your actual private key. That's the only way I can think of, and it's kind of cumbersome.
4  Bitcoin / Wallet software / Re: Design the wallet of your dreams on: November 07, 2013, 07:22:33 PM
For the second criteria, why? You think it's insecure?
Well it's certainly had it's share of problems recently on that front, hasn't it? I realize that mostly related to using it in the web browser, rather than with local programs, but security is definitely a concern. I also dislike how aggressively Oracle pushes their propriety version and how even open source projects seemingly go along with this (i.e. "For best results, use with Oracle" etc.). And finally, it's a trivial gripe, but I do prefer native applications just for the sake of not having to install yet another support package.

You probably mean, that the UI should not look like a typical Java application.
Or where do you see problems with java when it's been used as for the bitcoin sublayer/library?
So no, surprisingly I meant what I actually said. But now that you mention it, Java programs do tend to have crap UIs. I can't comment on whether this applies to the bitcoinj based clients mentioned above as I have not tried them. I may yet do so considering the dearth of appealing clients in general.

5  Bitcoin / Development & Technical Discussion / Re: Could coins from an unconfirmed transaction accidently be paid as fees? on: November 07, 2013, 03:36:17 PM
I see. Yes I think that was the distinction I was missing.
6  Bitcoin / Development & Technical Discussion / Could coins from an unconfirmed transaction accidently be paid as fees? [Nope] on: November 07, 2013, 11:16:44 AM
I recently had some bitcoins stuck in unconfirmed limbo for a while, it's taken care of, but it got me thinking... could the following happen?

1AAA is a bitcoin address. It contains 10 BTC.
I attempt to send all of it to 1BBB, but for whatever reason, this doesn't make it into the blockchain.
Presumably I'd notice that, but maybe I'm in a hurry and plan to deal with it later.
In the mean time: 1CCC sends another 1 BTC to 1AAA.
And I try to send half of that on to 1DDD.
My client believes 1AAA only contains 1 BTC so...
It would go something like txin=1AAA txout=1DDD:0.5 txout=1EEE:0.5 (the latter being my change)
But the rest of the network thinks 1AAA has 11 BTC in it so...
"Hey they didn't mention these 10 BTC, it must our fee, yay!"

Would Bitcoin-qt actually do this? If not, what steps does it take to avoid this situation?
7  Bitcoin / Wallet software / Re: Design the wallet of your dreams on: November 07, 2013, 08:57:54 AM
First and foremost, the wallet of my dreams must never impose ANY restrictions on the user. It can warn that what I'm going might be rejected by the network, but it should always always let me do it, no matter how stupid it thinks my request is.

Second, the wallet of my dreams would definitely not depend on Java.
8  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt - All them files... on: November 07, 2013, 04:29:08 AM
While that might be good advice, it wasn't really the point. I  just wanted to understand how this works better in case it came up. You're right though, the classic client really is looking increasingly clunky.
9  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt - All them files... on: November 06, 2013, 03:31:36 AM
Thanks. I decided it would make more sense to go with the minimum that works, instead of worrying about all that.
10  Bitcoin / Legal / Re: Is it legal to give bitcoins as a gift? on: November 06, 2013, 03:08:04 AM
How about this scheme then:

I sell you a whole crate of bananas for USD, then buy it back from you for BTC. Both transactions would be at a reasonable market rate (slightly in my favor, natch), and if you want to stop after the first step and keep the bananas, of course you're entitled.

Would that still be too "cute"?
11  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt - All them files... on: November 05, 2013, 10:21:30 PM
So to answer the last part of my question I did a little experimentation myself. It seems if I copy just the block subfolder (including blocks/index) it still takes ages to start up, well at least an hour, I lost patience after that. But if I copy blocks/ and chainstate/ it starts up reasonably fast. Just a few minutes.

So I guess that's what I'd do if this ever comes up. No one can think of any problem with sharing the chainstate folder, right?
12  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt - All them files... on: November 05, 2013, 05:41:58 PM
- snip -
Obviously I know what wallet.dat is,
- snip -
does it contain all of "my stuff"? Like the names I've assigned to certain addresses and such?
- snip -

Yes.
That does make me feel a bit more confident. If all the obvious stuff is in there, presumably it's not also any other files.

Wallet.dat is the only one that will enable people to take your coins.
Yeah, I knew that much already. But still when dealing with computer security such I'd rather be too careful than not careful enough. So I don't want the copy linked to me in any way. For instance, I could easily imagine that some of those files might have my personal spend transactions recorded in a different order since my client knows about them before anyone else. (No idea if that's actually true, but that's the kind of thing I'm wondering about.) I like the fact that Bitcoin is pseudonymous, and want to keep it that way.

I realize of course that if I seriously got in the habit of handing out copies of this stuff I could simply make a clean install and download the whole monster database again. This is mostly hypothetical (although I could see it happening) I just feel uncomfortable having this huge chunk of data and not knowing whether I should regard any of it as sensitive or not. It's like I've got my house key attached to a car tire plus a half dozen other bits and bobs that I don't completely understand the use of.
13  Bitcoin / Bitcoin Technical Support / Bitcoin-qt - All them files... on: November 05, 2013, 02:31:46 AM
I'm trying to figure out which files used by Bitcoin-qt relate to my personal "accounts" and which only relate to the blockchain and such. I've read the data directory wiki article (and the Stack Exchange post it links to), but I found parts of the explanation somewhat less than enlightening.

Obviously I know what wallet.dat is, and I know that's the only file I absolutely need to back up, or copy if I'm moving to a new machine. But does it contain all of "my stuff"? Like the names I've assigned to certain addresses and such?

I'm also interested in the reverse situation. Say I want to set an acquaintance up with a ready to go bitcoin-qt install and save him the annoyance of waiting for it to sync. What's the minimum I can copy and save him a bunch of time. Are just the blk*.dat files enough? And conversely, is there anything other than wallet.dat that I should definitely not copy? Since (hypothetically) I don't know him that well, I would want to ensure no trace at all of my personal bitcoin activity is left behind.

Sorry if this is all a bit noobish, but I've looked around and I haven't found a really clear answer anywhere.
14  Economy / Services / Paying 0.05 BTC for an easy task, iPhone required [CLOSED] on: August 22, 2013, 12:58:51 AM
This is a one time job, first response gets it. (Post or PM)

Basically I just need someone to send me a screenshot of how MMS displays on an iPhone (any model, but no UI hacks please). There's a tiny bit more too it, but not much. You won't have to give me your number, but you may need access to a second cellphone of some kind.

Job as been completed. Thanks, both of you.
15  Bitcoin / Bitcoin Discussion / Re: WARNING! Bitcoin will soon block small transaction outputs on: May 17, 2013, 10:45:39 PM
You know what the biggest reason this is a terrible idea is? It doesn't even accomplish anything. Consider SatoshiDice, the biggest "offender" when it comes to noneconomic translations. All they've got to do is have people send an extra 0.001 BTC with their bet and send it back either with the winnings or alone if they lose. They could even throw in an extra satoshi for tradition sake.
16  Bitcoin / Bitcoin Discussion / Re: So DHS is meddling with exchanges and people are SELLING into USD?!? on: May 15, 2013, 09:49:59 PM
Well, looks like they're attacking Bitcoin after all. No MtGox isn't Bitcoin, but it's obvious what this is about.
17  Bitcoin / Bitcoin Discussion / Re: So DHS is meddling with exchanges and people are SELLING into USD?!? on: May 15, 2013, 12:20:35 AM
This is certainly alarming news, but so far I'm hopeful that it's only related to some specific money laundering case, or whatever. It would be very typical of the feds to do something like that without caring how many honest people they inconvenience.
18  Bitcoin / Development & Technical Discussion / Re: Treat dust outputs as non-standard, un-hardcode TX_FEE constants on: May 01, 2013, 03:21:03 AM
Stupid idea. I'm not going to use this.
19  Economy / Service Discussion / Re: Bitfloor Shutting Down? on: April 18, 2013, 03:04:57 AM
For what it's worth, I was able to withdraw BTC from my BitFloor account with no difficulty. Luckily I had no USD in my account (well, 34¢ actually). I imagine it will be a tense couple of days for anyone who had a large amount in there, but for the moment I see no reason to worry you won't get your money back.

Very disappointing though, IMHO this was the easiest exchange to use.
20  Other / Beginners & Help / Re: How recoverable is a wallet? on: March 08, 2012, 09:01:29 PM
If I understand correctly (someone please correct me if not) any address you have used before copying the wallet will be perfectly accessible from either copy. As will any coins sent to those addresses, regardless of whether they were sent before or after the split. Speaking as a fairly new user myself, this I think is all most new users would expect, and that part is fine. What is not immediately apparent is that the wallet contains an additional 100 addresses pregenerated for later use. This means when you "add" a new address, it actually takes it from the pregenerated pool. The first 100 address* you add to one wallet will already exist in the copy. Handy, but not perfect. After you go through the 100 address*, then it has to start creating new ones, which won't be in the copy. That's still not terrible, but if you burn through 100 address* on both the original and the copy, then neither wallet will contain a complete set of addresses, that means some Bitcoins will only be available in one or the other (and some will be in both), which does sound like a rather confusing situation.
*I understand some are used up for behind-the-scenes purposes, so you shouldn't expect a full 100 to use directly yourself.

So (again, assuming I've understood all this right myself) it looks like all you would need to avoid these problems is to make one copy your "Primary" wallet, and regularly replace the others with fresh copies of it.

But there's another problem it won't fix. That pregenerated address pool can be helpful, but it can also get you in trouble. Because when you add a "new" address in one copy of the wallet it might already be one you used in a different copy. That could be confusing, e.g. if you unknowingly give the same address to but both Alice and Bob to accept a 5 BTC payment from each, and 5 BTC appears, you might at first thing they both paid, but then you realize it's the same address and you've only been paid once... but by whom?
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!