Pages:
Author

Topic: lolMiner 1.64: Fastest Kaspa miner in market - page 98. (Read 155532 times)

newbie
Activity: 1
Merit: 0
You wrote here and on GitHub that the hard fork will be on July 15th but it's on August 15th.  Wink

Dang! Thanks for reporting, will correct this Smiley

Beam-II does not support GPUs older than RX?

Oh - did not build for anything older then Fury - what GPU are you missing? Can add it quickly.

Yes, Tahiti.
Thanks
newbie
Activity: 32
Merit: 0

Beam-II does not support GPUs older than RX?

Oh - did not build for anything older then Fury - what GPU are you missing? Can add it quickly.
Tahiti, please!  Smiley
newbie
Activity: 15
Merit: 0
Beam-II does not support GPUs older than RX?

Oh - did not build for anything older then Fury - what GPU are you missing? Can add it quickly.
Tahiti (79x0) and Hawaii (290), please.
member
Activity: 433
Merit: 48
You wrote here and on GitHub that the hard fork will be on July 15th but it's on August 15th.  Wink

Dang! Thanks for reporting, will correct this Smiley

Beam-II does not support GPUs older than RX?

Oh - did not build for anything older then Fury - what GPU are you missing? Can add it quickly.
newbie
Activity: 15
Merit: 0
Beam-II does not support GPUs older than RX?
member
Activity: 155
Merit: 14
You wrote here and on GitHub that the hard fork will be on July 15th but it's on August 15th.  Wink
newbie
Activity: 15
Merit: 0

Well won't be too complicated - what project is also on standard 96/5?  I was requested to make it generally changeable - will look through my codes and allow it where its applicable.


GlobalToken
member
Activity: 433
Merit: 48
Hi all, just pushed a new release - finally supporting the Beam hard for coming in 3 days Cheesy (and fixed a bug with the stratum)


Changes of 0.8.6 over 0.8.5
- Added support the BEAM hard fork on block 321321 (approx July 15th), read below about the usage
- Fixed a bug with the BEAM stratum back end in case of formatted job descriptions (e.g. new Nicehash platform)

Note about the BEAM hard fork usage
There are now 3 parameters for mining BEAM, --coin BEAM-I, --coin BEAM-II and --coin BEAM
- Use BEAM-I for mining the current / old BEAM proof of work that is valid until the hard fork.
- Use BEAM-II for mining the new BEAM proof of work that is valid from the hard fork.
- Use BEAM for an automatic switcher between the two PoWs. This mode will detect the height and the fork height and will automatically switch over on the right block. Note that this requires the pool to send at least the height. On startup the miner will detect if the pool is compatible to the automatic switcher and display a message if all is fine.
The message is colored in command line:  green - in this case the new PoW is guarantied to be supported; yellow - the height is send so the miner can switch over, but its uncertain if the new PoW is implemented; red - the pool does not send the required information.
In the last case the miner will show the message and then quit after 10 seconds. In this case select the right PoW manually with BEAM-I or BEAM-II.  When at least the height is send, the miner will start mining in automatic mode.

--------

Can You add an AUTO96_5  parameter?

Well won't be too complicated - what project is also on standard 96/5?  I was requested to make it generally changeable - will look through my codes and allow it where its applicable.

hi bro.  please add grimm support.   lolminer is best with amd mining

+++

Will likely allow the change of the pers-string for Beam Hash I with 0.8.7 release (in about a week).



Thanks for the tip, I downloaded 0.6 and it indeed works, although like 15-20% slower

Shit, was not aware GENX got a problem - will check this and fix with 0.8.7 Smiley
newbie
Activity: 49
Merit: 0
hi bro.  please add grimm support.   lolminer is best with amd mining

+++
jr. member
Activity: 442
Merit: 3
hi bro.  please add grimm support.   lolminer is best with amd mining
newbie
Activity: 81
Merit: 0
What hash can I expect from single gtx 1080 ti on Grin29/31 with lolMiner?


about 3-4 gps
sr. member
Activity: 954
Merit: 250
What hash can I expect from single gtx 1080 ti on Grin29/31 with lolMiner?
newbie
Activity: 7
Merit: 0
I look forward to adding Grimm to your excellent miner!  Kiss
Can you please consider adding Grimm support in the next version?  It's the first legitimate BEAM fork, no ico, premine, or dev reward.
newbie
Activity: 81
Merit: 0
u can mine this. grimm. with the wallet directly,
 how to add peers for the same wallet adress
member
Activity: 160
Merit: 10
I look forward to adding Grimm to your excellent miner!  Kiss
newbie
Activity: 18
Merit: 0
Please, add this coin: Grimm
jr. member
Activity: 116
Merit: 3
Hello! Can you add new coin to your miner? Grimm. Algo: Equihash 150_5 like beamHash1 only pers string other - GrimmPOW. We only 4 days old but solo mining with free client-miners already not effective. We start pool - http://grimm.ravepool.com/ , our website https://grimmw.com telegram @grimmw Users need your miner
newbie
Activity: 15
Merit: 0
Can You add an AUTO96_5  parameter?

newbie
Activity: 5
Merit: 0
why these people don`t just show example of what to edit?

it states that i have put profiles name but there is already profile name on it!
and it stops.

why am i looking for this for about half hour which it could be done in 15 seconds ?

user manual don`t states what to edit?

example:




@echo off

setlocal enableDelayedExpansion

Rem #################################
Rem ## Begin of user-editable part ##
Rem #################################

Rem Insert your configuration file name here
set "PROFILE=EXAMPLE_BEAM_SINGLE"                              

Rem #################################
Rem ##  End of user-editable part  ##
Rem #################################


set "PARAMS=--profile %PROFILE%"

setx GPU_FORCE_64BIT_PTR 1
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_SINGLE_ALLOC_PERCENT 100

lolMiner.exe --algo 125_4 --pool zel.2miners.com --port 9090 --user t1XSSttztwJ7ojYxaU1DzHSUfv9uBTcCNBV --pass x
timeout 10



what profile you put in?

sr. member
Activity: 2562
Merit: 321
When I try to mine GENX using command line, I get following output:

"Warning: No user profile defined in command line (--profile missing)
Using only DEFAULT section and command line input
Reading pool data from command line
Error: No coin profile find for coin GENX
"

From user manual, I thought GENX can be mined that way

I have the same problem. It started from v 0.7.0. Worked fine on 0.6.0.
Please  fix it.

Thanks for the tip, I downloaded 0.6 and it indeed works, although like 15-20% slower
Pages:
Jump to: