Bitcoin Forum
May 24, 2024, 12:31:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 ... 192 »
1041  Bitcoin / Electrum / Re: Can't install Electrum 3.1.3 in Whonix on: May 22, 2018, 05:50:30 PM
Install using pip3 as per the instructions on https://electrum.org/#download. Don't install using the distro's repos. Those tend to have outdated versions.

If you need a script that does the installation for you try this one: https://github.com/BitcoinsPakistan/electrum-install
1042  Bitcoin / Electrum / Re: How to import a Multi-Sig Wallet to Electrum From Private Keys of Participants? on: May 22, 2018, 07:22:17 AM
Edit: seems i misread the question. I know of no way to create an electrum wallet that you can spend from with arbitrary multisig private keys. You can create a watch only wallet though.
1043  Bitcoin / Electrum / Re: Electrum is not starting on: May 20, 2018, 06:51:15 AM
now guys i noticed my electrum only comes up when i run it from command line
using "electrum -v" but the  doesnt run if i double GUI, what do i do?

that's because you didn't install it to using sudo pip3. look into the shortcut properties and adjust the executable path to the absolute path of the electrum folder. `which electrum` in the terminal will tell you where it is located.

1044  Bitcoin / Electrum / Re: found an online complex random word generator, better for creating private seed? on: May 20, 2018, 06:42:26 AM
- Trusting that site with your seed is a bad idea. The seed is only secure if only you know it.

- The source of the random number matters more than the size of the dictionary. Who knows where that site gets its random numbers from? Electrum uses the cryptographically secure random number generator provided by your operating system. It is this that gets encoded as the seed mnemonic.

- A larger dictionary is possible. You can replace the Electrum dictionary with your own custom one. The default dictionaries are found in the wordlist subdirectory. for example in /usr/lib/python3.4/site-packages/electrum/wordlist/ on linux.

- I tried it with the EFF word list combined with the Electrum one and it only reduced the seed length from 12 words to 11. So not a big difference. The combined list with duplicate words removed is here: https://pastebin.com/Kn3J6CGa . The electrum dictionary is 2048 words while this one is nearly 9000 words.

- The words in the dictionary have to satisfy certain criteria. Similar sounding words are not a good idea. Words that have similar spellings are also out. Uncommon words are not a good idea either.



1045  Bitcoin / Electrum / Re: Electrum is not starting on: May 19, 2018, 03:39:19 AM
Try `sudo pip3 install qrcode` Note you have to use pip3 not just pip. pip is for python 2 while electrum uses python3 so you have to use pip3.

If that does't work then how did you install electrum in the first place? If it was using pip3 then i suggest doing `sudo pip3 uninstall electrum` and `sudo pip3 install <pathtoelectrumtarball>` again to get it to install all the dependencies.

1046  Bitcoin / Electrum / Re: Electrum is not starting on: May 18, 2018, 11:19:01 AM
run it in a terminal with the -v switch like  so `electrum -v`. then pastebin the output and link us here.
1047  Bitcoin / Electrum / Re: Electrum Seed for imported wallet on: May 17, 2018, 07:29:12 PM
FYI electrum's seed mnemonic is not bip39. You can only restore your wallet using electrum.
1048  Bitcoin / Electrum / Re: Electrum Seed for imported wallet on: May 16, 2018, 11:49:20 PM
Seed is for deterministic wallets where all the private keys are deterministically derived from the seed. In your case you imported a totally random private key.

My suggest is to create a new deterministic wallet and then sweep your private key. This way you get the seed backup you seek.
1049  Bitcoin / Electrum / Re: How to crack or decrypt keys to get Bitcoin Cash on: May 15, 2018, 05:59:21 PM
Why don't you join #electroncash on freenode so we can debug this in real time? Otherwise one gets the feeling you don't have the patience for forum threads. You can connect via your browser if you don't have an irc client: https://webchat.freenode.net/
1050  Bitcoin / Electrum / Re: Command line on Linux to verify Electrum on: May 14, 2018, 06:57:58 PM
you can also grab it from github:

https://github.com/spesmilo/electrum/blob/master/pubkeys/ThomasV.asc
1051  Other / MultiBit / Re: Multibit HD to Electrum, query on: May 12, 2018, 07:20:12 PM
Why did you advise him to create a segwit wallet? You know that's not compatible with most other wallets and sites. He's going to face problems the next time he tries to send money to his bech32 segwit wallet.  

@OP read this regarding the segwit wallet you created so you understand the implications of it: https://www.reddit.com/r/Electrum/comments/7dku5r/segwit_wallets_and_electrum/ . Electrum segwit wallets create bech32 addresses.
1052  Bitcoin / Electrum / Re: Electrum 'we now have proof Electrum Pro is malware' on: May 10, 2018, 12:42:43 PM
If you read that thread I posted above you will see that the domain was in use by a legit company in an unrelated industry. It is only in the last few weeks that the scammer acquired it from them.
1053  Bitcoin / Electrum / Re: Electrum 'we now have proof Electrum Pro is malware' on: May 09, 2018, 05:25:51 PM
https://twitter.com/ElectrumWallet/status/993819715855405056

I had no idea there were differing Electrums battling it out. Be careful out there, kids. In this day and age I'd be buying up every major domain imaginable before launching my project but that's often horribly expensive.

It cost too much: https://www.reddit.com/r/Bitcoin/comments/8a1drz/psa_electrumcom_bought_by_scammers_to_distribute/dwv3k10/

1054  Bitcoin / Electrum / Re: Electrum timestamp of TX vs. Blockchain.info timestamp on: May 07, 2018, 11:41:04 AM
most explorers show block timestamp in UTC time, a few automatically convert it to local time of the viewers
that "+/- 2 hours" is an offset from node-local UTC and not simply local time zone
people might misunderstood the offset time without reading more info on that link Wink

It's not about timezones or block explorers. The bitcoin protocol doesn't care to ensure the accuracy of timestamps outside of a 2 hour range. Your clock can be off by that much and you can still mine bitcoin.
1055  Bitcoin / Electrum / Re: Electrum timestamp of TX vs. Blockchain.info timestamp on: May 06, 2018, 06:04:27 PM
FYI timestamp in the block can be +/- 2 hours!

Are you sure tax regulations require such a high level of accuracy?
1056  Bitcoin / Electrum / Re: One wallet, more instances, new addresses on: May 05, 2018, 12:58:00 PM
1. It will generate new change addresses when it needs to automatically

2. If computer 2 is online then once again it'll generate new addresses when it learns that it needs to. Here's a more detailed explanation https://bitcointalk.org/index.php?topic=1845025.msg18535357#msg18535357

Note that the default gap limit for receive addresses is 20 and for change addresses it's 6.
1057  Bitcoin / Electrum / Re: Forgot my password to Electrum on: May 03, 2018, 08:00:38 AM
@HCP Pre 2.0 seeds were basically one large hex number that could be converted to and from the mnemonic. The chances are slim though because those were not bip32 and he talks about xprv and xpub. Here's what i looks like when I restore from hex:

http://termbin.com/1ti9
1058  Bitcoin / Electrum / Re: Missing filter in addresses tab but only on one of my computers on: May 03, 2018, 07:58:01 AM
In 3.1.2 it's under wallet menu > addresses > filter
1059  Bitcoin / Electrum / Re: Forgot my password to Electrum on: May 02, 2018, 04:09:37 PM
Does your seed look like the example HCP gave? That's not hex. That's base64. It's got mixed case + certain special characters. Is that what it looks like?

Alternatively if it's hex then it would be just numbers 0-9 and single case letters a-f. Is that what you are seeing?
1060  Bitcoin / Electrum / Re: Electrum MultiSig Backup and Restore on: May 01, 2018, 01:05:25 AM
Do you control all the cosigning devices or are they owned by other people?

To restore the wallet you need the xpubs (MPKs) of all 4 wallets and at least 2 seeds to spend. Note that the xpub can be derived from the seed so essentially you need 2 seeds + 2 xpubs belonging to the other cosigners.

You can backup wallet files by writing down the seed or making a soft copy backup via file menu > save copy. Soft copy backup will include the other cosigner's MPKs  so it's preferable.

Pages: « 1 ... 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 90 91 92 93 94 95 96 97 98 99 100 101 102 103 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!