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

    Need help setting up to mine! Would like to start tonight asap!

    Mining
    5
    64
    23201
    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
      miningdude22 @shadow1117 last edited by

      @shadow1117 opens but the windows closes fast… did I download theccminer wrong???

      shadow1117 1 Reply Last reply Reply Quote 2
      • shadow1117
        shadow1117 @miningdude22 last edited by

        @miningdude22 write pause in the next line in the .bat file than you can see the error message

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

        1 Reply Last reply Reply Quote 2
        • M
          miningdude22 last edited by

          @shadow1117 ccminer is not recognized as an internal or external batch file

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

            ‘ccminer.exe’ is not recognized as an internal or external command,
            operable program or batch file. that’s what its saying

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

              @miningdude22 the .bat file is in the same folder as the miner?

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

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

                yeah it is

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

                  @miningdude22 the .exe file of the miner is named ccminer?
                  not something like “ccminer_nosync_cuda75”

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

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

                    @shadow1117 “ccminer-neoscrypt-win-1.5.80” is the file name

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

                      @miningdude22 rename it or put it in the bat file as is

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

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

                        nothing. but I am close… I redownloaded the ccminer and extracted it this time and loaded the miner and started mining… but I cannot get it to mine on my stuff…

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

                          @miningdude22 so what is your current state? what is the command line you used to start the miner?

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

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

                            I can’t tell anything about cointron, but if you are using the p2pool on 46.4.0.101 point your browser to http://46.4.0.101:19327, scroll down and check the list of connected miners for the wallet address you are using for ccminer. If you can’t find it, check for a similar address and check for typos in your ccminer call.

                            Also you may start ccminer in debug mode and check for error messages.

                            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
                            • M
                              miningdude22 last edited by

                              I made a new file from the other “ccminer” went into the folder and went into edit mode for “neoscrypt-65”. copied that. made a new text file saved it as a batch file and loaded it then worked. so it has to be something with that. so I might try and switch to p2pool…

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

                                @miningdude22 said in Need help setting up to mine! Would like to start tonight asap!:

                                I made a new file from the other “ccminer” went into the folder and went into edit mode for “neoscrypt-65”. copied that. made a new text file saved it as a batch file and loaded it then worked. so it has to be something with that. so I might try and switch to p2pool…

                                where did you get the “neoscrypt-65” seems weird should be more like just “neoscrypt”

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

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

                                  @shadow1117 no idea. can you give me a link to a website to redownload it?

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

                                    @miningdude22 you dont need to redownload it you seem to have the right ting but you just need to start it with the right arguments:

                                    ccminer.exe -a neoscrypt -i 15 -o stratum+tcp://46.4.0.101:19327 -u YOUR_WALLET_ADDRESS -p x

                                    thats it

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

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

                                      https://github.com/ghostlander/ccminer-neoscrypt/releases/download/v1.5.80-neo/ccminer-neoscrypt-win-1.5.80.zip

                                      1 - inside here there is 1 folder
                                      ccminer-neoscrypt-win-1.5.80

                                      2 - inside that folder there are 4 exes…which appear to be different versions of ccminer…I dont run nVidia so I’m not 100% sure. …I assume you can run each one.

                                      3 - copy ccminer-neoscrypt-win-1.5.80 folder to desktop

                                      4 - open CMD

                                      5 - navigate to (you can copy and past the below into CMD)
                                      cd C:\Users\%Username%\Desktop\ccminer-neoscrypt-win-1.5.80\
                                      6 - Test ccminer by running something like this (you can copy and paste the below into CMD …AFTER you change the payout address)

                                      ccminer64_75.exe  -a neoscrypt -i 15 -o stratum+tcp://46.4.0.101:19327 -u YOUR_WALLET_ADDRESS -p x
                                      

                                      Edit:
                                      Further to this - the 4 exes are named …the 32 and 64 at the begining is for the OS and the 75 or 65 is for the cuda version

                                      so if you had a 64 bit version of windows with a newer graphics card that supported cuda 7.5 you’d run ccminer64_75.exe

                                      You also have to make sure you’ve install the nVidia drivers and any other drivers needed…possibly things related to OpenCL.

                                      I dont mine with nVidia so I cant say much more.

                                      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
                                      • M
                                        miningdude22 last edited by

                                        samething. ‘ccminer.exe’ is not recognized as an internal or external command,
                                        operable program or batch file.

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

                                          @miningdude22 you have to unpack the .zip file and rename one of the .exe files into ccminer.exe for your modern grapics card you should use one with 75

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

                                          M 1 Reply Last reply Reply Quote 1
                                          • M
                                            miningdude22 @shadow1117 last edited by

                                            @shadow1117 could you show me this on team viewer?

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