Pages:
Author

Topic: [Pushpool Web Frontend] Simplecoin v5.0 Opensource PHP/MySQL - NEW RELEASE - page 2. (Read 57191 times)

sr. member
Activity: 266
Merit: 254
Hi Simplecoin,

Just thought I'd point out to you the new version of poolserver includes the capability to send coinbase donations.  I wrote it so pool ops can donate to any address so that other devs of other open source software that pools use can benefit as well.

It's explained in detail in this post: https://bitcointalksearch.org/topic/announce-poolserverj-workmaker-edition-released-040rc1-51226

To be able to receive donations you need to put up a page that returns json something like this:
http://poolserverj.org/meta/donations/

But obviously with your own addresses.  Then of course make it known what your donation URL is.  Suggest you fill in the testnets as well.
sr. member
Activity: 406
Merit: 250
question about the license

any change that id done on the code needs to be make public and under same license true ?

That's the spirit of it. In theory, if anyone asks, the code must be made public if you change any existing files or include the code from existing files.

Although, only I think only 1 site is sharing their code base. BurningToad was kind enough to share his code as well upon request as well.
legendary
Activity: 3122
Merit: 1032
#1 VIP Crypto Casino
I think its up to you. About "any changes" - when you type your own settings logins, passwords, email etc. in php files, it is changing a code or not?  Wink
P.S. If somebody needs my changes - feel free to ask Smiley
legendary
Activity: 3122
Merit: 1032
#1 VIP Crypto Casino
No, fix by edited requiredFunctions.php (lock - unlock "shares")...
I hope that it was fixed...
Will see on next found block. Good sign - networkBlocks updates by every next block and part of last row in winningshares has been updated automatically.
Can you plz tell us what exactly did you change in lock/unlock functions?
Actually I didnt understand, I've disabled functions lock/unlock, then run cronjob.php - it was done without errors, then enabled back lock/unlock and script still work correct.
newbie
Activity: 6
Merit: 0
No, fix by edited requiredFunctions.php (lock - unlock "shares")...
I hope that it was fixed...
Will see on next found block. Good sign - networkBlocks updates by every next block and part of last row in winningshares has been updated automatically.
Can you plz tell us what exactly did you change in lock/unlock functions?
legendary
Activity: 3122
Merit: 1032
#1 VIP Crypto Casino
Share counting and block update isn't working, what is wrong with my minipool ? I've setup cronjobs (of all files in cronjobs folder). Could you please show me a example of crontab -e ?

Yes, I would like to take a look this too. I need correct time interval for each of cronjobs file. When last my block was found frontend shown me balance >1000 except ~23... unknown mistake again Sad

Could you please show yours ? it seems the block & earnings are updating in yours, in mine they aren't.
backupwallet.php - 1 per day
archive.php - every 5 minutes
hashrate.php - 30 minutes
payout.php - 10 minutes
shares.php - 2 minutes
cronjob.php - 3 minutes
hero member
Activity: 540
Merit: 500
The future begins today
Share counting and block update isn't working, what is wrong with my minipool ? I've setup cronjobs (of all files in cronjobs folder). Could you please show me a example of crontab -e ?

Yes, I would like to take a look this too. I need correct time interval for each of cronjobs file. When last my block was found frontend shown me balance >1000 except ~23... unknown mistake again Sad

Could you please show yours ? it seems the block & earnings are updating in yours, in mine they aren't.
legendary
Activity: 3122
Merit: 1032
#1 VIP Crypto Casino
Share counting and block update isn't working, what is wrong with my minipool ? I've setup cronjobs (of all files in cronjobs folder). Could you please show me a example of crontab -e ?

Yes, I would like to take a look this too. I need correct time interval for each of cronjobs file. When last my block was found frontend shown me balance >1000 except ~23... unknown mistake again Sad
hero member
Activity: 540
Merit: 500
The future begins today
Share counting and block update isn't working, what is wrong with my minipool ? I've setup cronjobs (of all files in cronjobs folder). Could you please show me a example of crontab -e ?
sr. member
Activity: 406
Merit: 250
merged mining source code plz  Grin

It's coming..... the real issue isn't the source, the source is good. The issue is making it usable for the masses. Right now, 90% of the setup is undocumented database tables and fields. I'm working on beefing up the admin panel so that it isn't nearly impossible to manage and install.

I am hoping to run it on Centos 6, will there be any issues?  Or is it more suited for Debian based distros only?

I'm not sure. In theory it should run on any PHP/Mysql setup. I personally use ubuntu with mysql 5.5, but I've heard of others even using windows.
hero member
Activity: 756
Merit: 500
I am hoping to run it on Centos 6, will there be any issues?  Or is it more suited for Debian based distros only?
hero member
Activity: 556
Merit: 500
merged mining source code plz  Grin
sr. member
Activity: 406
Merit: 250
I think you have to make name of pool as variable in some settings file and use it in files who send notifications and etc.

Thanks, I'll try to get that in the next version.
legendary
Activity: 3122
Merit: 1032
#1 VIP Crypto Casino
I think you have to make name of pool as variable in some settings file and use it in files who send notifications and etc.
sr. member
Activity: 406
Merit: 250
No, fix by edited requiredFunctions.php (lock - unlock "shares")...
I hope that it was fixed...
Will see on next found block. Good sign - networkBlocks updates by every next block and part of last row in winningshares has been updated automatically.

That's good news! The next version has better locking, but it takes a lot more database work to get it off the ground.

I'm going to need to build a serious manual or an install interface at this rate.
legendary
Activity: 3122
Merit: 1032
#1 VIP Crypto Casino
No, fix by edited requiredFunctions.php (lock - unlock "shares")...
I hope that it was fixed...
Will see on next found block. Good sign - networkBlocks updates by every next block and part of last row in winningshares has been updated automatically.
sr. member
Activity: 406
Merit: 250
networkBlocks is updated by cronjob.php

try putting a networkBlock of 1 in the table, that should force it to start updating.

I'm currently running a wholly new version of the source (working the kinks out now, especially merged-mining), so I'm referencing the git repo for answers.

I did but updating not started  Sad

Still the same error?
legendary
Activity: 3122
Merit: 1032
#1 VIP Crypto Casino
networkBlocks is updated by cronjob.php

try putting a networkBlock of 1 in the table, that should force it to start updating.

I'm currently running a wholly new version of the source (working the kinks out now, especially merged-mining), so I'm referencing the git repo for answers.

I did but updating not started  Sad
legendary
Activity: 3122
Merit: 1032
#1 VIP Crypto Casino
What can I do now for make visible founded two blocks in stat and for paying out to users? I can see that shares in table shares, I see who found it, but which moves I have to do for correct stats and distribution of mined amount?
sr. member
Activity: 406
Merit: 250
networkBlocks is updated by cronjob.php

try putting a networkBlock of 1 in the table, that should force it to start updating.

I'm currently running a wholly new version of the source (working the kinks out now, especially merged-mining), so I'm referencing the git repo for answers.
Pages:
Jump to: