5,000 Burst to anyone that can help me get this dang jminer GPU miner running.
I have a AMD R9 270 I'm trying to use as a gpu miner and this is what I have installed
AMD Latest drivers
Java 8 Update 65
AMD AppSDK 3.0
OpenCL 1.1 support for intel core processor family
Running Win7 64bit with 16gigs of ram
Using the gpu plot generator setup option this is what my devices look like
[0] Intel(R) OpenCL (OpenCL 1.1 )
[0] Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (OpenCL 1.1 (Build 25940.26006))
[1] AMD Accelerated Parallel Processing (OpenCL 2.0 AMD-APP (1800.8))
[0] Pitcairn (OpenCL 1.2 AMD-APP (1800.8))
[1] Intel(R) Core(TM) i5-2500K CPU @ 3.30GHz (OpenCL 1.2 AMD-APP (1800.8))
So in the jminer settings all I did was change the plot path, just 1 drive for testing purposes, my numeric ID, pool and platformId=1
deviceId=0 I'm assuming thats for the 1 AMD then 0 Pitcairn since it's gpu mining
So when I run the batch file with only these settings changed in the visual studio code
plotPaths=Z:/Burst/plots
poolMining=true
numericAccountId=17908512605713200237
poolServer=http://pool.burstcoin.de:8080
platformId=1
deviceId=0
I get this and it just hangs so I have to ctrl+c to terminate it....
at burstcoin.jminer.core.reader.data.PlotDrive.(PlotDrive.java:27)
at burstcoin.jminer.core.reader.data.Plots.(Plots.java:34)
at burstcoin.jminer.core.reader.Reader.postConstruct(Reader.java:102)
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(InitDestroyAnnotationBeanPo
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnno
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotati
... 18 common frames omitted
Exception in thread "Timer-0" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'reader': Invocation of init
matException: For input string: "18446744072014584321"
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotati
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowi
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:157
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:305)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:301)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:196)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:834)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:537)
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:686)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:320)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:957)
at org.springframework.boot.SpringApplication.run(SpringApplication.java:946)
at burstcoin.jminer.CommandLineRunner$1.run(CommandLineRunner.java:84)
at java.util.TimerThread.mainLoop(Unknown Source)
at java.util.TimerThread.run(Unknown Source)
Caused by: java.lang.NumberFormatException: For input string: "18446744072014584321"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Long.parseLong(Unknown Source)
at java.lang.Long.valueOf(Unknown Source)
at burstcoin.jminer.core.reader.data.PlotFile.(PlotFile.java:41)
at burstcoin.jminer.core.reader.data.PlotDrive.(PlotDrive.java:27)
at burstcoin.jminer.core.reader.data.Plots.(Plots.java:34)
at burstcoin.jminer.core.reader.Reader.postConstruct(Reader.java:102)
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(InitDestroyAnnotationBeanPo
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnno
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotati
... 18 more