Pages:
Author

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

legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- nbminer-nebutech-v21.0 (Add support for AE (Aeternity). Improve performance on Grin29 & Grin31. Improve miner stability)
- wildrig-multi-v0.15.4-preview (Added rainforest algo. Extended information in console. Fixed Tonga support. Tuned auto-parameters for Tonga and Hawaii)
jr. member
Activity: 98
Merit: 4
Is there any similar solution for Windows?
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- bminer-v15.2.0 (Improve performance and stability of Cuckatoo31. Support RTX 2080 for Cuckatoo31)
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
Update v1203:
- improvement of screen process managing
- fix fan/temp read values verifications
- prevent slow down fan, when GPU gives zero or no value result of temperature
- new format of local cached miner files with MD5 checksums
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
Update Dashboard v3083:
- search fields now restore entered previously values
- website sessions are now much longer so it will not logout you after few hours
- fixed SimpleRigResetter ON/OFF option
- big optimisations on server side
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
MAINTENENCE
There will be 2-5 minute maintenance - we are doing some update on Dashboard.


Edit: Maintenence Completed
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- xmr-stak-v2.9.0 (new algorithm cryptonight_r)
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- lolminer-v0.7.1 (Added a distinct 1G / 3&4G / 6&8G kernel for mining MNX. Added a new parameter --asm)
newbie
Activity: 77
Merit: 0
Any update or timeline on Vega overclock support?
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- bminer-v15.1.0 (Improve performance of Cuckaroo29 / Cuckatoo31)
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- ethminer-v0.18.0-rc.0
- API console for this version will be supported with the nearest system update v1203. Then also will be required option "--api-port 3333" for ethminer to see the stats in console column.
sr. member
Activity: 652
Merit: 266
OUR SCRIPT FOR REFLASHING
Looking at the code of this script, it is impossible not to notice the striking similarity with the code of the utility hive-replace from Hive OS  Grin
Looking at the code of HiveOS its impossible not to notice similarities with ethOS and simplemining Cheesy
to @HaloGenius
The only similar(same) is this:
Code:
DEVICE_UUID=`cat /proc/cmdline | tr " " "\n" | grep "UUID" | sed 's/\(^root=UUID=\)//'`
DEVICE=`blkid -U "${DEVICE_UUID}" | sed 's/\([[:digit:]]\)//'`
Wow...like you've found the only way of determining UUID and device from UUID...In fact this will not work on lvm based partition...but how wouldn't you know...you've invented bash!
jr. member
Activity: 251
Merit: 4
OUR SCRIPT FOR REFLASHING
Looking at the code of this script, it is impossible not to notice the striking similarity with the code of the utility hive-replace from Hive OS  Grin
newbie
Activity: 39
Merit: 0
Which miner is good to mine SUQA with RX580 8Gb cards?
I try with sgminer-fancy one but I get only 4 MH per card. Is there any better solution? Also you can recommend me pool. Now I am on icemining pool.
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
ahemm..... whats that root password again?
I have successfully upgraded 7 rigs with P106s remotely using the previous instructions - running CUDA-10 mining apps with up to date OS and NVIDIA drivers.
By default it is your EMAIL address.
You can also login as a miner and then enter: sudo su
legendary
Activity: 1834
Merit: 1080
---- winter*juvia -----
Tytanick,
Can I upgrade the CUDA version on the SMOS stick remotely via ShellIntheBox (ie. CUDA 9 to CUDA10).
I recall there was a button for this in the dashboard before.

OUR SCRIPT FOR REFLASHING SimpleMining rig to newest image (so drivers and kernel) or to reflash other linux based OS to simplemining Smiley
This was mostly done for migration purpuses from other OS to simplemining as some farms need it.
But accually it is very good way of upgrading a system. It will just reflash image on pendrive instead of installing and upgrading system which usually fails Smiley

Login to your LINUX rig as a ROOT:
Then run command "screen" that is virtual terminal and will prevent aborting next command to fail in case you lost connection to rig (lets say it will run as background process - and you probably know that citronick but i am writing to more people also Cheesy


Ok guys, if anyone want to REFLASH drive on your current simplemining rig to newest version OR also if you have other Linux operating system such as ethOS or HiveOS, you can enter that command below and it will reflash your current OS with simplemining.
We tested only ethOS->simplemining migration but i guess hive and other linux based OS'es will also work Smiley

So if you want to reflash drive to currently newest image, just do that:
Login as root to your rig
Enter command: screen
After that type command below but BE SURE to CHANGE email address to yours in below command line (its in the parameters)
Code:
bash <(curl -k -4 -s http://download.simplemining.net/update/migrate2simplemining/migrate2simplemining.sh) [email protected] SimpleMiningOS-NV-RX-v1199-4.17.19-13-amd18.10-nv415.27.img.zip

It will download about 1GB file, reflash whole drive, change email address to the one you entered and will reboot system.
Let me know if this works or not for you guys Smiley

ahemm..... whats that root password again?

I have successfully upgraded 7 rigs with P106s remotely using the previous instructions - running CUDA-10 mining apps with up to date OS and NVIDIA drivers.
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
Tytanick,
Can I upgrade the CUDA version on the SMOS stick remotely via ShellIntheBox (ie. CUDA 9 to CUDA10).
I recall there was a button for this in the dashboard before.

OUR SCRIPT FOR REFLASHING SimpleMining rig to newest image (so drivers and kernel) or to reflash other linux based OS to simplemining Smiley
This was mostly done for migration purpuses from other OS to simplemining as some farms need it.
But accually it is very good way of upgrading a system. It will just reflash image on pendrive instead of installing and upgrading system which usually fails Smiley

Login to your LINUX rig as a ROOT:
Then run command "screen" that is virtual terminal and will prevent aborting next command to fail in case you lost connection to rig (lets say it will run as background process - and you probably know that citronick but i am writing to more people also Cheesy


Ok guys, if anyone want to REFLASH drive on your current simplemining rig to newest version OR also if you have other Linux operating system such as ethOS or HiveOS, you can enter that command below and it will reflash your current OS with simplemining.
We tested only ethOS->simplemining migration but i guess hive and other linux based OS'es will also work Smiley

So if you want to reflash drive to currently newest image, just do that:
Login as root to your rig
Enter command: screen
After that type command below but BE SURE to CHANGE email address to yours in below command line (its in the parameters)
Code:
bash <(curl -k -4 -s http://download.simplemining.net/update/migrate2simplemining/migrate2simplemining.sh) [email protected] SimpleMiningOS-NV-RX-v1199-4.17.19-13-amd18.10-nv415.27.img.zip

It will download about 1GB file, reflash whole drive, change email address to the one you entered and will reboot system.
Let me know if this works or not for you guys Smiley
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- ccminer-zcoinofficial-djm34-v1.1.14 (Stability improvement. Small hashrate bump)
newbie
Activity: 49
Merit: 0
Please add wireguard in the core.
Because of a non-standard kernel, I can’t install the wireguard
Code:
Building only for 4.17.19-smos10
Module build for the currently running kernel was skipped since the
kernel source for this kernel does not seem to be installed
legendary
Activity: 2660
Merit: 1096
Simplemining.net Admin
New miner versions:
- bminer-v15.0.2 (Improve the fidelity of Cuckaroo29 on 1060 / P106 / 1070)
- lolminer-v0.7 (Added BEAM Equihash 150/5, only tuned for AMD. Added TLS for stratum. Some bugfixes in the stratum code. It is more stable now. Complete rework of the mining back end. Lower CPU load for AMD graphic cards. GPU sorting changed. Integrated all kernel files to the executable. Lowered fee to 1%. Removed workbatch parameter for MNX. Removed 96/5 Nvidia specific kernel. Changed Safecoin (SAFE) from Equihash 144/5 to 192/7. Added Vidulum (VDL), Equihash 192/7)
Pages:
Jump to: