Bitcoin Forum
May 24, 2024, 08:15:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 192 »
1281  Bitcoin / Electrum / Re: Electrum Hacked on: November 19, 2017, 05:58:58 AM
You installed electrum on that computer so you had admin access. I'm assuming your co-workers also had admin access? They probably unknowingly downloaded and installed malware. It is as HCP says a mistake to use electrum on a shared computer especially one where others have admin access.
1282  Bitcoin / Electrum / Re: How to password protect my laptop with electrum? on: November 19, 2017, 05:56:31 AM
If someone has physical access to your computer then there is nothing you can do to prevent them from getting to your files. The best you can hope for is to slow them down so that you can move your coins to another wallet using your backups before they break in. The way to do this is to employ full disk encryption (FDE). That requires an OS reinstall so it's not easy to do. It also adds processing overhead to file access to that'll slow down your computer a little and increase battery usage if it's a portable device. These days the processing overhead isn't that great because CPUs have hardware support for encryption related instructions.


FDE only protects you when your computer is switched off so keep that in mind as well.

IMO malware is a bigger threat to most people than someone with physical access stealing from them. So just be careful what programs you download and install, use an adblocking plugin in your browser and be careful about opening links and attachments sent to you via email. Use an anti-virus program too if you are on Windows.
1283  Bitcoin / Electrum / Re: i lost my seed and forgot my password...can i give my wallet to someone? .25BTC? on: November 18, 2017, 03:42:35 AM
how to bruteforce: https://bitcointalk.org/index.php?topic=1922883.msg24716244#msg24716244
1284  Bitcoin / Electrum / Re: Finding a specific private key in Electrum 3.0 on: November 17, 2017, 08:50:51 PM
I solved my problem by temporary making myself vulnerable. I created a new wallet with the same seed on the online system and with that I could get the private key for the change address. Does the system need to be online for the proper change address to be generated? If so, how could I possibly sign a transaction where the change address was an input address? So it's solved but I'm confused  Huh

It doesn't need to be online to transact. The unsigned transaction generated by a watch-only wallet contains instructions for the offline wallet to generate the necessary key pairs and corresponding addresses to sign the transaction. However this system wasn't designed for claiming altcoins Smiley


You could have run that command with a higher range in the console (replace 30 with a larger number). Your change address must be at a higher index that I thought.
1285  Bitcoin / Electrum / Re: Finding a specific private key in Electrum 3.0 on: November 17, 2017, 05:02:04 AM
yes it does mean something. it means that's a change address. run this command instead:

Code:
for x in range(0, 30): wallet.create_new_address(True)
1286  Bitcoin / Electrum / Re: Electrum 3.0.2 error when i try edit an address label on: November 17, 2017, 04:25:41 AM
It's a known bug

https://github.com/spesmilo/electrum/issues/2968

Until it gets fixed you have to wait a few minutes after running electrum before you edit a label.
1287  Bitcoin / Electrum / Re: lost BTC during use of electron cash on: November 17, 2017, 04:11:21 AM
what version of electrum are you using? electrum not electron cash. the version number is listed in the window title and can also be ascertained via the help menu > about.

electrum version 2.8.3 (portable)
electron cash version 2.9.3

does this matter?

There was an issue with older electrum versions where they would mistakenly connect to bitcoin cash servers. However they wouldn't be able to sync with those servers since BCC uses a different transaction version or something. If you're seeing the transaction in your electrum wallet then it's probably a legit BTC tx. You could try connecting to a different server or looking up your address on blockchain.info just to make sure. It's a long shot. Sorry for your loss.
1288  Bitcoin / Electrum / Re: How to manually decrypt Electrums encrypted seed and xprv from wallet file on: November 17, 2017, 04:02:21 AM
You need the password to decrypt it. If you don't know the exact password but have some idea of what it might be you can attempt to bruteforce it. That means to try various combinations of passwords until you hit the right one. You can bruteforce it using btchris' script given below or hire someone to do it for you:

https://github.com/gurnec/btcrecover

However you must have at least some idea of what the password might be for bruteforcing to be feasible.
1289  Bitcoin / Electrum / Re: Finding a specific private key in Electrum 3.0 on: November 17, 2017, 03:41:05 AM
On the offline wallet go to the console tab (view > show console if it's not visible) and type this:

Code:
for x in range(0, 30): wallet.create_new_address()

You should find the missing address on the addresses tab. ctrl+f lets you search them fyi. they maybe red coloured but that's not a problem.
1290  Bitcoin / Electrum / Re: Electrum Hacked on: November 17, 2017, 03:28:46 AM
was the jaxx wallet on the same computer as the electrum wallet? seems like more than one device maybe infected

1291  Bitcoin / Electrum / Re: Low fee unconfirmed issue on: November 15, 2017, 09:21:03 PM
you can do a cpfp transaction:

https://www.reddit.com/r/Bitcoin/comments/5zchm8/sent_transaction_with_low_fees_in_electrum_can_i/dex2alq/
1292  Bitcoin / Electrum / Re: Will my transaction never be confirmed? on: November 15, 2017, 09:17:43 PM
You can do a manual cpfp transaction. See here:

https://www.reddit.com/r/Electrum/comments/7d029p/max_fee_exceeded_cpfp/dpu2hsu/

To calculate an appropriate fee see the questions at the bottom on this site: https://bitcoinfees.21.co/

Also to prevent issues like these in future stop setting fees manually. Follow the first two steps here and let electrum set fees dynamically based on market conditions:

https://bitcointalk.org/index.php?topic=1916963.msg19015496#msg19015496
1293  Bitcoin / Electrum / Re: Why can't I use Electrum seed to recover my wallet on Trezor and Blockchain.info on: November 15, 2017, 07:35:18 PM
no you are not missing anything. electrum's seed format is not supported by any other wallet. besides with a hardware wallet the seed is not supposed to touch a PC or mobile. restoring a PC wallet on a hardware wallet defeats the very purpose of using a hardware wallet.
1294  Bitcoin / Electrum / Re: Can't run Electrum (Qubes OS) on: November 15, 2017, 05:42:15 AM
fedora uses yum not apt-get. you have to install the qt5 package for python 3. search for it using yum search. you also need pip3 (python3-pip). search for that as well. then use pip3 to install electrum from the tarball.
1295  Bitcoin / Electrum / Re: How to split BTC in Electrum 2.9.3 - After transfer from Multibit on: November 15, 2017, 05:36:07 AM
I want to transfer some of my bitcoin out, however I have read that I need to do the split first, as it will otherwise spend money from both the btc and bcc simultaneously.

You need to move your btc first and then do the thing with electron cash. What you said above is wrong. BCC has replay protection so your coins will not move on both chains.

And FYI you shouldn't install electron cash on the same computer as electrum. Install it on a separate machine or install it in a virtual machine. You can download free virtual machine software called virtual box (google it) and use that. It's worth it taking your time to do this. Neither BTC nor BCC are going anywhere.

You can see the dangers of using electron cash on the same machine here: https://bitcointalk.org/index.php?topic=2403606.0
1296  Other / Beginners & Help / Re: Where i can get the latest news about cryptocurrency : Help Needed: on: November 15, 2017, 05:11:13 AM
calling someone simple is an insult. so stop calling your readers simple. it doesn't mean what you think it means.
1297  Bitcoin / Electrum / Re: lost BTC during use of electron cash on: November 15, 2017, 05:09:35 AM
what version of electrum are you using? electrum not electron cash. the version number is listed in the window title and can also be ascertained via the help menu > about.
1298  Bitcoin / Electrum / Re: Electrum Private keys on: November 14, 2017, 11:15:11 PM
Your trezor holds your private keys. The entire point of using a hardware wallet is that it keeps your private keys away from your computer.

In order to get your priv keys on to your computer you will have to restore from your trezor seed. Begin via file > new/restore. On the seed entry step click on options and check bip39. After that when you right click on addresses in the restored wallet the private key option will be there.
1299  Bitcoin / Electrum / Re: Invalid Addresses!? on: November 13, 2017, 05:27:21 PM
Create a new wallet using file > new/restore. When you asked whether you want a segwit or standard wallet choose standard.
1300  Bitcoin / Electrum / Re: Electrum-3.0.1 does not open - Windows 10 on: November 13, 2017, 04:39:01 AM
find your wallet file and rename it to something else. then run electrum and restore your wallet from seed:

location of wallet file: http://docs.electrum.org/en/latest/faq.html#where-is-my-wallet-file-located
Pages: « 1 ... 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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!