Jimmy Kiselak
e91f34f09b
change metadata structure to use sources key
2016-03-12 14:25:46 -05:00
Jimmy Kiselak
45f9a10bfb
hide exceptions that show up in the dht and due to bad metadata in the blockchain
2016-03-12 14:08:15 -05:00
Jack Robison
30ac075555
Merge pull request #14 from lbryio/development
...
merge updates
2016-02-26 10:29:38 -05:00
Jimmy Kiselak
9991f79326
add support for claiming names, abandoning names, and listing claimed names to the LBRYumWallet
2016-02-26 01:45:52 -05:00
Jack
7cf3f8c7cd
fix typo
2016-02-25 17:18:18 -05:00
Jimmy Kiselak
671e6da104
show when the wallet is starting/started
2016-02-22 23:31:07 -05:00
Jimmy Kiselak
b419b8f642
enable getting the whole claim trie
2016-02-22 14:24:49 -05:00
Jimmy Kiselak
c32f8d0998
implement getblock
2016-02-22 12:18:28 -05:00
Jimmy Kiselak
bdb0ad4836
enable lbryum, the lightweight lbrycrd client
2016-02-19 00:44:08 -05:00
Jimmy Kiselak
4451978af6
make wallet method public and move common functions back into parent wallet class
2016-02-17 11:47:39 -05:00
Jack
d4193c55ae
update fetcher
2016-02-17 10:45:33 -05:00
Jimmy Kiselak
ec3e365b3c
fix up LBRYcrdWallet and split it into two classes
2016-02-16 23:10:26 -05:00
Jack
407ebeb699
Update daemon
2016-02-11 08:32:48 -05:00
Jack
cb5c772233
Have autofetcher use managed downloader
2016-01-27 11:05:40 -05:00
Jack
47ff64a9e9
Update lbrynet-daemon
...
Adds the following:
-Abandon claim from its txid
-Get your name claims
-Get time behind blockchain
-Fixes upload
2016-01-25 20:28:05 -05:00
Jack
dacfc8b00a
Update lbrynet-daemon
...
-Add optional content_license to name claim
-Get a better cost estimate, if the sd blob takes longer than 5 seconds
to download just use the key fee
-Adds the free speech flag as the default thumbnail if none is provided
2016-01-24 00:10:39 -05:00
Jimmy Kiselak
6b724ba8db
Merge branch 'master' of github.com:lbryio/lbry
2016-01-22 15:56:01 -05:00
Jimmy Kiselak
25e1427a84
fix error that occurred when one connection's download was stopped due to another download finishing
2016-01-22 15:50:18 -05:00
Jack
9ef9220689
Add thumbnail option to name claim
...
Add thumbnail option to name claim
2016-01-20 22:01:03 -05:00
Jack
7ef9a0f0bf
Merge remote-tracking branch 'lbryio/master'
2016-01-16 23:16:21 -05:00
Jimmy Kiselak
2ddeca2976
fix bug caused by downloading file twice and deleting one
2016-01-16 01:16:37 -05:00
Jack
ebb495ab8b
Fix error at shutdown
...
Fixed messy error message that sometimes appeared at shutdown
2016-01-12 13:41:20 -05:00
Jimmy Kiselak
49869d071a
show when lbrycrdd is being stopped and when it stops
2016-01-06 00:56:45 -05:00
Jack
0a7b2683ff
Fix paths for os x
...
Fix paths to use binaries in the app bundle
2015-12-20 03:29:13 -05:00
Jimmy Kiselak
a948335cb9
show if the application is behind on the blockchain if an error occurs that could be caused by that
2015-12-15 14:42:29 -05:00
jackrobison
48b013fa85
Delete autodownloader.py
...
File still exists in autodownloader branch
2015-12-14 15:56:19 -05:00
Jack
e96dee478d
Remove autofetcher from lbrynet-console
...
Disabled autofetcher in the console, moved getstream and fetcherdaemon
to their own file in lbrynet-daemon
2015-12-14 15:54:33 -05:00
Jack
75fbedeeac
Merge branch 'master' into autodownloader
2015-12-14 13:03:17 -05:00
Jack
a1861a2f84
Update lbrynet-daemon
...
Add auto fetcher to fetch new name claims
2015-12-14 12:59:44 -05:00
Jimmy Kiselak
ce1c28ffb9
allow the thumbnail link to get to the gui
2015-12-10 00:37:43 -05:00
Jack
203f7e7ea6
Update lbry daemon
2015-12-08 00:37:49 -05:00
Jack
8aee19b0ef
Fix error
...
Fixes an error if you don’t have a conf file set up, previously it
would fail because the AutoFetcher object doesn’t have a console object
until it’s called for the first time
2015-12-07 18:02:29 -05:00
Jack
441d3c1220
LBRYNet daemon
...
Adds a daemon for lbrynet. Currently commands are limited the following:
download_name(name)
resolve_name(name)
get_downloads
stop
This allows other programs to easily interact with lbrynet, such as
LBRYURIHandler. LBRYURIHandler can be built with py2app, the resulting
plist file must be edited in the same way the committed plist file has
been edited. When built and installed to the /Applications folder
lbry:// domain names will download and open the corresponding file so
long as the daemon is running.
2015-12-06 17:32:17 -05:00
Jack
f3141727d7
Update from master and fix a path problem
...
Update from the master branch and a fix to a path problem in lbrynet-gui
2015-12-03 20:56:56 -05:00
Jimmy Kiselak
d04981969f
increase the time limit for waiting for lbrycrdd to start up
2015-11-25 11:16:27 -05:00
Jack
a9e105f9eb
Make autofetcher ignore key payments
2015-11-24 01:17:47 -05:00
Jack
ebf9d11f4d
Rename a class
2015-11-20 10:42:19 -05:00
Jimmy Kiselak
7a3bdf93e9
make sure upnp is neither set nor unset if upnp is disabled
2015-11-19 23:20:17 -05:00
Jack
35d5c585ec
Added a max key price set in autofetcher.conf
2015-11-19 16:20:12 -05:00
Jack
45eb4f7201
Improved autofetcher
...
Added commands:
start-autofetcher
stop-autofetcher
autofetcher-status
2015-11-19 14:43:36 -05:00
Jack
f16eec2ad2
Automatic downloading now works
2015-11-14 20:36:53 -05:00
Jimmy Kiselak
6252f903ee
automatically give LBC to users on the first run and update RUNNING.md for prompt interface
2015-11-11 15:06:14 -05:00
Jack
0891b0d294
Changed LBRYcrdWallet to retrieve the rpc config
2015-10-28 20:59:07 -04:00
Jimmy Kiselak
6488e66088
show lbry:// name of downloaded files if applicable as well as the status of the claim
2015-10-28 01:38:01 -04:00
Jimmy Kiselak
385c221ef8
add some status messages when starting up and break commands into common and debug
2015-10-22 02:23:12 -04:00
Jimmy Kiselak
7df6e99e28
fix typo and formatting errors, stop console's shutdown from running twice on exit, give more informative message if ports can't be bound, only set upnp if there isn't already a redirect on that port/protocol, and only unset upnp if the redirect was set by the program
2015-10-19 15:05:17 -04:00
Jimmy Kiselak
936c1f2ada
fix typo and make sure objects exist before trying to stop them
2015-10-18 22:36:09 -04:00
Jimmy Kiselak
5787802077
change the console ui to command based rather than option based
2015-10-15 14:12:22 -04:00
Jimmy Kiselak
d152336f42
initial commit of auto-launch lbrycrdd
2015-10-08 11:01:50 -04:00
Jimmy Kiselak
964db2a779
enable setting lbrycrdd path in gui conf, disable launching lbrycrdd by default in linux gui, change running instructions, put linux gui conf in users home directory
2015-10-02 16:38:57 -04:00