Cloud Based Electroneum ETN Mining
HTMLCOIN HTML Mining Illegal on this page. README.md Electroneum Pool (node-cryptonote-pool) High performance Node.js (with native C addons) mining pool for CryptoNote based coins such as Electroneum, Monero, Bytecoin, QuazarCoin, HoneyPenny, etc. Comes with lightweight example front-end script which uses the pool's AJAX API. Git clone pool cd pool npm update 2) Daemon & Wallet Firstly, You'll need to download & compile the daemon source code found Secondly, Start a screen session, e.g screen -S daemon. Then run./electroneumd wherever the compiled binaries are. This will download the blockchain. You'll need to wait until you're fully synced before continuing. Thirdly, Once synced you'll need to create a wallet.
Detatch from the screen session using CTRL + A, CTRL + D (This works for me on putty). Open up another screen session, e.g screen -S wallet.

Electroneum (ETN) Hash rate. H/s Block reward. ETN Difficulty. Please note that calculations are based on mean values, therefore your final. List of Electroneum pools. Take a look at the New ETN mining pool. Please can you add new pool to your list. Cloud based to. We have no replies to this Electroneum (ETN) discussion thread yet. Get involved, share you opinion and help the Electroneum (ETN) community. How to mine Electroneum (ETN) Mining directly to Exchange Realtime stats Smart variable diff. Nov 17, 2017 - Ok, let us test mine some Electroneum/ETN! Remember to check that you are using the correct port for the pool when setting the mining pool. Usally it is port 8888 on most pools for Nicehash. Example: us-etn-pool.hashparty.io:8888.
Then run./electroneum-wallet-cli wherever the compiled binaries are, This will take your through creating a wallet. Once generated, type exit to close the wallet. Lastly you need to start the wallet RPC server which makes the payments to your miners. This can be started using./electroneum-wallet-rpc --wallet-file walletfilename --password walletfilepassword --rpc-bind-port 26969 --disable-rpc-login walletfilename & walletfilepassword are what you supplied when generating the wallet. You can change the port, just remember to change it in the config.json file. [ Security Warning]We strongly recommend that you transfer funds out of this wallet regularly. This way, if your server is comprimised you won't lose all your profits.
Bear in mind you'll need to leave enough to pay any outstanding payments to miners. 3) Configuration Warning for Cryptonote coins other than Electroneum: this software may or may not work with any given cryptonote coin.
Be wary of altcoins that change the number of minimum coin units because you will have to reconfigure several config values to account for those changes. Unless you're offering a bounty reward - do not open an issue asking for help getting a coin other than electroneum working with this software. Copy the config_example.json file to config.json then overview each options and change any to match your preferred setup. Explanation for each field. Node init.js -config=config_backup.json This software contains four distinct modules: • pool - Which opens ports for miners to connect and processes shares • api - Used by the website to display network, pool and miners' data • unlocker - Processes block candidates and increases miners' balances when blocks are unlocked • payments - Sends out payments to miners according to their balances stored in redis By default, running the init.js script will start up all four modules. You can optionally have the script start only start a specific module by using the -module=name command argument, for example. /* Must point to the API setup in your config.json file.
*/ var api = '; /* Minimum units in a single coin, for Electroneum its 100. */ var coinUnits = 100; /* Pool server host to instruct your miners to point to.
*/ var poolHost = 'poolhost.com '; /* IRC Server and room used for embedded KiwiIRC chat. */ var irc = 'irc. How Much Do ZenCash ZEN Miners Make. freenode.net/#electroneum '; /* Contact email address. */ var email = 'support@poolhost.com '; /* Market stat display params from - Not used for Electroneum pool */ var cryptonatorWidget = [ 'XMR-BTC ', 'XMR-USD ', 'XMR-EUR ', 'XMR-GBP ']; /* Download link to cryptonote-easy-miner for Windows users. */ var easyminerDownload = '; /* Used for front-end block links. */ var blockchainExplorer = '; /* Used by front-end transaction links.
*/ var transactionExplorer = '; 7) Customize your website The following files are included so that you can customize your pool website without having to make significant changes to index.html or other front-end files thus reducing the difficulty of merging updates with your own changes: • custom.css for creating your own pool style • custom.js for changing the functionality of your pool website Then simply serve the files via nginx, Apache, Google Drive, or anything that can host static content. SSL You can configure the API to be accessible via SSL using various methods. Find an example for nginx below: • Inside your SSL Listener add the following.