Jminer Setup
-
I am not too good with cmd prompts, could you help me with the paths to loading the miner.
-
@vile Without knowing where the miner is, no. Can you send me a screen shot of windows explorer with where you have the jminer file.
-
I have it on my desktop
-
You have to find the jminer directory on you PC. Guess you already found it, cause you edited the jminer.properties?!
There is a file 'run.bat' open it in textedior and add a new line that contains 'pause'. save the file and double click it.
pause will cause the cmd to wait before it closes, so that you can see the error.
Make a screen and post it here.
-
C:\Users\Shane\Desktop\jminer>java -jar -d64 -XX:+UseG1GC burstcoin-jminer-0.4.4-SNAPSHOT.jar
Error: This Java instance does not support a 64-bit JVM.
Please install the desired version.
-
Ok, does your pc support 64bit? If yes, get 64bit java !! The 'Windows x64' one from below.
(http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html)
If not, remove the '-d64' and it will run in 32bit mode, but that can cause out of memory issues, cause java in 32bit has only quite small memory available due addressing issues.
-
That fixed it, had the wrong version of java. Thank you.
-
Glad to hear that ... have a nice WE.
-
mit nonce to pool: {"errorCode":1004,"errorDescription":"Your Burst account's reward recipient (9RTS-NBCW-CVPF-5V64L) does not match pool's account (32TT-TSAC-HTKW-CC26C)"}
I keep seeing this error in there, is this a problem?
-
yes, did you set your reward recipient already? if yes, you have to wait 4 blocks so that it takes effect. If not you have to do it, for pool mining.
-
I thought I had it set up correctly.
-
Than wait for 4 blocks, if error still shows up, you did not do it correct.
-
@vile You don't have the reward recipient set properly. goto: https://wallet.burst-team.us:8125/rewardassignment.html Ignore the first two boxes, put your pass-phrase for your account in the third, and BURST-32TT-TSAC-HTKW-CC26C in the last box, hit submit, and then in 4 rounds you'll be mining properly.
-
I left my miner on all day/night and I havent gotten any bursts. I know the miner was working I saw myself on the pool website getting rewards for my deadlines. Any idea why I didnt get any burst for all the mining I did?
-
@vile The pool pays out when you reach a balance of 300 burst, or after approximately 24 hours if you don't reach the 300 threshold. Be patient, the payment will come.
-
When I go to local wallet I see that I have been paid. That transaction doesn't show up in my online wallet though. Is there a reason for that?
-
@vile No - both wallets should be displaying the same result. There was a problem with one of the online wallets - corrupt database. I've corrected it now, do the online and local wallets show the correct transactions now ?
-
Yes, now they are showing the same.
-
@luxe
I also hade the wrong java and now it says :22:51:24.824 [main] INFO burstcoin.jminer.JMinerApplication - Starting the engines ... please wait!
2016-08-15 22:51:26.133 INFO 10136 --- [ main] b.jminer.core.checker.util.OCLChecker : -------------------------------------------------------
2016-08-15 22:51:26.139 INFO 10136 --- [ main] b.jminer.core.checker.util.OCLChecker : List of system openCL platforms and devices (* = used for mining)
2016-08-15 22:51:26.142 INFO 10136 --- [ main] b.jminer.core.checker.util.OCLChecker :
2016-08-15 22:51:26.144 WARN 10136 --- [ main] s.c.a.AnnotationConfigApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'OCLChecker': Invocation of init method failed; nested exception is org.jocl.CLException: CL_PLATFORM_NOT_FOUND_KHR
2016-08-15 22:51:26.158 ERROR 10136 --- [ main] o.s.boot.SpringApplication : Application startup failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'OCLChecker': Invocation of init method failed; nested exception is org.jocl.CLException: CL_PLATFORM_NOT_FOUND_KHR
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839) ~[spring-context-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538) ~[spring-context-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:766) ~[spring-boot-1.3.3.RELEASE.jar!/:1.3.3.RELEASE]
at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:361) ~[spring-boot-1.3.3.RELEASE.jar!/:1.3.3.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307) ~[spring-boot-1.3.3.RELEASE.jar!/:1.3.3.RELEASE]
at burstcoin.jminer.JMinerApplication.main(JMinerApplication.java:60) [burstcoin-jminer-0.4.4-SNAPSHOT.jar!/:0.4.4-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_101]
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:54) [burstcoin-jminer-0.4.4-SNAPSHOT.jar!/:0.4.4-SNAPSHOT]
at java.lang.Thread.run(Unknown Source) [na:1.8.0_101]
Caused by: org.jocl.CLException: CL_PLATFORM_NOT_FOUND_KHR
at org.jocl.CL.checkResult(CL.java:686) ~[jocl-0.1.9.jar!/:na]
at org.jocl.CL.clGetPlatformIDs(CL.java:1916) ~[jocl-0.1.9.jar!/:na]
at burstcoin.jminer.core.checker.util.OCLChecker.initChecker(OCLChecker.java:92) ~[burstcoin-jminer-0.4.4-SNAPSHOT.jar!/:0.4.4-SNAPSHOT]
at burstcoin.jminer.core.checker.util.OCLChecker.postConstruct(OCLChecker.java:82) ~[burstcoin-jminer-0.4.4-SNAPSHOT.jar!/:0.4.4-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_101]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_101]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[na:1.8.0_101]
at java.lang.reflect.Method.invoke(Unknown Source) ~[na:1.8.0_101]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:354) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:305) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE]
... 21 common frames omittedException in thread "main" java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:62)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:54)
... 1 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'OCLChecker': Invocation of init method failed; nested exception is org.jocl.CLException: CL_PLATFORM_NOT_FOUND_KHR
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:766)
at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:361)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
at burstcoin.jminer.JMinerApplication.main(JMinerApplication.java:60)
... 6 more
Caused by: org.jocl.CLException: CL_PLATFORM_NOT_FOUND_KHR
at org.jocl.CL.checkResult(CL.java:686)
at org.jocl.CL.clGetPlatformIDs(CL.java:1916)
at burstcoin.jminer.core.checker.util.OCLChecker.initChecker(OCLChecker.java:92)
at burstcoin.jminer.core.checker.util.OCLChecker.postConstruct(OCLChecker.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:354)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:305)
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
... 21 moreWhat to do?
I have a Sapphire Radeon RX 480 8GB D5...
-
@BurstmanJens Have you installed OpenCL driver?
http://developer.amd.com/tools-and-sdks/opencl-zone/amd-accelerated-parallel-processing-app-sdk/

