For those who’s following WD My Cloud‘s post, a new APP has been added to the installer, Transmission v2.94 for firmware V4. Transmission has the features you want from a BitTorrent client: encryption, a web interface, peer exchange, magnet links, DHT, uTP, UPnP and NAT-PMP port forwarding, webseed support, watch directories, tracker editing, global and per-torrent speed limits, and more.
Note that if you’re unsure about Linux file permissions and such, please download all torrents into /root/Downloads
which has been symlinked to /shares/Public/Transmission/Downloads
for easy access from Windows/Mac. If you change the download location, you’ll have to manually apply the appropriate ownership and permissions.
WDMyCloud is not powerful enough to do heavy torrenting. To prevent WDMyCloud hanging, limit your connections i.e. 50 and downloads to only one at a time while queueing the rest.
And most IMPORTANTLY ensure you DO NOT download torrents into the 2GB rootfs partition ‘/’ or you will have system issues when the rootfs gets full.
As promised, my donors will get the priority to install my newer builds. I will post a new comment when it’s released to the public to be used with the anonymous credentials. Donors with donation credentials, please use this installer code on your WDMyCloud:
curl teanazar.com/installer.fcgi?transmission_2.94-1|sh;
For setups and details, refer to https://www.transmissionbt.com/.
NAZAR, thank you!
Installed it easy, works fine
Thank you Nazar, it migrated everything automatically. Great!
Hello from Uzbekistan. You’re doing fine.
sh: 42: Syntax error: redirection unexpected
The installer only supports MyCloud 1st generation firmware v4.
Hi Nazar,
I have donated but i do not know how to get the credentials to install the app.
Thank you very much
/JMO
I found it ignore my comment, thanks
Where did you find it? I have been going round in circles trying to find it. Thanks
Hi
i am a noob and managed to get into my wd mycloud using putty. i have received the code, but cannot get past screen below even if i type “y”
Hi Victor,
I noticed you’ve already got the installer working.
Thank you i managed to get it working, now how do i set it to only 1 download at a time?
Go to the settings, set max download 1 then queue the rest.
Hi
thanks for the response, there is no such option in transmission’s settings or in WD there is no transmission page to change settings
Sorry I did a quick reply assuming anyone using this app is familiar. I was referring to the settings in the config file.
Stop transmission first:
transmission-stop
.Then edit this file using nano or vi:
nano /root/.config/transmission-daemon/settings.json
Look for this line and change to your desired figure i.e. 1:
download-queue-size
Then CTRL+X to exit, S to save.
Restart transmission:
transmission-daemon
.Hi Nazar. Please tell me how to set permissions for the folder where torrents are downloaded? The problem is that I cannot delete the files that I downloaded through the transmission.
Hi Anton,
You’ve changed the default location the installer has set? Set the location back to /root/Downloads else you’ll have permission issues.
Donated again but still don’t know where my credentials are?
Hi Cliff,
It’s already sent to your PayPal registered email. Please check your spam folder or search for your donation ID.
Yes, I eventually found it. Thank you very much.
Hi,
Why this message coming up?
(6) Could not resolve host: teanazar.com
Thanks
Your MyCloud is not able to query DNS. I’m sure you can’t even ping google.com from the NAS. Edit this file /etc/resolv.conf to ensure the DNS IP is set correctly to your router’s IP or use public DNS such as Google’s.
nano /etc/resolv.conf
nameserver 192.168.1.1
nameserver 8.8.8.8
Thanks, that helped, now i can connect, but it said, i haven’t got enough space.
Nothing is installed on my WD, only transmission and dlna.
But, thanks anyway, i try to sort it out!
This is commonly encountered by those using MyCloud and Transmission. Check your rootfs space, most probably you’ve downloaded stuffs into it by accident when you changed the download path. If you’re installing for the first time, the installer default set the download to
/root/Downloads
which is linked to the data partition/shares/Public/Transmission/Downloads
.