Bitcoin Forum
June 21, 2024, 08:04:03 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 ... 192 »
621  Bitcoin / Electrum / Re: Electrum not sync on: May 04, 2019, 03:27:45 PM
answer lucius' question please
622  Bitcoin / Electrum / Re: Electrum pending on: May 03, 2019, 05:25:09 PM
to see the status of your transaction look at the history tab and not the receive tab. does the transaction show up on the history tab?
623  Bitcoin / Electrum / Re: Need Help... Electrum to Electrum transfer and BTC gone on: May 03, 2019, 02:20:40 PM
There have been a few instances in the past of wallets showing addresses that the wallet didn't have the private keys for. Most of these were traced to a file corruption bug that was fixed in recent versions. In addition to that in recent versions there's a check done within the software to ensure that any addresses it displays on the receive tab are derived from the wallet master public key (which is in turn derived from the seed). It's not fool proof because if you have malware it can do whatever it likes but it's there anyway.

Was your wallet installed on a USB flash drive? Have you done a file system check recently? Maybe using badblocks or fsck?
624  Bitcoin / Electrum / Re: Electrum Server ID Fault (Follow up) on: April 30, 2019, 11:21:53 AM
There are no trusted servers. In the electrum model you're not supposed to trust servers anyway. The phishing message was just a message. If you ignored it nothing bad happened. If you're using 3.3.4 the server can't display phishing messages either so even that is no longer a problem.
625  Bitcoin / Electrum / Re: Electrum 3.3.4 doesn't start (Linux) on: April 30, 2019, 11:14:55 AM
Code:
drwxr-xr-x  5 myUser myUser 4,0K jul 12  2018 .
drwxr-x--- 80 myUser myUser 4,0K apr 30 08:56 ..
drwxr-xr-x  2 root     root 4,0K apr 25 07:00 bin
drwx------  4 root     root 4,0K apr 24 15:31 lib
drwxr-xr-x 23 myUser myUser 4,0K apr 29 21:39 share

Something is wrong with my OS?

Yeah you see those two directories are owned by root so the installation program can't write to them. I suggest chowning them to your user:

Code:
sudo chown -R myUser:myUser /home/myUser/.local/

Anyway since running it from the untarred tarball now works for you I suggest you keep running it that way. Maybe make a shortcut to run_electrum on your desktop. Installation is overrated IMO.
626  Bitcoin / Electrum / Re: recovering Electrum Walle on: April 29, 2019, 12:04:55 PM
See here.
627  Bitcoin / Electrum / Re: Electrum Won't Run on Mac on: April 27, 2019, 10:02:35 AM
you need minimum MacOS 10.11 like it says in the error message.
628  Bitcoin / Electrum / Re: Electrum 3.3.4 doesn't start (Linux) on: April 26, 2019, 06:32:08 AM
Listen maybe it would be better if you simply untarred the tarball and ran electrum directly. Don't bother with installing it. Just cd to the directory that is created by extracting the tarball and do a ./run_electrum. Make a link to that file on your desktop for easy access.
629  Bitcoin / Electrum / Re: Electrum creates a new folder each time I open it windows 10 cannot use plugins on: April 26, 2019, 05:33:49 AM
testnet bitcoins are not real bitcoins btw. you may be the victim of a scam.

you shouldn't be installing plugins from random sources either.
630  Bitcoin / Electrum / Re: Electrum 3.3.4 doesn't start (Linux) on: April 25, 2019, 07:59:32 AM
I did as you told me, but I get the following errore while installing:

Code:
Exception:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 360, in run
    prefix=options.prefix_path,
  File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 784, in install
    **kwargs
  File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 851, in install
    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 1064, in move_wheel_files
    isolated=self.isolated,
  File "/usr/lib/python3/dist-packages/pip/wheel.py", line 247, in move_wheel_files
    prefix=prefix,
  File "/usr/lib/python3/dist-packages/pip/locations.py", line 153, in distutils_scheme
    i.finalize_options()
  File "/usr/share/python-wheels/setuptools-39.0.1-py2.py3-none-any.whl/setuptools/command/install.py", line 38, in finalize_options
    orig.install.finalize_options(self)
  File "/usr/lib/python3.6/distutils/command/install.py", line 351, in finalize_options
    self.create_home_path()
  File "/usr/lib/python3.6/distutils/command/install.py", line 581, in create_home_path
    os.makedirs(path, 0o700)
  File "/usr/lib/python3.6/os.py", line 210, in makedirs
    makedirs(head, mode, exist_ok)
  File "/usr/lib/python3.6/os.py", line 220, in makedirs
    mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/home/myUser/.local/lib/python3.6'


