Bitcoin Forum
June 21, 2024, 07:59:33 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 ... 192 »
341  Bitcoin / Electrum / Re: electrum listaddresses --funded | What does funded mean? on: May 02, 2020, 12:19:05 PM
@Abdussamad
I completely understand (and I made sure I understood that before I went to Bitcoin) that and  I've done all my transactions with the wallet. Yet as TryNinja said, it seems one generates more private addresses than used because the total is bigger than the keys funded. I know this because when ask electrum for the value of the funded keys (i.e. sweeping) it generates fewer keys than my total but the value is equivalent to what I have in all my private keys. 

When you sweep it's sending the funds to an address in the new wallet. So it's not incorporating the old wallet's private keys into the new wallet. They are called private keys btw and not private addresses.

If you want to incorporate the old wallet's priv keys into a new wallet you have to create an imported private key wallet:

https://bitcoinelectrum.com/importing-your-private-keys-into-electrum/
342  Bitcoin / Bitcoin Technical Support / Re: HD wallet changes 0.17 => 0.19 on: May 01, 2020, 08:08:14 PM
you're supposed to place the wallet.dat file before it syncs because when it's syncing its looking for transactions relevant to your wallet. so you place the correct wallet.dat file first.

if you did it afterwards core would have complained and asked for time to go through the chain again but since it didn't it must be what achow said above - you've placed it in the wrong dir.
343  Bitcoin / Electrum / Re: electrum listaddresses --funded | What does funded mean? on: May 01, 2020, 05:21:37 PM
But what happened to the coins that were in the private keys that were not 'funded'? Because the transactions record that coins went to that private address.
Or were they just amalgamated at some point in the course of transactions? I just want to make sure I didn't lose coins somewhere.

When you spend bitcoin some coins end up in change addresses so that's probably what happened:

https://en.bitcoin.it/wiki/Change

https://en.bitcoin.it/wiki/Coin_analogy


That's why we use wallet software to manage all this instead of dealing with raw private keys because there's a risk you will make a mistake and lose money.
344  Bitcoin / Electrum / Re: Android Electrum 3.3.8 SPEND Problem on: April 10, 2020, 05:53:00 AM
i think you should just keep your bitcoins on coinbase. electrum is not for you. there's no point in using electrum if you have to trust some tech guy with your private keys/seed.
345  Bitcoin / Bitcoin Technical Support / Re: Recovering Encrypted Private Keys (AES) Please help on: April 07, 2020, 04:29:15 AM
You shouldn't have shared that ciphertext in the OP. I suggest you remove it or someone might attempt to bruteforce your password and succeed where you've failed!
346  Bitcoin / Electrum / Re: If I use the real GPG verified electrum, am I vulnerable to fake updates? on: April 04, 2020, 11:57:04 PM
the way electrum works is you are not supposed to have to trust the server you are connected to. so don't worry about malicious servers.
347  Bitcoin / Electrum / Re: How to send unspent outputs to another address in Electrum? on: April 02, 2020, 08:29:04 PM
using the bech32 wallet you can sweep the two orphaned private keys (legacy and p2sh-segwit)  thereby sending the coins to an address in the bech32 wallet. make sure you append p2wpkh-p2sh: to the private key for the p2sh segwit address (3 address).
348  Bitcoin / Bitcoin Technical Support / Re: Bitcoin to Electrum... Fail? on: April 01, 2020, 12:08:26 AM
you have to right click and choose use server to change servers. left clicking doesn't do it.
349  Bitcoin / Electrum / Re: Very Large HD Wallet Indexes Used - How to recover funds? on: March 31, 2020, 07:00:15 PM
you should really be using bitcoin core for such a large number of addresses. having the blockchain locally means you can handle many more addresses
350  Bitcoin / Bitcoin Technical Support / Re: copy wallet.dat to another node on: March 28, 2020, 12:30:00 PM
If your goal is only to see the balance, but you have serious security concern, you could either :
1. Import the address to another node which only used to watch your wallet balance (assuming you don't use re-use address or have specific address to be watched)
2. Use another client such as Electrum if you re-use address, since Electrum support import master public key (xpub), while Bitcoin Core don't

1. Core will keep creating new addresses so watching only some addresses will not work.

2. Core uses hardened derivation so you can't derive the addresses using the xpub. Furthermore Electrum only supports one address type per wallet while core supports all 3 (p2pkh, p2wpkh, p2wpkh-p2sh). So using Electrum for this won't work.

The best way is what the OP originally proposed - using the same wallet with core on more than one device. As long as its an HD wallet all the derived addresses should be the same.
351  Bitcoin / Electrum / Re: Electrum sent bitcoin to unknown address on: March 28, 2020, 08:28:16 AM
Are you sure it's not a case of 1 and 2 here? If not then could you share the tx id? It's the large hexadecimal number that you see up top when you right click on the transaction on the history tab and choose to view details. The tx id plus the intended recipient's address and amount would be useful.
352  Bitcoin / Bitcoin Technical Support / Re: Wallet.dat on: March 25, 2020, 11:56:05 AM
the password is salted and run through a hash function and the hash is then used to encrypt the wallet file. so the password isn't stored in the wallet file and there's no way to know what characters were in it.

if you have some idea what the password might be what you can do is make a list of possible passwords to narrow down the possibilities and then use a program to bruteforce the password. maybe hashcat or btcrecover can be used for this purpose
353  Bitcoin / Electrum / Re: ELECTRUM wallet NOT reflecting my actual balance iM short .006 btc on: March 19, 2020, 03:37:12 PM
is this you?
354  Bitcoin / Electrum / Re: creating a wallet on a 2nd device on: March 14, 2020, 08:05:40 AM
you use the master public key also known as extended public key to  create a watch only wallet. you don't use a public key. a public key is just for one address while an MPK/Xpub is for an entire tree of addresses.
355  Bitcoin / Electrum / Re: wallet password invalid after upgrade on: March 10, 2020, 07:17:33 AM
btc recover can brute force the password that is being used to encrypt the seed i.e. that seed: line in the wallet file. you could also build your own custom tool using something like hashcat.

2.7.18 can't sync with electrum servers anymore so that's why it's showing a blank history tab.
356  Bitcoin / Electrum / Re: Update won't recognise seed on: March 09, 2020, 08:35:36 AM
the location of the wallet file for standalone and windows installer versions is given below: http://docs.electrum.org/en/latest/faq.html#where-is-my-wallet-file-located

for portable version the wallet file is in a subdirectory of the same directory as the electrum executable. that directory is named electrum_data.

so it depends on what version of electrum you have. check your browser history for the download URL and compare it to the links on the download page: https://electrum.org/#download
357  Bitcoin / Bitcoin Technical Support / Re: Load a dumpfile on: March 08, 2020, 03:43:53 PM
ah my bad

https://bitcoincore.org/en/doc/0.16.0/rpc/wallet/importwallet/
358  Bitcoin / Electrum / Re: how to run eletrum after install on linux on: March 08, 2020, 10:04:57 AM
  WARNING: The script qr is installed in '/home/stephen/.local/bin' which is not on PATH.

you did a user install so you have to add that directory to your path variable or run electrum via  /home/stephen/.local/bin/electrum. you can also create a shortcut to that app on the desktop.
359  Bitcoin / Bitcoin Technical Support / Re: Load a dumpfile on: March 07, 2020, 11:01:59 AM
you can't import a dump file like that. instead to create a backup that will work with bitcoin core you need to use the option in the file menu and then in the destination system place that file in the data dir. if the dump file is all you have you're going to have to import each of the private keys individually into bitcoin core.
360  Bitcoin / Electrum / Re: Update won't recognise seed on: March 05, 2020, 06:52:06 AM
the only electrum site is electrum.org not theelectrum.org.

take a look at this faq regarding wallet restoration. try the things listed there depending on whether wallet restoration is successful or not.

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 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!