menu search
brightness_auto
more_vert
  • First you need to have your wallet for Electroneum. Please refer to https://downloads.electroneum.com/   to create your wallet. Under "Offline wallet generator" you can generate an Electroneum wallet.
  • Install an ssh client on your PC. For example putty for windows PCs. You can download it from this link: http://www.putty.org/
  • After that, you go to Digital Ocean and you create an account for your VPS server. By Digital Ocean you can have a VPS server for 5 USD per month which can be used to mine Electroneum. I could make between 20 and 25 H/s using that server.
  • You logon Digital Ocean and click on "Create" button on the right side of the page, then select "Droplets". You choose Debian x64 server (Droplet). Then, choose the size of you server (in our case the server with 5 usd per month) . You select a location (you can select any one. It is not important). You scroll to the buttom of the page, then select "Create" button.
  • You will receive an email with your server data (IP address and Login data)
  •  Logon your VPS server using ssh client. and run the following commands line by line:
    • apt-get update -y 
    • apt-get install autoconf libcurl4-openssl-dev libjansson-dev openssl libssl-dev gcc gawk make git
    • git clone https://github.com/lucasjones/cpuminer-multi.git 
    • cd cpuminer-multi 
    • ./autogen.sh 
    • ./configure 
    • make 
    • Open an editor using this command: nano ElectMine.sh
    • Then write the following command on it: ./minerd -a cryptonight -o stratum+tcp://electroneum.hashparty.io:3333 -u <WALLET_ADDRESS> -p x -t 1
      • Replace  <WALLET_ADDRESS> with your Electroneum wallet address.
      • -a cryptonight : This is the crypto type 
      • -o stratum+tcp://electroneum.hashparty.io:3333 : This is the pool and port number 
      • -p x : generally the password is same 
      • -t 1 : Number of threads, 1 because the chosen VPS has 1 CPU.
    • Select <Ctrl>, O . Then <Enter> in your keyboard to save
    •  Select <Ctrl>, x in you keyboard to exit
    • make "ElectMine.sh" executable using this command: chmod +x ElectMine.sh
    • start mining using this command: nohup ./ElectMine.sh > /dev/null&
  • CONGRATULATION. You are now a miner from Electroneum. You can check you balance under this web page: http://us-etn-stats.hashparty.io/
    • you just need to enter your wallet adress in the Lookup field.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
Welcome to Ask Techie
Ask questions and receive answers from other members of the community. Hacking, Technology, Gaming, Programming, Blockchain and everything to get you going with your Cyber World.

222 questions

227 answers

401 comments

726,216 users

...