Closed akiooo45 closed 1 year ago
I don't understand the question.
I want to use python to push the tracker server, but the prompt needs hash, how can I get the hash of the link
嘿,@li-dianzheng
BT 网络中,是通过 Hash 值来识别文件的,例如:5dea4f2b157537c9c5ceeca7ebe63fe42e852674
在磁力链中使用Hash:magnet:?xt=urn:btih:5dea4f2b157537c9c5ceeca7ebe63fe42e852674&tr=http%3a%2f%2ftracker.renfei.net%3a8080%2fannounce
在 Tracker 服务器中使用时:http://tracker.renfei.net:8080/announce?info_hash=%5D%EAO%2B%15u7%C9%C5%CE%EC%A7%EB%E6%3F%E4.%85%26t&peer_id=-BC0198-e%5C9.%EA%B6%A1%9D5%EC5E&port=8082&natmapped=1&localip=192.168.199.162&port_type=lan&uploaded=0&downloaded=0&left=0&numwant=50&compact=1&no_peer_id=1&key=9565
这个 info_hash 应该就是你说的 hash。
Hey, @li-dianzheng
In the BitTorrent network, files are identified by Hash value, for example: 5dea4f2b157537c9c5ceeca7ebe63fe42e852674
Use Hash in magnet link: magnet:?xt=urn:btih:5dea4f2b157537c9c5ceeca7ebe63fe42e852674&tr=http%3a%2f%2ftracker.renfei.net%3a8080%2fannounce
When used in Tracker server: http://tracker.renfei.net:8080/announce?info_hash=%5D%EAO%2B%15u7%C9%C5%CE%EC%A7%EB%E6%3F%E4.%85%26t&peer_id=-BC0198-e%5C9.%EA%B6%A1%9D5%EC5E&port=8082&natmapped=1&localip=192.168.199.162&port_type=lan&uploaded=0&downloaded=0&left=0&numwant=50&compact=1&no_peer_id=1&key=9565
This info_hash should be the hash you mentioned.
The hash is roughly the download link in torrents. The part that links to files. You find it yourself. It's in every magnet link.
yes,this is
我爱你 @.***
------------------ 原始邮件 ------------------ 发件人: "Tianling @.>; 发送时间: 2023年4月20日(星期四) 上午10:36 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [ngosang/trackerslist] hash (Issue #436)
I want to use python to push the tracker server, but the prompt needs hash, how can I get the hash of the link
@.***
BT 网络中,是通过 Hash 值来识别文件的,例如:5dea4f2b157537c9c5ceeca7ebe63fe42e852674
在磁力链中使用Hash:magnet:?xt=urn:btih:5dea4f2b157537c9c5ceeca7ebe63fe42e852674&tr=http%3a%2f%2ftracker.renfei.net%3a8080%2fannounce
info_hash
这个 info_hash 应该就是你说的 hash。
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you were mentioned.Message ID: @.***>
I want to use python to push the tracker server, but the prompt needs hash, how can I get the hash of the link