Bitcoin Forum

Other => Beginners & Help => Topic started by: CoinMines on June 13, 2011, 09:37:17 PM



Title: CoinMines: pushpool Frontend like simplecoin
Post by: CoinMines on June 13, 2011, 09:37:17 PM
Hi,

since i am new, i am only allowed to write here. So here i go.

I am writing a Bitcoin Mining Pool Frontend called "CoinMines" in Scala (Liftweb Framework). It is Open Source and you can check it out at http://github.com/coinmines/coinmines. It's not ready yet, but i started on friday and got pretty.

It can do the following things:
- Signup
- Account-Info (wallet, email, buttons without actions yet)
- Manage Worker-Accounts (which can be used with your favorite miner)
- Almost send BTC to an Wallet (calculation is missing yet)

Mainly i am taking algorythms from https://github.com/simplecoin/simplecoin.

The interface is riddled with AJAX (Comet is also planned), so don't get your hopes up if you've got old browsers. ;)

Please let me know if there is anything in particular you want to know.

Again, check out the repo at http://github.com/coinmines/coinmines. It will be free and open source forever, donations would be nice once it's finished tho.

best regards.

looking forward to your feedback

Btw. this is how it looks
http://img.ly/system/uploads/001/197/352/original_Screen_shot_2011-06-13_at_23.35.12.png


Title: Re: CoinMines: pushpool Frontend like simplecoin
Post by: CoinMines on June 14, 2011, 02:26:09 PM
Also check out the feature branch https://github.com/coinmines/coinmines/tree/feature/accounts

If you want a live running preview, reply to this topic.


Title: Re: CoinMines: pushpool Frontend like simplecoin
Post by: colossus on June 18, 2011, 07:51:09 PM
 :D see your not getting much feedback, it looks nice i'm have a little trouble deploying it though, never used scala before myself, i've got sbt + jetty + postgres installed and ran sbt update and sbt -jetty-run. its says success

can you pad out the instructions a bit for a scala sbt noob? i'm gonna keep googling it but i figure it might be something simple that i'm missing.


Title: Re: CoinMines: pushpool Frontend like simplecoin
Post by: frizzl on June 23, 2011, 01:34:54 AM
This looks great, i know nothing of Scala Liftweb but keep up the good work!


Title: Re: CoinMines: pushpool Frontend like simplecoin
Post by: skEwb on July 02, 2011, 08:01:21 AM
Looks good. Any updates on this?


Title: Re: CoinMines: pushpool Frontend like simplecoin
Post by: skEwb on July 13, 2011, 02:57:11 AM
:D see your not getting much feedback, it looks nice i'm have a little trouble deploying it though, never used scala before myself, i've got sbt + jetty + postgres installed and ran sbt update and sbt -jetty-run. its says success

can you pad out the instructions a bit for a scala sbt noob? i'm gonna keep googling it but i figure it might be something simple that i'm missing.

Did you ever get it to run? Mine has this output as well:

Code:
[info] Building project Lift SBT Template 0.1 against Scala 2.9.0-1
[info]    using sbt.DefaultProject with sbt 0.7.5 and Scala 2.7.7
[info]
[info] Total session time: 1 s, completed Jul 13, 2011 2:56:22 AM
[success] Build completed successfully.

I get a user authentication problem with the cronjob.sh it only uses the username not a password and I guess you have to null out the user pass?