Bitcoin Forum
September 25, 2024, 08:53:52 AM *
News: Latest Bitcoin Core release: 27.1 [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 52 53 54 55 56 57 58 59 60 61 62 63 »
961  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 24, 2012, 02:28:51 PM
It seems I can't connect to any servers with the windows build. I do remember an out of memory error popped up when I ran the .exe for the first time. Perhaps I can repeat that initial extracting by removing the files it extracts? Can I start clean somehow?

Sure, to start clean, just delete (or rename) the below directory:
  %appdata%\Electrum_SysFiles\0.60

Perhaps some files failed to extract properly the first time? 

If you do get that memory error again, please post a screenshot if possible.

I removed the folder and it did re-extract it when I ran it now but it still won't connect. Since I can't even get 0.59 to work anymore I'm pretty sure it's a local problem. Thanks for the suggestions.

Just another thought, can you still create new wallets fine or even that doesn't work anymore?

Also, do you get any error messages if you launch the console (shift-click the executable) then just type 'electrum' ?
962  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 24, 2012, 01:45:07 PM
It seems I can't connect to any servers with the windows build. I do remember an out of memory error popped up when I ran the .exe for the first time. Perhaps I can repeat that initial extracting by removing the files it extracts? Can I start clean somehow?

Sure, to start clean, just delete (or rename) the below directory:
  %appdata%\Electrum_SysFiles\0.60

Perhaps some files failed to extract properly the first time? 

If you do get that memory error again, please post a screenshot if possible.
963  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 24, 2012, 10:25:28 AM

Can't connect to any server or just to your server? What is the server name? Also, try both tcp and http and see if one works.

Ps: thanks for the pull request!
964  Bitcoin / Wallet software / Re: Any way to create a Tx offline without Armory? on: June 23, 2012, 07:48:23 PM
Sure, if you don't mind typing a few simple commands, Electrum can do just that, and is lightweight. Look up the exact syntax in the online documentation. I would have posted an example but am not home right now. Let me know if you need more help.
965  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 23, 2012, 11:39:54 AM
The Windows minimal build for release 0.60 is ready! (Download page in my signature.)

Changelist in 0.60 is in this post.

I also decided to leave in my little block count display mod
for now, as it makes troubleshooting some issues a little easier.
966  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 23, 2012, 08:44:46 AM
I confirm the client is currently failing to create new wallets roughly 30% of the time due to the above reason.  I guess electrum.bitcoins.sk must be removed from the hard-coded list, and/or the (GUI) client must not try to connect to a server during wallet creation - unless I am missing something?

In the meantime, I will prepare and push out a build later today with the electrum.bitcoins.sk server entry removed.
967  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 22, 2012, 05:04:20 PM
Ok did some more testing.

Via de console it can create the wallets just fine, no problem.

When starting the latest download by simply double clicking it I get a wallet created 50% of the time give or take. Other times it's just doing nothing. I can't rule out server problems at this point.

I've just done some testing, and I may have found something.
At the server selection dialog, make sure you don't connect to "electrum.bitcoins.sk" as
it is dead (as far as I can tell).
The problem is that it's currently among the 3 hardcoded server names in the client, which causes issues at wallet creation or restore if the client happens to choose that one. (The server selection logic in the console version is slightly different and doesn't have seem to have that problem)

Let me know if that solves your issue or not.

@ThomasV: you may want to have a look at this little issue Smiley

EDIT: also, why does wallet creation even bring up that server dialog, anyway? The process is completely local, isn't it?
968  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 22, 2012, 04:34:45 PM
I can't seem to restore or create a new wallet using the latest version. I'm not sure if it's due to my incompetence, lack of patience (That damn generating addresses box stays open for 30 minutes) or something else.

Any advice?

Hi,

30 minutes is definitely not normal... Restoring a wallet can take between a few seconds and several minutes depending on your transaction history. For instance, my wallet (568 transactions currently) takes about 5 minutes to restore.

I would guess both issues (restoring and creating a new wallet) are related, so let's try to work on the easier one first: new wallet creation.
Can you try that from the console and let me know of any error messages?

Code:
electrum create

Just hit 'Enter' at all questions to accept the default values.
Generation should complete in less than 5 seconds normally.
969  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 22, 2012, 02:52:47 PM
@flatfly

I did some more digging why I couldn't change servers, and I think I figured it out. If I change the server using electrum the wallet updates as
Code:
'server': u'electrum.novit.ro:50001:t'
, where the (working) default was
Code:
'server': 'ecdsa.org:50001:t'
. If I make adjustments to the wallet by hand so that "u" is not appended everything works perfectly (I am able to connect to other servers like that just fine).



Really strange... I haven't had that kind of issue at all.
Just curious, does the wallet recovery procedure work for you, or does it also fail?

Nope, not working either.

Really? Could you try to do it from the command line and post any error messages?
This could help us find out what's going on.

Code:
electrum restore
970  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 22, 2012, 02:34:06 PM
@flatfly

I did some more digging why I couldn't change servers, and I think I figured it out. If I change the server using electrum the wallet updates as
Code:
'server': u'electrum.novit.ro:50001:t'
, where the (working) default was
Code:
'server': 'ecdsa.org:50001:t'
. If I make adjustments to the wallet by hand so that "u" is not appended everything works perfectly (I am able to connect to other servers like that just fine).



Really strange... I haven't had that kind of issue at all.
Just curious, does the wallet recovery procedure work for you, or does it also fail?


Quote
edit: confirmed by another friend, but only for tcp

Really? Does he have the same version of Windows as you? Using the latest version of Electrum too?
971  Other / MultiBit / Re: MultiBit on: June 20, 2012, 12:57:54 PM
There is a new release of MultiBit at:

