Bitcoin Forum
June 21, 2024, 07:13:31 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 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 ... 192 »
1021  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
1022  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.
1023  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
1024  Bitcoin / Electrum / Re: 12 word seed works with last word only a single letter WTF? on: June 15, 2018, 09:57:31 AM
If you add k at the end it creates a mnemonic with the correct checksum for a standard wallet. i think this counts as a bug because k is not a word in the dictionary. you should create an issue on github about this.
1025  Bitcoin / Bitcoin Technical Support / Re: got old passphrase and possible pass on: June 14, 2018, 05:56:42 AM
It could be that you have an old blockchain.info wallet. Drawn is in their old wallet dictionary: https://github.com/blockchain/My-Wallet/blob/master/mnemonic.js . The 12 words are a password reminder mnemonic and not a wallet seed. Since you wrote down the password as well you don't need the 12 words. What you do need is the wallet UUID which looks like a random string of numbers and letters separated by hyphens.

Check your email archive for emails from blockchain.info. If you can find the UUID of your old wallet then you can login with that + your password. Alternatively you can ask them to email you the UUID: https://blockchain.info/wallet/#/reminder if you can guess what email you signed up with.
1026  Bitcoin / Bitcoin Technical Support / Re: got old passphrase and possible pass on: June 13, 2018, 09:16:22 AM
drawn is there in the old electrum mnemonic dictionary: https://github.com/spesmilo/electrum/blob/master/lib/old_mnemonic.py#L1446 so this might be an electrum wallet. just install the latest version of electrum from electrum.org and restore your wallet from seed as per this guide: https://bitcoinelectrum.com/restoring-your-standard-wallet-from-seed/
1027  Bitcoin / Electrum / Re: wallet recovery, please need help on: June 12, 2018, 12:05:31 PM
Electrum did let you import private keys into an HD wallet. Later they realized that that was a recipe for disaster because users assumed all their private keys were backed up by the seed but the imported ones were not. So they removed that option to import private keys from the GUI when using HD wallets. You can still do it via the CLI though.

A non-HD wallet, such as one created using the import addresses or bitcoin private keys option, can't create new addresses unless you import more private keys into it.

OP needs to clarify how he created the new address.
1028  Bitcoin / Electrum / Re: "unconfirmed"=pending in mempool or Added to Block+waiting for 3 more blocks? on: June 11, 2018, 02:20:30 AM
A large reorg triggers warnings in bitcoin core so people would notice: https://bitcoin.stackexchange.com/questions/38202/can-an-attacker-with-51-of-hash-power-change-old-blocks#comment44888_38224

By blacklist I mean miners voluntarily switching to a different pool from the one that is attacking the network. This would happen at level 0 i.e. the social level.
1029  Bitcoin / Electrum / Re: manually adding transactions on electrum on: June 10, 2018, 05:54:16 AM
Single address. Perhaps thats the reason.

Yes it is:

https://github.com/spesmilo/electrum/issues/2897#issuecomment-330535625

edit: glad it works for you now
1030  Bitcoin / Electrum / Re: "unconfirmed"=pending in mempool or Added to Block+waiting for 3 more blocks? on: June 09, 2018, 08:44:55 PM
At some point it becomes too hard for any attacker to reverse the transaction. 6 confirmations is that mark.
6 confirmation prevents any attackers without 51% of the hashrate from trying to reverse the transaction. If you have more than 51% of the hashrate, you can reverse any transactions, no matter how old it is.

Using irreversible for 6 confirmations doesn't seem right.

Yes a sustained 51% attack could reverse old transactions. But it would have to be sustained for more than a day. People would notice it and take action to blacklist the attackers.
1031  Bitcoin / Electrum / Re: manually adding transactions on electrum on: June 09, 2018, 08:25:25 PM
Did you create the watch-only wallet using your master public key (xpub) or using specific addresses?
1032  Bitcoin / Electrum / Re: "unconfirmed"=pending in mempool or Added to Block+waiting for 3 more blocks? on: June 08, 2018, 07:13:35 PM
Thanks for the feedback. I will look into explaining what exactly confirmations mean either in this FAQ entry or a linked article.
Confirmations basically shows the number of blocks that has been mined ontop of the block that has included the transaction. Confirmations will never be enough for a transaction to be considered irreversible. The higher the number of confirmations simply mean that it would be harder for any attacker to reverse the transaction.

At some point it becomes too hard for any attacker to reverse the transaction. 6 confirmations is that mark.
1033  Bitcoin / Electrum / Re: "unconfirmed"=pending in mempool or Added to Block+waiting for 3 more blocks? on: June 08, 2018, 05:35:26 PM
The transaction hasn't been included in a block as yet. More here
Quote
A clock icon means the transaction has confirmed but not enough times to be considered irreversible.

this may create the confusion that transactions are confirmed multiple times. in fact as a beginner i remember thinking when my transaction has for example  10 confirmation it means it is confirmed/mined 10 times!

rephrasing to "not deep enough" is better in my opinion. because that is what it means. when a transaction has 10 confirmation it means it is 10 blocks deep.

Thanks for the feedback. I will look into explaining what exactly confirmations mean either in this FAQ entry or a linked article.
1034  Bitcoin / Electrum / Re: Restoring paper wallet (ELECTRUM) on: June 08, 2018, 05:04:23 PM
@howper Electrum maintains backwards compatibility with all previous seed mnemonics so don't listen to anyone telling you to use an old version. Always use the latest version. Old versions have security vulnerabilities in them.

Here is a list of things you can look into.
1035  Bitcoin / Electrum / Re: unencrypted dat but forgot pw on: June 07, 2018, 11:49:08 PM
Weird, Electrum doesn't use .dat wallet format, it's just plain file name like wallet_1 or wallet_default.


It used to use .dat extension before 2.0. The OP's wallet is an electrum one or he wouldn't be able to open it in electrum at all.
1036  Bitcoin / Electrum / Re: manually adding transactions on electrum on: June 07, 2018, 11:47:28 PM
what is the wallet type under wallet menu > information?

edit: i mean wallet type of the offline wallet.
1037  Bitcoin / Electrum / Re: "unconfirmed"=pending in mempool or Added to Block+waiting for 3 more blocks? on: June 07, 2018, 11:44:05 PM
The transaction hasn't been included in a block as yet. More here
1038  Bitcoin / Electrum / Re: Deposit not showing in wallet. on: June 06, 2018, 10:22:39 PM
hamburger icon in top right > network > server > choose from peers > choose a different server.
1039  Bitcoin / Electrum / Re: Deposit not showing in wallet. on: June 06, 2018, 08:24:39 PM
what version of electrum are you using? you can find out the version number by going to help > about.

what is your operating system?

what color orb do you see in the bottom right?
1040  Bitcoin / Electrum / Re: unencrypted dat but forgot pw on: June 06, 2018, 07:58:50 PM
What happens when you try to send the coins to someone using the send tab?
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 102 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!