Package Details: electrum-ltc 4.2.2.1-5

Git Clone URL: https://aur.archlinux.org/electrum-ltc.git (read-only, click to copy)
Package Base: electrum-ltc
Description: Litecoin wallet
Upstream URL: https://electrum-ltc.org/
Keywords: litecoin wallet
Licenses: MIT
Submitter: atweiden
Maintainer: dataprolet
Last Packager: dataprolet
Votes: 27
Popularity: 0.027822
First Submitted: 2014-04-11 20:39 (UTC)
Last Updated: 2024-05-16 14:16 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

cmonty14 commented on 2022-12-06 19:27 (UTC)

I get this error when trying to install: Electrum-LTC-4.2.2.1.tar.gz ... FAILDED (Unknown public key 6FC4C9F7F1BE8FEA)

GI_Jack commented on 2022-06-07 16:39 (UTC)

@dllud , thanks

dllud commented on 2022-06-01 08:21 (UTC)

@GI_Jack The electrum-ltc dev (pooler) hasn't updated the website for a long time now, but he keeps releasing new versions on GitHub: https://github.com/pooler/electrum-ltc/tags Note that the GitHub repo has always been referenced on the website.

GI_Jack commented on 2022-06-01 00:27 (UTC) (edited on 2022-06-01 00:27 (UTC) by GI_Jack)

Why was source changed from https://electrum-ltc.org/ to: https://github.com/pooler/electrum-ltc/

???

!?!?!?!

tsangares commented on 2022-05-16 08:15 (UTC)

@NetHunter I am receiving the same issue what do I do??

NetHunter commented on 2022-03-30 19:45 (UTC) (edited on 2022-03-30 19:51 (UTC) by NetHunter)

Crash on start

[user@archlinux-pc ~]$ electrum-ltc
/usr/lib/python3.10/asyncio/base_events.py:1881: RuntimeWarning: coroutine 'ignore_exceptions..wrapper' was never awaited
  handle = self.\_ready.popleft()
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/usr/lib/python3.10/site-packages/electrum_ltc/lnworker.py:601: RuntimeWarning: coroutine 'ignore_exceptions..wrapper' was never awaited
  tg_coro = self.taskgroup.spawn(coro)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/usr/lib/python3.10/site-packages/electrum_ltc/lnworker.py:601: RuntimeWarning: coroutine 'LNWallet.reestablish_peers_and_channels' was never awaited
  tg_coro = self.taskgroup.spawn(coro)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
/usr/lib/python3.10/site-packages/electrum_ltc/lnworker.py:601: RuntimeWarning: coroutine 'log_exceptions..wrapper' was never awaited
  tg_coro = self.taskgroup.spawn(coro)
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
E | daemon.Daemon | GUI raised exception: AttributeError("'SilentTaskGroup' object has no attribute '\_closed'"). shutting down.
E | **main** | daemon.run_gui errored
Traceback (most recent call last):
  File "/usr/bin/electrum-ltc", line 398, in handle_cmd
    d.run_gui(config, plugins)
  File "/usr/lib/python3.10/site-packages/electrum_ltc/daemon.py", line 573, in run_gui
    self.gui_object.main()
  File "/usr/lib/python3.10/site-packages/electrum_ltc/gui/qt/**init**.py", line 361, in main
    if not self.start_new_window(path, self.config.get('url'), app_is_starting=True):
  File "/usr/lib/python3.10/site-packages/electrum_ltc/gui/qt/**init**.py", line 245, in wrapper
    return func(self, \*args, \*\*kwargs)
  File "/usr/lib/python3.10/site-packages/electrum_ltc/gui/qt/**init**.py", line 269, in start_new_window
    wallet = self.\_start_wizard_to_select_or_create_wallet(path)
  File "/usr/lib/python3.10/site-packages/electrum_ltc/gui/qt/**init**.py", line 326, in \_start_wizard_to_select_or_create_wallet
    wallet.start_network(self.daemon.network)
  File "/usr/lib/python3.10/site-packages/electrum_ltc/wallet.py", line 367, in start_network
    self.lnworker.start_network(network)
  File "/usr/lib/python3.10/site-packages/electrum_ltc/lnworker.py", line 601, in start_network
    tg_coro = self.taskgroup.spawn(coro)
  File "/usr/lib/python3.10/site-packages/electrum_ltc/util.py", line 1101, in spawn
    if self.\_closed:
AttributeError: 'SilentTaskGroup' object has no attribute '\_closed'
sys:1: RuntimeWarning: coroutine 'LNWorker.maybe_listen' was never awaited
RuntimeWarning: Enable tracemalloc to get the object allocation traceback 

jake_penguins commented on 2021-11-18 02:55 (UTC)

I wasn't able to build until I installed python-setuptools. Might consider adding it as a dependency.

==> Starting build()... Traceback (most recent call last): File "/home/jake/.cache/yay/electrum-ltc/src/Electrum-LTC-4.0.9.3/./setup.py", line 12, in <module> from setuptools import setup, find_packages ModuleNotFoundError: No module named 'setuptools' ==> ERROR: A failure occurred in build().

seberm commented on 2020-04-05 20:28 (UTC)

Hello, could you please add a python-trezor (https://aur.archlinux.org/packages/python-trezor/) as an optional dependency?

Thanks!