Sunday, December 31, 2017
Saturday, December 30, 2017
Friday, December 29, 2017
Thursday, December 28, 2017
Monday, December 25, 2017
Saturday, December 23, 2017
Friday, December 22, 2017
Thursday, December 21, 2017
Wednesday, December 13, 2017
Tuesday, December 12, 2017
Sunday, December 10, 2017
Friday, December 8, 2017
macOS High Sierra: Installing 7-Zip & Extraction
Command:
$ brew install p7zip
Result:
==> Downloading https://homebrew.bintray.com/bottles/p7zip-16.02.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring p7zip-16.02.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/p7zip/16.02: 103 files, 4.7MB
Command:
$ 7z x ~/Downloads/zeny_bootstrap.7z
Result:
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=utf8,Utf16=on,HugeFiles=on,64 bits,4 CPUs x64)
Scanning the drive for archives:
1 file, 642388696 bytes (613 MiB)
Extracting archive: /Users/USERNAME/Downloads/zeny_bootstrap.7z
--
Path = /Users/USERNAME/Downloads/zeny_bootstrap.7z
Type = 7z
Physical Size = 642388696
Headers Size = 146
Method = LZMA2:24
Solid = -
Blocks = 1
Everything is Ok
Size: 1105451975
Compressed: 642388696
$ brew install p7zip
Result:
==> Downloading https://homebrew.bintray.com/bottles/p7zip-16.02.high_sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring p7zip-16.02.high_sierra.bottle.tar.gz
🍺 /usr/local/Cellar/p7zip/16.02: 103 files, 4.7MB
Command:
$ 7z x ~/Downloads/zeny_bootstrap.7z
Result:
7-Zip [64] 16.02 : Copyright (c) 1999-2016 Igor Pavlov : 2016-05-21
p7zip Version 16.02 (locale=utf8,Utf16=on,HugeFiles=on,64 bits,4 CPUs x64)
Scanning the drive for archives:
1 file, 642388696 bytes (613 MiB)
Extracting archive: /Users/USERNAME/Downloads/zeny_bootstrap.7z
--
Path = /Users/USERNAME/Downloads/zeny_bootstrap.7z
Type = 7z
Physical Size = 642388696
Headers Size = 146
Method = LZMA2:24
Solid = -
Blocks = 1
Everything is Ok
Size: 1105451975
Compressed: 642388696
Thursday, December 7, 2017
macOS High Sierra: Finding Exact CPU Type
Command:
$ sysctl -n machdep.cpu.brand_string
Result:
Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
$ sysctl -n machdep.cpu.brand_string
Result:
Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
ラベル:
macOS High Sierra,
sysctl
CentOS: Running CPU Miner using cpulimit (90%)
Command:
# cpulimit -l 90 -- ./minerd --config n-zeny.json
Result:
[2017-12-07 14:19:23] 2 miner threads started, using 'yescrypt' algorithm.
[2017-12-07 14:19:23] Starting Stratum on stratum+tcp://mining-zeny.mdpool.info:6969
[2017-12-07 14:19:23] Stratum requested work restart
[2017-12-07 14:19:26] accepted: 1/1 (100.00%), 0.36 khash/s (yay!!!)
[2017-12-07 14:19:28] accepted: 2/2 (100.00%), 0.56 khash/s (yay!!!)
[2017-12-07 14:19:44] accepted: 3/3 (100.00%), 0.51 khash/s (yay!!!)
[2017-12-07 14:19:49] accepted: 4/4 (100.00%), 0.53 khash/s (yay!!!)
# cpulimit -l 90 -- ./minerd --config n-zeny.json
Result:
[2017-12-07 14:19:23] 2 miner threads started, using 'yescrypt' algorithm.
[2017-12-07 14:19:23] Starting Stratum on stratum+tcp://mining-zeny.mdpool.info:6969
[2017-12-07 14:19:23] Stratum requested work restart
[2017-12-07 14:19:26] accepted: 1/1 (100.00%), 0.36 khash/s (yay!!!)
[2017-12-07 14:19:28] accepted: 2/2 (100.00%), 0.56 khash/s (yay!!!)
[2017-12-07 14:19:44] accepted: 3/3 (100.00%), 0.51 khash/s (yay!!!)
[2017-12-07 14:19:49] accepted: 4/4 (100.00%), 0.53 khash/s (yay!!!)
CentOS: Installing cpulimit
Command:
# yum install cpulimit
Result:
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: ftp.tsukuba.wide.ad.jp
* epel: mirror.dmmlabs.jp
* extras: ftp.tsukuba.wide.ad.jp
* updates: ftp.tsukuba.wide.ad.jp
Resolving Dependencies
--> Running transaction check
---> Package cpulimit.x86_64 1:0.2-1.20151118gitf4d2682.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================================================
Package Arch Version Repository Size
==============================================================================================================
Installing:
cpulimit x86_64 1:0.2-1.20151118gitf4d2682.el6 epel 14 k
Transaction Summary
==============================================================================================================
Install 1 Package(s)
Total download size: 14 k
Installed size: 23 k
Is this ok [y/N]: y
Downloading Packages:
cpulimit-0.2-1.20151118gitf4d2682.el6.x86_64.rpm | 14 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : 1:cpulimit-0.2-1.20151118gitf4d2682.el6.x86_64 1/1
Verifying : 1:cpulimit-0.2-1.20151118gitf4d2682.el6.x86_64 1/1
Installed:
cpulimit.x86_64 1:0.2-1.20151118gitf4d2682.el6
Complete!
# yum install cpulimit
Result:
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: ftp.tsukuba.wide.ad.jp
* epel: mirror.dmmlabs.jp
* extras: ftp.tsukuba.wide.ad.jp
* updates: ftp.tsukuba.wide.ad.jp
Resolving Dependencies
--> Running transaction check
---> Package cpulimit.x86_64 1:0.2-1.20151118gitf4d2682.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==============================================================================================================
Package Arch Version Repository Size
==============================================================================================================
Installing:
cpulimit x86_64 1:0.2-1.20151118gitf4d2682.el6 epel 14 k
Transaction Summary
==============================================================================================================
Install 1 Package(s)
Total download size: 14 k
Installed size: 23 k
Is this ok [y/N]: y
Downloading Packages:
cpulimit-0.2-1.20151118gitf4d2682.el6.x86_64.rpm | 14 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : 1:cpulimit-0.2-1.20151118gitf4d2682.el6.x86_64 1/1
Verifying : 1:cpulimit-0.2-1.20151118gitf4d2682.el6.x86_64 1/1
Installed:
cpulimit.x86_64 1:0.2-1.20151118gitf4d2682.el6
Complete!
ラベル:
CentOS
CentOS: Cpu Mining: BitZeny
Command:
$ cat bitzeny.json
Result:
{
"url": "stratum+tcp://mining-zeny.mdpool.info:6969",
"user": "user.worker",
"pass": "password",
"algo" : "yescrypt",
"threads" : "4",
"quiet" : true
}
Command:
./cpuminer --config bitzeny.json
$ cat bitzeny.json
Result:
{
"url": "stratum+tcp://mining-zeny.mdpool.info:6969",
"user": "user.worker",
"pass": "password",
"algo" : "yescrypt",
"threads" : "4",
"quiet" : true
}
Command:
./cpuminer --config bitzeny.json
ラベル:
Cpu Miner
CentOS: Installing Cpu Miner
Command:
$sudo yum -y groupinstall "Development Tools"
$ sudo yum -y install git libcurl-devel python-devel screen rsync
$ git clone https://github.com/bitzeny/cpuminer.git cpuminer
$ cd cpuminer/
$ ./autogen.sh
$ ./configure CFLAGS="-O3"
$ make
$sudo yum -y groupinstall "Development Tools"
$ sudo yum -y install git libcurl-devel python-devel screen rsync
$ git clone https://github.com/bitzeny/cpuminer.git cpuminer
$ cd cpuminer/
$ ./autogen.sh
$ ./configure CFLAGS="-O3"
$ make
CentOS: CPUMiner: Fixing libjansson error
Error message:
./minerd: error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory
Command:
ln -s /usr/local/lib/libjansson.so.4 /usr/lib/libjansson.so.4
ldconfig
./minerd: error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory
Command:
ln -s /usr/local/lib/libjansson.so.4 /usr/lib/libjansson.so.4
ldconfig
ラベル:
CentOS
CentOS: Finding CPU Info of VPS
# more /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz
stepping : 11
microcode : 1
cpu MHz : 2593.748
cache size : 4096 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscal
l nx lm constant_tsc arch_perfmon rep_good unfair_spinlock pni ssse3 cx16 hypervisor lahf_lm
bogomips : 5187.49
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz
stepping : 11
microcode : 1
cpu MHz : 2593.748
cache size : 4096 KB
physical id : 1
siblings : 1
core id : 0
cpu cores : 1
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscal
l nx lm constant_tsc arch_perfmon rep_good unfair_spinlock pni ssse3 cx16 hypervisor lahf_lm
bogomips : 5187.49
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz
stepping : 11
microcode : 1
cpu MHz : 2593.748
cache size : 4096 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscal
l nx lm constant_tsc arch_perfmon rep_good unfair_spinlock pni ssse3 cx16 hypervisor lahf_lm
bogomips : 5187.49
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
processor : 1
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz
stepping : 11
microcode : 1
cpu MHz : 2593.748
cache size : 4096 KB
physical id : 1
siblings : 1
core id : 0
cpu cores : 1
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscal
l nx lm constant_tsc arch_perfmon rep_good unfair_spinlock pni ssse3 cx16 hypervisor lahf_lm
bogomips : 5187.49
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
ラベル:
Intel Core 2,
procfs
Wednesday, December 6, 2017
Tuesday, December 5, 2017
Monday, December 4, 2017
Saturday, December 2, 2017
Friday, December 1, 2017
Thursday, November 30, 2017
macOS High Sierra: Ruby LoadError (oauth) & Fix
Error message:
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- oauth (LoadError)
from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from tweet_movierole.rb:2:in `<main>'
Command (Installing OAuth):
$ sudo gem install oauth
Password:
Result:
Fetching: oauth-0.5.3.gem (100%)
Successfully installed oauth-0.5.3
Parsing documentation for oauth-0.5.3
Installing ri documentation for oauth-0.5.3
Done installing documentation for oauth after 14 seconds
1 gem installed
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- oauth (LoadError)
from /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require'
from tweet_movierole.rb:2:in `<main>'
Command (Installing OAuth):
$ sudo gem install oauth
Password:
Result:
Fetching: oauth-0.5.3.gem (100%)
Successfully installed oauth-0.5.3
Parsing documentation for oauth-0.5.3
Installing ri documentation for oauth-0.5.3
Done installing documentation for oauth after 14 seconds
1 gem installed
ラベル:
macOS High Sierra
Wednesday, November 29, 2017
Tuesday, November 28, 2017
Ivan on Tech: Why is Segwit so important for Bitcoin Lightning Network? Programmer exp...
Transaction malleability.
Wegwit fix it by removing signature in transaction.
Payment channel.
Funding payment channel.
ID of funding transaction.
Sunday, November 26, 2017
Friday, November 24, 2017
Thursday, November 23, 2017
Monday, November 20, 2017
Friday, November 17, 2017
Wednesday, November 15, 2017
Tuesday, November 14, 2017
Saturday, November 11, 2017
Thursday, November 9, 2017
Tuesday, November 7, 2017
Monday, November 6, 2017
Sunday, November 5, 2017
Wednesday, November 1, 2017
CPUMiner: LA Pool: Mining BitZeny
$ minerd --version
cpuminer 2.4
built on Nov 1 2017
features: x86_64 SSE2 AVX AVX2 XOP
libcurl/7.54.0 SecureTransport zlib/1.2.8
libjansson 2.10
$ minerd -a yescrypt -o stratum+tcp://jp.lapool.me:3014 -u USERID.WORKER -p PASSWORD
[2017-11-01 18:53:58] 4 miner threads started, using 'yescrypt' algorithm.
[2017-11-01 18:53:58] Starting Stratum on stratum+tcp://jp.lapool.me:3014
[2017-11-01 18:53:58] Binding thread 0 to cpu 0
[2017-11-01 18:53:58] Binding thread 1 to cpu 1
[2017-11-01 18:53:58] Binding thread 2 to cpu 2
[2017-11-01 18:53:58] Binding thread 3 to cpu 3
[2017-11-01 18:53:58] Stratum requested work restart
[2017-11-01 18:54:04] thread 1: 3863 hashes, 0.71 khash/s
[2017-11-01 18:54:04] accepted: 0/1 (0.00%), 0.71 khash/s (booooo)
[2017-11-01 18:54:06] thread 2: 4615 hashes, 0.71 khash/s
[2017-11-01 18:54:06] accepted: 0/2 (0.00%), 1.42 khash/s (booooo)
[2017-11-01 18:54:06] thread 0: 5146 hashes, 0.70 khash/s
[2017-11-01 18:54:06] accepted: 0/3 (0.00%), 2.12 khash/s (booooo)
[2017-11-01 18:54:08] thread 1: 2078 hashes, 0.67 khash/s
[2017-11-01 18:54:08] accepted: 0/4 (0.00%), 2.07 khash/s (booooo)
[2017-11-01 18:54:08] thread 3: 6401 hashes, 0.69 khash/s
[2017-11-01 18:54:08] accepted: 0/5 (0.00%), 2.77 khash/s (booooo)
[2017-11-01 18:54:16] thread 3: 5229 hashes, 0.71 khash/s
[2017-11-01 18:54:16] accepted: 0/6 (0.00%), 2.78 khash/s (booooo)
[2017-11-01 18:54:23] thread 0: 11529 hashes, 0.69 khash/s
[2017-11-01 18:54:23] accepted: 0/7 (0.00%), 2.78 khash/s (booooo)
[2017-11-01 18:54:24] thread 3: 5995 hashes, 0.68 khash/s
[2017-11-01 18:54:24] accepted: 0/8 (0.00%), 2.75 khash/s (booooo)
[2017-11-01 18:54:38] thread 0: 10101 hashes, 0.67 khash/s
[2017-11-01 18:54:38] accepted: 0/9 (0.00%), 2.73 khash/s (booooo)
[2017-11-01 18:54:43] thread 3: 13322 hashes, 0.70 khash/s
[2017-11-01 18:54:43] accepted: 0/10 (0.00%), 2.75 khash/s (booooo)
[2017-11-01 18:54:44] thread 1: 25156 hashes, 0.69 khash/s
[2017-11-01 18:54:44] accepted: 0/11 (0.00%), 2.77 khash/s (booooo)
[2017-11-01 18:54:51] thread 3: 5339 hashes, 0.73 khash/s
[2017-11-01 18:54:51] accepted: 0/12 (0.00%), 2.80 khash/s (booooo)
[2017-11-01 18:55:01] thread 3: 6307 hashes, 0.60 khash/s
[2017-11-01 18:55:01] accepted: 0/13 (0.00%), 2.68 khash/s (booooo)
[2017-11-01 18:55:08] thread 2: 42511 hashes, 0.68 khash/s
[2017-11-01 18:55:17] thread 3: 9975 hashes, 0.64 khash/s
[2017-11-01 18:55:17] accepted: 0/14 (0.00%), 2.69 khash/s (booooo)
[2017-11-01 18:55:30] thread 1: 29533 hashes, 0.65 khash/s
[2017-11-01 18:55:30] accepted: 0/15 (0.00%), 2.65 khash/s (booooo)
[2017-11-01 18:55:39] thread 2: 20254 hashes, 0.65 khash/s
[2017-11-01 18:55:39] accepted: 0/16 (0.00%), 2.62 khash/s (booooo)
[2017-11-01 18:55:39] thread 0: 40480 hashes, 0.66 khash/s
cpuminer 2.4
built on Nov 1 2017
features: x86_64 SSE2 AVX AVX2 XOP
libcurl/7.54.0 SecureTransport zlib/1.2.8
libjansson 2.10
$ minerd -a yescrypt -o stratum+tcp://jp.lapool.me:3014 -u USERID.WORKER -p PASSWORD
[2017-11-01 18:53:58] 4 miner threads started, using 'yescrypt' algorithm.
[2017-11-01 18:53:58] Starting Stratum on stratum+tcp://jp.lapool.me:3014
[2017-11-01 18:53:58] Binding thread 0 to cpu 0
[2017-11-01 18:53:58] Binding thread 1 to cpu 1
[2017-11-01 18:53:58] Binding thread 2 to cpu 2
[2017-11-01 18:53:58] Binding thread 3 to cpu 3
[2017-11-01 18:53:58] Stratum requested work restart
[2017-11-01 18:54:04] thread 1: 3863 hashes, 0.71 khash/s
[2017-11-01 18:54:04] accepted: 0/1 (0.00%), 0.71 khash/s (booooo)
[2017-11-01 18:54:06] thread 2: 4615 hashes, 0.71 khash/s
[2017-11-01 18:54:06] accepted: 0/2 (0.00%), 1.42 khash/s (booooo)
[2017-11-01 18:54:06] thread 0: 5146 hashes, 0.70 khash/s
[2017-11-01 18:54:06] accepted: 0/3 (0.00%), 2.12 khash/s (booooo)
[2017-11-01 18:54:08] thread 1: 2078 hashes, 0.67 khash/s
[2017-11-01 18:54:08] accepted: 0/4 (0.00%), 2.07 khash/s (booooo)
[2017-11-01 18:54:08] thread 3: 6401 hashes, 0.69 khash/s
[2017-11-01 18:54:08] accepted: 0/5 (0.00%), 2.77 khash/s (booooo)
[2017-11-01 18:54:16] thread 3: 5229 hashes, 0.71 khash/s
[2017-11-01 18:54:16] accepted: 0/6 (0.00%), 2.78 khash/s (booooo)
[2017-11-01 18:54:23] thread 0: 11529 hashes, 0.69 khash/s
[2017-11-01 18:54:23] accepted: 0/7 (0.00%), 2.78 khash/s (booooo)
[2017-11-01 18:54:24] thread 3: 5995 hashes, 0.68 khash/s
[2017-11-01 18:54:24] accepted: 0/8 (0.00%), 2.75 khash/s (booooo)
[2017-11-01 18:54:38] thread 0: 10101 hashes, 0.67 khash/s
[2017-11-01 18:54:38] accepted: 0/9 (0.00%), 2.73 khash/s (booooo)
[2017-11-01 18:54:43] thread 3: 13322 hashes, 0.70 khash/s
[2017-11-01 18:54:43] accepted: 0/10 (0.00%), 2.75 khash/s (booooo)
[2017-11-01 18:54:44] thread 1: 25156 hashes, 0.69 khash/s
[2017-11-01 18:54:44] accepted: 0/11 (0.00%), 2.77 khash/s (booooo)
[2017-11-01 18:54:51] thread 3: 5339 hashes, 0.73 khash/s
[2017-11-01 18:54:51] accepted: 0/12 (0.00%), 2.80 khash/s (booooo)
[2017-11-01 18:55:01] thread 3: 6307 hashes, 0.60 khash/s
[2017-11-01 18:55:01] accepted: 0/13 (0.00%), 2.68 khash/s (booooo)
[2017-11-01 18:55:08] thread 2: 42511 hashes, 0.68 khash/s
[2017-11-01 18:55:17] thread 3: 9975 hashes, 0.64 khash/s
[2017-11-01 18:55:17] accepted: 0/14 (0.00%), 2.69 khash/s (booooo)
[2017-11-01 18:55:30] thread 1: 29533 hashes, 0.65 khash/s
[2017-11-01 18:55:30] accepted: 0/15 (0.00%), 2.65 khash/s (booooo)
[2017-11-01 18:55:39] thread 2: 20254 hashes, 0.65 khash/s
[2017-11-01 18:55:39] accepted: 0/16 (0.00%), 2.62 khash/s (booooo)
[2017-11-01 18:55:39] thread 0: 40480 hashes, 0.66 khash/s
Sunday, October 29, 2017
Saturday, October 28, 2017
Friday, October 27, 2017
Thursday, October 26, 2017
Wednesday, October 25, 2017
find (Unix): Finding Directory Name
Command:
# find / -name "libexec" -type d
Result:
/usr/libexec
/usr/local/libexec
# find / -name "libexec" -type d
Result:
/usr/libexec
/usr/local/libexec
ラベル:
find (Unix)
Monday, October 23, 2017
Friday, October 20, 2017
Thursday, October 19, 2017
Wednesday, October 18, 2017
Tuesday, October 17, 2017
Monday, October 16, 2017
Sunday, October 15, 2017
Saturday, October 14, 2017
Friday, October 13, 2017
Thursday, October 12, 2017
Wednesday, October 11, 2017
Friday, October 6, 2017
Thursday, October 5, 2017
Wednesday, October 4, 2017
Ethereum Ropsten Faucet
Command:
$ wget http://faucet.ropsten.be:3001/donate/YOUR_ROPSTEN_ETHEREUM_ADDRESS
Result:
--2017-10-04 22:59:30-- http://faucet.ropsten.be:3001/donate/YOUR_ROPSTEN_ETHEREUM_ADDRESS
Resolving faucet.ropsten.be... 109.123.70.141
Connecting to faucet.ropsten.be|109.123.70.141|:3001... connected.
HTTP request sent, awaiting response... 200 OK
Length: 106 [application/json]
Saving to: ‘YOUR_ROPSTEN_ETHEREUM_ADDRESS’
YOUR_ROPSTEN_ETHEREUM_ADDRESS 100%[===============================================================================>] 106 --.-KB/s in 0s
2017-10-04 22:59:31 (9.19 MB/s) - ‘YOUR_ROPSTEN_ETHEREUM_ADDRESS’ saved [106/106]
$ wget http://faucet.ropsten.be:3001/donate/YOUR_ROPSTEN_ETHEREUM_ADDRESS
Result:
--2017-10-04 22:59:30-- http://faucet.ropsten.be:3001/donate/YOUR_ROPSTEN_ETHEREUM_ADDRESS
Resolving faucet.ropsten.be... 109.123.70.141
Connecting to faucet.ropsten.be|109.123.70.141|:3001... connected.
HTTP request sent, awaiting response... 200 OK
Length: 106 [application/json]
Saving to: ‘YOUR_ROPSTEN_ETHEREUM_ADDRESS’
YOUR_ROPSTEN_ETHEREUM_ADDRESS 100%[===============================================================================>] 106 --.-KB/s in 0s
2017-10-04 22:59:31 (9.19 MB/s) - ‘YOUR_ROPSTEN_ETHEREUM_ADDRESS’ saved [106/106]
Monday, October 2, 2017
Solidity: Installation
Command:
$ npm install -g solc
Result:
/usr/local/bin/solcjs -> /usr/local/lib/node_modules/solc/solcjs
solc@0.4.17 /usr/local/lib/node_modules/solc
├── memorystream@0.3.1
├── require-from-string@1.2.1
├── semver@5.4.1
├── fs-extra@0.30.0 (path-is-absolute@1.0.1, jsonfile@2.4.0, klaw@1.3.1, graceful-fs@4.1.11, rimraf@2.6.2)
└── yargs@4.8.1 (get-caller-file@1.0.2, decamelize@1.2.0, y18n@3.2.1, which-module@1.0.0, set-blocking@2.0.0, lodash.assign@4.2.0, window-size@0.2.0, require-main-filename@1.0.1, require-directory@2.1.1, yargs-parser@2.4.1, os-locale@1.4.0, string-width@1.0.2, cliui@3.2.0, read-pkg-up@1.0.1)
$ npm install -g solc
Result:
/usr/local/bin/solcjs -> /usr/local/lib/node_modules/solc/solcjs
solc@0.4.17 /usr/local/lib/node_modules/solc
├── memorystream@0.3.1
├── require-from-string@1.2.1
├── semver@5.4.1
├── fs-extra@0.30.0 (path-is-absolute@1.0.1, jsonfile@2.4.0, klaw@1.3.1, graceful-fs@4.1.11, rimraf@2.6.2)
└── yargs@4.8.1 (get-caller-file@1.0.2, decamelize@1.2.0, y18n@3.2.1, which-module@1.0.0, set-blocking@2.0.0, lodash.assign@4.2.0, window-size@0.2.0, require-main-filename@1.0.1, require-directory@2.1.1, yargs-parser@2.4.1, os-locale@1.4.0, string-width@1.0.2, cliui@3.2.0, read-pkg-up@1.0.1)
ラベル:
Smart contract,
Solidity
Sunday, October 1, 2017
Ethereum DApp (Distributed Application) Meteor Boilerplate
Command:
$ git clone https://github.com/SilentCicero/meteor-dapp-boilerplate.git
Result:
Cloning into 'meteor-dapp-boilerplate'...
remote: Counting objects: 735, done.
remote: Total 735 (delta 0), reused 0 (delta 0), pack-reused 735
Receiving objects: 100% (735/735), 2.84 MiB | 1.45 MiB/s, done.
Resolving deltas: 100% (260/260), done.
Command:
$ cd meteor-dapp-boilerplate/app/
$ meteor
$ git clone https://github.com/SilentCicero/meteor-dapp-boilerplate.git
Result:
Cloning into 'meteor-dapp-boilerplate'...
remote: Counting objects: 735, done.
remote: Total 735 (delta 0), reused 0 (delta 0), pack-reused 735
Receiving objects: 100% (735/735), 2.84 MiB | 1.45 MiB/s, done.
Resolving deltas: 100% (260/260), done.
Command:
$ cd meteor-dapp-boilerplate/app/
$ meteor
Result:
[[[[[ ~/meteor-dapp-boilerplate/app ]]]]]
=> Started proxy.
=> Meteor 1.3: ES2015 modules, npm integration, app testing, mobile
improvements, and more.
This release is being downloaded in the background. Update your app to
Meteor 1.3 by running 'meteor update'.
=> Started MongoDB.
=> Started your app.
=> App running at: http://localhost:3000/
I20171001-01:34:11.597(9)? [velocity] mocha is starting a mirror at http://localhost:61074/.
I20171001-01:34:11.598(9)? [velocity] *** Meteor Tools is installing ***
I20171001-01:34:11.598(9)? This takes a few minutes the first time.
I20171001-01:34:11.598(9)? [velocity] You can see the mirror logs at: tail -f /Users/USERNAME/meteor-dapp-boilerplate/app/.meteor/local/log/mocha.log
Reference:
https://qiita.com/mukoya/items/5d751dc01ea4a45dc850
Reference:
https://qiita.com/mukoya/items/5d751dc01ea4a45dc850
Meteor (web framework): Installation
Command:
$ curl https://install.meteor.com/ | sh
Result:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7786 0 7786 0 0 8708 0 --:--:-- --:--:-- --:--:-- 8699
Downloading Meteor distribution
######################################################################## 100.0%
Meteor 1.5.2.1 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.
To get started fast:
$ meteor create ~/my_cool_app
$ cd ~/my_cool_app
$ meteor
Or see the docs at:
docs.meteor.com
$ curl https://install.meteor.com/ | sh
Result:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 7786 0 7786 0 0 8708 0 --:--:-- --:--:-- --:--:-- 8699
Downloading Meteor distribution
######################################################################## 100.0%
Meteor 1.5.2.1 has been installed in your home directory (~/.meteor).
Writing a launcher script to /usr/local/bin/meteor for your convenience.
To get started fast:
$ meteor create ~/my_cool_app
$ cd ~/my_cool_app
$ meteor
Or see the docs at:
docs.meteor.com
Saturday, September 30, 2017
Safari 11.0: Software Update (Patch)
- 多くのウェブサイトの音声の自動再生をさせない。
- リーダーの詳細設定を追加する。
- コンテンツブロッカーの詳細設定を追加する。
- ページズームの詳細設定を追加する。
- オートプレイの詳細設定を追加する。各ウェブサイトごと又は全ウェブサイトに対して設定可能にする。
- コンタクトカードのオートフィルの精度を向上する。
- HTMLビデオとオーディオのメディアコントロールをアップデートする。
- パフォーマンスの向上と効率化をする。
Friday, September 29, 2017
Thursday, September 28, 2017
SCP: Sending Image Using Secure Copy
Command:
$ scp ~/Desktop/Pepe.png USERNAME@SERVERNAME:/home/USERNAME
USERNAME@SERVERNAME's password:
Result:
Pepe.png
$ scp ~/Desktop/Pepe.png USERNAME@SERVERNAME:/home/USERNAME
USERNAME@SERVERNAME's password:
Result:
Pepe.png
Coinhive: Capcha Example: Using PHP
<html>
<head></head>
<body>
<div>
<?php
if(isset($_POST["coinhive-captcha-token"])){
$token = $_POST["coinhive-captcha-token"];
$secret = 'bAbbbb5A9AbA0bbbA3bAAbAb8bAbAAAb';
$url = 'https://api.coinhive.com/token/verify';
$data = array('token'=> $token,
'hashes' => 1024,
'secret' => $secret);
$options = array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => http_build_query($data)
);
$context = stream_context_create(array('http' => $options));
$response = json_decode(file_get_contents($url, false, $context));
if ($result === FALSE) {
echo "Error";
exit;
}
$responseSuccess = $response->success;
}
?>
<?php if ($responseSuccess){ ?>
Verified<br/>
<?php } else { ?>
You must verify
<form action="?" method="post">
<!-- other form fields -->
<script src="https://coinhive.com/lib/captcha.min.js" async></script>
<div class="coinhive-captcha" data-hashes="1024" data-key="AAAbAA33bAAbAbbAbAA4bA7dA4AAbA7b"></div>
<input type="submit" value="Submit"/>
</form>
<?php } ?>
</div>
</body>
</html>
<head></head>
<body>
<div>
<?php
if(isset($_POST["coinhive-captcha-token"])){
$token = $_POST["coinhive-captcha-token"];
$secret = 'bAbbbb5A9AbA0bbbA3bAAbAb8bAbAAAb';
$url = 'https://api.coinhive.com/token/verify';
$data = array('token'=> $token,
'hashes' => 1024,
'secret' => $secret);
$options = array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST',
'content' => http_build_query($data)
);
$context = stream_context_create(array('http' => $options));
$response = json_decode(file_get_contents($url, false, $context));
if ($result === FALSE) {
echo "Error";
exit;
}
$responseSuccess = $response->success;
}
?>
<?php if ($responseSuccess){ ?>
Verified<br/>
<?php } else { ?>
You must verify
<form action="?" method="post">
<!-- other form fields -->
<script src="https://coinhive.com/lib/captcha.min.js" async></script>
<div class="coinhive-captcha" data-hashes="1024" data-key="AAAbAA33bAAbAbbAbAA4bA7dA4AAbA7b"></div>
<input type="submit" value="Submit"/>
</form>
<?php } ?>
</div>
</body>
</html>
ラベル:
Cryptocurrency,
HTML,
Monero (cryptocurrency),
PHP,
Web API
Wednesday, September 27, 2017
Sunday, September 24, 2017
Thursday, September 21, 2017
Javascript: Prime Number Generator
HTML/Javascript Code:
<html><head>
<meta name="viewport" content="width=device-width">
<script>
var d=document;
var primes=[];
function Prime(){
for (var i=2; i<=2000000;i++){
if (this.check(i, primes)){
primes.push(i);
d.write(i+" ");
}
}
}
Prime.prototype.check=function(i, primes){
var isOdd=i%2;
var isPrime=true;
var n=2;
if(i==2 || isOdd){
var to=Math.floor(i/2);
if (primes.length>0){
for (var j=0;j<primes.length; j++){
n=primes[j];
if(n>to){
break;
}
if(i%n==0){
isPrime=false;
break;
}
}
}
for(;n<=to;n++){
if(i%n==0){
isPrime=false;
break;
}
}
} else {
isPrime=false;
}
return isPrime;
}
function main(){
var p=new Prime();
}
</script>
</head>
<body onload="main()">default</body>
</html>
Web Inspector:
23.51s
<html><head>
<meta name="viewport" content="width=device-width">
<script>
var d=document;
var primes=[];
function Prime(){
for (var i=2; i<=2000000;i++){
if (this.check(i, primes)){
primes.push(i);
d.write(i+" ");
}
}
}
Prime.prototype.check=function(i, primes){
var isOdd=i%2;
var isPrime=true;
var n=2;
if(i==2 || isOdd){
var to=Math.floor(i/2);
if (primes.length>0){
for (var j=0;j<primes.length; j++){
n=primes[j];
if(n>to){
break;
}
if(i%n==0){
isPrime=false;
break;
}
}
}
for(;n<=to;n++){
if(i%n==0){
isPrime=false;
break;
}
}
} else {
isPrime=false;
}
return isPrime;
}
function main(){
var p=new Prime();
}
</script>
</head>
<body onload="main()">default</body>
</html>
Web Inspector:
23.51s
ラベル:
HTML,
Javascript,
Prime number,
素数
Monday, September 18, 2017
Tuesday, September 12, 2017
Apache HTTP Server: Redirect All HTTP Requests to HTTPS
Command:
# diff httpd.conf httpd.conf.bkup20170901
Result:
1005c1004
< <VirtualHost *:80>
---
> #<VirtualHost *:80>
1008,1009c1007
< ServerName www.SERVERNAME.com
< Redirect / https://www.SERVERNAME.com/
---
> # ServerName dummy-host.example.com
1012,1013c1010
< </VirtualHost>
<
---
> #</VirtualHost>
Reference:
https://stackoverflow.com/questions/4083221/how-to-redirect-all-http-requests-to-https/21798882#21798882
# diff httpd.conf httpd.conf.bkup20170901
Result:
1005c1004
< <VirtualHost *:80>
---
> #<VirtualHost *:80>
1008,1009c1007
< ServerName www.SERVERNAME.com
< Redirect / https://www.SERVERNAME.com/
---
> # ServerName dummy-host.example.com
1012,1013c1010
< </VirtualHost>
<
---
> #</VirtualHost>
Reference:
https://stackoverflow.com/questions/4083221/how-to-redirect-all-http-requests-to-https/21798882#21798882
Sunday, September 10, 2017
macOS Sierra: Great Internet Mersenne Prime Search
Download URL:
https://www.mersenne.org/download/
Command:
$ cd Downloads/p95v287.MacOSX.noGUI
$ ls -al
Result:
total 46568
drwx------@ 5 USERNAME staff 170 Sep 10 18:11 .
drwx------+ 5224 USERNAME staff 177616 Sep 10 18:11 ..
-rwxr-xr-x@ 1 USERNAME staff 23769860 Oct 8 2015 mprime
-rwxr-xr-x@ 1 USERNAME staff 20019 Oct 8 2015 readme.txt
-rwxr-xr-x@ 1 USERNAME staff 48871 Oct 8 2015 whatsnew.txt
Command:
$ ./mprime
Welcome to GIMPS, the hunt for huge prime numbers. You will be asked a
few simple questions and then the program will contact the primenet server
to get some work for your computer. Good luck!
Attention OVERCLOCKERS!! Mprime has gained a reputation as a useful
stress testing tool for people that enjoy pushing their hardware to the
limit. You are more than welcome to use this software for that purpose.
Please select the stress testing choice below to avoid interfering with
the PrimeNet server. Use the Options/Torture Test menu choice for your
stress tests. Also, read the stress.txt file.
If you want to both join GIMPS and run stress tests, then Join GIMPS and
answer the questions. After the server gets some work for you, stop
mprime, then run mprime -m and choose Options/Torture Test.
Join Gimps? (Y=Yes, N=Just stress testing) (Y):
Use PrimeNet to get work and report results (Y):
You must first create your user ID at mersenne.org or leave user ID blank
to run anonymously. See the readme.txt file for details.
Optional user ID:
Optional computer name:
Computer uses a dial-up connection to the Internet (N):
Optional proxy host name:
Accept the answers above? (Y):
Hours per day this program will run (24): 8
Please see the readme.txt file for important
information on the P-1/ECM stage 2 memory settings.
Daytime P-1/ECM stage 2 memory in MB (8):
Nighttime P-1/ECM stage 2 memory in MB (8):
CPU Information:
Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
CPU speed: 3156.29 MHz, 4 cores
CPU features: Prefetch, SSE, SSE2, SSE4, AVX, AVX2, FMA
L1 cache size: 32 KB
L2 cache size: 256 KB, L3 cache size: 6 MB
Accept the answers above? (Y):
You have left the available memory fields at 8 megabytes. You can
increase your chances of finding a Mersenne prime very slightly if you let
the program occasionally use more memory. The readme.txt file has more
information. Do you want to let the program use more memory? (Y):
Hours per day this program will run (8):
Please see the readme.txt file for important
information on the P-1/ECM stage 2 memory settings.
Daytime P-1/ECM stage 2 memory in MB (8):
Nighttime P-1/ECM stage 2 memory in MB (8):
CPU Information:
Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
CPU speed: 3157.21 MHz, 4 cores
CPU features: Prefetch, SSE, SSE2, SSE4, AVX, AVX2, FMA
L1 cache size: 32 KB
L2 cache size: 256 KB, L3 cache size: 6 MB
Accept the answers above? (Y):
Number of workers to run (4):
Pick a priority between 1 and 10 where 1 is the lowest priority and 10 is
the highest. It is strongly recommended that you use the default priority
of 1. Your throughput will probably not improve by using a higher
priority. The only time you should raise the priority is when another
process, such as a screen saver, is stealing CPU cycles from this program.
Priority (1):
Use the following values to select a work type:
0 - Whatever makes the most sense
2 - Trial factoring
100 - First time primality tests
101 - Double-checking
102 - World record primality tests
4 - P-1 factoring
104 - 100 million digit primality tests
1 - Trial factoring to low limits
5 - ECM on small Mersenne numbers
6 - ECM on Fermat numbers
Options for worker #1
Type of work to get (0):
CPU affinity (1-4=specific CPU, 99=any CPU, 100=smart assignment) (100):
Options for worker #2
Type of work to get (0):
CPU affinity (1-4=specific CPU, 99=any CPU, 100=smart assignment) (100):
Options for worker #3
Type of work to get (0):
CPU affinity (1-4=specific CPU, 99=any CPU, 100=smart assignment) (100):
Options for worker #4
Type of work to get (0):
CPU affinity (1-4=specific CPU, 99=any CPU, 100=smart assignment) (100):
Accept the answers above? (Y):
Main Menu
[Comm thread 1. Test/Primenet
Sep 10 18:20] 2. Test/Worker threads
Updating computer information on the server
3. Test/Status
4. Test/Stop
5. Test/Exit
6. Advanced/Test
7. Advanced/Time
8. Advanced/P-1
9. Advanced/ECM
10. Advanced/Manual Communication
11. Advanced/Unreserve Exponent
12. Advanced/Quit Gimps
13. Options/CPU
14. Options/Preferences
15. Options/Torture Test
16. Options/Benchmark
17. Help/About
18. Help/About PrimeNet Server
Your choice: [Main thread Sep 10 18:20] Starting workers.
[Worker #2 Sep 10 18:20] Waiting 5 seconds to stagger worker starts.
[Worker #1 Sep 10 18:20] Worker starting
[Worker #3 Sep 10 18:20] Waiting 10 seconds to stagger worker starts.
[Worker #4 Sep 10 18:20] Waiting 15 seconds to stagger worker starts.
[Worker #1 Sep 10 18:20] Setting affinity to run worker on any logical CPU.
[Worker #1 Sep 10 18:20] No work to do at the present time. Waiting.
[Comm thread Sep 10 18:20] Exchanging program options with server
[Comm thread Sep 10 18:20] Getting assignment from server
[Comm thread Sep 10 18:20] PrimeNet success code with additional info:
[Comm thread Sep 10 18:20] Server assigned Lucas Lehmer primality double-check work.
[Comm thread Sep 10 18:20] Got assignment CA8227E54A4A393519E9112E62F76D6A: Double check M46815523
[Worker #1 Sep 10 18:20] Resuming.
[Comm thread Sep 10 18:20] Sending expected completion date for M46815523: Oct 12 2017
[Comm thread Sep 10 18:20] Getting assignment from server
[Worker #1 Sep 10 18:20] Starting primality test of M46815523 using FMA3 FFT length 2560K, Pass1=320, Pass2=8K
[Comm thread Sep 10 18:20] PrimeNet success code with additional info:
[Comm thread Sep 10 18:20] Server assigned Lucas Lehmer primality double-check work.
[Comm thread Sep 10 18:20] Got assignment EFF88D259C5F081FBE4230B9148022F3: Double check M46815631
[Comm thread Sep 10 18:20] Sending expected completion date for M46815631: Oct 12 2017
[Comm thread Sep 10 18:20] Getting assignment from server
[Comm thread Sep 10 18:20] PrimeNet success code with additional info:
[Comm thread Sep 10 18:20] Server assigned Lucas Lehmer primality double-check work.
[Comm thread Sep 10 18:20] Got assignment 7D0656A0969D37A68342BD56FA6AEB0F: Double check M46815653
[Comm thread Sep 10 18:20] Sending expected completion date for M46815653: Oct 12 2017
[Comm thread Sep 10 18:20] Getting assignment from server
[Comm thread Sep 10 18:20] PrimeNet success code with additional info:
[Comm thread Sep 10 18:20] Server assigned Lucas Lehmer primality double-check work.
[Comm thread Sep 10 18:20] Got assignment F372FF7C46C77535C09830AFF625EAC8: Double check M46815709
[Comm thread Sep 10 18:20] Sending expected completion date for M46815709: Oct 12 2017
[Comm thread Sep 10 18:20] Done communicating with server.
[Worker #2 Sep 10 18:20] Worker starting
[Worker #2 Sep 10 18:20] Setting affinity to run worker on any logical CPU.
[Worker #2 Sep 10 18:20] Starting primality test of M46815631 using FMA3 FFT length 2560K, Pass1=320, Pass2=8K
[Worker #3 Sep 10 18:20] Worker starting
[Worker #3 Sep 10 18:20] Setting affinity to run worker on any logical CPU.
[Worker #3 Sep 10 18:20] Starting primality test of M46815653 using FMA3 FFT length 2560K, Pass1=320, Pass2=8K
[Worker #4 Sep 10 18:20] Worker starting
[Worker #4 Sep 10 18:20] Setting affinity to run worker on any logical CPU.
[Worker #4 Sep 10 18:20] Starting primality test of M46815709 using FMA3 FFT length 2560K, Pass1=320, Pass2=8K
...
[Worker #4 Sep 23 09:34] Iteration: 46810000 / 46815709 [99.98%], ms/iter: 21.878, ETA: 00:02:04
[Worker #2 Sep 23 09:35] Iteration: 46560000 / 46815631 [99.45%], ms/iter: 22.015, ETA: 01:33:47
[Worker #4 Sep 23 09:36] M46815709 is not prime. Res64: 3743B12175116452. We10: 91F2EA12,36081359,00000000
[Comm thread Sep 23 09:36] Sending result to server: UID: ANONYMOUS/HOSTNAME, M46815709 is not prime. Res64: 3743B12175116452. We10: 91F2EA12,36081359,00000000, AID: F372FF7C46C77535C09830AFF625EAC8
[Comm thread Sep 23 09:36]
[Worker #4 Sep 23 09:36] Starting primality test of M52211813 using FMA3 FFT length 2880K, Pass1=384, Pass2=7680
[Comm thread Sep 23 09:36] PrimeNet success code with additional info:
[Comm thread Sep 23 09:36] LL test successfully completes double-check of M46815709 --
[Comm thread Sep 23 09:36] CPU credit is 81.2773 GHz-days.
[Comm thread Sep 23 09:36] Done communicating with server.
[Worker #3 Sep 23 09:37] Iteration: 46590000 / 46815653 [99.51%], ms/iter: 21.952, ETA: 01:22:33
[Worker #1 Sep 23 09:38] Iteration: 46550000 / 46815523 [99.43%], ms/iter: 21.958, ETA: 01:37:10
[Worker #2 Sep 23 09:39] Iteration: 46570000 / 46815631 [99.47%], ms/iter: 21.932, ETA: 01:29:47
[Worker #4 Sep 23 09:40] Iteration: 10000 / 52211813 [0.01%], ms/iter: 24.515, ETA: 14d 19:28
[Worker #3 Sep 23 09:41] Iteration: 46600000 / 46815653 [99.53%], ms/iter: 21.930, ETA: 01:18:49
[Worker #1 Sep 23 09:41] Iteration: 46560000 / 46815523 [99.45%], ms/iter: 21.785, ETA: 01:32:46
[Worker #2 Sep 23 09:42] Iteration: 46580000 / 46815631 [99.49%], ms/iter: 21.946, ETA: 01:26:11
[Worker #4 Sep 23 09:45] Iteration: 20000 / 52211813 [0.03%], ms/iter: 24.544, ETA: 14d 19:50
[Worker #3 Sep 23 09:45] Iteration: 46610000 / 46815653 [99.56%], ms/iter: 21.907, ETA: 01:15:05
[Worker #1 Sep 23 09:45] Iteration: 46570000 / 46815523 [99.47%], ms/iter: 21.819, ETA: 01:29:16
[Worker #2 Sep 23 09:46] Iteration: 46590000 / 46815631 [99.51%], ms/iter: 21.951, ETA: 01:22:32
[Worker #3 Sep 23 09:48] Iteration: 46620000 / 46815653 [99.58%], ms/iter: 21.961, ETA: 01:11:36
[Worker #1 Sep 23 09:48] Iteration: 46580000 / 46815523 [99.49%], ms/iter: 21.900, ETA: 01:25:57
[Worker #4 Sep 23 09:49] Iteration: 30000 / 52211813 [0.05%], ms/iter: 24.539, ETA: 14d 19:41
[Worker #2 Sep 23 09:50] Iteration: 46600000 / 46815631 [99.53%], ms/iter: 21.934, ETA: 01:18:49
[Worker #3 Sep 23 09:52] Iteration: 46630000 / 46815653 [99.60%], ms/iter: 21.944, ETA: 01:07:54
[Worker #1 Sep 23 09:52] Iteration: 46590000 / 46815523 [99.51%], ms/iter: 21.829, ETA: 01:22:02
[Worker #4 Sep 23 09:53] Iteration: 40000 / 52211813 [0.07%], ms/iter: 24.520, ETA: 14d 19:21
[Worker #2 Sep 23 09:53] Iteration: 46610000 / 46815631 [99.56%], ms/iter: 21.969, ETA: 01:15:17
[Worker #3 Sep 23 09:56] Iteration: 46640000 / 46815653 [99.62%], ms/iter: 21.883, ETA: 01:04:03
[Worker #1 Sep 23 09:56] Iteration: 46600000 / 46815523 [99.53%], ms/iter: 21.842, ETA: 01:18:27
[Worker #4 Sep 23 09:57] Iteration: 50000 / 52211813 [0.09%], ms/iter: 24.523, ETA: 14d 19:19
[Worker #2 Sep 23 09:57] Iteration: 46620000 / 46815631 [99.58%], ms/iter: 21.963, ETA: 01:11:36
[Worker #3 Sep 23 09:59] Iteration: 46650000 / 46815653 [99.64%], ms/iter: 21.901, ETA: 01:00:28
[Worker #1 Sep 23 09:59] Iteration: 46610000 / 46815523 [99.56%], ms/iter: 21.847, ETA: 01:14:50
[Worker #2 Sep 23 10:01] Iteration: 46630000 / 46815631 [99.60%], ms/iter: 21.986, ETA: 01:08:01
[Worker #4 Sep 23 10:01] Iteration: 60000 / 52211813 [0.11%], ms/iter: 24.598, ETA: 14d 20:20
[Worker #3 Sep 23 10:03] Iteration: 46660000 / 46815653 [99.66%], ms/iter: 21.947, ETA: 00:56:56
[Worker #1 Sep 23 10:03] Iteration: 46620000 / 46815523 [99.58%], ms/iter: 21.940, ETA: 01:11:29
[Worker #2 Sep 23 10:04] Iteration: 46640000 / 46815631 [99.62%], ms/iter: 21.940, ETA: 01:04:13
[Worker #4 Sep 23 10:05] Iteration: 70000 / 52211813 [0.13%], ms/iter: 24.664, ETA: 14d 21:13
[Worker #3 Sep 23 10:07] Iteration: 46670000 / 46815653 [99.68%], ms/iter: 22.068, ETA: 00:53:34
[Worker #1 Sep 23 10:07] Iteration: 46630000 / 46815523 [99.60%], ms/iter: 21.945, ETA: 01:07:51
[Worker #2 Sep 23 10:08] Iteration: 46650000 / 46815631 [99.64%], ms/iter: 22.111, ETA: 01:01:02
[Worker #4 Sep 23 10:09] Iteration: 80000 / 52211813 [0.15%], ms/iter: 24.618, ETA: 14d 20:29
[Worker #1 Sep 23 10:10] Iteration: 46640000 / 46815523 [99.62%], ms/iter: 21.820, ETA: 01:03:49
[Worker #3 Sep 23 10:10] Iteration: 46680000 / 46815653 [99.71%], ms/iter: 21.933, ETA: 00:49:35
[Worker #2 Sep 23 10:12] Iteration: 46660000 / 46815631 [99.66%], ms/iter: 21.986, ETA: 00:57:01
[Worker #4 Sep 23 10:13] Iteration: 90000 / 52211813 [0.17%], ms/iter: 24.513, ETA: 14d 18:54
[Worker #1 Sep 23 10:14] Iteration: 46650000 / 46815523 [99.64%], ms/iter: 21.800, ETA: 01:00:08
[Worker #3 Sep 23 10:14] Iteration: 46690000 / 46815653 [99.73%], ms/iter: 21.912, ETA: 00:45:53
[Worker #2 Sep 23 10:15] Iteration: 46670000 / 46815631 [99.68%], ms/iter: 21.962, ETA: 00:53:18
[Worker #4 Sep 23 10:17] Iteration: 100000 / 52211813 [0.19%], ms/iter: 24.553, ETA: 14d 19:25
[Worker #1 Sep 23 10:18] Iteration: 46660000 / 46815523 [99.66%], ms/iter: 21.882, ETA: 00:56:43
[Worker #3 Sep 23 10:18] Iteration: 46700000 / 46815653 [99.75%], ms/iter: 21.947, ETA: 00:42:18
[Worker #2 Sep 23 10:19] Iteration: 46680000 / 46815631 [99.71%], ms/iter: 21.978, ETA: 00:49:40
[Worker #1 Sep 23 10:21] Iteration: 46670000 / 46815523 [99.68%], ms/iter: 21.818, ETA: 00:52:55
[Worker #3 Sep 23 10:21] Iteration: 46710000 / 46815653 [99.77%], ms/iter: 21.903, ETA: 00:38:34
[Worker #4 Sep 23 10:21] Iteration: 110000 / 52211813 [0.21%], ms/iter: 24.562, ETA: 14d 19:28
[Worker #2 Sep 23 10:23] Iteration: 46690000 / 46815631 [99.73%], ms/iter: 21.954, ETA: 00:45:58
[Worker #1 Sep 23 10:25] Iteration: 46680000 / 46815523 [99.71%], ms/iter: 21.905, ETA: 00:49:28
[Worker #3 Sep 23 10:25] Iteration: 46720000 / 46815653 [99.79%], ms/iter: 21.925, ETA: 00:34:57
[Worker #4 Sep 23 10:25] Iteration: 120000 / 52211813 [0.22%], ms/iter: 24.522, ETA: 14d 18:49
[Worker #2 Sep 23 10:26] Iteration: 46700000 / 46815631 [99.75%], ms/iter: 21.932, ETA: 00:42:16
[Worker #1 Sep 23 10:29] Iteration: 46690000 / 46815523 [99.73%], ms/iter: 21.960, ETA: 00:45:56
[Worker #3 Sep 23 10:29] Iteration: 46730000 / 46815653 [99.81%], ms/iter: 21.998, ETA: 00:31:24
[Worker #4 Sep 23 10:30] Iteration: 130000 / 52211813 [0.24%], ms/iter: 24.586, ETA: 14d 19:41
[Worker #2 Sep 23 10:30] Iteration: 46710000 / 46815631 [99.77%], ms/iter: 22.000, ETA: 00:38:43
[Worker #1 Sep 23 10:32] Iteration: 46700000 / 46815523 [99.75%], ms/iter: 21.891, ETA: 00:42:08
[Worker #3 Sep 23 10:32] Iteration: 46740000 / 46815653 [99.83%], ms/iter: 21.906, ETA: 00:27:37
[Worker #2 Sep 23 10:34] Iteration: 46720000 / 46815631 [99.79%], ms/iter: 21.909, ETA: 00:34:55
[Worker #4 Sep 23 10:34] Iteration: 140000 / 52211813 [0.26%], ms/iter: 24.617, ETA: 14d 20:04
[Worker #1 Sep 23 10:36] Iteration: 46710000 / 46815523 [99.77%], ms/iter: 21.840, ETA: 00:38:24
[Worker #3 Sep 23 10:36] Iteration: 46750000 / 46815653 [99.85%], ms/iter: 21.897, ETA: 00:23:57
[Worker #2 Sep 23 10:37] Iteration: 46730000 / 46815631 [99.81%], ms/iter: 21.920, ETA: 00:31:17
[Worker #4 Sep 23 10:38] Iteration: 150000 / 52211813 [0.28%], ms/iter: 24.554, ETA: 14d 19:05
[Worker #1 Sep 23 10:40] Iteration: 46720000 / 46815523 [99.79%], ms/iter: 21.849, ETA: 00:34:47
[Worker #3 Sep 23 10:40] Iteration: 46760000 / 46815653 [99.88%], ms/iter: 21.869, ETA: 00:20:17
[Worker #2 Sep 23 10:41] Iteration: 46740000 / 46815631 [99.83%], ms/iter: 21.964, ETA: 00:27:41
[Worker #4 Sep 23 10:42] Iteration: 160000 / 52211813 [0.30%], ms/iter: 24.596, ETA: 14d 19:37
[Worker #1 Sep 23 10:43] Iteration: 46730000 / 46815523 [99.81%], ms/iter: 21.909, ETA: 00:31:13
[Worker #3 Sep 23 10:43] Iteration: 46770000 / 46815653 [99.90%], ms/iter: 21.957, ETA: 00:16:42
[Worker #2 Sep 23 10:45] Iteration: 46750000 / 46815631 [99.85%], ms/iter: 22.055, ETA: 00:24:07
[Worker #4 Sep 23 10:46] Iteration: 170000 / 52211813 [0.32%], ms/iter: 24.531, ETA: 14d 18:37
[Worker #1 Sep 23 10:47] Iteration: 46740000 / 46815523 [99.83%], ms/iter: 21.915, ETA: 00:27:35
[Worker #3 Sep 23 10:47] Iteration: 46780000 / 46815653 [99.92%], ms/iter: 21.976, ETA: 00:13:03
[Worker #2 Sep 23 10:48] Iteration: 46760000 / 46815631 [99.88%], ms/iter: 21.940, ETA: 00:20:20
[Worker #4 Sep 23 10:50] Iteration: 180000 / 52211813 [0.34%], ms/iter: 24.589, ETA: 14d 19:23
[Worker #1 Sep 23 10:50] Iteration: 46750000 / 46815523 [99.86%], ms/iter: 21.838, ETA: 00:23:50
[Worker #3 Sep 23 10:51] Iteration: 46790000 / 46815653 [99.94%], ms/iter: 21.948, ETA: 00:09:23
[Worker #2 Sep 23 10:52] Iteration: 46770000 / 46815631 [99.90%], ms/iter: 22.003, ETA: 00:16:44
[Worker #1 Sep 23 10:54] Iteration: 46760000 / 46815523 [99.88%], ms/iter: 21.844, ETA: 00:20:12
[Worker #4 Sep 23 10:54] Iteration: 190000 / 52211813 [0.36%], ms/iter: 24.554, ETA: 14d 18:49
[Worker #3 Sep 23 10:54] Iteration: 46800000 / 46815653 [99.96%], ms/iter: 21.912, ETA: 00:05:42
[Worker #2 Sep 23 10:56] Iteration: 46780000 / 46815631 [99.92%], ms/iter: 21.913, ETA: 00:13:00
[Worker #1 Sep 23 10:58] Iteration: 46770000 / 46815523 [99.90%], ms/iter: 21.850, ETA: 00:16:34
[Worker #3 Sep 23 10:58] Iteration: 46810000 / 46815653 [99.98%], ms/iter: 21.963, ETA: 00:02:04
[Worker #4 Sep 23 10:58] Iteration: 200000 / 52211813 [0.38%], ms/iter: 24.591, ETA: 14d 19:16
[Worker #2 Sep 23 10:59] Iteration: 46790000 / 46815631 [99.94%], ms/iter: 22.002, ETA: 00:09:23
[Worker #3 Sep 23 11:00] M46815653 is not prime. Res64: 5526CE4B5C94742A. We10: 8C6B2C33,28778334,00000000
[Comm thread Sep 23 11:00] Sending result to server: UID: ANONYMOUS/HOSTNAME, M46815653 is not prime. Res64: 5526CE4B5C94742A. We10: 8C6B2C33,28778334,00000000, AID: 7D0656A0969D37A68342BD56FA6AEB0F
[Comm thread Sep 23 11:00]
[Worker #3 Sep 23 11:00] Starting primality test of M52239763 using FMA3 FFT length 2880K, Pass1=384, Pass2=7680
[Comm thread Sep 23 11:00] PrimeNet success code with additional info:
[Comm thread Sep 23 11:00] LL test successfully completes double-check of M46815653 --
[Comm thread Sep 23 11:00] CPU credit is 81.2772 GHz-days.
[Comm thread Sep 23 11:00] Done communicating with server.
[Worker #1 Sep 23 11:01] Iteration: 46780000 / 46815523 [99.92%], ms/iter: 21.858, ETA: 00:12:56
[Worker #4 Sep 23 11:02] Iteration: 210000 / 52211813 [0.40%], ms/iter: 24.496, ETA: 14d 17:50
[Worker #2 Sep 23 11:03] Iteration: 46800000 / 46815631 [99.96%], ms/iter: 21.785, ETA: 00:05:40
[Worker #3 Sep 23 11:04] Iteration: 10000 / 52239763 [0.01%], ms/iter: 24.435, ETA: 14d 18:30
[Worker #1 Sep 23 11:05] Iteration: 46790000 / 46815523 [99.94%], ms/iter: 21.845, ETA: 00:09:17
[Worker #4 Sep 23 11:06] Iteration: 220000 / 52211813 [0.42%], ms/iter: 24.473, ETA: 14d 17:26
[Worker #2 Sep 23 11:06] Iteration: 46810000 / 46815631 [99.98%], ms/iter: 21.862, ETA: 00:02:03
[Worker #3 Sep 23 11:08] Iteration: 20000 / 52239763 [0.03%], ms/iter: 24.445, ETA: 14d 18:35
[Worker #2 Sep 23 11:09] M46815631 is not prime. Res64: 5B66CB1493FBFCDE. We10: D1474232,4671380,00000000
[Comm thread Sep 23 11:09] Sending result to server: UID: ANONYMOUS/HOSTNAME, M46815631 is not prime. Res64: 5B66CB1493FBFCDE. We10: D1474232,4671380,00000000, AID: EFF88D259C5F081FBE4230B9148022F3
[Comm thread Sep 23 11:09]
[Comm thread Sep 23 11:09] PrimeNet success code with additional info:
[Comm thread Sep 23 11:09] LL test successfully completes double-check of M46815631 --
[Comm thread Sep 23 11:09] CPU credit is 81.2771 GHz-days.
[Comm thread Sep 23 11:09] Done communicating with server.
[Worker #2 Sep 23 11:09] Starting primality test of M52239703 using FMA3 FFT length 2880K, Pass1=384, Pass2=7680
[Worker #1 Sep 23 11:09] Iteration: 46800000 / 46815523 [99.96%], ms/iter: 21.775, ETA: 00:05:38
[Worker #4 Sep 23 11:10] Iteration: 230000 / 52211813 [0.44%], ms/iter: 24.458, ETA: 14d 17:09
[Worker #3 Sep 23 11:12] Iteration: 30000 / 52239763 [0.05%], ms/iter: 24.411, ETA: 14d 18:01
[Worker #1 Sep 23 11:12] Iteration: 46810000 / 46815523 [99.98%], ms/iter: 21.884, ETA: 00:02:00
[Worker #2 Sep 23 11:13] Iteration: 10000 / 52239703 [0.01%], ms/iter: 24.458, ETA: 14d 18:50
[Worker #1 Sep 23 11:14] M46815523 is not prime. Res64: FADF96B9271D5C6F. We10: 1A320A26,36328402,00000000
[Comm thread Sep 23 11:14] Sending result to server: UID: ANONYMOUS/HOSTNAME, M46815523 is not prime. Res64: FADF96B9271D5C6F. We10: 1A320A26,36328402,00000000, AID: CA8227E54A4A393519E9112E62F76D6A
[Comm thread Sep 23 11:14]
[Comm thread Sep 23 11:14] PrimeNet success code with additional info:
[Comm thread Sep 23 11:14] LL test successfully completes double-check of M46815523 --
[Comm thread Sep 23 11:14] CPU credit is 81.2769 GHz-days.
[Comm thread Sep 23 11:14] Done communicating with server.
[Worker #1 Sep 23 11:14] Starting primality test of M52239661 using FMA3 FFT length 2880K, Pass1=384, Pass2=7680
[Worker #4 Sep 23 11:15] Iteration: 240000 / 52211813 [0.45%], ms/iter: 24.427, ETA: 14d 16:38
[Worker #3 Sep 23 11:16] Iteration: 40000 / 52239763 [0.07%], ms/iter: 24.369, ETA: 14d 17:21
[Worker #2 Sep 23 11:17] Iteration: 20000 / 52239703 [0.03%], ms/iter: 24.420, ETA: 14d 18:13
[Worker #1 Sep 23 11:18] Iteration: 10000 / 52239661 [0.01%], ms/iter: 24.326, ETA: 14d 16:55
[Worker #4 Sep 23 11:19] Iteration: 250000 / 52211813 [0.47%], ms/iter: 24.344, ETA: 14d 15:22
[Worker #3 Sep 23 11:20] Iteration: 50000 / 52239763 [0.09%], ms/iter: 24.374, ETA: 14d 17:21
[Worker #2 Sep 23 11:21] Iteration
https://www.mersenne.org/download/
Command:
$ cd Downloads/p95v287.MacOSX.noGUI
$ ls -al
Result:
total 46568
drwx------@ 5 USERNAME staff 170 Sep 10 18:11 .
drwx------+ 5224 USERNAME staff 177616 Sep 10 18:11 ..
-rwxr-xr-x@ 1 USERNAME staff 23769860 Oct 8 2015 mprime
-rwxr-xr-x@ 1 USERNAME staff 20019 Oct 8 2015 readme.txt
-rwxr-xr-x@ 1 USERNAME staff 48871 Oct 8 2015 whatsnew.txt
Command:
$ ./mprime
Welcome to GIMPS, the hunt for huge prime numbers. You will be asked a
few simple questions and then the program will contact the primenet server
to get some work for your computer. Good luck!
Attention OVERCLOCKERS!! Mprime has gained a reputation as a useful
stress testing tool for people that enjoy pushing their hardware to the
limit. You are more than welcome to use this software for that purpose.
Please select the stress testing choice below to avoid interfering with
the PrimeNet server. Use the Options/Torture Test menu choice for your
stress tests. Also, read the stress.txt file.
If you want to both join GIMPS and run stress tests, then Join GIMPS and
answer the questions. After the server gets some work for you, stop
mprime, then run mprime -m and choose Options/Torture Test.
Join Gimps? (Y=Yes, N=Just stress testing) (Y):
Use PrimeNet to get work and report results (Y):
You must first create your user ID at mersenne.org or leave user ID blank
to run anonymously. See the readme.txt file for details.
Optional user ID:
Optional computer name:
Computer uses a dial-up connection to the Internet (N):
Optional proxy host name:
Accept the answers above? (Y):
Hours per day this program will run (24): 8
Please see the readme.txt file for important
information on the P-1/ECM stage 2 memory settings.
Daytime P-1/ECM stage 2 memory in MB (8):
Nighttime P-1/ECM stage 2 memory in MB (8):
CPU Information:
Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
CPU speed: 3156.29 MHz, 4 cores
CPU features: Prefetch, SSE, SSE2, SSE4, AVX, AVX2, FMA
L1 cache size: 32 KB
L2 cache size: 256 KB, L3 cache size: 6 MB
Accept the answers above? (Y):
You have left the available memory fields at 8 megabytes. You can
increase your chances of finding a Mersenne prime very slightly if you let
the program occasionally use more memory. The readme.txt file has more
information. Do you want to let the program use more memory? (Y):
Hours per day this program will run (8):
Please see the readme.txt file for important
information on the P-1/ECM stage 2 memory settings.
Daytime P-1/ECM stage 2 memory in MB (8):
Nighttime P-1/ECM stage 2 memory in MB (8):
CPU Information:
Intel(R) Core(TM) i5-4570 CPU @ 3.20GHz
CPU speed: 3157.21 MHz, 4 cores
CPU features: Prefetch, SSE, SSE2, SSE4, AVX, AVX2, FMA
L1 cache size: 32 KB
L2 cache size: 256 KB, L3 cache size: 6 MB
Accept the answers above? (Y):
Number of workers to run (4):
Pick a priority between 1 and 10 where 1 is the lowest priority and 10 is
the highest. It is strongly recommended that you use the default priority
of 1. Your throughput will probably not improve by using a higher
priority. The only time you should raise the priority is when another
process, such as a screen saver, is stealing CPU cycles from this program.
Priority (1):
Use the following values to select a work type:
0 - Whatever makes the most sense
2 - Trial factoring
100 - First time primality tests
101 - Double-checking
102 - World record primality tests
4 - P-1 factoring
104 - 100 million digit primality tests
1 - Trial factoring to low limits
5 - ECM on small Mersenne numbers
6 - ECM on Fermat numbers
Options for worker #1
Type of work to get (0):
CPU affinity (1-4=specific CPU, 99=any CPU, 100=smart assignment) (100):
Options for worker #2
Type of work to get (0):
CPU affinity (1-4=specific CPU, 99=any CPU, 100=smart assignment) (100):
Options for worker #3
Type of work to get (0):
CPU affinity (1-4=specific CPU, 99=any CPU, 100=smart assignment) (100):
Options for worker #4
Type of work to get (0):
CPU affinity (1-4=specific CPU, 99=any CPU, 100=smart assignment) (100):
Accept the answers above? (Y):
Main Menu
[Comm thread 1. Test/Primenet
Sep 10 18:20] 2. Test/Worker threads
Updating computer information on the server
3. Test/Status
4. Test/Stop
5. Test/Exit
6. Advanced/Test
7. Advanced/Time
8. Advanced/P-1
9. Advanced/ECM
10. Advanced/Manual Communication
11. Advanced/Unreserve Exponent
12. Advanced/Quit Gimps
13. Options/CPU
14. Options/Preferences
15. Options/Torture Test
16. Options/Benchmark
17. Help/About
18. Help/About PrimeNet Server
Your choice: [Main thread Sep 10 18:20] Starting workers.
[Worker #2 Sep 10 18:20] Waiting 5 seconds to stagger worker starts.
[Worker #1 Sep 10 18:20] Worker starting
[Worker #3 Sep 10 18:20] Waiting 10 seconds to stagger worker starts.
[Worker #4 Sep 10 18:20] Waiting 15 seconds to stagger worker starts.
[Worker #1 Sep 10 18:20] Setting affinity to run worker on any logical CPU.
[Worker #1 Sep 10 18:20] No work to do at the present time. Waiting.
[Comm thread Sep 10 18:20] Exchanging program options with server
[Comm thread Sep 10 18:20] Getting assignment from server
[Comm thread Sep 10 18:20] PrimeNet success code with additional info:
[Comm thread Sep 10 18:20] Server assigned Lucas Lehmer primality double-check work.
[Comm thread Sep 10 18:20] Got assignment CA8227E54A4A393519E9112E62F76D6A: Double check M46815523
[Worker #1 Sep 10 18:20] Resuming.
[Comm thread Sep 10 18:20] Sending expected completion date for M46815523: Oct 12 2017
[Comm thread Sep 10 18:20] Getting assignment from server
[Worker #1 Sep 10 18:20] Starting primality test of M46815523 using FMA3 FFT length 2560K, Pass1=320, Pass2=8K
[Comm thread Sep 10 18:20] PrimeNet success code with additional info:
[Comm thread Sep 10 18:20] Server assigned Lucas Lehmer primality double-check work.
[Comm thread Sep 10 18:20] Got assignment EFF88D259C5F081FBE4230B9148022F3: Double check M46815631
[Comm thread Sep 10 18:20] Sending expected completion date for M46815631: Oct 12 2017
[Comm thread Sep 10 18:20] Getting assignment from server
[Comm thread Sep 10 18:20] PrimeNet success code with additional info:
[Comm thread Sep 10 18:20] Server assigned Lucas Lehmer primality double-check work.
[Comm thread Sep 10 18:20] Got assignment 7D0656A0969D37A68342BD56FA6AEB0F: Double check M46815653
[Comm thread Sep 10 18:20] Sending expected completion date for M46815653: Oct 12 2017
[Comm thread Sep 10 18:20] Getting assignment from server
[Comm thread Sep 10 18:20] PrimeNet success code with additional info:
[Comm thread Sep 10 18:20] Server assigned Lucas Lehmer primality double-check work.
[Comm thread Sep 10 18:20] Got assignment F372FF7C46C77535C09830AFF625EAC8: Double check M46815709
[Comm thread Sep 10 18:20] Sending expected completion date for M46815709: Oct 12 2017
[Comm thread Sep 10 18:20] Done communicating with server.
[Worker #2 Sep 10 18:20] Worker starting
[Worker #2 Sep 10 18:20] Setting affinity to run worker on any logical CPU.
[Worker #2 Sep 10 18:20] Starting primality test of M46815631 using FMA3 FFT length 2560K, Pass1=320, Pass2=8K
[Worker #3 Sep 10 18:20] Worker starting
[Worker #3 Sep 10 18:20] Setting affinity to run worker on any logical CPU.
[Worker #3 Sep 10 18:20] Starting primality test of M46815653 using FMA3 FFT length 2560K, Pass1=320, Pass2=8K
[Worker #4 Sep 10 18:20] Worker starting
[Worker #4 Sep 10 18:20] Setting affinity to run worker on any logical CPU.
[Worker #4 Sep 10 18:20] Starting primality test of M46815709 using FMA3 FFT length 2560K, Pass1=320, Pass2=8K
...
[Worker #4 Sep 23 09:34] Iteration: 46810000 / 46815709 [99.98%], ms/iter: 21.878, ETA: 00:02:04
[Worker #2 Sep 23 09:35] Iteration: 46560000 / 46815631 [99.45%], ms/iter: 22.015, ETA: 01:33:47
[Worker #4 Sep 23 09:36] M46815709 is not prime. Res64: 3743B12175116452. We10: 91F2EA12,36081359,00000000
[Comm thread Sep 23 09:36] Sending result to server: UID: ANONYMOUS/HOSTNAME, M46815709 is not prime. Res64: 3743B12175116452. We10: 91F2EA12,36081359,00000000, AID: F372FF7C46C77535C09830AFF625EAC8
[Comm thread Sep 23 09:36]
[Worker #4 Sep 23 09:36] Starting primality test of M52211813 using FMA3 FFT length 2880K, Pass1=384, Pass2=7680
[Comm thread Sep 23 09:36] PrimeNet success code with additional info:
[Comm thread Sep 23 09:36] LL test successfully completes double-check of M46815709 --
[Comm thread Sep 23 09:36] CPU credit is 81.2773 GHz-days.
[Comm thread Sep 23 09:36] Done communicating with server.
[Worker #3 Sep 23 09:37] Iteration: 46590000 / 46815653 [99.51%], ms/iter: 21.952, ETA: 01:22:33
[Worker #1 Sep 23 09:38] Iteration: 46550000 / 46815523 [99.43%], ms/iter: 21.958, ETA: 01:37:10
[Worker #2 Sep 23 09:39] Iteration: 46570000 / 46815631 [99.47%], ms/iter: 21.932, ETA: 01:29:47
[Worker #4 Sep 23 09:40] Iteration: 10000 / 52211813 [0.01%], ms/iter: 24.515, ETA: 14d 19:28
[Worker #3 Sep 23 09:41] Iteration: 46600000 / 46815653 [99.53%], ms/iter: 21.930, ETA: 01:18:49
[Worker #1 Sep 23 09:41] Iteration: 46560000 / 46815523 [99.45%], ms/iter: 21.785, ETA: 01:32:46
[Worker #2 Sep 23 09:42] Iteration: 46580000 / 46815631 [99.49%], ms/iter: 21.946, ETA: 01:26:11
[Worker #4 Sep 23 09:45] Iteration: 20000 / 52211813 [0.03%], ms/iter: 24.544, ETA: 14d 19:50
[Worker #3 Sep 23 09:45] Iteration: 46610000 / 46815653 [99.56%], ms/iter: 21.907, ETA: 01:15:05
[Worker #1 Sep 23 09:45] Iteration: 46570000 / 46815523 [99.47%], ms/iter: 21.819, ETA: 01:29:16
[Worker #2 Sep 23 09:46] Iteration: 46590000 / 46815631 [99.51%], ms/iter: 21.951, ETA: 01:22:32
[Worker #3 Sep 23 09:48] Iteration: 46620000 / 46815653 [99.58%], ms/iter: 21.961, ETA: 01:11:36
[Worker #1 Sep 23 09:48] Iteration: 46580000 / 46815523 [99.49%], ms/iter: 21.900, ETA: 01:25:57
[Worker #4 Sep 23 09:49] Iteration: 30000 / 52211813 [0.05%], ms/iter: 24.539, ETA: 14d 19:41
[Worker #2 Sep 23 09:50] Iteration: 46600000 / 46815631 [99.53%], ms/iter: 21.934, ETA: 01:18:49
[Worker #3 Sep 23 09:52] Iteration: 46630000 / 46815653 [99.60%], ms/iter: 21.944, ETA: 01:07:54
[Worker #1 Sep 23 09:52] Iteration: 46590000 / 46815523 [99.51%], ms/iter: 21.829, ETA: 01:22:02
[Worker #4 Sep 23 09:53] Iteration: 40000 / 52211813 [0.07%], ms/iter: 24.520, ETA: 14d 19:21
[Worker #2 Sep 23 09:53] Iteration: 46610000 / 46815631 [99.56%], ms/iter: 21.969, ETA: 01:15:17
[Worker #3 Sep 23 09:56] Iteration: 46640000 / 46815653 [99.62%], ms/iter: 21.883, ETA: 01:04:03
[Worker #1 Sep 23 09:56] Iteration: 46600000 / 46815523 [99.53%], ms/iter: 21.842, ETA: 01:18:27
[Worker #4 Sep 23 09:57] Iteration: 50000 / 52211813 [0.09%], ms/iter: 24.523, ETA: 14d 19:19
[Worker #2 Sep 23 09:57] Iteration: 46620000 / 46815631 [99.58%], ms/iter: 21.963, ETA: 01:11:36
[Worker #3 Sep 23 09:59] Iteration: 46650000 / 46815653 [99.64%], ms/iter: 21.901, ETA: 01:00:28
[Worker #1 Sep 23 09:59] Iteration: 46610000 / 46815523 [99.56%], ms/iter: 21.847, ETA: 01:14:50
[Worker #2 Sep 23 10:01] Iteration: 46630000 / 46815631 [99.60%], ms/iter: 21.986, ETA: 01:08:01
[Worker #4 Sep 23 10:01] Iteration: 60000 / 52211813 [0.11%], ms/iter: 24.598, ETA: 14d 20:20
[Worker #3 Sep 23 10:03] Iteration: 46660000 / 46815653 [99.66%], ms/iter: 21.947, ETA: 00:56:56
[Worker #1 Sep 23 10:03] Iteration: 46620000 / 46815523 [99.58%], ms/iter: 21.940, ETA: 01:11:29
[Worker #2 Sep 23 10:04] Iteration: 46640000 / 46815631 [99.62%], ms/iter: 21.940, ETA: 01:04:13
[Worker #4 Sep 23 10:05] Iteration: 70000 / 52211813 [0.13%], ms/iter: 24.664, ETA: 14d 21:13
[Worker #3 Sep 23 10:07] Iteration: 46670000 / 46815653 [99.68%], ms/iter: 22.068, ETA: 00:53:34
[Worker #1 Sep 23 10:07] Iteration: 46630000 / 46815523 [99.60%], ms/iter: 21.945, ETA: 01:07:51
[Worker #2 Sep 23 10:08] Iteration: 46650000 / 46815631 [99.64%], ms/iter: 22.111, ETA: 01:01:02
[Worker #4 Sep 23 10:09] Iteration: 80000 / 52211813 [0.15%], ms/iter: 24.618, ETA: 14d 20:29
[Worker #1 Sep 23 10:10] Iteration: 46640000 / 46815523 [99.62%], ms/iter: 21.820, ETA: 01:03:49
[Worker #3 Sep 23 10:10] Iteration: 46680000 / 46815653 [99.71%], ms/iter: 21.933, ETA: 00:49:35
[Worker #2 Sep 23 10:12] Iteration: 46660000 / 46815631 [99.66%], ms/iter: 21.986, ETA: 00:57:01
[Worker #4 Sep 23 10:13] Iteration: 90000 / 52211813 [0.17%], ms/iter: 24.513, ETA: 14d 18:54
[Worker #1 Sep 23 10:14] Iteration: 46650000 / 46815523 [99.64%], ms/iter: 21.800, ETA: 01:00:08
[Worker #3 Sep 23 10:14] Iteration: 46690000 / 46815653 [99.73%], ms/iter: 21.912, ETA: 00:45:53
[Worker #2 Sep 23 10:15] Iteration: 46670000 / 46815631 [99.68%], ms/iter: 21.962, ETA: 00:53:18
[Worker #4 Sep 23 10:17] Iteration: 100000 / 52211813 [0.19%], ms/iter: 24.553, ETA: 14d 19:25
[Worker #1 Sep 23 10:18] Iteration: 46660000 / 46815523 [99.66%], ms/iter: 21.882, ETA: 00:56:43
[Worker #3 Sep 23 10:18] Iteration: 46700000 / 46815653 [99.75%], ms/iter: 21.947, ETA: 00:42:18
[Worker #2 Sep 23 10:19] Iteration: 46680000 / 46815631 [99.71%], ms/iter: 21.978, ETA: 00:49:40
[Worker #1 Sep 23 10:21] Iteration: 46670000 / 46815523 [99.68%], ms/iter: 21.818, ETA: 00:52:55
[Worker #3 Sep 23 10:21] Iteration: 46710000 / 46815653 [99.77%], ms/iter: 21.903, ETA: 00:38:34
[Worker #4 Sep 23 10:21] Iteration: 110000 / 52211813 [0.21%], ms/iter: 24.562, ETA: 14d 19:28
[Worker #2 Sep 23 10:23] Iteration: 46690000 / 46815631 [99.73%], ms/iter: 21.954, ETA: 00:45:58
[Worker #1 Sep 23 10:25] Iteration: 46680000 / 46815523 [99.71%], ms/iter: 21.905, ETA: 00:49:28
[Worker #3 Sep 23 10:25] Iteration: 46720000 / 46815653 [99.79%], ms/iter: 21.925, ETA: 00:34:57
[Worker #4 Sep 23 10:25] Iteration: 120000 / 52211813 [0.22%], ms/iter: 24.522, ETA: 14d 18:49
[Worker #2 Sep 23 10:26] Iteration: 46700000 / 46815631 [99.75%], ms/iter: 21.932, ETA: 00:42:16
[Worker #1 Sep 23 10:29] Iteration: 46690000 / 46815523 [99.73%], ms/iter: 21.960, ETA: 00:45:56
[Worker #3 Sep 23 10:29] Iteration: 46730000 / 46815653 [99.81%], ms/iter: 21.998, ETA: 00:31:24
[Worker #4 Sep 23 10:30] Iteration: 130000 / 52211813 [0.24%], ms/iter: 24.586, ETA: 14d 19:41
[Worker #2 Sep 23 10:30] Iteration: 46710000 / 46815631 [99.77%], ms/iter: 22.000, ETA: 00:38:43
[Worker #1 Sep 23 10:32] Iteration: 46700000 / 46815523 [99.75%], ms/iter: 21.891, ETA: 00:42:08
[Worker #3 Sep 23 10:32] Iteration: 46740000 / 46815653 [99.83%], ms/iter: 21.906, ETA: 00:27:37
[Worker #2 Sep 23 10:34] Iteration: 46720000 / 46815631 [99.79%], ms/iter: 21.909, ETA: 00:34:55
[Worker #4 Sep 23 10:34] Iteration: 140000 / 52211813 [0.26%], ms/iter: 24.617, ETA: 14d 20:04
[Worker #1 Sep 23 10:36] Iteration: 46710000 / 46815523 [99.77%], ms/iter: 21.840, ETA: 00:38:24
[Worker #3 Sep 23 10:36] Iteration: 46750000 / 46815653 [99.85%], ms/iter: 21.897, ETA: 00:23:57
[Worker #2 Sep 23 10:37] Iteration: 46730000 / 46815631 [99.81%], ms/iter: 21.920, ETA: 00:31:17
[Worker #4 Sep 23 10:38] Iteration: 150000 / 52211813 [0.28%], ms/iter: 24.554, ETA: 14d 19:05
[Worker #1 Sep 23 10:40] Iteration: 46720000 / 46815523 [99.79%], ms/iter: 21.849, ETA: 00:34:47
[Worker #3 Sep 23 10:40] Iteration: 46760000 / 46815653 [99.88%], ms/iter: 21.869, ETA: 00:20:17
[Worker #2 Sep 23 10:41] Iteration: 46740000 / 46815631 [99.83%], ms/iter: 21.964, ETA: 00:27:41
[Worker #4 Sep 23 10:42] Iteration: 160000 / 52211813 [0.30%], ms/iter: 24.596, ETA: 14d 19:37
[Worker #1 Sep 23 10:43] Iteration: 46730000 / 46815523 [99.81%], ms/iter: 21.909, ETA: 00:31:13
[Worker #3 Sep 23 10:43] Iteration: 46770000 / 46815653 [99.90%], ms/iter: 21.957, ETA: 00:16:42
[Worker #2 Sep 23 10:45] Iteration: 46750000 / 46815631 [99.85%], ms/iter: 22.055, ETA: 00:24:07
[Worker #4 Sep 23 10:46] Iteration: 170000 / 52211813 [0.32%], ms/iter: 24.531, ETA: 14d 18:37
[Worker #1 Sep 23 10:47] Iteration: 46740000 / 46815523 [99.83%], ms/iter: 21.915, ETA: 00:27:35
[Worker #3 Sep 23 10:47] Iteration: 46780000 / 46815653 [99.92%], ms/iter: 21.976, ETA: 00:13:03
[Worker #2 Sep 23 10:48] Iteration: 46760000 / 46815631 [99.88%], ms/iter: 21.940, ETA: 00:20:20
[Worker #4 Sep 23 10:50] Iteration: 180000 / 52211813 [0.34%], ms/iter: 24.589, ETA: 14d 19:23
[Worker #1 Sep 23 10:50] Iteration: 46750000 / 46815523 [99.86%], ms/iter: 21.838, ETA: 00:23:50
[Worker #3 Sep 23 10:51] Iteration: 46790000 / 46815653 [99.94%], ms/iter: 21.948, ETA: 00:09:23
[Worker #2 Sep 23 10:52] Iteration: 46770000 / 46815631 [99.90%], ms/iter: 22.003, ETA: 00:16:44
[Worker #1 Sep 23 10:54] Iteration: 46760000 / 46815523 [99.88%], ms/iter: 21.844, ETA: 00:20:12
[Worker #4 Sep 23 10:54] Iteration: 190000 / 52211813 [0.36%], ms/iter: 24.554, ETA: 14d 18:49
[Worker #3 Sep 23 10:54] Iteration: 46800000 / 46815653 [99.96%], ms/iter: 21.912, ETA: 00:05:42
[Worker #2 Sep 23 10:56] Iteration: 46780000 / 46815631 [99.92%], ms/iter: 21.913, ETA: 00:13:00
[Worker #1 Sep 23 10:58] Iteration: 46770000 / 46815523 [99.90%], ms/iter: 21.850, ETA: 00:16:34
[Worker #3 Sep 23 10:58] Iteration: 46810000 / 46815653 [99.98%], ms/iter: 21.963, ETA: 00:02:04
[Worker #4 Sep 23 10:58] Iteration: 200000 / 52211813 [0.38%], ms/iter: 24.591, ETA: 14d 19:16
[Worker #2 Sep 23 10:59] Iteration: 46790000 / 46815631 [99.94%], ms/iter: 22.002, ETA: 00:09:23
[Worker #3 Sep 23 11:00] M46815653 is not prime. Res64: 5526CE4B5C94742A. We10: 8C6B2C33,28778334,00000000
[Comm thread Sep 23 11:00] Sending result to server: UID: ANONYMOUS/HOSTNAME, M46815653 is not prime. Res64: 5526CE4B5C94742A. We10: 8C6B2C33,28778334,00000000, AID: 7D0656A0969D37A68342BD56FA6AEB0F
[Comm thread Sep 23 11:00]
[Worker #3 Sep 23 11:00] Starting primality test of M52239763 using FMA3 FFT length 2880K, Pass1=384, Pass2=7680
[Comm thread Sep 23 11:00] PrimeNet success code with additional info:
[Comm thread Sep 23 11:00] LL test successfully completes double-check of M46815653 --
[Comm thread Sep 23 11:00] CPU credit is 81.2772 GHz-days.
[Comm thread Sep 23 11:00] Done communicating with server.
[Worker #1 Sep 23 11:01] Iteration: 46780000 / 46815523 [99.92%], ms/iter: 21.858, ETA: 00:12:56
[Worker #4 Sep 23 11:02] Iteration: 210000 / 52211813 [0.40%], ms/iter: 24.496, ETA: 14d 17:50
[Worker #2 Sep 23 11:03] Iteration: 46800000 / 46815631 [99.96%], ms/iter: 21.785, ETA: 00:05:40
[Worker #3 Sep 23 11:04] Iteration: 10000 / 52239763 [0.01%], ms/iter: 24.435, ETA: 14d 18:30
[Worker #1 Sep 23 11:05] Iteration: 46790000 / 46815523 [99.94%], ms/iter: 21.845, ETA: 00:09:17
[Worker #4 Sep 23 11:06] Iteration: 220000 / 52211813 [0.42%], ms/iter: 24.473, ETA: 14d 17:26
[Worker #2 Sep 23 11:06] Iteration: 46810000 / 46815631 [99.98%], ms/iter: 21.862, ETA: 00:02:03
[Worker #3 Sep 23 11:08] Iteration: 20000 / 52239763 [0.03%], ms/iter: 24.445, ETA: 14d 18:35
[Worker #2 Sep 23 11:09] M46815631 is not prime. Res64: 5B66CB1493FBFCDE. We10: D1474232,4671380,00000000
[Comm thread Sep 23 11:09] Sending result to server: UID: ANONYMOUS/HOSTNAME, M46815631 is not prime. Res64: 5B66CB1493FBFCDE. We10: D1474232,4671380,00000000, AID: EFF88D259C5F081FBE4230B9148022F3
[Comm thread Sep 23 11:09]
[Comm thread Sep 23 11:09] PrimeNet success code with additional info:
[Comm thread Sep 23 11:09] LL test successfully completes double-check of M46815631 --
[Comm thread Sep 23 11:09] CPU credit is 81.2771 GHz-days.
[Comm thread Sep 23 11:09] Done communicating with server.
[Worker #2 Sep 23 11:09] Starting primality test of M52239703 using FMA3 FFT length 2880K, Pass1=384, Pass2=7680
[Worker #1 Sep 23 11:09] Iteration: 46800000 / 46815523 [99.96%], ms/iter: 21.775, ETA: 00:05:38
[Worker #4 Sep 23 11:10] Iteration: 230000 / 52211813 [0.44%], ms/iter: 24.458, ETA: 14d 17:09
[Worker #3 Sep 23 11:12] Iteration: 30000 / 52239763 [0.05%], ms/iter: 24.411, ETA: 14d 18:01
[Worker #1 Sep 23 11:12] Iteration: 46810000 / 46815523 [99.98%], ms/iter: 21.884, ETA: 00:02:00
[Worker #2 Sep 23 11:13] Iteration: 10000 / 52239703 [0.01%], ms/iter: 24.458, ETA: 14d 18:50
[Worker #1 Sep 23 11:14] M46815523 is not prime. Res64: FADF96B9271D5C6F. We10: 1A320A26,36328402,00000000
[Comm thread Sep 23 11:14] Sending result to server: UID: ANONYMOUS/HOSTNAME, M46815523 is not prime. Res64: FADF96B9271D5C6F. We10: 1A320A26,36328402,00000000, AID: CA8227E54A4A393519E9112E62F76D6A
[Comm thread Sep 23 11:14]
[Comm thread Sep 23 11:14] PrimeNet success code with additional info:
[Comm thread Sep 23 11:14] LL test successfully completes double-check of M46815523 --
[Comm thread Sep 23 11:14] CPU credit is 81.2769 GHz-days.
[Comm thread Sep 23 11:14] Done communicating with server.
[Worker #1 Sep 23 11:14] Starting primality test of M52239661 using FMA3 FFT length 2880K, Pass1=384, Pass2=7680
[Worker #4 Sep 23 11:15] Iteration: 240000 / 52211813 [0.45%], ms/iter: 24.427, ETA: 14d 16:38
[Worker #3 Sep 23 11:16] Iteration: 40000 / 52239763 [0.07%], ms/iter: 24.369, ETA: 14d 17:21
[Worker #2 Sep 23 11:17] Iteration: 20000 / 52239703 [0.03%], ms/iter: 24.420, ETA: 14d 18:13
[Worker #1 Sep 23 11:18] Iteration: 10000 / 52239661 [0.01%], ms/iter: 24.326, ETA: 14d 16:55
[Worker #4 Sep 23 11:19] Iteration: 250000 / 52211813 [0.47%], ms/iter: 24.344, ETA: 14d 15:22
[Worker #3 Sep 23 11:20] Iteration: 50000 / 52239763 [0.09%], ms/iter: 24.374, ETA: 14d 17:21
[Worker #2 Sep 23 11:21] Iteration
Git: Start Using It
Command:
# git init
Result:
Initialized empty Git repository in /var/www/.git/
Command:
# git add html
# git add php
# git commit -m "My first commit"
Result:
[master (root-commit) 2bdce87] My first commit
Committer: root <root@v00000.myserver.com>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:
git config --global user.name "Your Name"
git config --global user.email you@example.com
If the identity used for this commit is wrong, you can fix it with:
git commit --amend --author='Your Name <you@example.com>'
30 files changed, 4545 insertions(+), 0 deletions(-)
create mode 100644 html/a/2chnews/README.txt
create mode 100644 html/a/2chnews/index.php
create mode 100644 html/a/yahoonews/index.php
create mode 100644 html/b/JSON_PATH
create mode 100644 html/b/index.php
create mode 100644 html/c/getcurrencies/index.php
create mode 100644 html/c/getmarkets/index.php
create mode 100644 html/c/getmarketsummaries/index.php
create mode 100644 html/c/getticker/index.php
create mode 100644 html/d/rate/index.php
create mode 100644 html/e/calculator/getrate.php
create mode 100644 html/e/calculator/getratealts.php
create mode 100644 html/e/calculator/index.php
create mode 100644 html/e/calculator/setamountcookie.php
create mode 100644 html/f/index.php
create mode 100644 html/img/crypto_logos.png
create mode 100644 html/index.html
create mode 100644 html/g/cookie/index.html
create mode 100644 html/g/crypto/index.php
create mode 100644 php/init.php
create mode 100644 php/lib/a
create mode 100644 php/lib/b
create mode 100644 php/lib/c
create mode 100644 php/lib/d
create mode 100644 php/lib/e
create mode 100644 php/lib/f
create mode 100644 php/lib/g
create mode 100644 php/lib/h
create mode 100644 php/lib/u
create mode 100644 php/lib/i
create mode 100644 php/lib/j
create mode 100644 php/template/k
create mode 100644 php/template/l
create mode 100644 php/template/m
create mode 100644 php/template/n
create mode 100644 php/template/o
Command:
# git push . master
Result:
Everything up-to-date
Command:
# git push .
Result:
Everything up-to-date
Command:
# git status
Result:
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# error/
# icons/
nothing added to commit but untracked files present (use "git add" to track)
Command:
# git config --global user.name "s**********"
# git config --global user.email s***********@gmail.com
# git init
Result:
Initialized empty Git repository in /var/www/.git/
Command:
# git add html
# git add php
# git commit -m "My first commit"
Result:
[master (root-commit) 2bdce87] My first commit
Committer: root <root@v00000.myserver.com>
Your name and email address were configured automatically based
on your username and hostname. Please check that they are accurate.
You can suppress this message by setting them explicitly:
git config --global user.name "Your Name"
git config --global user.email you@example.com
If the identity used for this commit is wrong, you can fix it with:
git commit --amend --author='Your Name <you@example.com>'
30 files changed, 4545 insertions(+), 0 deletions(-)
create mode 100644 html/a/2chnews/README.txt
create mode 100644 html/a/2chnews/index.php
create mode 100644 html/a/yahoonews/index.php
create mode 100644 html/b/JSON_PATH
create mode 100644 html/b/index.php
create mode 100644 html/c/getcurrencies/index.php
create mode 100644 html/c/getmarkets/index.php
create mode 100644 html/c/getmarketsummaries/index.php
create mode 100644 html/c/getticker/index.php
create mode 100644 html/d/rate/index.php
create mode 100644 html/e/calculator/getrate.php
create mode 100644 html/e/calculator/getratealts.php
create mode 100644 html/e/calculator/index.php
create mode 100644 html/e/calculator/setamountcookie.php
create mode 100644 html/f/index.php
create mode 100644 html/img/crypto_logos.png
create mode 100644 html/index.html
create mode 100644 html/g/cookie/index.html
create mode 100644 html/g/crypto/index.php
create mode 100644 php/init.php
create mode 100644 php/lib/a
create mode 100644 php/lib/b
create mode 100644 php/lib/c
create mode 100644 php/lib/d
create mode 100644 php/lib/e
create mode 100644 php/lib/f
create mode 100644 php/lib/g
create mode 100644 php/lib/h
create mode 100644 php/lib/u
create mode 100644 php/lib/i
create mode 100644 php/lib/j
create mode 100644 php/template/k
create mode 100644 php/template/l
create mode 100644 php/template/m
create mode 100644 php/template/n
create mode 100644 php/template/o
Command:
# git push . master
Result:
Everything up-to-date
Command:
# git push .
Result:
Everything up-to-date
Command:
# git status
Result:
# On branch master
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# error/
# icons/
nothing added to commit but untracked files present (use "git add" to track)
Command:
# git config --global user.name "s**********"
# git config --global user.email s***********@gmail.com
ラベル:
Git
Bash: Generating Prime Number List
Command:
$ cat primenumberlist.sh
Result:
#!/bin/bash
if [ $# -ne 1 ]
then
echo "Number of argument must be 1"
exit
fi
let "l = $1"
for (( n = 2; n <= $l; n++ ))
do
for (( m = 2; m <= $n; m++ ))
do
if (($m == $n)) ; then
echo "$n ";
break;
fi
let "r = $n % $m"
if (($r == 0)) ; then
break;
fi
done
done
Command:
$ ./primenumberlist.sh 99999999999999
Result:
2
3
5
7
11
13
17
19
23
29
31
37
41
43
47
53
59
61
67
71
73
79
83
89
97
101
103
107
109
113
127
131
137
139
149
151
157
163
167
173
179
181
191
193
197
199
211
223
227
229
233
239
241
251
257
263
269
271
277
281
283
293
307
311
313
317
331
337
347
349
353
359
367
373
379
383
389
397
401
409
419
421
431
433
439
443
449
457
461
463
467
479
487
491
499
503
509
521
523
541
547
557
563
569
571
577
587
593
599
601
607
613
$ cat primenumberlist.sh
Result:
#!/bin/bash
if [ $# -ne 1 ]
then
echo "Number of argument must be 1"
exit
fi
let "l = $1"
for (( n = 2; n <= $l; n++ ))
do
for (( m = 2; m <= $n; m++ ))
do
if (($m == $n)) ; then
echo "$n ";
break;
fi
let "r = $n % $m"
if (($r == 0)) ; then
break;
fi
done
done
Command:
$ ./primenumberlist.sh 99999999999999
Result:
2
3
5
7
11
13
17
19
23
29
31
37
41
43
47
53
59
61
67
71
73
79
83
89
97
101
103
107
109
113
127
131
137
139
149
151
157
163
167
173
179
181
191
193
197
199
211
223
227
229
233
239
241
251
257
263
269
271
277
281
283
293
307
311
313
317
331
337
347
349
353
359
367
373
379
383
389
397
401
409
419
421
431
433
439
443
449
457
461
463
467
479
487
491
499
503
509
521
523
541
547
557
563
569
571
577
587
593
599
601
607
613
ラベル:
Bash,
List of prime numbers,
Prime number,
素数,
素数の一覧
Friday, September 8, 2017
Monday, September 4, 2017
Sunday, September 3, 2017
CentOS: Find and Delete
Command (Deleting files under /tmp directory more than a day old):
$ find /tmp -type f -mtime +1 -delete
$ find /tmp -type f -mtime +1 -delete
ラベル:
find
Friday, September 1, 2017
macOS Sierra: jq: Installation
Command:
$ brew install jq
Result:
Updating Homebrew...
==> Auto-updated Homebrew!
Updated Homebrew from e1bab7ede to b2cd52d0b.
Updated 4 taps (caskroom/cask, ethereum/ethereum, homebrew/core, homebrew/science).
==> New Formulae
ampl-mp dlib gomplate http-server libxlsxwriter opencv@2 sundials
clblas erlang@17 gopass hypre marathon-swift packmol team-explorer-everywhere
clfft frugal gromacs igraph maxima pcb telnet
clinfo geth homebrew/science/bam2wig jupyter mimic pcl voro++
cminpack gmsh homebrew/science/lrsim libbitcoin nco root@5 wxmaxima
cppad gmt homebrew/science/nanoflann libbitcoin-explorer ncview s-nail xtensor
datamash go@1.8 homebrew/science/unicycler libmatio nlopt stubby
==> Updated Formulae
abcm2ps embulk homebrew/science/field3d luaver rtags
ace erlang homebrew/science/gubbins lumo rtmidi
acmetool etcd homebrew/science/humann2 lxc rust
advancecomp ethereum/ethereum/solidity homebrew/science/insighttoolkit lynis rxvt-unicode
afl-fuzz etsh homebrew/science/lammps lz4 s-search
akamai expat homebrew/science/libfolia lzop s6
alexjs exploitdb homebrew/science/lighter m-cli saltstack
algernon faas-cli homebrew/science/lightstringgraph macosvpn saxon
allure fail2ban homebrew/science/lmod mame sbcl
alot fakeroot homebrew/science/madlib mapcrafter scalaenv
amazon-ecs-cli fibjs homebrew/science/mothur mariadb scalariform
ammonite-repl fig2dev ✔ homebrew/science/nanopolish mednafen sccache
angular-cli filebeat homebrew/science/nextflow meson sdcv
ansible fio homebrew/science/oce metaproxy selenium-server-standalone
ansible@2.0 fits homebrew/science/openalpr metricbeat shairport-sync
apache-arrow flatcc homebrew/science/openbr micropython snapcraft
app-engine-go-64 flawfinder homebrew/science/opencollada mikutter snappy ✔
arangodb flow homebrew/science/openimageio mingw-w64 socat
argyll-cms fluent-bit homebrew/science/openmeeg minidlna sops
armadillo fobis homebrew/science/phyml mitmproxy source-highlight
atlassian-cli folly homebrew/science/picard-tools mksh sourcekitten
audacious fonttools homebrew/science/plink2 mkvtoolnix spdlog
augeas freeipmi homebrew/science/poretools mm-common sphinx-doc
aws-sdk-cpp freeswitch homebrew/science/prodigal mmark sqlcipher
aws-shell freetds homebrew/science/prokka mobile-shell sqldiff
awscli fstar homebrew/science/pspp mongo-cxx-driver sqlite ✔
azure-cli fwknop homebrew/science/repeatmasker mpd sqlite-analyzer
babl fwup homebrew/science/salmon mpdas squid
bash-snippets fzf homebrew/science/scram nagios sshfs
bazel ganglia homebrew/science/sga nano stella
binaryen gcc ✔ homebrew/science/shark nanopb-generator stgit
bitcoin gd ✔ homebrew/science/simpleitk ncmpcpp supersonic
bmake gdk-pixbuf homebrew/science/siril netpbm swiftformat
bmon gegl homebrew/science/sratoolkit newsbeuter swiftgen
boost get-flash-videos homebrew/science/ticcutils nghttp2 swiftlint
boost-bcp get_iplayer homebrew/science/timbl node swimat
boost-mpi getdns homebrew/science/tophat nomad sysdig
boost-python ghq homebrew/science/transdecoder nss t1utils
boot-clj gifsicle homebrew/science/trf octave ✔ tarsnap
btfs git-annex homebrew/science/trinity oniguruma tbox
byobu git-town homebrew/science/ucto onscripter tee-clc
caddy gitlab-ci-multi-runner homebrew/science/vislcg3 openfortivpn teensy_loader_cli
cargo-completion gjstest homebrew/science/visp openmsx teleport
cassandra@2.2 glm homebrew/science/vsearch orientdb termius
ccextractor gmic homebrew/science/wopr osm-pbf terraform
cclive gnupg homebrew/science/xbyak osm2pgrouting terraform-docs
ceylon gnupg-pkcs11-scd homebrew/science/xcdf osmium-tool terragrunt
checkstyle gnutls ✔ homebrew/science/yices osquery the_silver_searcher
chipmunk go ✔ http_load osrm-backend thefuck
chromedriver goad hyper overmind tile38
chronograf godep i3status p11-kit ✔ timedog
cimg goenv iamy packetbeat tippecanoe
citus gofabric8 imagemagick ✔ paket todoman
clasp goofys imagemagick@6 pango tokei
cli53 google-java-format infer parallel tomcat
clib googler ✔ influxdb passenger tomcat-native
cmark-gfm gpsbabel influxdb@0.8 payara tomcat@6
cockatrice grails innoextract pazpar2 tomcat@7
cockroach grakn insect pc6001vx trace2html
commandbox groonga instead pcb2gcode trafshow
compcert grpc ios-webkit-debug-proxy pcre2 transcrypt
conan grunt-completion ipbt pdftoedn tsung
confuse gsoap jenkins percona-server@5.5 ttfautohint
conjure-up gspell jenkins-lts percona-server@5.6 twarc
consul-template gtk+3 jfrog-cli-go pgrouting typescript
convox gtk-doc jhipster pianobar uhd
corebird gws jmxtrans pick unbound
couchdb gwyddion json-fortran picoc unibilium
cromwell hadoop jsoncpp pioneer unrar ✔
crosstool-ng hana jvgrep planck upscaledb
crowdin haproxy kibana plplot urh
cucumber-cpp harfbuzz kitchen-sync pngcrush urweb
curl ✔ heroku knot points2grid vagrant-completion
dasht hg-fast-export kompose ponyc vault
dbhash hicolor-icon-theme kotlin pre-commit vdirsyncer
dcd hivemind kube-aws presto vim ✔
dcm2niix hledger kubernetes-cli primesieve vips
dcos-cli homebrew/science/alembic kubernetes-helm protobuf vnu
ddar homebrew/science/alpscore latexila protobuf-c vowpal-wabbit
dependency-check homebrew/science/artemis lean-cli protobuf-swift w3m
dhall-json homebrew/science/augustus ledger pybind11 watchman
digdag homebrew/science/bali-phy libcds pyinvoke webpack
dmd homebrew/science/bamtools libcouchbase qcli wesnoth
docker homebrew/science/bedops libebml quantlib whois
docker-completion homebrew/science/blast libftdi r ✔ widelands
docker-compose homebrew/science/bless libgcrypt ✔ rabbitmq wine
docker-compose-completion homebrew/science/boost-compute libjson-rpc-cpp rancher-cli winetricks
docker-credential-helper homebrew/science/butterflow libosinfo re2c wireshark ✔
docker-swarm homebrew/science/canu libosmium rebar@3 xctool
dovecot homebrew/science/cdo libphonenumber recon-ng xmake
druid homebrew/science/ckon libpng ✔ redex xrootd
dspdfviewer homebrew/science/cmor libqalculate remake yadm
dub homebrew/science/cufflinks libtensorflow rhash yle-dl
duck homebrew/science/cutadapt libtommath rhino youtube-dl
duplicity homebrew/science/cvblob libuv riak zabbix
dvm homebrew/science/dealii libwbxml riemann-client zanata-client
dynamips homebrew/science/delly libxml2 ripgrep zbackup
e2fsprogs homebrew/science/dgtal linkerd rocksdb zimg
efl homebrew/science/diamond llnode rom-tools zsh-syntax-highlighting
ejabberd homebrew/science/express logstash roswell zstd
elasticsearch homebrew/science/fasttree logtalk rt-audio
==> Renamed Formulae
gmt4 -> gmt@4 opencv3 -> opencv root6 -> root srtp@1.5 -> srtp@1.6
==> Deleted Formulae
gh go-gui homebrew/science/opencv homebrew/science/pillow kafka@0.80 phantomjs@1.92 phantomjs@1.98
==> Installing dependencies for jq: oniguruma
==> Installing jq dependency: oniguruma
==> Downloading https://homebrew.bintray.com/bottles/oniguruma-6.6.1.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring oniguruma-6.6.1.sierra.bottle.tar.gz
🍺 /usr/local/Cellar/oniguruma/6.6.1: 17 files, 1.3MB
==> Installing jq
==> Downloading https://homebrew.bintray.com/bottles/jq-1.5_2.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring jq-1.5_2.sierra.bottle.tar.gz
🍺 /usr/local/Cellar/jq/1.5_2: 18 files, 958KB
$ brew install jq
Result:
Updating Homebrew...
==> Auto-updated Homebrew!
Updated Homebrew from e1bab7ede to b2cd52d0b.
Updated 4 taps (caskroom/cask, ethereum/ethereum, homebrew/core, homebrew/science).
==> New Formulae
ampl-mp dlib gomplate http-server libxlsxwriter opencv@2 sundials
clblas erlang@17 gopass hypre marathon-swift packmol team-explorer-everywhere
clfft frugal gromacs igraph maxima pcb telnet
clinfo geth homebrew/science/bam2wig jupyter mimic pcl voro++
cminpack gmsh homebrew/science/lrsim libbitcoin nco root@5 wxmaxima
cppad gmt homebrew/science/nanoflann libbitcoin-explorer ncview s-nail xtensor
datamash go@1.8 homebrew/science/unicycler libmatio nlopt stubby
==> Updated Formulae
abcm2ps embulk homebrew/science/field3d luaver rtags
ace erlang homebrew/science/gubbins lumo rtmidi
acmetool etcd homebrew/science/humann2 lxc rust
advancecomp ethereum/ethereum/solidity homebrew/science/insighttoolkit lynis rxvt-unicode
afl-fuzz etsh homebrew/science/lammps lz4 s-search
akamai expat homebrew/science/libfolia lzop s6
alexjs exploitdb homebrew/science/lighter m-cli saltstack
algernon faas-cli homebrew/science/lightstringgraph macosvpn saxon
allure fail2ban homebrew/science/lmod mame sbcl
alot fakeroot homebrew/science/madlib mapcrafter scalaenv
amazon-ecs-cli fibjs homebrew/science/mothur mariadb scalariform
ammonite-repl fig2dev ✔ homebrew/science/nanopolish mednafen sccache
angular-cli filebeat homebrew/science/nextflow meson sdcv
ansible fio homebrew/science/oce metaproxy selenium-server-standalone
ansible@2.0 fits homebrew/science/openalpr metricbeat shairport-sync
apache-arrow flatcc homebrew/science/openbr micropython snapcraft
app-engine-go-64 flawfinder homebrew/science/opencollada mikutter snappy ✔
arangodb flow homebrew/science/openimageio mingw-w64 socat
argyll-cms fluent-bit homebrew/science/openmeeg minidlna sops
armadillo fobis homebrew/science/phyml mitmproxy source-highlight
atlassian-cli folly homebrew/science/picard-tools mksh sourcekitten
audacious fonttools homebrew/science/plink2 mkvtoolnix spdlog
augeas freeipmi homebrew/science/poretools mm-common sphinx-doc
aws-sdk-cpp freeswitch homebrew/science/prodigal mmark sqlcipher
aws-shell freetds homebrew/science/prokka mobile-shell sqldiff
awscli fstar homebrew/science/pspp mongo-cxx-driver sqlite ✔
azure-cli fwknop homebrew/science/repeatmasker mpd sqlite-analyzer
babl fwup homebrew/science/salmon mpdas squid
bash-snippets fzf homebrew/science/scram nagios sshfs
bazel ganglia homebrew/science/sga nano stella
binaryen gcc ✔ homebrew/science/shark nanopb-generator stgit
bitcoin gd ✔ homebrew/science/simpleitk ncmpcpp supersonic
bmake gdk-pixbuf homebrew/science/siril netpbm swiftformat
bmon gegl homebrew/science/sratoolkit newsbeuter swiftgen
boost get-flash-videos homebrew/science/ticcutils nghttp2 swiftlint
boost-bcp get_iplayer homebrew/science/timbl node swimat
boost-mpi getdns homebrew/science/tophat nomad sysdig
boost-python ghq homebrew/science/transdecoder nss t1utils
boot-clj gifsicle homebrew/science/trf octave ✔ tarsnap
btfs git-annex homebrew/science/trinity oniguruma tbox
byobu git-town homebrew/science/ucto onscripter tee-clc
caddy gitlab-ci-multi-runner homebrew/science/vislcg3 openfortivpn teensy_loader_cli
cargo-completion gjstest homebrew/science/visp openmsx teleport
cassandra@2.2 glm homebrew/science/vsearch orientdb termius
ccextractor gmic homebrew/science/wopr osm-pbf terraform
cclive gnupg homebrew/science/xbyak osm2pgrouting terraform-docs
ceylon gnupg-pkcs11-scd homebrew/science/xcdf osmium-tool terragrunt
checkstyle gnutls ✔ homebrew/science/yices osquery the_silver_searcher
chipmunk go ✔ http_load osrm-backend thefuck
chromedriver goad hyper overmind tile38
chronograf godep i3status p11-kit ✔ timedog
cimg goenv iamy packetbeat tippecanoe
citus gofabric8 imagemagick ✔ paket todoman
clasp goofys imagemagick@6 pango tokei
cli53 google-java-format infer parallel tomcat
clib googler ✔ influxdb passenger tomcat-native
cmark-gfm gpsbabel influxdb@0.8 payara tomcat@6
cockatrice grails innoextract pazpar2 tomcat@7
cockroach grakn insect pc6001vx trace2html
commandbox groonga instead pcb2gcode trafshow
compcert grpc ios-webkit-debug-proxy pcre2 transcrypt
conan grunt-completion ipbt pdftoedn tsung
confuse gsoap jenkins percona-server@5.5 ttfautohint
conjure-up gspell jenkins-lts percona-server@5.6 twarc
consul-template gtk+3 jfrog-cli-go pgrouting typescript
convox gtk-doc jhipster pianobar uhd
corebird gws jmxtrans pick unbound
couchdb gwyddion json-fortran picoc unibilium
cromwell hadoop jsoncpp pioneer unrar ✔
crosstool-ng hana jvgrep planck upscaledb
crowdin haproxy kibana plplot urh
cucumber-cpp harfbuzz kitchen-sync pngcrush urweb
curl ✔ heroku knot points2grid vagrant-completion
dasht hg-fast-export kompose ponyc vault
dbhash hicolor-icon-theme kotlin pre-commit vdirsyncer
dcd hivemind kube-aws presto vim ✔
dcm2niix hledger kubernetes-cli primesieve vips
dcos-cli homebrew/science/alembic kubernetes-helm protobuf vnu
ddar homebrew/science/alpscore latexila protobuf-c vowpal-wabbit
dependency-check homebrew/science/artemis lean-cli protobuf-swift w3m
dhall-json homebrew/science/augustus ledger pybind11 watchman
digdag homebrew/science/bali-phy libcds pyinvoke webpack
dmd homebrew/science/bamtools libcouchbase qcli wesnoth
docker homebrew/science/bedops libebml quantlib whois
docker-completion homebrew/science/blast libftdi r ✔ widelands
docker-compose homebrew/science/bless libgcrypt ✔ rabbitmq wine
docker-compose-completion homebrew/science/boost-compute libjson-rpc-cpp rancher-cli winetricks
docker-credential-helper homebrew/science/butterflow libosinfo re2c wireshark ✔
docker-swarm homebrew/science/canu libosmium rebar@3 xctool
dovecot homebrew/science/cdo libphonenumber recon-ng xmake
druid homebrew/science/ckon libpng ✔ redex xrootd
dspdfviewer homebrew/science/cmor libqalculate remake yadm
dub homebrew/science/cufflinks libtensorflow rhash yle-dl
duck homebrew/science/cutadapt libtommath rhino youtube-dl
duplicity homebrew/science/cvblob libuv riak zabbix
dvm homebrew/science/dealii libwbxml riemann-client zanata-client
dynamips homebrew/science/delly libxml2 ripgrep zbackup
e2fsprogs homebrew/science/dgtal linkerd rocksdb zimg
efl homebrew/science/diamond llnode rom-tools zsh-syntax-highlighting
ejabberd homebrew/science/express logstash roswell zstd
elasticsearch homebrew/science/fasttree logtalk rt-audio
==> Renamed Formulae
gmt4 -> gmt@4 opencv3 -> opencv root6 -> root srtp@1.5 -> srtp@1.6
==> Deleted Formulae
gh go-gui homebrew/science/opencv homebrew/science/pillow kafka@0.80 phantomjs@1.92 phantomjs@1.98
==> Installing dependencies for jq: oniguruma
==> Installing jq dependency: oniguruma
==> Downloading https://homebrew.bintray.com/bottles/oniguruma-6.6.1.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring oniguruma-6.6.1.sierra.bottle.tar.gz
🍺 /usr/local/Cellar/oniguruma/6.6.1: 17 files, 1.3MB
==> Installing jq
==> Downloading https://homebrew.bintray.com/bottles/jq-1.5_2.sierra.bottle.tar.gz
######################################################################## 100.0%
==> Pouring jq-1.5_2.sierra.bottle.tar.gz
🍺 /usr/local/Cellar/jq/1.5_2: 18 files, 958KB
Subscribe to:
Posts (Atom)