Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upNot working on node.js (what am I doing wrong?) #492
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
I started my own tracker that didn't filter anything and things started working. My fault, sorry for the noise! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm trying to create a torrent in one process and download it in another.
Here's my
seed.js:Here's my
download.js:In the shell, I type:
And get this output:
In another terminal, I use the above magnet URI:
mkdir downloads node download.js 'magnetURI: magnet:?xt=urn:btih:7b5e918f364908afab937ecdd84059dfb61102b7&dn=hello.txt&tr=udp%3A%2F%2Fopen.demonii.com%3A1337&tr=udp%3A%2F%2Ftracker.openbittorrent.com%3A80&tr=udp%3A%2F%2Ftracker.publicbt.com%3A80&tr=udp%3A%2F%2Ftracker.webtorrent.io%3A80&tr=wss%3A%2F%2Ftracker.webtorrent.io'But the transfer never happens.
What am I doing wrong?
Other info: I'm doing this test on Mac OS X, using two terminal windows. The computer is behind a NAT.