Bitcoin Forum
May 24, 2024, 07:22:44 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 ... 192 »
101  Bitcoin / Electrum / Re: Receiving address generated by `bitmerchant` doesn't show in Electrum. on: March 17, 2022, 11:19:14 AM
1. m/0/2 is the derivation path. see  bip32:

https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki

You can derive an entire hierarchy of key pairs and addresses from a seed and the derivation path denotes where in the tree your particular key pair/address are.

2. No you can't since I've only shown you how to derive the one private key. You better use electrum in watch only mode and use the electrum command line interface to derive addresses. on linux `electrum help` should show you the command line options.

3. Electrum gets slow when you have a lot of addresses and you have to be mindful of the gap limit as well.  The gap limit is the number of unused addressses that electrum keeps track of. By default it is just 20. So if you need thousands of adddresses you may be better of using bitcoin core
102  Bitcoin / Electrum / Re: Receiving address generated by `bitmerchant` doesn't show in Electrum. on: March 16, 2022, 11:19:20 AM
You can derive the corresponding private key by going to the console tab (view menu > show console if it isn't visible) and typing in this code:

Code:
from electrum import bip32 as bip32
from electrum import bitcoin as bitcoin
mk=bip32.BIP32Node.from_xkey(getmasterprivate())
mkderived=mk.subkey_at_private_derivation("m/2")
bitcoin.serialize_privkey(mkderived.eckey.get_secret_bytes(), True, "p2pkh")

You may be asked to enter your password at some point in this process.

Then you copy what it spits out to the clipboard (p2pkh:...) and either sweep the private key (will cost you fees) or create an imported private key wallet with it:

https://bitcoinelectrum.com/sweeping-your-private-keys-into-electrum/
https://bitcoinelectrum.com/importing-your-private-keys-into-electrum/
103  Bitcoin / Electrum / Re: [PULL REQUEST SUBMITTED] Creating an "imported private keys" wallet from cli on: March 14, 2022, 06:14:19 PM
freenode has been having some problems so they created a chat room #electrum on liberachat.  you should try that.
104  Bitcoin / Electrum / Re: On Linux, having trouble verifying electrum using gpg on: March 13, 2022, 02:34:05 PM
You are trusting your linux repo for the rest of the OS so there's no harm in trusting it for electrum as well. The package manager does the verification so you don't have to do it.
105  Bitcoin / Electrum / Re: cannot restore wallet from seed on: March 12, 2022, 01:32:19 PM
Alright guys. Just last question, is the legacy seed strict? or is it possible that I used this seed to create legacy wallet when I was trying to test it..
I mean, I'm very organised person and I tend to test and verify things and I just can't simply digest that I messed up this way ;o) I haven't created 2 wallets intentionally. So I'm trying to think of a way how this could have happened.
Is it possible that in the older version of Electrum, I created my first wallet. And then I learned about it a little (it was my first wallet) and revealed my seed and then I tested this seed to see if I can recover the wallet from it. Just to confirm myself that the seed works.
But instead of restoring same wallet I somehow created new one (legacy one) using this seed not understanding that it's not the same wallet? So I took one of the address and transferred btc to it.
And now I don't know how I used this seed to create that second wallet...

The problem with Electrum (it's probably not a problem but consequence of how seed recovering work) is that when you use anything that is accepted as seed it always creates "some" wallet. So it's easy to "restore" different wallet by mistake especially when it has no transactions on it yet.

Any ideas? the puzzling thing here is that seed seems like segwit but receiving address is legacy.

A segwit seed will always restore a segwit wallet and never a legacy wallet. You have the wrong seed.
106  Bitcoin / Electrum / Re: cannot restore wallet from seed on: March 08, 2022, 12:45:54 PM
I'm confused. I have 12 words seed which electrum identifies as segwit. But the address I sent btc is not same type, therefore it cannot belong to this wallet?


Yep. The seed you have is for a different wallet. Look for the seed to your legacy address wallet.

107  Bitcoin / Electrum / Re: cannot restore wallet from seed on: March 07, 2022, 07:06:42 AM
Hi, I'm trying to restore my Bitcoin wallet that I created 4 years ago with Electrum. I have got a seed with 12 words. I only made one transfer to the wallet from my coinbase account which is recorded here https://www.blockchain.com/btc/tx/acac52b8482bb75945a93b9c5b939fe5dc701063e9df591bf2bed768ca692f7d

When I restore wallet with my seed I get 0 bitcoins on it. I'm trying to find out what is wrong but I don't understand few things.

1. how can I confirm that restored wallet is the correct one that received transaction on the link above?


Check the addresses tab for the address where the coins were received. You can bring that tab into view via the view menu and then switch to it and press ctrl+f to search the list of addresses.

Quote
2. is the seed case sensitive? my noted seed has got 12 words all lowercase only one word I have written down is with first letter capital. Does it matter? When I'm recovering wallet in electrum it does let me to restore wallet when I change letter to capital or lowercase but if I change the letter to different one it does not allow me to continue. Seems like it is case insensitive?

Yes it is case insensitive.

Quote
3. if I get my wallet restored correctly, how do I verify that someone hasn't got hold of my wallet and didn't transfer bitcoin out of my wallet? If the restored wallet is the one I expect would I see the transaction history in electrum with all transfers in and out?

You would see it on the history tab.

I suggest you try the things listed here:

https://bitcoinelectrum.com/frequently-asked-questions/#why-does-restoring-my-wallet-from-seed-lead-to-a-different-wallet
108  Bitcoin / Electrum / Re: Electrum wallet 4.1.5 private key on: March 01, 2022, 03:11:40 PM
You can't sign arbitrary multisig transactions in electrum. You need to use bitcoin core raw transactions for this. Alternatively coinb.in, the website,  might work.

You can get th eprivate key by going to the addresses tab (view menu > show addresses if it isn't visible), doing ctrl+f to search for the address in question and then right clicking and choosing private key. Be sure to remove the script type before using it on other software. The script type is the colon and everything that comes before it. Your private key should begin with L or K.
109  Bitcoin / Electrum / Re: Electrum newbie question on: February 17, 2022, 01:37:32 PM
I mean I received x times several bitcoins on the same electrum wallet and I had to create new adresses each time in order to receive the bitcoins (that's why I have several reception addresses for the same wallet).
But I guess with the seed I will recover the whole wallet.

yes you will
110  Bitcoin / Electrum / Re: How can i recover my Electrum Seed? on: January 17, 2022, 08:46:13 AM
Of course, TrustedCoin can't help you, you don't have the original e-mail and you can't prove absolutely anything, for them the point is quite clear.
I'm not familiar with what TrustedCoin wants for recovery but why aren't they asking for a signed message to recover the 2FA? It is pretty simple too.
OP says he has the file and the password so he has to have access to 1 of the 3 master private keys so he has the child private key of the first address too. Both OP and TrustedCoin know the 3 public keys of the first address, they can ask OP to sign a message from the 1 public key out of 3 that he has to prove he has access to the wallet file.

Perhaps because there's no second factor with just access to the wallet file? He has to prove he has access to the email address he used when creating the wallet.
111  Bitcoin / Electrum / Re: Lost mobile with electrum wallet on it on: January 16, 2022, 06:55:49 AM
You can try the things listed here:

https://bitcoinelectrum.com/frequently-asked-questions/#why-does-restoring-my-wallet-from-seed-lead-to-a-different-wallet
112  Bitcoin / Electrum / Re: Watch only wallet with Private key on: January 16, 2022, 06:54:31 AM
Just start over via file > new/restore.
113  Bitcoin / Electrum / Re: Trying to restore my wallet from 2009 or earlier on: January 05, 2022, 03:15:34 PM

@Abdussamad, link does not work in Firefox - SSL_ERROR_RX_RECORD_TOO_LONG

Works fine for me. I use firefox too. What version of firefox are you using?
114  Bitcoin / Electrum / Re: Trying to restore my wallet from 2009 or earlier on: January 04, 2022, 01:49:31 PM
You shouldn't be using anything other than the latest electrum. It is compatible with old seeds including version 1.x ones. You wouldn't have been able to restore from seed if it wasn't.

You should try the things in the link i gave above.
115  Bitcoin / Electrum / Re: Trying to restore my wallet from 2009 or earlier on: January 04, 2022, 10:19:55 AM
There was no electrum wallet in 2009. You must have installed it years later. If restoring from seed leads to an empty wallet you can try the things listed here especially 1c and 2a:

https://bitcoinelectrum.com/frequently-asked-questions/#why-does-restoring-my-wallet-from-seed-lead-to-a-different-wallet

If nothing in the above faq works then you just have an empty wallet.
116  Bitcoin / Electrum / Re: BTC stuck in Electrum multi-sig (will pay $1k reward) on: December 06, 2021, 04:29:01 PM
o_e_l_e_o he also has to select legacy p2sh as the script type.
117  Bitcoin / Electrum / Re: BTC stuck in Electrum multi-sig (will pay $1k reward) on: December 06, 2021, 09:47:49 AM
To add to what nc50lc is saying a standard wallet (single sig) will have a different derivation path than that for a multisig wallet so doing it like that could create more issues down the road.

edit: when restoring the multisig wallet from seed you will have to enter the same derivation path as in the guide  i.e. bip49.
118  Bitcoin / Electrum / Re: how to open a wallet from previous version in newer version if it came from diff on: December 01, 2021, 12:00:03 PM
Go to file > new/restore on the new computer, enter a meaningful filename and click ok. Then choose "standard wallet" and then "I already have a seed". Enter your seed to restore your wallet.
119  Bitcoin / Electrum / Re: What does this mean and how do I solve it? on: October 18, 2021, 11:30:36 AM
run it with this command:

Code:
~/.local/bin/electrum
120  Local / Other languages/locations / Re: Pakistan on: October 17, 2021, 02:29:38 PM
how do you add funds to your binance account? do Pakistani banks allow you to wire them money?

Also bitcoin reached a milestone recently. PKR 1 crore per coin!

No, we cannot directly transfer and buy bitcoins from binance. We have to use a P2P channel, where by a person will transfer bitcoin into our binance account while we pay him equalent amount of money in his bank. The binance P2P platform or any other P2P service will act as our escrow.

I'm guessing you can't receive wire transfers from them either? That is sell your bitcoins and receive fiat wire transfer?
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 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!