Electroneum ETN Mining Hardware Wiki

Electroneum has LAUNCHED FINALLY! We all have our ETN coins! You can Move your Electroneum ICO. **Electroneum Mining** Hey guys so I gathered as much information as I could on this topic as it seems to be something that people ask a lot and. ICO Review and ETN Token Distribution. Electroneum is a kind of mobile application. It also does not require any special hardware for the mining of crypto. Hi frds, I want to share my last 10 days experience about Electroneum(ETN) cryptocurrency coin mining. On 2nd november, 2017 - I joined electroneum website and used.

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).

Electroneum ETN Mining Hardware Wiki

Open up another screen session, e.g screen -S wallet. Then run./electroneum-wallet-cli wherever the compiled binaries are, This will take your through creating a wallet. Einsteinium EMC2 Minner.

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. DigitalNote XDN Mining Game. 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.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.

This entry was posted on 1/25/2018.