Pages:
Author

Topic: MultiBit - page 40. (Read 336309 times)

legendary
Activity: 1470
Merit: 1002
Hello!
December 11, 2012, 03:23:32 PM
Keep up the good work, enjoying the latest update.
legendary
Activity: 1708
Merit: 1066
December 11, 2012, 02:58:20 PM
Help and documentation are like bran flakes - you know it's good for you but it is pretty dull stuff.

Anyhow: I have updated the MultiBit help and website with new screen shots and generally updated things.
legendary
Activity: 1708
Merit: 1066
December 10, 2012, 10:49:53 AM
Hi Slush,

I find it quite useful mainly as stops me from forgetting to, say, update the I18n.  Also it 'forces' me to put my test hat on and run through the basic stuff for real.  I have a few functional tests that bash the network too which help but most of the unit tests mock up anything to do with the bitcoin network.

Also it is handy for gradually ironing out UI glitches (which Java is quite prone to because of all the look and feel stuff).

I would try to keep it to a single page though or it gets too much of a burden.
legendary
Activity: 1386
Merit: 1097
December 10, 2012, 10:23:47 AM
Jim, I really like your checklist. I was thinking about something similar for Electrum as well and now I finally decided to compose it, too.
legendary
Activity: 1708
Merit: 1066
December 10, 2012, 09:51:23 AM
There is a new live release of MultiBit at:

multibit.org


Version 0.4.16

Improvements
+ User interface tidy ups e.g. decimal align on BTC amounts, amount sorting fixed, wallet panel width fixed.


Scan of release checklist
legendary
Activity: 1708
Merit: 1066
December 09, 2012, 06:57:26 AM
Fixed:



I will probably do another live release in the next couple of days as the decimal align is worth having in the live code. Much easier to read.
legendary
Activity: 1708
Merit: 1066
December 09, 2012, 05:08:56 AM
Hi Freemoney,

Yes I noticed that too - the decimal align is actually:
+ right align everything to the left of the decimal symbol
+ left align everything after the decimal sign

(the Java decimal align won't align on a comma so I had to do something more complicated).

I left it as if I change the number shown it then does not match exactly the number in the amount field on the send/ request which is more confusing. People get annoyed if they type '1' and it gets changed to '1,0'

I will have another go at tweaking the layout !
member
Activity: 62
Merit: 10
December 08, 2012, 05:23:06 PM
There is a new test release of MultiBit at:

github.com

Version 0.5.6beta (Encrypted wallets)

Enhancements:
+ Everything from version 0.4.15 e.g currency support
+ Amount in BTC decimal aligned
+ testnet3 support
+ I think I have fixed the wallet panel being too wide in Linux (I never saw that bug so cannot be sure. Slush < could you try it out please ?).


Scan of release checklist


Hi Jim,

just tried it out. Works fine on my Mac OS X 10.5.8, great work!

Small finding:
I found that in the transactions panel the BTC decimal alignment gives a weird result if you have amounts with decimals and without decimals. It seems that the decimal separator shifts amounts WITH decimal places a bit to the LEFT. The result is that the digits from amounts WITH decimals are not aligned with the corresponding digits of amounts WITHOUT decimals.

Thank you for this great client!
legendary
Activity: 1708
Merit: 1066
December 08, 2012, 04:19:05 PM
Great - thanks for checking that out.
legendary
Activity: 1386
Merit: 1097
December 08, 2012, 03:48:30 PM
+ I think I have fixed the wallet panel being too wide in Linux (I never saw that bug so cannot be sure. Slush < could you try it out please ?).

Fixed! Thanks :-)
legendary
Activity: 1708
Merit: 1066
December 08, 2012, 12:18:41 PM
There is a new test release of MultiBit at:

github.com

Version 0.5.6beta (Encrypted wallets)

Enhancements:
+ Everything from version 0.4.15 e.g currency support
+ Amount in BTC decimal aligned
+ testnet3 support
+ I think I have fixed the wallet panel being too wide in Linux (I never saw that bug so cannot be sure. Slush < could you try it out please ?).


Scan of release checklist
legendary
Activity: 1708
Merit: 1066
December 07, 2012, 02:54:37 PM
Thanks!
legendary
Activity: 1386
Merit: 1097
December 07, 2012, 02:39:06 PM
Jim, I just sent you few spare coins...
legendary
Activity: 1708
Merit: 1066
December 07, 2012, 01:39:32 PM
I just added in support for testnet3 in.
In the multibit.properties file you add:

