Author

Topic: [ANN] Spondoolies-Tech - carrier grade, data center ready mining rigs - page 167. (Read 1260290 times)

legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
Just loaded up 2.6.10 to try out the scheduling, and have a few questions about how the 'regular' settings factor in:

1) If i want to range from 0.62-0.70V I assume I either need to fix the fan speed based on quietly cooling the max speed (say 20-30%) or use AUTO. I really want to run the fan at 3-6% during daytime hours though, does auto bring it down that low?
2) what about the max wattage? I imagine the max wattage has to be set high enough that it is sufficient for the higher power voltages


EXAMPLE: I want an SP20 to perform at 1100/550w from 7-11am and 5-7pm, 1300/700w from 11am-5pm, and 1500/950W from 7pm-7am. The entire time i want it to keep pretty quiet, no more than 8% fans in the daytime and <40% is acceptable for nighttime

-what is my starting voltage (if i do 0.625 will the power-mode take forever to reach 0.71V? if i set 0.7V, will the opposite happen trying to reach 0.63V?)
-what is my set voltage for each time frame (I have a rough idea, but not exact numbers - I'm guessing 0.63, 0.65, and 0.71 respectively)?
- whats my max wattage (190W to limit the unit to the desired ~950W total)

nighttime power is about 35% cheaper so i want to make use of it without having my daytime fans obnoxiously loud

Agreed; 2.6.10 is pretty cool, but please add a fan option to the schedule
did some digging into the SSH features, and found that this is the task initiated via cron (in the form of /usr/local/bin/change_voltage *value such as 620*)
Code:
m=$1
s=$(( $m - 5 ))
MODEL_ID=`cat /model_id`

if [ "$#" -ne 1 ]; then
    echo "Set ASIC max voltage and start mining. Set voltage 0 to stop mining."
    echo "USAGE: $0 "
else
        echo "Setting top voltage to $m, start voltage to $s"
        if [ "$m" == 0 ]; then
                /usr/local/bin/spond-manager stop
                echo 0 > /sys/devices/ocp.3/pwm_test_P9_31.12/duty
        else
                if [ "${MODEL_ID}" == "SP2x" ] ; then
                        sed -i "s/\(\s\S*\)\{5\}/ VS0:$s VS1:$s VS2:$s VS3:$s VMAX:$m/" /etc/mg_custom_mode
                else
                        sed -i "s/\(\s\S*\)\{3\}/ VST:$s VSB:$s VMAX:$m/" /etc/mg_custom_mode
                fi
                /usr/local/bin/spond-manager restart
        fi
fi

effectively, it sets the maximum voltages for all 4 loops to what your setpoint is, and the start 5mv less when scheduling. As far as i can tell, this may not be ideal compared to instead setting max wattage. Presumably the code could possibly be re-written as:

Code:
m=$1
s=$(( $m - 5 ))
MODEL_ID=`cat /model_id`

if [ "$#" -ne 1 ]; then
    echo "Set ASIC max voltage and start mining. Set voltage 0 to stop mining."
    echo "USAGE: $0 "
else
        echo "Setting top voltage to $m, start voltage to $s"
        if [ "$m" == 0 ]; then
                /usr/local/bin/spond-manager stop
                echo 0 > /sys/devices/ocp.3/pwm_test_P9_31.12/duty
        else
                if [ "${MODEL_ID}" == "SP2x" ] ; then
                        sed -i "s/\(\s\S*\)\{5\}/ AC0:$s AC1:$s AC2:$s AC3:$s/" /etc/mg_custom_mode
                fi
                /usr/local/bin/spond-manager restart
        fi
fi

presumably the above code would allow you to set the max wattage per loop in an SP20, measured in kw (ie: 150w/loop would be 0.150). Hopefully spondoolies can build a 2.6.11 firmware with the ability to implement more specific settings for each change period.

EDIT: using 2.6.10 and advanced voltage settings, i put in a setting to change the voltage down by about 200mv every day at a specific time, and that time came and went with zero actual changes. I set a new time 15 min later and rebooted the unit - still did not trigger. software time is correct.
legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
Is there a benefit to the 3X gen over the current 3 pack deal with SP20Es?

the SP20 has 8 chips. The SP3X has 30 chips, so is equivelent to 3.25 SP20 units. it also includes a pair of power supplies and the unit is marginally more efficient when compared to the SP20 at the same settings.

IMO they are a tad overpriced on the SP-T site, but the customers buying them in bulk (10+) probably receive substancially better pricing on par with the SP20 15packs
hero member
Activity: 546
Merit: 500
Just bought another 3 pack as I'm really enjoying my SP20s.
Great work on the new firmware, very happy with the new features and proper xnsub implementation.
If I want to run them on a gold+ power supply at 1450+gh, what do you recommend ?
If using nicehash as primary pool, is it better to use f2pool versus btcguild as f2pool is PPS?
Is there a benefit to the 3X gen over the current 3 pack deal with SP20Es?
The way I calculated things, made more sense to buy a 3 pack.

evga 1300 g2 if you are looking to push past  1450gh

Agreed, one @ 1594 one @ 1530 one @ 1522 all EVGA 1300 G2's. Only thing holding me back is temps.
I use Westhash with a very high price as password just in case but mine at kano's
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
Just bought another 3 pack as I'm really enjoying my SP20s.
Great work on the new firmware, very happy with the new features and proper xnsub implementation.
If I want to run them on a gold+ power supply at 1450+gh, what do you recommend ?
If using nicehash as primary pool, is it better to use f2pool versus btcguild as f2pool is PPS?
Is there a benefit to the 3X gen over the current 3 pack deal with SP20Es?
The way I calculated things, made more sense to buy a 3 pack.

evga 1300 g2 if you are looking to push past  1450gh
legendary
Activity: 1904
Merit: 1007
I need the dimension on the sp3x machine, any1? please!

Maybe the product page should have this already....

Quote
The shipped weight of a SP30 is 16kg, dimensions of the shipping box are 750 x 600 x 160mm. External dimensions of the case
are 555 x 440 x 90mm.
hero member
Activity: 742
Merit: 500
I need the dimension on the sp3x machine, any1? please!

Maybe the product page should have this already....

found it on dogie's site Roll Eyes 560 x 440 x 90mm
hero member
Activity: 979
Merit: 510
Just bought another 3 pack as I'm really enjoying my SP20s.
Great work on the new firmware, very happy with the new features and proper xnsub implementation.
If I want to run them on a gold+ power supply at 1450+gh, what do you recommend ?
If using nicehash as primary pool, is it better to use f2pool versus btcguild as f2pool is PPS?
Is there a benefit to the 3X gen over the current 3 pack deal with SP20Es?
The way I calculated things, made more sense to buy a 3 pack.
legendary
Activity: 1260
Merit: 1008
now if only there was a way to code the SP20 (or whatever) to automatically adjust its hashrate (watt usage) based on current value of bitcoin and/or the current network diff.

hero member
Activity: 546
Merit: 500
I just got in a couple more SP20s.  My existing are at firmware 2.6.9 however the latest firmware the new ones fine is 2.6.1.  Do I have to do something special to get the 2.6.9 or the 2.6.10 mentioned?  I really like the auto fan capability of the new firmware.

Just log into the miner interface, click Firmware Upgrade, click manual. choose the 2.6.10 - Test Version and upgrade.
newbie
Activity: 1
Merit: 0
I just got in a couple more SP20s.  My existing are at firmware 2.6.9 however the latest firmware the new ones fine is 2.6.1.  Do I have to do something special to get the 2.6.9 or the 2.6.10 mentioned?  I really like the auto fan capability of the new firmware.
sr. member
Activity: 473
Merit: 250
Just loaded up 2.6.10 to try out the scheduling, and have a few questions about how the 'regular' settings factor in:

1) If i want to range from 0.62-0.70V I assume I either need to fix the fan speed based on quietly cooling the max speed (say 20-30%) or use AUTO. I really want to run the fan at 3-6% during daytime hours though, does auto bring it down that low?
2) what about the max wattage? I imagine the max wattage has to be set high enough that it is sufficient for the higher power voltages