http://multibit.org


Version 0.4.0

Enhancements:
+  Introduction of protobuf format for new wallets
+  Upgrade to bitcoinj v0.5.1 library
+  Upgrade to XChange v1.01 library
+  Added Message window
+  Minor UI improvements to help browser

Release info
Scan of release checklist


Note: Protobuf wallets you create with MultiBit 0.4.0 are NOT readable in earlier versions of MultiBit

Next up will be a conversion utility to convert old wallets into the new format.

Nice release!
By the way, how much RAM is it recommended to have (on Windows, for instance)?
972  Bitcoin / Bitcoin Discussion / Re: Visa and Mastercard data hacked at several banks, 50GB stolen by hacker on: June 19, 2012, 12:51:37 PM
Just days ago, I was telling a friend that most banks actually have VERY poor security, and he didn't believe me...

http://www.techweekeurope.co.uk/news/50-gb-of-credit-card-details-83248

Quote
Your friend is right.

Really? Do you know how many banks (especially in the US) still only use 8-character-max passwords and no 2-factor authentication for their online banking? Yes, in 2012...  And that's just to take ONE example.

Besides, you won't often get "proof" of a bank hack. That's not the kind of thing banks like to confirm/advertise.
973  Bitcoin / Bitcoin Discussion / Visa and Mastercard data hacked at several banks, 50GB stolen by hacker on: June 19, 2012, 11:52:09 AM
Just days ago, I was telling a friend that most banks actually have VERY poor security, and he didn't believe me...

http://www.techweekeurope.co.uk/news/50-gb-of-credit-card-details-83248

Hard to say what the implications of this hack are, because not much information is available yet, but, if this is real, I imagine it's going to cost a lot to banks, both financially and in terms of reputation. Which could be good news for Bitcoin... Smiley  
974  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: June 19, 2012, 06:25:23 AM
404 not found on that gui_qt.py link.

Sorry, you can try again now. Let me know if it works for you.
975  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: June 18, 2012, 09:41:47 PM
Could you add an at-a-glance way to see the current block number -- perhaps in the lower right corner?

You mean, something like this? Smiley


I have made a little patch for it and am currently fine-tuning it.
The patch is ready. If some find it useful and want to test it out, just let me know and I will post it.
(It's NOT included in my releases at this time.)

EDIT: Added a little hyperlink to the BlockExplorer count, for a quick comparison.

PS: bear with me, I'm still a beginner with Python and Qt Smiley

Could you give me a patch or a diff, want to try to patch my OS X version Smiley


Sure! To try it out, just back up your copy of gui_qt.py and replace it with this one:
 http://dre.tx0.org/gui_qt.py  (file size should be 53791 bytes)

Hopefully it should be OK on a Mac too, let us know Smiley

Thanks, seems to work fine, I hope this gets added to master.



It's not as pretty as on Windows but it will have to do Smiley

Thanks for the feedback!
If ThomasV decides to merge it, it's just 4 lines of code.
976  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: June 18, 2012, 09:20:49 PM
That's correct, the wallet is totally server-independent. You can connect to any server, or even create your own.   

What you are experiencing is a server problem - uncle-enzo has crashed, I believe.
In my experience, the most stable servers currently are ecdsa.org and electrum.novit.ro.

Thanks for the confirmation Smiley

There's something wrong with the server not importing transactions while running. I'm currently importing the backlog of transactions that it missed. If you follow the electrum server discussion thread, it isn't just uncle-enzo.info that's having this problem.

OK, thanks for the info. Hope you guys can sort it out quickly.
977  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: June 18, 2012, 09:16:25 PM
Could you add an at-a-glance way to see the current block number -- perhaps in the lower right corner?

You mean, something like this? Smiley


I have made a little patch for it and am currently fine-tuning it.
The patch is ready. If some find it useful and want to test it out, just let me know and I will post it.
(It's NOT included in my releases at this time.)

EDIT: Added a little hyperlink to the BlockExplorer count, for a quick comparison.

PS: bear with me, I'm still a beginner with Python and Qt Smiley

Could you give me a patch or a diff, want to try to patch my OS X version Smiley


Sure! To try it out, just back up your copy of gui_qt.py and replace it with this one:
 http://dre.tx0.org/gui_qt.py  (file size should be 53791 bytes)

Hopefully it should be OK on a Mac too, let us know Smiley
978  Bitcoin / Electrum / Re: Minimal Electrum builds for Windows XP & 7 on: June 18, 2012, 02:14:25 PM
Does anyone else have problems with their clients not updating (on ecdsa.org server)?

Yes, ecdsa.org seems to be stuck at block 185096. I would suggest to use electrum.novit.ro in the meantime - it's been quite stable lately.
979  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: June 17, 2012, 06:33:01 PM
Could you add an at-a-glance way to see the current block number -- perhaps in the lower right corner?

You mean, something like this? Smiley



I have made a little patch for it and am currently fine-tuning it.
The patch is ready. If some find it useful and want to test it out, just let me know and I will post it.
(It's NOT included in my releases at this time.)

EDIT: Added a little hyperlink to the BlockExplorer count, for a quick comparison.

PS: bear with me, I'm still a beginner with Python and Qt Smiley
980  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - a new thin client on: June 17, 2012, 05:27:57 PM
I just want to be sure I understand this but your wallet is not tied to a server somehow correct? When I connect to uncle-enzo.info my wallet balance stays on 0. This is not intended but probably a server problem?

That's correct, the wallet is totally server-independent. You can connect to any server, or even create your own.   

What you are experiencing is a server problem - uncle-enzo has crashed, I believe.
In my experience, the most stable servers currently are ecdsa.org and electrum.novit.ro.
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 54 55 56 57 58 59 60 61 62 63 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!