Title: Pushpool Question Post by: Kiro on May 14, 2013, 01:29:48 AM Hi,
Since I can't post in the tech support forums yet... which is where this really belongs, I'll ask here. I've setup pushpool all fine, works nicely. I am also building a custom frontend along the lines of what MiningFarm did, but I plan to finish it, so i can actually use it :) I have a question around the db-mysql.c file https://github.com/jgarzik/pushpool/blob/master/db-mysql.c (https://github.com/jgarzik/pushpool/blob/master/db-mysql.c) - it doesn't drop the timestamps into the shares table. I noticed the PGSQL and the SQLLite3 files do have the timestamp integration into the my_sharelog() function, but it seems to have been forgotten in the mysql version? I'm a PHP/Web Frontend developer, I'm doing my best delving into C but if someone has managed to modifiy the db-mysql.c file to drop the timestamp into the shares table, please let me know. Thanks, Kiro. |