Bitcoin Forum
May 24, 2024, 06:06:04 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 ... 95 »
281  Bitcoin / Electrum / Re: Blank descriptions in transaction history after upgrading to 2.1 on: April 25, 2015, 07:19:57 AM
Edit: In the contacts tab, what is the "type" column for? Are transaction labels supposed to be there as well?

Edit 2: I figured out what happened. I had multiple addresses with the same label, and only 1 of each label was saved in the new format, since labels are used as array keys. Any chance this could be changed, or should I just switch to using transaction labels instead?

The "type" of a contact can be 'address' or 'openalias', (you get those if you use the openalias plugin).
We will add another type for email addresses in the future.

If you want to label transactions, use transaction labels indeed.


All the txs where the description was just the incoming or outgoing btc address no show blank after updating to 2.1.
That is expected behaviour. showing random hashes to the user is of little help.
282  Bitcoin / Electrum / Re: [SEVERE BUG] Electrum 2.1 create new wallet function silently crashes (Win8) on: April 24, 2015, 10:01:58 PM
update: 2.1.1 binaries are available
283  Bitcoin / Electrum / Re: [SEVERE BUG] Electrum 2.1 create new wallet function silently crashes (Win8) on: April 24, 2015, 07:58:53 PM
we found the issue and released a patched version, 2.1.1
the new executables are not ready yet;
links to executables on the download page were reverted to 2.0.4
284  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - Lightweight Bitcoin Client on: April 24, 2015, 11:31:49 AM
Electrum version 2.1 is available now: https://electrum.org/#download
Release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
285  Bitcoin / Electrum / Re: What happened to the MPK hex representation? on: April 20, 2015, 10:23:28 AM
Hi all, I have asmall problem. Now the MPKs in the latest version do not seem to be in hex. And after they are converted they seem to break compatibility with  php addr_gen. So I wanted to ask if there were drastic changes in BIP0032 or is there something I am doing wrong here. Thanks for the help.

what php tool are you using?
mpk are not represented with hexadecimal in bip32
286  Bitcoin / Electrum / Re: Can't send bitcoins from Electrum wallet on: April 12, 2015, 05:49:24 AM
restoring from xprv was only added 22 days ago:
https://github.com/spesmilo/electrum/pull/1097

it is likely that your electrum version does not have it, unless you are using git head
287  Bitcoin / Electrum / Re: How to sign a transaction from paper (load transaction from text)? on: April 11, 2015, 06:39:33 AM
There is a qr code plugin that you can enable
There is no qr code plugin anymore in 2.0; the qrcode reader is enabled by default.
And if you want to display a qr code, use the new Receive tab
288  Bitcoin / Electrum / Re: Can't send bitcoins from Electrum wallet on: April 10, 2015, 02:38:22 PM
if you own two of the private keys, you can restore a wallet that has them (for example with one seed, one xprv, and one xpub), and it will not need a cosigner.

if you do not own two of three keys, your cosigner has to sign the transaction
289  Bitcoin / Electrum / Re: Can't send bitcoins '0' error message on: April 10, 2015, 05:50:07 AM
note: it you need to get access to your coins urgently, restoring from seed will work too
290  Bitcoin / Electrum / Re: Can't send bitcoins '0' error message on: April 10, 2015, 05:48:09 AM
it's a pretty rare bug, it was fixed here:
https://github.com/spesmilo/electrum/commit/e3e5d9579476c30da01b79b2e0dc28d2a24727c0

wait for the next release, or use the github version
291  Bitcoin / Electrum / Re: Can't send bitcoins from Electrum wallet on: April 09, 2015, 07:06:10 PM
I wanted to buy something from a bitwasp based site.
So I used my public key (bip32 key) from that side and the key of the guy I wanted to buy something from.
do you have the corresponding private key from the site?
if yes, then you can restore a wallet with two private keys, and that guy's xpub, and directly spend from it

Quote
So can he just restore a wallet with his key, and my two keys (from the site and from my electrum) and access to my wallet or the coins? And then send the coins to my adress for example, save the file and send it to me that I can sign it?

yes, if you trust him
292  Bitcoin / Electrum / Re: Can't send bitcoins from Electrum wallet on: April 09, 2015, 05:25:50 PM
how did you create the multisig wallet?
you must have entered cosigner keys, where did they come from?
293  Bitcoin / Electrum / Re: Warning cannot read wallet file on: April 09, 2015, 02:00:08 PM
As an aside: this is the third or fourth time in just three weeks that someone has posted about a corrupted Electrum wallet file... I wouldn't call that a pattern just yet, but it's getting close....

I believe most of the previous bug reports were related to the following bug: https://github.com/spesmilo/electrum/issues/960
That bug was caused by daemon threads, that were killed while they were writing to the wallet file.

I made an initial fix for that bug, which was included in version 2.0.3.
https://github.com/spesmilo/electrum/commit/72688a5cfa25066d1fd6eee646b874725359ff04

An extra safety against daemon threads was added here (in version 2.0.4):
https://github.com/spesmilo/electrum/commit/1369c02011720706d47a0a0957f73c85a82693f0

We do not know if the bug reported in this thread has the same cause, but I would not say that I see the same pattern.
Two things differ:
 - the wallet file of the user is not empty but corrupted
 - version 2.0.3 was used, which included one of the fixes for that bug.
294  Bitcoin / Electrum / Re: Problem restoring wallet on: April 09, 2015, 11:31:53 AM
if it is a special wallet type (2fa or trezor), then you need to check the wallet type on the first screen, before clicking next.
if it is a standard wallet, then you have made a typo when saving or writing your seed.
295  Bitcoin / Electrum / Re: Warning cannot read wallet file on: April 08, 2015, 05:11:42 PM
were you using any plugins?
296  Bitcoin / Electrum / Re: Warning cannot read wallet file on: April 08, 2015, 04:17:54 PM
which version of Electrum were you using?
(a wallet corruption bug was fixed in version 2.0.3)
297  Bitcoin / Electrum / Re: Electrum wallet restore with zero balance on: April 07, 2015, 04:53:40 PM
Hi all,

i forgot my Electrum password, so i decide to restore the wallet from seed.
the restore went good but the balance and history where put to zero and i strangely i had
addresses beginning with 3 which are multisig, but i did not make a multisig wallet.

after the restore i got normal addresses beginning with 1 but all my coins where gone.
i'm not that worry cause i put only a few mBit to test but i'd like to understand what happen.
Can i really trust this Electrum Wallet or should i better get an other one ?

cheers

If I understand correctly, after the restore you had both multisig addresses beginning with 3 and standard addresses beginning with 1 ??
can you post a screenshot ?
298  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - Lightweight Bitcoin Client on: April 05, 2015, 08:09:14 PM
Electrum on Windows with Trezor gives the following error when using a separate password from the one used during setup: "This wallet does not match your Trezor device"

Is there any way to use multiple passwords with the Trezor and Electrum?
yes, you have to create a new wallet file for each password
299  Bitcoin / Electrum / Re: No way to sign transaction with Trezor? on: April 04, 2015, 01:16:31 PM
I just fixed that. It will be possible in version 2.1
300  Bitcoin / Electrum / Re: [ANNOUNCE] Electrum - Lightweight Bitcoin Client on: April 01, 2015, 04:42:59 PM
Either python? is too slow or the code for python is not optimized.

something has to be optimized and I am working on it.

I hope theres a solution soon since now i wait for my wallet to let me do something, my notebook is working hard, though the process only is using 13% of my 8 cores. The problem is... i got some bitcoins and i cant get them out anymore because electrum is working all the time, showing me a blank window. Ill try creating a new wallet with the brain sentence. Maybe a fresh wallet is a bit faster so that i can get my funds out at least?

Edit: It seems thats a workaround for now.

I finished that optimization. It is already on github, and will ship with version 2.1.
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 ... 95 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!