d3c0n808
|
|
July 07, 2011, 11:00:55 PM |
|
Hi Xenland I uploaded the new release and it seems at least on my server the stat updates no longer work. The crons are still running I upgraded the database, and had something like 191,000 workers which was wrong so I dropped all the tables and started fresh. Still not correctly identifiying the number of active or total workers also the front page speed also seems to not work. Perhaps its just my server setup that is creating this issue. Just thought I would post so your aware.
|
|
|
|
phorensic
|
|
July 08, 2011, 04:45:32 AM Last edit: July 08, 2011, 05:46:26 AM by phorensic |
|
Alright, had some time to push a commit on how I fixed manual payouts. I also removed (deleted) the code for automatic payouts because I just don't trust it, yet. If you notice, I still left some "mouse turds" behind in the code for that automatic payout system, meh.
The next thing I work on that might help the project is my theory on how blockFound.php should work. I'll push a commit if it works. I'm going to try a method where it looks in the database for a found block instead of bitcoind transactionlist. This could also do an if/then comparison with the transactionlist if you want to be super paranoid. It would then copy all rows in "shares" from the winning row backwards in time and place them in shares_history for balance calculation. On top of that, I don't see any code that does a DELETE on the "shares" database to clean it up. It only copies into shares_history (which has a proper DELETE mechanism in the code) and then further into shares_dead when they are counted and balances are updated.
Edit: My github Network Graph doesn't show the commit, but you can find it in my commits section.
|
|
|
|
Xenland (OP)
Legendary
Offline
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
|
|
July 08, 2011, 06:04:41 AM Last edit: July 08, 2011, 09:03:43 AM by Xenland |
|
Alright, had some time to push a commit on how I fixed manual payouts. I also removed (deleted) the code for automatic payouts because I just don't trust it, yet. If you notice, I still left some "mouse turds" behind in the code for that automatic payout system, meh.
The next thing I work on that might help the project is my theory on how blockFound.php should work. I'll push a commit if it works. I'm going to try a method where it looks in the database for a found block instead of bitcoind transactionlist. This could also do an if/then comparison with the transactionlist if you want to be super paranoid. It would then copy all rows in "shares" from the winning row backwards in time and place them in shares_history for balance calculation. On top of that, I don't see any code that does a DELETE on the "shares" database to clean it up. It only copies into shares_history (which has a proper DELETE mechanism in the code) and then further into shares_dead when they are counted and balances are updated.
Edit: My github Network Graph doesn't show the commit, but you can find it in my commits section.
Thanks mate for your contributions I like this more then donations honestly. Im checking out the code right meow! Update: i forgot to mention that i do have plans for such optimizations, but optimizing code that isnt finished is redundent in my programming experience. Thanks again for the input and your concerns honestly like i said i like feedback, suggestions and code corrections more then do monetary donations scince those things help evenyone and not just myself
|
|
|
|
ziomik
Legendary
Offline
Activity: 1960
Merit: 1012
SELL bitcoinmarket.net | bitcoinitalia.com SELL
|
|
July 08, 2011, 07:34:44 PM |
|
Hi, thank's for your work ! Sorry for my english... I have a problem on the home I have this error: Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /var/www/req/functions.php on line 262 and statistic: Warning: mysql_num_rows() expects parameter 1 to be resource, boolean given in /var/www/stats.php on line 83 other problem is blockUpdater.php Warning: fopen(http://mtgox.com/code/data/ticker.php) [function.fopen]: failed to open stream: HTTP request failed! in /var/www/req/cronjob/blockUpdater.php on line 81
Warning: fread() expects parameter 1 to be resource, boolean given in /var/www/req/cronjob/blockUpdater.php on line 82
Warning: fclose() expects parameter 1 to be resource, boolean given in /var/www/req/cronjob/blockUpdater.php on line 83 Thank's for support
|
DOMINI IN VENDITA/NOLEGGIO bitcoinmarket.net | bitcoinitalia.com
Contattatemi pure per info. ---- +++ ---- "Se domani senti due massaie che parlano di bitcoin tra di loro dal macellaio, forse e' il momento di vendere.. se pero' le sentirai fra 10 anni forse staranno solo pagando il conto" GBianchi ---- +++ ----
|
|
|
ziomik
Legendary
Offline
Activity: 1960
Merit: 1012
SELL bitcoinmarket.net | bitcoinitalia.com SELL
|
|
July 08, 2011, 08:56:02 PM |
|
RESOULT: php.ini "allow_url_fopen = On" Bye!
|
DOMINI IN VENDITA/NOLEGGIO bitcoinmarket.net | bitcoinitalia.com
Contattatemi pure per info. ---- +++ ---- "Se domani senti due massaie che parlano di bitcoin tra di loro dal macellaio, forse e' il momento di vendere.. se pero' le sentirai fra 10 anni forse staranno solo pagando il conto" GBianchi ---- +++ ----
|
|
|
Xenland (OP)
Legendary
Offline
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
|
|
July 09, 2011, 05:51:17 AM |
|
RESOULT: php.ini "allow_url_fopen = On" Bye! Hmm welll your function.php error dosent make sense scince there is no Mysql quey on that line. I'm not saying your lying I just honestly don't know what it would be saying that. as for the mtgox that error is predictable as I'm still trying to figure out how to make the mtgox bitcoin worth load properly. even tho it says an error the software should still be operational, my design behind this project is to have things still work even if something is broken. I'm actually overhauling the entire software package at the moment, meaning I'm copying and pasting code by code and testing bit by bit. This should get every little error I have in my code. The estimated release date for the updated software I would say Monday it should be fully released and tested. Also the new HTML structure will be more cross browser compatible
|
|
|
|
Xenland (OP)
Legendary
Offline
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
|
|
July 09, 2011, 06:13:14 PM |
|
Okay so I have the testing software that is stable besides the email authorization, Im having troubles with sendmail so I disabled email authorization(don't need anyways). But I pointed my 6990 and I'm getting over 700Mhash/s please donate your mhash/s I will be running this server until we find a block!!! all payouts will be disabled until everything is checked for correct payouts but everyone WILL GET PAYED after the check is done(takes alike a day)
|
|
|
|
openrune
|
|
July 11, 2011, 12:34:20 PM |
|
Hi Xenland I uploaded the new release and it seems at least on my server the stat updates no longer work. The crons are still running I upgraded the database, and had something like 191,000 workers which was wrong so I dropped all the tables and started fresh. Still not correctly identifiying the number of active or total workers also the front page speed also seems to not work. Perhaps its just my server setup that is creating this issue. Just thought I would post so your aware.
After my update to the latest version i can report the same problems as d3cn808 has, so it has to be the code
|
|
|
|
Xenland (OP)
Legendary
Offline
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
|
|
July 14, 2011, 06:31:23 AM |
|
Dear Mining Farm Pool Operator(s), Mining Farm has just undergone a rigorous series of tests, mainly security to protect your wallet from attackers that would like to steal at any given moment. We have done a 8 hour full security audit that covered every single page and have found over 2 major security flaws known as MySql Injections these are really easy to fix but sometimes not always apparent to spot.(Remember Mt. Gox? Same thing) We have fixed these flaws and it is recommended that you download the latest version(link provided below). In case you haven't noticed after downloading the new version we have aimed at complying with W3 standards so our software will work on all browsers(even phones!) that are W3 compliant, this is an extra step to ensure the best possible capabilities for your users, so I hope you enjoy the new design, We have a more refined version of the design comming your way so sit tight! We hope you enjoy the new software and I double hope that none of the security fixes broke the software as I haven't been able to fully test(I'm starting to see colours I've been up for so long ). Mining Farm claims no fees for Red Cross donations they go straight to tradehill every week, I have contacted tradehill about having a static bitcoin address that would allow us to directly donate and they said they are working on getting this impletmented. http://forum.bitcoin.org/index.php?topic=10617.msg152161#msg152161Good night everyone
|
|
|
|
mich
Legendary
Offline
Activity: 3332
Merit: 1034
#1 VIP Crypto Casino
|
|
July 14, 2011, 01:11:30 PM Last edit: July 14, 2011, 06:15:09 PM by mich |
|
"Account Details" in menu returns empty page Parse error: syntax error, unexpected '{' in /var/www/accountDetails.php on line 69 For fix this file (accountDetails.php): if(!empty($_POST["donate1"]){
replase to if(!empty($_POST["donate1"]) ){ $returnError = gettext("No bitcoins were sent | Contact Pool operator";
replase to $returnError = gettext("No bitcoins were sent | Contact Pool operator" );
|
|
|
|
ziomik
Legendary
Offline
Activity: 1960
Merit: 1012
SELL bitcoinmarket.net | bitcoinitalia.com SELL
|
|
July 14, 2011, 06:40:02 PM |
|
Thank's mich
|
DOMINI IN VENDITA/NOLEGGIO bitcoinmarket.net | bitcoinitalia.com
Contattatemi pure per info. ---- +++ ---- "Se domani senti due massaie che parlano di bitcoin tra di loro dal macellaio, forse e' il momento di vendere.. se pero' le sentirai fra 10 anni forse staranno solo pagando il conto" GBianchi ---- +++ ----
|
|
|
Xenland (OP)
Legendary
Offline
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
|
|
July 14, 2011, 06:55:31 PM |
|
Account details.php page would show up blank and it is now fixed !
I've tested the payouts and disabled donations payouts until further testing is done on manual payouts.
|
|
|
|
d3c0n808
|
|
July 15, 2011, 12:18:34 AM |
|
I uploaded v5, very very nice job xenland looking good, love the new stats and the layout.
|
|
|
|
phorensic
|
|
July 15, 2011, 01:25:49 AM |
|
I don't think there are enough <div> tags in the new layout
|
|
|
|
Xenland (OP)
Legendary
Offline
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
|
|
July 15, 2011, 01:45:42 AM |
|
Thanks d3con! Phorensic you crack me up man! Gotta love that bitcoinmonkey
|
|
|
|
|
|
Xenland (OP)
Legendary
Offline
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
|
|
July 15, 2011, 03:18:24 PM |
|
Thanks mate, That is some insight full information.!
|
|
|
|
FlipPro
Legendary
Offline
Activity: 1764
Merit: 1015
|
|
July 15, 2011, 03:58:43 PM |
|
I created the Layout ! If you want me to make you a fully custom template, to your specification just send me a PM. I am charging 10 BTC's for each template, this includes all graphics, logos, and template files!
|
|
|
|
Xenland (OP)
Legendary
Offline
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
|
|
July 15, 2011, 04:33:25 PM |
|
I approve the message Above!
On another note, I have the blogs editor back, Everything has been tested up("updates", "deletes", and "inserts") I'll be adding a pagination feature soon to keep it all nicely in pages. Menu editor comming today!
Keep it cheezy!
|
|
|
|
|