Bitcoin Forum
April 27, 2024, 08:21:53 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 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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 »
  Print  
Author Topic: [ANNOUNCE] Electrum - Lightweight Bitcoin Client  (Read 274473 times)
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
July 04, 2012, 05:29:31 AM
 #941

sorry for the problems with the 0.61 package.
I made the Electrum webpage link to version 0.60 until this is resolved.

in the meantime, please use git if you want to test version 0.61

Electrum: the convenience of a web wallet, without the risks
1714206113
Hero Member
*
Offline Offline

Posts: 1714206113

View Profile Personal Message (Offline)

Ignore
1714206113
Reply with quote  #2

1714206113
Report to moderator
1714206113
Hero Member
*
Offline Offline

Posts: 1714206113

View Profile Personal Message (Offline)

Ignore
1714206113
Reply with quote  #2

1714206113
Report to moderator
1714206113
Hero Member
*
Offline Offline

Posts: 1714206113

View Profile Personal Message (Offline)

Ignore
1714206113
Reply with quote  #2

1714206113
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714206113
Hero Member
*
Offline Offline

Posts: 1714206113

View Profile Personal Message (Offline)

Ignore
1714206113
Reply with quote  #2

1714206113
Report to moderator
rebel
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
July 04, 2012, 01:52:00 PM
 #942

In ver 059b I was able to access my wallet on a Live-CD - a popup asked for the seeds and the wallet came up.
But in 061 I get error:
~$ electrum
Traceback (most recent call last):
  File “/usr/local/bin/electrum”, line 148, in <module>
    gui = gui.ElectrumGui(wallet)
  File “/usr/local/lib/python2.6/dist-packages/electrum/gui_lite.py”, line 36, in __init__
    with open(“data/style.css”) as style_file:
IOError: [Errno 2] No such file or directory: ‘data/style.css’

I realize that the download probably was for 060 . But same error.
rebel
Newbie
*
Offline Offline

Activity: 30
Merit: 0


View Profile
July 04, 2012, 02:27:46 PM
 #943

 Just a follow-up and solution.

when one enters  'sudo pip install http://ecdsa.org/electrum/Electrum-latest.tar.gz'  , it downloads the latest ver 0.61 which gives all those errors.
so I just entered instead :

sudo pip install http://ecdsa.org/electrum/Electrum-0.59b.tar.gz

and no more errors occurred.

Thank you ThomasV  for holding on to previous versions!  This is an excellent piece
Haplo
Full Member
***
Offline Offline

Activity: 168
Merit: 100



View Profile
July 04, 2012, 08:38:03 PM
 #944

Erm.. all of sudden I can't connect to any electrum servers. It keeps saying

Not connected
poking
Not connected
poking
Not connected
poking
Not connected
poking
Not connected
poking
Not connected
poking
Not connected
poking
Not connected
poking

and does nothing  Huh.

At first I thought it was because of old client, but upgrading to .59 or .60 doesn't change anything  Undecided

I'm So Meta, Even This Acronym
genjix
Legendary
*
Offline Offline

Activity: 1232
Merit: 1072


View Profile
July 05, 2012, 04:27:04 PM
 #945

OK those problems should've been fixed now.




Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
July 05, 2012, 05:39:55 PM
 #946

website still showing .60. Should I grab latest.tar.gz? .61? .62?

ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
July 05, 2012, 06:09:31 PM
 #947

website still showing .60. Should I grab latest.tar.gz? .61? .62?

we're still working on the packages.
you can get it from git if you want to try it now

Electrum: the convenience of a web wallet, without the risks
duncant
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
July 05, 2012, 09:35:00 PM
 #948

Some errors for you:


I clicked into the "Enter a bitcoin address..." box, then clicked the "Receive" button:
Code:
RuntimeError: maximum recursion depth exceeded
Traceback (most recent call last):
  File "/Users/duncant/electrum/lib/gui_lite.py", line 344, in focusOutEvent
    if self.text() == "":
RuntimeError: maximum recursion depth exceeded while calling a Python object


I also encountered this error, but I'm having trouble replicating it:
Code:
Traceback (most recent call last):
  File "/Users/duncant/electrum/lib/gui_lite.py", line 244, in amount_input_changed
    amount = D(str(amount_text))
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py", line 542, in __new__
    if isinstance(value, basestring):
RuntimeError: maximum recursion depth exceeded in __instancecheck__


(I'm on a mac, in case you couldn't tell by the pathnames in the tracebacks)
duncant
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
July 06, 2012, 05:30:04 PM
 #949

I figured out how to replicate that bottom error. In the lite gui, click on the ### EUR to change it to USD. Then click on the "... and amount" text box.
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
July 07, 2012, 06:12:50 PM
Last edit: July 07, 2012, 09:42:40 PM by ThomasV
 #950

0.61 packages are now available (see previous announcement)

edit: sorry, the 0.61 package still has problems. the site links again to version 0.60

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

Activity: 1896
Merit: 1353



View Profile WWW
July 11, 2012, 12:34:33 PM
 #951

I uploaded 0.61 packages again.
It should work now.

Electrum: the convenience of a web wallet, without the risks
unclemantis
Member
**
Offline Offline

Activity: 98
Merit: 10


(:firstbits => "1mantis")


