Bitcoin Forum
May 23, 2024, 05:44:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 »  All
  Print  
Author Topic: SMOS Linux Plug-In & Mine - The simplest mining OS based on Linux  (Read 94533 times)
MasterCATZ
Full Member
***
Offline Offline

Activity: 426
Merit: 100


View Profile
February 16, 2014, 04:06:39 AM
 #241

I wonder if we can modify or recomplie cgminer to work with SCRYPT-JANE or the special miner of Vertcoin or Ultracoin? I wish i can mine them by smos-linux now Sad

you can easily compile with SJ enabled
the harder part is separating s from sj later on

download patch
http://lmgtfy.com/?q=+cgminer-3.7.2-sj-0.02.patch&l=1

patch <cgminer-3.7.2-sj-0.02.patch

CFLAGS="-O2 -Wall -march=native -I/opt/AMDAPP/include" LDFLAGS="-L/usr/lib" ./configure --enable-opencl --enable-gpu --enable-scrypt-jane --enable-scrypt

make
make install

we really need a new config file that is read to pass additional command line arguments as cgminer does not understand sj commands if placed in its config file but understands them is passed via cmd line

currently to get sj working with SMOS I have done this

nano /opt/bamt/common.pl

change

my $cmd = "cd /opt/miners/cgminer;/usr/bin/screen -d -m -S cgminer /opt/miners/cgminer/cgminer $args";

to this

my $cmd = "cd /opt/miners/cgminer;/usr/bin/screen -d -m -S cgminer /opt/miners/cgminer/cgminer --scrypt-jane --sj-nfmin 4 --sj-nfmax 30 --sj-time 1388361600 $args";


in a future SMOS release I am hoping to see something like this

additional.conf

my $cmd = "cd /opt/miners/cgminer;/usr/bin/screen -d -m -S cgminer /opt/miners/cgminer/cgminer $additional $args";


macioman
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
February 16, 2014, 09:38:05 AM
 #242

@macioman
I think you push your cards too much.

Same problem whit default setting (no OC).
This is the syslog:
Code:
root@smos-1:/var/log# tail -f syslog
Feb 16 10:20:01 smos-1 /USR/SBIN/CRON[3882]: (root) CMD (/home/.uptime.sh > /home/.time.txt)
Feb 16 10:20:01 smos-1 /USR/SBIN/CRON[3881]: (root) CMD (if [ -x /etc/munin/plugins/apt_all ]; then /etc/munin/plugins/apt_all update 7200 12 >/dev/null; elif [ -x /etc/munin/plugins/apt ]; then /etc/munin/plugins/apt update 7200 12 >/dev/null; fi)
Feb 16 10:20:01 smos-1 /USR/SBIN/CRON[3884]: (root) CMD (/opt/bamt/mother)
Feb 16 10:20:01 smos-1 /USR/SBIN/CRON[3883]: (munin) CMD (if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi)
Feb 16 10:20:02 smos-1 mother[3886]: GPU 0 has returned to normal operation.
Feb 16 10:20:02 smos-1 mother[3886]: GPU 1 has returned to normal operation.
Feb 16 10:21:01 smos-1 /USR/SBIN/CRON[4371]: (root) CMD (/home/.uptime.sh > /home/.time.txt)
Feb 16 10:21:01 smos-1 /USR/SBIN/CRON[4372]: (root) CMD (/opt/bamt/mother)
Feb 16 10:22:01 smos-1 /USR/SBIN/CRON[4485]: (root) CMD (/opt/bamt/mother)
Feb 16 10:22:01 smos-1 /USR/SBIN/CRON[4486]: (root) CMD (/home/.uptime.sh > /home/.time.txt)
Feb 16 10:23:01 smos-1 /USR/SBIN/CRON[4595]: (root) CMD (/opt/bamt/mother)
Feb 16 10:23:01 smos-1 /USR/SBIN/CRON[4596]: (root) CMD (/home/.uptime.sh > /home/.time.txt)


Feb 16 10:24:01 smos-1 /USR/SBIN/CRON[4683]: (root) CMD (/opt/bamt/mother)
Feb 16 10:24:01 smos-1 /USR/SBIN/CRON[4682]: (root) CMD (/home/.uptime.sh > /home/.time.txt)
Feb 16 10:25:01 smos-1 /USR/SBIN/CRON[4714]: (root) CMD (if [ -x /etc/munin/plugins/apt_all ]; then /etc/munin/plugins/apt_all update 7200 12 >/dev/null; elif [ -x /etc/munin/plugins/apt ]; then /etc/munin/plugins/apt update 7200 12 >/dev/null; fi)
Feb 16 10:25:01 smos-1 /USR/SBIN/CRON[4715]: (root) CMD (/opt/bamt/mother)
Feb 16 10:25:01 smos-1 /USR/SBIN/CRON[4716]: (root) CMD (/home/.uptime.sh > /home/.time.txt)
Feb 16 10:25:01 smos-1 /USR/SBIN/CRON[4717]: (munin) CMD (if [ -x /usr/bin/munin-cron ]; then /usr/bin/munin-cron; fi)
Feb 16 10:26:01 smos-1 /USR/SBIN/CRON[4742]: (root) CMD (/home/.uptime.sh > /home/.time.txt)
Feb 16 10:26:01 smos-1 /USR/SBIN/CRON[4743]: (root) CMD (/opt/bamt/mother)
Feb 16 10:26:02 smos-1 mother[4745]: Another mother is already running. Bail out!
Feb 16 10:27:01 smos-1 /USR/SBIN/CRON[4750]: (root) CMD (/opt/bamt/mother)
Feb 16 10:27:01 smos-1 /USR/SBIN/CRON[4752]: (root) CMD (/home/.uptime.sh > /home/.time.txt)
Feb 16 10:27:01 smos-1 mother[4751]: Another mother is already running. Bail out!
Feb 16 10:27:05 smos-1 kernel: [  576.769033] [fglrx] ASIC hang happened
Feb 16 10:27:05 smos-1 kernel: [  576.769038] Pid: 2499, comm: Xorg Tainted: P        WC 2.6.32-5-686 #1
Feb 16 10:27:05 smos-1 kernel: [  576.769040] Call Trace:
Feb 16 10:27:05 smos-1 kernel: [  576.769109]  [<e040d43c>] ? firegl_hardwareHangRecovery+0x1c/0x40 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.769203]  [<e04d64c5>] ? _ZN4Asic9WaitUntil15ResetASICIfHungEv+0x35/0x40 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.769301]  [<e04d6401>] ? _ZN4Asic9WaitUntil15WaitForCompleteEv+0xf1/0x180 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.769414]  [<e05212f3>] ? _ZN4Asic19PM4ElapsedTimeStampEj14_LARGE_INTEGER12_QS_CP_RING_+0xe3/0x180 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.769475]  [<e06337c7>] ? _ZNK6AsicSII18ucode_class_tahitiE19insertEventWriteEOPE12_QS_CP_RING_RPjjRyR14_LARGE_INTEGERj+0xb7/0xd0 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.769578]  [<e04e1c24>] ? _ZN15ExecutableUnits35flush_all_and_invalidate_HDP_cachesE12_QS_CP_RING_+0xf4/0x120 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.769678]  [<e04e1acc>] ? _ZN15ExecutableUnits8ringIdleE12_QS_CP_RING_+0x4c/0xb0 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.769773]  [<e04d58ed>] ? _Z17uQSPm4SynchronizejP18_QS_SYNC_PACKET_IN+0x5d/0x60 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.769874]  [<e04eac6b>] ? _ZN3CMM16acquireProcMutexEv+0x1b/0x20 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.769965]  [<e04d16b4>] ? _Z8uCWDDEQCjjjPvjS_+0x664/0x14a0 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.770024]  [<e03fd8cf>] ? drm_alloc+0x15f/0x1d0 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.770100]  [<e049c8d4>] ? CMMQS_uCWDDEQC+0x34/0x40 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.770165]  [<e043d55e>] ? firegl_cmmqs_CWDDE_32+0x3ce/0x500 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.770230]  [<e043b939>] ? firegl_cmmqs_CWDDE32+0x99/0x170 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.770291]  [<e043b8a0>] ? firegl_cmmqs_CWDDE32+0x0/0x170 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.770347]  [<e0406e46>] ? firegl_ioctl+0x226/0x2b0 [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.770400]  [<e03fbcfe>] ? ip_firegl_unlocked_ioctl+0x0/0xc [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.770453]  [<e03fbd06>] ? ip_firegl_unlocked_ioctl+0x8/0xc [fglrx]
Feb 16 10:27:05 smos-1 kernel: [  576.770458]  [<c10be0a8>] ? vfs_ioctl+0x1c/0x5f
Feb 16 10:27:05 smos-1 kernel: [  576.770460]  [<c10be63c>] ? do_vfs_ioctl+0x4aa/0x4e5
Feb 16 10:27:05 smos-1 kernel: [  576.770464]  [<c10b3411>] ? fsnotify_access+0x5a/0x61
Feb 16 10:27:05 smos-1 kernel: [  576.770466]  [<c10b41e2>] ? vfs_read+0x9b/0xd3
Feb 16 10:27:05 smos-1 kernel: [  576.770469]  [<c10be6b8>] ? sys_ioctl+0x41/0x58
Feb 16 10:27:05 smos-1 kernel: [  576.770472]  [<c10030fb>] ? sysenter_do_call+0x12/0x28
Feb 16 10:27:05 smos-1 kernel: [  576.770475] pubdev:0x2e09e53a0, num of device:-530046085 , name:<NULL>, major 25, minor -1053949581.
Feb 16 10:27:05 smos-1 kernel: [  576.770478] device 0 : 0xddeec000 .
Feb 16 10:27:05 smos-1 kernel: [  576.770480] Asic ID:0x6798, revision:0x5, MMIOReg:0xddfc80000.
Feb 16 10:27:05 smos-1 kernel: [  576.770482] FB phys addr: 0xc0000000, MC :0xf400000000, Total FB size :0xc0000000.
Feb 16 10:27:05 smos-1 kernel: [  576.770485] gart table MC:0xf40f9f6000, Physical:0xcf9f6000, size:0x309000.
Feb 16 10:27:05 smos-1 kernel: [  576.770487] mc_node :FB, total 1 zones
Feb 16 10:27:05 smos-1 kernel: [  576.770489]     MC start:0xf400000000, Physical:0xc0000000, size:0xfd00000.
Feb 16 10:27:05 smos-1 kernel: [  576.770491]     Mapped heap -- Offset:0x0, size:0xf9f3000, reference count:18, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770493]     Mapped heap -- Offset:0x0, size:0x1000000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770496]     Mapped heap -- Offset:0xf9f3000, size:0x3000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770498]     Mapped heap -- Offset:0xf9f6000, size:0x30a000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770500] mc_node :INV_FB, total 1 zones
Feb 16 10:27:05 smos-1 kernel: [  576.770502]     MC start:0xf40fd00000, Physical:0xcfd00000, size:0xb0300000.
Feb 16 10:27:05 smos-1 kernel: [  576.770504]     Mapped heap -- Offset:0x2f8000, size:0x8000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770506]     Mapped heap -- Offset:0xb02f4000, size:0xc000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770508] mc_node :GART_USWC, total 3 zones
Feb 16 10:27:05 smos-1 kernel: [  576.770509]     MC start:0xffb04d0000, Physical:0x0, size:0x40800000.
Feb 16 10:27:05 smos-1 kernel: [  576.770512]     Mapped heap -- Offset:0x2830000, size:0x800000, reference count:13, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770514]     Mapped heap -- Offset:0x2030000, size:0x800000, reference count:11, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770516]     Mapped heap -- Offset:0x30000, size:0x2000000, reference count:28, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770518] mc_node :GART_CACHEABLE, total 3 zones
Feb 16 10:27:05 smos-1 kernel: [  576.770520]     MC start:0xff90400000, Physical:0x0, size:0x200d0000.
Feb 16 10:27:05 smos-1 kernel: [  576.770522]     Mapped heap -- Offset:0x1400000, size:0x900000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770524]     Mapped heap -- Offset:0xb00000, size:0x900000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770526]     Mapped heap -- Offset:0x200000, size:0x900000, reference count:2, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770528]     Mapped heap -- Offset:0x0, size:0x200000, reference count:5, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770531]     Mapped heap -- Offset:0xef000, size:0x11000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770532] mc_node :PEER_FB_GART, total 1 zones
Feb 16 10:27:05 smos-1 kernel: [  576.770534]     MC start:0xfff0cd0000, Physical:0x0, size:0x1000.
Feb 16 10:27:05 smos-1 kernel: [  576.770537] GRBM : 0xa3527028, SRBM : 0x20020ec0 .
Feb 16 10:27:05 smos-1 kernel: [  576.770541] CP_RB_BASE : 0xffb05000, CP_RB_RPTR : 0x9650 , CP_RB_WPTR :0x9650.
Feb 16 10:27:05 smos-1 kernel: [  576.770544] CP_IB1_BUFSZ:0x0, CP_IB1_BASE_HI:0xff, CP_IB1_BASE_LO:0xb0b8c000.
Feb 16 10:27:05 smos-1 kernel: [  576.770547] last submit IB buffer -- MC :0xffb0b8c000,phys:0xac570000.
Feb 16 10:27:05 smos-1 kernel: [  576.770550] device 1 : 0xddfd0000 .
Feb 16 10:27:05 smos-1 kernel: [  576.770552] Asic ID:0x6798, revision:0x5, MMIOReg:0xf4e0f00000.
Feb 16 10:27:05 smos-1 kernel: [  576.770553] FB phys addr: 0xb0000000, MC :0xf400000000, Total FB size :0xc0000000.
Feb 16 10:27:05 smos-1 kernel: [  576.770555] gart table MC:0xf40f9f6000, Physical:0xbf9f6000, size:0x309000.
Feb 16 10:27:05 smos-1 kernel: [  576.770557] mc_node :FB, total 1 zones
Feb 16 10:27:05 smos-1 kernel: [  576.770559]     MC start:0xf400000000, Physical:0xb0000000, size:0xfd00000.
Feb 16 10:27:05 smos-1 kernel: [  576.770561]     Mapped heap -- Offset:0x0, size:0xf9f3000, reference count:17, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770563]     Mapped heap -- Offset:0x0, size:0x1000000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770565]     Mapped heap -- Offset:0xf9f3000, size:0x3000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770568]     Mapped heap -- Offset:0xf9f6000, size:0x30a000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770569] mc_node :INV_FB, total 1 zones
Feb 16 10:27:05 smos-1 kernel: [  576.770571]     MC start:0xf40fd00000, Physical:0xbfd00000, size:0xb0300000.
Feb 16 10:27:05 smos-1 kernel: [  576.770573]     Mapped heap -- Offset:0xb02f4000, size:0xc000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770575] mc_node :GART_USWC, total 3 zones
Feb 16 10:27:05 smos-1 kernel: [  576.770577]     MC start:0xffb04d0000, Physical:0x0, size:0x40800000.
Feb 16 10:27:05 smos-1 kernel: [  576.770579]     Mapped heap -- Offset:0x2830000, size:0x800000, reference count:14, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770581]     Mapped heap -- Offset:0x2030000, size:0x800000, reference count:10, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770583]     Mapped heap -- Offset:0x30000, size:0x2000000, reference count:28, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770585] mc_node :GART_CACHEABLE, total 3 zones
Feb 16 10:27:05 smos-1 kernel: [  576.770587]     MC start:0xff90400000, Physical:0x0, size:0x200d0000.
Feb 16 10:27:05 smos-1 kernel: [  576.770589]     Mapped heap -- Offset:0x200000, size:0x900000, reference count:2, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770591]     Mapped heap -- Offset:0x0, size:0x200000, reference count:3, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770593]     Mapped heap -- Offset:0xef000, size:0x11000, reference count:1, mapping count:0,
Feb 16 10:27:05 smos-1 kernel: [  576.770595] mc_node :PEER_FB_GART, total 1 zones
Feb 16 10:27:05 smos-1 kernel: [  576.770597]     MC start:0xfff0cd0000, Physical:0x0, size:0x1000.
Feb 16 10:27:05 smos-1 kernel: [  576.770601] GRBM : 0x3028, SRBM : 0x200002c0 .
Feb 16 10:27:05 smos-1 kernel: [  576.770606] CP_RB_BASE : 0xffb05000, CP_RB_RPTR : 0x380 , CP_RB_WPTR :0x380.
Feb 16 10:27:05 smos-1 kernel: [  576.770612] CP_IB1_BUFSZ:0x0, CP_IB1_BASE_HI:0xff, CP_IB1_BASE_LO:0xb089b000.
Feb 16 10:27:05 smos-1 kernel: [  576.770614] last submit IB buffer -- MC :0xffb089b000,phys:0xa0080000.
Feb 16 10:27:05 smos-1 kernel: [  576.770617] Dump the trace queue.
Feb 16 10:27:05 smos-1 kernel: [  576.770618] End of dump
fenixlz
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
February 16, 2014, 05:38:11 PM
 #243

If I install keccak from your link, the scrypt version of cgminer is still available ?

Or, once installed, I just have to change the "scrypt" argument in cgminer.conf by "keccak" ? and I can switch whenever I want ?

cgminer stay, you just have option to mine custom with keccak or mine with standard cgminer. Keccak you can run manuel.

how to run keccak?
pastet89
Sr. Member
****
Offline Offline

Activity: 378
Merit: 265


View Profile WWW
February 16, 2014, 06:43:04 PM
 #244

If I install keccak from your link, the scrypt version of cgminer is still available ?

Or, once installed, I just have to change the "scrypt" argument in cgminer.conf by "keccak" ? and I can switch whenever I want ?

cgminer stay, you just have option to mine custom with keccak or mine with standard cgminer. Keccak you can run manuel.

how to run keccak?

keccak is not scrypt based algo.

Cryptostats.es
pastet89
Sr. Member
****
Offline Offline

Activity: 378
Merit: 265


View Profile WWW
February 16, 2014, 09:04:24 PM
 #245

Guys, congrats on your efforts, however, I am really strugglng to get this working.
OK, so I downloaded SMOS 1.3, and it recognised all of my 6 GPUs, however, only when booting into failsave mode.
This is OK me, even great.
However, whatever settings I do input into the cgminer,conf, all the rig is crashing, both mining, SSH access, hashrate on pool, and I can shut it down only from the mobo power button.
I have tried and copied literally few different configs from folks, using same cards as mine - R9 270 and getting average of 480 khs.
@santapedofil
Can I send you my config file and you help me get this working mate?
I will be happy to donate for the further development of the project a bounty of 1 LTC if I can get these running....

Cryptostats.es
SanchoBunce
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 16, 2014, 09:17:43 PM
 #246

Hy

I wanted to change some settings but i get an error now.
When I push change the config opens but when I push the update config button it says error opening file is write mode...

What is the cause?

It used to work fine before
santapedofil (OP)
Full Member
***
Offline Offline

Activity: 201
Merit: 105


View Profile
February 17, 2014, 10:55:32 AM
 #247

Guys, congrats on your efforts, however, I am really strugglng to get this working.
OK, so I downloaded SMOS 1.3, and it recognised all of my 6 GPUs, however, only when booting into failsave mode.
This is OK me, even great.
However, whatever settings I do input into the cgminer,conf, all the rig is crashing, both mining, SSH access, hashrate on pool, and I can shut it down only from the mobo power button.
I have tried and copied literally few different configs from folks, using same cards as mine - R9 270 and getting average of 480 khs.
@santapedofil
Can I send you my config file and you help me get this working mate?
I will be happy to donate for the further development of the project a bounty of 1 LTC if I can get these running....

Try last step from tips.
Maybe you need to put one of card direct on moatherboard.
santapedofil (OP)
Full Member
***
Offline Offline

Activity: 201
Merit: 105


View Profile
February 17, 2014, 10:55:46 AM
 #248

Hy

I wanted to change some settings but i get an error now.
When I push change the config opens but when I push the update config button it says error opening file is write mode...

What is the cause?

It used to work fine before

chmod 777 /etc/bamt/cgminer.conf
SanchoBunce
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 17, 2014, 06:40:16 PM
 #249

 And a bit more explanation please :-)
I am a total newbie here :-)
So why did it stop working ?
And what does your solution really do ?

Hy

I wanted to change some settings but i get an error now.
When I push change the config opens but when I push the update config button it says error opening file is write mode...

What is the cause?

It used to work fine before

chmod 777 /etc/bamt/cgminer.conf
Wayne187
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
February 18, 2014, 09:28:38 AM
 #250

Hey, thanks for the great work!
But since I upgrade from 1.2 to 1.3 My Rigs restart every night @ 3 O'clock. Can I check anywhere any logs to solve it?
Thanks!
charles2k
Sr. Member
****
Offline Offline

Activity: 326
Merit: 250


View Profile
February 18, 2014, 09:50:07 AM
 #251

SMOS Linux 1.3 dont detect integrated LAN on my MSI Z87-GD65 Gaming MB (E2205).
But according to changelog SMOS-Linux from version 1.3 should support it. Any idea?
santapedofil (OP)
Full Member
***
Offline Offline

Activity: 201
Merit: 105


View Profile
February 18, 2014, 11:45:21 AM
 #252

Hey, thanks for the great work!
But since I upgrade from 1.2 to 1.3 My Rigs restart every night @ 3 O'clock. Can I check anywhere any logs to solve it?
Thanks!

http://www.smos-linux.org/donate/
Check here.
santapedofil (OP)
Full Member
***
Offline Offline

Activity: 201
Merit: 105


View Profile
February 18, 2014, 11:47:49 AM
 #253

SMOS Linux 1.3 dont detect integrated LAN on my MSI Z87-GD65 Gaming MB (E2205).
But according to changelog SMOS-Linux from version 1.3 should support it. Any idea?

Yes, it support. Just need to start it.
Type:

Code:
cd /root/smos/network/backports-3.10-2
make defconfig-alx
make
make install
modprobe alx
coldreboot
ReturnZero
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
February 18, 2014, 10:42:09 PM
 #254

Check out this link, it shows how to patch cgminer with a bunch of extra goodies, one of which is support for scrypt-jane. I followed these instructions and am mining s-j coins on my SMOS installations right now and it was pretty easy. It includes instructions specifically for SMOS.

https://sites.google.com/site/rmdavidson/cgminer-3-7-2-patch-build-guide

Once you complete the steps there, just add these items to the bottom of your cgminer.conf file:

"scrypt-jane" : true,
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"sj-time" : "1388361600"
santapedofil (OP)
Full Member
***
Offline Offline

Activity: 201
Merit: 105


View Profile
February 18, 2014, 10:46:24 PM
 #255

Check out this link, it shows how to patch cgminer with a bunch of extra goodies, one of which is support for scrypt-jane. I followed these instructions and am mining s-j coins on my SMOS installations right now and it was pretty easy. It includes instructions specifically for SMOS.

https://sites.google.com/site/rmdavidson/cgminer-3-7-2-patch-build-guide

Once you complete the steps there, just add these items to the bottom of your cgminer.conf file:

"scrypt-jane" : true,
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"sj-time" : "1388361600"

Nice!
KingPush
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 19, 2014, 02:32:44 AM
Last edit: February 20, 2014, 04:14:27 AM by KingPush
 #256

