Post
Topic
Board Development & Technical Discussion
Re: Python Request : Add, Subtract, Divide and Multiply Public Keys
by
NotATether
on 22/12/2021, 11:10:59 UTC

No need to do that.... as I already solved this problem several months ago.

See https://gist.github.com/ZenulAbidin/286a652b160086b3b0f184a886ba68ca (shiftup is multiply, and shiftdown is divide).

this scripts last version update run with some error
TypeError: unsupported operand type(s) for -: 'str' and 'Point' and  pk2 missing =

last version on my WSL ubuntu run fine

That's strange... because the last update yesterday was only to add the division and multiplication funcs that were lying around elsewhere. I don't believe I altered any other code.