Bitcoin Forum
May 24, 2024, 04:25:12 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 ... 192 »
861  Bitcoin / Electrum / Re: Why am I receiving a negative? - electrum on: November 02, 2018, 05:44:25 PM
the outgoing transaction is for 0.000016 not 0.00001. those 0.00001 transactions are incoming ones.
862  Bitcoin / Electrum / Re: Lost Two Factor Authentication phone, no seed on: October 30, 2018, 09:53:43 AM
  • Master private key of your wallet (xpriv..)
  • Single private keys of all addreses you have sent coins to (including change addresses)

He needs 2 out of 3 xprivs or 2 out of 3 address specific private keys since it's a multisig wallet.

Best option is to contact trusted coin as you said. If he controls the email he used to create the wallet I'm sure he can get them to reset 2fa for him.
863  Bitcoin / Electrum / Re: Electrum createnewaddress gap limit question (receiving lots of payments) on: October 28, 2018, 07:01:44 PM
electrum tends to slow down after a few thousand addresses so you'll have to rotate wallets every so often. also use addrequest instead with the --force switch.  see `electrum help addrequest` . you can specify any amount to addrequest. it doesn't have any effect on how much people can send you.
864  Bitcoin / Development & Technical Discussion / Re: What's going wrong here? Different privkeys from same XPRV. on: October 26, 2018, 03:33:32 PM
eth would have a different coin type code than bitcoin so the derivation path will be different. find out what derivation path is used there. see bip44 for more details: https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki#Coin_type
865  Bitcoin / Electrum / Re: How to use dynamic fee through Electrum console on: October 24, 2018, 02:58:48 PM
electrum getfeerate --fee_method eta
866  Bitcoin / Bitcoin Technical Support / Re: Bitcoin address hashing? on: October 24, 2018, 02:00:26 PM
give them the address and let them figure it out. if they can't then they won't be able to recover your wallet either.

That's nonsense. Noone will be able to 'recover' (or better: crack) a wallet with knowing only the address.
This is the whole sense of such a big keyspace..


Who said anything about recovering the private keys from the address? OP makes no mention of any such thing and neither do I. He says he's being asked for the hash of the address. Sounds like they want the hash160 which they can recover from the address itself.

Sometimes when you are trying to bruteforce a wallet you want public keys, addresses or extended public keys relevant to the user. This way you have something to check against. This is my best guess as to why they would want the hash160 of the public key.
867  Bitcoin / Bitcoin Technical Support / Re: wallet.dat file or Private Keys, What to Backup? on: October 24, 2018, 01:54:28 PM
Use the option in the file menu to backup your wallet.dat file. If it says HD in the bottom right corner of the bitcoin qt window you only need to backup the wallet file once. If it doesn't then you need to back it up every 90 or so spending transactions.

If you don't have a GUI then see whether getwalletinfo says you have an hdseedid or not and act accordingly: https://bitcoin.org/en/developer-reference#getwalletinfo
868  Bitcoin / Electrum / Re: How to use dynamic fee through Electrum console on: October 24, 2018, 09:47:30 AM
It tells you the fee per kb in satoshis. You then find out the size of your transaction and set a fee accordingly.

If you do `electrum help getfeerate` it displays some useful info: http://termbin.com/7d62

You can also see the code here: https://github.com/spesmilo/electrum/blob/3.2.3/electrum/commands.py#L660

The options for fee method are eta, mempool or static. Not sure how the static fee is set.

Another thing I found is that if you set the fee estimation option under tools > preferences > fees tab to mempool you don't have to supply a fee when using `electrum payto`. Just the destination address and amount are sufficient. It sets a suitable dynamic fee itself.
869  Bitcoin / Bitcoin Technical Support / Re: Bitcoin address hashing? on: October 21, 2018, 03:03:34 AM
Does anyone know how to get the complete hash of a regular bitcoin address? Trying to recover my old old wallet and the recovery service needs the hash.

give them the address and let them figure it out. if they can't then they won't be able to recover your wallet either.
870  Bitcoin / Electrum / Re: A newbie needs your help! on: October 21, 2018, 02:59:51 AM
Right click on the transaction in the history tab where it says 'local' and click on remove from the menu that appears. Then try to create a new transaction again via the send tab.

As for the unconfirmed transaction if it shows up on the history tab you can increase the fee. Note that you don't have to do this if you intend to spend these coins straight away. Spending these coins will confirm the parent unconfirmed transaction as well.

If electrum won't let you spend coins from an unconfirmed transaction go to tools menu  > transactions tab and uncheck spend only confirmed coins.

The reason you can't lookup addresses on the blockchain is because most block explorers don't support bc1 addresses yet. smartbit.com.au is one that does
871  Bitcoin / Electrum / Re: 2.6.4 Wallet Synchronising (Ubuntu) on: October 18, 2018, 06:02:45 PM
your coins are in both wallets since they were both generated from the same seed. just use the 3.2.3 wallet from now on.
872  Bitcoin / Electrum / Re: Cannot Save Unsigned Tx on: October 16, 2018, 10:48:48 PM
you will have problems because they changed the unsigned tx format in recent versions:

https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES#L48
873  Bitcoin / Development & Technical Discussion / Re: Suggested Bitcoin Core Pruned Node Size on: October 16, 2018, 07:07:02 PM
The flash memory in microSD cards isn't designed to sustain so many write operations. It'll wear out quickly. You're better of buying an SSD and using that.
874  Bitcoin / Development & Technical Discussion / Re: Know what wallets have loaded my Private Keys on: October 15, 2018, 01:36:59 PM
There is no registering of private keys or addresses on the blockchain. That is just not how bitcoin works.
875  Bitcoin / Bitcoin Technical Support / Re: Messy Private Keys Dump on: October 12, 2018, 04:36:56 PM
- If you're looking to import the private keys into different wallet software NOW then <some key> is what you want to import/sweep. You can ignore the rest.

