Bitcoin Forum
May 24, 2024, 01:48:50 PM *
News: Latest Bitcoin Core release: 27.0 [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 64 65 66 67 68 ... 95 »
341  Bitcoin / Electrum / Re: Electrum 2.0 beta version on: February 04, 2015, 08:16:37 PM
anyone else having an issue with all their plugins being greyed out?

Some plugins are be greyed out because they are not available for your current wallet; you need to create a new wallet for them.
For example, Trezor or two factor authentication require special wallets.
342  Bitcoin / Electrum / Re: Electrum 2.0 beta version on: February 04, 2015, 08:11:34 PM
Does the "importprivkey" command still work?

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
343  Bitcoin / Electrum / Re: Electrum - State of the Alloy on: February 04, 2015, 05:07:51 PM
If you type electrum help, you'll see a list of API calls to the wallet.
You can do electrum listaddresses, then choose an address and do electrum setlabel 1MyAddr.. mylabel


How are the API calls done?   Can i use JSON to a port?  or is this strictly a python call?

What is the expected parameters for each call?  These are the things I'd like to have documented.

Is there a plugin that makes these commands available over an ethernet port?  If that doesn't exist, Should it?  Would it be helpful to have a bounty put up to have one made?

These are python calls.
I just added the list of commands and parameters to the documentation wiki: https://electrum.orain.org/wiki/List_of_commands

There is also an electrum daemon, that is be accessed with JSON over a port.
However, it has different commands (see stratum)
344  Bitcoin / Electrum / Re: Electrum 2.0 beta version on: February 04, 2015, 04:43:41 PM
I might have found a bug: Created invoices can't be exported or copied to the clipboard (QR). * Win 7/64
thanks for mentioning that. indeed that's missing.
345  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - Lightweight Bitcoin Client on: February 04, 2015, 03:23:33 PM
A beta release is available: https://bitcointalk.org/index.php?topic=944976.0
Please help us test it!
346  Bitcoin / Electrum / Re: Electrum - State of the Alloy on: February 04, 2015, 03:11:55 PM
Any status on a working, complied windows Beta of 2.0?  Huh

see here: https://bitcointalk.org/index.php?topic=944976.0
347  Bitcoin / Wallet software / Re: lightweight wallet ?? on: February 03, 2015, 10:44:03 PM
The worst they can do is show you fake transactions.

No they can't show you fake transactions.
Electrum is a SPV wallet, so it verifies that confirmed transactions are in the Bitcoin blockchain.
The fact that blockchain information is served by Electrum servers does not reduce security over other sPV clients.
348  Bitcoin / Electrum / Re: Electrum 2.0b2 beta version on: February 03, 2015, 10:11:22 PM
Windows and OSX Binaries should be uploaded.
thanks for that!
349  Bitcoin / Electrum / Electrum 2.0 beta version on: February 03, 2015, 03:58:13 PM
Packages are available here: https://electrum.org/beta/
The first beta was released on Sunday. There was no thread in this forum because the forum was down.

Windows and OSX binaries will be available soon.
350  Bitcoin / Electrum / Re: Cosigner pool on: February 02, 2015, 05:28:10 PM
Fyi, here is a tutorial for multisig wallet:
https://electrum.orain.org/wiki/Multisig_Wallets
I hope it helps
351  Bitcoin / Electrum / Re: Password protecting Electrum (on startup) on: February 02, 2015, 10:01:41 AM
I think it would be a good idea [...]

No, it would not be a good idea.

A lot of users would use only the outer password, and no inner password at all.
See the FAQ: https://electrum.orain.org/wiki/Frequently_Asked_Questions#Why_can_I_open_the_wallet_without_entering_my_password.3F

Some users would use the same password for both
Finally, having 2 password to remember instead of one multiplies the probability of losing/forgetting them.


if you want to protect your privacy, better encrypt your whole disk.
352  Bitcoin / Electrum / Re: Does the new Electrum 2.0 Beta convert our old seed wallet from 1.9.8? on: February 02, 2015, 09:55:35 AM
version 2.0 will convert your wallet file to a new format, which cannot be read by 1.9.8. anymore.
353  Bitcoin / Electrum / Re: Does the new Electrum 2.0 Beta convert our old seed wallet from 1.9.8? on: February 02, 2015, 06:26:00 AM
Since Electrum now supports BIP32, can it's seed be restored on Mycelium wallet for android as it also supports BIP 32?

No, that will not work, unless they decide to use the same seed format.
354  Bitcoin / Electrum / Re: Cosigner pool on: February 02, 2015, 06:17:17 AM
P.S. I was still able to use my multisig + singlesig wallet.  But I had to "Save" the signed transaction from the multisig wallet and import into the singlesig wallet, and it worked, without any need to do a wallet restoration.

good to hear that
355  Bitcoin / Electrum / Re: Does the new Electrum 2.0 Beta convert our old seed wallet from 1.9.8? on: February 02, 2015, 05:46:22 AM
Q1: a wallet seed cannot be "converted", this does not make sense.
Old seeds are supported, that's why you can still use or restore your old wallet.

Q2: previous versions did not use BIP32 derivations.

Q3: again, you do not "convert" a wallet.
All you can do is create a new one, and send your coins to it.
356  Bitcoin / Electrum / Re: Cosigner pool on: February 02, 2015, 05:28:30 AM
This is not the way you are supposed to create a multisig wallet.
You need to create two multisig wallets files, A and B, where A has the xpub of B, and B has the xpub of A
See the doc here: https://electrum.orain.org/wiki/Multisig_Wallets

Before you do anything else, you need to recover the coins you sent to the 2 of 2 wallet you created.
For this, create a new wallet file, select 'restore' and 'multisig 2of2'
Then enter the two seeds in the dialog box. (the seed of the standard wallet, and the seed of the 2of2 wallet you just created)

please report back here.
it may be that the multisig wallet creation procedure is too difficult for most people.
in any case I think we will have to improve it.
357  Bitcoin / Electrum / Re: Twitter and GMX accounts compromised on: January 23, 2015, 01:51:20 PM
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sorry, I should have signed this:
Today is January 23, 2015, and I confirm that I have regained access to my @ElectrumWallet Twitter account.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJUwlGsAAoJECvVgkt/lHDmqyYQAIdaOaYl4mS5rG0DU8x6GKkR
z6HLQMVGOeAWLN447nS7Tk0d6oNjK0k9VmnCSyRFFfT/iG5BnxmsaDHHZf/Qu41h
2mWU/97l2TR6Rwcm3Nu8tpZwg8sJWwwNP5y453GVn4ObyuytY7dmDkOCDUW2d0uR
33cryW2llQGK3igMl6UrZlbTIdNBIWGTcm7DQZSc8fmgxZOa9/31SlpteK21YpCB
1QO5+T2n/ET+f9ndj5cNwTcr35Uvm+4R7O9YtcAh1vOHcDtEdxhU11INLb6uW/cq
BJe4oqVjBst8AC4i60IvzbV5PKkLZeWDI/nmVcEDKWlrqRT5JF+lyMrOo9fa0LOU
DSqj3SzcczN4WeUaHvVjcnKOzf5tsqnoS2JDxczLvwIyl/T3HWvZz03GKqU3NcQC
dXV/kN4ol/iBazLQNCgbU4P+XzJHtfB7QyPwhAwT8uoY3HrFMA62AYmCYB6OH3j2
bvZAPjJbx6qBGRRMntJFT54qaZgHfPVR2D9EF5haWLoWD4woaLP9HOEHCqfQnSOg
/1q8cYyNJqWUnQ44z+oOtX9lmn7HJWovixHvuK9JSEDgeN1GoAnbBLeFyyTvbLjX
HwsChgrJaN/3AFlIJWl6yIsygmPLONt8WqthfD98k0IqwVmu2ESLmK+V0p+/n6Iy
aioxDZr+3OnB7iDpvCS1
=bX/D
-----END PGP SIGNATURE-----
358  Bitcoin / Electrum / Re: Twitter and GMX accounts compromised on: January 23, 2015, 10:58:01 AM
update: I have finally regained access to the @ElectrumWallet Twitter account, and removed the racist posts.

I still do not know how my GMX email account was compromised, but apparently I was not the only one (Satoshi, molecular, bitbiz.io).
I can only advise to stay away from GMX (as well as their variants: mail.com, etc)

359  Bitcoin / Electrum / Re: Electrum - State of the Alloy on: January 23, 2015, 10:48:33 AM
The two-factor authentication plugin was merged yesterday.
There will be a beta release next week.
360  Bitcoin / Electrum / Re: Creating Electrum plugins on: January 04, 2015, 10:22:02 PM
that's very nice. I will link your site from electrum.org
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 ... 95 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!