View Single Post
  #5  
Old 22nd January 2018, 14:35
Johnny Utah's Avatar
Johnny Utah Johnny Utah is offline
Senior Member
 
Join Date: Feb 2009
P2P
Posts: 129
Default
I have found a workaround for the TPB '500 Internal Server Error' upload problem


1.

a. If you have a seedbox with SSH access or a linux machine with mktorrent installed

run the following command: mktorrent -v -l 26 -a 'udp://tracker.opentrackr.org:1337' NAME_OF_FOLDER_WHERE_FILES_ARE

b. If you use Windows download mktorrent from here https://github.com/zedxxx/mktorrent-for-windows
unrar it on your C:\ then put the folder you want to upload in the same place. open cdm and run the following

cd C:\
mktorrent.exe -v -l 26 -a 'udp://tracker.opentrackr.org:1337' NAME_OF_FOLDER_WHERE_FILES_ARE


to add more trackers to your torrent file add another -a 'TRACKER_URL'. 26 is the SIZE of the torrent pieces. 26 power of 2 = 64 MB
for torrents under 10 GB you can use -l 25 but for those over 10 GB use -l 26 or 27 or even 28. Warning: wont work in utorrent <3.x


2. the torrent file will be created in your 'data' folder where you started. upload it and it will check your files then it will start to seed.

3. upload the torrent on TPB

4. PROFIT

Last edited by Johnny Utah; 22nd January 2018 at 16:29.
Reply With Quote