testOrProductionNetwork=testnet3

It seems to sync ok (39,455 blocks as of 07 Dec 2012 18:32).
If anyone has some testnet3 coins they don't need I would be grateful if you sent some to:

mfkrBmjdRXLNRcAQH7tfmVaBRknZxRrnV3

as I have zero testnet3 coin.
legendary
Activity: 1708
Merit: 1066
December 06, 2012, 01:29:32 PM
It would be pretty expensive to do because:
1) it's a whole different format - you would spend ages doing compatibility testing.  
2) if the Satoshi client made a change you'd be forced to rework things
3) there are different versions of the MultiBit wallet that need extra code to read, having a whole new set of wallet formats (the Satoshi wallet versions) would just be one big continual headache.

I am hoping the HD wallets (BIP 32) to be functionally compatible between clients (ie type in your long passphrase into any compliant client and your wallet is there) which would be a big win.  The representation of the HD wallets on the disk would not be compatible I expect but in this case it would not matter.
legendary
Activity: 1148
Merit: 1008
If you want to walk on water, get out of the boat
December 06, 2012, 12:47:32 PM
Noob question: what about supporting the satoshi client wallets in Multibit? I don't know how hard this is to do, so if it's a noob question forgive me
legendary
Activity: 1708
Merit: 1066
December 05, 2012, 02:13:13 PM
I'll have a look at the spaces thing.
hero member
Activity: 504
Merit: 500
WTF???
December 05, 2012, 02:02:37 PM
Hi wtfvanity,

Thanks for your feedback.

I recently added a trim of whitespace to the address. It is only in the most recent version (0.4.15). Was that the version you were using ? - If so then I will have to look at it again as maybe I have missed it or put it in the wrong branch.

As it seems a common request I will have a think about adding multiple transactions on a send. It does not fit very well with the current UI where the top panel and the bottom panel are dynamically linked and entails beefing up the fees algorithm which is why I have been a bit reluctant to do it. It is pretty useful though and saves money so I'll put it on the ToDo list.

A little note on the UI to highlight that the address you entered is in your own wallet is a good idea yes. Whilst not an 'illegal' thing to do it most likely is from a cut and paste error so would be worth highlighting.

I am using 0.4.15. A space does not work, nor a tab, or a line break /n clfr etc.
Space in front of the address does not work, nor in the middle of the address.

It doesn't look like it made it into this branch.

I agree that your existing UI, multiple outputs doesn't seem like there is a simple place to add it. In fact if you want to talk about UI, I thought the address book seemed confusing. I was testing it out and sent some coins and couldn't figure out how to "clear" it. Until I realized I was required to hit new or delete and start a new transaction. I'd love to see it but don't let that pull you off more important things. Again, that is an advanced feature. If someone is really using it then they may use the Satoshi client that is inherently more advanced.

If you just put some text under the address that said *This address is in your own wallet, or something like that I don't need a dialogue box, just an FYI in case I'm being stupid because just as you mentioned, it's not against the rules to send them to yourself. New users may even do that on purpose so that they can see a transaction put into the block chain.
legendary
Activity: 1708
Merit: 1066
December 05, 2012, 11:59:16 AM
1. Can you trim the white space off of a BTC address? When I copy and paste an address and it tells me it's invalid- well it's annoying. If not, could you provide more information to the user why? Like an invalid character such as letters outside of the allowed or white space or incorrect length or something. That could possibly prevent some hair pulling for a new users.

I just tested version 0.4.15 with an added space both before and after the address and it trims the space and happily sends to that address. If you update to the latest version on the website you'll get it.
legendary
Activity: 1708
Merit: 1066
December 05, 2012, 10:11:10 AM
Hi wtfvanity,

Thanks for your feedback.

I recently added a trim of whitespace to the address. It is only in the most recent version (0.4.15). Was that the version you were using ? - If so then I will have to look at it again as maybe I have missed it or put it in the wrong branch.

As it seems a common request I will have a think about adding multiple transactions on a send. It does not fit very well with the current UI where the top panel and the bottom panel are dynamically linked and entails beefing up the fees algorithm which is why I have been a bit reluctant to do it. It is pretty useful though and saves money so I'll put it on the ToDo list.

A little note on the UI to highlight that the address you entered is in your own wallet is a good idea yes. Whilst not an 'illegal' thing to do it most likely is from a cut and paste error so would be worth highlighting.
Pages:
Jump to: