XD 0.1.0-pre2 released, testers wanted.
I have been writing an i2pd compatable bittorrent client called XD in golang. It has reached an almost end user ready state. 0.1.0 will be the first "official" release of it. Before that happens I need some beta testers.
If you want to help test it you can do the following
install i2pd from git
There are some bugfixes that are applicable to XD that are not in 2.17 yet.
If you don't know how to build from source the documentation is here
download and run XD
latest release here
right now XD uses the current working directory as the data directory so make a new directory and put the executable there.
On Unix systems you can do something like this:
$ mkdir ~/XD/
$ cd ~/XD/
$ cp /path/to/downloaded/XD .
then make a symlink for XD-cli
$ ln -s XD XD-cli
on windows you can copy XD.exe …