Spondoolies-Tech / minepeon

Miner UI
GNU General Public License v2.0
0 stars 3 forks source link

Allow to control the fans speed #54

Open SyRenity opened 10 years ago

SyRenity commented 10 years ago

@zvisha "Would it be possible to have an option to adjust fan speed manually? or use temp as target setting (performance is auto adjusted to stay on or below certain temp) ?"

SyRenity commented 10 years ago

Need to make sure it's foolproof enough, in order not to burn the chips.

zvisha commented 10 years ago

This is not a direction we want to take, because 1) there is direct connection between hash rate and fans speed, so how can we decide what is optimal? 2) It will cause the miner noise to go up and down, which is way more annoying then fixed noise.

On Mon, Apr 14, 2014 at 7:44 PM, SyRenity notifications@github.com wrote:

Need to make sure it's foolproof enough, in order not to burn the chips.

— Reply to this email directly or view it on GitHubhttps://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment-40389136 .

SyRenity commented 10 years ago

What about manual controls?

On Mon, Apr 14, 2014 at 9:13 PM, zvisha notifications@github.com wrote:

This is not a direction we want to take, because 1) there is direct connection between hash rate and fans speed, so how can we decide what is optimal? 2) It will cause the miner noise to go up and down, which is way more annoying then fixed noise.

On Mon, Apr 14, 2014 at 7:44 PM, SyRenity notifications@github.com wrote:

Need to make sure it's foolproof enough, in order not to burn the chips.

— Reply to this email directly or view it on GitHub< https://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment-40389136>

.

— Reply to this email directly or view it on GitHubhttps://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment-40399004 .

zvisha commented 10 years ago

Well, we have 3 modes of noise now. I see no reason to give more and risk them burning the system.

On Mon, Apr 14, 2014 at 9:14 PM, SyRenity notifications@github.com wrote:

What about manual controls?

On Mon, Apr 14, 2014 at 9:13 PM, zvisha notifications@github.com wrote:

This is not a direction we want to take, because 1) there is direct connection between hash rate and fans speed, so how can we decide what is optimal? 2) It will cause the miner noise to go up and down, which is way more annoying then fixed noise.

On Mon, Apr 14, 2014 at 7:44 PM, SyRenity notifications@github.com wrote:

Need to make sure it's foolproof enough, in order not to burn the chips.

— Reply to this email directly or view it on GitHub<

https://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment-40389136>

.

— Reply to this email directly or view it on GitHub< https://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment-40399004>

.

— Reply to this email directly or view it on GitHubhttps://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment-40399216 .

sp20man commented 8 months ago

@SyRenity Hi, I hope you're doing well. This is mostly unrelated to the main topic of this thread, the minepeon part, my question is for SP20 though, just now signed up to GitHub and having trouble figuring out how to navigate the site, and you seem pretty knowledgeable... I was wondering and hoping there is still a way to get SP20 firmware update since the Spondoolies-Tech site is gone... I have 2.6.14, is 2.7.1 the latest? Google search for firmware file is only giving me manuals and mostly unrelated discussions on various sites...?

zvisha commented 8 months ago

Hi. I dont have image, I found in old mails those instructions:

sp30 - Install_development_environment_Ubuntu_1404_LTS - # 1 install development environment Ubuntu 14.04 LTS prebuilt steps: sudo apt-get update sudo apt-get install git build-essential sudo apt-get install autoconf sudo apt-get install unzip sudo apt-get install libtool sudo apt-get install whois sudo apt-get install pkg-config sudo apt-get install ncurses-dev sudo apt-get install libssl-dev create working folders mkdir workspace cd workspace get spoondolies package setup git clone https://github.com/Spondoolies-Tech/sp30-top.git download entire solution cd sp30-top make get install toolchain cd /opt tar xf /home/ubuntu/workspace/sp30-top/toolchain/arm2013.05-CodeSourcery.tar.xz cd - add path to binaries in .bashrc echo "export PATH=/opt/arm-2013.05/bin/:$PATH" >> ~/.bashrc . ~/.bashrc init projects configuration make init build binaries make build prepare uImage spondoolies.dtb make deploy 12/24/2014 1/1

Also, you can ask here maybe: https://bitcointalk.org/index.php?topic=872014.1120

On Mon, Dec 11, 2023, 00:23 sp20man @.***> wrote:

@SyRenity https://github.com/SyRenity Hi, I hope you're doing well. This is mostly unrelated to the main topic of this thread, the minepeon part, my question is for SP20 though, just now signed up to GitHub and having trouble figuring out how to navigate the site, and you seem pretty knowledgeable... I was wondering and hoping there is still a way to get SP20 firmware update since the Spondoolies-Tech site is gone... I have 2.6.14, is 2.7.1 the latest? Google search for firmware file is only giving me manuals and mostly unrelated discussions on various sites...?

— Reply to this email directly, view it on GitHub https://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment-1849105793, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABATC2KMO3VCQKM5HR7AQTTYIYY43AVCNFSM4AOJKZ3KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBUHEYTANJXHEZQ . You are receiving this because you were assigned.Message ID: @.***>

sp20man commented 8 months ago

Hi, I hope you're doing well. Thank you for the reply. Unfortunately I have no idea what any of that means, is there any way you can make that more comprehensive and able to do what needs to be done with all that for someone like me whom has no understanding of coding and related stuff like this at all...?

On Tuesday, December 12, 2023, zvisha @.***> wrote:

Hi. I dont have image, I found in old mails those instructions:

sp30 - Install_development_environment_Ubuntu_1404_LTS - # 1 install development environment Ubuntu 14.04 LTS prebuilt steps: sudo apt-get update sudo apt-get install git build-essential sudo apt-get install autoconf sudo apt-get install unzip sudo apt-get install libtool sudo apt-get install whois sudo apt-get install pkg-config sudo apt-get install ncurses-dev sudo apt-get install libssl-dev create working folders mkdir workspace cd workspace get spoondolies package setup git clone https://github.com/Spondoolies-Tech/sp30-top.git download entire solution cd sp30-top make get install toolchain cd /opt tar xf /home/ubuntu/workspace/sp30-top/toolchain/arm2013.05-CodeSourcery.tar.xz cd - add path to binaries in .bashrc echo "export PATH=/opt/arm-2013.05/bin/:$PATH" >> ~/.bashrc . ~/.bashrc init projects configuration make init build binaries make build prepare uImage spondoolies.dtb make deploy 12/24/2014 1/1

Also, you can ask here maybe: https://bitcointalk.org/index.php?topic=872014.1120

On Mon, Dec 11, 2023, 00:23 sp20man @.***> wrote:

@SyRenity https://github.com/SyRenity Hi, I hope you're doing well. This is mostly unrelated to the main topic of this thread, the minepeon part, my question is for SP20 though, just now signed up to GitHub and having trouble figuring out how to navigate the site, and you seem pretty knowledgeable... I was wondering and hoping there is still a way to get SP20 firmware update since the Spondoolies-Tech site is gone... I have 2.6.14, is 2.7.1 the latest? Google search for firmware file is only giving me manuals and mostly unrelated discussions on various sites...?

— Reply to this email directly, view it on GitHub https://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment- 1849105793, or unsubscribe https://github.com/notifications/unsubscribe-auth/ ABATC2KMO3VCQKM5HR7AQTTYIYY43AVCNFSM4AOJKZ3KU5DIOJSWCZC7NNSX TN2JONZXKZKDN5WW2ZLOOQ5TCOBUHEYTANJXHEZQ . You are receiving this because you were assigned.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment-1851799012, or unsubscribe https://github.com/notifications/unsubscribe-auth/BES22WJTIOXRUVQYEWMERGLYJAZNTAVCNFSM4AOJKZ3KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBVGE3TSOJQGEZA . You are receiving this because you commented.Message ID: @.***>

zvisha commented 8 months ago

Well, unfortunately I am not on that project for over 10 years, so I don't have access to that stuff anymore, nether I do remember. That is an old miner) Best of luck.

On Thu, Dec 21, 2023, 11:42 PM sp20man @.***> wrote:

Hi, I hope you're doing well. Thank you for the reply. Unfortunately I have no idea what any of that means, is there any way you can make that more comprehensive and able to do what needs to be done with all that for someone like me whom has no understanding of coding and related stuff like this at all...?

On Tuesday, December 12, 2023, zvisha @.***> wrote:

Hi. I dont have image, I found in old mails those instructions:

sp30 - Install_development_environment_Ubuntu_1404_LTS - # 1 install development environment Ubuntu 14.04 LTS prebuilt steps: sudo apt-get update sudo apt-get install git build-essential sudo apt-get install autoconf sudo apt-get install unzip sudo apt-get install libtool sudo apt-get install whois sudo apt-get install pkg-config sudo apt-get install ncurses-dev sudo apt-get install libssl-dev create working folders mkdir workspace cd workspace get spoondolies package setup git clone https://github.com/Spondoolies-Tech/sp30-top.git download entire solution cd sp30-top make get install toolchain cd /opt tar xf /home/ubuntu/workspace/sp30-top/toolchain/arm2013.05-CodeSourcery.tar.xz cd - add path to binaries in .bashrc echo "export PATH=/opt/arm-2013.05/bin/:$PATH" >> ~/.bashrc . ~/.bashrc init projects configuration make init build binaries make build prepare uImage spondoolies.dtb make deploy 12/24/2014 1/1

Also, you can ask here maybe: https://bitcointalk.org/index.php?topic=872014.1120

On Mon, Dec 11, 2023, 00:23 sp20man @.***> wrote:

@SyRenity https://github.com/SyRenity Hi, I hope you're doing well. This is mostly unrelated to the main topic of this thread, the minepeon part, my question is for SP20 though, just now signed up to GitHub and having trouble figuring out how to navigate the site, and you seem pretty knowledgeable... I was wondering and hoping there is still a way to get SP20 firmware update since the Spondoolies-Tech site is gone... I have 2.6.14, is 2.7.1 the latest? Google search for firmware file is only giving me manuals and mostly unrelated discussions on various sites...?

— Reply to this email directly, view it on GitHub https://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment- 1849105793, or unsubscribe https://github.com/notifications/unsubscribe-auth/ ABATC2KMO3VCQKM5HR7AQTTYIYY43AVCNFSM4AOJKZ3KU5DIOJSWCZC7NNSX TN2JONZXKZKDN5WW2ZLOOQ5TCOBUHEYTANJXHEZQ . You are receiving this because you were assigned.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment-1851799012>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/BES22WJTIOXRUVQYEWMERGLYJAZNTAVCNFSM4AOJKZ3KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBVGE3TSOJQGEZA>

. You are receiving this because you commented.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/Spondoolies-Tech/minepeon/issues/54#issuecomment-1866967373, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABATC2METJVVXSNP37FNYATYKSUOHAVCNFSM4AOJKZ3KU5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBWGY4TMNZTG4ZQ . You are receiving this because you were assigned.Message ID: @.***>

sp20man commented 8 months ago

I need help with my Antminer S9 also, anyone whom is able to help or knows anyone who can help, please share it with any and all who might be able to help, please check my issue page for it: "13.5Th Antminer S9 not working please help..!" , Thank you in advance for your time and attention to my issue.

sp20man commented 8 months ago

Also check out my issue with my Spondoolies SP 30 Yukon as well please, "Sp30 stopped working for no reason, please help...!" :-(