Bitcoin Forum

Bitcoin => Mining software (miners) => Topic started by: twmz on September 26, 2013, 12:09:33 AM



Title: Bitcoin Mining Dashboard / Web Wallet
Post by: twmz on September 26, 2013, 12:09:33 AM
Over the past several months, several people have asked me if the source code for my custom mining dashboard was available.  My answer was that I was in the process of rewriting it and that I'd be willing to share the code once that was done.

Well, it's done enough that I just put it on GitHub for anyone that is interested:

https://github.com/ervwalter/bitcoin-command

What is it?

  • It shows stats on your mining operation and on individual devices
  • It is also a web frontend to bitcoin-qt or bitcoind allowing you to remotely manage your BTC (over SSL with strong wallet passphrases, of course)

Important Note: This is not a turnkey application, and is not prepackaged such that you can just install it and be up and running. If you would like to use it, you will almost certainly need to have an understanding of the technologies involved and you'll need to be comfortable reading and editing the source code to make things work for your specific setup.  The technologies involved are all open source and relatively easy to get up and running on Linux or OS X.  

I wrote up the full details in two blog posts (one about the functionality, another about how the code is organized).  If you are interested, you should definitely read these:

Bitcoin Command: A Mining & Wallet Management Web App (http://www.ewal.net/2013/09/24/bitcoin-command-a-mining-slash-wallet-management-web-app/)
Bitcoin Command: Fun With AngularJS, NodeJS, and MongoDB (http://www.ewal.net/2013/09/24/bitcoin-command-fun-with-angularjs/)

http://www.ewal.net/stuff/btc-cc-1.png (http://www.ewal.net/stuff/btc-cc-1.png) http://www.ewal.net/stuff/btc-cc-2.png (http://www.ewal.net/stuff/btc-cc-2.png) http://www.ewal.net/stuff/btc-cc-3.png (http://www.ewal.net/stuff/btc-cc-3.png) http://www.ewal.net/stuff/btc-cc-4.png (http://www.ewal.net/stuff/btc-cc-4.png) http://www.ewal.net/stuff/btc-cc-5.png (http://www.ewal.net/stuff/btc-cc-5.png)

Out of the box, it assumes you are using cgminer as your miner.  It might work with bfgminer, but I have never tried it.  Sometime before my BitFury hardware arrives, I plan to also enhance slush's stratum proxy to feed data to the dashboard as well.

If anyone runs into any issues with this or has any questions, I'm happy to try to answer them (as long as the question is not, "Can you help me install this?")...



Title: Re: Bitcoin Mining Dashboard / Web Wallet
Post by: 18RATTT on October 07, 2013, 03:08:08 PM
good stuff, twmz.

unfortunetely, im not that tech savvy, gonna keep my eye on this one.
hoping, i can freelance/bounty someone to install it on my computer  :D


Title: Re: Bitcoin Mining Dashboard / Web Wallet
Post by: funnow on October 09, 2013, 01:01:09 PM
good stuff, twmz.

unfortunetely, im not that tech savvy, gonna keep my eye on this one.
hoping, i can freelance/bounty someone to install it on my computer  :D
Same here. Looking forward when a standalone OS will include this great peace of SW.

Thumbs up for the author.