This coin needs to be simplified. GUI?
I sorta like it the way it is, for now anyway. It limits the amount of people who can mine, so I can get more! lol. But yea, eventually, to gain popularity, there probably should be some sort of simplified installation method, and GUI miner.
yeah, but I've been mining for 2 days - Nothing found.
I have a 1.5 TB drive
I have a 1 TB drive
and I have a 500 MB drive
All 3 separate miners - nothing...
Could you sent some more info/ screenshots ?
Let's start simple - 1TB drive (the 500MB and the 1.5TB have files on them. The 1TB is a clean format with nothing on it).
This is what i'm using:
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 8421357914186441531 0 8194 500 7
pause
ofcourse u only have 8194 nonce, i got millions nonce on my 1 TB drive
So instead of 8194, use 1000000 ?what about the 500 and the 7?
500 is memory in MB, 7 is threads
1 nonce is 256 KB, you should fit it into ur drive capacity
So I have 8MB, that means I can change my 500 to 8000000 ? what about threads?
did u mean 8GB ram? u can use 8192
threads is depend on ur processor core count
With the currect diff your setup is "wrong". You would be extremely lucky if you find a block with all tb's disk mining currently. Why have a 1 TB disk with such a low number of plots.
Try this for the 1 TB drive (Just a quick heads up, there are a number of ways to make plots generate faster), if you have X64 Windows and enough RAM:
"C:\Program Files\Java\jre7\bin\java.exe" -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate *your adress* 0 3809280 8191 6
If you have a 32 bit version try:
With the currect diff your setup is "wrong". You would be extremely lucky if you find a block with all tb's disk mining currently. Why have a 1 TB disk with such a low number of plots.
Try this for the 1 TB drive (Just a quick heads up, there are a number of ways to make plots generate faster), if you have X64 Windows and enough RAM:
C:\Windows\SysWOW64\java.exe -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate *your adress* 0 3809280 2048 6
If that doesn't do it:
C:\Windows\SysWOW64\java.exe -Xmx2000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate *your adress* 0 3809280 2048 6
or
C:\Windows\SysWOW64\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate *your adress* 0 3809280 2048 6
If you get an error "could not reserve enough space for object heap" try lowering the value before the number of threads for example to 2000.
Getting errors tried Xmx4000, then 2000, then 1000, then 500 - all errors. I'm 64Bit, i popped in more memory, now im up to 16GB ram on the PC. I used the 3809280 2048 7
I have an AMD 8 core cpu, only using 7.
Finally tried:
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate 8421357914186441531 0 3809280 2048 7
And that worked.