Skip to content

dciotoli/sia-pool-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sia-Pool-C

A stratum based Siacoin pool server. Written in C with a MySql Backend

Todo

  • Figure out how to get MySQL (or other persistent backend)
  • Finish creating code skeleton
  • Implement server functionality
  • Create a web app that connects to same server to serve up stats to users

Testing

Right now There's no tests or test client written, so the easiest way is to just test with netcat (if you dont have netcat definitely get it). Example:

$ make clean
$ make
$ ./stratum-c 7070 

Then run in another terminal tab

$ nc localhost 7070
> {"method": "test"}

The server should echo the name of the method back at you. because thats as far as i've gotten right now. :-)

About

Sia pool mining server in c

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published