https://github.com/litecoin-extras/nxt-account-miner
Build it with simply running:
./make.sh
And run it with:
./bruteforcer
In the code specify:
unsigned long long global_iter = 33333333333LL;
And specify the target AccountID:
unsigned long long target = 16386134630970163904LL;
Also play around with the number of parallely executed processes:
int ntimes = 2;
I am not sure if the code is all correct, so please review the code and let us make it better ;-)
Why do u need the target account? Mine all the accounts!
Checking against a list of all HiberNXT accounts would significantly lower the rate of 10millionaccs/s
Targeting just one account will be very slow though. 146 years to find it with 4 billion per second rate. If you get very lucky (just after 10% of search), it will still take 14 years.