Howto Spoof Client ID
Posted: Sat Aug 25, 2007 11:39 pm
A lot of trackers do not allow certain bittorrent clients. Many of them support uTorrent but not yet Deluge. In order to temporarily spoof your client ID (until Deluge takes over the bittorrent world that is) do the following:
- open up src/deluge_core.cpp in a text editor
- find the line "M_ses = new session(fingerprint(client_ID, v1, v2, v3, v4));"
- change it to "M_ses = new session(fingerprint("UT", 1, 6, 1, 0));" (for uTorrent 1.6.1.0)
- other client IDs can be found in libtorrent/src/indentify_client.cpp
Of course you should also ask your tracker site admins to allow Deluge.
- open up src/deluge_core.cpp in a text editor
- find the line "M_ses = new session(fingerprint(client_ID, v1, v2, v3, v4));"
- change it to "M_ses = new session(fingerprint("UT", 1, 6, 1, 0));" (for uTorrent 1.6.1.0)
- other client IDs can be found in libtorrent/src/indentify_client.cpp
Of course you should also ask your tracker site admins to allow Deluge.