Bitcoin Forum
November 08, 2024, 06:19:45 AM *
News: Latest Bitcoin Core release: 28.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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 [51]
1001  Bitcoin / Development & Technical Discussion / Re: Dangerous bug in current client on: June 20, 2011, 03:13:29 PM
I don't think fixing the number entry to US notation only is a good decision for a software that is intended to be used outside the US also. Numbers should be entered in the same format they are entered in all other software on the user's computer and this depends on the locale.

I don't see why this could be of any concern or reason for any discussion at all, there are standard library functions to parse strings to floats and format floats to strings according to the user's locale. They should simply be used, just like all other software uses them too. I don't see where the problem is.
1002  Bitcoin / Development & Technical Discussion / Re: Dangerous bug in current client on: June 19, 2011, 03:02:19 PM
Why not use already existing helpers instead of reinventing the wheel?

http://docs.wxwidgets.org/trunk/classwx_number_formatter.html
1003  Bitcoin / Development & Technical Discussion / Re: Use .tar.xz instead of .tar.gz on: June 19, 2011, 02:36:07 PM
Lempel-Ziv-Markov FTW!!!1!!1!

Use .tar.lzma or .tar.7z!

Why not .tar.rar or something even more bizarre?

everybody else (estimated 99.99999%) is using either tar.gz or tar.bz2 nowadays. Everything else would be interpreted as harassment by the majority of users.
1004  Bitcoin / Development & Technical Discussion / Re: Proposal: UI for "create wallet" and "open wallet" (and also crossed cheques) on: June 18, 2011, 01:31:47 PM
Maybe one more idea: As I have implemented it in TorChat (some of you might know already) where I basically have to fight with a similar problem, and I am even guilty of not having implemented myself all the same things that I am demanding here but I will eventually.

There are two ways to "install" it:

if the application on startup finds the file "portable.txt" lying in the same folder next to the .exe then it will switch its data directory including all config, the key file and all cache files to the curent directory, making it possible to have all in one folder on an usb drive, this is the standard configuration when you download and unzip.

if the file "portable.txt" is removed (not found on startup) then it will switch to ~/.torchat/ or %appdata%\torchat\ and this is the default for the .deb package installation.

Then there is also the ability to start with a different "profile name" on the command line, this will simply change the name of the config directory in appdata (same user, just different config name)

since in BitCoin the only files that are important per user are the settings and wallet.dat while the block chain and caches can remain in the profile folder I think a similar approach could be used to easily make it "portable" for usage in separate folders without messing around with batch files and command line options.

The trick with the presence or absence of portable.txt is essentially just a different way to specify a command line option at startup for users who only can double-click.

I have found in endless sessions of support for users that many users are already challenged with such seemingly easy things as opening a folder and copying the key file from the old to the new installation when there is no "save as" or "open" dialog, many users really seem to know only these three things: double-click, file-open, file-save.

1005  Bitcoin / Development & Technical Discussion / Re: Proposal: UI for "create wallet" and "open wallet" (and also crossed cheques) on: June 18, 2011, 12:54:34 PM
You can do multiple wallets by just creating multiple accounts and tuning bitcoin client on each one separately either by runas on windows or su on linux.

This is true but it has a few problems: It is a relatively complicated process, two clients running at the same time needs additional adjustment of port numbers, the new client will start downloading all blocks starting from zero which will take ~12 hours until completed, the newly created wallet file must be found in the nhew profile's %appdata% folder unless maybe even some more command line switches are applied (and also the running client won't show any hint about *which* wallet file it is currently operating on), then after moving the newly created wallet to its intended destination (encrypted backup or usb drive) the profile folder has to be securely wiped and the user deleted again. All this for just "exporting" some money into a new wallet.

I think some clear and easy UI for easily handling (moving, creating, splitting, merging, switching, key-changing) of the only and most important data file of the application, the wallet file, would be very helpful. The user should at any time have full control (including full path in the title bar) about which wallet is currently opened and standard actions known from other applications like open, close, new, import, export, etc. should be provided.

