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

    Solo mining setup

    Mining
    miner
    3
    7
    7926
    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
      jarrettph Regular Member last edited by

      So I set up Feathercoin and CGminer 3.7.2 but I keep getting “JSON inval data” and “No suitable long-poll found for http://..*.**:9337”. Then after a couple minutes it closes.

      My feathercoin.conf is:
      server=1
      rpcuser=user
      rpcpassword=password
      rpcallowip=..*.**
      rpcport=9337

      My cgminer bat file is:
      color 2
      setx GPU_MAX_ALLOC_PERCENT 100
      cgminer --scrypt --shaders 2048 --intensity 13 --auto-gpu --auto-fan -o ..*.**:9337 -u user -p password

      Not sure what I’m doing wrong. Can someone help me please?

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

        You can try to run cgminer in text only mode and enable debug, so you get additional data about the problem.
        If the miner is not running on the same system as the wallet or feathercoind the connection also may be blocked by a firewall or iptables configuration.

        The feathercoind log file also may give a hint, if the connection request from the miner arrives at the feathercoind node and why the connection is not accepted.
        The feathercoind log is

        • for linux:
          • ~/.feathercoin/debug.log
        • for windows:
          • $APPDATA$\feathercoind\debug.log

        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
        • U
          uncle_muddy administrators @jarrettph last edited by

          @jarrettph said:

          cgminer --scrypt --shaders 2048 --intensity 13 --auto-gpu --auto-fan -o ..*.**:9337 -u user -p password

          Should this not be --neoscrypt?

          Been a long time since I have set a miner up and don’t have anything to hand to take a look for you, but maybe worth a shot

          UM

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

            Good catch, Muddy :)

            I should read a bit more, before suggesting complicated trouble shooting ;)

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

              Ok I read a tutorial that said it was --scrypt but I will try that. Also how do I enable debug mode? Is there a command I put in the bat file or something else entirely? Thanks guys for the help!

              Wellenreiter 1 Reply Last reply Reply Quote 0
              • J
                jarrettph Regular Member last edited by

                Ok I set it to --neoscrypt and now it just blinks off instantly when I run it.

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

                  @jarrettph
                  The option to enable debug is –debug or as alternative -D

                  I suggest to use the -T option in combination with the -D. It makes the debug output more readable

                  cgminer --help gives you all available options

                  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
                  • First post
                    Last post