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

    Solo mining question/ new member =)

    Mining
    6
    31
    13073
    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.
    • G
      greven last edited by

      thanks,

      it’s just that I don’t know how to run the -cli in Windows, if I launch it from cmd lines it’s just popup but I don’t the next steps

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

        Re : trouble solo mining on Bitcoin 0.10

        “If you’re using Windows 7 or 8, you also need to go into the Windows Firewall and click on Advanced then allow the ports you want to use for Bitcoin Core”

        from : https://bitcointalk.org/index.php?topic=970195.0

        1 Reply Last reply Reply Quote 1
        • Wellenreiter
          Wellenreiter Moderators @greven last edited by Wellenreiter

          @greven said in Solo mining question/ new member =):

          thanks,

          it’s just that I don’t know how to run the -cli in Windows, if I launch it from cmd lines it’s just popup but I don’t the next steps

          Feathercoin-cli: cli stands for Comand Line Interface

          To run it:

          • open a command window start->all programs->enter ‘cmd’ in the search line
          • change to the directory, where feathercoin-cli resides
          • type 'feathercoinn-cli --help’ to get the options
          • type ‘feathercoin-cli --getinfo’ to get info about the status of your client
          • type ‘feathercoin-cli --getmininginfo’ to get the mining relevant informations

          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
          • G
            greven last edited by

            thanks,

            if i try to open the rpc port it gives me error, any guide on how to use it?

            AcidD 1 Reply Last reply Reply Quote 0
            • AcidD
              AcidD Moderators @greven last edited by

              @greven said in Solo mining question/ new member =):

              thanks,

              if i try to open the rpc port it gives me error, any guide on how to use it?

              Like @Wellenreiter said in point 3

              type 'feathercoinn-cli --help’ to get the options

              that gives you all the options available

              • 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 0
              • G
                greven last edited by

                tried but without luck :( going back to pool mining then

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

                  @greven

                  Over time it doesn’t make a big difference, whether you mine solo or you mine on a pool. Solo mining gives you the full 40 coins, if you find a block, while pool mining gives you your fair share of every block the pool finds. The pool approach gives a more regular inflow of coins while it has the little disadvantage that most pools charge you ~ 0.5 - 1% of your earning to finance the pool infrastructure and operation.

                  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 1
                  • shadow1117
                    shadow1117 last edited by shadow1117

                    Oh sorry guys didnt notice that here is a post with people having this problem (i helped @milkeyway over pm) shouldnt use mark all as read :-(

                    All you need is:

                    your Feathercoin wallet (feathercoin-qt.exe) fully synced

                    a feathercoin.conf file (wherever you installed feathercoin\data\feathercoin.conf) in the data folder of the feathercoin wallet with his contents: you have to have the wallet running while mining and restart the wallet after you have created this file

                    server=1
                    rpcuser=user
                    rpcpassword=pass
                    rpcallowip=0.0.0.0
                    rpcport=9337
                    port=9336
                    

                    a fairly recent version of ccminer (rename .exe file to ccminer.exe (i didnt test others))
                    i am using this one:
                    https://github.com/djm34/ccminer-sp-neoscrypt/releases/tag/1.5.79-djm34-edition
                    and a .bat /.cmd file with following content:

                    ccminer.exe -a neoscrypt -i 22 -o 127.0.0.1:9337 -u user -p pass
                    pause
                    

                    and it should look like this:
                    0_1500654432129_upload-eae83d55-497d-49da-9e36-3bd957302a6b

                    i made this https://github.com/shadow11177/ccminerGUI

                    Wellenreiter 1 Reply Last reply Reply Quote 3
                    • Wellenreiter
                      Wellenreiter Moderators @shadow1117 last edited by

                      @shadow1117

                      Well done :)

                      It looks pretty much like the standard setup. I’m a bit surprised, that it wasn’t documented in the forum already.

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

                      shadow1117 1 Reply Last reply Reply Quote 1
                      • shadow1117
                        shadow1117 @Wellenreiter last edited by

                        @Wellenreiter i think i copy that into the mining section as how to solo mine?

                        i made this https://github.com/shadow11177/ccminerGUI

                        wrapper 1 Reply Last reply Reply Quote 3
                        • wrapper
                          wrapper Moderators @shadow1117 last edited by

                          @shadow1117 said in Solo mining question/ new member =):

                          @Wellenreiter i think i copy that into the mining section as how to solo mine?

                          If you can cut and paste that into a new thread how to solo mine Feathercoin in Guides. I’ll point a link to it from the [FAQ]'s - most people find this stuff through google, forum is indexed well.

                          shadow1117 1 Reply Last reply Reply Quote 0
                          • shadow1117
                            shadow1117 @wrapper last edited by

                            @wrapper can you move it? i created it in the mining section

                            i made this https://github.com/shadow11177/ccminerGUI

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