Bitcoin Forum
May 24, 2024, 05:20:33 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 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 ... 192 »
1001  Bitcoin / Electrum / Re: Electrum seed generation options on: July 04, 2018, 09:14:02 PM
1. This is a recipe for getting robbed. Humans are not a good source of randomness so whatever phrase you come up with will not be secure. See here.

2. bip39 doesn't result in segwit wallets. maybe you mean selecting the p2sh segwit derivation path? the warning for bip39 compatibility will apply to you too regardless.

3. when you check bip39 it lets you type anything in the seed box. as mentioned in 1 your seed has poor entropy because you are generating it yourself. hashing it with sha256sum or sha512sum doesn't make any difference.

1002  Bitcoin / Electrum / Re: Thinking of switching to Electrum on: July 04, 2018, 12:57:33 PM
pooya87 basically answered your questions. But to add a small information regarding the second point:

So, if that file is gone forever does it mean my satoshis are gone forever too, or is there a way to get my satoshis back in case that file went missing?

The word seed you are prompted to backup can regenerate all of your private keys.
You can either reimport it into electrum or use any other tool to derive the private keys (e.g. https://iancoleman.io/bip39/).

You might download the site and store it offline. Once electrum should not be available somehow, you still can regenerate all of your private keys and import them into any other wallet.
This way you are completely independent from any software-/server- provider.

A better option would be to use a hardware wallet (nano s) with electrum.
This way you will be using a BIP39 compatible seed (which does work in any other BIP39 compatible wallet (almost everyone)).
And your private keys will stay in a secured environment, which does negate most attack vectors.



electrum seed is not bip39 so you can't use the coleman site to generate address specific private keys.

@OP You will have to create a new wallet file and send your coins there from armory. When creating the wallet make sure to write down your seed words on paper. As for backups here's a detailed article about that.
1003  Bitcoin / Electrum / Re: Unconfirmed Transaction on: July 03, 2018, 07:40:14 AM
Hi there okay transaction went through.  So when do you guys upgrade electrum?  Do you check the site every so often to make sure there is update?

You can subscribe to the github tags feed: https://github.com/spesmilo/electrum/tags.atom . I also recommend bookmarking the release notes so you know what's changed: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES
1004  Bitcoin / Electrum / Re: Unconfirmed Transaction on: July 02, 2018, 10:36:43 PM
You should upgrade to the latest version of electrum. There were issues with segwit outputs in earlier versions. Upgrading will also give your transaction time to confirm Smiley
1005  Bitcoin / Electrum / Re: Electrum 3.2.0 won't accept my wallet file or my seed on: July 02, 2018, 09:20:58 AM
11 word seeds are possible. It's only in recent versions that they strictly forced it to 12 words:

https://github.com/spesmilo/electrum/pull/3611

Since 3.1.0 I believe. You should still be able to restore from seed in the latest version and you can in fact create your own shorter seeds using the make_seed command:

Code:
abdussamad@linux> electrum make_seed --nbits 90 
latin profit wall pretty sure meadow damage shield addict

1006  Bitcoin / Electrum / Re: someone help! please. on: July 01, 2018, 04:42:48 AM
If the recipient is using electrum ask them to upgrade to the latest version of electrum. Old versions have difficulty synching with the network.

If they are not using electrum then it's not relevant to this forum. That money has been sent so it's not really your problem either.
1007  Bitcoin / Electrum / Re: Electrum still to synchronize, 2.6.4 on: July 01, 2018, 04:39:29 AM
shift + click reload does a hard reload on firefox. this forces the browser to fetch a fresh copy from the server.
1008  Bitcoin / Electrum / Re: Didn't save receiving address on: June 29, 2018, 10:37:13 PM
What version of electrum are you using? You should update to the latest version. If that doesn't fix the problem switch servers. "not verified" means electrum is uncertain of the status of the transaction possibly because the version you have is too old or the server its connected to is problematic. More about transaction status messages here.
1009  Bitcoin / Development & Technical Discussion / Re: How do you keep your mnemonic phrases? on: June 26, 2018, 07:30:03 AM
Has anybody here think of jumbling the position of certain phrases as a good idea? If you are thinking of keeping your seed in your closet or drawer then this might be a good idea even if someone obtained your seed they won't be able to access your wallet as it is all jumbled up.

For example:
You will write and switch the 12th word and the 1st word's position
You will write and switch the 6th word in the the 3rd word's position

Or for your own liking you can switch the words between the words you want to switch, the tricky part here is on how you will remember their positions. Because even I myself won't trust remembering their positions mentally, writing their positions somewhere might also work, you can even right their positions online as long as you keep the whole seed to yourself.

Shifting the words around is pointless because bip39 mnemonics have a checksum in them so it's a simple matter of rearranging the words until you arrive at a permutation that passes the checksum test.

Those who are looking for a second factor to their seed backup should use the passphrase feature of bip39 or electrum. The wiki explains it https://en.bitcoin.it/wiki/Mnemonic_phrase#Two-Factor_Mnemonic_Phrases . Note this is not encrypting the seed. Instead it's adding salt to the hashing function which is used to convert the seed to the master private key: https://github.com/trezor/python-mnemonic/blob/master/mnemonic/mnemonic.py#L185
1010  Bitcoin / Development & Technical Discussion / Re: How do you keep your mnemonic phrases? on: June 26, 2018, 07:06:57 AM
Encrypted files on multiple micro sd cards scattered around the globe. No doubt a few will fail but some will survive. I plan to renew them on a rolling basis. Where I'm at there's no such thing as deposit boxes to stick paper in, not that they'd have the insurance or terms I'd be happy with.

do you own these cards or did you get friends to store them for you?
1011  Bitcoin / Electrum / Re: BTC transaction sent to wrong receiving address on: June 26, 2018, 06:55:40 AM
all you had to do was update electrum. creating a second wallet was totally unneccessary. next time post in the appropriate forum: https://bitcointalk.org/index.php?board=98.0
1012  Bitcoin / Electrum / Re: Electrum funds are "frozen" on: June 24, 2018, 05:46:02 PM
We can't see the whole picture looking at addresses on block explorers. Did you look for frozen addresses  on the addresses tab? Wallet menu > addresses > filter will let you filter the list. You can also search for individual addresses using ctrl+f.
1013  Bitcoin / Electrum / Re: Finding my wallet on Windows on: June 23, 2018, 08:06:40 AM
your seed is not stored on the electrum website. it's only stored on your wallet file.

search for the program on your PC. most likely you didn't use the installer version so it didn't create shortcuts. perhaps downloading and installing the installer version will be easier?
1014  Bitcoin / Electrum / Re: doubt when trying to send on: June 21, 2018, 07:51:35 PM
it is better to create a new wallet and move your funds to it. the problem with using a restored wallet long term is that 2fa wallets create larger transactions than standard wallets so you'll pay higher transaction fees and won't be getting the benefit of 2fa protection either.

you can create a new wallet using this guide.
1015  Bitcoin / Electrum / Re: Electrum help fee calculations on: June 21, 2018, 07:49:29 PM
go to tools > preferences > fees tab and enable edit fees manually. then you'll see the fee calculation on the send tab.

alternatively click on preview on the send tab and the window that shows up should list the fee up top.
1016  Bitcoin / Electrum / Re: Help in installing windows Electrum wallet on: June 21, 2018, 07:48:05 PM
2.8.3 will also not recognize segwit outputs. you'll have difficulty receiving funds from exchanges.
1017  Bitcoin / Electrum / Re: Electrum 3.0.5 wallet problem on: June 20, 2018, 01:45:16 PM
Without much information, i only could suggest :
1. Re-install or update (Newest version is 3.1.3 BTW) your Electrum wallet, there's chance the application corrupted.
2. Check if another application working properly. If other application don't work properly, try to reinstall/repair your OS since important system files might be missing or corrupted.

Also, check whether your network status (in Electrum).

Thank you very much for all your advice.

Please confirm that this is how I should update:

1) go to electrum.org
2) download the latest file for OSX
3) run the dmg file
4) a popup opens with the electrum logo in it
5) drag the electrum logo into the Apps folder over the existing version I have installed

I think that this is what I did last time and everything was updated and all my wallets were accessible properly without having to restore anything from the seed.

Thanks

Go to file > save copy and make a backup of your wallet file just in case. Then update electrum like you did last time.
1018  Bitcoin / Electrum / Re: "unconfirmed"=pending in mempool or Added to Block+waiting for 3 more blocks? on: June 17, 2018, 01:46:03 PM
There's also the issue that there might be a sustained 51% hashrate by a pool before anyone notices they're doing something unusual.

you can't do it with 51% hash rate, you need a lot more. it is like an arm wrestling contest if you have 1% more power than your opponent you can beat him but it won't be easy because you are practically the same. they say 51% to say you need to have more than half the hashrate to begin. but the attack can be pulled off with a much higher hashrate. the higher the easier.

I thought so too until I read this: https://bitcoin.stackexchange.com/a/38224/5273
1019  Bitcoin / Electrum / Re: Imported bitcoin address on: June 15, 2018, 04:29:41 PM
Did you write down the seed words of your wallet? If you didn't then those funds are gone. The private keys that let you spend your bitcoin are derived from the seed so that writing that down makes it possible for you to easily backup your wallet.

The address is not secret information. It is what people use to send you money. If it was possible to spend money using your addresses anyone could spend your money.
1020  Bitcoin / Electrum / Re: 12 word seed works with last word only a single letter WTF? on: June 15, 2018, 12:48:16 PM
Just mucking around with stuff and want to know why does this 12 word seed work with the last word being not a word and only a single letter.
Lets see who can get the correct letter first to open the wallet and see if there are 100 bitcoins inside;-)

honor ketchup wall cake dismiss poor quietly coin take luxury ink ....... (12th one a single letter not a word)


honor, poor, quietly, take and ink are neither part of the BIP39 word list nor of the wordlist electrum uses.

It is really weird how electrum does generate a wallet (both, as electrum AND BIP39 wallet) with 5 words not being in the dictionary and the last word actually being 'k'. This indeed sounds like a bug.


OP, how did you find out about this?  Huh


If you want to do it on purpose then here's how. It is possible to replace the electrum dictionary with your own custom words. The key point is that the seed you generate with your custom dictionary is valid in any electrum installation even ones with the default dictionary. So create your own custom dictionary and include single letter "words" a..z and then use the make_seed cli command to generate seeds until you get one with a letter "word" in it.

Examples:

any agent cupboard figure taxi error skill tomato rely lawsuit r grief

carbon dial trumpet want ask slam rebuild rival n essay amused mushroom


The dictionary is in /usr/lib/python3/site-packages/electrum/wordlist . You can just appened a..z and 1...9 for instance to the default dictionary.

I am no longer certain that this should be classified as a bug. It's useful for people who make their own dictionaries Smiley
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 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 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!