Pages:
Author

Topic: MultiBit - page 79. (Read 336135 times)

legendary
Activity: 1708
Merit: 1066
March 08, 2012, 04:33:06 PM
I have updated the transaction status icons to go with a 'circle filling' theme (similar to the Satoshi client).

Here are the confirmation icons, going from zero confirmations to 6+:

legendary
Activity: 1708
Merit: 1066
March 08, 2012, 11:03:49 AM
I have added a 'transaction details' popup menu option which gives you more transaction details.
You get a drill down screen which currently looks like:

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

Nothing earth shattering but very handy.
sr. member
Activity: 467
Merit: 250
March 06, 2012, 09:47:16 AM
@speedbus
Good idea - will look at doing that. A CSV export file is probably the easiest to do and everything reads that.

Sounds awesome !! Looking forward to it Cheesy
legendary
Activity: 1708
Merit: 1066
March 06, 2012, 09:04:21 AM
@speedbus
Good idea - will look at doing that. A CSV export file is probably the easiest to do and everything reads that.
sr. member
Activity: 467
Merit: 250
March 06, 2012, 07:26:42 AM
There is a new release of MultiBit at:

http://multibit.org


Version 0.3.0beta5

Enhancements
+  Encryption of private key export file.
+  Import encrypted private key export file.
+  Improvements to block chain replay.

Release info
Changes included - Feb 29th to Mar 5th inclusive
Scan of release checklist

For the next couple of weeks I will be working on improvements to the UI, including viewing transaction details and (hopefully) integrating a Bitcoin ticker based on Tim Molter's XChange library.

Thanks Cheesy Could you add a way to export the transactions which have taken place to an excel sheet ?
legendary
Activity: 1708
Merit: 1066
March 05, 2012, 11:32:00 AM
There is a new release of MultiBit at:

http://multibit.org


Version 0.3.0beta5

Enhancements
+  Encryption of private key export file.
+  Import encrypted private key export file.
+  Improvements to block chain replay.

Release info
Changes included - Feb 29th to Mar 5th inclusive
Scan of release checklist

For the next couple of weeks I will be working on improvements to the UI, including viewing transaction details and (hopefully) integrating a Bitcoin ticker based on Tim Molter's XChange library.
legendary
Activity: 1708
Merit: 1066
March 04, 2012, 12:06:14 PM
I have just been preparing screenshots for the main feature in the next MultiBit release:


Encrypted private key export files
These will enable you to safely transfer private keys from computer to computer and you can use them for wallet backup.

Here is the screen shot and how-to for the export:
http://multibit.org/help_exportingPrivateKeys.html

And here is the screenshot and how-to for the import:
http://multibit.org/help_importingPrivateKeys.html


OpenSSL compatibility
For maximum compatibility I have used the same encryption methodology as in OpenSSL so you can also encrypt and decrypt the files using the command line utility 'openssl'.

