Nice project.
How to upload torrents?
There are 2 way - either use QMT (The tool we built for it)
Or from within the wallet:
To submit a link from your wallet, just go to tools -> debug window.
Then do the following:
mnbudget prepare "$title" "$magnet" 1 43200 "$payoutaddress" 5
(without the dollar signs - and 5 can be anything from 1 to 5)
- That will give you a hash which you keep and submit after 3 blocks / minutes.
Then write:
mnbudget submit "$title" "$magnet" 1 43200 "$payoutaddress" 5 $hash
(Again, replacing the values and without the $ - hash is what is output from previous command)
Video tutorials on both methods are planned !