Bitcoin Forum
June 21, 2024, 02:02:15 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 1.43: Real Eth + Ton dual mining - feel the spirit of 2017 on: February 14, 2022, 10:05:40 PM
This miner is terrible at detecting the correct LHR or non-LHR cards. Why not have a command to let miner knows which card is which?

You can with --mode

https://github.com/Lolliedieb/lolMiner-releases/wiki/Nvidia-Mode-Switch-%26-LHR-Semi-Unlock

That's for very old version.

"That is recommended for version 1.32a. Newer versions done it automatically."

You can still use it for later versions if you are having problems with it not detecting the gpus correctly.
2  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 1.43: Real Eth + Ton dual mining - feel the spirit of 2017 on: February 14, 2022, 05:45:26 PM
I have rig of 10x3070 in it. And I would like 5 of cards to mine only ETH but 5 other it do dual ETH+TON.
How can I achieve this?

Use --maxdualimpact command with the argument '0' mine eth only and '*' dual mine eth and ton.

Example:
--maxdualimpact 0,0,*,*,*

First 2 cards will mine eth only the other 3 will mine Ton + Eth
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 1.43: Real Eth + Ton dual mining - feel the spirit of 2017 on: February 14, 2022, 09:08:56 AM
This miner is terrible at detecting the correct LHR or non-LHR cards. Why not have a command to let miner knows which card is which?

You can with --mode

https://github.com/Lolliedieb/lolMiner-releases/wiki/Nvidia-Mode-Switch-%26-LHR-Semi-Unlock
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: T-Rex 0.25.2 Ethash (+LHR unlock) GPU miner (Autolykos2, Octopus, Kawpow) on: February 13, 2022, 01:50:33 PM
Guys please help:
First out of my 8 rigs I'm trying to run t-rex with lock core. Always been mining with phoenioner and want to switch to trex
5x gtx 1080 mix of ti and normal 1080s


T-rex error:

Can't initialise device [ID=0 GPU=0]

Miner keeps restarting...


My bat file:
xxx/t-rex.exe -a ethash -o stratum+tcp://eu1.etherine.org:4444 -u mywallet -p X -w rigname --fan 35,55,55,60 --pl 70 --lock-cclock 100,55,60,160,110 --mclock 0,650,100,0,0
pause


I don't think you can use lock clock on Pascal (10xx) gpus.
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 1.43: Real Eth + Ton dual mining - feel the spirit of 2017 on: February 12, 2022, 08:39:48 PM
@Lolliedieb

--maxdualimpact 0,0,,,, does not work.  the only gpu that dual mines with that command is the last gpu.  gpu 0-4 only mines eth, while gpu 5 mines eth+ton.  it's a 6gpu rig with only 3070.

i'm using SMOS with lol version 1.44

update:
it appear that everything after the last comma in --maxdualimpact 0,0,,,, will dual mine.

i.e.
if i have --maxdualimpact 0,0,, in a 6 gpu system, the last three gpus will dual mine.
if i have --maxdualimpact 0,0, in a 6 gpu system, the last four gpus will dual mine.

hope this helps.

I think you need to add an * for the other cards.
Try this:
--maxdualimpact 0,0,*,*,*,*
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 1.43: Real Eth + Ton dual mining - feel the spirit of 2017 on: February 10, 2022, 05:01:33 PM
Hi Guys,

I am thinking of starting dual mining with my non LHR 3070s.
ETH+TONCOIN

I would appreciate if somebody can suggest a good OC for this combination.

Also, I would like to know what wallet are you using for TONCOIN and if pool suggested in .bat file is only and best option so far?


Thanks



Hi Guys,

I am thinking of starting dual mining with my non LHR 3070s.
ETH+TONCOIN

I would appreciate if somebody can suggest a good OC for this combination.

Also, I would like to know what wallet are you using for TONCOIN and if pool suggested in .bat file is only and best option so far?


Thanks

Hello fellow miners,
So I figured out wallet and pool (whalestonpool)
Here is screenshot of miner after 1h:



For some reason I cannot get 60Mh/s for ETH on first 4 cards. I checked clocks and they are all around same for all cards expect PL for some of them.


You should lock the core clock rather than using PL.  If you using windows in the .bat file add '--cclk 1110' to extraparameters and it will lock the core.  Set the memory speed to 1100 (I recommend MSI Afterburner in Windows) or 2200 in HiveOS and it should get you good results.  You'll then need to work out the best memory overclock as it will depend on the card.  
I have 2 3070s running in HiveOS with the core at 1110 and memory 2500 (That's about 1250 in windows) and I get just over 61MH/s with Eth and 1.1GH/s on TON with power usage around 140watts according to the software.  
Adding a higher core clock might improve the TON speed but will also increase the power usage.
When mining Eth and TON make sure to restart the miner after applying any new overclocks.
Hope this helps.

Thanks a lot for the help!

If you can please clarify some things for me as I am confused a little Smiley
When I lock --1110, does that mean that in Afterburner I can leave PL @ 100%?
Whatever memory clock I put in Afterburner, anywhere from 1000-1200 I get DAG verification failing , can i prevent failed dags somehow? (it's not biggie on the single test card I am working on, but on a rig of 10 cards this can take a bit of time to do the auto repair)


Yeah lock the core to 1110 and leave the power limit at 100%.  Locking the core drops the power usage.
If you're getting DAG errors it's normally caused by the memory overclock.  You could try setting the memory overclock with afterburner right after the DAG for ETH is created.
I use HiveOS and with that you can set a delay before the overclocks are applied.
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 1.43: Real Eth + Ton dual mining - feel the spirit of 2017 on: February 10, 2022, 09:21:33 AM
Hi Guys,

I am thinking of starting dual mining with my non LHR 3070s.
ETH+TONCOIN

I would appreciate if somebody can suggest a good OC for this combination.

Also, I would like to know what wallet are you using for TONCOIN and if pool suggested in .bat file is only and best option so far?


Thanks



Hi Guys,

I am thinking of starting dual mining with my non LHR 3070s.
ETH+TONCOIN

I would appreciate if somebody can suggest a good OC for this combination.

Also, I would like to know what wallet are you using for TONCOIN and if pool suggested in .bat file is only and best option so far?


Thanks

Hello fellow miners,
So I figured out wallet and pool (whalestonpool)
Here is screenshot of miner after 1h:



For some reason I cannot get 60Mh/s for ETH on first 4 cards. I checked clocks and they are all around same for all cards expect PL for some of them.


You should lock the core clock rather than using PL.  If you using windows in the .bat file add '--cclk 1110' to extraparameters and it will lock the core.  Set the memory speed to 1100 (I recommend MSI Afterburner in Windows) or 2200 in HiveOS and it should get you good results.  You'll then need to work out the best memory overclock as it will depend on the card. 
I have 2 3070s running in HiveOS with the core at 1110 and memory 2500 (That's about 1250 in windows) and I get just over 61MH/s with Eth and 1.1GH/s on TON with power usage around 140watts according to the software. 
Adding a higher core clock might improve the TON speed but will also increase the power usage.
When mining Eth and TON make sure to restart the miner after applying any new overclocks.
Hope this helps.
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: lolMiner 1.35: Update for the Ergo epoch change on: December 04, 2021, 10:47:33 AM
Hello. Do you have 1.37 for Windows?
Hello. Do you have 1.37 for Windows?

Also interested in 1.37 for Windows as well too!

1.38 READY in Github :-)

Due to the current circumstances and the focus of this publication, the change logs are bilingual this time.

at the beginning i thought that the github was done hacked so i downloaded nothing besides no valid explanation!

Why use chinese Huh and english (logic)


So you got confused and blame the dev  Roll Eyes
Seems pretty straight forward to me.
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: GMiner v2.70 Ethash(LHR unlock)/KAWPOW/Equihash/CuckooCycle on: October 22, 2021, 08:53:48 AM
Why don't you update your readme file with all the LHR settings? Sad


There is a another file (LHR.md) in the trex folder that has the LHR info
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 5.5c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) on: April 04, 2021, 12:58:47 PM
Hello everybody;

i have an issue with nanopool, i can't change the password and hence the payout limit

 here is my config :

C:\Users\troll\Documents\etherum\PhoenixMiner\PhoenixMiner.exe -pool ssl://eth-eu1.nanopool.org:9433 -wal wallet.Myrig/Bobmarley87 -rvram -1 -eres 0

error message :

Incorrect password

anybody have an idea?

thx all





Had this happen a few times if i'd stopped mining for a few days or changed the password.  I'd leave it run for a while then it would work.  I think my problem was something to do with the worker needing a higher rating of 10. I'm guessing it wanted 10 recent shares before it would allow me to change the payout amount even though the rating on the stats page was way over this.
Most likely a different issue for you but thought i'd mention it.
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 5.5c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) on: March 05, 2021, 05:33:16 PM
Whats wrong with this script?

phoenixminer.exe -pool eth-us-east1.nanopool.org:9999 -wal 0x000000000000000000000000000000.worker/password -mode 1 -proto 2 -coin eth -cdm 0 -amd -acm -mi 10 -eres 0 -dagrestart 2 -log 0 -resetoc -gpow 85 -ppf 85 -fanmin 75 -ttli 78

I wanna restrict my Rx580 to 85% of their power.



Try -powlim -15
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: PhoenixMiner 5.5c: fastest Ethereum/Ethash miner with lowest devfee (Win/Linux) on: February 07, 2021, 01:57:38 AM
Don't download Phoenixminer 5.5d from the post above!!
Only download from the original post.

Now also the post below! (Since been deleted  Grin)
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: CCminer(SP-MOD) Modded NVIDIA Maxwell / Pascal kernels. on: May 23, 2018, 09:41:13 AM
Bitcore sp-mod #8 is ready for the donators.(0.05btc)  Will send out later today. Increase from bitcore sp-mod #7:

gtx 970: +7.2%
gtx 1080ti +4.6%
gtx 1060 3gb: +2.2%
gtx 1070ti: +1.56%
gtx 1070: +1.4%



I'm just curious but why don't you put the miner on general release and add a dev fee to the mining software?
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - POS 2.0 - ZEROCOIN PROTOCOL on: November 14, 2017, 06:51:06 PM
Hi
I upgraded my wallet to version 3.0.5 but 10 of my pivx have now gone!
I started using the wallet about a week ago and had the issue of 10% of my total being converted to zpiv, that's 10 coins (+fee) from a total of 100.62 I converted them back but since I've updated the transaction is showing as conflicted?
On the 12/11/17 I had 4 random transactions, one which conflicted but the rest gave me about 2 coins each.  I had no idea what was going on and assumed I had been extremly lucky with the staking, I'd only been doing it for 4 days so don't really know how the rewards work.  About this time I noticed the wallet wasn't syncing so I left it until 3.0.5 came out when I read about the problems.
After updating and the block chain resynced I checked and I was on the correct block chain, 10 of my pivx where in the pending section and the 6 I'd randomly received had gone but where still showing in the transactions section.  I closed the wallet to wait for the 10 pending coins to become available, when I opened the wallet again the 10 pivx had disappered.
I've deleted the blockchain data as is shown on the pivx website and resynced but still missing the 10, I rescanned the block chain for transfers and nothing.
As I mentioned the transaction appears in transactions section (but not the recent transactions on the overview) but has an excalmation in the box instead of a tick and says the transaction is conflicted.  I also have those 4 other random conflicted transaction I recieved but they are showing in the overview section.
I'm really confused and hope someone can help me with this.  Is it worth me deleting everything and starting again using my backup before I updated to 3.0.5?

When you keep the old backups of your wallet.dat there's not much that can go wrong trying.
I had to do some rescanning in the wallet, that fixed it for me.

Maybe close the wallet, delete the blockchain and the wallet (but keep a copy!), let it sync first, then close down the client, copy back the wallet.dat, then start the client, wait.

It's a blockchain, coins don't disappear.

Thanks for the reply, i'll give that a go and report back when it's finished.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PIVX] - PRIVATE INSTANT VERIFIED TRANSACTION - POS 2.0 - ZEROCOIN PROTOCOL on: November 14, 2017, 06:21:13 PM
Hi
I upgraded my wallet to version 3.0.5 but 10 of my pivx have now gone!
I started using the wallet about a week ago and had the issue of 10% of my total being converted to zpiv, that's 10 coins (+fee) from a total of 100.62 I converted them back but since I've updated the transaction is showing as conflicted?
On the 12/11/17 I had 4 random transactions, one which conflicted but the rest gave me about 2 coins each.  I had no idea what was going on and assumed I had been extremly lucky with the staking, I'd only been doing it for 4 days so don't really know how the rewards work.  About this time I noticed the wallet wasn't syncing so I left it until 3.0.5 came out when I read about the problems.
After updating and the block chain resynced I checked and I was on the correct block chain, 10 of my pivx where in the pending section and the 6 I'd randomly received had gone but where still showing in the transactions section.  I closed the wallet to wait for the 10 pending coins to become available, when I opened the wallet again the 10 pivx had disappered.
I've deleted the blockchain data as is shown on the pivx website and resynced but still missing the 10, I rescanned the block chain for transfers and nothing.
As I mentioned the transaction appears in transactions section (but not the recent transactions on the overview) but has an excalmation in the box instead of a tick and says the transaction is conflicted.  I also have those 4 other random conflicted transaction I recieved but they are showing in the overview section.
I'm really confused and hope someone can help me with this.  Is it worth me deleting everything and starting again using my backup before I updated to 3.0.5?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!