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

    [Dev] Develop new core 0.9.3 for feathercoin, together

    Technical Development
    13
    84
    52904
    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.
    • K
      Kevlar Spammer last edited by

      This post is deleted!
      1 Reply Last reply Reply Quote 0
      • ?
        A Former User last edited by

        https://forum.feathercoin.com/index.php?/topic/2710-advanced-checkpointing-released/?p=23790

        I am sure that this system could be abused if it fell into the wrong hands. Which is why I believe that we need to work on making this solution distributed.

        I’ve posted this elsewhere and should post it here. You can enable and disable the checkpointing with enforcecheckpoint true and enforcecheckpoint false.

        ./feathercoind enforcecheckpoint false
        ./feathercoind getcheckpoint
        {
        “synccheckpoint” : “ac9376eb5161c3699ae8492bb23f17e02876d6f5b58dd9767ee137b49ea563c0”,
        “height” : 68665,
        “timestamp” : 1376803376,
        “subscribemode” : “advisory”
        }
        ./feathercoind enforcecheckpoint true
        ./feathercoind getcheckpoint
        {
        “synccheckpoint” : “ac9376eb5161c3699ae8492bb23f17e02876d6f5b58dd9767ee137b49ea563c0”,
        “height” : 68665,
        “timestamp” : 1376803376,
        “subscribemode” : “enforce”
        }

        Now that it looks like Core is almost good to go out, removing ACP is priority number 1.

        There’s a few ways about it it seems so lets not panic.

        Don’t forget, Worldcoin is using a rebranded form of ACP called WorldShield. - http://www.worldcoinalliance.net/worldshield/

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

          static being the key term here: we are compiled dyanmically. Building on Fedora will tell you so as openssl removes the elliptic curves in Fedora.If we built statically with openssl sources we would not have this issue. As of now, all we have is the daemon, not the wallet client for Linux-es. WE WANT the WALLET. The WALLET is what were after.We need to repack and rebuild everything now. NO, windows is NOT EASY. We should be able to run the code thru mxe(MingGW on linux) to build win32 binaries but we cant.It HAS to be DONE on windows, where Visual Studio is the common element, not MingGW or QT.Someone built for VS once before and this needs to be done again.You can get VS for free (from microsoft) if you look hard enough.

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

            @shadowhh32 said:
            …
            …
            As of now, all we have is the daemon, not the wallet client for Linux-es. WE WANT the WALLET. The WALLET is what were after.We need to repack and rebuild everything now.
            …
            …

            The wallet will come soon for Linux. Compilation works, packaging is in progress, but if a Package for Fedora can be built is open.

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