Bitcoin Forum
April 28, 2024, 07:48:46 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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)
btcven
Hero Member
*****
Offline Offline

Activity: 715
Merit: 500


Bitcoin Venezuela


View Profile WWW
May 26, 2013, 11:24:30 PM
 #1501

Is there a feature roadmap for Electrum? What's in the pipeline?

I believe the most pressing things to be done for Electrum to be widely adopted is good documentation and tutorials, and a sexier GUI. Is there any work being done on that currently?

Also, how many developers are there? I only ever see ThomasV here. Is this a one-man effort?
I would hate to see the project abandoned at some point...
 

Anyone can help with the Documentation and Tutorials using GitHub https://github.com/ecdsa/electrum-web

People can also join #electrum on Freenode where devs are almost always.

When some spare time for the devs is found some UI improvements will be addressed.

You can start with suggestions in this skin for the Classic GUI I'm working on http://d.pr/i/8Ge5

Admin: rdymac (PGP) | contacto@bitcoinvenezuela.com | @cafebitcoin | Electrum, lightweight bitcoin client
If I've been helpful tip me a coffee! Cheesy1rdymachKZpA9pTYHYHMYZjfjnoBW6B3k Bitrated user: rdymac.
1714290526
Hero Member
*
Offline Offline

Posts: 1714290526

View Profile Personal Message (Offline)

Ignore
1714290526
Reply with quote  #2

1714290526
Report to moderator
1714290526
Hero Member
*
Offline Offline

Posts: 1714290526

View Profile Personal Message (Offline)

Ignore
1714290526
Reply with quote  #2

1714290526
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 27, 2013, 08:34:47 AM
Last edit: May 27, 2013, 08:52:02 AM by ThomasV
 #1502

Is there a feature roadmap for Electrum? What's in the pipeline?

I believe the most pressing things to be done for Electrum to be widely adopted is good documentation and tutorials, and a sexier GUI. Is there any work being done on that currently?

Also, how many developers are there? I only ever see ThomasV here. Is this a one-man effort?
I would hate to see the project abandoned at some point...
 


Here is what is in the pipeline:
 - the GUI will soon have a menubar. there are so many functions in Electrum now that we kind of need it. Animazing is working on it.
 - A multisig service that will provide two-factor authentication using p2sh addresses.
 - BIP 32 and multiple accounts. I believe BIP32 will be finalized soon, and a bip32 compatible version of Electrum will follow shortly.
 - user atweiden is working on a kivy GUI for Android devices.
 - "ultimate blockchain compression" as described here. https://bitcointalk.org/index.php?topic=88208.0;topicseen
I have been working on that for several weeks, even though this is not visible on the client side.
A first version is already implemented, but it is still too slow and needs to be optimized.

Electrum: the convenience of a web wallet, without the risks
SebastianJu
Legendary
*
Offline Offline

Activity: 2674
Merit: 1082


Legendary Escrow Service - Tip Jar in Profile


View Profile WWW
May 27, 2013, 11:02:51 AM
 #1503

Is there a feature roadmap for Electrum? What's in the pipeline?

I believe the most pressing things to be done for Electrum to be widely adopted is good documentation and tutorials, and a sexier GUI. Is there any work being done on that currently?

Also, how many developers are there? I only ever see ThomasV here. Is this a one-man effort?
I would hate to see the project abandoned at some point...
 


Here is what is in the pipeline:
 - the GUI will soon have a menubar. there are so many functions in Electrum now that we kind of need it. Animazing is working on it.
 - A multisig service that will provide two-factor authentication using p2sh addresses.
 - BIP 32 and multiple accounts. I believe BIP32 will be finalized soon, and a bip32 compatible version of Electrum will follow shortly.
 - user atweiden is working on a kivy GUI for Android devices.
 - "ultimate blockchain compression" as described here. https://bitcointalk.org/index.php?topic=88208.0;topicseen
I have been working on that for several weeks, even though this is not visible on the client side.
A first version is already implemented, but it is still too slow and needs to be optimized.


2FA... nice... higher security is a good thing...

Im not sure if its included in your list but what about multiple transaction in one transaction? Ift could save time and fee if possible. Maybe even with a function to import a csv?

Please ALWAYS contact me through bitcointalk pm before sending someone coins.
tigereye
Member
**
Offline Offline

Activity: 79
Merit: 10



View Profile
May 27, 2013, 02:10:50 PM
 #1504

Another change that was recently merged (but may not make it out the door) is a feature I've dubbed TxQR.

It's a modification to slush's QRCode plugin that allows you to both display and read unsigned and signed transactions via QR. It basically duplicates the existing "Save unsigned transaction" "sign transaction" "broadcast transaction" workflow between seedless and seeded wallets but with QRCodes instead.

This allows you to have two instances of Electrum communicate with each other without the risk of spreading malware between the two using a USB key.

I don't know when the Electrum maintainers plan on pushing this change out in an official release, but the code is there (pull request 227) for you to test.

Enjoy,

If my posts have helped, consider leaving a tip! 1AE5e56ivvaGMJJmLrZoLgiZXPx93CddyA
RoxxR
Full Member
***
Offline Offline

Activity: 208
Merit: 148


View Profile
May 27, 2013, 02:18:57 PM
 #1505

Another change that was recently merged (but may not make it out the door) is a feature I've dubbed TxQR.

It's a modification to slush's QRCode plugin that allows you to both display and read unsigned and signed transactions via QR. It basically duplicates the existing "Save unsigned transaction" "sign transaction" "broadcast transaction" workflow between seedless and seeded wallets but with QRCodes instead.

This allows you to have two instances of Electrum communicate with each other without the risk of spreading malware between the two using a USB key.

I don't know when the Electrum maintainers plan on pushing this change out in an official release, but the code is there (pull request 227) for you to test.

Enjoy,

Nice. But does a transaction always fit into a single QR code?
tigereye
Member
**
Offline Offline

Activity: 79
Merit: 10



View Profile
May 27, 2013, 04:08:57 PM
 #1506

Most of the time, yes.
But no, not all of the time.

The QRCode needs to display the JSON output of a mktx call. It looks like this:
Code:
{
    "complete": false,
    "hex": "010000000296f054a6eccd3051444aec20e9c5c9b58739e70c7d958e4eb03587acf99d02e70000000000ffffffffdf350752fe6e27534633bb59327d9feb347756fe8d6e5b0b56312aca57df0eb30000000000ffffffff02f4345c35000000001976a914aaf437e25805f288141bfcdc27887ee5492bd13188ac80969800000000001976a91481acc8b7f9ec7cbf45a02dd8b758c6ac6a1481ca88ac00000000",
    "input_info": "[{'scriptPubKey':'76a91411bbdc6e3a27c44644d83f783ca7df3bdc2778e688ac','electrumKeyID':(15,False),'vout':0,'txid':u'e7029df9ac8735b04e8e957d0ce73987b5c9c5e920ec4a445130cdeca654f096'},{'scriptPubKey':'76a914aaf437e25805f288141bfcdc27887ee5492bd13188ac','electrumKeyID':(112,True),'vout':0,'txid':u'b30edf57ca2a31560b5b6e8dfe567734eb9f7d3259bb334653276efe520735df'}]"
}

The type of QRcode that displays transactions supports up to 4296 bytes.
For reference, the above is 751 bytes.

4296 bytes should be enough to display the vast majority of transactions created from a reasonable amount of inputs, but you're right there's still a limitation.
If the QRCode can't be displayed, the user can still save the transaction as a file and move it across with a USB key using the traditional method.

If my posts have helped, consider leaving a tip! 1AE5e56ivvaGMJJmLrZoLgiZXPx93CddyA
Michael_S
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


Bitcoin-Note-and-Voucher-Printing-Empowerer


View Profile
May 27, 2013, 10:51:52 PM
 #1507

one could split the string into two substrings and generate two QR codes!

dermo
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
May 29, 2013, 09:59:18 PM
 #1508

Hi,
Have an issue with Electrum v1.7.4
3 transactions are pending since 2 days
When I try to change the server it say synchronizing but stuck

Plz help me lot of money in the wind:(

Thanks in advance
btcven
Hero Member
*****
Offline Offline

Activity: 715
Merit: 500


Bitcoin Venezuela


View Profile WWW
May 30, 2013, 09:03:43 PM
 #1509

Hi,
Have an issue with Electrum v1.7.4
3 transactions are pending since 2 days
When I try to change the server it say synchronizing but stuck

Plz help me lot of money in the wind:(

Thanks in advance

Restart the client, change servers again.

Admin: rdymac (PGP) | contacto@bitcoinvenezuela.com | @cafebitcoin | Electrum, lightweight bitcoin client
If I've been helpful tip me a coffee! Cheesy1rdymachKZpA9pTYHYHMYZjfjnoBW6B3k Bitrated user: rdymac.
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
June 01, 2013, 08:19:53 PM
 #1510

version 1.8 is available (sources only)

changes:
* Menubar in classic gui
* Updated the QR Code plugin to enable offline/online wallets to transmit unsigned/signed transactions via QR code.
* Fixed bug where never-confirmed transactions prevented further spending

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

Activity: 210
Merit: 100



View Profile
June 02, 2013, 12:12:28 AM
 #1511

Thank you for the new release! It's awesome.

Now that the QT client recommends a 0.0001 fee, could electrum go back to do the same? The sooner we all switch to the lower fee, the sooner miners will include it in new blocks as frequently as they did with the previous 0.0005 fee.

Tips and donations:

15nqQGfkgoxrBnsshD6vCuMWuz71MK51Ug
dermo
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
June 02, 2013, 05:06:45 AM
 #1512

version 1.8 is available (sources only)

changes:
* Menubar in classic gui
* Updated the QR Code plugin to enable offline/online wallets to transmit unsigned/signed transactions via QR code.
* Fixed bug where never-confirmed transactions prevented further spending


Can I compile a portable version from the source ?
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
June 02, 2013, 05:10:35 AM
 #1513

Can I compile a portable version from the source ?
if you know how to do, yes. but I guess official binaries should be available today.

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

Activity: 1896
Merit: 1353



View Profile WWW
June 02, 2013, 05:11:42 AM
 #1514

Now that the QT client recommends a 0.0001 fee, could electrum go back to do the same? The sooner we all switch to the lower fee, the sooner miners will include it in new blocks as frequently as they did with the previous 0.0005 fee.

yes, I will do that.

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

Activity: 210
Merit: 100



View Profile
June 02, 2013, 09:07:45 AM
 #1515

Now that the QT client recommends a 0.0001 fee, could electrum go back to do the same? The sooner we all switch to the lower fee, the sooner miners will include it in new blocks as frequently as they did with the previous 0.0005 fee.

yes, I will do that.

Thank you!

May I ask a question about the future of electrum?

Considering that it is becoming increasingly popular and given its advantages over Bitcoin-Qt, would you consider implementing an optional "full node" mode?

That way people who can afford the sync time and HDD space, could still use electrum and help the network with a full node.

Tips and donations:

15nqQGfkgoxrBnsshD6vCuMWuz71MK51Ug
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
June 02, 2013, 09:18:06 AM
 #1516

Now that the QT client recommends a 0.0001 fee, could electrum go back to do the same? The sooner we all switch to the lower fee, the sooner miners will include it in new blocks as frequently as they did with the previous 0.0005 fee.

yes, I will do that.

Thank you!

May I ask a question about the future of electrum?

Considering that it is becoming increasingly popular and given its advantages over Bitcoin-Qt, would you consider implementing an optional "full node" mode?

That way people who can afford the sync time and HDD space, could still use electrum and help the network with a full node.

the Electrum client will not be a full node, but you can start your own Electrum server (public or private) if you want to use Electrum without relying on an external server.

I am currently working on the hash tree of addresses, aka "ultimate blockchain compression" proposed by etotheipi.
This will be added to the code of Electrum servers and provide an extra layer of security.


Electrum: the convenience of a web wallet, without the risks
dermo
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
June 03, 2013, 07:10:15 PM
 #1517

Is there a feature roadmap for Electrum? What's in the pipeline?

I believe the most pressing things to be done for Electrum to be widely adopted is good documentation and tutorials, and a sexier GUI. Is there any work being done on that currently?

Also, how many developers are there? I only ever see ThomasV here. Is this a one-man effort?
I would hate to see the project abandoned at some point...
 

Anyone can help with the Documentation and Tutorials using GitHub https://github.com/ecdsa/electrum-web

People can also join #electrum on Freenode where devs are almost always.

When some spare time for the devs is found some UI improvements will be addressed.

You can start with suggestions in this skin for the Classic GUI I'm working on http://d.pr/i/8Ge5

I like ur GUI, great job !

A direct link to the blockchain for transactions ID will be wonderful as well Smiley

Bug report v1.8: the balance column in receive tab is always hidden at start
dermo
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
June 22, 2013, 04:18:09 AM
 #1518

Found this on google : http://download.electrum.org/

Scam ?

Have lunch the last portable nighlty build in a VM and nothing happen  Huh

https://www.virustotal.com/en/file/3e8892ca0c1464e2ecf0ac8427f1ba7e91d4fbd9775fd32df3b167730a7a40c7/analysis/
Tachikoma
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000



View Profile WWW
June 22, 2013, 08:04:07 AM
 #1519

Found this on google : http://download.electrum.org/

Scam ?

Have lunch the last portable nighlty build in a VM and nothing happen  Huh

https://www.virustotal.com/en/file/3e8892ca0c1464e2ecf0ac8427f1ba7e91d4fbd9775fd32df3b167730a7a40c7/analysis/

I would call 1 out of 47 a false positive. Slush hosts the binaries since Github stopped offering binary downloads.   

Electrum: the convenience of a web wallet, without the risks | Bytesized Seedboxes BTC/LTC supported
dermo
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250



View Profile
June 22, 2013, 09:09:45 AM
Last edit: June 22, 2013, 09:24:52 AM by dermo
 #1520

Found this on google : http://download.electrum.org/

Scam ?

Have lunch the last portable nighlty build in a VM and nothing happen  Huh

https://www.virustotal.com/en/file/3e8892ca0c1464e2ecf0ac8427f1ba7e91d4fbd9775fd32df3b167730a7a40c7/analysis/

I would call 1 out of 47 a false positive. Slush hosts the binaries since Github stopped offering binary downloads.  

What is the difference between slush fork and official ?

I don't find the slush repo on Github
Pages: « 1 ... 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!