Pages:
Author

Topic: v5.6.0 ][ Open-Source Pooling Web Software ( MiningFarm ) - page 10. (Read 57216 times)

full member
Activity: 130
Merit: 100
So I'm a bit of a n00b and have been racking my head but is designed to use Linux bitcoind and just run it with the bitcoin conf setup for rpc or am I missing something ?
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
I don't understand why you want a nice design. People are gonna change it anyway. I guess all the functions put together in a stupid design is better, people can change it then the way the want. Or do you aim at people without the dev-skills?

You are correct it's only a matter of time until users knowledgeable about just bitcoins will want to get into mining pool and won't have enough money hire a web designer them self s. So in the mean time why not have there mining pool look great until they mine enough BTC to hire a web designer. I'm trying to work with the designer best as possible to make the stylesheeting flexible as possible so when you guys want to put int your own style sheets you wont have to fuss with figuring out complicated tag structures. The web design it self will also be another way of branding the official website, i guess. Considering the offical website( comming soon) will have a market place for modules and merchendising,etc ,etc, etc I'm also hoping that this new design will show what you can do with my software in terms of design, something that will make you feel free when you do your "OWN" design and say , I can do this! and this, and on my page I'll put the login box over here, I just want it to be flexible and look good at the same time so it appeals to Devs & non-Devs alike
newbie
Activity: 2
Merit: 0
I don't understand why you want a nice design. People are gonna change it anyway. I guess all the functions put together in a stupid design is better, people can change it then the way the want. Or do you aim at people without the dev-skills?
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
Just finished last set of tests so we will be going live with our private pool on the weekend, so far works great the only thing I think I am going to do is migrate the DB to a machine we have with SSD's and a bit more ram to mitigate any future IO problems we may experience.
Keep us posted and I'll throw the link up in the examples sections as soon as its ready Smiley
newbie
Activity: 47
Merit: 0
Just finished last set of tests so we will be going live with our private pool on the weekend, so far works great the only thing I think I am going to do is migrate the DB to a machine we have with SSD's and a bit more ram to mitigate any future IO problems we may experience.
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
I test now with two miners connected
1. Dablo Miner: works good
2. Gui Miner: works good
Smiley
member
Activity: 62
Merit: 10
I test now with two miners connected
1. Dablo Miner: works good
2. Gui Miner: works good
Smiley
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
Well i do Smiley

Looks great, i love the feeling of my software being used Cheesy
legendary
Activity: 1372
Merit: 1007
1davout
member
Activity: 62
Merit: 10
Thanks for the great Work Xenland
And hello to ALL
The version 3.2.9 runs great on http://mine.tenobis.com !
member
Activity: 61
Merit: 10
Hello pplz.

i was looking over networkblocks and found something intresting

id    blockNumber    timestamp    accountAddress    confirms
9    129583            1307622747     (blank)             0

just wondering if anyone else is getting this i seem to cant get

$transactions[$i]["confirmations"];
$transactions[$i]["category"];
$transactions[$i]["address"]

to display anything.
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
thanks for your work!
i have i question about rpc server.
what should i use for it? push pool?

Rpc server information will be your RPC information in your config file for bitcoind.
RPC server information is used to get information about the bitcoin network and your current
balance in your wallet. It is also used for sending payments to users.
newbie
Activity: 46
Merit: 0
thanks for your work!
i have i question about rpc server.
what should i use for it? push pool?
newbie
Activity: 47
Merit: 0
ok I think, think not sure

this is the problem line there where 2 sets of brackets it was missing one of the end, I added

while($accounts = mysql_fetch_array($getListOfAccountsQ))

however...... i now get

PHP Warning:  mysql_fetch_array() expects parameter 1 to be resource, boolean given in /var/www/btcfinland/req/cronjob/blockUpdater.php on line 46

Now in my experience php developers always say ignore the warning if they are not fatal so it could be that this worked  Cheesy

or not  Sad


This issue along with the misspelling issue will be updated with the graphing update.
Get ready for some Mhash STAT!

Awesome can't wait!
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
ok I think, think not sure

this is the problem line there where 2 sets of brackets it was missing one of the end, I added

while($accounts = mysql_fetch_array($getListOfAccountsQ))

however...... i now get

PHP Warning:  mysql_fetch_array() expects parameter 1 to be resource, boolean given in /var/www/btcfinland/req/cronjob/blockUpdater.php on line 46

Now in my experience php developers always say ignore the warning if they are not fatal so it could be that this worked  Cheesy

or not  Sad


This issue along with the misspelling issue will be updated with the graphing update.
Get ready for some Mhash STAT!
full member
Activity: 121
Merit: 100
Obey me and live or disobey and die.
ok I think, think not sure

this is the problem line there where 2 sets of brackets it was missing one of the end, I added

while($accounts = mysql_fetch_array($getListOfAccountsQ))

however...... i now get

PHP Warning:  mysql_fetch_array() expects parameter 1 to be resource, boolean given in /var/www/btcfinland/req/cronjob/blockUpdater.php on line 46

Now in my experience php developers always say ignore the warning if they are not fatal so it could be that this worked  Cheesy

or not  Sad
legendary
Activity: 1372
Merit: 1007
1davout
The crontab looks fine.

You can probably run PHP directly if you have the correct shebang line and the executable flag on the file
full member
Activity: 121
Merit: 100
Obey me and live or disobey and die.
I'm having a problem with the cronjobs.  I installed php-cli - was this needed?

Here is my crontab:
Code:
*/10 * * * * /home/miningsite/req/cronjob/blockUpdater.php
*/12 * * * * /home/miningsite/req/cronjob/blockFound.php

Should I be running PHP?  Also, when trying to run the command from the command line I get this error:
Code:
$:php blockUpdater.php
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Parse error:  syntax error, unexpected '{' in /home/miningsite/req/cronjob/blockUpdater.php on line 45

Thanks!

same problem here im not a php wizard  but it doesn't look that syntactically incorrect
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
Xenland, i want to donate you a couple of btc, can you give the adress?
All donations can go to the address that was supplied with the package.
or my personal Donation Address: 12QY5HYbiT5Nx6fek8ss5pAywPsV3kqdu3
Thank you for your contribution, All donations from here on out will go to a web designer
We really need a good mining pool interface, I'm really sick of this "WHITE!", bland and boring look
to every mining pool service.
newbie
Activity: 112
Merit: 0
I'm having a problem with the cronjobs.  I installed php-cli - was this needed?

Here is my crontab:
Code:
*/10 * * * * /home/miningsite/req/cronjob/blockUpdater.php
*/12 * * * * /home/miningsite/req/cronjob/blockFound.php

Should I be running PHP?  Also, when trying to run the command from the command line I get this error:
Code:
$:php blockUpdater.php
PHP Deprecated:  Comments starting with '#' are deprecated in /etc/php5/cli/conf.d/mcrypt.ini on line 1 in Unknown on line 0
PHP Parse error:  syntax error, unexpected '{' in /home/miningsite/req/cronjob/blockUpdater.php on line 45

Thanks!
Pages:
Jump to: