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

    [Dev] Feathercoin Core 0.9.3 - Alpha release

    Technical Development
    10
    34
    18341
    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

      Now , You can compile feathercoin core in linux. I test with Ubuntu 12.04 64bit.

      linux1.jpg

      Install Dependencies

      apt-get install git
      apt-get install build-essential libboost-all-dev libcurl4-openssl-dev libdb5.1-dev libdb5.1++-dev
      apt-get install zlib1g-dev libminiupnpc-dev autoconf
      apt-get install autotools-dev autoconf pkg-config
      apt-get install libtool
      

      Install BerkeleyDB.5.1.29

      tar -xvf db-5.1.29.NC.tar.gz
      cd db-5.1.29.NC/build_unix
          BITCOIN_ROOT=$(pwd)
          BDB_PREFIX="${BITCOIN_ROOT}/db5"    
          ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=$BDB_PREFIX
          make install
      

      compile feathercoin-core 0.9.3

      cd feathercoin_core
      ./autogen.sh
      ./configure --disable-upnp-default --disable-tests  LDFLAGS="-L${BDB_PREFIX}/lib/" CPPFLAGS="-I${BDB_PREFIX}/include/"
      
      make
      

      May have a problem:

      libbitcoin_common.a(neoscrypt.o): relocation R_X86_64_32 against `.rodata’ can not be used when making a shared object; recompile with -fPIC

      You need to modifysrc\Makefile

      CCASFLAGS = -g -O2 -fPIC
      CFLAGS = -g -O2 -fPIC
      CXXFLAGS = -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC
      OBJCXXFLAGS = -g -O2 -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fstack-protector-all -fPIC

      Reference

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

      http://bitzuma.com/posts/compile-bitcoin-core-from-source-on-ubuntu/

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

        I get this error when trying to compile on OpenSuSe:

        In file included from util.cpp:71:0:
        /usr/include/boost/program_options/detail/config_file.hpp: In instantiation of ‘bool boost::program_options::detail::basic_config_file_iterator::getline(std::string&) [with charT = char; std::string = std::basic_string]’:
        util.cpp:1438:1: required from here
        /usr/include/boost/program_options/detail/config_file.hpp:163:13: error: ‘to_internal’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
        In file included from /usr/include/boost/program_options/detail/parsers.hpp:9:0,
        from /usr/include/boost/program_options/parsers.hpp:265,
        from util.cpp:72:
        /usr/include/boost/program_options/detail/convert.hpp:75:34: note: ‘template std::vector

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

          Hi Wellenreiter, I think you should try to compile bitcoin-core 0.9.3 , I guess your boost-lib need update. I can compile in Ubuntu 12.04.

          I set up a full node with feathercoin core 0.9.3.

          093_full_node.jpg

          https://bitinfocharts.com/node/120.24.208.220

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

            That one was a bug in the boost libraries.

            solved.

            Let’s see what comes next ;)

            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

              Today, FTC wallet can team working with Bitmessage. Bitmessage can been launched from the Feathercoin core.

              Core wallet can pass parameters to Bitmessage, include Address,TransactionID, amount or more. They can automatically fill in to subject .

              Bitmessages.png

              Bitmessage version 0.4.4.

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

                Wow! Now this I like! Top work Lizhi.

                Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

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

                  Cool!

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

                    I just wonder.

                    Is it possible to have both latest official wallet and this beta release at the same machine with the same time opened using same wallet.dat?

                    Or more important is it safe to execute such setup??

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

                      That’s a good question. I’d like to know that too.

                      Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

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

                        I just wonder.

                        Is it possible to have both latest official wallet and this beta release at the same machine with the same time opened using same wallet.dat?

                        Or more important is it safe to execute such setup??

                        New core wallet compatible with the previous version.

                        Feathercoin core 0.9.3 will upgrade your database and **wallet **autokinetic,you will **can not **go back 0.8.7.X. So Please backup your feathercoin directory and wallet.dat.

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

                          Lizhi, I know you have done alot of work already, and i know this might be even more work…

                          But is there any chance that you could start turning the ShapeShift implementation into the first “Plugin” for the ftc Qt.

                          Can you, in this new core, establish the platform for a modular/ 3rd party plugin aspect for the wallet.

                          The qr code support needs to be ingrain in the wallet. But companies like shapeshift should be optional modules.

                          If we lay the groundwork for a modular system, we can have link publishing and a whole arrangement of optional tools that can be added on to the core / standard Qt.

                          I can make it worth your time.

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

                            Before we can create modules, we need a flexible interface implementing standard procedure calls to:

                            1. get information about the function and procedures contained into the module
                            2. get information which menu items need to be added to the gui to give the user access to these functions

                            For 1. I think one standard function inside a module is required, that returns the function and menu items.

                            another way to implemment modules could be, that the module registers with the core wallet on load, so the core wallet just needs to scan a directory for the different module files and then load them. During registration menu items could be added to access the function of a module.

                            Does anybody know how this works for Firefox?

                            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

                              https://developer.mozilla.org/en-US/docs/Building_an_Extension

                              Like what I do: 6uuy6isbrW1SBF191Bzgui1gWxPdNKx2PB

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

                                I’m making this the primary thread and I’ve moved it into Dev.

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

                                  I’ve really been out of the loop…

                                  Plugins are in?! Bitmessage and ShapeShift too!!

                                  WOW…

                                  Liz, wow. Thank You!

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

                                    Amazing work Lizhi. Tweeted this post again.

                                    BTC: 1Ges1taJ69W7eEMbQLcmNGnUZenBkCnn45
                                    FTC: 6sxjM96KMZ7t4AmDTUKDZdq82Nj931VQvY

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

                                      You give me infinite power , developed the new multisign address, prefix f.

                                      https://forum.feathercoin.com/index.php?/topic/8113-dev-multisignature-wallet-implementation-and-issues/#entry70825

                                      New core will use new SCRIPT_ADDRESS, It is 96 , abandon 5.

                                      base58Prefixes[SCRIPT_ADDRESS] = list_of(96);
                                      
                                      1 Reply Last reply Reply Quote 1
                                      • lizhi
                                        lizhi last edited by

                                        I had tested new multisign on Ubuntu 12.04 again, It is all right ^-^
                                        the new multisign address, prefix f , success!!

                                        https://forum.feathercoin.com/index.php?/topic/8113-dev-multisignature-wallet-implementation-and-issues/#entry70891

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

                                          Thank you Lizhi for all your hard work. It is very much appreciated!

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

                                            The final test:

                                            1. Stealth Address. Only 0.9.3 pool support my test.

                                            2. Comments in the blockchain. I add a UI page , you can use it very easy.

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