Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    [1000FTC BOUTNY] - Create step by step Windows and Linux mining tutorial

    Feathercoin Discussion
    8
    33
    10673
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      mirrax last edited by wrapper

      I will send you 1000FTC if you put together step by step Neoscrypt (FTC) mining tutorial with pictures (for newbies) for Windows AND Linux.

      Including all pre-requisites and mandatory settings.

      Sound fair enough?

      If you do only one system 500FTC.

      Firts come first served (must pass my quality judment).

      Bounty is over.

      1 Reply Last reply Reply Quote 0
      • ketetefid
        ketetefid Regular Member last edited by

        Hello,

        I was already going to do this for the Linux systems, and of course, not for money. Just because of the good developers and the good people here. I already am happy to see anybody get this bounty. For me and everybody it would be a win-win.

        1 Reply Last reply Reply Quote 0
        • SpartanC001
          SpartanC001 Regular Member last edited by

          Windows

          • Drivers
          1. If you have a GPU, you must have the correct drivers.
          2. For nVidia cards, you can find your drivers here: http://www.geforce.co.uk/drivers if you know what card you have, select it from the list, if you dont know which card you have, run the auto detector.
          3. For AMD cards, you can find your drivers here: http://support.amd.com/en-us/download again if you know what card you have, select if from the list, if not, use the auto detector.
          4. Once you have the drivers fully installed (you may need to reboot your computer), you should be good to go!
          • Wallet
          1. Firstly, you will need a feathercoin wallet, this can be downloaded here: http://www.feathercoin.com/#dls (make sure you pick the windows download)
          2. Install it, and let it sync up (this may take anywhere from a few hours to a few days, depending on your connection speed and cpu speed, on my laptop this took about 36 hours)
          3. Note down your FTC address somewhere (you can find this in the ‘receive’ tab of the wallet software), this will be needed later if you are pool mining!ftc_address.png
          • Pool Mining
          1. find yourself an FTC mining pool, to name 3: http://give-me-coins.com http://wemineftc.com and http://ftc.nut2pools.com all work and are tested by me.
          2. create yourself an account at one (or more) of them.
          3. create yourself a worker, with an apropriate username and password (password does not have to be super duper secure, anything will do)wemineftc_workers.png
          4. NOTE: if using give-me-coins.com, make sure you have selected the FTC pool to create workers in, as workers in other pools are seperate to the FTC one.givemecoins_workers.png
          5. find your pools mining server, for give-me-coins: stratum+tcp://ftc-neo.give-me-coins.com:3336, for wemineftc.com: stratum+tcp://stratum.wemineftc.com:4444 for nut2pools: stratum+tcp://ftceu.nut2pools.com:5567 and note it down
          6. You may set your payout address to the address of your wallet.
          • GPU
          1. Get yourself a card, pick a card, any card, pretty much any card will work, as long as it is opencl capable.

          2. Download your miner software: http://cryptomining-blog.com/wp-content/files/cgminer-3.7.8-neoscrypt.zip (it may flag as a virus, this is a false alarm, it is safe)

          3. Extract it to a memorable location (perhaps your desktop).

          4. In the folder you just extracted, if you have an AMD card, open START-AMD.bat in notepad (or other text editing software), for nVidia cards this is START-NVIDIA.bat

          5. START-NVIDIA.bat:

            cgminer.exe --neoscrypt --no-submit-stale -o -u -p -I 13

          6. START-AMD.bat:

            cgminer.exe --neoscrypt --no-submit-stale -o -u -p -I 14 -w 32

          7. change your parameters to what match your pool/workers, -o is the mining server, -u is username (this is in the format Username.Workername), -p is password (for the worker)

          8. launch the appropriate .bat file!

          9. the miner should now be mining away, you may notice your graphics cards fan speeding up, this is normal as mining does put a lot of load on the graphics card, and will make it get fairly hot.

          10. watch it for a while, make sure your gpu does not get too hot! and make sure your gpu is generating valid shares, hardware errors and rejected shares are a sign that something is wrong.

          11. play with settings to see what runs fastest for you, -w 16 (or --worksize 16) appears to work best on nVidia cards.

          • CPU
          1. Pick a chip, any chip (no not those fried peices of potato you can eat, you need a silicon processor chip!)

          2. Download your miner software: http://phoenixcoin.org/downloads/cpuminer-neoscrypt-win-2.4.zip

          3. extract the file that matches your OS architecture (32bit for windows 32 bit, 64bit for windows 64 bit) to somewhere memorable (perhaps on your desktop)

          4. open notepad (or your favourite text editor)

          5. save file to the same folder you extracted the minerd.exe to, as a .bat file (notepad: save as, name start.bat, type all files)

          6. enter something like this into it, replacing the params with your own information:

            minerd.exe -o -u -p

          7. to hide the constant hashrate notifications, you can add -q as a startup param, and to specify the number of threads to run, use -t n (where n is the number of threads you wish to use, more threads than cpu threads is not recommended)

          8. run the miner (launch start.bat)

          9. you should now be mining! keep an eye on things, especially cpu temperature, if your fans get faster that is normal, they’re speeding up to keep your pc cool.

          #################################

          pictures are in progress!

          please read through this and correct any mistakes (im half asleep, i’m bound to have made some stupid mistake)

          feel free to add more information (for amd cards perhaps)

          i will try set up some kind of guide thing on my site (http://mining.neoscrypt.tk/), and will add guides there too when i can (im busy making a hardware comparison site right now - http://hw.neoscrypt.tk/ please submit your hardware specs and hashrates at [http://hw.neoscrypt.tk/new/)][10]

          [10]: http://hw.neoscrypt.tk/new/)

          1 Reply Last reply Reply Quote 0
          • T
            tmuir12 Regular Member last edited by

            Damm wake up and see this and the tutorials have already been put together.

            I guess its true what they say ‘You snooze, you loose’. :D

            1 Reply Last reply Reply Quote 0
            • SpartanC001
              SpartanC001 Regular Member last edited by

              Well theres still the linux one, its now a race between you and ketetefid as to who gets it up first :P

              Thats if mine is accepted, anyway, who knows!

              1 Reply Last reply Reply Quote 0
              • T
                tmuir12 Regular Member last edited by

                I haven’t got a linux box set up for mining, only Raspberry Pis which I just use to run full nodes and projects.

                The closest I have is a Ubuntu VM box on my windows machine.

                If someone doesn’t get one put together in the next few days I’ll take a crack at the Linux one though

                1 Reply Last reply Reply Quote 0
                • M
                  mirrax last edited by

                  @SpartanC001 looks good. Have to read the whole thing but I have 500 reserved for you :)

                  1 Reply Last reply Reply Quote 0
                  • SpartanC001
                    SpartanC001 Regular Member last edited by

                    @SpartanC001 looks good. Have to read the whole thing but I have 500 reserved for you :)

                    btw thread title says BOUTNY :p

                    1 Reply Last reply Reply Quote 0
                    • M
                      mirrax last edited by

                      btw thread title says BOUTNY :P

                      I know, do not worry about that.

                      1 Reply Last reply Reply Quote 0
                      • MrWyrm
                        MrWyrm administrators last edited by

                        Is Boutny like HODL?

                        https://bitcointalk.org/index.php?topic=375643.0

                        Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

                        1 Reply Last reply Reply Quote 0
                        • SpartanC001
                          SpartanC001 Regular Member last edited by

                          Is Boutny like HODL?

                          https://bitcointalk.org/index.php?topic=375643.0

                          Hahaha nice find xD good laugh!

                          1 Reply Last reply Reply Quote 0
                          • M
                            mirrax last edited by

                            Spartan, send you 500FTC. Thank you for your tutorial.

                            Would be great if you can add it on your Neoscrypt miner comparison site ;)

                            1 Reply Last reply Reply Quote 0
                            • SpartanC001
                              SpartanC001 Regular Member last edited by

                              Spartan, send you 500FTC. Thank you for your tutorial.

                              Would be great if you can add it on your Neoscrypt miner comparison site ;)

                              Thanks, and I will do, when i get it up, it will be on http://mining.neoscrypt.tk/ (still working on the hardware comparison admin panel)

                              I’ll also put a copy of latest cgminer / cpuminer-neoscrypt on the dl site, just incase the other links go down for any reason

                              feels great to be helping in the progression/development of a great cryptocurrency!

                              I’ll also add the linux tutorial to the site aswell once someone uploads that, unless it comes till after xmas and i get my mining rig up and running (xmas ain’t that far away now lol), then i’ll be making it myself if noone has done one yet :P

                              1 Reply Last reply Reply Quote 0
                              • ketetefid
                                ketetefid Regular Member last edited by

                                I’ll also add the linux tutorial to the site aswell once someone uploads that, unless it comes till after xmas and i get my mining rig up and running (xmas ain’t that far away now lol), then i’ll be making it myself if noone has done one yet :P

                                It won’t be made that late!

                                I am currently almost close to finishing it but I will not upload it until I have finished all of it. The most challenging part is that I am trying to make it multi-distribution and noob friendly as much as I can. Unlike Windows, the commands for different distributions might be different (especially for the preparation part). It has been so time-consuming for me to figure out the names of the needed packages in different distributions.

                                Furthermore, It would include simple mining monitoring howtos and task management through Cron for a crash-resistant, idle-resistant complete mining machine in Linux; something that will be autonomous as much as possible.

                                1 Reply Last reply Reply Quote 0
                                • M
                                  mirrax last edited by

                                  It won’t be made that late!

                                  I am currently almost close to finishing it but I will not upload it until I have finished all of it. The most challenging part is that I am trying to make it multi-distribution and noob friendly as much as I can. Unlike Windows, the commands for different distributions might be different (especially for the preparation part). It has been so time-consuming for me to figure out the names of the needed packages in different distributions.

                                  Furthermore, It would include simple mining monitoring howtos and task management through Cron for a crash-resistant, idle-resistant complete mining machine in Linux; something that will be autonomous as much as possible.

                                  Sounds good…500FTC waiting for you?

                                  1 Reply Last reply Reply Quote 0
                                  • ketetefid
                                    ketetefid Regular Member last edited by

                                    Sounds good…500FTC waiting for you?

                                    Some other people might have already put the howto together! Time will tell us. Anyway, even if somebody else got it, I would upload mine so the good/needed/extra parts can be added to the official how to.

                                    1 Reply Last reply Reply Quote 0
                                    • ketetefid
                                      ketetefid Regular Member last edited by

                                      The howto is almost done and will be uploaded in 1 or 2 days. It is a 13-page detailed howto comprising:

                                      Table of Contents

                                      1. Prerequisites

                                      2. GPU mining

                                      2.1. Using an AMD card

                                      2.2. Using an NVIDIA card

                                      2.3. Installing necessary tools for compiling the miner

                                      2.4. Compiling the latest Neo-gpuminer from source

                                      2.5. Compiling and building a Feathercoin wallet

                                      2.6. Using Neo-gpuminer

                                      2.7. Tuning Neo-gpuminer

                                      2.7.1. Parameters related to GPU health

                                      2.7.2. Parameters related to performance

                                      3. CPU mining

                                      3.1. Installing required packages to build cpuminer-neoscrypt

                                      3.2. Compiling and installing the latest cpuminer-neoscrypt

                                      3.3. Using cpuminer-neoscrypt

                                      4. Monitoring

                                      5. Task management

                                      1 Reply Last reply Reply Quote 0
                                      • kris_davison
                                        kris_davison last edited by

                                        Sounds awesome :)

                                        1 Reply Last reply Reply Quote 0
                                        • ketetefid
                                          ketetefid Regular Member last edited by

                                          Furthermore, could somebody who owns an Nvidia card please post the output of “nvidia-smi” as a normal user when no cgminer is running and again when the gpu is under full load? I do not have an Nvidia card, but I need the outputs to update the scripts for Nvidia users as well. Please kindly attach the outputs exactly as they are in two separate files.

                                          1 Reply Last reply Reply Quote 0
                                          • Wellenreiter
                                            Wellenreiter Moderators last edited by

                                            System: OpensSuSE 12.3 Linux

                                            cgminer running:

                                            it looks like cgminer is using a fraction of the available memory

                                            nvidia-smi
                                            Wed Dec  3 12:34:16 2014       
                                            +------------------------------------------------------+                       
                                            | NVIDIA-SMI 340.24     Driver Version: 340.24         |                       
                                            |-------------------------------+----------------------+----------------------+
                                            | GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
                                            | Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
                                            |===============================+======================+======================|
                                            |   0  GeForce GTX 750 Ti  Off  | 0000:01:00.0     N/A |                  N/A |
                                            | 32%   44C    P0    N/A /  N/A |    331MiB /  2047MiB |     N/A      Default |
                                            +-------------------------------+----------------------+----------------------+
                                                                                                                           
                                            +-----------------------------------------------------------------------------+
                                            | Compute processes:                                               GPU Memory |
                                            |  GPU       PID  Process name                                     Usage      |
                                            |=============================================================================|
                                            |    0            Not Supported                                               |
                                            +-----------------------------------------------------------------------------+
                                            

                                            Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                                            Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post