Pages:
Author

Topic: This message was too old and has been purged - page 4. (Read 9002 times)

legendary
Activity: 1022
Merit: 1004
February 04, 2015, 07:42:31 AM
#81
If you want a solution, don't raise the bounty but get your question right.

At the moment, this is not at all about finding a solution, but about guessing what
exactly you're asking for. You will only attract php-kiddies in this way.
legendary
Activity: 1260
Merit: 1168
February 04, 2015, 05:33:04 AM
#80
This message was too old and has been purged
legendary
Activity: 1260
Merit: 1168
February 04, 2015, 05:32:40 AM
#79
This message was too old and has been purged
legendary
Activity: 2828
Merit: 1222
Just looking for peace
February 04, 2015, 05:28:06 AM
#78
Can the OP confirm if the solution has still not been found?
hero member
Activity: 840
Merit: 524
Yes!
February 02, 2015, 12:18:22 AM
#77
There is no winner yet.

Where have the funds gone then? Why has Evil-Kinevel moved the BTC?

Look at replies 45, 46, 65, 66 and a few others.

The balance was selected by his wallet to pay one of his other bounties

Put that in a large font size. Too many people asking the same question. Don't bother answering them all.

Solution not yet found.
full member
Activity: 238
Merit: 100
www.secondstrade.com - 190% return Binary option
February 01, 2015, 04:38:00 PM
#76
I emember op requested for the solution to be messaged to him in private. He might have got the solution, and might now share. But I was hoping to see a confirmation if there was a winner.
legendary
Activity: 2087
Merit: 1015
February 01, 2015, 03:53:53 PM
#75
There is no winner yet.

Where have the funds gone then? Why has Evil-Kinevel moved the BTC?

Look at replies 45, 46, 65, 66 and a few others.

The balance was selected by his wallet to pay one of his other bounties
sr. member
Activity: 458
Merit: 250
From nothing to nothing
February 01, 2015, 03:49:15 PM
#74
There is no winner yet.

Where have the funds gone then? Why has Evil-Kinevel moved the BTC?

Lol, Those two transactions are not found in blockchain. Found.
hero member
Activity: 792
Merit: 1001
Video editing • Animated GIFs • Graphic Design
February 01, 2015, 03:48:05 PM
#73
There is no winner yet.

Where have the funds gone then? Why has Evil-Kinevel moved the BTC?
legendary
Activity: 2087
Merit: 1015
February 01, 2015, 03:47:38 PM
#72
There is no winner yet.
sr. member
Activity: 458
Merit: 250
From nothing to nothing
February 01, 2015, 03:42:23 PM
#71
I'm totally confused.

Where is x and y?

Edit: The winners?
hero member
Activity: 792
Merit: 1001
Video editing • Animated GIFs • Graphic Design
February 01, 2015, 03:24:44 PM
#70
I would like to know what the winning solution was.
legendary
Activity: 1778
Merit: 1043
#Free market
legendary
Activity: 1022
Merit: 1007
Sooner or later, a man who wears two faces forgets
Maths always seemed to hard for me Sad
But i'll try it
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
Should i ignore a as given by ncsupanda. I don't think that ignoring 'a' is right.
Mathematically as long as the "a" value remains constant during each new iteration then the effect it has is constant - it's not unnecessary, it just doesn't need to be evaluated for, so it should be fine to set as any integer and leave it alone.

Also, is this the right formula? If so, A=a?

I think 'a' is an arbitrary constant provided by Evil-Knievel
From the problem description "Being a some constant," I think is meant to be interpreted as
Code:
'a' being some constant


Quote
How often do you have to perform this operation to get a specific x (basically getting the new_x and feeding it back into the formula to get another new_x, and so on)?

that is the exact operation I did. So I was not wrong?

Here's my thinking on the question...


x_0 is always 9
a is an arbitrary constant
G is the end goal, also an arbitrary number chosen by Evil-Knievel
_i is the number of steps through the recursive function you must take to reach G

Evil-Knievel is looking for a way to solve '_i' provided any 'a' and any 'G'


EDIT: That's not just standard division, it's as he mentioned using inverse modular multiplication, but visually it's depicted as division.

I think you are right. thanks for clarifying it. Smiley

Did someone solve the problem and get the bounty? What was that mathematical formula for? I heard evil wants to crack bitcoin. This formula is useful for cracking bitcoin?
http://img2.wikia.nocookie.net/__cb20140808184223/bloodbrothersgame/images/c/c7/Implied_facepalm.jpg


lol. Smiley
Been seeing a lot of people asking the same thing.
legendary
Activity: 2087
Merit: 1015
Did someone solve the problem and get the bounty? What was that mathematical formula for? I heard evil wants to crack bitcoin. This formula is useful for cracking bitcoin?

full member
Activity: 196
Merit: 100
Did someone solve the problem and get the bounty? What was that mathematical formula for? I heard evil wants to crack bitcoin. This formula is useful for cracking bitcoin?
legendary
Activity: 2087
Merit: 1015
Should i ignore a as given by ncsupanda. I don't think that ignoring 'a' is right.
Mathematically as long as the "a" value remains constant during each new iteration then the effect it has is constant - it's not unnecessary, it just doesn't need to be evaluated for, so it should be fine to set as any integer and leave it alone.

Also, is this the right formula? If so, A=a?

I think 'a' is an arbitrary constant provided by Evil-Knievel
From the problem description "Being a some constant," I think is meant to be interpreted as
Code:
'a' being some constant


Quote
How often do you have to perform this operation to get a specific x (basically getting the new_x and feeding it back into the formula to get another new_x, and so on)?

that is the exact operation I did. So I was not wrong?

Here's my thinking on the question...


x_0 is always 9
a is an arbitrary constant
G is the end goal, also an arbitrary number chosen by Evil-Knievel
_i is the number of steps through the recursive function you must take to reach G

Evil-Knievel is looking for a way to solve '_i' provided any 'a' and any 'G'


EDIT: That's not just standard division, it's as he mentioned using inverse modular multiplication, but visually it's depicted as division.
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
Quote
How often do you have to perform this operation to get a specific x (basically getting the new_x and feeding it back into the formula to get another new_x, and so on)?

that is the exact operation I did. So I was not wrong?

I also get an impression that, each one has multiple solutions? which probably explains
Quote
You can start multiple such chains beginning at x=9, and add the resulting x values ?
legendary
Activity: 1302
Merit: 1005
New Decentralized Nuclear Hobbit
Was just reading more on the Montgomery curve under the arithmetic section, I think we are safe to "ignore" z, him saying z=1 allows us to say X=x and that's all we need the z for.


Code:
A point P=(x,y) on the elliptic curve in the Montgomery form By^2 = x^3 + Ax^2 + x can be represented in Montgomery coordinates P=(X:Z), where P=(X:Z) are projective coordinates and x=X/Z for Z!=0

yes, that seems a reasonable interpretation.

Should i ignore a as given by ncsupanda. I don't think that ignoring 'a' is right.
Mathematically as long as the "a" value remains constant during each new iteration then the effect it has is constant - it's not unnecessary, it just doesn't need to be evaluated for, so it should be fine to set as any integer and leave it alone.

As got the results you got, I don't think you are substituting the equation back into itself for each new x value, I think you are just increasing x by 1 and then repeating the calculation. What you want to be doing is leaving x constant (in this case 9) and then reevaluating each iteration until your new x value matches the next incremented integer value of x (in this case 10).

If I've misunderstood anything, feel free to correct me. That's just how I understand it.

Also, is this the right formula? If so, A=a?
Pages:
Jump to: