Bitcoin Forum
May 25, 2024, 08:03:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 »
561  Bitcoin / Project Development / Re: [Pushpool Web Frontend] Simplecoin v2.0 Opensource PHP/MySQL on: July 05, 2011, 05:23:54 PM
Will try that out again and see if I can get it to give me something other than internal server error 500 which is what I usually get.....is there a way I can check my tables for something missing maybe? I imported the .sql file included in the download with no errors. Was there any additional steps I needed to take maybe in creating any extra tables possibly?

Thanks again Mike! You can expect a donation for sure! Awseome stuff!

Peace!

There shouldn't be anything I missed in the v2 sql. That admin page loves to give errors though.... Since I usually change things in sql, sometimes little admin things slip through.
562  Bitcoin / Pools / Re: [3GHs] SIMPLECOIN.US (Better pools through mining) - JSON/SSL/LP/Monitors on: July 05, 2011, 04:48:29 PM
Thanks everyone for your hashes!!!!

I'm thinking of adding some incentive giveaways once the pool moves to a percentage Wink

Also, once the pool moves to 1%, I'll be removing tx fees on the next block.

And.... I should be getting a few more miners online myself (my daughter want's a linux box, how convenient).
563  Bitcoin / Project Development / Re: [Pushpool Web Frontend] Simplecoin v2.0 Opensource PHP/MySQL on: July 05, 2011, 03:30:48 PM
Hey Mike,

found a bit of a nasty one...at least from a stats perspective and could maybe even cause some mayhem with payouts:

------------------------------------------------------------------------
r18 | annihilat | 2011-07-04 22:54:36 +0200 (Mon, 04 Jul 2011) | 3 lines
Changed paths:
   M /trunk/www/accountdetails.php

- make sure the user cannot set a lower than 0% donation fee


------------------------------------------------------------------------

You might want to check into that.   Smiley

Ive fixed it simply by adding a less than 0 check and forcing it to 0 if true.  see below:

Code:
if($act == "updateDetails"){
                        //Update user's details
                        $newSendAddress = mysql_real_escape_string($_POST["paymentAddress"]);
                        $newDonatePercent = mysql_real_escape_string($_POST["donatePercent"]);
                        $newPayoutThreshold = mysql_real_escape_string($_POST["payoutThreshold"]);
                        if ($newPayoutThreshold > 25)
                                $newPayoutThreshold = 25;
                        if ($newPayoutThreshold < 1)
                                $newPayoutThreshold = 0;
                        if ($newDonatePercent < 0)
                                $newDonatePercent = 0;


Thanks, it's in the experimental branch now Smiley
564  Bitcoin / Project Development / Re: [Pushpool Web Frontend] Simplecoin v2.0 Opensource PHP/MySQL on: July 05, 2011, 02:51:08 PM
Thanks! Got the clients to connect succesfully! Do you have an example of about how long or in how many minutes I should run each cronjob file? I know in the thread it states from 10 to 30 minutes but how about the workers.php one for example? I like the stats to update frequently but I do not want to create to much or uneeded database traffic either...

Thanks again for all your help!

Anyone else having issues accessing the admin page? I have my account flag set to 1 in the database? Cant seem to figure that one out.

Peace!

The key to the cron jobs is to space them out enough that it doesn't keep mysql bogged down. I've tried to space them out into separate files to help, but really I kept a watch on 'top' to try and keep the cpu/mem usage down.

as for the admin page not working, it could be a missing setting row in the settings table. turn errors on for a second and see if you can get an idea of the issue.

The 225 errors, never seen them, I'd check file owner/permissions.
565  Bitcoin / Pools / Re: [3GHs] SIMPLECOIN.US (Better pools through mining) - JSON/SSL/LP/Monitors on: July 04, 2011, 03:23:29 PM
Have you noticed that ozco.in looks exactly the same.

Yep, and about 20 others. I opensourced the frontend.
566  Bitcoin / Pools / Re: [3GHs] SIMPLECOIN.US (Better pools through mining) - JSON/SSL/LP/Monitors on: July 03, 2011, 01:59:15 AM
I like the new look/options! Lots of new useful information!

I'm coming back in a few days, when I get my miners set up at the new house, and have the net transferred! 

I'll have the perfect server room, with a ton of ventilation, built in shelving, and a dedicated A/C unit for the room, which will be ducted to each shelf of mobos!   Cool
It was a recording studio, so it's sound proof too!  Grin

I'm envious. I have to keep my miners spread around the house just to keep the temperature from fluctuating too much.
567  Bitcoin / Pools / Re: [3GHs] SIMPLECOIN.US (Better pools through mining) - JSON/SSL/LP/Monitors on: July 03, 2011, 01:12:15 AM
Just a heads up.... Once I implement the 1% bonus fee, I'm also removing transaction fees.
568  Bitcoin / Project Development / Re: [Pushpool Web Frontend] Simplecoin v2.0 Opensource PHP/MySQL on: July 01, 2011, 06:06:36 PM
Hi mike,

version 1 of my fork released:

MMCFE SVN - http://mmcfe.mfis.net  (Mainframe Mining Cooperative Front End)

Maybe you can update the original post with correct link and name of project?    

Anni

Done! Too bad it's not a Git Fork.... it'd be too easy to move code back and forth. I'll peek around soon and see what to bring back from your fork.

Also: going to be adding bitcoin account locking, and email notifications.
569  Bitcoin / Pools / Re: [3GHs] SIMPLECOIN.US - JSON/SSL/LP/Monitors (Help support future development) on: July 01, 2011, 06:01:31 PM
There we go, 3Gh! Now let's get some blocks solved!
570  Bitcoin / Pools / Re: Mining pool features table on: June 30, 2011, 10:57:44 PM
Hey, since my pools info is lacking...

1% proportional (is 0% but moving to 1%).
tx fees are btc client minimum (currently .01, but .005 once client allows)
Full web UI (a lot of other pools are based on my UI)
Auto Payout threshhold (1-25)
Instant Payout of confirmed
Currently 120 confirms for payout
Full control of workers, many available per username.
username is not based on email
No idle email yet, currently only JSON/Web/Android/Browser monitoring
SSL supported
IPv6 should be supported
Account changes require additional PIN
No preset support
Also have Chrome browser extension monitor

Thanks for putting up the chart.
571  Bitcoin / Project Development / Re: [BOUNTY] Open Source pooled mining platform with web interface on: June 30, 2011, 07:07:54 PM
If it's any consolation. My pool software was based off of Xenland's v1 setup. It is being used by several of the top10 pools now Wink Several of them in the 50+Ghash range.

While it's not the same, it wouldn't have become what it is without his initial base.

572  Bitcoin / Project Development / Re: [Pushpool Web Frontend] Simplecoin v2.0 Opensource PHP/MySQL on: June 30, 2011, 07:05:10 PM
did that already.....got nothing. I dont get it...the file is there...the path is correct.

I also cant seem to get clients to connect .....is there anything else that needs to be done with the database to get clients to connect? Maybe you could clear up the pool workers username and password...what is with the "." ? When you setup rpc should you include the "."?
 
Example if my website username is bean and I want to create a pool worker called pea, why do I end up with a worker called "bean.pea"? And how should I set up my RPC config file to connect? With a username of bean.pea or just pea?

The way it is, is confusing.....please help

The workers contain "." so that worker logins are based on simplecoin usernames. This keep people from fighting over worker names and having to guess one that's not already taken.

the rpc user/pass only relates to bitcoin.conf, pushpool.conf, & requiredFunctions, not a simplecoin user. just pick a name/pass and make it match in all 3 places.
573  Economy / Goods / Re: Electronic cigarettes, starter kits, replacement parts, liquids and more on: June 30, 2011, 05:23:36 PM
Nice!

Long time vaper here.. The Ego & Ego-T are by far my favorite right now. Any chance of larger eLiquid bottles, 10ml would barely last me a week.

Also, has the Dekang RY4 gotten any closer to the original flavor? My last bottle tasted like burnt peanuts.
574  Bitcoin / Pools / Re: [Pool] SIMPLECOIN.US - JSON/SSL/LP/Monitors (Help support future development) on: June 30, 2011, 08:16:36 AM
Pool is holding solid, looks like all we need now is more hashes! Smiley
575  Bitcoin / Project Development / Re: [Pushpool Web Frontend] Simplecoin v2.0 Opensource PHP/MySQL on: June 30, 2011, 07:07:38 AM
Thanks, got everything up and running. Only problem is when I try and access the admin page I get a 500 error...I have set the flag to 1 in the database ....any idea why I get this error only when trying to access the admin panel?

Thanks!

your best bet is to turn on display_errors in php.ini
576  Bitcoin / Project Development / Re: [20 BTC] Multithreaded Keep-alive Implementation in Bitcoind on: June 29, 2011, 06:10:46 PM
I have a new version out at:
http://davids.webmaster.com/~davids/bitcoin-3diff.txt

It has the turbo RPC changes, the new hub mode to reduce stale/lost blocks, and native long polling support. Please read the documentation at the top of the file.

CAUTION: This code was just finished and has not been well-tested. Test results are appreciated. Bug reports and success reports are equally welcome.

Update: Version 0.4 is now up. It fixes a bug that could cause bitcoind to hang when directed to shutdown.

Currently testing v0.5 on live server.... (a whopping 3 users since relaunch). Will let you know how it turns out.

So far so good. LP notifications seem faster than a certain unnamed big pool Wink Also it seems to favor my pool during new getwork causing my pool to get a higher share of hashrates than said big pool when using hashkill.
577  Bitcoin / Pools / Re: [Pool] SIMPLECOIN.US - JSON/SSL/LP/Monitors (Help support future development) on: June 29, 2011, 06:07:52 PM
Just added JoelKatz full bitcoind & longpolling mods. Should be snappier and have less stale shares!!!

Some miners may need to reconnect.
578  Bitcoin / Pools / Re: [Pool] SIMPLECOIN.US - JSON/SSL/LP/Monitors (Help support future development) on: June 29, 2011, 05:18:14 PM
The pool stats have a nice style now...good work.


Thanks! That came from the ozco.in fork, so I can't take too much credit Wink

Also, estimates are now in the api results.
579  Bitcoin / Project Development / Re: [Pushpool Web Frontend] Simplecoin v2.0 Opensource PHP/MySQL on: June 29, 2011, 04:56:35 PM
pushpool v5, bitcoin v0.3.23 (or if you are comfortable compiling add the multi-thread diff from the 20btc bounty project page)
580  Bitcoin / Project Development / Re: [Pushpool Web Frontend] Simplecoin v2.0 Opensource PHP/MySQL on: June 29, 2011, 03:05:28 AM
oops, server load stat was was 100x too high, thanks jine for pointing that out.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 [29] 30 31 32 33 34 35 36 37 38 39 40 41 42 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!