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

    Feathercoin Core Wallet 0.9.3 , Welcome you

    Feathercoin Discussion
    22
    76
    75827
    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

      Dear users,
      I’m glad we’re still on the right road.Today ,I announce “Feathercoin Core Wallet Welcome”.You can download it for Windows http://www.ftc-c.com/pack3/feathercoin-qt.rar

      ftc093a.png

      Why do we need core wallet ?
      Feathercoin core wallet base on Bitcoin framework, is not Litecoin framework.finally out of shadow from LTC! For users, it provides some new features.

      What is the difference between feathercoin core and feathercoin ?
      Yes,There’s a big difference between them.
      1) The new menu and page. I tune overview page, add report page . About menu tuning , I add “Advanced” menu. Users can quickly find the page needs to use.
      **2) Multi-sign .**This is an important function.You can have tow or more signatures.It would increase the security of the transaction.
      **3) Comments in blockchain.**This is a proof of existence.insert comments you would need.
      **4) Private Blockchain Addresses (Dark Blockchain).**Scan Pubkey replace Public key,Protect your address.
      5) New database. I upgrade db-4.8.30.NC to db-5.1.29.NC. BerkeleyDB.5.1.29 is performance improvements and bug fixes.
      7) Plugins. Wallet can team working with Bitmessage.Impliment shapeshift,support feathercoin shift other coin.
      8 )Paper wallets. Feathercoin can print paper wallets for you,Added dropdown to print multiple paper wallets over multiple pages.

      **9) Multi-signature UI. **I can use multi-sign without RPC command.
      10) Other. I upgrade QT 4.8.5 to QT 5.3.1,It provide more interface.

      How to download feathercoin core ?
      download feathercoin core wallet for Windows http://www.ftc-c.com/pack3/feathercoin-qt.rar
      linux later on.

      Source code
      https://github.com/FeatherCoin/Feathercoin/tree/0.9.3
      download source code, git clone -b 0.9.3 git://github.com/FeatherCoin/Feathercoin.git ftc093a

      **More about topic **

      alpha : https://forum.feathercoin.com/index.php?/topic/8018-dev-feathercoin-core-093-alpha-release/
      upgrade : https://forum.feathercoin.com/index.php?/topic/8428-please-upgrade-pool-daemon-to-core-wallet/
      private-blockchain-addresses : https://forum.feathercoin.com/index.php?/topic/7643-dev-private-blockchain-addresses-dark-blockchain/page-2#entry72511
      multisignature : https://forum.feathercoin.com/index.php?/topic/8113-dev-multisignature-wallet-implementation-and-issues/
      shapeshift : https://forum.feathercoin.com/index.php?/topic/8064-dev-shapeshift-implimentation/
      comments : https://forum.feathercoin.com/index.php?/topic/8209-implement-leave-comments-in-the-blockchain/
      paper-wallets : https://forum.feathercoin.com/index.php?/topic/8250-support-for-printing-paper-wallets-093-core-wallet/

      broadcast : https://forum.feathercoin.com/index.php?/topic/8505-broadcast-transaction-service-help-your-transaction-confirmed/#entry73068

      S 1 Reply Last reply Reply Quote 1
      • lizhi
        lizhi last edited by

        How to compile feathercoin core-qt ?
        You need MinGW 4.9 for WINDOWS BUILD.

        Dependencies:
        OpenSSL 1.0.1i
        Berkeley DB 5.1.29.NC
        Boost 1.55.0
        Miniupnpc 1.9
        Qt 5.3.1
        Protobuf 2.5.0
        libpng 1.6.12
        libqrencode 3.4.4
        ZebraCrossing 1.0

        Command:

        ./autogen.sh 
        
        CPPFLAGS="-I/D/BTC/Dev/miniupnpc \
        -I/D/BTC/Dev/boost_1_55_0 \
        -I/D/FTC/dev/db-5.1.29.NC/build_unix \
        -I/D/BTC/Dev/openssl-1.0.1i/include \
        -I/D/BTC/Dev \
        -I/D/BTC/Dev/protobuf-2.5.0/src \
        -I/D/BTC/Dev/libpng-1.6.12 \
        -I/D/BTC/Dev/qrencode-3.4.4 \
        -I/D/FTC/dev/ZebraCrossing-master/src/libsrc \
        -DSTATICLIB " \
        LDFLAGS="-L/D/BTC/Dev/boost_1_55_0/stage/lib \
        -L/D/FTC/dev/db-5.1.29.NC/build_unix \
        -L/D/BTC/Dev/openssl-1.0.1i \
        -L/D/BTC/Dev/miniupnpc \
        -L/D/BTC/Dev/protobuf-2.5.0/src/.libs \
        -L/D/BTC/Dev/libpng-1.6.12/.libs \
        -L/D/BTC/Dev/qrencode-3.4.4/.libs \
        -L/D/FTC/dev/ZebraCrossing-master/build32/Release " \
        ./configure \
        --disable-upnp-default \
        --disable-tests \
        --with-qt-incdir=/D/BTC/Dev/QT/5.3.1/include \
        --with-qt-libdir=/D/BTC/Dev/QT/5.3.1/lib \
        --with-qt-bindir=/D/BTC/Dev/QT/5.3.1/bin \
        --with-qt-plugindir=/D/BTC/Dev/QT/5.3.1/plugins \
        --with-boost-system=mgw49-mt-s-1_55 \
        --with-boost-filesystem=mgw49-mt-s-1_55 \
        --with-boost-program-options=mgw49-mt-s-1_55 \
        --with-boost-thread=mgw49-mt-s-1_55 \
        --with-boost-chrono=mgw49-mt-s-1_55 \
        --with-protoc-bindir=/D/BTC/Dev/protobuf-2.5.0/src \
        --with-boost=/D/BTC/Dev/boost_1_55_0/stage \
        --with-boost-libdir=/D/BTC/Dev/boost_1_55_0/stage/lib
        
        make
        
        1 Reply Last reply Reply Quote 0
        • lizhi
          lizhi last edited by

          Upgrade pool daemon to core wallet

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

          Now, My miners are working on core wallet, about 600K/s, about three days or more can find a block. If you use SX, need to wait three days until the transaction confirmation.

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

          ./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

          note:

          cd db-5.1.29.NC/build_unix
          BITCOIN_ROOT=$(pwd)
          BDB_PREFIX="${BITCOIN_ROOT}/db5"
          
          1 Reply Last reply Reply Quote 0
          • kris_davison
            kris_davison last edited by

            which is your multipool lizhi I can point your way if you like

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

              lizhi, you may need to update the link to the download in your first post, as it doesnt work, should be www.ftc-c.com/pack2/feathercoin-qt.rar

              very very nice work lizhi :D

              1 Reply Last reply Reply Quote 0
              • K
                Kevlar Spammer last edited by

                LIZHI Showing us all how it’s done!!!

                Major upvotes to you!!! You are AWESOME.

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

                  LIZHI Showing us all how it’s done!!!

                  Major upvotes to you!!! You are AWESOME.

                  +1 instead of weeping about price Lizhi just work, work, work

                  real hero

                  1 Reply Last reply Reply Quote 0
                  • T
                    Tuck Fheman last edited by

                    I love this new coin!

                    ;)

                    www.ftc-c.com/pack2/feathercoin-qt.rar

                    Posted to teh blog.

                    Anyone have an updated blockchain uploaded anywhere?

                    When I get back tonight When I sober up today, I’m going to upload one to a free OneDrive Mega account and link it here. I’ll keep it updated bi-weekly/monthly.

                    1 Reply Last reply Reply Quote 0
                    • T
                      Tuck Fheman last edited by

                      Just noticed that ShapeShift.io has a bad link(?) for Feathercoin block explorer.

                      Feathercoin Explorer. Not Found.

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

                        Lizhis Links are 404’ing for me.

                        www.ftc-c.com/pack2/feathercoin-qt.rar

                        DL’ing now.

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

                          lizhi, you may need to update the link to the download in your first post, as it doesnt work, should be www.ftc-c.com/pack2/feathercoin-qt.rar

                          very very nice work lizhi :D

                          OK, I have updated the link. It can download.

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

                            Xie xie

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

                              which is your multipool lizhi I can point your way if you like

                              OK, My p2pool is pool.ftc-c.com:19327 and block.ftc-c.com:19327 , they are in the list http://p2pool.jir.dk/feathercoin/?allnodes=1 , row in the first or second position.

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

                                That is awesome LIZ. Love it!

                                We need to reference this on the new website when it’s up.

                                Also, do we know who made that list/page you linked to?

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

                                  i tried comments in blockchain but 0 confirms after 1 day…

                                  TX Id: ea7a48ee66a4c7da94b12c9f4ef00513a008a555b9d82f75e0baccc86652a86b-000

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Tuck Fheman last edited by

                                    I’m only half coherent at this point in the morning, so I need a little help.

                                    If I wanted to provide an updated blockchain for others to download, what files/folders to I need to include?

                                    This is what I’m assuming needs to be included …

                                    /blocks

                                    /blocks/index

                                    /chainstate

                                    ^-- any issues with including all files in those folders?

                                    should i leave any of the files in those folders out for any reason?

                                    (e.g. - those folders do not contain any data that could compromise me personally, correct? i’m 99.9% sure that’s not the case, but it’s that .1% that always bites me in the ass)

                                    any other files (like peers.dat?) that I could/should include that would be helpful for someone starting the client up for the first time (to help them speed the process up).

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

                                      i tried comments in blockchain but 0 confirms after 1 day…

                                      TX Id: ea7a48ee66a4c7da94b12c9f4ef00513a008a555b9d82f75e0baccc86652a86b-000

                                      Confirmed now, my message to Kraken is live on blockchain forever now.

                                      Try to find it :)

                                      Don’t worry, If your transaction don’t confirm.Broadcast Transaction Service , Help you. It support normal transaction and stealth transaction.

                                      https://forum.feathercoin.com/index.php?/topic/8505-broadcast-transaction-service-help-your-transaction-confirmed/#entry73068

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

                                        Confirmed now, my message to Kraken is live on blockchain forever now.

                                        Try to find it :)

                                        scriptPubKey

                                        OP_RETURN 44656172204b72616b656e2c20706c65617365206a6f696e20465443207465616d2e decode:Dear Kraken, please join FTC team.

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

                                          This is cool :)

                                          1 Reply Last reply Reply Quote 0
                                          • T
                                            Tuck Fheman last edited by

                                            Ok here’s the Feathercoin Blockchain updated this morning (2-22-15) …

                                            http://goo.gl/AT3IB0

                                            I will update it at least once/twice a month. If bandwidth becomes an issue I’ll find another location.

                                            This link is now on the FTC blog and I’m putting it in my sig shortly.

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