On my website, I want to be able to verify that messages are signed by a certain bitcoin address, similar to how it's done here. From my research it seems I have to use JSON RPC with some sort of verify_message(signature, message, addrtype) function?
Is this the only method for doing this? And if so, does this require me to install bitcoind or armory on my web server?