- If you're looking to save this dump file for import years later then just don't. Instead use the backup wallet file option in the file menu of bitcoin core.
876  Bitcoin / Electrum / Re: Electrum SHA256 hashes on: October 12, 2018, 11:35:49 AM
2. Verify if it's imported:
Code:
gpg --fingerprint 0x2BD5824B7F9470E6
How should I verify that it is correct ThomasV's pubkey?
There should be Key fingerprint = 6694 D8DE 7BE8 EE56 31BE  D950 2BD5 824B 7F94 70E6?

Yep.

Quote
Can this signature be forged?

No you need the private key behind that public key to generate a valid sig. As far as we know only thomas has that and he hasn't been hacked. So if you trust him not to include malware and not to get hacked you can use this software. Alternatively go through the code line by line so that you don't have to trust anyone!

Quote
Can it be possible that fake public key have the same  fingerprint = 6694 D8DE 7BE8 EE56 31BE  D950 2BD5 824B 7F94 70E6?

Nope. Always compare the long fingerprint as above and not the shortened one (0x7F9470E6) because it may be possible to create another key pair with the same short fingerprint.
877  Bitcoin / Electrum / Re: Use custom words (seed extension) on: October 12, 2018, 08:18:42 AM
Thanks for the replies so far. I really enjoy Electrum, and try to understand this part better to use it safer.

A couple of more questions, if someone can asnwer as well (and sorry if has been asked before):

- Suppose I generate a wallet by using the seed + custom words. Is there a possibility that another wallet identical to this one can be created by only using the normal seed? That means, a hacker who tries (theorically) to test out all seeds would never find out this wallet (generated with custom words)? Or there's a Wallet(Seed_1 + CustomWords_1) == Wallet(Seed_2)

It's not possible to test all possible seeds. The numbers involved are too large. However, hash functions are involved so if by some miracle you are able to test all seeds it's possible that there could be a collision like that.

Quote
- I see in Github that Electrum have wordlists for other languages. Is there a way to generate a seed in Electrum by using these words, a command line option? I can only create the default English one.

You can do this over the command line with the make_seed option. The command line is only available to linux and macosx users. Here's how you would do it:

Code:
electrum make_seed -L es

The above will generate a spanish language seed. Do `electrum help make_seed` for more information. Also mnemonic.py lists the language codes you can use.

If you don't have access to the command line you could try changing the language in your operating system's settings before running electrum. Electrum must be picking up the default language based on the regional settings set there.

Quote
- There are other Electrum apps for LTC, BCash, Dash. As said above, I could use my main seed in these apps as well, just being sure to create new Custom words for each wallet/apps. Is it safe to do so, considering I take the normal safety measures (not exposing the seed online, etc)? That way is a very convenient way to have many wallets for these coins, without creating new seeds everytime.

Grateful for all replies and time answering those questions.

The more places you use your seed the greater the chance of being robbed. The teams behind altcoin clients are less reputable than the bitcoin client team so I wouldn't recommend it.
878  Bitcoin / Hardware wallets / Re: Electrum Hardware Wallet on: October 11, 2018, 04:44:14 PM
Hardware wallets connected to an online PC do not count as being offline. They do provide some protection against malware though since they can only run software signed by the vendor and by design they are not supposed to reveal the seed or private keys to the PC.
879  Bitcoin / Electrum / Re: How to transfer Bitcoins to Electrum offline ? on: October 10, 2018, 09:39:44 AM
Just so we are clear the coins you sent from coinbase are not in your 2fa wallet. The watch only wallet corresponds to a single sig wallet and not a multisig 2fa wallet. You need to follow that guide in the first link i posted above in order to get access to your coins. You can then send them to a new standard wallet if you like.

If I connect my 2fa wallet online, then I should receive the coins, since it corresponds to the address I sent it to.
And I don't need to restore the 2fa wallet the way the link describes it. Correct ?

Thanks

No you sent to a single sig address not a 2fa address. The address you sent to begins with 1 right? The addresses in your 2fa wallet are p2sh ones that begin with 3. You need to follow the instructions in that guide. You can do 1-3 offline. From 4 onwards it would be easier to create the wallet with the xprv on your online device and then transfer the coins using that to a new wallet.

If you don't want to do 4 onwards online you can do it all on the offline device. However, to spend the coins on the online watch-only wallet create an unsigned transaction on the send tab, click preview and then click export to save it to a removable drive, carry that to the offline system, open the single sig wallet (the one created with the xprv from the 2fa wallet), load it via tools > load transaction > from file, click sign to sign it, export the signed transaction to a file on the removable drive, carry the signed transaction to the online device, load the signed transaction via tools > load transaction > from file and click broadcast.
880  Bitcoin / Electrum / Re: How to transfer Bitcoins to Electrum offline ? on: October 09, 2018, 05:15:49 PM
What is the interest of using a watch_only version of a 2fa wallet, since the original wallet needs to be online anyway, due to the 2fa ?

Some people like to be able to view their wallet from multiple devices. A watch only version of your wallet lets you do that without risking any of the co-signer xprivs.

Quote
Wouldn't it be easier if I create a new "standard" offline wallet, then send directly my coins to this new_offline_wallet using my current 2fa offline_wallet (that I would put online to send the coins and then delete right after the transaction) ?

If you prefer that then go for it.

Just so we are clear the coins you sent from coinbase are not in your 2fa wallet. The watch only wallet corresponds to a single sig wallet and not a multisig 2fa wallet. You need to follow that guide in the first link i posted above in order to get access to your coins. You can then send them to a new standard wallet if you like.
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 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!