belikor
4ebe4ce1b7
scripts: note to further investigate in download_blob_from_peer
...
Currently `lbrynet blob get <hash>` does not work to download
single blobs which are not already present in the system.
The function locks up and never returns.
It only works for blobs that are in the `blobfiles` directory
already.
This bug is reported in lbryio/lbry-sdk, issue #2070 .
Maybe this script can be investigated, and certain parts
can be added to `lbry.extras.daemon.daemon.jsonrpc_blob_get`
in order to solve the previous issue, and finally download
single blobs from the network (peers or reflector servers).
2021-07-09 11:53:35 -05:00
Jack Robison
26964ecf0f
fix download_blob_from_peer.py
2020-05-13 09:24:35 -04:00
Lex Berezhny
2968f74c6c
moved lbry up one level
2020-01-01 15:57:56 -05:00
Lex Berezhny
d4b006656d
torba integration test
2019-06-20 22:50:39 -04:00
Alex Grintsvayg
bae2939943
change a few instances of lbry.io to lbry.com. fixes #2135
2019-06-04 10:23:04 -04:00
Jack Robison
b230d8fbcb
rename BlobFileManager -> BlobManager
2019-04-24 09:48:04 -04:00
Jack Robison
2e978c00b2
prioritize peers to download from
2019-01-31 15:39:20 -05:00
Jack Robison
7bde09dcf8
add download_blob_from_peer.py
2019-01-28 22:41:16 -05:00
Jack Robison
883fa267a5
delete unused scripts
2019-01-22 09:33:42 -05:00
Thomas Zarebczan
e0386ea9dc
rename lbnyum_wallet_dir to wallet_dir
2019-01-11 00:02:52 -05:00
Victor Shyba
561215db8a
fix download script
2018-11-21 00:25:43 -05:00
Hugo
3f704be85c
Fix spelling
2018-10-18 14:40:37 +03:00
Victor Shyba
90e0694d2e
fix download from peer script
2018-10-17 15:33:22 -04:00
Victor Shyba
234eaf8890
fix download_blob_from_peer script
2018-10-10 15:27:03 -04:00
Alex Grintsvayg
f32861923e
update blob download script
2018-05-02 13:23:57 -04:00
Jack Robison
e30ea50ef4
more
2018-03-28 15:53:47 -04:00
Alex Grintsvayg
2f8c645edc
download script now gets all blobs in stream if you give it an sd hash
2018-02-07 11:21:34 -05:00
Jack Robison
14636a5d38
split up HashBlob.py into lbrynet.blob
2017-09-20 13:59:24 -04:00
Jack Robison
c53a189605
remove TempBlob, clean up blob classes, use FBP and BytesIO in BlobFile
2017-09-20 13:59:18 -04:00
Job Evers-Meltzer
1aa7981ab1
download blob script update
2017-01-17 17:11:14 -06:00
Alex Grintsvayg
267c6cbaca
refactor conf.settings
2017-01-16 22:32:54 -05:00
Job Evers-Meltzer
29e59e783a
scripts to test reflector
2016-12-16 15:58:20 -06:00