rakshasa / rtorrent

rTorrent BitTorrent client
https://github.com/rakshasa/rtorrent/wiki
GNU General Public License v2.0
4.07k stars 408 forks source link

XmlRpc | get Key #1062

Closed whoo closed 3 years ago

whoo commented 3 years ago

Hi Guys, I can't retrieve the key via xmlrpc.

(key value pushed to the tracker )

"&key=" << std::hex << std::setw(8) << std::setfill('0') << m_parent->key() 

Key is also present in the torrent.rtorrent file.

I'm fine with it:

Thanks.

pyroscope commented 3 years ago

Assuming you mean the infohash, you need the infohash to retrieve that. So just calculate it.

Also, close this to clean up.