Pages:
Author

Topic: [Mining OS] SimpleMining.net - Manage Your GPU farm the easy way! (30 days free) - page 98. (Read 835786 times)

legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- gminer-v1.32 (added AMD support for Beam). This update contains bug with fidelity, it will show worst performance on pool side, please don't use 1.32 for cuckoocycle algorithms, use 1.31 instead. v1.32 only good for AMD miners
legendary
Activity: 1694
Merit: 1002
Go Big or Go Home.....
Yeah, ETH mining. Was fine until a week or so ago. Looks like the dev doesn't reply in this forum though. Ugh.
I'll have to find something else to mine on NV 3GB cards. LOL
I do not reply here much, please ask on chat.simplemining.net - you guys have almost 24h live support there Smiley
Ofcourse, the DAG file is now bigger in ETH and 3GB cards no longer can mine it Smiley
Soon it will be the same with the 4GB cards.
Musiccoin, Ubiq, exapnse are still minable and they work in claymore miner.
https://investoon.com/tools/dag_size

I suggest looking into whattomine.com for example.



@thedreamer

Send your NV-3GBs to mine ETC.



Ok, wasn't sure if it was the limit finally or not. Thanks tytanick.

I don't like ETC so didn't plan on doing that, but tried it also and same error on the 3GB cards.

Mining BTM for the upcoming pop for now.
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- zilminer-v0.2.13
newbie
Activity: 7
Merit: 0

Soon it will be the same with the 4GB cards.



Hi Tytanick

Do you have any ideas on how long it will be?

Thanks
sr. member
Activity: 1414
Merit: 487
YouTube.com/VoskCoin
For anyone interested in mining Beam w/ AMD or Nvidia using the fastest miners (gminer & lolminer atm) on smOS I created a video guide for that (includes windows mining info as well)

https://www.youtube.com/watch?v=tqPEd_3tCDU
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
Yeah, ETH mining. Was fine until a week or so ago. Looks like the dev doesn't reply in this forum though. Ugh.
I'll have to find something else to mine on NV 3GB cards. LOL
I do not reply here much, please ask on chat.simplemining.net - you guys have almost 24h live support there Smiley
Ofcourse, the DAG file is now bigger in ETH and 3GB cards no longer can mine it Smiley
Soon it will be the same with the 4GB cards.
Musiccoin, Ubiq, exapnse are still minable and they work in claymore miner.
https://investoon.com/tools/dag_size

I suggest looking into whattomine.com for example.



@thedreamer

Send your NV-3GBs to mine ETC.

legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
Yeah, ETH mining. Was fine until a week or so ago. Looks like the dev doesn't reply in this forum though. Ugh.
I'll have to find something else to mine on NV 3GB cards. LOL
I do not reply here much, please ask on chat.simplemining.net - you guys have almost 24h live support there Smiley
Ofcourse, the DAG file is now bigger in ETH and 3GB cards no longer can mine it Smiley
Soon it will be the same with the 4GB cards.
Musiccoin, Ubiq, exapnse are still minable and they work in claymore miner.
https://investoon.com/tools/dag_size

I suggest looking into whattomine.com for example.

legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
Update v1201:
- custom miners packages support (You can now use prepared by You miner package. Select CUSTOM miner from miner list and follow the instructions there)
- download repository (miner and images) is now moved to Amazon AWS infrastructure
- changed parser to API console for miner xmrig-nvidia (required --api-port in miner options from version 2.11.0)

I wish i knew how to do this Sad i guess i will have to wait for your kindness to actually add the miner...

When You go into Group Config and select miner named "CUSTOM", You will see the form like You know, but in "Miner OPTIONS" there will be example:
Code:
http://www.example.com/somewhere/your-miner.zip arg1 arg2 ... argX

and below in descritopn You may see all the details, that You need:
Code:
Preparing custom miner package:

Create folder with any name, for example "myminer-v1.0.0".
Put miner files directly into this folder.
Change main miner executable file to "miner" (with lowercase letters and without any extension).
Pack whole folder into ZIP format and name archive file with name of your miner and its version, for example myminer-v1.0.0.zip. The name of archive file is very important because if Your rig download once your miner package and than You will prepare updated package using the same archive file name, the Rig will be still using actually downloaded package with the same filename from the local Rig cache.
Upload the archive file with the world wide readable website available for download via http, https or ftp protocol.
If Your miner will not work, and requires from You some fixes, You schould prepare new package with fixes using different archive filename, for example: myminer-v1.0.0-fix1.zip.
Properly prepared archive schould have structure like below:
myminer-v1.0.0.zip (archive file)
    |- myminer-v1.0.0 (folder)
        |- miner (main executable miner file)
        |- kernels (optional subfolder with required files by some miners)
        |    |- file1
        |    |- fil2
        |- config_file (config file and other required by miner)
        |- libcudart-10.0.so (others required libraries, that are not included in SimpleminnigOS)
 

Using custom miner:

Complete the "Miner OPTIONS" field like in below examples:
http://www.example.com/somewhere/myminer-v1.0.0.zip -algo MyCoin -server pool.example.com -p x [...]
ftp://ftpuser:[email protected]/somewhere/myminer-v1.0.0.zip -algo MyCoin -server pool.example.com -p x [...]
First argument must be the URL (without spaces and special characters) of miner location
Others argument are passed to the miner same as in case of using regular miners
legendary
Activity: 1694
Merit: 1002
Go Big or Go Home.....
Hey Dev, people are having issues with mining on 3GB cards, is this done for good? What's going on!?

I dont have any issues. Whats the problem? Eth mining? You should forget about it since Oct 2018
Yeah, ETH mining. Was fine until a week or so ago. Looks like the dev doesn't reply in this forum though. Ugh.
I'll have to find something else to mine on NV 3GB cards. LOL
sr. member
Activity: 490
Merit: 264
| Privacy Advocate | Game Theory | Free Thinker |
Update v1201:
- custom miners packages support (You can now use prepared by You miner package. Select CUSTOM miner from miner list and follow the instructions there)
- download repository (miner and images) is now moved to Amazon AWS infrastructure
- changed parser to API console for miner xmrig-nvidia (required --api-port in miner options from version 2.11.0)

I wish i knew how to do this Sad i guess i will have to wait for your kindness to actually add the miner...
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
Update v1201:
- custom miners packages support (You can now use prepared by You miner package. Select CUSTOM miner from miner list and follow the instructions there)
- download repository (miner and images) is now moved to Amazon AWS infrastructure
- changed parser to API console for miner xmrig-nvidia (required --api-port in miner options from version 2.11.0)
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- sgminer-fancyIX-v5.6.1.3.b5ip3 (Improved mtp performance)
- xmrig-amd-v2.12.0 (Added algo cryptonight/wow - CryptonightR - for upcoming Wownero fork on February 14. Improved cryptonight/gpu performance)
- xmrig-nvidia-v2.12.0-beta (Added algo cryptonight/wow - CryptonightR - for upcoming Wownero fork on February 14)
sr. member
Activity: 490
Merit: 264
| Privacy Advocate | Game Theory | Free Thinker |
Hey tytanick,

Thank you for the good job.

Since im on a roll could we also add BIS miner? Smiley

Thank you
newbie
Activity: 20
Merit: 2
It seems like one of my miners has stopped updating temperature values. After a full restart it updates temps.
The rig itself is working fine, shares are seen on the pool - only the temp values seem to be "frozen"

Have 2 rigs and seems to be only on one of them. If you need any data, please let me know.
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- bminer-v14.3.1 (Improved Cuckaroo29. Reduce the likelihood of rejected shares of Cuckatoo31. Support Nicehash for both Cuckaroo29 / Cuckatoo31)
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- xmr-stak-v2.8.2 (Several fixes. Refactor POW definition. Cn_gpu allow definition of unroll. Add Zelerius, Masari and Stellite coin. Cn_gpu optimizations. OpenCL fix blockchain driver incompatibilities)
- added miner zilminer-v0.1.25 (Zilliqa mining. Only Cuda-10.0 compatibility available)
- API console for miner zilminer will be added soon
newbie
Activity: 29
Merit: 0
Hey Dev, people are having issues with mining on 3GB cards, is this done for good? What's going on!?

I dont have any issues. Whats the problem? Eth mining? You should forget about it since Oct 2018
legendary
Activity: 1694
Merit: 1002
Go Big or Go Home.....
Hey Dev, people are having issues with mining on 3GB cards, is this done for good? What's going on!?
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
Dashboard Upgrade:
- fixed informations of miner were missing in miner edition
- miner informations are now collapsed as they take too much space and added show more button



Yes please add Vega over clock support, Vega II is now released and still no support for Vega over a year later
We will be ordering VEGA VII and checking it.
newbie
Activity: 77
Merit: 0
Update v1200:
- updated amdmeminfo - added support Radeon RX 560 (560D)
- added zjazz-cuda-miner API console


When Vega support? Thanks.

Yes please add Vega over clock support, Vega II is now released and still no support for Vega over a year later
Pages:
Jump to: