To utilize this tool:
1. Open a Terminal as an ordinary user and type the following command:
$ btdownloadcurses [insert torrent_filename_url.torrent]
Viola, express bittorent downloading.
Bitcoin Wallet Researcher at WalletScrutiny.com, Luxury Survival Bunker Affiliate, Writer, Real Estate Broker
The mathematical operation used to derive the event.id in your getSignedEvent function is the SHA-256 hash function, applied to a string rep...
hey! thats nice to know. now i can download torrents without having to start X.
ReplyDeleteyup, now if only i can figure out a way to download torrents on the terminal and at the same time browse. :)
ReplyDeleteThere is a way:
ReplyDeleteyou can use "screen"
like this:
~$ screen -dmS torrents #create detached screen "torrents"
~$ screen -rd torrents #enter screen named "torrents"
now start your torrent client
Hold Ctrl and press A (Ctrl+A) and then press "D" alone. "screen" gets [Detached] and you're free to use your terminal again.