Pages:
Author

Topic: Electrum 2.0 beta version - page 2. (Read 6586 times)

legendary
Activity: 1896
Merit: 1353
February 18, 2015, 03:02:07 PM
#33
Could anyone please answer my question that I posted above
Thank you . any answer is appreciated a lot

Quote
Is there is any changelog page ? I would like to see what are the Upcoming changes , would be nice to see more features on this wallet

see https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
legendary
Activity: 1568
Merit: 1031
February 18, 2015, 02:19:48 PM
#32
Could anyone please answer my question that I posted above
Thank you . any answer is appreciated a lot

Quote
Is there is any changelog page ? I would like to see what are the Upcoming changes , would be nice to see more features on this wallet
sr. member
Activity: 306
Merit: 250
February 18, 2015, 12:14:08 PM
#31
Here are some notes from my preliminary tests on the new beta.

There is still an error on start up with the C Runtime Library loading correctly:



Additionally when I try to set up a proxy so that Electrum runs through TOR using "localhost" and port 9050 I get the following recursive error. Please note that TOR is working perfectly with all other applications.



I'm running Windows 7 Premium Home Edition.

hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
February 18, 2015, 09:59:13 AM
#30
Awesome! Just when I was going to go back and re-download the new .zip file, I see there is a new Windows executable! Yay!! Now all we need is a changelog so we can see what was done! (hint hint)

That's good news! Were you successful in installing setup tools and Electrum?

Tip: If you find line like ImportError: No module named setuptools. Copy the last word and search in Google, i.e., setuptools python.

   -MZ
copper member
Activity: 3892
Merit: 2197
Verified awesomeness ✔
February 18, 2015, 09:57:38 AM
#29
you need to create a special wallet, that will contain only imported keys.
see https://electrum.orain.org/wiki/Frequently_Asked_Questions#Can_I_import_addresses_from_other_Bitcoin_clients.3F
Could you guys explain the reasoning behind this and is their anyway around it? I have some imported addresses that are important to me, so I'm going to stick with 1.9.8 for now, I guess.
sr. member
Activity: 306
Merit: 250
February 18, 2015, 09:51:21 AM
#28
Awesome! Just when I was going to go back and re-download the new .zip file, I see there is a new Windows executable! Yay!! Now all we need is a changelog so we can see what was done! (hint hint)

sr. member
Activity: 306
Merit: 250
February 18, 2015, 09:08:55 AM
#27
I tried installing the new beta and I get the following error(s):

C:\Users\xxxxxxxxx\Desktop\Electrum-2.0b3>python setup.py sdist
Traceback (most recent call last):
  File "setup.py", line 5, in
    from setuptools import setup
ImportError: No module named setuptools

You haven't installed setuptools. Use ez_setup.py(recommended) : http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06 , alternatively, you can try windows installers : https://pypi.python.org/pypi/setuptools/0.6c11#downloads.

   -MZ

Thanks! I'll give it a shot. This is my first time to try Electrum without a Windows installer Smiley

hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
February 18, 2015, 08:58:33 AM
#26
I tried installing the new beta and I get the following error(s):

C:\Users\xxxxxxxxx\Desktop\Electrum-2.0b3>python setup.py sdist
Traceback (most recent call last):
  File "setup.py", line 5, in
    from setuptools import setup
ImportError: No module named setuptools

You haven't installed setuptools. Use ez_setup.py(recommended) : http://svn.python.org/projects/sandbox/branches/setuptools-0.6/#egg=setuptools-dev06 , alternatively, you can try windows installers : https://pypi.python.org/pypi/setuptools/0.6c11#downloads.

   -MZ
sr. member
Activity: 306
Merit: 250
February 18, 2015, 08:37:43 AM
#25
I tried installing the new beta and I get the following error(s):

C:\Users\xxxxxxxxx\Desktop\Electrum-2.0b3>python setup.py sdist
Traceback (most recent call last):
  File "setup.py", line 5, in
    from setuptools import setup
ImportError: No module named setuptools

sr. member
Activity: 306
Merit: 250
February 18, 2015, 08:21:59 AM
#24
Is there any news on the status of the beta? It's looking good here except the proxy part isn't working. Is this the best place to report bugs/errors or is there a better place to report errors?

UPDATE!! I see a new beta was posted yesterday! I'm getting ready to look at it now.



legendary
Activity: 1568
Merit: 1031
February 17, 2015, 10:28:31 AM
#23
Is there is any changelog page ? I would like to see what are the Upcoming changes , would be nice to see more features on this wallet
legendary
Activity: 1470
Merit: 1007
February 17, 2015, 10:26:35 AM
#22
Can I have a brief advice on what I should expect if I start using the beta?
 
As in: can I use it for my "main" wallet, or would that be a security risk I rather shouldn't take?
sr. member
Activity: 306
Merit: 250
February 12, 2015, 02:49:38 PM
#21
What exactly is the Encrypt/Decrypt message function and how is it supposed to work? I've played with it but I can't seem to get it to do anything.



You can encrypt a message with the private key of an address in your wallet

Thanks for the answer but what is the purpose of doing so?


It works like PGP. I hope you're familiar with it. If someone want to send you a message and he thinks others will somehow see it, he can encrypt it with your public key. So only you can decrypt the message and see it as you have the private key of the address. Two additional features to signing and verifying messages. I hope you understand!

   -MZ

Got it! Thanks! I've been using PGP since it's inception so I'm well familiar with it. Hence my interest in this feature.

hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
February 12, 2015, 07:44:30 AM
#20
What exactly is the Encrypt/Decrypt message function and how is it supposed to work? I've played with it but I can't seem to get it to do anything.



You can encrypt a message with the private key of an address in your wallet

Thanks for the answer but what is the purpose of doing so?


It works like PGP. I hope you're familiar with it. If someone want to send you a message and he thinks others will somehow see it, he can encrypt it with your public key. So only you can decrypt the message and see it as you have the private key of the address. Two additional features to signing and verifying messages. I hope you understand!

   -MZ
sr. member
Activity: 306
Merit: 250
February 12, 2015, 07:39:12 AM
#19
What exactly is the Encrypt/Decrypt message function and how is it supposed to work? I've played with it but I can't seem to get it to do anything.



You can encrypt a message with the private key of an address in your wallet

Thanks for the answer but what is the purpose of doing so?

legendary
Activity: 3724
Merit: 1739
Join the world-leading crypto sportsbook NOW!
February 12, 2015, 06:55:49 AM
#18
What exactly is the Encrypt/Decrypt message function and how is it supposed to work? I've played with it but I can't seem to get it to do anything.



You can encrypt a message with the private key of an address in your wallet
sr. member
Activity: 306
Merit: 250
February 11, 2015, 11:16:35 PM
#17
What exactly is the Encrypt/Decrypt message function and how is it supposed to work? I've played with it but I can't seem to get it to do anything.

sr. member
Activity: 306
Merit: 250
February 11, 2015, 09:58:54 PM
#16
I'm running Electrum Beta 2.0b2 under Windows 7 Home Edition. When I start the program I get a popup that says "Runtime Error! R6034 An Application has made an attempt to load the C runtime library incorrectly. ..." It still runs but I get that error. Just FYI. Can anything be done about it?

sr. member
Activity: 392
Merit: 251
February 07, 2015, 03:30:52 PM
#15
I've just done some testing and my alternative server (Jelectrum) seems to work with 2.0b2 without issue.

There are some new (and old) methods that my server doesn't support, but 2.0b2 doesn't seem to call them:

blockchain.address.listunspent
blockchain.address.get_balance
blockchain.address.get_proof
blockchain.address.get_mempool
blockchain.utxo.get_address

https://github.com/fireduck64/jelectrum

hero member
Activity: 560
Merit: 506
I prefer Zakir over Muhammed when mentioning me!
February 07, 2015, 03:18:16 AM
#14
Hi,

My wallet is stuck in "Synchronizing". Any idea?? I already restarted it and tried to use different servers.

Is there any specific port number I should connect to? Currently it says "50001" eventhough is in auto-connect.

Thanks

Please don't make two similar posts. Smiley Try to connect to a server manually. There was no such problem for me.

   -MZ
Pages:
Jump to: