Bitcoin Forum
May 12, 2024, 03:27:10 AM *
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 ... 95 »
41  Bitcoin / Electrum / Re: My Electrum client doesn't start any longer under OSX on: February 16, 2017, 09:36:12 AM
Try backing up the ".electrum" folder within your user profile and then deleting or moving it which would force Electrum to recreate the folder. If there is something in your profile that is causing the issue, this should fix it I believe.

thanks for your help.
maybe next time you could suggest to delete only the .electrum/config file, so the user keep their wallet data.
42  Bitcoin / Electrum / Re: Critical Old Wallet Issue - Just Lost All of My Labels on: February 16, 2017, 09:31:26 AM
if your wallet was split, the new wallets do not have .dat extensions.
open the wallet folder from electrum 'File>Open' to view them
43  Bitcoin / Electrum / Re: 2FA but no google authentication, and I can not send 500$ of btc on: February 16, 2017, 09:24:04 AM
when it asks you to create a new wallet, just go one step further and select 'I already hve a seed'
44  Bitcoin / Electrum / Re: How much entropy is lost by searching for a '01' prefix SHA512 output on: February 10, 2017, 01:31:32 PM
I perfectly understand your argument.

Yes, the number of valid seeds is shrunk.
But that does not matter, because an attacker still needs to enumerate all seeds, in order to know if they are valid.
So, we are not reducing the size of the haystack.

It is as if you were claiming that the number of possible combinations is one because in the end there is only one seed that matches the private keys.
With that kind of reasoning, the entropy of anything is zero.

The problem is that you do not understand what entropy is. I think there is no point continuing this discussion.

Btw, raising the num_bits parameter to 132 would have no effect at all; math.ceil() already ensures that n is a multiple of 11 bits.

45  Bitcoin / Electrum / Re: Signs imported transactions on: February 06, 2017, 07:16:17 PM
you need to generate the transactions with Electrum, and it will add metadata about the inputs
46  Bitcoin / Electrum / Re: How much entropy is lost by searching for a '01' prefix SHA512 output on: February 04, 2017, 03:11:33 PM
Again, you are wrong.

Just imagine for a second that the prefix passed to is_new_seed() is no longer 8 bits long, but 132 bits long.
Imagine, for the sake of the argument, that I have a seed that passes this test; its hashes starts with the 132 bits prefix required by is_new_seed().
That seed, by the way, was generated by 12 words randomly chosen from a 2048 dictionary.

So, is the entropy of the seed now zero?
If I follow your argument, it should be, because is_new_seed() has subtracted 132 bits of entropy.

From my point of view, the entropy is indeed zero, because I know the seed. Just like the entropy of anything I know with 100% certainty.

From your point of view, however, nothing has changed: you still need to enumerate a set of 2^132 candidate seeds in order to find the seed.

I hope this enlightens you.

For the record, I have written a paragraph on the only real issue here, which is how key stretching is affected.
http://docs.electrum.org/en/latest/seedphrase.html#security-implications
47  Bitcoin / Electrum / Re: android electrum wallet on: February 04, 2017, 02:47:10 PM
Hi guys,
I've recently bought an refurbished Samsung Galaxy GT-I9100 really cheap with intentions to use it as a cold storage wallet. I mean, uninstall all applications already present, install Electrum (apk) and never allow bluetooth or wi-fi (SIM card already removed). My intention is to use my everyday regular phone to watch this wallet and create transactions to be signed by this other offline one (I'd use the camera to read the generated QR-code). My susprise was to find out that Electrum's Android version cannot sign transactions. Is there a way to get this to work? Thank you buddies.

yes it can sign transactions.
you need to scan the unsigned transaction with the camera, and it will open a transaction window with a sign button.
48  Bitcoin / Electrum / Re: Electrum for Android on: February 04, 2017, 02:44:58 PM
I'd like to do the same, Lumpi101 , and although I already have bitcoins my plans went down water since the air-gapped phone that should sign the transactions now have bitcoins in its wallet but cannot sign anything, because Electrum's Android version apparently does not support signing transactions. I got very disappointed with that, looks like signing transactions is an ordinary feature for a wallet manager and Electrum won't do that.
Does anybody know another wallet manager FOR ANDROID that could sign transactions and can be installed via apk?

yes, the android version is capable of signing unsigned transactions.
all you need is to scan the unsigned transaction, either from another phone or from your Electrum desktop.
then you will see a transaction window with a sign button.
49  Bitcoin / Electrum / Re: Electrum ( watching only wallet ) with balance. Can i move the coins out on: February 04, 2017, 09:04:09 AM
Quote
problem in this specific case is: user  on his first install , make the error to dont write down the seed securely , and he have unfortunaly created a watch only wallet , with 2FA ..

That does not make sense: 2FA wallets are not watching-only.

Does the OP remember how he created the watching only wallet?
Usually you have to enter a master public key (xpub) in order to do that.
Where did he get the xpub from?

if the xpub is one of the cosigners of a 2fa wallet, then it should be possible to retrieve the funds from the 2fa seed.
if the xpub comes from another seed, that he forgot to write down, then the funds are lost. but in that case, why would he delete the wallet file?
50  Bitcoin / Electrum / Re: Electrum STUCKED on: February 04, 2017, 08:48:26 AM
may I ask how you created this wallet?
to create a watching only wallet, you need to enter a master public key or some bitcoin addresses.
51  Bitcoin / Electrum / Re: Electrum merchant on localhost on: February 04, 2017, 08:45:41 AM
the index.html file should be copied from lib/www
if it does not work, it means that the electrum daemon does not have the proper permissions, or that an index.html file already exists in your requests_dir
52  Bitcoin / Electrum / Re: Transaction fee bug on: February 04, 2017, 08:41:46 AM
Also, 100% fee multiplier ...

this feature does not exist anymore in recent versions.
recent versions have dynamic fees, and they display the expected confirmation time of your transaction depending on how much fee you pay.
53  Bitcoin / Electrum / Re: Created a trezor wallet without actually having one on: February 02, 2017, 04:05:36 PM
Quote
I believe you have restored a "trezor" wallet from your seed.
If you still have that seed, you can restore the wallet using the latest version of Electrum, by checking the 'bip39' option.

Holy shit this worked! If both of you pm me your wallet adress i'd like to give you a few dollars for your help  Smiley

no need to send me money. I'm happy it worked.
54  Bitcoin / Electrum / Re: Created a trezor wallet without actually having one on: February 02, 2017, 12:47:28 PM
I believe you have restored a "trezor" wallet from your seed.
If you still have that seed, you can restore the wallet using the latest version of Electrum, by checking the 'bip39' option.
55  Bitcoin / Electrum / Re: Electrum broadcasting transaction error on: February 02, 2017, 12:25:55 PM
this is probably caused by a bug in an earlier 2.7 version.
this bug caused corruption of the wallet file; you should regenerate your wallet from seed & xpubs.

edit: your cosigners might need to regenerate their wallets too.
56  Bitcoin / Electrum / Re: SERVER DID NOT ANSWER error on: February 01, 2017, 01:11:31 PM
can you confirm that you are using tor too?
57  Bitcoin / Electrum / Re: 'electrum dot is' seems to be a scam site on: January 31, 2017, 06:39:33 PM
I reported the issue to Google Adwords and to CloudFlare
58  Bitcoin / Electrum / Re: Can't find my BTC after restoring from seed on: January 31, 2017, 01:27:58 PM
please PM me your xpub if you want me to have a look.
59  Bitcoin / Electrum / Re: Do i have to upgrade each time a new version is released? on: January 28, 2017, 11:43:49 AM
You do not have to upgrade, but it is always a good idea to do so.
In general, you will pay less fees with recent wallet formats.

If you encounter a bug, though, please upgrade, before you request support.

For developers, there is nothing more irritating than users who are complaining about bugs that have been fixed a year ago.
It feels like being said: "I don't give a shit about your work".
60  Bitcoin / Electrum / Re: additional fees on: January 28, 2017, 11:35:23 AM
You probably have created a wallet with two-factor authentication, where transactions are cosigned by Trustedcoin.
An extra fee is charged per transaction, with a discount if you buy prepaid transaction.
Click on the Trustedcoin icon in order to see the billing options.
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 ... 95 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!