I successfully compiled it for Linux, but the program just closes without an error. Has anyone been able to solve this?
# ./onlygen1_9_6File -t 256 -b 96 -p 506 -w 30 -htsz 29
Number of GPU threads set to #256
Number of GPU blocks set to #96
Number of pparam set to #506
Items number set to 2^30=1073741824
HT size set to 2^29
initHTsize #1
APP VERSION: 1.9.6File-onlygen0
**********************************************************************************
This version [1.9.6File-onlygen0] may content various bugs,
Don`t use this version for serious task.
It is needed to test the possibility of using the -w parameter greater than 30
if you accept this press ENTER to continue or close the program otherwise.
**********************************************************************************
I have dedicated some time to compile the BSGS, the onlyGen file and BSGS-fractions in Linux with your instructions. The compilation was successfully for all of them however, when running the files they display the initial text but after that it closes without any output.
What are we missing here ?
This is and example of the execution, don't take the arguments seriously since it was just to test:
vboxuser@ubuntupurebasic:~/purebasic/compilers$ ./generateHT -t 256 -b 96 -p 506 -w 30 -pk 8000000000000000 -pke ffffffffffffffff -pb 03100611c54dfef604163b8358f7b7fac13ce478e02cb224ae16d45526b25d9d4d -htsz 28
Number of GPU threads set to #256
Number of GPU blocks set to #96
Number of pparam set to #506
Items number set to 2^30=1073741824
Range begin: 0x8000000000000000
Range end: 0xffffffffffffffff
Pubkey set to 03100611c54dfef604163b8358f7b7fac13ce478e02cb224ae16d45526b25d9d4d
HT size set to 2^28
initHTsize #1
APP VERSION: 1.9.6File-onlygen0
**********************************************************************************
This version [1.9.6File-onlygen0] may content various bugs,
Don`t use this version for serious task.
It is needed to test the possibility of using the -w parameter greater than 30
if you accept this press ENTER to continue or close the program otherwise.
**********************************************************************************
Same behavior for the bsgs and the bsgs-fractions. Maybe @etar can help us here ?
I have also rented a Linux server and tried to run the binaries there just in case they didn't work on my Linux because GPU or Ram issues but I had the same results...