List all .bit domains on the Namecoin fork.

Job ID: 32779179

Budget: $60 – $180 USD

Develop and implement the following on Windows Desktop platform.
1. Write a short program to list all the domain names in Namecoin using ncdumpzone.
2. Save each name and the fields returned from ncdumpzone to a SQL Server database table. Only insert if name does not already exist in the table.
3. Provide me with the completed program/project and support for configuring the project and components locally on Windows.

This project requires installing the Namecoin core, allowing it to copy and sync the blockchain locally, then use ncdumpzone to retrieve a list of all names and write them to an MS SQL Server table. We will need to define a single table of less than 10 columns.

MS SQL Server and choice of language either C# or Python

ncdumpzone returns records in the following format. These need to be parsed and stored in columns of the database:

zielmicha.bit. 600 IN NS 87.98.234.72.zielmicha.bit.
zimperium.bit. 600 IN A 127.0.0.1
zionsbank.bit. 600 IN A 144.76.12.6
*.zionsbank.bit. 600 IN A 144.76.12.6
zonealarm.bit. 600 IN NS ns1.cloud-name.ru.zonealarm.bit.
zonealarm.bit. 600 IN NS ns2.cloud-name.ru.zonealarm.bit.
i.bit. 600 IN A 45.63.38.124
v.bit. 600 IN A 45.63.38.124
x.bit. 600 IN A 45.63.38.124

This project requires installing the Namecoin core on Windows, allowing it to copy and sync the blockchain locally, then use ncdumpzone to retrieve a list of all names and insert each name and data into MS SQL Server.