Pages:
Author

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

full member
Activity: 434
Merit: 101
Thats just it, I have other apps that rely on the same php.ini file and all other mail apps work fine....only the frontend software wont send emails out for registering new clients....pretty important feature to work....are you saying you have fixed something or made an update now? It is very confusing as where to look for when updates are applied......also I dont get the confusion with github, I mean you zip up the files and upload them to the server correct? How do the files keep coming up missing or not extra files included??

Are these other apps web-based mail apps?  Or are they just mail apps running locally.  You may have to edit the sendmail file to use a relay host perhaps.  Also your php.ini what is in your sendmail path?  should be something like usr/sbin/sendmail -t -i This may not be a website problem so much as just a configuration issue.  I would use sendmail, and route that through postfix for an easy fix.  So i think you said your port was 587  so sendmail should have something like this for the relay server localhost:587 and of course your auth if you require one if not you can leave that blank. 
member
Activity: 717
Merit: 85
no there is nothing in the mail logs...php.ini is setup to use sendmail...so you happen to know what the settings should be in php.ini for postfix instead of sendmail?

Thanks
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
Thats just it, I have other apps that rely on the same php.ini file and all other mail apps work fine....only the frontend software wont send emails out for registering new clients....pretty important feature to work....are you saying you have fixed something or made an update now? It is very confusing as where to look for when updates are applied......also I dont get the confusion with github, I mean you zip up the files and upload them to the server correct? How do the files keep coming up missing or not extra files included??

do you happen to know the methods of how these apps send mail? are they publicly available for the code to look at if so please give me some links to look over the code and I can get something worked out even quicker
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
Thats just it, I have other apps that rely on the same php.ini file and all other mail apps work fine....only the frontend software wont send emails out for registering new clients....pretty important feature to work....are you saying you have fixed something or made an update now? It is very confusing as where to look for when updates are applied......also I dont get the confusion with github, I mean you zip up the files and upload them to the server correct? How do the files keep coming up missing or not extra files included??

That's a really odd problem, I'll look into it further. about the git hub thing I personally liked the part were I zip it up and upload to FTP but I had floods of change log requests every time an update was posted. Someone suggested I use a management system for coders such as Git Hub, I like it in the sense all I must do is type in a few commands and it will scan the code for new changes and update it to the website, However I have had issues with it such as a week ago someone did a pull request and I didn't know what that was. I was pushed into a corner to choose either accept the weird push issue that was reported in the terminal or force it. Thinking I'd break the upload I just accepted the pull then pushed it to the server and I come to find out just about every file had weird series of numbers along with "<<<<<<<<" signs in groups in a line. The code was a messed up to yin yang took about 6 hours to clean up. Long story short I still have problems with it but I backup a lot more to prevent issues like that. Anyways back to git hub, You can go to the git hub page and find the master branch there should be a comparison tool some where on the page(I still have trouble finding it). You can find your version that you downloaded and compare it with another version, it will then show you a list of files with red and green lines. The green lines means those lines were added to the project and the red one means that it was deleted from the project in comparison of each other.

and no none of my fixes were email auth related, Mostly optimizations for databases, some interface touch ups, and although bit coins were distribute correctly it would show up wrong in a few displays such as the stats.php file it would be a few BTC off and I added support for showing which blocks were invalid or orphaned in the stats page. Even tho they were never counted when rewarding users(just to clear any confusion on that)

Hope this helps mate!
member
Activity: 717
Merit: 85
Thanks! Seem to have the stats running now...only problem left is getting it to send email auths for new registrations....anyone know how to get that to work? I have postfix as my mail sender.....
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
Your an all in one guy, Database programming and a dentist, I bet you can do both at the same time Tongue

But in all seriousness
Could you be more specific and clear about what functions aren't working for you?
I have been following this thread daily and was aware of your mailing problem but it was nothing that I can fix personally(Didn't personally think I was required to butt-in really?)
My software relies on PHP mailing functions which is usually supported on more then 90% out of the box VPS hosting and it is more of a PHP issue then a software it sounds like anyways.(May be config issue)
Anyways I remember about a month ago I had mailing issues with PHP and I never did find a solution except that I reloaded the operating system which is less then ideal for recommending someone for a solution.

I actually did some testing yesterday and posted a bunch of fixes like I announced I would about a week ago.
and in all actuality it took me relativity 4-6 weeks to create this software from scratch, So i think your estimate for how long you've been chipping away is probably a little off.

P.S. Before the update that i mentioned above I have deleted poolstats.php unless github didn't commit it to the request in which this case I would ask your workers/users to ignore the broken link. Thanks mate!
full member
Activity: 434
Merit: 101
you don't need to edit the php.ini that much, you'll need to enter the address for the smtp server so in your case 127.0.0.1 port 25 and postfix should pick it up.  Make sure postfix is running on port 25, and then it should send through postfix vs sendmail. 
member
Activity: 717
Merit: 85
What kind of time frame do you guys that have it working run in terms of the crontab file? 5minutes? * minutes?
full member
Activity: 434
Merit: 101
Check your mail log and see if php is sending the email out to postfix.   If not then its a problem between php and postfix.  If not its more than likely the relay server your using. 
full member
Activity: 434
Merit: 101
What kind of time frame do you guys that have it working run in terms of the crontab file? 5minutes? * minutes?

I use */1 for the statsupdater, everything else default /5 /8
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
Indeed I get your point, You haven't advertised your domain to the public yet so there fore you can't get blocks to mine to donate. I was just trying notify anybody that was waiting so they don't get too anxious for the daily updates I've been presenting lately.

*The more you know!  Grin
newbie
Activity: 25
Merit: 0
I have another bigger project I'm currently working on, With my time less available and the lack of monetary gain from donations my interest has hmmm I think I should say has "disinclined" a tid-bit, I should have some testing and the release done by Saturday or so. Thank for your patience

Cheesy

Hmm okay ^^
But may rethink that. :>
In my case i donated nothing cause i have nothing that is working. I cant go live at the moment so... i have nothing i could spend.

greetings
member
Activity: 717
Merit: 85
Still cant get stats update properly here...what was your secret to getting it to work?
full member
Activity: 434
Merit: 101
Still cant get stats update properly here...what was your secret to getting it to work?

did you add the cronjobs to your crontab?  Do you have php cli installed?  your crontab should have a php /Path/to/cronjob
member
Activity: 62
Merit: 10
Hello all

Well by now we have our first 24h behind us, everything works well! We was able to rise the Hashrate from 2 gh/s yesterday to around 5.5 gh/s today, we thank all who joined us allready and help us rise the hashrate. If you wanna join us feel free to do so:
http://mine.tenobis.com

By now workers hash with an efficiency of 92% to 98%, the hasrate is accurate displayed for every worker aswell as the efficiency rate.

Slow workers with around 5 kh/s have an accurate display for the hashrate.

The  CPU USAGE of Bitcoind and Pushpoold is 2% (i wonder how this will rise when we get more ghashes)

We are still on our first goal, the first BLOCK ! Smiley


we discovered a minor bug that wasnt visible in the beginning:

There is a difference between the top right est. earnings and the est. earnings in the account details.

Wouldnt it be great to see the total of all workers for every miner ??
We wanna specialy thank Xenland for his dedicated work and aswell all others here that support this project!
full member
Activity: 434
Merit: 101
Sorry I've been going through the code, and I still can't figure out how to change the background color on the menu buttons.  I've changed all the images from the image folder to no avail and I cant find the color in the css.  Anyone have any idea where that parameter is located?  Sorry Im not a coder.
legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
I have another bigger project I'm currently working on, With my time less available and the lack of monetary gain from donations my interest has hmmm I think I should say has "disinclined" a tid-bit, I should have some testing and the release done by Saturday or so. Thank for your patience

Cheesy

Hi Xen,
we want to release soon.
When you will have fixed the outstanding reward and cashout bugs?

best regards

P.S
and please add the block status invalid.

Code:
{
        "account" : "",
        "category" : "orphan",
        "amount" : 50.25293224,
        "confirmations" : 0,
        "txid" : "790c5494c0a26a520c3cffc0dae536173bedfd4ef512b65db9bbf5613d68f0bb",
        "time" : 1309191321
    }
]

newbie
Activity: 25
Merit: 0
Hi Xen,
we want to release soon.
When you will have fixed the outstanding reward and cashout bugs?

best regards

P.S
and please add the block status invalid.

Code:
{
        "account" : "",
        "category" : "orphan",
        "amount" : 50.25293224,
        "confirmations" : 0,
        "txid" : "790c5494c0a26a520c3cffc0dae536173bedfd4ef512b65db9bbf5613d68f0bb",
        "time" : 1309191321
    }
]

legendary
Activity: 980
Merit: 1003
I'm not just any shaman, I'm a Sha256man
Running 4.1.51.  Here's a few things that don't seem to be working:


3. Blog posts are missing

Is your mySQL table populated in that section?  Can you add a blog post on the admin page?

No i've removed the blog posts. I decided to have a really basic core system that way modules can do the fun stuff, Including blogs and signature generation, forums(maybe Smiley
hero member
Activity: 630
Merit: 500
Running 4.1.51.  Here's a few things that don't seem to be working:


3. Blog posts are missing

Is your mySQL table populated in that section?  Can you add a blog post on the admin page?
Pages:
Jump to: