I'm a hobbyist building a pastebin site, and I had the (possibly naive) idea of tracking users and their pastes just by referencing their IP address (instead of using cookies to give them a unique user token).
Is this feasible at all, or are IP addresses easily spoofable to the point where you can't use them to identify users?
Thanks for any and all advice.