<<  >> (p.59)
    Author Topic: [ANN] 1337 [MANDATORY UPDATE] 41.78% APR| POS ONLY  (Read 259648 times)
    This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
    BanzaiBTC
    Legendary
    *
    Offline Offline

    Activity: 1526
    Merit: 1002


    Chipcoin Developer


    View Profile WWW
    January 05, 2017, 03:25:15 PM
     #1161

    Good to see you back Velvet  Smiley



    my friend, ive been behind my screens for 12+ hours so unless theres a pink elephant hidden in the tx-es i wouldnt be able to spot it haha. or was it a trick question? Tongue

    maybe sigmike will respond if i ask him a more specific question. he doesnt seem to be very active on here but i found his email on github. maybe i can look for him on peercointalk too. not giving up.

    one thing is for sure though, i wont be cloning 1337 for w00t. im thinking of straight cloning the ppc code and modify it with the right settings etc.

    also, what you said earlier "actually there are little hidden bugs in any coin code, getting fixed only when triggered" is bound to give me nightmares so thnx for that Tongue

    not a trick, i scanned them earlier but for only a 5-byte length,
    now as i see 4 more shit variations i'd like very much to find a pink elephant as well,
    becoz of pxi network recomposing and several other things at hand.
    so we need 2 pink elephants total, i prefer female one...

    i could add some checkpoints right?( that plus the 3 sig fixes from sigmike) like ppc is using here https://github.com/peercoin/peercoin/blob/master/src/checkpoints.cpp#L26

    and presstab is using here https://github.com/hyperstake/HyperStake/blob/master/src/checkpoints.cpp#L25

    1337 doesnt have any https://github.com/Velvet78/1337/blob/master/src/checkpoints.cpp#L28

    and..

    Code:
    getcheckpoint
    {
    "synccheckpoint" : "000004611c87517dfd29fe7f34bd6da2e1ad3d305ac12afe80a3229069390f68",
    "height" : 0,
    "timestamp" : "2014-07-25 14:15:16 UTC",
    "policy" : "strict"
    }

     Roll Eyes

    edit: seems 1337 is missing the command to add manual checkpoints

    "// The configuration parameter 'checkpointdepth' specifies how many blocks
    // should the checkpoints lag behind the latest block in auto checkpoint mode.
    // A depth of 0 is the strongest auto checkpoint policy and offers the greatest
    // protection against 51% attack. A negative depth means that the checkpoints
    // should not be automatically generated by the checkpoint master, but instead
    // be manually entered by operator via the 'sendcheckpoint' command. The manual
    // mode is also the default mode (default value -1 for checkpointdepth).

    but i could still add it in the source on the next release

    Don't forget to add them here also..  Wink
    https://github.com/Velvet78/1337/blob/master/src/kernel.cpp#L15-L18

    Also setting up new checkpoint server will help..
    https://github.com/Velvet78/1337/blob/master/src/checkpoints.cpp#L353
    This requires a version/protocol change though..

    While you're at it.. I think the alert keys havent been changed with the takeover right?
    https://github.com/Velvet78/1337/blob/master/src/alert.cpp#L22-L25


    Cheers!
Page 58
Viewing Page: 59