Bitcoin Forum
May 05, 2024, 03:41:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 52 53 ... 90 »
  Print  
Author Topic: MultiBit  (Read 336104 times)
jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
October 18, 2011, 06:09:16 PM
Last edit: December 17, 2011, 11:42:05 AM by jim618
 #41

We now have a German translation for MultiBit !

Thanks to freemoney458, on this site, for doing this translation for us.
Here is a screenshot - there are a couple of terms I have added in the last day or two in English, but other than that it is a complete translation.

http://multibit.org/postImages/german.png

p.s. it will appear in the next beta's installers.

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
1714923704
Hero Member
*
Offline Offline

Posts: 1714923704

View Profile Personal Message (Offline)

Ignore
1714923704
Reply with quote  #2

1714923704
Report to moderator
The network tries to produce one block per 10 minutes. It does this by automatically adjusting how difficult it is to produce blocks.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714923704
Hero Member
*
Offline Offline

Posts: 1714923704

View Profile Personal Message (Offline)

Ignore
1714923704
Reply with quote  #2

1714923704
Report to moderator
steelhouse
Hero Member
*****
Offline Offline

Activity: 717
Merit: 501


View Profile
October 19, 2011, 03:13:53 AM
 #42

This is great, how does it compress the block chain.  Does it use someone else's block chain?  This is great it is so small and fast, but I wonder in laymans terms how it works?   I wonder if it protects the network?  Is it just a online wallet disguised as a client?
jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
October 19, 2011, 09:22:34 AM
 #43

Thanks for your feedback steelhouse.
I thought I would try to answer your questions, together with other ones I have been asked such as:
"Where are the private keys stored ?",
by describing what MultiBit is actually doing.


A day in the life of MultiBit:

1. When you install MultiBit, is comes with a recent blockchain. This is about half the install download.

2. You start up MultiBit and it connects to bitcoin full nodes - i.e. nodes running bitcoind - in the normal peer-to-peer fashion. (You can also configure it to connect to a specific node if you want.)

3. MultiBit loads from disk the user's wallet file. The user's private keys are stored in the wallet.

4. MultiBit starts downloading new blocks from the peers. These are exactly the same blocks as you see on, say, blockexplorer.com.

5. It passes the new blocks to the wallet and says to it:
"Have a look at these new blocks and see if there are any transactions of interest to you."

6. The wallet looks through the new blocks' transactions and stores (in the wallet) the transactions that either send it bitcoin or that confirm its previous spends.

7. MultiBit stores the headers only of the new blocks into its local copy of the blockchain,   It does not store the transactions themselves. This is the main reason the MultiBit blockchain is so much smaller than the bitcoind blockchain.

8. MultiBit then waits for new blocks to appear from the peers and repeats.

I hope this answers your questions but if anything is not clear just ask.

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
brandondayton
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile WWW
October 22, 2011, 01:53:59 PM
 #44

Don't know if this has been suggested before, but it'd be a great feature to see bitcoin value in dollars right in the client. Not super critical, but I think it'll help the regular joe once it gets around to that. BTW, really diggin' multibit. Very slick.
jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
October 22, 2011, 03:56:13 PM
 #45

Yes - I think having a 'cross-rate' as per giszmo's suggestion would help usability.

For the early adopter 'bitcoiners' I think they are happy to think in terms of bitcoins but for wider adoption being able to present the info in  a fiat currency would make it easier.  

I will put it on the feature request list in the github wiki.   A single cross-rate where you switch the presentation of all figures (like on a website when you switch from, say, US dollars to euros) would probably be the way to go.   I like giszmo's suggestion of a 'rate-out-of-date' colour scheme too.

brandondayton <- Glad you are enjoying multibit !

:-)

Edit: Idea has been put into wiki: https://github.com/jim618/multibit/wiki/Cross-rates

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
October 26, 2011, 09:07:44 PM
 #46

I thought you might be interested in a sneak preview of what the main wallets page will look like in MultiBit:



There is still a fair amount of finishing off and testing yet but the rough layout is about right I think.
The colour palette used is:
http://colors.bravo9.com/nbs-iscc-p-plochere-color-system/list/all/

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
October 28, 2011, 02:19:19 PM
 #47

Gone into the codebase today is the ability to create swatches with multiple lines in the label.
Here is an example:



Also, the label fields on the 'Receive Bitcoin' and 'Send Bitcoin' screens have been made correspondingly bigger.

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
genjix
Legendary
*
Offline Offline

Activity: 1232
Merit: 1072


View Profile
October 29, 2011, 02:59:31 PM
 #48

Multibit is looking sexy. Keep up the great work Grin

You might want to read these suggestions for improving your client.
jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
October 29, 2011, 06:43:39 PM
 #49

Thanks genjix!

Lots of good improvement suggestions on that page - I have bookmarked it for future reference.

Similiarly I am looking forward to the rollout of libbitcoin.  Once devs have a more structured C++ codebase to work with there should be some really interesting solutions appearing.

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
GoWest
Hero Member
*****
Offline Offline

Activity: 563
Merit: 501


betwithbtc.com


View Profile WWW
November 01, 2011, 02:12:51 AM
 #50

Bitcoins for Christmas recommends MultiBit!



jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
November 01, 2011, 10:43:06 AM
 #51

Hi GoWest,
Thanks to Bitcoins for Christmas for the recommendation.
That is a great idea for the Christmas season - I think I will use it myself.

 :-)

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
finway
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


View Profile
November 01, 2011, 12:12:02 PM
 #52

Nice work, I'll try it.

jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
November 02, 2011, 07:59:40 PM
 #53

I have tidied up the 'Send Bitcoin' screen so that it now also generates swatches.

Here is a screenshot:



Also, I have added a 'Paste' button into the send 'swatch panel' so that you can paste a text bitcoin URI or swatch directly and it will fill out the send form.

In the very bottom left of the screen you can see that the 'Online' label now also has the block height as a tooltip.

I am hoping to get another beta out early next week, all being well.

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
EhVedadoOAnonimato
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
November 02, 2011, 09:04:51 PM
 #54

but there is a third step, that is when bitcoin really becomes main stream and each block takes up 50+MB. Then most people will be forced to use things like instawallet, mtgox, tradehill for their wallet. The time of Bitcoin banking.

Not necessarily. There are ways of keeping it P2P even then. That would required the creation of a "give me the list of outputs of block X" message. This list would be much smaller than the entire block as it would not contain the inputs, their public keys and signatures.

Of course that a node could then lie about the contents of this list. Such risk could be considerably mitigated by
  • Asking the list to different nodes
  • Connecting to a set of trusted full nodes
  • Clients could offer the user the option to "rescan transactions from this point to that point in time, because I should have received something there". Such manual rescan could perform a full download of all blocks in the period.

The risk could be completely eliminated by adding a checksum of the output list to the block header, but that would be a major change in the protocol. Worth doing, I'd say, if that's what it takes to keep bitcoin truly P2P, and not dependent on trust.
GoWest
Hero Member
*****
Offline Offline

Activity: 563
Merit: 501


betwithbtc.com


View Profile WWW
November 06, 2011, 03:31:39 PM
 #55

An issue encountered by someone trying to install MultiBit after receiving a gift from BitcoinsForChristmas:

"Problem: when I launch Multibit it doesn't open - rather, my Nokia App store launches. Even when I launch the JAR file in the Multibit directory."

If you need more details / screenshots, I can try to get them for you.

jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
November 06, 2011, 09:22:43 PM
 #56

Hi GoWest,

Thanks for your bug report.

It looks like the Nokia App store is being called when jars are being opened rather than the java executable.   Most likely this will apply to any java app and is not specific to MultiBit.

What system are they running things on ?
Are they running MultiBit from a shortcut (in either their Program Menu or  desktop) or are they double-clicking the multibit-exe.jar.

Regards,

Jim

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
conspirosphere.tk
Legendary
*
Offline Offline

Activity: 2352
Merit: 1064


Bitcoin is antisemitic


View Profile
November 07, 2011, 04:48:51 AM
 #57

I just installed Multibit (on XP), but when I click on its shortcut it starts Ovi (a Nokia application to manage my smartphone).
The same happens if I click on the Multibit executable or its uninstaller.
Any clue?
jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
November 07, 2011, 09:52:50 AM
 #58

Hi conspirosphere.tk,

It looks like it is this problem: 
http://www.developer.nokia.com/Community/Discussion/showthread.php?184259-How-to-prevent-OVI-Suite-from-hijacking-JAR-filetype-extension

There is a workaround mentioned in that thread:
http://thepanz.netsons.org/post/windows7-jar-file-association-broken-with-nokia-ovi

I have had a look at the bat file it gives and it looks kosher.   Let me know if this fixes the problem.

To fix it for everybody, I think what I will do is convert the multibit-exe.jar to a fully fledged Windows exe file so that Ovi and MultiBit can co-exist happily.

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
conspirosphere.tk
Legendary
*
Offline Offline

Activity: 2352
Merit: 1064


Bitcoin is antisemitic


View Profile
November 07, 2011, 12:27:35 PM
 #59

Many thanks Jim,
I just ran the following .reg file:
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\.jar]
[-HKEY_CLASSES_ROOT\SystemFileAssociations\.jar]
[-HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.jar]

as indicated on the second page you found, and it fixed everything. So now I can run Multibit.

Thanks again.
jim618 (OP)
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
November 07, 2011, 01:02:39 PM
 #60

That is great conspirosphere.tk

I have just changed the MultiBit build so that for future Windows users they will get an multibit.exe file rather than a jar file.
This will go into 0.2.0beta2.

MultiBit HD   Lightweight desktop client.                    Bitcoin Solutions Ltd   Bespoke software. Consultancy.
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 52 53 ... 90 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!