SourceForge.net Logo

FAQ & Troubleshooting

General

Windows specific

Linux specific

General

I use a firewall, what ports do I need to open ?

TCP Port 4242 (by default, or the one specified in your nodezilla.ini file otherwise) should be open for inbound connections. All ports should be open for outbound connections for nodezilla.exe process as not all Network Agent will listen on the same port.
See more infos here.

I use a Gateway/NAT/Port Forwarding device, what ports do I need to forward ?

If you use NAT or go through a gateway, you need to enable Port Forwarding on your gateway for TCP/4242 to the PC running Nodezilla.
See more infos here.

If I understood well the 'persistent' part, I have to donate disk space and bandwidth ?

'Donate' isn't the right word. You just add some resources you choose to the community resource pool.
These resources will be used to achieve better performances/capabilities for the whole Grid.

What is a permanent node ?

A permanent node, is a node running for as long as you can, it starts when your computer starts, and stops when huu.... you get the picture. You'll be getting much better results, as your node will be a lot more connected to the grid, and will have opportunities to do some optimizations a temporary node can't.

If I run a permanent node, will it perform better?

Very Yes. But the best way to improve results a lot, is to have lot's of people running permanent nodes. Spread the word.

What is a NodeID ?

Each node in the Grid gets a unique ID when it first starts. This unfalsifiable ID will be used for identification (see below) when using secured objects (files or chat's digital personalities for instance) of the grid. This ID also provides protection against a bunch of attacks at the Grid.

What is Anonymity and what is Identification ?

Anonymity is the inability to link a NodeID to a physical person (read IP address). Identification is the ability, for instance, to know what node 'owns' a shared file. Identification is provided through the use of strong cryptography (digital signatures), and as direct benefits, allow to resist to fake attacks (only the owner of a file can modify records he created) or allow content/nodes blacklisting without compromising anonymity.

Why should I use Nodezilla if my *insert_your_favorite_p2p_program_here* does better job at retrieving gigs ?

First of all, Nodezilla try to provide anonymity, and next Nodezilla will be extended with features that only a secured grid can provide.

I do not understand download status (and I got errors)

See here.

How are NZ and Freenet related ?

Short answer: they aren't.
Both are targeted at large scale grid networking, but they do not use the same kind of algorithms (this is from my understanding of this document).
Freenet uses statistical routing which try to 'learn' where keys can be found from previous answers and answers latencies, EVL uses deterministic routing where a node knows for sure where a key can be found (or can be sure the key doesn't exist), no learning time, of course, as a drawback the join time for a new node in an EVL topology is longer.
In this respect it's much more closer to Pastry grid topology.

Do I need to run both the Network Agent and Client to download something ?

No. Only the Network Agent is required to run, it does all the logic. You need the client to search and start a download, once a download is in the queue you can close the client. All downloads are performed by the Network Agent.

Is there a Web interface like eMule ?

Yes, see Nodezilla4Web.

How can I know the number of nodes in the grid ?

Simply put, you can't. The grid construction algorithm ensure that every objetcs in the grid can be reached through a route of different nodes, but that doesn't mean (of course) that each node knows each other nodes (this is why we can build anonymous services on top of the EVL Grid). As a direct consequence it's not possible to have an accurate number of participating nodes at a given time.
It's is however possible to compute through statistical mathematics a rough estimate of how many nodes are currently online by examining the content of a routing table. This is currently not implemented.

Why is there no source counting when downloading a file ?

As explained in the previous topic, a node doesn't know all other nodes. Typically a node doesn't know how many peers are sending data for a given file request, it just receives data through relaying nodes, hence it's not possible to count sources (and if you understand the Architecture Document), it has no sense on an EVL Grid.

I have a bunch of errors like this in the log file: ACE_SSL (704|1100) error code: 336216132 - error:140A4044:SSL

These errors can be safely ignored. They are logged for debugging purposes.

Windows specific

How can I have icons for Nodezilla on my Desktop ?

Click here, select the Nodezilla Client application and then go to the "Application" menu. Select "Create icons". You're done.

Nodezilla eats my CPU at 100% !!!?!!! (windows version)

This is normal behavior. As, for instance Seti@Home, nodezilla uses your idle CPU power to do the forward error encoding. Even if your CPU is 100% used in your system monitor, you should be able to use your computer as usual with no slow down as only the UNUSED CPU is taken by nodezilla.

How can I stop the nodezilla.exe process running in background ? (Windows version)

This process runs as a Windows service. To stop it, either use the 'Stop Network Agent' shortcut from the start menu.
Or, from the 'Start Menu', select 'Run', and enter 'services.msc', you will see something like the following, select the 'stop' button on the Nodezilla service.

The nodezilla.exe may take up to 2 minutes to terminate cleanly. screenshot

Nodezilla won't start, and I have "Nodezilla : Unable to bootstrap nzagent.dll." in the startup-agent.log file

This happens mainly on XP SP2 systems. See there for a fix: http://sourceforge.net/forum/message.php?msg_id=3352145

Linux specific

There are a dozen of nodezilla processes showing in my ps !!?!!

These are not processes but threads of one process. This is normal behavior of Linux systems.

I'm unable to download anything through the Azureus plugin !

Double check that the directories used by Azureus, and the Nodezilla Network Agent to store files and torrents are writable by BOTH the Nodezilla Network Agent, and Azureus.