To decrypt an encrypted MultiBit private key export file use:
openssl enc -d -p -aes-256-cbc -a -in -out -pass pass:<password><br /><br />To encrypt a plaintext MultiBit private key export file use:<br />openssl enc -p -aes-256-cbc -a -in <plaintext file> -out <ciphertext file> -pass pass:<password><br /><br /><br /><b>File specification and an example</b><br />The spec for the export files is pretty straightforward - it is basically just the private key in sipa wallet import format and its creation date.  More details: <a class="ul" href="https://github.com/jim618/multibit/wiki/Export%20and%20limited%20import%20of%20private%20keys" rel="nofollow" target="_blank">MultiBit private key export specification</a><br /><br />Edit: here is the contents of an encrypted private key file for a single key:<br /><br />U2FsdGVkX18qFcs9rcWzN2vFRqK/KgcHerb9aQkbVrr2UD60T/QOjMY+UlOLb8OWrPOX7fRzBF9s<br />ycM46QVERkoYOlZu/9dtwV2P/UFXk+W/tkTrxn/0ymWmQqsj8rZq<br /><br />And here it is decrypted with the password 'jim':<br />5JiGQHkFCFiAictiaWx5LkKP4ZTPz4GZ8vF9KLQoc2itvRke8J2 2012-03-02T23:29:33Z<br /><br />(I've taken the BTC out!)<br /><br /><br /><br />The next release of MultiBit should be in a day or two - just got some testing and tidying to do.<br /> </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/crowncloud-51950" title="Profile of CrownCloud">CrownCloud</a> </div> <div class="position">sr. member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 467</div> <div class="merit">Merit: 250</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/crowncloud-51950" title="Profile of CrownCloud"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg773886"></a> <a href="/topic/m.773886">Re: MultiBit</a> </div> <div class="date">February 28, 2012, 01:56:54 PM</div> </div> <div class="item-number text-right"> <a href="/topic/m.773886">#217</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.773629">Quote from: jim618 on February 28, 2012, 10:48:45 AM</a></div><div class="quote">There is a new release of MultiBit at:<br /><br /><a class="ul" href="http://multibit.org" rel="nofollow" target="_blank">http://multibit.org</a><br /><br /><br />Version 0.3.0beta4<br /><br />Enhancements<br />+  'Import private keys' now working<br />+  Better progress feedback on 'import private keys' and 'reset blockchain and transactions'<br />+  Fix for BTC being counted twice when private keys repeatedly imported<br />+  Dialogs are now modal and always on top<br />+  Various UI tidy ups<br /><br />This release is primarily to tidy a few things up and fix bugs in the previous release.<br />You can see the commits in detail at:<br /><a class="ul" href="http://ci.bitcoinj.org/job/MultiBit-v0.3/changes" rel="nofollow" target="_blank">http://ci.bitcoinj.org/job/MultiBit-v0.3/changes</a><br />(Changes from Feb 21st to Feb 28th inclusive)<br /><br /><br /><b>@cypherdoc</b> - This version should fix the bugs that you posted about earlier in the thread.<br /><b>@speedbus</b> - To reset your wallet to match what is on the blockchain use the "Tools | Reset blockchain and transactions' menu option.<br /><br /></div><br />Awesome !! Works perfect <img src="https://bitcointalk.org/Smileys/default/cheesy.gif" alt="Cheesy" border="0" /> Thanks !! </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/jim618-31622" title="Profile of jim618">jim618</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1708</div> <div class="merit">Merit: 1066</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_31622.png" alt="" title="Profile photo of jim618"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/jim618-31622" title="Profile of jim618"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg773629"></a> <a href="/topic/m.773629">Re: MultiBit</a> </div> <div class="date">February 28, 2012, 10:48:45 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.773629">#216</a> </div> </div> <div class="content"> There is a new release of MultiBit at:<br /><br /><a class="ul" href="http://multibit.org" rel="nofollow" target="_blank">http://multibit.org</a><br /><br /><br />Version 0.3.0beta4<br /><br />Enhancements<br />+  'Import private keys' now working<br />+  Better progress feedback on 'import private keys' and 'reset blockchain and transactions'<br />+  Fix for BTC being counted twice when private keys repeatedly imported<br />+  Dialogs are now modal and always on top<br />+  Various UI tidy ups<br /><br />This release is primarily to tidy a few things up and fix bugs in the previous release.<br />You can see the commits in detail at:<br /><a class="ul" href="http://ci.bitcoinj.org/job/MultiBit-v0.3/changes" rel="nofollow" target="_blank">http://ci.bitcoinj.org/job/MultiBit-v0.3/changes</a><br />(Changes from Feb 21st to Feb 28th inclusive)<br /><br /><br /><b>@cypherdoc</b> - This version should fix the bugs that you posted about earlier in the thread.<br /><b>@speedbus</b> - To reset your wallet to match what is on the blockchain use the "Tools | Reset blockchain and transactions' menu option.<br /> </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/crowncloud-51950" title="Profile of CrownCloud">CrownCloud</a> </div> <div class="position">sr. member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 467</div> <div class="merit">Merit: 250</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/crowncloud-51950" title="Profile of CrownCloud"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg768409"></a> <a href="/topic/m.768409">Re: MultiBit</a> </div> <div class="date">February 25, 2012, 01:36:56 PM</div> </div> <div class="item-number text-right"> <a href="/topic/m.768409">#215</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.768163">Quote from: jim618 on February 25, 2012, 10:34:23 AM</a></div><div class="quote">@speedbus - thanks!   I have got the newer version almost there - just testing it now.<br /></div><br />Awesome ! <img src="https://bitcointalk.org/Smileys/default/cheesy.gif" alt="Cheesy" border="0" /> Hope my broken wallet gets fixed, all my other wallets can receive and send, only this one seems broken <img src="https://bitcointalk.org/Smileys/default/tongue.gif" alt="Tongue" border="0" /> </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/jim618-31622" title="Profile of jim618">jim618</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1708</div> <div class="merit">Merit: 1066</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_31622.png" alt="" title="Profile photo of jim618"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/jim618-31622" title="Profile of jim618"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg768163"></a> <a href="/topic/m.768163">Re: MultiBit</a> </div> <div class="date">February 25, 2012, 10:34:23 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.768163">#214</a> </div> </div> <div class="content"> @film2240 - that is good to hear.   I think it is a good idea to have the bulk of your BTC on the Satoshi client as you are right it is more mature (and it has wallet encryption).   Please try out the Multibit updates from time to time to see it's progress though !   :-)<br /><br />@speedbus - thanks!   I have got the newer version almost there - just testing it now.<br /><br />@Nachtwind.  The installer for Windows is actually written in Java so if that runs you definitely have it one your system (which you also indicate with your comment).   <br /><br />The multibit.exe searches for a copy of Java to run using this order:<br /><JVMSearchPath>registry</JVMSearchPath>   << Registry settings<br /><JVMSearchPath>javahome</JVMSearchPath> << JAVA_HOME environment variable<br /><JVMSearchPath>jrepath</JVMSearchPath><br /><JVMSearchPath>jdkpath</JVMSearchPath><br /><JVMSearchPath>exepath</JVMSearchPath>   << PATH environment variable<br /><JVMSearchPath>jview</JVMSearchPath><br /><br />I suspect either your registry settings or JAVA_HOME are pointing somewhere it does not expect.<br /><br />You could try explicitly manually installing Java from:<br /><a class="ul" href="http://www.java.com/en/download/help/windows_manual_download.xml" rel="nofollow" target="_blank">http://www.java.com/en/download/help/windows_manual_download.xml</a><br /><br />That might put in the correct registry settings which, as they are top of the list, the multibit.exe will look for first.<br />  </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/nachtwind-19010" title="Profile of Nachtwind">Nachtwind</a> </div> <div class="position">hero member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 700</div> <div class="merit">Merit: 507</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_19010.jpg" alt="" title="Profile photo of Nachtwind"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/nachtwind-19010" title="Profile of Nachtwind"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg768052"></a> <a href="/topic/m.768052">Re: MultiBit</a> </div> <div class="date">February 25, 2012, 08:32:15 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.768052">#213</a> </div> </div> <div class="content"> Hi, <br />The release on the website of 030b3 wont work for me: Gives me some error about the "network path to javaw" cannot be found (though its the correct windows path ("C:\programs..")).<br /><br />Anyone else having this sort of trouble? </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/crowncloud-51950" title="Profile of CrownCloud">CrownCloud</a> </div> <div class="position">sr. member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 467</div> <div class="merit">Merit: 250</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/crowncloud-51950" title="Profile of CrownCloud"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg768006"></a> <a href="/topic/m.768006">Re: MultiBit</a> </div> <div class="date">February 25, 2012, 07:35:14 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.768006">#212</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.766924">Quote from: jim618 on February 24, 2012, 03:57:30 PM</a></div><div class="quote">Hi speedbus,<br /><br />I have been working on ironing out a few bugs this week - the 0.3.0beta3 release I had to release a bit earlier than I wanted because of some network code that needed updating.<br /><br />I should get a new release back to the normal quality by Monday so if you could hang on until then that would be good.<br />(Under the covers I have been updating to a much more recent version of bitcoinj so there have been a few things to sort out).<br /><br />Bear with me.<br /><br />Jim<br /><br /></div><br />Hey,<br />No Probs, I'll wait <img src="https://bitcointalk.org/Smileys/default/cheesy.gif" alt="Cheesy" border="0" /> Btw, MultiBit is great ! Its the best alternative client I have used ! </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/film2240-18914" title="Profile of film2240">film2240</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1022</div> <div class="merit">Merit: 1000</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_18914.png" alt="" title="Profile photo of film2240"> </div> <div class="description">Freelance videographer</div> <div class="view-profile"> <a href="/user/film2240-18914" title="Profile of film2240"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg767944"></a> <a href="/topic/m.767944">Re: MultiBit</a> </div> <div class="date">February 25, 2012, 06:27:29 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.767944">#211</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.767924">Quote from: jim618 on February 25, 2012, 05:57:50 AM</a></div><div class="quote">The 0.3.0beta3 on the website should be connecting to the bitcoin network ok. <br />Let me know if it is not. <br /><br /></div><br />I've tested this and this works fine.For those of you having issues with blocks not downloading,please use Multibit V0.30 beta 3 to rectify the issue that cropped up from 20/2/2012 onwards.Thanks. </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/jim618-31622" title="Profile of jim618">jim618</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1708</div> <div class="merit">Merit: 1066</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_31622.png" alt="" title="Profile photo of jim618"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/jim618-31622" title="Profile of jim618"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg767943"></a> <a href="/topic/m.767943">Re: MultiBit</a> </div> <div class="date">February 25, 2012, 06:23:50 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.767943">#210</a> </div> </div> <div class="content"> <div class="quote-header"><a href="/topic/m.767311">Quote from: cypherdoc on February 24, 2012, 08:36:05 PM</a></div><div class="quote">jim,<br /><br />so i started off by making that multibit.wallet on my c drive by mistake.  i would like to relocate it to my usb key.  is it as simple as moving it over?  will the *.exe be able to find it?<br /></div><br />Yes - you just have to move the files multibit.wallet and multibit.info to your usb key. (The info file contains things like your address labels).   Just put them anywhere convenient.<br /><br />You can also rename the multibit.wallet and multibit.info to, say MyCash.wallet and MyCash.info if you do not like the default name.  The prefix has to be the same on both files.<br /><br />When you next open multibit you will see an autogenerated empty wllet with the name "multibit".   Just ignore that and go to "Open Wallet" and find your wallet you just moved and select it.   It should then appear on the "Your Wallets" page.<br /><br /><br /> </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/jim618-31622" title="Profile of jim618">jim618</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1708</div> <div class="merit">Merit: 1066</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_31622.png" alt="" title="Profile photo of jim618"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/jim618-31622" title="Profile of jim618"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg767924"></a> <a href="/topic/m.767924">Re: MultiBit</a> </div> <div class="date">February 25, 2012, 05:57:50 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.767924">#209</a> </div> </div> <div class="content"> The 0.3.0beta3 on the website should be connecting to the bitcoin network ok. <br />Let me know if it is not. <br /> </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/film2240-18914" title="Profile of film2240">film2240</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1022</div> <div class="merit">Merit: 1000</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_18914.png" alt="" title="Profile photo of film2240"> </div> <div class="description">Freelance videographer</div> <div class="view-profile"> <a href="/user/film2240-18914" title="Profile of film2240"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg767341"></a> <a href="/topic/m.767341">Re: MultiBit</a> </div> <div class="date">February 24, 2012, 09:00:34 PM</div> </div> <div class="item-number text-right"> <a href="/topic/m.767341">#208</a> </div> </div> <div class="content"> Can you please fix the bug where Multibit won't connect or download the blockchain since 20/2/2012? I really want to move my BTC to the main client as the official client tends to be more stable thanks. </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/cypherdoc-8389" title="Profile of cypherdoc">cypherdoc</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1764</div> <div class="merit">Merit: 1002</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_8389.gif" alt="" title="Profile photo of cypherdoc"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/cypherdoc-8389" title="Profile of cypherdoc"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg767311"></a> <a href="/topic/m.767311">Re: MultiBit</a> </div> <div class="date">February 24, 2012, 08:36:05 PM</div> </div> <div class="item-number text-right"> <a href="/topic/m.767311">#207</a> </div> </div> <div class="content"> jim,<br /><br />so i started off by making that multibit.wallet on my c drive by mistake.  i would like to relocate it to my usb key.  is it as simple as moving it over?  will the *.exe be able to find it? </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/jim618-31622" title="Profile of jim618">jim618</a> </div> <div class="position">legendary</div> <div class="position-coins"> <img src="/images/user_position/legendary.gif" alt="" title="Legendary level"> </div> <div class="activity">Activity: 1708</div> <div class="merit">Merit: 1066</div> <div class="avatar"> <img src="https://bitcointalk.org/useravatars/avatar_31622.png" alt="" title="Profile photo of jim618"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/jim618-31622" title="Profile of jim618"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg766924"></a> <a href="/topic/m.766924">Re: MultiBit</a> </div> <div class="date">February 24, 2012, 03:57:30 PM</div> </div> <div class="item-number text-right"> <a href="/topic/m.766924">#206</a> </div> </div> <div class="content"> Hi speedbus,<br /><br />I have been working on ironing out a few bugs this week - the 0.3.0beta3 release I had to release a bit earlier than I wanted because of some network code that needed updating.<br /><br />I should get a new release back to the normal quality by Monday so if you could hang on until then that would be good.<br />(Under the covers I have been updating to a much more recent version of bitcoinj so there have been a few things to sort out).<br /><br />Bear with me.<br /><br />Jim<br /> </div> </div> </div> </div> <div class="item clearfix"> <div class="item-content"> <div class="user-data"> <div class="username"> <a href="/user/crowncloud-51950" title="Profile of CrownCloud">CrownCloud</a> </div> <div class="position">sr. member</div> <div class="position-coins"> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> <img src="/images/user_position/star.gif" alt=""> </div> <div class="activity">Activity: 467</div> <div class="merit">Merit: 250</div> <div class="avatar"> </div> <div class="description"></div> <div class="view-profile"> <a href="/user/crowncloud-51950" title="Profile of CrownCloud"><img src="/images/profile_sm.gif" alt=""></a> </div> </div> <div class="message-data"> <div class="header clearfix"> <div class="icon"> <img src="/images/xx.gif" alt=""> </div> <div class="title-wrapper"> <div class="title"> <a name="msg766567"></a> <a href="/topic/m.766567">Re: MultiBit</a> </div> <div class="date">February 24, 2012, 10:53:01 AM</div> </div> <div class="item-number text-right"> <a href="/topic/m.766567">#205</a> </div> </div> <div class="content"> Hey,<br />I'm having a few issues in sending a payment to a friend, I sent the payment about 2 hours ago, but, its not yet confirmed at my end <img src="https://bitcointalk.org/Smileys/default/sad.gif" alt="Sad" border="0" /><br /><br />Any fix ? or Do I wait ?<br /><br />EDIT : My money's stuck.. dunno whats happening <img src="https://bitcointalk.org/Smileys/default/sad.gif" alt="Sad" border="0" /> cant pull out any money <img src="https://bitcointalk.org/Smileys/default/sad.gif" alt="Sad" border="0" /><br /><br />Update 2 : the Default multibit wallet money is stuck, but my personal wallet works. any fix ? </div> </div> </div> </div> </div> <div class="pagination-wrapper"> <span class="pages-text ">Pages:</span> <ul class="pagination"><li class="prev"><a href="/topic/multibit-43616/78-page.html" data-page="77">&laquo;</a></li> <li><a href="/topic/multibit-43616/74-page.html" data-page="73">74</a></li> <li><a href="/topic/multibit-43616/75-page.html" data-page="74">75</a></li> <li><a href="/topic/multibit-43616/76-page.html" data-page="75">76</a></li> <li><a href="/topic/multibit-43616/77-page.html" data-page="76">77</a></li> <li><a href="/topic/multibit-43616/78-page.html" data-page="77">78</a></li> <li class="active"><a href="/topic/multibit-43616/79-page.html" data-page="78">79</a></li> <li><a href="/topic/multibit-43616/80-page.html" data-page="79">80</a></li> <li><a href="/topic/multibit-43616/81-page.html" data-page="80">81</a></li> <li><a href="/topic/multibit-43616/82-page.html" data-page="81">82</a></li> <li><a href="/topic/multibit-43616/83-page.html" data-page="82">83</a></li> <li class="next"><a href="/topic/multibit-43616/80-page.html" data-page="79">&raquo;</a></li></ul> </div></div> </div> <div class="breadcrumbs"><a href="/" title="Home">Bitcoin Forum</a><span>&gt;</span><a href="/other-1000000004" title="Other category">Other</a><span>&gt;</span><a href="/archival-59" title="Archival category">Archival</a><span>&gt;</span><a href="/multibit-99" title="MultiBit category">MultiBit</a></div> <div class="jump-to pull-right"> <div class="inner"> <div class="content text-right"> <div class="text">Jump to: </div> <form id="jump-to-form" class="jump-to-form-class" action="/forum/default/jump-to-category" method="post"> <input type="hidden" name="_csrf-frontend" value="j-mrIL6QZS3M9OLgwFv2bI_qyQTMwcxwhoIox-JPlWvJiPRkzconY629mK70EIUq1dzwSaG5uEbc8kSyuyPURg=="> <select id="jumptoform-category_id" class="" name="JumpToForm[category_id]" aria-required="true"> <option value="">Please select a destination:</option> <option value="1000000001">Bitcoin</option> <option value="1">=&gt; Bitcoin Discussion</option> <option value="74">===&gt; Legal</option> <option value="77">===&gt; Press</option> <option value="86">===&gt; Meetups</option> <option value="87">===&gt; Important Announcements</option> <option value="6">=&gt; Development &amp; Technical Discussion</option> <option value="37">===&gt; Wallet software</option> <option value="98">=====&gt; Electrum</option> <option value="100">=====&gt; Bitcoin Wallet for Android</option> <option value="138">=====&gt; BitcoinJ</option> <option value="97">=====&gt; Armory</option> <option value="231">=====&gt; Mycelium</option> <option value="261">=====&gt; Hardware wallets</option> <option value="4">=&gt; Bitcoin Technical Support</option> <option value="12">=&gt; Project Development</option> <option value="14">=&gt; Mining</option> <option value="40">===&gt; Mining support</option> <option value="41">===&gt; Pools</option> <option value="42">===&gt; Mining software (miners)</option> <option value="76">===&gt; Hardware</option> <option value="137">=====&gt; Group buys</option> <option value="81">===&gt; Mining speculation</option> <option value="1000000003">Economy</option> <option value="7">=&gt; Economics</option> <option value="57">===&gt; Speculation</option> <option value="5">=&gt; Marketplace</option> <option value="53">===&gt; Currency exchange</option> <option value="56">===&gt; Gambling</option> <option value="71">=====&gt; Games and rounds</option> <option value="207">=====&gt; Investor-based games</option> <option value="228">=====&gt; Gambling discussion</option> <option value="65">===&gt; Lending</option> <option value="88">=====&gt; Long-term offers</option> <option value="78">===&gt; Securities</option> <option value="73">===&gt; Auctions</option> <option value="84">===&gt; Service Announcements</option> <option value="212">=====&gt; Micro Earnings</option> <option value="85">===&gt; Service Discussion</option> <option value="222">=====&gt; Web Wallets</option> <option value="223">=====&gt; Exchanges</option> <option value="51">===&gt; Goods</option> <option value="75">=====&gt; Computer hardware</option> <option value="93">=====&gt; Digital goods</option> <option value="234">=======&gt; Invites &amp; Accounts</option> <option value="217">=====&gt; Collectibles</option> <option value="52">===&gt; Services</option> <option value="8">=&gt; Trading Discussion</option> <option value="83">===&gt; Scam Accusations</option> <option value="129">===&gt; Reputation</option> <option value="1000000004">Other</option> <option value="24">=&gt; Meta</option> <option value="167">===&gt; New forum software</option> <option value="168">===&gt; Bitcoin Wiki</option> <option value="39">=&gt; Beginners &amp; Help</option> <option value="9">=&gt; Off-topic</option> <option value="250">=&gt; Serious discussion</option> <option value="251">===&gt; Ivory Tower</option> <option value="59">=&gt; Archival</option> <option value="17">===&gt; Chinese students</option> <option value="25">===&gt; Obsolete (buying)</option> <option value="26">===&gt; Obsolete (selling)</option> <option value="99">===&gt; MultiBit</option> <option value="44">===&gt; CPU/GPU Bitcoin mining hardware</option> <option value="92">===&gt; Корзина</option> <option value="34">=&gt; Politics &amp; Society</option> <option value="1000000006">Alternate cryptocurrencies</option> <option value="67">=&gt; Altcoin Discussion</option> <option value="159">=&gt; Announcements (Altcoins)</option> <option value="240">===&gt; Tokens (Altcoins)</option> <option value="160">=&gt; Mining (Altcoins)</option> <option value="199">===&gt; Pools (Altcoins)</option> <option value="161">=&gt; Marketplace (Altcoins)</option> <option value="197">===&gt; Service Announcements (Altcoins)</option> <option value="198">===&gt; Service Discussion (Altcoins)</option> <option value="238">===&gt; Bounties (Altcoins)</option> <option value="224">=&gt; Speculation (Altcoins)</option> <option value="1000000005">Local</option> <option value="241">=&gt; العربية (Arabic)</option> <option value="242">===&gt; العملات البديلة (Altcoins)</option> <option value="265">=====&gt; النقاشات</option> <option value="253">===&gt; إستفسارات و أسئلة المبتدئين</option> <option value="266">===&gt; التعدين</option> <option value="267">===&gt; النقاشات الأخرى</option> <option value="271">===&gt; منصات التبادل</option> <option value="191">=&gt; Bahasa Indonesia (Indonesian)</option> <option value="194">===&gt; Mining (Bahasa Indonesia)</option> <option value="192">===&gt; Altcoins (Bahasa Indonesia)</option> <option value="276">===&gt; Trading dan Spekulasi</option> <option value="277">===&gt; Ekonomi, Politik, dan Budaya</option> <option value="278">===&gt; Topik Lainnya</option> <option value="193">===&gt; Marketplace (Bahasa Indonesia)</option> <option value="30">=&gt; 中文 (Chinese)</option> <option value="117">===&gt; 跳蚤市场</option> <option value="118">===&gt; 山寨币</option> <option value="119">===&gt; 媒体</option> <option value="146">===&gt; 挖矿</option> <option value="196">===&gt; 离题万里</option> <option value="201">=&gt; Hrvatski (Croatian)</option> <option value="220">===&gt; Trgovina</option> <option value="221">===&gt; Altcoins (Hrvatski)</option> <option value="273">=====&gt; Announcements (Hrvatski)</option> <option value="272">===&gt; Off-topic (Hrvatski)</option> <option value="13">=&gt; Français</option> <option value="184">===&gt; Vos sites et projets</option> <option value="50">===&gt; Hors-sujet</option> <option value="183">===&gt; Actualité et News</option> <option value="208">===&gt; Débutants</option> <option value="47">===&gt; Discussions générales et utilisation du Bitcoin</option> <option value="48">===&gt; Mining et Hardware</option> <option value="187">===&gt; Économie et spéculation</option> <option value="49">===&gt; Place de marché</option> <option value="210">=====&gt; Produits et services</option> <option value="211">=====&gt; Petites annonces</option> <option value="209">=====&gt; Échanges</option> <option value="188">===&gt; Le Bitcoin et la loi</option> <option value="54">===&gt; Wiki, documentation et traduction</option> <option value="186">===&gt; Développement et technique</option> <option value="149">===&gt; Altcoins (Français)</option> <option value="258">=====&gt; Annonces</option> <option value="89">=&gt; India</option> <option value="121">===&gt; Mining (India)</option> <option value="122">===&gt; Marketplace (India)</option> <option value="123">===&gt; Regional Languages (India)</option> <option value="124">===&gt; Press &amp; News from India</option> <option value="125">===&gt; Alt Coins (India)</option> <option value="126">===&gt; Buyer/ Seller Reputations (India)</option> <option value="127">===&gt; Off-Topic (India)</option> <option value="28">=&gt; Italiano (Italian)</option> <option value="153">===&gt; Guide (Italiano)</option> <option value="169">===&gt; Progetti</option> <option value="205">===&gt; Discussioni avanzate e sviluppo</option> <option value="175">===&gt; Trading, analisi e speculazione</option> <option value="170">===&gt; Mercato</option> <option value="46">=====&gt; Mercato valute</option> <option value="107">=====&gt; Beni</option> <option value="171">=====&gt; Servizi</option> <option value="172">=====&gt; Esercizi commerciali</option> <option value="173">=====&gt; Hardware/Mining (Italiano)</option> <option value="200">=====&gt; Gambling (Italiano)</option> <option value="162">===&gt; Accuse scam/truffe</option> <option value="115">===&gt; Mining (Italiano)</option> <option value="132">===&gt; Alt-Currencies (Italiano)</option> <option value="176">=====&gt; Annunci</option> <option value="144">===&gt; Raduni/Meeting (Italiano)</option> <option value="165">===&gt; Crittografia e decentralizzazione</option> <option value="145">===&gt; Off-Topic (Italiano)</option> <option value="79">=&gt; Nederlands (Dutch)</option> <option value="80">===&gt; Markt</option> <option value="94">===&gt; Gokken/lotterijen</option> <option value="116">===&gt; Mining (Nederlands)</option> <option value="143">===&gt; Beurzen</option> <option value="147">===&gt; Alt Coins (Nederlands)</option> <option value="148">===&gt; Off-topic (Nederlands)</option> <option value="150">===&gt; Meetings (Nederlands)</option> <option value="82">=&gt; 한국어 (Korean)</option> <option value="182">===&gt; 대체코인 Alt Coins (한국어)</option> <option value="10">=&gt; Русский (Russian)</option> <option value="22">===&gt; Новички</option> <option value="23">===&gt; Бизнес</option> <option value="236">=====&gt; Барахолка</option> <option value="237">=====&gt; Обменники</option> <option value="90">===&gt; Идеи</option> <option value="66">===&gt; Кодеры</option> <option value="21">===&gt; Майнеры</option> <option value="91">===&gt; Политика</option> <option value="20">===&gt; Трейдеры</option> <option value="72">===&gt; Альтернативные криптовалюты</option> <option value="248">=====&gt; Токены</option> <option value="256">=====&gt; Бayнти и aиpдpoпы</option> <option value="55">===&gt; Хайпы</option> <option value="185">===&gt; Работа</option> <option value="18">===&gt; Разное</option> <option value="262">===&gt; Oбcyждeниe Bitcoin</option> <option value="128">=====&gt; Новости</option> <option value="19">=====&gt; Юристы</option> <option value="108">=&gt; Română (Romanian)</option> <option value="109">===&gt; Anunturi importante</option> <option value="114">===&gt; Presa</option> <option value="110">===&gt; Offtopic</option> <option value="111">===&gt; Market</option> <option value="257">=====&gt; Discutii Servicii</option> <option value="166">===&gt; Minerit</option> <option value="112">===&gt; Tutoriale</option> <option value="113">===&gt; Bine ai venit!</option> <option value="259">===&gt; Altcoins (Monede Alternative)</option> <option value="178">=====&gt; Anunturi Monede Alternative</option> <option value="45">=&gt; Skandinavisk</option> <option value="133">=&gt; Türkçe (Turkish)</option> <option value="180">===&gt; Bitcoin Haberleri</option> <option value="189">===&gt; Ekonomi</option> <option value="190">===&gt; Servisler</option> <option value="232">=====&gt; Fonlar</option> <option value="157">===&gt; Alternatif Kripto-Paralar</option> <option value="235">=====&gt; Madencilik (Alternatif Kripto-Paralar)</option> <option value="239">=====&gt; Duyurular (Alternatif Kripto-Paralar)</option> <option value="155">===&gt; Pazar Alanı</option> <option value="156">===&gt; Madencilik</option> <option value="229">===&gt; Proje Geliştirme</option> <option value="158">===&gt; Konu Dışı</option> <option value="174">===&gt; Yeni Başlayanlar &amp; Yardım</option> <option value="230">===&gt; Buluşmalar</option> <option value="29">=&gt; Português (Portuguese)</option> <option value="131">===&gt; Primeiros Passos (Iniciantes)</option> <option value="69">===&gt; Economia &amp; Mercado</option> <option value="181">===&gt; Criptomoedas Alternativas</option> <option value="134">===&gt; Brasil</option> <option value="135">===&gt; Portugal</option> <option value="70">===&gt; Mineração em Geral</option> <option value="206">===&gt; Desenvolvimento &amp; Discussões Técnicas</option> <option value="95">=&gt; עברית (Hebrew)</option> <option value="219">=&gt; Pilipinas</option> <option value="243">===&gt; Altcoins (Pilipinas)</option> <option value="260">=====&gt; Altcoin Announcements (Pilipinas)</option> <option value="268">===&gt; Pamilihan</option> <option value="274">===&gt; Others (Pilipinas)</option> <option value="252">=&gt; 日本語 (Japanese)</option> <option value="255">===&gt; アルトコイン</option> <option value="27">=&gt; Español (Spanish)</option> <option value="31">===&gt; Mercado y Economía</option> <option value="202">=====&gt; Servicios</option> <option value="203">=====&gt; Trading y especulación</option> <option value="32">===&gt; Hardware y Minería</option> <option value="33">===&gt; Esquina Libre</option> <option value="101">===&gt; Mercadillo</option> <option value="102">=====&gt; Mexico</option> <option value="103">=====&gt; Argentina</option> <option value="105">=====&gt; Centroamerica y Caribe</option> <option value="104">=====&gt; España</option> <option value="130">===&gt; Primeros pasos y ayuda</option> <option value="151">===&gt; Altcoins (criptomonedas alternativas)</option> <option value="204">=====&gt; Servicios</option> <option value="177">=====&gt; Minería de altcoins</option> <option value="254">=====&gt; Tokens (Español)</option> <option value="16">=&gt; Deutsch (German)</option> <option value="60">===&gt; Mining (Deutsch)</option> <option value="61">===&gt; Trading und Spekulation</option> <option value="63">===&gt; Projektentwicklung</option> <option value="64">===&gt; Off-Topic (Deutsch)</option> <option value="139">===&gt; Treffen</option> <option value="140">===&gt; Presse </option> <option value="152">===&gt; Altcoins (Deutsch)</option> <option value="270">=====&gt; Announcements (Deutsch)</option> <option value="269">===&gt; Marktplatz</option> <option value="141">=====&gt; Auktionen</option> <option value="36">=====&gt; Suche</option> <option value="35">=====&gt; Biete</option> <option value="62">===&gt; Anfänger und Hilfe</option> <option value="120">=&gt; Ελληνικά (Greek)</option> <option value="136">===&gt; Αγορά</option> <option value="195">===&gt; Mining Discussion (Ελληνικά)</option> <option value="179">===&gt; Altcoins (Ελληνικά)</option> <option value="246">=====&gt; Altcoin Announcements (Ελληνικά)</option> <option value="247">=====&gt; Altcoin Mining (Ελληνικά)</option> <option value="11">=&gt; Other languages/locations</option> <option value="142">=&gt; Polski</option> <option value="163">===&gt; Tablica ogłoszeń</option> <option value="164">===&gt; Alternatywne kryptowaluty</option> <option value="263">=====&gt; Nowe kryptowaluty i tokeny</option> <option value="264">=====&gt; Tablica ogłoszeń (altcoiny)</option> <option value="275">=&gt; Nigeria (Naija)</option> <option value="279">===&gt; Politics and society (Naija)</option> <option value="280">===&gt; Off-topic (Naija)</option> </select> <button type="submit">go</button> </form> </div> </div> </div> </div> </div> </div> <footer class="footer"> <div class="left"> <a class="powered-icon mysql" href="http://www.mysql.com/" target="blank"></a> <a class="powered-icon php" href="http://www.php.net/" target="blank"></a> </div> <div class="center"> © 2020, Bitcointalksearch.org </div> <div class="right"> <a class="valid-icon xhtml" href="http://validator.w3.org/check/referer" target="blank"></a> <a class="valid-icon css" href="http://jigsaw.w3.org/css-validator/check/referer" target="blank"></a> </div> </footer> <script src="/assets/427491ca/f7fa18c7/jquery.js"></script> <script src="/assets/427491ca/0f7cd776/yii.js"></script> <script src="/assets/427491ca/0f7cd776/yii.activeForm.js"></script> <script src="/assets/427491ca/3f84b6fd/jquery-ui.js"></script> <script src="/assets/427491ca/0ec48276/js/akeyboard.min.js"></script> <script src="/assets/427491ca/f1f14823/js/bootstrap.js"></script> <script src="/assets/427491ca/8d094ee3/js/activeform.min.js"></script> <script src="/assets/427491ca/ab575839/js/select2.full.min.js"></script> <script src="/assets/427491ca/7ca46779/js/select2-krajee.min.js"></script> <script src="/assets/427491ca/286d0aed/js/kv-widgets.min.js"></script> <script>jQuery(function ($) { jQuery('#jump-to-form').yiiActiveForm([{"id":"jumptoform-category_id","name":"category_id","container":".field-jumptoform-category_id","input":"#jumptoform-category_id","enableAjaxValidation":true}], {"validationUrl":"\/forum\/default\/jump-to-category"}); $(document).on('change', '#jumptoform-category_id', function() { $('#jump-to-form').submit(); }); $('.messages .items .item').each(function() { var user_data_height = $(this).find('.user-data').outerHeight(); var message_data_height = $(this).find('.message-data').outerHeight(); var header_height = $(this).find('.message-data .header').outerHeight(); var signature_height = $(this).find('.message-data .signature').outerHeight(); var content_padding = parseInt($(this).find('.message-data .content').css('padding-bottom')); if(user_data_height > message_data_height) { $(this).find('.message-data .content').css('height', (user_data_height - (header_height + signature_height)) - content_padding); } }); var $el=jQuery("#w3 .kv-hint-special");if($el.length){$el.each(function(){$(this).activeFieldHint()});} jQuery&&jQuery.pjax&&(jQuery.pjax.defaults.maxCacheLength=0); if (jQuery('#timezoneselectform-timezone').data('select2')) { jQuery('#timezoneselectform-timezone').select2('destroy'); } jQuery.when(jQuery('#timezoneselectform-timezone').select2(select2_7cea2cc0)).done(initS2Loading('timezoneselectform-timezone','s2options_3267a624')); jQuery('#w3').yiiActiveForm([], []); $(document).on('click', '.hider', function () { if ($(this).hasClass('hide-header')) { $('#header .auth-info').addClass('hidden'); $('#header .bottom').addClass('hidden'); $(this).removeClass('hide-header'); $(this).addClass('show-header'); } else { $('#header .auth-info').removeClass('hidden'); $('#header .bottom').removeClass('hidden'); $(this).removeClass('show-header'); $(this).addClass('hide-header'); } }); $('.timezone-dropdown').on('change', function() { var id = $(this).find('select').select2('data')[0].id; $.ajax({ url: '/site/save-timezone', type: 'get', dataType: 'json', data: { timeZoneId: id, }, success: function(response) { location.reload(); }, error: function () { } }); }); function submitBigsearch() { location.href = '/forum/default/search?q=QUERY'.replace('QUERY', encodeURIComponent($('#bigsearch textarea').val())); } $('#bigsearch textarea').on('keydown', function(e) { if (e.key == 'Enter') { event.preventDefault(); submitBigsearch(); } }); var keyboard = new aKeyboard.keyboard({ el: '#akeyboard-container' }); keyboard.inputOn('#bigsearch textarea', 'value'); keyboard.onclick('Enter', function() { $('#akeyboard-container').hide(); submitBigsearch(); }); $('#akeyboard-container').draggable(); $('.bigsearch-function-tia').on('click', function() { $('#akeyboard-container').toggle(); }); });</script></body> </html>