j2inet

Results 2 comments of j2inet

I get the same error consistently at startup when it's trying to test the mining algorithms. GTX 1080 with 8 gigs video RAM 16 gigs system memory Core-i7 6700 @...

@Hiprox , @ZedZipDev What about enabling the virtual terminal processing. Something like this. ``` AllocConsole() auto hOut = GetStdHandle(STD_OUTPUT_HANDLE); auto hIn = GetStdHandle(STD_INPUT_HANDLE); auto hRealOut = CreateFile(L"CONOUT$", GENERIC_READ | GENERIC_WRITE,...