Bitcoin Forum
May 07, 2024, 07:42:49 AM *
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 »  All
  Print  
Author Topic: [REQUESTS] Minimal Electrum builds for Windows  (Read 47166 times)
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
October 09, 2012, 07:41:25 PM
 #341

Is there a way to copy the signed message to the clipboard fast?  It's annoying to select it.

Not that I know of, as of the current release, but I could provide a quick/unofficial patch that automatically copies the signed message to the clipboard, if you're interested.
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
sethsethseth
Sr. Member
****
Offline Offline

Activity: 257
Merit: 250


Not trusting third parties with my private keys


View Profile
October 09, 2012, 09:15:51 PM
 #342

That would be great!

SealsWithClubs poker room has  over 400 players online. Buy in from .01 to 60btc.      BTCSportsMatch lets you bet sports with vig free lines!  Best kept secret in bitcoin....          LocalBitcoins.com is very user-friendly now for bank transfers.  You don't have to live close to trade when in the same currency area.           
Electrum client is awesome. Try it. And please stop sending bitcoins to sites run by security newbies, or don't complain when you lose everything.
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
October 10, 2012, 05:57:34 PM
Last edit: October 14, 2012, 08:35:11 AM by flatfly
 #343

That would be great!

Here you go! This is a simple mod of the wallet.py file that automatically copies signatures to the clipboard.

To use it, make sure you are running Windows build 1.01e of Electrum,

 go to this directory: %AppData%\Electrum_SysFiles\1.01-e\C_\ElectrumPY\lib
 and replace the original wallet.py file in there with the one below:

Download
Size: 41686 bytes
SHA1: d18a4d273105a80a2e655ddabc2513dd004053ec

