Bitcoin Forum
November 07, 2024, 07:12:46 AM *
News: Latest Bitcoin Core release: 28.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 ... 193 »
41  Bitcoin / Electrum / Re: Offline TX signing with hardened address on: July 17, 2023, 10:08:03 PM
I am pretty sure this method of using a wallet with single imported child addresses is what I used previously. But now it breaks down when trying to generate the public child address from the private child key on the offline device. The public address generated is completely wrong; it starts with 1 rather than bc1, so not even BIP84. So of course when I go to try to sign the imported transaction, the sign button is greyed out.

When creating the imported private key wallet on the offline device you have to prepend p2wpkh: to the private key. This tells electrum what sort of address to generate. You can start the process again in a new wallet file by going to file > new/restore
42  Bitcoin / Electrum / Re: The wallet is not responding! on: July 13, 2023, 06:53:01 PM
If you use public Electrum servers the default setting is that your Electrum wallet connects to 8 arbitrarily chosen public Electrum servers. I don't know if those 8 public Electrum servers are queried in parallel or some sort of switching occurs when e.g. one server is only slowly responding.


It connects to one server to download the transaction history from and up to 10 others to download block headers from. It cross verifies the information received from the servers to keep them all in check.
43  Bitcoin / Electrum / Re: The wallet is not responding! on: July 12, 2023, 02:54:57 PM
Run electrum with the -o flag to stop it from attempting to sync. Then export the private keys and import them into bitcoin core.
44  Bitcoin / Electrum / Re: How to check I have the seeds of my multisig 2/3 on: July 12, 2023, 02:50:13 PM
Not necessarily.

Your seeds have a certain threshold of redundancy, where you can afford to get a word or two wrong while still being able to recover them with relative ease.

No they don't. You need all the words and in the right order.
45  Bitcoin / Electrum / Re: Electrum CLI - getting the fee and/or transaction size of a transaction on: June 29, 2023, 03:18:42 PM
Fee paid is total inputs minus total outputs. So you can calculate the fee yourself.
46  Bitcoin / Electrum / Re: Problem Sending BTC using Ledger with Electrum Wallet on: June 15, 2023, 08:28:49 PM
don't enter your seed on any website.
47  Bitcoin / Electrum / Re: Multisig with Electrum on: June 09, 2023, 03:12:21 PM
Would you advise me to create the three seeds through the electrum software or through https://iancoleman.io/bip39/ (BIP39) ?
What would you be the pros and cons of each method?
Thanks!


there is no point in creating a multisig wallet if you are going to generate all the seeds on the same device. i hope that is not what you are planning to do.
48  Bitcoin / Electrum / Re: Multisig with Electrum on: June 07, 2023, 01:22:58 PM
Yes you can create a watch only wallet in electrum with the 3 extended public keys.
49  Bitcoin / Electrum / Re: Help me to create a multisignature wallet with Electrum on: June 04, 2023, 01:56:04 PM
Hello,

I would like to use this topic to please ask a question.

Is there a correct order to add cosigners, when creating multisig wallet from seed + hardware device?

You can create the wallet in any order.
50  Bitcoin / Electrum / Re: I would like to connect to the Electrum SPV network with a 3rd party client on: June 02, 2023, 06:42:51 PM
There is some documentation of the server API here:
 https://electrumx-spesmilo.readthedocs.io/en/latest/protocol.html
51  Bitcoin / Electrum / Re: Importing seed into Electrum, no funds? on: May 28, 2023, 06:48:34 PM
Since it's  a p2pkh address when restoring you have to select p2pkh as the script type and then type in the bip84 derivation path m/84'/0'/0' (not m/84'/0'/0'/0/0). The single quotes are not optional. You can begin again via file > new/restore.
52  Bitcoin / Electrum / Re: Multisig with Electrum on: May 17, 2023, 12:55:54 PM
It'll only work with electrum.
53  Bitcoin / Electrum / Re: Electrum Fee Settings on: May 06, 2023, 01:24:41 PM
you should change the base unit to btc under tools > preferences > units > base unit option. You are confusing mbtc with btc so that's why the fees are high relative to the amount you want to send.
54  Bitcoin / Electrum / Re: How can I convert my regular segwit wallet to 2FA type wallet on: May 06, 2023, 01:22:18 PM
You can create a new wallet via file > new/restore.
55  Bitcoin / Electrum / Re: New Version of Electrum (4.4.1) crashing on mac every time I open it on: May 03, 2023, 11:21:46 AM
You can restore from seed on your own device. Just click on "create a new wallet" on the opening screen or enter a unique filename in the wallet field.
56  Bitcoin / Electrum / Re: [Newbie question] How to keep my Electrum wallet and BTC safe (given scenario) on: April 28, 2023, 12:24:56 PM
2. If I remove the Electrum application from computer then will my wallet remain safe for few yrs even if Electrum release updates about application
or even if Electrum decides to discontinue the wallet.


You will need electrum software to regain access to your wallet. If you're worried that electrum will disappear then you need to archive a copy of the wallet software along with your seed.

57  Bitcoin / Electrum / Re: Private key exposure? on: April 21, 2023, 01:42:37 PM
Your private keys are never exposed to the public.
58  Bitcoin / Electrum / Re: Generating a 24 word seed with electrum on: April 18, 2023, 01:39:50 PM
On Electrum console, type this:

Code:
make_seed(256,"","standard")


This will create a legacy wallet seed. Not recommended. To create a segwit seed use this command:

Code:
make_seed(nbits=256)

@OP electrum seeds are not bip39 and can't be restored in most other wallets. Blue wallet is an exception to this. However it is best if you use the same software you originally did to generate the seed that is electrum itself.
59  Bitcoin / Electrum / Re: Need help finding wallet password. on: April 11, 2023, 06:25:31 PM
@mrleaker your wallet is encrypted. the wallet's secrets are encrypted which is why you have to enter the password when trying to sign transactions.
60  Bitcoin / Electrum / Re: electrum wallet, what's my outgoing address? on: April 05, 2023, 11:57:13 AM
There are no from addresses in bitcoin
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 ... 193 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!