Ok, it explains how to mine, thanks. But I still can't create the wallet.
Trying to deal with the console version (Windows). Reading the documentation:
...
3. Run the program:
c:\Users\yourname\win64exe> xdag.exe d
...
The entered characters will be used to generate random keys. After that, the program will create the file dnet_key.dat with a random key for the RSA algorithm of the transport layer within a few minutes. Also, the file dnet_key.dat will be used to generate random data after each subsequent start of the program. The program will also create the wallet.dat file with private keys for the ECDSA signature algorithm. Files dnet_key.dat and wallet.dat should be kept in secret.
Program will not run if the file netdb.txt is absent in the working directory of the program. In this case the file netdb.txt should be copied from the distribution to the working directory.
I have launched the program with -d and only
dnet_key.dat was successfully generated. The
wallet.dat wasn't created, and there is no
netdb.txt in the archive. WTF?