(for your info, the only source code changes are lines 477-478 and importing the Qt library - feel free to manually review the file if you're familiar with Python)
420session
Newbie
*
Offline Offline

Activity: 17
Merit: 0



View Profile
October 14, 2012, 12:22:18 AM
 #344

I'm unable to connect using any of the 3 servers available, each time it tries for awhile then shows "Not connected". 
I'm using electrum 1.01-e (flatfly compact build) and this is the first time I've tried loading the program in about 2 weeks.

There aren't many settings I can change beyond switching servers so I'm kinda at a loss as to what to try next Undecided
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
October 14, 2012, 07:58:50 AM
 #345

I'm unable to connect using any of the 3 servers available, each time it tries for awhile then shows "Not connected". 
I'm using electrum 1.01-e (flatfly compact build) and this is the first time I've tried loading the program in about 2 weeks.

There aren't many settings I can change beyond switching servers so I'm kinda at a loss as to what to try next Undecided

Open your electrum.dat file in notepad (back it up first), and look for the server name
and port number currently in there (not too far from the top of the file). If you see port 50000, change it to 50001 and save. Now try to run Electrum again.
(This is a known occasional issue that will be fixed in the next release)

If that doesn't work, remove the electrum.dat file and recover your wallet from the seed.
ThomasV
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
October 14, 2012, 08:07:42 AM
 #346

Open your electrum.dat file in notepad (back it up first), and look for the server name
and port number currently in there (not too far from the top of the file). If you see port 50000, change it to 50001 and save. Now try to run Electrum again.
(This is a known occasional issue that will be fixed in the next release)

how did that arise?

Electrum: the convenience of a web wallet, without the risks
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
October 14, 2012, 08:17:14 AM
 #347

Open your electrum.dat file in notepad (back it up first), and look for the server name
and port number currently in there (not too far from the top of the file). If you see port 50000, change it to 50001 and save. Now try to run Electrum again.
(This is a known occasional issue that will be fixed in the next release)

how did that arise?


The default server list (in interface.py) has an error for the port number for electrum.bytesized-hosting.com:

Code:
DEFAULT_SERVERS = [ 'ecdsa.org:50001:t', 
                     'electrum.novit.ro:50001:t',
                    'uncle-enzo.info:50001:t',
                    'electrum.bytesized-hosting.com:50000:t']  # list of default servers

I discussed it with Tachikoma in August, and he already fixed it in the master branch already. But it hasn't made it into an "official" release yet.
 
ThomasV
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
October 14, 2012, 08:22:09 AM
 #348

I discussed it with Tachikoma in August, and he already fixed it in the master branch already. But it hasn't made it into an "official" release yet.

well, it's a pity there hasn't been any release since then.
I will take over for the next release (1.1).
it should be ready in less than a week.

Electrum: the convenience of a web wallet, without the risks
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
October 14, 2012, 08:37:45 AM
 #349

I discussed it with Tachikoma in August, and he already fixed it in the master branch already. But it hasn't made it into an "official" release yet.

well, it's a pity there hasn't been any release since then.
I will take over for the next release (1.1).
it should be ready in less than a week.

Great! Smiley
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
October 19, 2012, 08:42:35 PM
Last edit: October 20, 2012, 10:22:03 PM by flatfly
 #350

Compact build of Electrum 1.1 for Windows is ready. I've also included the BkkCoins patch for red debits (see screenshot below) - I haven't published it yet as I'm on the go and probably won't be able to update my website by FTP until next week, but donators can get it early - just PM me.



By the way, I'll take this opportunity to thank my most generous donators:

- minimalB
- bitcats
- genjix
- vuce
- freewil

Your support is greatly appreciated and I couldn't continue to provide quality builds without it!
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
October 25, 2012, 05:55:38 PM
 #351

The latest Windows compact build, SHA-1, and VT scans for version 1.1 are now available!
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
October 29, 2012, 06:48:52 PM
 #352

Thanks for the little tip yesterday, anonymous donator Smiley
Come forward if you'd like a little mention on my download page!
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
November 01, 2012, 09:14:32 PM
 #353

Windows compact build for Version 1.2 is now available! Early testing hasn't revealed any major issues.

Note that this is the first build that is SPV-enabled - SPV will be automatically and transparently used when connecting to SPV-compliant servers (this can be verified through the console.)

Link: More info on the SPV protocol
minimalB
Donator
Hero Member
*
Offline Offline

Activity: 674
Merit: 522


View Profile
November 01, 2012, 11:45:53 PM
 #354

v1.2 is not working for me on XP sp3.

It opens up and shows transactions, but after few clicks on tabs I get (not responding) string in titlebar and game over.

If it helps: icons are not displayed (clock (for 1-6 confirmations) and check-mark icon) and there is no red / black color for positive and negative transactions.

Also, python.exe process goes to 90-100%.
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
November 02, 2012, 08:29:59 AM
Last edit: November 02, 2012, 09:22:36 AM by flatfly
 #355

v1.2 is not working for me on XP sp3.

It opens up and shows transactions, but after few clicks on tabs I get (not responding) string in titlebar and game over.

If it helps: icons are not displayed (clock (for 1-6 confirmations) and check-mark icon) and there is no red / black color for positive and negative transactions.

Also, python.exe process goes to 90-100%.


Hmmm... This actually looks somewhat similar to the performance issue I also encountered (once) with the block header download...

When you get the "(not responding)" message in the title bar, try to let it run anyway and it should
resolve itself within 10 minutes or so.  You can also launch Electrum from the console to get more detailed progress messages.

In the meantime, I have reverted my download page to the previous (1.1) version until I can further investigate. Thanks for reporting this issue.

[EDIT] Seems that the SPV implementation in 1.2 must be re-worked anyway, due to a bug that has just been discovered. (see https://bitcointalk.org/index.php?topic=50936.msg1312652#msg1312652)
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
November 09, 2012, 10:25:12 PM
Last edit: November 10, 2012, 10:12:33 AM by flatfly
 #356

A fresh, SPV-enabled build of Electrum 1.3 is ready!
As usual, download links and SHA1 hash are available at my download page.


Important:

- Please note that only 2 servers support SPV currently:
   bysh.me and ecdsa.org. The other 6 servers should upgrade shortly.

- Allow a few (up to 10) minutes for initial download of blockchain headers.
  Confirmation icons will not show up until this has completed.

- I didn't include the header file inside my package because it would have prevented
  it from being scanned by VirusTotal (which has a 20MB upper limit)... I'll see if I can
  find another way to add it.
jim618
Legendary
*
Offline Offline

Activity: 1708
Merit: 1066



View Profile WWW
November 09, 2012, 11:17:32 PM
 #357

VirusTotal.com recently bumped up their max file size from 20MB to 32MB so you might be able to squeeze it in.

:-)

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

Activity: 1078
Merit: 1011

760930


View Profile
November 10, 2012, 10:13:26 AM
 #358

VirusTotal.com recently bumped up their max file size from 20MB to 32MB so you might be able to squeeze it in.

:-)

Hi Jim,

Thanks for the heads up! Smiley
Will try it out for my next build.
ThomasV
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
November 10, 2012, 11:11:02 AM
 #359

thanks for the Windows build.

Note that you can include an incomplete headers file; it will still save some download time.
The length of the file should be a multiple of 80

Electrum: the convenience of a web wallet, without the risks
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
November 15, 2012, 10:27:53 PM
 #360

Windows build for version 1.4 is available!

No visible changes, but there's an important fix to the
wallet recovery procedure when connecting to upgraded servers.

You can upgrade your client without losing any of your existing settings.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 22 23 »  All
  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!