aadi
aadi
Can you alter the build toolset to target emscripten? The website has some comments about how to do this (https://kripken.github.io/emscripten-site/docs/compiling/Building-Projects.html), and I think it would help the project and the...
I've used the client.js inside the example directory and tried to connect to a remote stratum server: https://gist.github.com/aashidham/dd33b949d8ad4eb9ba57301b7888065e But it fails with 'connection closed'. Any idea why?
I can telnet to my server and successfully communicate with my mailin instance. I can also see console printouts from these communications on the server side. However, when I send...
Would appreciate if you could provide a configure / makefile script to make the building of this code simple.
Can you include a makefile so that the building can be done easily? I am running this in a Linux machine.
why does trying to access stderr from a spawned process throw an error?
I get the error present in the title when I run the xptMiner with the following invocation: ``` ./xptminer-avx-b15 -o mining.ypool.net:8081 -u username.ric_1 -p x -d 0 ``` Do you...
Even after downloading https://github.com/GothAck/pcf-font-to-vector, and running `make`, `fonts/` still only contains `placeholder`. What do I run to populate fonts?