This week I got to know about namecoin and got quite excited about its idea and possibilities. (see: ) Me myself, I work as a mostly nomadic living IT-consultant between Europe and Asia. Sometimes I call myself an independent fullstack web and mobile developer.
I'd like to write about my experiences with namecoin, while I am thinking on:
Here is how it went:
Installation
Communicating with the blockchain via RPC
meteor create meteor-namecoinand added the namecoin npm package meteor npm add namcoinclient.getInfo(function(err,result) {console.log(result);});(see namecoin API doc) successfully and other things:Registering a .bit domain name
client.importPrivKey('privatekeyfrompaperwallet', 'paperwallet', true, function(err, result) {
if (err) return console.log(err);
console.log('importPrivKey:', result);
});
namecoin & (on command line) like so: https://wiki.namecoin.org/index.php?title=Register_and_Configure_.bit_DomainsSetting up a decentralized DNS
Writing into the namecoin blockchain using
Stumble stones (26.12.2017)
namecoin-cli abandontransaction <tx>