albertobsd / ecctools

Small collection of tools written in C for ECC and bitcoin
MIT License
54 stars 36 forks source link

Consecutive substraction #6

Closed Pvnic closed 2 years ago

Pvnic commented 2 years ago

Posting the same comment i left on Youtube ! :D

Hello alberto ! I wanted to know if it is possible to do substraction with the public key the same way it work with keydivision. Fore exemple instead of writing a line eache time i want to do a substraction with the result of the public key would it be possible to do like : ./keymath (publickey) - 1 -n (number of operations) In short : Doing consecutive substraction or addition

albertobsd commented 2 years ago

The program Don't do that sorry maybe you can find a solution with bash script or something like that

Totulik commented 2 years ago

./keysubtracter -p 0290e6900a58d33393bc1097b5aed31f2e4e7cbd3e5466af958665bc0121248483 -n 8 -r 0:1 -n (number of operations) https://github.com/albertobsd/keysubtracter

Pvnic commented 2 years ago

./keysubtracter -p 0290e6900a58d33393bc1097b5aed31f2e4e7cbd3e5466af958665bc0121248483 -n 8 -r 0:1 -n (number of operations) https://github.com/albertobsd/keysubtracter

Yup Thank you i found it rigtht after i posted this comment !

Pvnic commented 2 years ago

The program Don't do that sorry maybe you can find a solution with bash script or something like that

Thank you for replying man !