EXAMPLE: I want an SP20 to perform at 1100/550w from 7-11am and 5-7pm, 1300/700w from 11am-5pm, and 1500/950W from 7pm-7am. The entire time i want it to keep pretty quiet, no more than 8% fans in the daytime and <40% is acceptable for nighttime

-what is my starting voltage (if i do 0.625 will the power-mode take forever to reach 0.71V? if i set 0.7V, will the opposite happen trying to reach 0.63V?)
-what is my set voltage for each time frame (I have a rough idea, but not exact numbers - I'm guessing 0.63, 0.65, and 0.71 respectively)?
- whats my max wattage (190W to limit the unit to the desired ~950W total)

nighttime power is about 35% cheaper so i want to make use of it without having my daytime fans obnoxiously loud

Agreed; 2.6.10 is pretty cool, but please add a fan option to the schedule
legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
Just loaded up 2.6.10 to try out the scheduling, and have a few questions about how the 'regular' settings factor in:

1) If i want to range from 0.62-0.70V I assume I either need to fix the fan speed based on quietly cooling the max speed (say 20-30%) or use AUTO. I really want to run the fan at 3-6% during daytime hours though, does auto bring it down that low?
2) what about the max wattage? I imagine the max wattage has to be set high enough that it is sufficient for the higher power voltages


EXAMPLE: I want an SP20 to perform at 1100/550w from 7-11am and 5-7pm, 1300/700w from 11am-5pm, and 1500/950W from 7pm-7am. The entire time i want it to keep pretty quiet, no more than 8% fans in the daytime and <40% is acceptable for nighttime

-what is my starting voltage (if i do 0.625 will the power-mode take forever to reach 0.71V? if i set 0.7V, will the opposite happen trying to reach 0.63V?)
-what is my set voltage for each time frame (I have a rough idea, but not exact numbers - I'm guessing 0.63, 0.65, and 0.71 respectively)?
- whats my max wattage (190W to limit the unit to the desired ~950W total)

nighttime power is about 35% cheaper so i want to make use of it without having my daytime fans obnoxiously loud
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
This model is floating around as the correct one:

http://www.ebay.com/itm/161350482183



speaking of that fan connector.  any one been able to source it.  I was thinking of  a few mods to do on one of my sp20's

thanks
sr. member
Activity: 381
Merit: 251
This model is floating around as the correct one:

http://www.ebay.com/itm/161350482183



speaking of that fan connector.  any one been able to source it.  I was thinking of  a few mods to do on one of my sp20's
legendary
Activity: 4256
Merit: 8551
'The right to privacy matters'
speaking of that fan connector.  any one been able to source it.  I was thinking of  a few mods to do on one of my sp20's
donator
Activity: 1414
Merit: 1051
Spondoolies, Beam & DAGlabs
Any idea what is the MAX load of the fan controller on a SP20?
3A Max, the stock fan use 1.75A and we have 6A fuse

Pinout:
1 - 12V
2 - GND
3 - TACHO (Fan output towards controller board for rotation indication)
4 - PWM (controller board output towards fan to set rotation speed)

If you mod the stock fan, you'll loose warranty of course.

Guy
Are you 100% on that? The 12V and Gnd listed are reversed from a standard fan pinout.
Regarding the pinout, yes. The SP20 fan datasheet is available here

Regarding current rating - we checked again regarding the connector UL specification. In order to meet them, the maximal current allowed is 2.5A (not 3A as I wrote earlier). Also, 24AWG wire is required to meet this current rating.

Guy
hero member
Activity: 770
Merit: 509
Are you 100% on that? The 12V and Gnd listed are reversed from a standard fan pinout.

It's not a standard fan connector.
legendary
Activity: 1302
Merit: 1318
Technical Analyst/Trader
Take a look at my findings. Im running 35 pcs SP20E now and all clocked to 600-650 Watt.
https://bitcointalksearch.org/topic/spondoolies-sp20e-one-impressive-miner-0526-wgh-933536

Thank you for sharing that, Xircom.   Thank you very much!!!
legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
Im hoping to get an SP30 in the next few days, but am worried about the noise. I had an SP10 and had to run it at 1.1TH to achieve an 'acceptable' volume, which was still in large excess of my preferences.

I want to limit the noise of the Sp30 to about the same volume as the SP20 at 20-30%. I assume this will mean running the PSUs at <75% load, probably aiming for 3.5-4.0TH. Anyone have experience or suggestions with this? @Zvisha?

also, does the auto-fan work well with the new scheduling feature? Is it possible to set different fan speeds for the different modes? (ie: two versions of the /etc/mg_custom_mode settings that I can adjust via SSH (to put fans <20%))
Jump to: