Bitcoin Forum
May 24, 2024, 12:47:15 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 ... 192 »
761  Bitcoin / Bitcoin Technical Support / Re: need help recovering old wallet from someone who is familiar all the way back on: January 31, 2019, 02:10:00 PM
Even if you have an old seed you should use the latest version of electrum from electrum.org. Electrum maintains backwards compatibility with all old seed mnemonics.
762  Bitcoin / Development & Technical Discussion / Re: Why don't we prune to scale? on: January 30, 2019, 12:25:13 PM
So, I got into an argument with a friend and we were discussing on scaling problems of the blockchain.
As the blockchain gets bigger and bigger, why don't we just save the state of the blockchain (by which I mean all the utxos) every year and hash the preceding blocks, so we know that this is the correct state and erase these blocks afterwards?


How do you know the hash of the preceding blocks is the true hash? You will have to trust someone. Bitcoin is all about not having to trust anyone.
763  Bitcoin / Electrum / Re: Extended Public Key or Used addresses (+ 20 unused) only on: January 30, 2019, 10:49:44 AM
There is another risk with sharing the xpub. If any of your private keys are made public and your xpub is made public you whole wallet can be compromised. So that's one more reason why electrum doesn't share the xpub. Actually it only sends hashes of addresses to servers. It used to send addresses as is but now uses hashes. I'm not sure why it sends hashes though. The server operator only has to take a few extra steps to get your addresses if he wants them.
764  Bitcoin / Electrum / Re: [Linux] Electrum-3.2.4 is ok but Electrum-3.3.x don't run on: January 29, 2019, 09:23:30 PM
You need python 3.6 for 3.3.x branch. If your distro has that then install it otherwise stay with 3.2.4. Note that 3.2.x branch won't receive further updates so you will have to upgrade eventually. See if there's a newer version of your distro  or wait until the electrum appimage is released:

https://github.com/spesmilo/electrum/pull/5042/files
765  Bitcoin / Bitcoin Technical Support / Re: guidance "recovering" bitcoin. on: January 29, 2019, 09:07:13 PM
To use your wallet.dat file you place it in an empty directory. Then simply download and install bitcoin core from bitcoincore.org and the first time you run it it'll ask you for the location of the data directory. Point it to the directory with the wallet.dat file. It'll then load your wallet file and start synching the blockchain. The blockchain is some 200GB so if you wish to continue using bitcoin core you will have to wait for it to download and verify all that. It'll take a few days. Note that you don't have to store all 200GB. You can enable disk space usage limits in the software settings (look for the settings option in the menus).  However you will have to download it all.

Alternatively if you want to bail you can go to help > debug window > console and then type "dumpwallet </path/to/dump/file>" to dump your private keys. If you have a password set you may have to do "walletpassphrase <password> 600" first. Then you can open your wallet dump file using a plaintext editor like notepad and sweep your private keys into electrum. Your private keys are the long strings beginning with 5,K, or L.
766  Bitcoin / Electrum / Re: Lost all funds after wallet open (v.3.3.3) on: January 29, 2019, 03:02:50 PM
That domain eleclrum dot org does currently 302 temporary redirect to electrum.org.

These fake sites get most of their traffic from ads on search results pages. When you submit an ad in adwords google does some checks to make sure its all kosher so it could be an attempt to fool automated checks by google's bot.

767  Bitcoin / Electrum / Re: Warning: There is an ongoing phishing attack against Electrum users on: January 28, 2019, 09:31:16 AM
It's inheriting from QThread so I'm guess it happens when you run start. Start is defined in the parent class and it must be calling run.

Yes that's it: http://doc.qt.io/qt-5/qthread.html#start

768  Bitcoin / Electrum / Re: Electrum Wallet Issue (Lost Funds) on: January 28, 2019, 08:46:54 AM
this was resolved on reddit: https://www.reddit.com/r/Electrum/comments/akk7ej/electrum_wallet_issue_lost_funds/
769  Bitcoin / Electrum / Re: Copay multisignature 2-3 to Electrum on: January 23, 2019, 08:52:39 AM
Restore from seed does work. Choose multisig wallet and then 2 of 3. In the seed entry step click on options and check bip39, enter the seed and make sure once you've done that it says 'bip39 checksum ok' next to the options button. If it doesn't then check the spelling and order of the words. In the next step select "legacy p2sh" and enter this derivation path (single quotes matter):

Code:
m/44'/0'/0'

Repeat this for each seed. That's all you have to do.

@HCP the derivation path is where you went wrong. Copay uses bip44 for multisig wallets as well.
770  Bitcoin / Electrum / Re: Offline signing of HW multisig on: January 18, 2019, 11:11:38 PM
AFAIK hardware wallets aren't designed for offline use. They are designed to make securing and handling your bitcoin easy i.e. without having to resort to cumbersome offline wallets. I'm guessing it worked after the sync because electrum now had data related to your unspent outputs. Data that it can only get from the blockchain.

If you want to resort to offline storage then you have no need for an HW. Electrum can do that for you for free.
771  Bitcoin / Bitcoin Technical Support / Re: Non-Spendable on: January 18, 2019, 03:24:19 AM
Does non spendable just mean is hasn’t confirmed?

No. In blockchain.com wallet"non-spendable " means that he imported just the public keys of that address.

Blockchain.com allows you to track addresses balances using just public keys , and call those addresses non-spendable.

He probably doesn't have the privatekeys, unfortunately. Or if he has he didn't imported it into the blockchain.com wallet.

You are right that the OP may be a victim of a scam where the attacker gets the victim to add his addresses as watch-only to a bc.i wallet. However addresses are not public keys. Please use the correct terms or we get questions like these.
772  Bitcoin / Bitcoin Technical Support / Re: What exactly happens when you change bitcoin core passphrase on: January 16, 2019, 09:13:58 PM
It marks all of the keys in the keypool as used (non-HD wallets) or generates a new master key (HD wallets). Individual addresses could still have a balance that could be stolen from the old backup, though.
That a change of password generates a new master private key and thus a set of private keys that can't be generated in/from the old wallet(backup).

It doesn't though: https://bitcoin.stackexchange.com/a/12438/5273

When you set a password for the very first time it changes the master private key and adds new keypairs derived from the new key to the keypool. Old keypairs derived from the old xprv are not deleted though. IDK whether it continues to use those or not.
773  Bitcoin / Electrum / Re: how to proceed? on: January 15, 2019, 01:56:18 AM
If Im not in a hurry to spend any I can just wait untill this all gets fixed.
And if it takes a long time I could allways just import seed to some other HD wallet if I really needed.
I do hope that it will be back to normal soon tho Smiley

You may be waiting for years. Just switch servers.
774  Bitcoin / Electrum / Re: how to proceed? on: January 14, 2019, 06:33:00 PM
You have to switch to another server and do the transaction again.
775  Bitcoin / Electrum / Re: Warning: There is an ongoing phishing attack against Electrum users on: January 14, 2019, 06:11:01 PM
So what would be the wisest course of action?
Just wait untill the issue gets fixed and not use the wallet in the meantime?

One important question. Does the transaction go trough despite the error msg?
Like is the functionality unaffected?

Thanks for info.

The only thing you need to do is that in the event you get an error message when spending bitcoins try switching servers. Don't download any software that the error message tells you to.
776  Bitcoin / Electrum / Re: Wallet gives receive address which is used on: January 14, 2019, 06:05:52 PM
Thanks for letting us know. That's a new one!
777  Bitcoin / Electrum / Re: Electrum showing error "Transaction rejected by network" on: January 13, 2019, 05:05:34 PM
best to remove the local transaction and start again via the send tab.
778  Bitcoin / Electrum / Re: Wallet gives receive address which is used on: January 13, 2019, 05:04:19 PM
Hi,

I've installed electrum together with EPS and the Trezor HW wallet.
When I click receive it gives me an address that was already used before I've started to use Electrum.
When I look in the addresses tab, I see that the first 8 address are already used and spent.

How can I skip these 8 addressed and get the first really unused address from Electrum?

That shouldn't be happening. The receive tab only hands out unused addresses. Perhaps electrum wasn't synced when you first switched to that tab? Try restarting electrum. Make sure it's synced and then switch to the receive tab.
779  Bitcoin / Electrum / Re: Warning: There is an ongoing phishing attack against Electrum users on: January 13, 2019, 04:55:08 PM
look at your browser history and confirm the url you downloaded electrum from ?
780  Bitcoin / Electrum / Re: Warning: There is an ongoing phishing attack against Electrum users on: January 12, 2019, 02:28:13 PM
You posted some of possible solutions, and both would in any case be better than the current situation. It's been 16 days since the attack started, and only fix in that period is mitigation of problem.

You should complain in that issue: https://github.com/spesmilo/electrum/issues/4968

I see there is version of Electrum 3.2.4 (2018-12-31 11:26), but on main page is still Latest release: Electrum-3.3.2 , even more confusion...?

3.2.4 contains a backported version of the phishing attack mitigation for users who can't upgrade to python 3.6. Everyone else should stick to 3.3.2.
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 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!