1) Removed the wait period for user to fill out profile (name_new is sent straight away)
2) When a name is activated, the latest value of the key is sent the blockchain (incase the user updated profile in meanwhile)
3) Better support for tracking no. of confirmations on name_new
-- added a new registration daemon (for fetching data from the new DB)
-- updated the old register/activate/update functions to work with the new setup
-- fixed a bug in getting keys for data blobs (wasn't re-using keys)
-- Support for registering, transferring, and updating names
-- Tools for registering names in bulk (given a csv file)
-- Support for running as a service/daemon