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.
Open Source Contributor, Vibe-Coder, Founder of therobotbay.com, Contributor at WalletScrutiny.com, Cybersecurity

"Non-custodial" is a claim, not a fact. Any wallet can say your keys never leave your device — the only way to actually know is to...
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.