Post
Topic
Board Mining software (miners)
Re: some db problems
by
kano
on 02/06/2013, 08:12:00 UTC
Hi,
I install anubis with the newest WAMP on a Win7x64 PC. If I open http://localhost/anubis I get the brown starting page with the navigation bar on top but no button to insert new miner. I connected the db by phpMyAdmin and insert some informations into the "hosts" table (like IP, name, port - but no "conf_file_path"). If I restart the system the homepage don't show this entry as host.

Any solutions?

Can I check the working API from cgminer by telnet (putty) to port 4028? I try this but putty ends immediately
No.
My cgminer API is a one command+reply per connection socket (on purpose)
To access the API from windows you can use the supplied java API.class
As an example from the cgminer folder: java API summary