1) createdir    //creates the directory ~/p2p
2) uploadplanet //uploads executables and/or configuration files to ~/p2p
3) create_dht   //creates the dht
4) churn_dht    //churns the dht

##############
#SITELIST
##############
1) uploadplanet   //uploads based on hostnames
2) uploadplanetip //converts hostnames to ip addresses. all the
#configuration file names start with this ip address.
3) sitelist/sitelist sitelists are in this directory
4) select_new_nodes_and_divide.sh  reads an old sitelist file and a
#new sitelist file. Chunks nodes in new sitelist into files of size 20
##and does not include any hostnames from previous old sitelist file.


#################
#BATCH OPERATIONS
#################
./churnrange start end       //churns nodes in a range
./createdirrange start end   //creates directories in a range
./uploadkadiprange start end //uploads the exec and kad config for
#port 7080
