-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auto killed #2
Comments
Hi, |
I think your RAM is full. |
Hi,JeanLuc |
Using 20000000 (2^29.00) at the top of in.txt takes up 4-5gb RAM. |
Yes you can reduce the babystep number to save RAM, it affects the speed (2 times less RAM, 2 times slower) but calculation should be ok. If it is not, it is a bug. |
Please tell me, is this tool applicable to bitcoin? If I set such parameters, the program simply stops. |
|
chawla@i3-6100:
/jlp/BSGS$ ./bsgs in.txt/jlp/BSGS$ ./bsgs in.txtBSGS v1.0
BabyStep:0x40000000 (2^30.00)
Start:49DCCFD96DC5DF56487436F5A1B18C4F5D34F65DDB48CB5E0000000000000000
Stop :49DCCFD96DC5DF56487436F5A1B18C4F5D34F65DDB48CB5EFFFFFFFFFFFFFFFF
Keys :16
Number of CPU thread: 4
BabyStep Thread 0: 0x1 -> 0x10000000
BabyStep Thread 1: 0x10000001 -> 0x20000000
BabyStep Thread 2: 0x20000001 -> 0x30000000
BabyStep Thread 3: 0x30000001 -> 0x40000000
[3.02 MKey/s][Cnt 2^28.48][01:55][3632.1MB] Killed
chawla@i3-6100:
BSGS v1.0
BabyStep:0x40000000 (2^30.00)
Start:49DCCFD96DC5DF56487436F5A1B18C4F5D34F65DDB48CB5E0000000000000000
Stop :49DCCFD96DC5DF56487436F5A1B18C4F5D34F65DDB48CB5EFFFFFFFFFFFFFFFF
Keys :16
Number of CPU thread: 4
BabyStep Thread 0: 0x1 -> 0x10000000
BabyStep Thread 1: 0x10000001 -> 0x20000000
BabyStep Thread 2: 0x20000001 -> 0x30000000
BabyStep Thread 3: 0x30000001 -> 0x40000000
[3.01 MKey/s][Cnt 2^28.52][01:57][3697.5MB] Killed
The text was updated successfully, but these errors were encountered: