Compiled to get the a file feathercoind.exe,it has what?
-
Run mingw32-make -f makefile.mingw . success. I get a file,It is feathercoind.exe . feathercoind.exe size 56.15MB.
It needs to access the file \AppData\Roaming\Feathercoin\feathercoin.conf.
it has what? What does that do ? -
Feathercoind is the daemon version of the the Feathercoin wallet.
It has no user interface, but can be accessed through the api.
It’s documented in the different readme files on github.
-
[quote name=“lizhi” post=“31663” timestamp=“1382107477”]
Run mingw32-make -f makefile.mingw . success. I get a file,It is feathercoind.exe . feathercoind.exe size 56.15MB.
It needs to access the file \AppData\Roaming\Feathercoin\feathercoin.conf.
it has what? What does that do ?
[/quote]This is the daemon. Works like the Qt client minus GUI. Managed through the RPC interface once started. Commands are the same used in the Qt client’s debug console. Type “feathercoind help” if in doubt.
P.S. It is ~5Mb if compiled with no debug data.