>> (p.1)
    Author Topic: Prefix Difficulty Calculator c# assistance please! Base code included in post.  (Read 596 times)
    WhyFhy (OP)
    Hero Member
    *****
    Offline Offline

    Activity: 1457
    Merit: 526


    View Profile
    March 30, 2022, 10:55:29 PM
    Last edit: April 08, 2022, 01:07:28 PM by WhyFhy
    Merited by LoyceV (7), o_e_l_e_o (4), vapourminer (2), Welsh (2), ABCbits (1), DdmrDdmr (1), BlackHatCoiner (1)
     #1

    We could really use some help with this
    Needs accurate output, somewhere *58 or58 adds a wrong operation
    case insensitive2 disabled for 1-9 i,o and L and implemented for the rest?
    or some type of workaround that's accurate.

    explanation on the case insensitive argument  
    most searchers user a2 formula for case insensitive
     for example
    1oojoo1 =888446610539
    but
    -c 1oojoo1 =444223305269
    but in this case only 1/6 can be decreased
    leaving 16.6666666667% of the prefix able to be divided by 2
    (8.3333333333) therefore a reduction of 8.3333333333% of the initial 888446610539 difficulty
    this means the adjusted difficulty is truly 74037217544 (I think Huh) with a case insensitive option applied.

    I really am out of my league on this the following formulas have been reversed engineered to the best of our ability and is obviously still incorrect.
    I'd like to credit OverGril for helping me attempt to solve this we are trying to create a service thats mostly free to all but we need more pinpoint accuracy in order to do this.

    Help us figure this out so we can plug it into a input field and output a true difficulty so we can do accurate time estimates.

    PM me accurate solution/formula for a reward

    Code:
    -snipped after solved

    "Actually I did not initially work on games at APh.  My first year or so I was working on cash register software." -Hal Finney
    https://www.ataricompendium.com/archives/interviews/hal_finney/interview_hal_finney.html
Page 1
Viewing Page: 1