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

    Please upgrade pool daemon to core wallet

    Mining
    5
    8
    3059
    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.
    • lizhi
      lizhi last edited by

      Please update your pool wallet to core wallet. We need more hashrate,support for mutli-sign and private blockchain addresses.

      Compiler manual https://forum.feathercoin.com/index.php?/topic/7643-dev-private-blockchain-addresses-dark-blockchain/page-2#entry72511

      git clone -b 0.9.3 git://github.com/FeatherCoin/Feathercoin.git ftc093a

      cd db-5.1.29.NC/build_unix
          BITCOIN_ROOT=$(pwd)
          BDB_PREFIX="${BITCOIN_ROOT}/db5"  
      

      ./autogen.sh
      ./configure --disable-upnp-default --disable-tests --disable-hardening LDFLAGS=“-L${BDB_PREFIX}/lib/” CPPFLAGS=“-I${BDB_PREFIX}/include/”
      make

      su - root
      cp /data/ftcc/ftc093a/src/feathercoind /usr/bin/.
      cp /data/ftcc/ftc093a/src/feathercoin-cli /usr/bin/.

      su - ftc

      feathercoind -daemon

      1 Reply Last reply Reply Quote 0
      • ?
        A Former User last edited by

        Pinned.

        Let’s get the news out there.

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

          Do we have a p2pool for this yet?

          1 Reply Last reply Reply Quote 0
          • U
            uncle_muddy administrators last edited by

            Just for you…

            {    "version" : 90300,
                "protocolversion" : 70002,
                "walletversion" : 60000,
                "balance" : 0.00000000,
                "blocks" : 33924,
                "timeoffset" : 0,
                "connections" : 12,
                "proxy" : "",
                "difficulty" : 66.52560788,
                "testnet" : false,
                "keypoololdest" : 1424040783,
                "keypoolsize" : 101,
                "paytxfee" : 0.00000000,
                "relayfee" : 0.01000000,
                "errors" : ""
            }
            

            Waiting for the sync to take place, hopefully it will complete over night, then I will bring pool on-line for you in the morning…

            Should be able to find it at http://core.mine-ftc.co.uk:19327

            Will write instruction tomorrow as well

            UM

            1 Reply Last reply Reply Quote 0
            • U
              uncle_muddy administrators last edited by

              pool is up, sorry don’t have time to test go to shoot off to work… if someone could point a miner at it for me that would be grand :)

              UM

              1 Reply Last reply Reply Quote 0
              • U
                uncle_muddy administrators last edited by

                Tested and now running, I haven’t yet had time to change the interface over as I just had to build a new mining rig to test it :) might get to that tonight

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

                  The ‘–disable-hardening’ in the configure step worries me…

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

                    The ‘–disable-hardening’ in the configure step worries me…

                    To help make your installation more secure by making certain attacks impossible to exploit even if a vulnerability is found, binaries are hardened by default. This can be disabled with:

                    Hardening Flags:

                    ./configure --enable-hardening
                    ./configure --disable-hardening

                    https://github.com/dogecoin/dogecoin/blob/master/doc/build-unix.md

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