Hmm, I got SMOS working on mining MaxCoin (keccak) on two of my rigs running 4 x R9 270's each, but one of the rigs seems to be crashing / loosing connectivity after a certain time, probably couple hours or so. After the first time it happened  I restarted and the hashes for the rig were halved and as a result I had to increase intensity to get it back near normals (was still around 30 off). Today it crashed / lost connectivity again and now with the increased intensity from before it's halved again. When I go back to the original intensity it's even less than after the first crash. Very weird. The system seems to be a lot slower too. After I run the keccak cgminer, it takes a good minute to get it all loaded, whereas it was pretty much instant before.

Any ideas as to what's happening?

Also, if it helps, in the web smos interface, whatever I did I couldn't get it to properly show the GPU's with check marks and hashes displayed, they all have X's on them but they are in fact working

EDIT:

Happened a third time. Always happens when I go to bed. I've noticed I need to restart the rig two times to be able to log into it via SSH from Windows.

EDIT #2:

I also can't even control the fans. On the rig that doesn't crash all of the fans are stuck at 50%, and on the rig that shuts down they are all locked around 35%...

EDIT #3:

Now just happened to the rig that was on for over 24 hours straight. After reinstalling over the keccak miner the hashes seem to go back to normal. Weird.
phaddie
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
February 19, 2014, 02:51:49 AM
 #257

Hello,

  Where is the script file that calls cgminer on startup and what is it called?  I cannot seem to find it!!!

 Phad.
MasterCATZ
Full Member
***
Offline Offline

Activity: 426
Merit: 100


View Profile
February 19, 2014, 03:12:55 AM
 #258

Check out this link, it shows how to patch cgminer with a bunch of extra goodies, one of which is support for scrypt-jane. I followed these instructions and am mining s-j coins on my SMOS installations right now and it was pretty easy. It includes instructions specifically for SMOS.

https://sites.google.com/site/rmdavidson/cgminer-3-7-2-patch-build-guide

Once you complete the steps there, just add these items to the bottom of your cgminer.conf file:

"scrypt-jane" : true,
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"sj-time" : "1388361600"


strange

"scrypt-jane" : true,
"sj-nfmin" : "4",
"sj-nfmax" : "30",
"sj-time" : "1388361600"

when I first tried getting those to work cgminer kept picking them up as unknown commands hence why I added them into the common.pl file before $args instead

I'll try again now that cgminer is verified working

Hello,

  Where is the script file that calls cgminer on startup and what is it called?  I cannot seem to find it!!!

 Phad.


top of my head I think you are looking for

/opt/bamt/common.pl
which /etc/init.d/mine launches

the other nice one to edit is
/usr/lib/cgi-bin/status.pl

to get More system stats (munin)... BACK !!!
 
dloganbill
Full Member
***
Offline Offline

Activity: 126
Merit: 100



View Profile
February 19, 2014, 05:09:14 AM
 #259

What are the differences between SMOS and Litecoin BAMT?  I'm leaning towards BAMT since it seems more transparent and no hidden mining scripts. Are there any advantages worth going with SMOS? I'll be running 6 tri-x 290s.

DISCIPLINA — The First Blockchain For HR & Education
From core developers of Cardano, PoS minting, unique Web Of Trust & Privacy algorithms. Be the first, join us!
  WEBSITE  TELEGRAM  ANN  BOUNTY  LINKEDIN  WHITEPAPER  Referral Program 5%
santapedofil (OP)
Full Member
***
Offline Offline

Activity: 201
Merit: 105


View Profile
February 19, 2014, 12:36:13 PM
 #260

What are the differences between SMOS and Litecoin BAMT?  I'm leaning towards BAMT since it seems more transparent and no hidden mining scripts. Are there any advantages worth going with SMOS? I'll be running 6 tri-x 290s.

Its all clean and transparent, if you want to read it, you have all on official web. Dont listening someone else...
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 [13] 14 15 16 17 18 19 20 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!