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

    Raspberry Pi FTC mining?

    Mining
    raspberrypi hardware mining
    6
    12
    6940
    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.
    • J
      Jollyroger514 last edited by

      @AcidD Thanks, any idea how I could get started on having the Raspberry Pi mine?

      1 Reply Last reply Reply Quote 2
      • AcidD
        AcidD Moderators last edited by AcidD

        Yikes… at a high level. Since rPi is linux based. It “should” be a matter of compiling CPU miner for the rPI / ARM environment.

        https://github.com/ghostlander/cpuminer-neoscrypt that’s the software you need to build

        looking a the basic build instructions on the first page…

        Basic *nix build instructions:
        	./autogen.sh	# only needed if building from git repo
        	./nomacro.pl	# only needed if building on Mac OS X or with Clang
        	./configure CFLAGS="-O2 -fomit-frame-pointer -DASM -DOPT -DMINER_4WAY -DSHA256"
        	make
        

        Later on it mentions ARM builds

        
        Architecture-specific notes:
        	ARM:	No runtime CPU detection. The miner can take advantage
        		of some instructions specific to ARMv5E and later processors,
        		but the decision whether to use them is made at compile time,
        		based on compiler-defined macros.
        		To use NEON instructions, add "-mfpu=neon" to CFLAGS.
        	x86:	The miner checks for SSE2 instructions support at runtime,
        		and uses them if they are available.
        
        

        so
        at a high level…
        git clone
        try to build :-)

        git clone  https://github.com/ghostlander/cpuminer-neoscrypt.git -b master cpuminer-neoscrypt 
        cd cpuminer-neoscrypt
        	
        ./autogen.sh
        ./configure CFLAGS="-O2 -fomit-frame-pointer -DASM -DOPT -DMINER_4WAY -DSHA256"
        make
        

        if you actually build it successfully, mining will be dead easy.

        This is all basic linux and guesswork as I dont own an rPI.

        I hope this helps.

        • FTC Block Explorer + API @ https://fsight.chain.tips
        • FTC Beer Money: 6x4LEQV88zRnBvZoH6ZNK6SeRxx4KiTyJs
        • FTC bech32 address: fc1q4tclm3cv4v86ez6el76ewmharexfapxhek5a03
        • BTC bech32 address: bc1qk8umuccapuafspk9e5szahvp0detafuzugv4ay

        1 Reply Last reply Reply Quote 2
        • AcidD
          AcidD Moderators last edited by

          You can also try to download the pre-compiled file and just run it.
          https://github.com/ghostlander/cpuminer-neoscrypt/releases

          cpuminer-neoscrypt-lin-2.4.3.tar.gz

          • FTC Block Explorer + API @ https://fsight.chain.tips
          • FTC Beer Money: 6x4LEQV88zRnBvZoH6ZNK6SeRxx4KiTyJs
          • FTC bech32 address: fc1q4tclm3cv4v86ez6el76ewmharexfapxhek5a03
          • BTC bech32 address: bc1qk8umuccapuafspk9e5szahvp0detafuzugv4ay

          ghostlander 1 Reply Last reply Reply Quote 1
          • ghostlander
            ghostlander Regular Member @AcidD last edited by

            @acidd The pre-compiled ones are for i386 and amd64 only. It’s possible to compile the miner on Linux ARM, but the performance on RPi is rather depressing. It’s the hardware. Although you can run a seed node there.

            AcidD 1 Reply Last reply Reply Quote 1
            • j_scheibel
              j_scheibel last edited by j_scheibel

              @ghostlander said in Raspberry Pi FTC mining?:

              performance on RPi is rather depressing. It’s the hardware. Although

              this thread delights me. it has the “i like a challenge” feel all over it.

              reminds me of back before i got involved in feathercoin i bought some dedicated hardware/usb chips (hey a persons gotta start somewhere) that were actually fast enough to pay back their costs in a few weeks.

              1 Reply Last reply Reply Quote 2
              • AcidD
                AcidD Moderators @ghostlander last edited by

                @ghostlander - Yo thanks for that clarification.

                I did try to tell the user the performance and time put in probably wont be worth it…:smirk: oh well.

                • FTC Block Explorer + API @ https://fsight.chain.tips
                • FTC Beer Money: 6x4LEQV88zRnBvZoH6ZNK6SeRxx4KiTyJs
                • FTC bech32 address: fc1q4tclm3cv4v86ez6el76ewmharexfapxhek5a03
                • BTC bech32 address: bc1qk8umuccapuafspk9e5szahvp0detafuzugv4ay

                1 Reply Last reply Reply Quote 2
                • wrapper
                  wrapper Moderators last edited by

                  Pi would be most effective / efficient as a controller for an ASIC.

                  1 Reply Last reply Reply Quote 1
                  • J
                    Jollyroger514 last edited by

                    @AcidD Thank you for your help! I’m going to try to build it.

                    1 Reply Last reply Reply Quote 1
                    • jimmy24651
                      jimmy24651 last edited by

                      :confused:

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

                        By the way, that was the “confused” face…

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