Bitcoin Forum
April 23, 2024, 04:45:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 »  All
  Print  
Author Topic: v5.6.0 ][ Open-Source Pooling Web Software ( MiningFarm )  (Read 57208 times)
d3c0n808
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile
July 07, 2011, 11:00:55 PM
 #221

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.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
July 08, 2011, 04:45:32 AM
Last edit: July 08, 2011, 05:46:26 AM by phorensic
 #222

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 Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 08, 2011, 06:04:41 AM
Last edit: July 08, 2011, 09:03:43 AM by Xenland
 #223

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 Cheesy 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 Offline

Activity: 1946
Merit: 1009


SELL bitcoinmarket.net | bitcoinitalia.com SELL


View Profile WWW
July 08, 2011, 07:34:44 PM
 #224

Hi, thank's for your work ! 
Sorry for my english...
I have a problem on the home I have this error:
Code:
Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /var/www/req/functions.php on line 262

and statistic:
Code:
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
Code:
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 Smiley

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 Offline

Activity: 1946
Merit: 1009


SELL bitcoinmarket.net | bitcoinitalia.com SELL


View Profile WWW
July 08, 2011, 08:56:02 PM
 #225

RESOULT:
php.ini            "allow_url_fopen = On"

Bye!  Cool

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 Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 09, 2011, 05:51:17 AM
 #226

RESOULT:
php.ini            "allow_url_fopen = On"

Bye!  Cool

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 Cheesy
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 09, 2011, 06:13:14 PM
 #227

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
Member
**
Offline Offline

Activity: 62
Merit: 10


View Profile WWW
July 11, 2011, 12:34:20 PM
 #228

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

0 Fee TENOBIS MINE
http://mine.tenobis.com
Dnt mind any donation!
19gD6ZNxSReeNf18A2ftYeDK5uuJ5VDKnu
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 14, 2011, 06:31:23 AM
 #229

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 Tongue).
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#msg152161


Good night everyone Smiley
mich
Legendary
*
Offline Offline

Activity: 3122
Merit: 1032


#1 VIP Crypto Casino


View Profile
July 14, 2011, 01:11:30 PM
Last edit: July 14, 2011, 06:15:09 PM by mich
 #230

"Account Details" in menu returns empty page Sad

Parse error: syntax error, unexpected '{' in /var/www/accountDetails.php on line 69

For fix this file (accountDetails.php):

Quote
if(!empty($_POST["donate1"]){

replase to
if(!empty($_POST["donate1"])){

Quote
$returnError = gettext("No bitcoins were sent | Contact Pool operator";

replase to
$returnError = gettext("No bitcoins were sent | Contact Pool operator");

.
.BITCASINO.. 
.
#1 VIP CRYPTO CASINO

▄██████████████▄
█▄████████████▄▀▄▄▄
█████████████████▄▄▄
█████▄▄▄▄▄▄██████████████▄
███████████████████████████████
████▀█████████████▄▄██████████
██████▀██████████████████████
████████████████▀██████▌████
███████████████▀▀▄█▄▀▀█████▀
███████████████████▀▀█████▀
 ▀▀▀▀▀▀▀██████████████
          ▀▀▀████████
                ▀▀▀███

.
......PLAY......
ziomik
Legendary
*
Offline Offline

Activity: 1946
Merit: 1009


SELL bitcoinmarket.net | bitcoinitalia.com SELL


View Profile WWW
July 14, 2011, 06:40:02 PM
 #231

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 Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 14, 2011, 06:55:31 PM
 #232

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
Full Member
***
Offline Offline

Activity: 434
Merit: 101


View Profile
July 15, 2011, 12:18:34 AM
 #233

I uploaded v5, very very nice job xenland looking good, love the new stats and the layout. 
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
July 15, 2011, 01:25:49 AM
 #234

I don't think there are enough <div> tags in the new layout  Cheesy Cheesy
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 15, 2011, 01:45:42 AM
 #235

Thanks d3con!

Phorensic you crack me up man! Cheesy
Gotta love that bitcoinmonkey Tongue Cheesy
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
July 15, 2011, 03:44:08 AM
 #236

If any Bitcoin Monkeys are reading this thread - https://BitcoinMonkey.com has applied the security patches and is good to go.
phorensic
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500



View Profile
July 15, 2011, 05:57:05 AM
 #237

This post might be of interest - http://forum.bitcoin.org/index.php?topic=26879.0 .  Haven't had an account balance big enough to cause an error, yet, but I totally overlooked this one.
Xenland (OP)
Legendary
*
Offline Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 15, 2011, 03:18:24 PM
 #238

This post might be of interest - http://forum.bitcoin.org/index.php?topic=26879.0 .  Haven't had an account balance big enough to cause an error, yet, but I totally overlooked this one.

Thanks mate, That is some insight full information.! Cheesy
FlipPro
Legendary
*
Offline Offline

Activity: 1764
Merit: 1015


View Profile
July 15, 2011, 03:58:43 PM
 #239

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 Offline

Activity: 980
Merit: 1003


I'm not just any shaman, I'm a Sha256man


View Profile
July 15, 2011, 04:33:25 PM
 #240

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!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!