This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| c = 33313552017317510057480429807191513781560058913982045828821573360115041698572293368677814047055248844068758060891046601601923786757545000748868407887139102932189242384290168374262947094252294487798373472224578486694039636927104808579329053474121672431941292997540298195365595309282858493105333766871550453 | |
| n = 112844860286954432023527367807878149508433045460166798540067347297771292932276845482784411114349669858383468974822784047292525847593138653258906565706208925369627344743018629414710772644379028885399261868138745339538284054287450499199325709844121836918861140479086394315063831615503697572215910036672241273 | |
| e = 65537 | |
| primes = (2267190209, # obtain from factordb.com | |
| 2397761813, | |
| 2536127557, | |
| 2634219361, | |
| 2652518087, | |
| 2677343507, | |
| 2678478181, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !/bin/sh | |
| echo "Current BOINC status:\n" | |
| output=$(boinccmd --get_state | sed -n -e '/======== Tasks ========/,$p' | head -n -17) | |
| echo "$output" | |
| echo "\n $(boinccmd --get_state | grep -c active_task_state) tasks running:\n" | |
| boinccmd --get_state | grep active_task_state | |
| echo "\nCPU Temp: $(vcgencmd measure_temp | cut -d "=" -f 2)" |
NewerOlder