[GH-ISSUE #436] hash #372

Closed
opened 2026-02-26 05:34:23 +03:00 by kerem · 4 comments
Owner

Originally created by @akiooo45 on GitHub (Apr 12, 2023).
Original GitHub issue: https://github.com/ngosang/trackerslist/issues/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

Originally created by @akiooo45 on GitHub (Apr 12, 2023). Original GitHub issue: https://github.com/ngosang/trackerslist/issues/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
kerem 2026-02-26 05:34:23 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@ngosang commented on GitHub (Apr 12, 2023):

I don't understand the question.

<!-- gh-comment-id:1504684368 --> @ngosang commented on GitHub (Apr 12, 2023): I don't understand the question.
Author
Owner

@renfei commented on GitHub (Apr 20, 2023):

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

这个 info_hash 应该就是你说的 hash。


English translation:

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

info_hash

This info_hash should be the hash you mentioned.

<!-- gh-comment-id:1515627835 --> @renfei commented on GitHub (Apr 20, 2023): > 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 这个 info_hash 应该就是你说的 hash。 ------------ English translation: ------------ 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``` ## info_hash This info_hash should be the hash you mentioned.
Author
Owner

@TheK0tYaRa commented on GitHub (Apr 20, 2023):

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.

<!-- gh-comment-id:1515629629 --> @TheK0tYaRa commented on GitHub (Apr 20, 2023): 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.
Author
Owner

@akiooo45 commented on GitHub (Apr 20, 2023):

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

在 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

这个 info_hash 应该就是你说的 hash。


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: @.***>

<!-- gh-comment-id:1515641069 --> @akiooo45 commented on GitHub (Apr 20, 2023): yes,this is &nbsp; 我爱你 ***@***.*** &nbsp; ------------------&nbsp;原始邮件&nbsp;------------------ 发件人: "Tianling ***@***.***&gt;; 发送时间: 2023年4月20日(星期四) 上午10:36 收件人: ***@***.***&gt;; 抄送: ***@***.***&gt;; ***@***.***&gt;; 主题: 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&amp;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&amp;peer_id=-BC0198-e%5C9.%EA%B6%A1%9D5%EC5E&amp;port=8082&amp;natmapped=1&amp;localip=192.168.199.162&amp;port_type=lan&amp;uploaded=0&amp;downloaded=0&amp;left=0&amp;numwant=50&amp;compact=1&amp;no_peer_id=1&amp;key=9565 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: ***@***.***&gt;
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/trackerslist-ngosang#372
No description provided.