Skip to content

Instantly share code, notes, and snippets.

View tgwaste's full-sized avatar

Ted G tgwaste

View GitHub Profile
@tgwaste
tgwaste / do
Created December 13, 2016 05:18
$ traceroute axis.twg.org
traceroute to axis.twg.org (138.68.46.237), 64 hops max, 52 byte packets
1 10.0.1.1 (10.0.1.1) 3.120 ms 1.170 ms 1.152 ms
2 10.48.128.1 (10.48.128.1) 11.681 ms 8.339 ms 9.295 ms
3 100.127.67.56 (100.127.67.56) 10.905 ms 9.677 ms 13.448 ms
4 70.169.77.248 (70.169.77.248) 9.341 ms 14.753 ms 13.229 ms
5 * lag-194.bear1.phoenix1.level3.net (4.31.188.61) 14.265 ms 15.144 ms
6 * * *
7 * * *
8 * *
[New LWP 21849]
[New LWP 21847]
[New LWP 21616]
[New LWP 19941]
[New LWP 19936]
[New LWP 19926]
[New LWP 19923]
[New LWP 19917]
[New LWP 19915]
[New LWP 19680]
git clone https://github.com/tgwaste/xmr-stak.git
apt-get -y install libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev
apt-get -y install cmake ocl-icd-opencl-dev hwloc libhwloc-dev libmicrohttpd-dev
mkdir xmr-stak/build
cd xmr-stak/build
cmake .. -DCUDA_ENABLE=OFF
make
make install
cp bin/xmr-stak /usr/local/bin/
local.conf
maxgputemp 75
stratumproxy enabled
proxywallet <wallet hidden>
proxypool1 pool.intense.hashvault.pro:8888
proxypool2 pool.intense.hashvault.pro:5555
flags --cl-global-work 8192 --farm-recheck 200
globalfan 75
#globalminer sgminer-gm-xmr
AMD Cards available: 1
GPU #0: Ellesmere, 8139 MB available, 36 compute units
GPU #0 recognized as Radeon RX 480/580
POOL/SOLO version
GPU #0: algorithm ASM
No NVIDIA CUDA GPUs detected.
Total cards: 1
ssAMD ADL library not found.
ETH: Stratum - connecting to 'pool.intense.hashvault.pro' <45.63.69.34> port 8888
No pool specified for Decred! Ethereum-only mining mode is enabled
#
# ethos config - 20180110
#
globalminer sgminer-gm-xmr
maxgputemp 75
stratumproxy enabled
proxywallet iz5tT9ViDi8CZcFkrjwoa9gcafyqBGpMGJKkJ3WUur9i18c9Tbx4oHjFTpp3QLK6RPAjTVHDZXVPAF15c8DwXs9V2ywxqyLUV
This file has been truncated, but you can view the full file.
200 bytes allocated by ast_rtp_read() line 6910 of res_rtp_asterisk.c
200 bytes allocated by ast_rtp_read() line 6910 of res_rtp_asterisk.c
200 bytes allocated by ast_rtp_read() line 6910 of res_rtp_asterisk.c
200 bytes allocated by ast_rtp_read() line 6910 of res_rtp_asterisk.c
200 bytes allocated by ast_rtp_read() line 6910 of res_rtp_asterisk.c
200 bytes allocated by ast_rtp_read() line 6910 of res_rtp_asterisk.c
200 bytes allocated by ast_rtp_read() line 6910 of res_rtp_asterisk.c
200 bytes allocated by ast_rtp_read() line 6910 of res_rtp_asterisk.c
200 bytes allocated by ast_rtp_read() line 6910 of res_rtp_asterisk.c
200 bytes allocated by ast_rtp_read() line 6910 of res_rtp_asterisk.c
#!/bin/bash
sudo apt install -y wget git autoconf libtool make pkg-config libusb-1.0-0 libusb-1.0-0-dev libhidapi-dev libftdi-dev telnet p7zip-full
cd ~
git clone https://github.com/lupyuen/openocd-spi
cd openocd-spi
./bootstrap
./configure --enable-sysfsgpio --enable-bcm2835gpio --enable-cmsis-dap
make
// cyphr3x mod
//
if ($args[1] === 'noone' and count($args) >= 7) {
$isBaby = false;
if (count($args) == 3) {
$isBaby = strcmp(strtolower($args[2]), "true") == 0;
}
$mobName = strtolower($args[0]);
// cyphr3x mod
//
if ($args[1] === 'noone' and count($args) >= 7) {
$isBaby = false;
if (count($args) == 3) {
$isBaby = strcmp(strtolower($args[2]), "true") == 0;
}
$mobName = strtolower($args[0]);