when I do an LS in that directory I get this. . blkmond db-postgresql.c hist.c msg.c ubbp.h .. ChangeLog db-sqlite.c htab.c NEWS util.c anet.c config.c elist.h htab.h protocol.h anet.h configure.ac example-blkmon.cfg LICENSE README AUTHORS COPYING example-cfg.json m4 server.c autogen.sh db-mysql.c .gitignore Makefile.am server.h
Yeah it looks like configure isn't there, I would try downloading pushpool tarball again, Latest release: http://yyz.us/bitcoin/pushpool-0.4.1.tar.gz(You may have downloaded the developer version of pushpool)
|
|
|
Donate Towards MP2 Webdesign: 1L4PFdnCJ9fPRZpw2M7kK3Eabk3mV1NwA9 Donation Pot: 4.15BTC WebDesign Bill: $250 in BTC value upon time of completion of project Hello community I'm looking for a web designer that can give Mining Pool #2 the same feel of Web 2.0(a word that some like to fancy). The site you will be redesigning is http://mp3.fleshvirus.comWe will discuss payment over Personal Messages or email All resumes must go in the thread, I will PM you upon consideration Some things to consider: You will only be working with client side scripting languages, If you know HTML/CSS and you have previous work to show these skills then your what I'm looking for. Some example pages that are appealing: http://www.l4dmaps.comhttp://www.sohtanaka.com/about/http://www.simpleflame.com/http://www.graphics.net/http://www.1024media.com/Main page Layout Content Page
|
|
|
and did you change into the directory where the "./configure" file is? Whats the exact output in the directory where you type in ./configure at when you type in
|
|
|
I am having an issue with Installation... I am running Ubuntu 11.04 Server and when I get to the point to configure the files for install I get: I Enter this: ./configure --prefix=/home/[b]my_user_name[/b]/pushpool/ I Get This: configure: command not found Am I missing something that needs to be installed in Ubuntu? Sorry I am kind of a Linux Newb. ./configure --prefix= folder you want to installmake sure that you acknowledge that this is working directory after the "--prefix=" usually your home folder other then that why it doesn't recognise "./configure" command(notice the ./) type it in exactly as I have except for the prefix part.
|
|
|
Is this the software you plan on releasing? looks pretty solid at the moment
|
|
|
I think we should hold off on the advertising its a great idea ive been thinking about using my google adwords, yahoo and facebook codes to start campains like this but the client for bitcoin is confusing to n00bs and people over the age of 40. Their is much confusion on what the difference is on address and wallets, etc, etc. Although we should start saving up now tho for such a campain we should hold off the launch until we have a better interface thats noob friendly.
|
|
|
Ill just tell you upfront not too many people are egear to help with bitcoin minig projects especially when they are lacking in detail and why do you have a server running with the lack of thought of whats going to be connected to it? In my opionion if you have a server that accessible run a pool mining site and run Mining Pool#2 or purchase a mining pool script for $300. Those would be more profitable in yur current situation.
|
|
|
Hi Xenland I've been following this thread for a while and just wanted to know if the stats.php will be included in a future update. Apart from that i had zero issues getting this to work when i actually get anything worthy i will deffo donate . p.s. my first post so hello all Welcome to the thread unixdude, yeah stats are coming very soon anything that you would like to see in particular? I'm thinking about going with open flash chart for less of a server load, then pCharts which uses the GD2, although pCharts does look alot nicer and professional.
|
|
|
just updated to the latest seem everything is working atm. good work few things i noticed admin panel cant set shares to be split? eg 1% goes to server Blog updater? users search? if there coming just a reminder then Thanks wayno for the reminder, Just wanted to get all the bugs out of the core of everything so I can build on the solid code. I actually did forget about those features
|
|
|
Actually it's done today the latest, version on git hub has been working for me with register_globals=off, just waiting on my partner to confirm this on his dedicated server then I'll post the update on the original post.
|
|
|
Thanks the validate emails relies on it at the moment, the register globals wont be a problem by tommorow I was wondering why everyone was referring to $_GET[] variables and everything being wrong with my code. They were thinking that the program worked with out register globals.
|
|
|
Looks like you need register_globals = On and I just uploaded the fix for the server address and for authentication to be fixed you need to reupload the functions.php file and the activateAccount.php
it would be a good idea to re upload the login and register.php pages a swell since there was spaces in the inputs which cause users to sign up with a space in there name, password, etc,etc, anything that would make a system act crazy.
|
|
|
What is the point of an API for a pool system?
|
|
|
error in register.php line 67
not getting userid and authpin, also $message."\n<br/>"."http://$serverAddress/activateAccount.php?authPin=$authPin&userId=$userId";
$message = ."\n<br/>"."http://$serverAddress/activateAccount.php?authPin=$authPin&userId=$userId";
?
and emails still isnt working via link in email still goto add
$userId = $_GET[userId]; $authPin = $_GET[authPin];
before $userId = $_GET[userId]; $authPin = $_GET[authPin];
$activateSuccess = activateAccount($userId, $authPin);
authpin is not being set on signup aswell.
I tested the activateAccount.php and it successfully activated however it was simulated since neither will my localhost mail and my VPS send mail with php at the moment. If you have working mail please confirm that my fixes are fixed while I get setup correctly. You can get the updated version by following the download link in my original post
|
|
|
Did you try opening your miner with the -f30 flag?
|
|
|
v3 is very very very broken with the current code for download.
I have spent the past 3 hours going through and fixing all I can so far, there is still more to fix...
Could you elaborate on what features you had to fix?
|
|
|
Do you have mysql or any other database engine running? It's mandatory, also, bitcoinD should be running prior to launching pushpool
Yeah, mysqld running and bitcoind running as well. How strange, it just exits right after launching pretty much ... I've recompiled it, restarted processes - nothing. What am I missing here? EDIT: Fixed it. Looks like I had the some issue someone else had, permissions problem. I changed all references of '/tmp' to /home/user1' Woohoo! That consumed way too much time ... I wish pushpoold had kicked out an error or something about it. Yeah you are find out all my frustration I incurred in the IRC chat, You really do just have to "play with it", server.json. One thing is to make sure that you set your bitcoind RPC details correctly at the end of the server.json file. The next thing to do is to change all the ports to something different, one-by-one. As I released the server.json file with the original but better commenting, which means its the original that your seeing. On my personal VPS I had to change one of the RPC ports for it to initialise for some reason port 8333 was open and unknown in the ping scan but when I changed it to something like 8338. It finally initialised, after that I started getting connected clients from my miner but pwdb query errors then i knew right away it was MySql database problem so I fiddled around a tid-bit and realised i was connected to my local database on my computer and not the local database on my VPS server. So i fixed those details and then all of a sudden I started getting "RPC not responding from my server" the second I uploaded the correct database details. Well after much frustration I realised that push pool dosen't properly alert the user that it was a bad user name and password and/or port number. So I typed in the right port number with the right database details and vola... after 18hours I got my pushpoold server to work.. This was my whole experience on pushpool, and what problems was caused by it..... Its the only I go off of because pushpool fails to give out logging messages
|
|
|
LAWL, Do me a favour and prove to me that rails is more better... that's right I said it... *On a serious note when do you think you'll be releasing a preview?
|
|
|
v3 is very very very broken with the current code for download.
I have spent the past 3 hours going through and fixing all I can so far, there is still more to fix...
I haven't tried it yet but had a skim through it. It certainly looks cleaner. Xenland - how much testing are you doing on this code before releasing it? Is your goal to get us to help you find bugs? Like I've said before, I'm happy to beta test it and show you bugs etc. However it doesn't help if you start completely rewriting things... How are you going setting up a github? The last 2 versions I would just test out each feature and if it works then I'd release it but alot of people started complaining that there were alot of bugs so. Too squish the bugs I compeltly whipped the VPS harddrive and installed my front-end on to it. My results were I had absolutely no problems except the email sending and the validation abruptly stopped working.
|
|
|
This will be the last time i re-write the code. The last one was getting wayyyy tooo hard to figure out what was going on and what required what to do what. Anyways, on my VPS server I wiped it clean, just rebooted the WHOLE thing, uploaded my code, tested everything works great. The only thing that I knew that does not work is sending mail, but it only stopped working when i uploaded a php.ini file. So I guess I assumed it was that. I would like everyone to know that I would like to start my own pool so I'll always be constantly working towards making Mining Pool bug free.
|
|
|
|