ethereum miner stats

Welcome to the ethermine, the high performance ethereum mining pool. but pays out using the traditional & fair PPLNS mode./etherchain-org/qtminerRecently mined blocksBlockMined ByTimeView all minedYou can determine your rigs separately for better statistic.Determine workername with letters and numbers You can also mine direct to any exchange To enable email-monitoring of your worker, use email in url.To disable monitoring, restart your miner without email.Example wallet 0xea7263feb7d8a8ab0a11eedd8f1ce04412ab0820, worker rig1 and [email protected] for monitoring Official binary and source code Windows Linux Do not use Catalyst 16.x!!!Drops up to 30% on hasharate or no shares at all!Additional 10%~20% increase of earning compared to standard getwork and failover option Download Github Source code and/or Linux Windows Command line to miner start, recommended farm-recheck to use with stratum-proxy is 200 ./ethminer --farm-recheck 200 -G -F http://127.0.0.1:8080/rig1 If your antivirus says exe file has virus, you use very bad antivirus.

Exe file is just compiled version of python open sourceproxy.Don't use the option "--no-precompute" on ethminer If you don't see your miner on the stats page, 99.9% that you have corrupted DAG file.You must delete it and restart ethminer.If you use proxy first time, check eth-proxy.conf file and your wallet here.How to maximize your hashrateethereum mining pool commits branches releases contributors GPL-3.0 Latest commit 3d79762 Mar 4, 2017 Open Source Ethereum Mining Pool List Of Open Ethereum Pools Features This pool is being further developed to provide an easy to use pool for Ethereum miners.
sell litecoin to euroThis software is functional however an optimised release of the pool is expected soon.
python bitcoin checkTesting and bug submissions are welcome!
bitcoin cuenta suiza

Support for HTTP and Stratum mining Detailed block stats with luck percentage and full reward Failover geth instances: geth high availability built in Modern beautiful Ember.js frontend Separate stats for workers: can highlight timed-out workers so miners can perform maintenance of rigs JSON-API for stats Proxies Ether-Proxy HTTP proxy with web interface Stratum Proxy for Ethereum Building on Linux Dependencies: go >= 1.5 geth redis-server >= 2.8.0 nodejs >= 4 LTS nginx I highly recommend to use Ubuntu 16.04 LTS. First install go-ethereum.
grafico azioni bitcoinClone & compile: git config --global http.https://gopkg.in.followRedirects true /sammy007/open-ethereum-pool.git cd open-ethereum-pool make Install redis-server.
litecoin code source

Running Pool ./build/bin/open-ethereum-pool config.json You can use Ubuntu upstart - check for sample config in upstart.conf.Building Frontend Install nodejs./nodesource/distributions or from your Linux distribution or simply install nodejs on Ubuntu Xenial 16.04.The frontend is a single-page Ember.js application that polls the pool API to render miner stats.cd www Change ApiUrl: '//example.net/' in www/config/environment.js to match your domain name.
ethereum chain stateAlso don't forget to adjust other options.
bitcoin miner for nvidia cardsnpm install -g ember-cli@2.9.1 npm install -g bower npm install bower install ./build.sh Configure nginx to serve API on /api subdirectory.
bitcoin pool without registration

Configure nginx to serve www/dist as static website.Serving API using nginx Create an upstream for API: upstream api { server 127.0.0.1:8080; } and add this setting after location /: location /api { proxy_pass http://api; } Customization You can customize the layout using built-in web server with live reload: ember server --port 8082 --environment development Don't use built-in web server in production.
bitcoin uses shaCheck out www/app/templates directory and edit these templates in order to customise the frontend.Configuration Configuration is actually simple, just read it twice and think twice before changing defaults.Don't copy config directly from this manual.Use the example config from the package, otherwise you will get errors on start because of JSON comments.If you are distributing your pool deployment to several servers or processes, create several configs and disable unneeded modules on each server.

(Advanced users) I recommend this deployment strategy: Mining instance - 1x (it depends, you can run one node for EU, one for US, one for Asia) Unlocker and payouts instance - 1x each (strict!)API instance - 1x Notes Unlocking and payouts are sequential, 1st tx go, 2nd waiting for 1st to confirm and so on.You can disable that in code.Also, keep in mind that unlocking and payouts will halt in case of backend or node RPC errors.In that case check everything and restart.You must restart module if you see errors with the word suspended.Don't run payouts and unlocker modules as part of mining node.Create separate configs for both, launch independently and make sure you have a single instance of each module running.If poolFeeAddress is not specified all pool profit will remain on coinbase address.If it specified, make sure to periodically send some dust back required for payments.Alternative Ethereum Implementations This pool is tested to work with Ethcore's Parity.