You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I receive the following error output upon running indy: π Read mnemonic successfully β³ Connecting to electrum server, this might take a while π Connected to electrum server successfully πββοΈ Searching possible addresses: 0%| | 0/609 [00:00<?, ?it/s] Traceback (most recent call last): File "/home/trenaz/indy/indy.py", line 188, in <module> main() File "/home/trenaz/indy/indy.py", line 67, in main loop.run_until_complete(find_utxos( File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete return future.result() File "/home/trenaz/indy/indy.py", line 130, in find_utxos utxos = await scanner.scan_master_key(client, master_key, address_gap, account_gap, should_batch) File "/home/trenaz/indy/scanner.py", line 66, in scan_master_key responses = await _electrum_rpc(client, batch_request) File "/home/trenaz/indy/scanner.py", line 131, in _electrum_rpc response = await client.batch_rpc(requests)AttributeError: 'StratumClient' object has no attribute 'batch_rpc'`
The text was updated successfully, but these errors were encountered:
[Reposting without formatting]
π Read mnemonic successfully
β³ Connecting to electrum server, this might take a while
π Connected to electrum server successfully
πββοΈ Searching possible addresses: 0%| | 0/609 [00:00<?, ?it/s]
Traceback (most recent call last):
File "/home/trenaz/indy/indy.py", line 188, in
main()
File "/home/trenaz/indy/indy.py", line 67, in main
loop.run_until_complete(find_utxos(
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/trenaz/indy/indy.py", line 130, in find_utxos
utxos = await scanner.scan_master_key(client, master_key, address_gap, account_gap, should_batch)
File "/home/trenaz/indy/scanner.py", line 66, in scan_master_key
responses = await _electrum_rpc(client, batch_request)
File "/home/trenaz/indy/scanner.py", line 131, in _electrum_rpc
response = await client.batch_rpc(requests)
AttributeError: 'StratumClient' object has no attribute 'batch_rpc'
I receive the following error output upon running indy:
loop.run_until_complete(find_utxos(
File "/usr/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/trenaz/indy/indy.py", line 130, in find_utxos
utxos = await scanner.scan_master_key(client, master_key, address_gap, account_gap, should_batch)
File "/home/trenaz/indy/scanner.py", line 66, in scan_master_key
responses = await _electrum_rpc(client, batch_request)
File "/home/trenaz/indy/scanner.py", line 131, in _electrum_rpc
response = await client.batch_rpc(requests)
AttributeError: 'StratumClient' object has no attribute 'batch_rpc'`
π Read mnemonic successfully
β³ Connecting to electrum server, this might take a while
π Connected to electrum server successfully
πββοΈ Searching possible addresses: 0%| | 0/609 [00:00<?, ?it/s]
Traceback (most recent call last):
File "/home/trenaz/indy/indy.py", line 188, in <module>
main()
File "/ho
me/trenaz/indy/indy.py", line 67, in mainThe text was updated successfully, but these errors were encountered: