Jminer Setup
-
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/
-
@luxe
Yes I have installed "AMD-SDK-InstallManager-v1.4.87-1"!
-
Hmm, jminer seams not able to find your openCl platform (CL_PLATFORM_NOT_FOUND_KHR).
Maybe due your quite new gfx-card ...
What did you configure in jminer.properties for deviceId and platformId?
(if you specified this settings, make sure they are correct)Was gpuPlotteGenerator running for you?
Please check if that software can detect your platform:
https://github.com/bhamon/gpuPlotGenerator#list-platformsAlso, please try https://github.com/de-luxe/burstcoin-jminer/releases/tag/0.4.2-RELEASE
as it has openCl 2.0 support.
-
@luxe
jminer.properties contains..plotPaths=O:/Burst/plots,N:/Burst/plots,M:/Burst/plots,L:/Burst/plots,K:/Burst/plots,J:/Burst/plots,
poolMining=true
numericAccountId=17255038660934036384
poolServer=http://pool.burst-team.us
walletServer=
winnerRetriesOnAsync=
winnerRetryIntervalInMs=
devPool=
devPoolCommitsPerRound=
soloServer=http://localhost:8125...and I didn't Plot with the GpuPlotter, I used CPU. It was before the new graphics card.
I use burstcoin-jminer-0.4.4-SNAPSHOT.jar it's newer than the one you suggested. Is the 0.4.2-RELEASE safer?
the run.bat contains...
java -jar -d64 -XX:+UseG1GC burstcoin-jminer-0.4.4-SNAPSHOT.jar
... is that correct?
-
The defaults for platform/device are
platformId=0
deviceId=0
If this is why ever not available on your system, it may lead to your exceptions, and you need to specify yourself.I suggested using 0.4.2-RELEASE because it has OpenCL 2.0 lib included and 0.4.4-SNAPSHOT has not. And that may solve your issue.
-
I tried 0.4.2-RELEASE and the result is the same error!
-
@BurstmanJens Thanks for info.
I would like to find out, if your OpenCl config is the problem, or if it is a jminer bug/issue.
Please follow https://github.com/bhamon/gpuPlotGenerator#list-platforms steps and find out your platform and device ... if that tool does not work, too. It is not a jminer issue.

