the logic is if there is no coins object in the command line json, it
will look for a file called coins.json in the same directory as the
executable
in unix and osx that is one dir above
so I copied the coins file to ../coins.json
then edit it to remove the inital shell script definition and the ""
around the []
internally i call unstringify to remove all the backslashes, so
basically the same file contents as coins can be used
- changes to correctly include winsock2.h, according to this article: https://msdn.microsoft.com/ru-ru/library/windows/desktop/ms738562(v=vs.85).aspx
- removed ugly "typedef struct addrinfo" definitions in code
- added WIN32_LEAN_AND_MEAN flag in preprocessor directives
- removed unused myip_path in LP_nativeDEX, error with "DB/myipaddr" violation with ipfname alredy fixed by jl777