Java miner code for run_miner.bat?
-
I am currently using this code to try and mine at pool.burscoin.biz but i keep getting the error:
Unable to get mining info from wallet. How do I fix this?java -Xmx750m -cp pocminer.jar;lib/;lib/akka/;lib/jetty/* pocminer.POCMiner mine "http://pool.burstcoin.biz/:8124"%*
also is there a more efficient way of doing it?
-
@LeG3NdArYPhiL
pocminer.jar - solo miner (old)
pocminer_pool.jar - miner for http://178.62.39.204:8121 (old, only for this pool)Do you have a reason to use it?
try
java -Xmx750m -cp pocminer_pool.jar;lib/*;lib/akka/*;lib/jetty/* pocminer_pool.POCMiner mine http://178.62.39.204:8121 http://178.62.39.204:8121
-
What pool is that IP for? I want to mine at pool.burstcoin.biz and have changed my reward receipt but I don't know the IP
-
@LeG3NdArYPhiL You can mining by Luxe's GPU miner or Blago's CPU miner - they are faster
-
I am not sure how to mine... I've plotted my drives but I am not sure how to set up the miner... What do I need to do to start mining?
-
@LeG3NdArYPhiL https://github.com/Blagodarenko/miner-burst/releases/tag/v1.160705
open miner.conf and change:
"Server" : "pool.burstcoin.biz",
"Port": 8124,"UpdaterAddr" : "pool.burstcoin.biz",
"UpdaterPort": "8124","Paths":["C:\plots","D:\plots","E:\plots","F:\plots","G:\plots","H:\plots","I:\plots","J:\plots","K:\plots","L:\plots","M:\plots","N:\plots"],
WHERE Paths - it's your plot's folders
-
@Blago Thanks so much! Finally got it to work!