what is the output of `ls -lha /home/myUser/.local/`?
631  Bitcoin / Electrum / Re: Electrum 3.3.4 doesn't start (Linux) on: April 25, 2019, 02:14:09 AM
>Requirement already satisfied: aiorpcx in ./.local/lib/python3.6/site-packages

It's not installing it sitewide. It's installing it some home directory. Either the unprivileged user's or /root i.e. root's. I suggest uninstalling electrum with `sudo python3 -m pip uninstall electrum` and then installing it as an unprivileged user i.e. `python3 -m pip install --user <pathtoelectrumtarball>`.
632  Bitcoin / Electrum / Re: Why Electrum has 20 receiving addresses and 6 change addresses? on: April 23, 2019, 02:56:44 AM
can you check your browser history and confirm the exact url you downloaded electrum from? also do you see a green orb in the bottom right?
633  Bitcoin / Electrum / Re: Electrum transaction error on: April 21, 2019, 05:58:25 PM
Inputs with small balance have total size 247 844 bytes

Did you try splitting the transaction into 2 or 3 as per nc50lc's post?

BTW if you intend to send someone bitcoin now you don't necessarily have to send to your own address first. You can send to the recipient's address in 2-3 smaller transactions instead of one large one.
634  Bitcoin / Electrum / Re: Need Help... Electrum to Electrum transfer and BTC gone on: April 19, 2019, 08:20:48 PM
You scanned the qr code using your phone? Is your phone rooted?

635  Bitcoin / Electrum / Re: Trojan in Electrum 3.0.0 wallet? on: April 18, 2019, 01:12:15 PM
see the note for windows users at the bottom: https://electrum.org/#download
636  Bitcoin / Electrum / Re: Electrum private keys issue on: April 17, 2019, 09:41:44 AM
ok that worked now it asks 'Script path and deviation type' followed with choices 'legacy', 'p2sh-segwit', 'native-segwit'
which should I choose?

If the 12 word seed was originally generated by electrum then they are leading you down the wrong path. bip39 option is only for seeds generated by other wallet software.

See here for help with your problem.
637  Bitcoin / Electrum / Re: The attack on Electrum servers seems to be over on: April 16, 2019, 11:28:00 AM
They probably moved on to targeting altcoin clients.
638  Bitcoin / Electrum / Re: Transaction Disappeared on: April 16, 2019, 11:14:43 AM
@HCP people get even more confused by the addresses tab. They wonder why there are so many addresses. So that's why the addresses tab is hidden by default and the receive tab is there to hand out one address at a time. It serves a useful purpose although it could be improved.

@OP What version of electrum are you using? Do you see a balance in the bottom left? What color orb do you see in the bottom right? Either you need to update to 3.3.4, you're not synced with the network (red orb) or the sender hasn't sent you the money yet. BTW when you receive money or send money it shows up on the history tab.
639  Bitcoin / Electrum / Re: Electrum asking for update again(?) on: April 14, 2019, 10:34:30 AM
So the addresses in your wallet are p2pkh ones i.e. 1 address right? It could be that you were hit by transaction id changes by miners what is also called transaction ID malleability. That would break the link between child and parent transactions.
640  Bitcoin / Electrum / Re: strange issue with electrum wallet on: April 13, 2019, 10:28:25 AM

I know electrum is under DDoS attack. But my issue is how come one address was wiped clean and not  others? I have checked all addresses on blockchain and so far their have funds in them. Just one has missing.

A wallet is more than one address. It consists of many addresses including change addresses. Electrum routinely sends money from address to address when you spend bitcoins. You may want to read up about change. So until and unless you sync your electrum wallet you won't see the whole picture. The current advice regarding that is to disable auto connect, pick one server and let it keep attempting to connect for a few minutes. If it doesn't work switch to another server. How to change servers is explained here.

Alternatively if you don't have the patience for this you can export your private keys via wallet > private keys > export and import them into a different wallet.
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 ... 192 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!