albertobsd / ecctools

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

running error #33

Open xybel opened 1 year ago

xybel commented 1 year ago

I'm trying to division in the terminal with a total of 1 million rows. When I try to use keymath multiple times, it usually gives an error after the 50th line.

xybelll@asus:~/ecctools$ ./keymath 033c095d0337632b3e82e57e26cdf287b333c4d9c91ace703d269b27ac48329168 / 2 Result: 020733d93ce1a17f3b2298f715c0f12de80de59b675b506f63521d6f21600cdb53

xybelll@asus:~/ecctools$ ./keymath 02ae0e41340c224a04d0f7cabaddaa9d2e24f1d4ec58c6bb522cb8fc3c8292edc1 - 1 Result: 028cbb8b587fde85ccf57ef572f32adb4afc4db86ac10bab724d679900e385dd9f

xybelll@asus:~/ecctools$ ./keymath 02ae0e41340c224a04d0f7cabaddaa9d2e24f1d4ec58c6bb522cb8fc3c8292edc1 / 2 ed346bab06d27e95e5ce1994e7773b2 - 1 Result: 0349a153d280c058b784b0aa9fe50103ed590a4d9706c45953c3b1768a6e499f67

xybelll@asus:~/ecctools$ ./keymath 02144cc68d301d96ee533d9691f581795cbe7876edee019778405610421b55712e - 1 Result: 02c26f5861e25805518eaba2945dae1c27b551d376d1830bd781031f44dde394d9

"ed346bab06d27e95e5ce1994e7773b2 - 1" I can't fix this mistake, and you never know when he'll make this type of mistake. Sometimes when I open 100 transactions in a row, this error happens once, sometimes it happens 3 different times.

How can I run multiple commands for 1 million lines?

Thanks...

albertobsd commented 1 year ago

What is the error? i don't see it, can you put a Screenshot of it?

xybel commented 1 year ago

error

xybel commented 1 year ago

./keymath 02ae0e41340c224a04d0f7cabaddaa9d2e24f1d4ec58c6bb522cb8fc3c8292edc1 / 2 ed346bab06d27e95e5ce1994e7773b2 - 1 Result: 0349a153d280c058b784b0aa9fe50103ed590a4d9706c45953c3b1768a6e499f67

The command I gave: ./keymath 02ae0e41340c224a04d0f7cabaddaa9d2e24f1d4ec58c6bb522cb8fc3c8292edc1 / 2

it also adds a line subtraction for the result and then returns the result

xybel commented 1 year ago

ed346bab06d27e95e5ce1994e7773b2 - 1

what's this? :(

albertobsd commented 1 year ago

Sorry i can't reproduce the error:

image

Seems that it is an error only on your side, I can't do anything

xybel commented 1 year ago

thanks:(

Alberto @.***>, 29 Eki 2023 Paz, 19:26 tarihinde şunu yazdı:

Sorry i can't reproduce the error:

[image: image] https://user-images.githubusercontent.com/17832765/278883977-1434db9a-ad9d-489c-a637-0c8ba1f1d576.png

Seems that it is an error only on your side, I can't do anything

— Reply to this email directly, view it on GitHub https://github.com/albertobsd/ecctools/issues/33#issuecomment-1784159075, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDTGZ5KUS25NZQXWU6BKMGDYBZ7VDAVCNFSM6AAAAAA6U5ZD7WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUGE2TSMBXGU . You are receiving this because you authored the thread.Message ID: @.***>

albertobsd commented 1 year ago

Question, it is not a copy paste error?

xybel commented 1 year ago

No it is not. :( I prepared all the lines starting with ./keymath in advance. I come to the terminal and paste it with just the right mouse button. There are no lines like ed346bab06d27e95e5ce1994e7773b2 - 1 and so on. Each line in public key format. Excel gives rows automatically.

Alberto @.***>, 29 Eki 2023 Paz, 19:34 tarihinde şunu yazdı:

Question, it is not a copy paste error?

— Reply to this email directly, view it on GitHub https://github.com/albertobsd/ecctools/issues/33#issuecomment-1784160878, or unsubscribe https://github.com/notifications/unsubscribe-auth/BDTGZ5PCILVASGK4GQWJFUTYB2AP7AVCNFSM6AAAAAA6U5ZD7WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBUGE3DAOBXHA . You are receiving this because you authored the thread.Message ID: @.***>

xybel commented 1 year ago

error2