Skip to content

Commit

Permalink
#66 solved
Browse files Browse the repository at this point in the history
  • Loading branch information
de-luxe committed May 25, 2018
1 parent 9d45f00 commit 72a1cc0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/main/java/burstcoin/jminer/JMinerCommandLine.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,9 @@ public void run(String... args)
LOG.info(" mining engine: BURST-LUXE-RED2-G6JW-H4HG5");
LOG.info(" openCL checker: BURST-QHCJ-9HB5-PTGC-5Q8J9");
LOG.info("-------------------------------------------------------");
// LOG.info("NOTICE:");
// LOG.info("1. Only use POC1 or POC2 per drive (plotPaths), mixed is not supported, yet!");
// LOG.info("2. POC2 plotfiles are detected by not having 'staggersize' in filename.");
// LOG.info(" If you use JohnnyFFM/Poc1to2Converter you need to remove it manually.");
LOG.info("NOTICE:");
LOG.info("1. Only use POC1 or POC2 per drive (plotPaths), mixed is not supported, yet!");
LOG.info("2. POC2 plotfiles are detected by not having 'staggersize' in filename.");

// start mining
Network network = context.getBean(Network.class);
Expand Down

0 comments on commit 72a1cc0

Please sign in to comment.