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

    Solo?

    Mining
    8
    31
    19353
    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.
    • MrWyrm
      MrWyrm administrators last edited by

      What’s your config? Without any private bits.

      Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

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

        Ive tried a few things but its currently:

        server=1
        rpcuser=*****
        rpcpassword=*****
        rpcallowip=127.0.0.1
        rpcport=9337
        port=9336

        P2Pool Node: http://104.236.34.9:19327/ 0.5% fee

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

          So you have the config in your roaming feathercoin folder?

          Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

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

            I’ve got

            rpcuser=chooseuser
            rpcpassword=choosepass
            rpcallowip=127.0.0.1
            rpcallowip=*
            rpcport=chooseport
            addrdb=1
            defaultkey=1
            dns=1
            server=1
            

            Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

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

              I do have it in the roaming folder. I’ll try yours and see what happens.

              P2Pool Node: http://104.236.34.9:19327/ 0.5% fee

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

                Nope, still nothing.

                P2Pool Node: http://104.236.34.9:19327/ 0.5% fee

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

                  Are u running it on windows or Linux? And is the miner on the same box as the Feathercoin demon or a different box?

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

                    Windows. Miner and wallet are on the same box. Ive got to be missing something simple, Ive done this before… its not that difficult but for some reason Im failing here.

                    When I start the miner (cgminer 3.7.7.7b Neoscrypt or sgminer 5.1 i think) I get the same error. “no servers were found to get work from, please check url or credentials.” I know the user/pass is correct, Ive changed it and verified it over and over… nothing. :/

                    P2Pool Node: http://104.236.34.9:19327/ 0.5% fee

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

                      Try starting sg minder or cgminer with the -D option (debug) and check debug.log in the feathercoin wallet’s data directory, typically .feathercoin (linux) or %appdata%/featheroin (windows).

                      This gives sufficient information 99% of times

                      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
                      • AmDD
                        AmDD Regular Member last edited by

                        cgminer crashed with -D but sgminer gave me this output:

                        [15:30:52] HTTP request failed: The requested URL returned error: 401
                        [15:30:52] Failed to connect in json_rpc_call
                        [15:30:52] No GBT coinbase + append support found, using getwork protocol
                        [15:30:52] HTTP request failed: The requested URL returned error: 401
                        [15:30:52] Failed to connect in json_rpc_call
                        [15:30:52] Succeeded delayed connect
                        [15:30:52] Socket closed waiting in recv_line
                        [15:30:52] Closing socket for stratum 127.0.0.1
                        [15:30:52] Failed to parse a \n terminated string in recv_line
                        [15:30:52] Initiating stratum failed on 127.0.0.1
                        [15:30:52] Suspending stratum on 127.0.0.1
                        [15:30:52] Closing socket for stratum 127.0.0.1
                        [15:30:52] FAILED to retrieve work from 127.0.0.1
                        [15:30:52] 127.0.0.1 slow/down or URL or credentials invalid
                        

                        P2Pool Node: http://104.236.34.9:19327/ 0.5% fee

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

                          Double checked everything and changed the username and password to something very simple, user/pass and got this:

                          [16:57:39] Most likely you have input the wrong URL, forgotten to add a port, or
                           have not set up workers
                          [16:57:39] Pool: 0  URL: http://127.0.0.1:9337  User: user  Password: pass
                          [16:57:39] Press any key to exit, or sgminer will try again in 15s.
                          [16:57:54] Testing 127.0.0.1
                          [16:57:54] Successfully retrieved but FAILED to decipher work from 127.0.0.1
                          [16:57:55] No servers were found that could be used to get work from.
                          [16:57:55] Please check the details from the list below of the servers you have
                          input
                          [16:57:55] Most likely you have input the wrong URL, forgotten to add a port, or
                           have not set up workers
                          [16:57:55] Pool: 0  URL: http://127.0.0.1:9337  User: user  Password: pass
                          [16:57:55] Press any key to exit, or sgminer will try again in 15s.
                          

                          P2Pool Node: http://104.236.34.9:19327/ 0.5% fee

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

                            I think feathercoins debug.log file will give the information why the connection is not possible, but

                            Does you feathercoin.conf look similar to this one?

                            rpcuser=feathercoinrpc
                            rpcpassword=???

                            daemon=1
                            server=1
                            rpcallowip=127.0.0.1

                            especially the rpcallowip is important

                            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
                            • AmDD
                              AmDD Regular Member last edited by

                              My config is posted above but I also tried copying MrWyrm’s (changing user/pass) and got the same error.

                              I looked at the debug log the other day and saw mention of an incorrect password however I do not see it now. I’ll look through it a bit closer this evening.

                              P2Pool Node: http://104.236.34.9:19327/ 0.5% fee

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

                                My working config, is no longer working. It’s like something has changed.

                                Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

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

                                  hm. Ive still never gotten mine to work. I thought about trying with the new core but never did.

                                  P2Pool Node: http://104.236.34.9:19327/ 0.5% fee

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

                                    I’m solomining neoscrypt on a testnet right now.

                                    here is my config:

                                    feathercoind.conf:

                                    rpcuser=feathercoinrpc
                                    rpcpassword=test
                                    rpcallowip=localhost
                                    rpcallowip=192.168.0.10
                                    server=1
                                    daemon=1
                                    

                                    192.168.0.10 is the ip running the miner

                                    using cgminer 3.7.8

                                    cgminer.conf:

                                     
                                    {
                                    "pools" : [
                                            {
                                                    "url" : "http://192.168.0.113:19337",
                                                    "user" : "feathercoinrpc",
                                                    "pass" : "test"
                                            }
                                    ]
                                    ,
                                    "intensity" : "14",
                                    "vectors" : "1",
                                    "worksize" : "32",
                                    "api-mcast-port" : "4028",
                                    "api-port" : "4028",
                                    "expiry" : "120",
                                    "gpu-dyninterval" : "7",
                                    "gpu-platform" : "0",
                                    "gpu-threads" : "1",
                                    "log" : "5",
                                    "neoscrypt" : true,
                                    "no-pool-disable" : true,
                                    "queue" : "0",
                                    "scan-time" : "40",
                                    "shares" : "0",
                                    "kernel-path" : "/usr/local/bin"
                                    }
                                    

                                    It’s an Nvidia card, so don’t trust the GPU related parameter for your card

                                    192.168.0.113 is the IP running the wallet

                                    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
                                    • AmDD
                                      AmDD Regular Member last edited by

                                      the closest thing I can get is this error:

                                      [22:28:37] Setting GPU 0 engine clock to 1025
                                      [22:28:37] Setting GPU 0 memory clock to 1250
                                      [22:28:37] WARNING: GPU_MAX_ALLOC_PERCENT is not specified!
                                      [22:28:37] WARNING: GPU_USE_SYNC_OBJECTS is not specified!
                                      [22:28:37] Probing for an alive pool
                                      [22:28:37] Testing 127.0.0.1
                                      [22:28:37] Probing for GBT support
                                      [22:28:44] No GBT coinbase + append support found, using getwork
                                      [22:28:44] Successfully retrieved but FAILED to decipher work fro
                                      [22:28:44] No suitable long-poll found for http://127.0.0.1:9337

                                      P2Pool Node: http://104.236.34.9:19327/ 0.5% fee

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

                                        I’m out of ideas here :(

                                        The only thind I can add is, that longpoll is not possible with solomining, so you should start with --no-longpoll.

                                        But that will not solve the problem you have.

                                        Stupid question: is your wallet fully synchronized? I asume yes…

                                        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
                                        • MrWyrm
                                          MrWyrm administrators last edited by

                                          I’m wondering if something has change in a Windows update?

                                          Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

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

                                            Have you tried using a proxy between the miner and local wallet?

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