Bitcoin Forum
June 19, 2024, 10:00:55 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 192 »
1841  Bitcoin / Electrum / Re: How to create an Electrum address? on: January 07, 2017, 11:37:32 PM
How can I create a new address in Electrum wallets? By default, the addresses are defined in the wallet. Can not I create new addresses myself?

Electrum will automatically keep making new addresses as you start using your wallet. So don't worry. Just go with the flow.
1842  Bitcoin / Electrum / Re: Seed lost, but have password.... on: January 07, 2017, 11:31:34 PM
I copied the file into electrum wallet directory ( C:\Users\XXXX\AppData\Roaming\Electrum\wallets ) but, the program doesn't starts

Delete the blockchain_headers and config file found here:

C:\Users\XXXX\AppData\Roaming\Electrum\

Start electrum. If it doesn's start then take a look at your default_wallet file using a text editor like notepad. Can you see human readable text? It should look something like this:

Quote
{
    "addr_history": {
        "31jzSRFoE43phdCxRX2YzTi7gYQ87v5ua6": [],
        "32Q6jqBd7grFGW2wkW1xBL1JHgukyHDEkk": [],
        "3Prxq8Qas7oJVnrFRBHxeoAzaB99hd9U6y": []
    },
    "pruned_txo": {},
    "pubkeys": {

The above is just an example. Your addresses most likely start with 1. The point being that it should be readable text. Do you see something like this?
1843  Bitcoin / Electrum / Re: At the beginning is... the seed and default_wallet on: January 05, 2017, 09:57:09 PM
More generally speaking, what is the “starting point “ (or event ) for electrum to generate the seeds and wallets ? the clock of the phone or PC ?  chance?  anything else ?

The seeds are generated from random numbers. Astronomically large random numbers derived from entropy collected by the operating system (not the time or anything predictable like that). There is no way to predict what number was used and no way to recreate it unless you saved the seed. The seed is the random number in a human friendly format.

However if you are asking why electrum would choose to create a new wallet then the answer is that it finds there is no wallet in the data directory and you haven't specified one in the command line via the -w switch to it begins the process of creating a wallet for you. The location of the data directory is given here. You can also create additional wallets using the file menu > new/restore option and open them using file > open.
1844  Bitcoin / Electrum / Re: Electrum 2.7.13: Bitcoin sent from from multisig wallet without co-signing on: January 05, 2017, 09:49:19 PM
As a follow-up question, what's the use case then for the "Enter cosigner seed" option?

Say you have a 2 of 3 wallet with 1 key on your PC, one backup key you store offline and one on another device. If you lose your other device and you wish to recover your wallet you can enter the seed on your PC + the backup seed you've stored offline.
1845  Bitcoin / Electrum / Re: Electrum 2.7.13: Bitcoin sent from from multisig wallet without co-signing on: January 05, 2017, 11:58:03 AM
open up your wallet file in a text editor like notepad. Do you see two xprvs like this:

http://paste.ubuntu.com/23745557/

1846  Bitcoin / Electrum / Re: Incorrect password. on: January 05, 2017, 08:59:00 AM
backup the seed by writing it down on a piece of paper. then upgrade to the latest version of electrum. it may be that the bug you have encountered has already been fixed.

if the above doesn't work then I suggest restoring your wallet via the seed. Use file > new/restore to begin the process.
1847  Bitcoin / Electrum / Re: Electrum wallet bitcoins lost forever? on: January 04, 2017, 08:41:23 PM
OK, well assuming that I did enter a password but didn't record it anywhere (and have no idea of what it might be), would that mean that the only solution would be to try to brute force it? ? Not looking good is it?

Yep but that only works if you have some idea what the password might be. So first try to recall what the password might have been. There have been many discussions on this forum about bruteforcing passwords. I suggest searching the electrum section here.
1848  Bitcoin / Electrum / Re: About Electrum wallet backup on: January 04, 2017, 08:31:40 PM
How do I choose a backup method?

1. Private keys: I create a private key for each address using "Wallet> Private keys> Export". Using these private keys I can transfer my address to another wallet.
You would probably omit private keys along the way. This does not ensure that you also backup your future private keys. You can export your xpriv (master private key) and that will allow you to generate all the addresses.
2. Wallet seed words: In this method, I can reach all my addresses and information with 12 wallet words.
This should be your primary backup method.
3. Wallet backup file: This is another method. I can create wallet information by uploading from Backup file.

Which is the most accurate method?
This method backs up your entire folder. You will be able to cover all the labels and invoices saved on your Electrum client. It isn't much of a security risk if you secure it well with an encryption on top of the encryption on your wallet. This makes it secure as long as you use different passwords for both of the encryption. For windows, the directory you are looking to backup is %appdata%/Electrum.



Regarding 3, you are not supposed to backup the entire data directory. Open your wallet in electrum and then use the file menu > save copy option to backup your wallet file. That's all you need.
1849  Bitcoin / Electrum / Re: Electrum wallet bitcoins lost forever? on: January 04, 2017, 08:28:54 PM
You definitely set a password. Otherwise your seed would not be encrypted.

When setting a password you are supposed to enter it twice. How could you not remember doing that? Did you enter some sort of dummy password because you were in a hurry? Like 123 or something?

You didn't note down the seed and you entered a password that you can't remember. This is all very irresponsible.
1850  Bitcoin / Electrum / Re: electrum.dat as a binary file...looks very awkward on: January 04, 2017, 08:24:23 PM
Abdussamad,
there is an option to see the seed, but i can't see it since my electrum.dat wallet that contains my old btc is a corrupted file.I have tried to put a password but it didn't work also.
 do i need to find a way to read my old electrum.dat file with an other tool than emacs ?

I honestly don't know what you can do with that corrupt file. Have you considered using a professional data recovery service? I don't know what else to suggest.
1851  Bitcoin / Electrum / Re: Unconfirmed Transaction for weeks on: January 02, 2017, 10:42:00 PM
look up the tx id on a block explorer like blockchain.info. if it's listed there then some mining pools are still carrying that in their memory and it might yet confirm.  you can get the tx id  by right clicking on the tx in the history tab and selecting details.

1852  Bitcoin / Electrum / Re: Seed lost, but have password.... on: January 02, 2017, 10:34:07 PM
do you have a copy of the wallet file?
1853  Bitcoin / Electrum / Re: Electrum authenticity verification on: January 01, 2017, 04:50:45 PM
how can i verify the file "Electrum-LTC-2.6.4.2.tar.gz" downloaded from electrum-ltc.org ?
its sha256sum is only listed on the site itself and nowhere else on the web.

The sha256sum file is signed with the devs pgp key.

https://pgp.mit.edu/pks/lookup?op=vindex&search=0x2BD5824B7F9470E6


It's unlikely that Electrum ltc releases are signed by ThomasV. It is a fork designed to support litecoin.

@BlueTopaz: You can see links to community forums for electrum LTC on their homepage:

https://electrum-ltc.org/#three

I suggest consulting people there if you need help. This forum here is for Electrum BTC.
1854  Bitcoin / Electrum / Re: Are the 12 worded seeds really secure from Brute force? on: December 31, 2016, 05:13:35 PM
i'm not sure if this  PBKDF2 that was mentioned
is for the new code and replaces this -->  but when I was looking
at the old version of electrum, it was using
a 100,000 round concatenation style key stretching
algo, meaning you need 100,000 times as many
operations, effectively increasing 128 bit
security to beyond 144 bits.

Hi Jonald. Good to see you here after a long time. The PBKDF2 thing was introduced with version 2.0:

https://github.com/spesmilo/electrum/blob/9285a7198ee1f19571d10453db1b708fc6306e9a/lib/mnemonic.py#L127

This approach was originally proposed by the bip39 standard.
1855  Bitcoin / Electrum / Re: Assistance required regarding exporting keys on: December 30, 2016, 09:06:21 AM
public keys and addresses are not the same thing.

write down the 12 word seed and you'll be able to recover your entire wallet at any time including all addresses past, present and future. there is no need to export private keys.
1856  Bitcoin / Electrum / Re: Help With Checking Signature of Electrum Download on: December 28, 2016, 02:13:59 PM
Quote
... then why in the FUCK would you have a PGP signature.  Goddamit.

Ha that's funny.  I found this thread because I am in the same dilemma of trying to verify a developer's signature.

I'd like to know how you finally resolved this.  Thanks.

you download the binaries from electrum.org. the public keys you grab from github. both electrum.org and github would have to be compromised for the binaries to be fake.

furthermore you can check the web of trust i..e who trusts the gpg keys of animazing, thomasv and other developers. you can see that  gpg public key fingerprints are the same as the ones specified above in this thread. there are so many different places where these things are discussed. surely they can't all be fake?
1857  Bitcoin / Electrum / Re: electrum.dat as a binary file...looks very awkward on: December 28, 2016, 02:11:06 PM
Thanks for your answers guys,
i have installed version 1.8 and fortunately enough  there is an electrum.dat by default. ( a readable one , but without a seed , or i can't see it)

And yes Abdussamad my old electrum.dat file is corrupted certainly due to bad unmounting

So because of my binary file/ corrupted on , is there something i can do next ?


i've told you above to open the wallet file using 1.8 and use one of the options in the menus to view the seed. is there an option like that in the menus? there is also a seed icon in the bottom part of the window that you can use. write down the seed and restore the wallet using the latest version of electrum.
1858  Bitcoin / Electrum / Re: |Date not verified| ??? on: December 28, 2016, 02:08:12 PM
that is not referring to the date. it is referring to the number of confirmations the transaction has got. electrum doesn't think it has had enough confirmations yet so it is showing that not verified status. you shouldn't worry about it. it'll automatically fix itself over time.

for all intents and purposes that transaction has confirmed. I would consider it a done deal.
1859  Bitcoin / Electrum / Re: Electrum taking forever to confirm my bitcoin on: December 28, 2016, 02:05:19 PM
I just got off the phone with Bovada and they informed me that it usually takes seconds for sending bitcoin from coinbase to the electrum wallet... it's been well over 20 minutes and the funds still say unconfirmed..

Is this unusual?

no it's normal. you really should have learned how bitcoin works before using it. transactions take an average of 10 minutes for a single confirmation. i don't know what threshold of confirmations electrum deems fit but generally speaking 6 confirmations (60 minutes on average) is considered sufficient for a transaction to be deemed irreversible.

1860  Bitcoin / Electrum / Re: Seed and imported addresses on: December 24, 2016, 10:39:25 AM
slightly OT, but can electrum sweep a key 'offline' - i mean can the sweep be initiated on an offline wallet and then loaded onto an online machine ?

cos i'm wondering if the sweep function is vulnerable to some form of attack if done on an online machine, as you're sweeping a private key...

It can't be done on an offline computer. But it can be done in a watch-only wallet on an online computer. So the private key of the target address can be on an offline PC. The private key you are sweeping would still be exposed though.
Pages: « 1 ... 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 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!