Combine this with mandatory encryption of private keys in the wallet (ask for passphrase before transaction) and a lot of problems and a lot of questions of confused users will go away.
1006  Other / Beginners & Help / Re: The government and bankers have won. on: June 18, 2011, 11:19:09 AM
Plot the price with semi log scaling. The chart looks perfectly ok, still no singns of trend reversal, only a massive rally and its inevitable 50% correction afterwards.

If you ever spent some time (years!) trading the markets you will notice this looks completely normal in volatile markets, 50% correction of any given price-difference between start of the rally and end of the rally (on all time scales, minutes, weeks, years, etc.) happens all the time in all markets. The 50% is a significant number, traders place orders at these levels and patiently wait for it to happen.
1007  Bitcoin / Development & Technical Discussion / Re: Proposal: UI for "create wallet" and "open wallet" (and also crossed cheques) on: June 18, 2011, 11:10:35 AM
bummp && request to move into appropriate forum && request to unlock me (I'm not a n00b and not a spammer)
1008  Bitcoin / Development & Technical Discussion / Proposal: UI for "create wallet" and "open wallet" (and also crossed cheques) on: June 16, 2011, 10:24:47 AM
Hi,

I couldn't find anything like this already but it seems logical to me and very useful to provide the following two functions in the client, easily accessible with a few mouse clicks:


1) "create wallet"

A very simple (intuitive to use) dialog pops up asking for a file name and an amount of bitcoins. If the user clicks OK then a new empty wallet is created and saved to the specified location. Then after successful creation of the wallet (file close and flush to disk) a transaction is initiated to transfer this amount of bitcoins to this new wallet.


2) "mount wallet" (or "open external wallet" or whatever is more intuitive)

A file selection dialog pops up, the user selects a wallet file, (or drag&drop a wallet file onto the running client or simply double-click a wallet file) the file is opened and a simple separate window opens (representing this wallet) displaying the following (and not much more to avoid confusion):

_________________________
External Wallet file
_________________________
Balance: xxx.xx BTC
Import this amount of BitCoins from this wallet: [__xxx.xx__] [Import]
[close wallet]
_________________________

And maybe a third button to easily send the remaining funds back home to where they initially originated when this wallet was created (or optionally to any other address).

The use case I have in mind is the following: I am a private person and want to sell an item, for example my old bicycle. Normally (in the old days before eBay) I would have put a small advertisement into one of these newspapers and announce that I have a used bike for sale along with a phone number (or email) where they can call me and I would tell them to come over to my house to inspect the bike and bring xx€ cash with them and if they like it and we arrive at a price then they can immediately take it with them.

With BitCoin how would I currently tell them to bring xx BTC with them? The buyer would have to trust one of these online services to create a temporary wallet, fill it with just enough to buy the item and after the transaction he would have to delete the account again and create another one for the next such occasion (because I am evil and would have a keylogger running on my PC where I allowed him to access his online wallet).

I think such functionality should be built into the standrd BTC client and not rely on untrusted online sevices.

With such functionality of throw-away wallets the buyer would simply create a new wallet on his USB thumb drive filled with just enough for how much he is willing to spend today, can easily mount it on any BTC client to make a simple transaction and optionally with one click of a button instantly send the remaining money back home to where this portable wallet came from and then simply delete and/or forget about that file because he will never use it again, he can easily create a new on with a simple mouse click.

Additionally there could be a modification to the file open dialog so that when browsing through a folder it would automatically scan though all wallet files in that folder, displaying their balance in a separate column in the folder view.

The temporary wallet file would be the equivalent of paying with paper money: you give a complete 50€ bill to the seller and he will immediately return the change to you and you trust him to not simply knock you down at this point and run away with the entire 50€ bill.

Is this a good idea?


PS:
another Idea (which I also could not find implemented, and I'm not yet sure if it is even technically possible) would be to prepare a transaction, signed and ready for submission to the network but instead saved into a file that I can physically take with me and give it to somebody offline. Like a crossed cheque (payee only). And every BTC client would then also have the ability to read such cheques, submit them to the network and display the results (confirmations or errors). This would be an alternative aproach to solve the above problem. I think (if possible) this method should be implemented also.

If this has been proposed before then please link to the discussion, I have looked around a bit but only found mentions of solutions povided by external online services and I think such functionality should be core functionality of every Bitcoin client.
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 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 [51]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!