syncnet icon indicating copy to clipboard operation
syncnet copied to clipboard

Connecting to namecoing and working in debugger.

Open probar opened this issue 11 years ago • 2 comments

Need namecoin record for final testing.

This requires namecoind to be installed and running, with rpcuser=asdf, rpcpassword=asdf, rpcport=8338

probar avatar Mar 22 '14 18:03 probar

This looks really good, how do I go about testing it?

jminardi avatar Mar 24 '14 17:03 jminardi

Thanks.

Regarding verification: using a debugger, put a break point in the last list of Namecoin.get_secret() - line 24. Than when running enter a .bit valid domain (for example baazee.bit , you can find others in https://dotbit.me/) , and when the debbuger stops , verify that dns_record is equivalent to the dns record showing in dotbit.me .

probar avatar Mar 24 '14 19:03 probar