View Profile
July 11, 2012, 03:19:33 PM
 #952

Windows downloads link is down!
http://dre.tx0.org/elecwin.htm

PHP, Ruby, Rails, ASP, JavaScript, SQL
20+ years experience w/ Internet Technologies
Bitcoin OTC | GPG Public Key                                                                               thoughts?
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
July 11, 2012, 03:33:53 PM
 #953

Yes, unfortunately, I am having some hosting issues at the moment. For now, please use the source distribution.
bitcats
Legendary
*
Offline Offline

Activity: 1014
Merit: 1001



View Profile
July 11, 2012, 04:36:01 PM
 #954

Any major changes in the new release (besides the lite gui)?

"Unser Problem ist nicht ziviler Ungehorsam, unser Problem ist ziviler Gehorsam."  - Howard Zinn
matthewh3
Legendary
*
Offline Offline

Activity: 1372
Merit: 1003



View Profile WWW
July 11, 2012, 10:23:27 PM
 #955

I'm very new to electrum but I like it a lot.  Like the mnemonic to restore your wallet  Cool  but doesn't this always depend on the electrum servers operating?  Why not make the electrum wallet into a p2p network with all the privet back up keys distributed among the wallets instead of a server.  If this takes up to much resource's for every wallet why not have a fee system set up of 0.0006 transactions fess so 0.0001 eaxtra and a private key recovery of 0.0006% fee of your holdings to be distributed amongst wallet network seed wallets.  I could be wrong about my idea I'm very new to electrum but with needing a dedicated server to back up your wallet wouldn't using a decentralised p2p network instead of depending on the servers be a better idea  Huh  Sorry if all of that just sounds like boulder-dash I'm new to electrum and just though depending on dedicated servers makes it vulnerable to attack and/or shutdown.

vuce
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
July 11, 2012, 10:25:19 PM
 #956

I'm very new to electrum but I like it a lot.  Like the mnemonic to restore your wallet  Cool  but doesn't this always depend on the electrum servers operating?
No. You can always generate private keys from the seed (the mnemonic), as long as you have the source code of the generation process.
matthewh3
Legendary
*
Offline Offline

Activity: 1372
Merit: 1003



View Profile WWW
July 11, 2012, 10:43:51 PM
 #957

I'm very new to electrum but I like it a lot.  Like the mnemonic to restore your wallet  Cool  but doesn't this always depend on the electrum servers operating?
No. You can always generate private keys from the seed (the mnemonic), as long as you have the source code of the generation process.

but that still depends on being able to download electrum no if you didn't save the source  Huh  If it does maybe make the wallet into some kind or encrypted p2p for downloading the wallet  So making electrum into a clone of the original wallet but instead of sharing the blockchain it shares the electrum wallet download. 

vuce
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
July 11, 2012, 11:13:11 PM
 #958

I'm very new to electrum but I like it a lot.  Like the mnemonic to restore your wallet  Cool  but doesn't this always depend on the electrum servers operating?
No. You can always generate private keys from the seed (the mnemonic), as long as you have the source code of the generation process.

but that still depends on being able to download electrum no if you didn't save the source  Huh  If it does maybe make the wallet into some kind or encrypted p2p for downloading the wallet  So making electrum into a clone of the original wallet but instead of sharing the blockchain it shares the electrum wallet download. 
If you have the client then you have the source. The possibility of it not being available online AND no one having a client anymore is practically zero. As for the rest of your post I don't understand what you're trying to say.
matthewh3
Legendary
*
Offline Offline

Activity: 1372
Merit: 1003



View Profile WWW
July 11, 2012, 11:20:42 PM
 #959

I'm very new to electrum but I like it a lot.  Like the mnemonic to restore your wallet  Cool  but doesn't this always depend on the electrum servers operating?
No. You can always generate private keys from the seed (the mnemonic), as long as you have the source code of the generation process.

but that still depends on being able to download electrum no if you didn't save the source  Huh  If it does maybe make the wallet into some kind or encrypted p2p for downloading the wallet  So making electrum into a clone of the original wallet but instead of sharing the blockchain it shares the electrum wallet download. 
If you have the client then you have the source. The possibility of it not being available online AND no one having a client anymore is practically zero. As for the rest of your post I don't understand what you're trying to say.

The rest of my post is about making the wallet act as a decentralised seed for downloading the client.  Or at least every (or some) wallets act as torrent seed on on I2PSnark - (http://www.ghacks.net/2007/06/06/anonymous-bittorrent-with-i2psnark/).  So the ability to obtain an electrum client is taken away from central servers. 

rjk
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250


1ngldh


View Profile
July 11, 2012, 11:22:21 PM
 #960

The rest of my post is about making the wallet act as a decentralised seed for downloading the client.  Or at least every (or some) wallets act as torrent seed on on I2PSnark - (http://www.ghacks.net/2007/06/06/anonymous-bittorrent-with-i2psnark/).  So the ability to obtain an electrum client is taken away from central servers. 
How do you update it and ensure that all the versions are consistent? You can run your own server, too.

Mining Rig Extraordinaire - the Trenton BPX6806 18-slot PCIe backplane [PICS] Dead project is dead, all hail the coming of the mighty ASIC!
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 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 »
  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!