Bitcoin Forum
April 20, 2024, 04:31:06 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Goods / [WTS] Rachio 3 Sprinkler Controller, 16 Zone - USA Only on: June 05, 2019, 06:43:16 PM
16 Zone - Rachio 3 Smart Sprinkler Controller

Includes enclosure in photo & ground shipping USA.  

Price: $250 (Shipped - USA)





BTC Only.  Can accommodate with or without escrow handler, PM me if interested.

Edit
Will be including free 2nd Gen Echo Dot in shipment to control it.
https://www.rachio.com/alexa/


2  Bitcoin / Hardware / GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread on: October 20, 2018, 02:53:01 AM
########################################
#GekkoScience NewPac / Terminus R606 (BM1387) Official Support Thread#
########################################

NewPac:


Terminus R606:


=================
=Thanks To The Community=
=================
Thank you to all who are following along and supporting the creation of these miners.  
Your feed back and participation really goes a long way to keep the momentum and R&D moving forward.

=================
=How to get a Miner=
=================
Visit the corresponding announcement threads for up to date info.

Quote from: sidehack
MinerSupply on Amazon.com (forum user Rockmoney)
MineFarmBuy.com (forum user minefarmbuy)
419Mining.com (forum user 419mining)

Limited direct sales are also available; contact kalahn@gekkoscience.com for information.

=================
=Expected Performance=
=================
The expected performance of the NewPac is about 0.228 * MHz = GH.  
At the default frequency of 100MHz, the NewPac runs at 22.8 GH.

Rough power usage and efficiency of a NewPac:



The expected performance of the R606 is about 1.368 * MHz = GH.  
At the default frequency of 400MHz, the R606 runs at 547.2 GH.





=================
=How to Run=
=================
At the moment, you will need to a build of cgminer with the latest gekko driver to mine with the NewPac / R606.

The driver is under active development in an fork of ckolivas/cgminer.  
A pull request will be redirected to the ckolivas/cgminer repo once the code approached a stable point.

Run syntax:

*nix [if not root level privileges, see Q&A]
./cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 128

Windows
cgminer.exe -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 128

OS X
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 128


Linux cgminer build steps

    Ubuntu 18.04.1 LTS new install.
    Default Install (+OpenSSH server)

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git autoconf automake libtool pkg-config zlib1g-dev libcurl4-openssl-dev libncurses5-dev libusb-1.0-0-dev libudev-dev
    
mkdir -p git/vthoang; cd git/vthoang
git clone -b r606 https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2 -march=native" ./autogen.sh --enable-gekko
make -j 2

#see Q&A further below for instruction to grant USB permission to non root accounts.


    Debian 8.7.1 new install.
        Default Install (No desktop environment, + SSH Server)
        (*do not specify root password to enable sudo)
   
    or Raspbian - Kernel version: 4.4 (Raspberry Pi) [*note]

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screen libtool automake pkg-config libjansson-dev

mkdir -p git/vthoang; cd git/vthoang
git clone -b r606 https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2

#see Q&A further below for instruction to grant USB permission to non root accounts.



Windows : cgminer.exe (download and extract the 7z file below)

    Cross compiling instructions can be found in the next post.

    May 26, 2019 @ 9e51f0b - cgminer-4.11.1-windows-gekko-9e51f0b.7z
    May 13, 2019 @ a62385f - cgminer-4.11.1-windows-gekko-a62385f.7z
    Apr 30, 2019 @ 0d524aa - cgminer-4.11.1-windows-gekko-0d524aa.7z
    Dec 13, 2018 @ 3339a51 - cgminer-4.11.1-windows-gekko-3339a51.7z

http://23.108.83.14/images/cgminer-4.11.1-windows-gekko-9e51f0b.7z

    Use 7zip or WinZip to extract the archive

Install the zadig generic WinUSB drivers from:

http://zadig.akeo.ie



If all is well, you can list and see the miner from cgminer.
Code:
cgminer.exe -n

Powershell check:
Code:
PS C:\> gwmi Win32_USBControllerDevice |%{[wmi]($_.Dependent)} | ? { $_.DeviceId -match "GS-" } | sort Manufacturer,Description,DeviceID | ft -groupby Manufacturer Description,Service,DeviceId -auto




Mac OSX Compiling with Homebrew (NewPac Only / R606 support on the way)

    El Capitan (10.11.6)

Code:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew tap vthoang/cgminer
brew install cgminer


=================
=Cooling=
=================
If you run a stick miner, use a cooling fan.  
 
Increased cooling can reduce the chip's overall power usage.

Non cooled sticks are subject to thermal runaway where heat will trigger increased amperage draw increasing heat in a cycle until the unit fails.

===============
=Basic Q&A / Troubleshooting=
===============

Q. How can I set a different frequency for the R606 vs NewPac vs 2Pac vs the Compac?

cgminer will accept a custom frequency per device type.
--gekko-r606-freq 600 --gekko-newpac-freq 200 --gekko-compac-freq 200 --gekko-2pac-freq 150

Q. Does the NewPac/R606 support AsicBoost.

Mostly.  
  • If you receive shared rejected messages from a specific pool, you can disable asicboost with "--gekko-noboost".

AsicBoost on Win10 may not always work.  
  • If you see the frequency drop as soon as it starts up, you can use a modified version of AsicBoost "--gekko-lowboost" or disable asicboost with the command above.

Q: What is causes message: "make: *** No targets specified and no makefile found.  Stop."

Generated by a failure in the autogen command.   Read the last few outputted lines from the command before make.
Generally seen when running make after running the autogen line with a zero instead of a "O" capital o.

Q. How to get past "USB init, open device failed" ... "you don't have privilege to access" error.
Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami`
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot

Q. How to get past "failed to initialse (incorrect device?)" error.

Generally seen when another driver has a hold on the device.

Q. Something doesn't look correct..  

Here are some of the more common ways to address issue(s):
  • Isolate to test only the usb stick
            Remove any usb extension cables.
            Try a single device without any other accessories drawing power (usb fan, other miners).
            Plug into a into different computer.
  • Check for and git the latest build of cgminer.
  • Look through the README.txt file for relevant notes.
  • Handling problems in Windows:
            Switch to linux Ubuntu or Raspbian.
            Enable High Performance in Power Options Setting.
            Confirm the WinUSB driver is attached to the device.
            Reboot the computer.
            Try one cgminer process per device with "--usb :1".
  • Search for / post the details to this thread.

3  Bitcoin / Hardware / GekkoScience Terminus R808 Miner Official Support Thread on: February 24, 2018, 02:00:59 AM
########################################
#GekkoScience Terminus R808 (BM1384) Miner Official Support Thread#
########################################


Meet the Terminus R808 **Release Announcement Link**


=================
=Thanks To The Community=
=================

Woot!  A big Thanks for the continued community support.  
These little miner's continued advancements forward can't happen without it.






--
What the port face looks like. We've got USB-A for 5V power out, and a mini USB for control. 12V can be drawn from either a PCIe 6-pin jack or a 2.1/5.5mm barrel jack (for running off a brick). The blue knob is used to adjust core voltage from about 0.63 to 0.80V chip-level, basically the same range as the 2Pac. It can be assembled with a vertical (pictured) or right-angle (front-facing) adjuster.

This guy has an onboard microcontroller that handles fan speed via PWM, detects "ZOMBIE" condition and resets the chips automatically, and will overtemp-shutdown at 80C (to restart mining below 70C).

It's a 100mm square sitting on rubber feet, but there are M3 screwholes at each corner for stacking or mounting in a case.

This miner is built with 8x BM1384 hashing chips. I will be using this form-factor as a standard going forward, so newer versions with better chips will be physically compatible.

For all you flashy-light enthusiasts, it's got a base blue LED and blinks white with returned shares.
--

=================
=How to Run=
=================

Same as the 2Pac.    Follow the build instruction to compile from source and run.

Run syntax:

*nix [if not root level privileges, see Q&A]
./cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x

Windows
cgminer.exe -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x

OS X
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x


Linux cgminer build steps

    Ubuntu 16.04.1 LTS new install.
    Default Install (+OpenSSH server)

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev
    
mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2 -march=native" ./autogen.sh --enable-gekko
make -j 2



    Debian 8.7.1 new install.
        Default Install (No desktop environment, + SSH Server)
        (*do not specify root password to enable sudo)
   
    or Raspbian - Kernel version: 4.4 (Raspberry Pi)

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screen libtool automake pkg-config libjansson-dev

mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2



Mac OSX Compiling with Homebrew

    El Capitan (10.11.6)

Code:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew tap vthoang/cgminer
brew install cgminer


Windows pre-compiled binary  (use 7zip, WinRAR, or WinZip to open the archive):

     Sept 14th @ abe37de - cgminer-4.11.1-windows-gekko-abe37de.7z
     Feb 27th @ 1fccd3d - cgminer-4.10.0-windows-gekko-1fccd3d.7z
     Feb 26th @ d5fba8e - cgminer-4.10.0-windows-gekko-d5fba8e.7z
     Feb 25th @ eb57c34 - cgminer-4.10.0-windows-gekko-eb57c34.7z
     Feb 24th @ d245c0d - cgminer-4.10.0-windows-gekko-d245c0d.7z

Install the zadig generic WinUSB drivers from:

http://zadig.akeo.ie

If all is well, you can list and see the miner from cgminer.
Code:
cgminer.exe -n


=================
=FAQ=
=================
Todo: Place useful consolidated thread info here...


Q.  How do I get one?
https://bitcointalk.org/index.php?topic=1845307.msg32983042#msg32983042


Q.  I heard there is extra startup parameters for the Terminus?

The default should be fine, but to adjust the startup behavior these extra options are available:

--gekko-start-freq <arg>
Ramp start frequency MHz 25-500 (default: 100)

--gekko-step-freq <arg>
Ramp frequency step MHz 1-100 (default: 25)

--gekko-step-delay <arg>
Ramp step interval in seconds, range 1-600 (default: 15)


Q.  How fast do these things mine at?

With the default settings, this miner should produce 66Gh/s @150MHz.  more details



4  Bitcoin / Development & Technical Discussion / PowerShell and Bitcoin Core on: June 20, 2017, 02:45:00 AM
Just sharing a few PowerShell commands that I recently worked out which may come in handy when working with your wallet in windows.

This requires PowerShell 5.0 for access to ConvertFrom-Json.

Code:
set-alias bitcoin-cli "C:\Program Files\Bitcoin\daemon\bitcoin-cli.exe"

#dump balance
bitcoin-cli listaddressgroupings | convertfrom-json | % { foreach ($group in $_) { foreach ($addr in $group) { write-host "$($addr[1])`t$($addr[0])`t($($addr[2]))" } } }

#dump keys*
bitcoin-cli listaddressgroupings | convertfrom-json | % { foreach ($group in $_) { foreach ($addr in $group) { $privkey = bitcoin-cli dumpprivkey $addr[0]; write-host "$($addr[0])`t$($privkey)`t($($addr[2]))" } } }


*as needed
Code:
#unlock for 60 seconds
bitcoin-cli walletpassphrase "my pass phrase" 60

5  Economy / Computer hardware / [WTS] Antminer S7-LN : 3.1THs - CONUS [SOLD] on: March 12, 2017, 05:18:35 PM
For Sale: Antminer S7-LN

$325 shipped with PSU (in photo)
$250 shipped without PSU

Continental United States only.  Will not ship elsewhere.

3.1THs - Running stable overclocked @ 700MHz

PM me if you wish to purchase at price above.

Thanks for looking.



6  Bitcoin / Hardware / GekkoScience 2Pac/Compac BM1384 Stickminer Official Support Thread on: January 26, 2017, 04:00:52 AM
########################################
#GekkoScience 2Pac BM1384 Stickminer Official Support Thread#
########################################



=================
=Thanks To The Community=
=================
As with the original compac, this project would not have even been possible without the great support from the community.  
A big thanks to everyone who pitched in; whether through signature campaigns, discussion, product ordering, or anything else.


=================
=How to get a 2Pac=
=================
Check the current product discussion thread for the latest news and updates.
https://bitcointalk.org/index.php?topic=1651958.0


=================
=How to Run=
=================
At the moment, you will need to build cgminer with the latest gekko driver to mine with the 2Pac.

The driver is under active development in an fork of ckolivas/cgminer.  
A pull request will be redirected to the ckolivas/cgminer repo once the code approached a stable point.

Run syntax:

*nix [if not root level privileges, see Q&A]
./cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 32

Windows
cgminer.exe -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 32

OS X
cgminer -o stratum+tcp://pool.ckpool.org:3333 -u 1BURGERAXHH6Yi6LRybRJK7ybEm5m5HwTr -p x --suggest-diff 32


Linux cgminer build steps

    Ubuntu 16.04.1 LTS new install.
    Default Install (+OpenSSH server)

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev
    
mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2 -march=native" ./autogen.sh --enable-gekko
make -j 2



    Debian 8.7.1 new install.
        Default Install (No desktop environment, + SSH Server)
        (*do not specify root password to enable sudo)
   
    or Raspbian - Kernel version: 4.4 (Raspberry Pi)
    or Linux Mint 19 "Tara"

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev screen libtool automake pkg-config libjansson-dev

mkdir -p git/vthoang; cd git/vthoang
git clone https://github.com/vthoang/cgminer.git
cd cgminer

CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2






Window cgminer.exe build steps (grab the finished zip file in the next paragraph if you want to skip this)


Linux cgminer.exe cross-compile steps (for windows use)

    Ubuntu 16.04.1 LTS new install.
    Default Install (+OpenSSH server)

Code:
sudo apt-get update
sudo apt-get upgrade -y

sudo apt-get install -y build-essential git autoconf autopoint bison flex gperf libtool libtool-bin python ruby scons unzip intltool p7zip-full libgtk2.0-dev


cd /opt
sudo git clone https://github.com/mxe/mxe.git

export MXE_DIR=/opt/mxe
export MXE_TARGETS='i686-w64-mingw32.static'
sudo make -j 4 -C $MXE_DIR MXE_TARGETS="$MXE_TARGETS" curl pthreads pdcurses ncurses libusb1


echo 'export PATH=/opt/mxe/usr/bin:$PATH' >> ~/.profile
echo 'export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/' >> ~/.profile

export PATH=/opt/mxe/usr/bin:$PATH
export PKG_CONFIG_PATH=/opt/mxe/usr/i686-w64-mingw32.static/lib/pkgconfig/

cd ~
mkdir -p git/vthoang
cd git/vthoang

git clone https://github.com/vthoang/cgminer.git
cd cgminer

autoreconf -fi
CFLAGS="-O2 -msse2" ./configure --host=i686-w64-mingw32.static --disable-shared --enable-gekko

make -j 2
strip cgminer.exe


    cross-compiled cgminer.exe binaries (use 7zip or WinZip to open the archive)

    Oct 19, 2018 @ a17a0f9 - cgminer-4.11.1-windows-gekko-a17a0f9.7z
    Oct 8, 2018 @ f9d7218 - cgminer-4.11.1-windows-gekko-f9d7218.7z
    Feb 27, 2018 @ 1fccd3d - cgminer-4.10.0-windows-gekko-1fccd3d.7z
    Apr 29, 2017 @ 495461c - cgminer-4.10.0-windows-gekko-495461c.7z
    Apr 20, 2017 @ b682468 - cgminer-4.10.0-windows-gekko-b682468.7z
    Apr 02, 2017 @ 3094f39 - cgminer-4.10.0-windows-gekko-3094f39.7z
    Mar 23, 2017 @ b756f23 - cgminer-4.10.0-windows-gekko-b756f23.7z
    Mar 09, 2017 @ 2a41ffb - cgminer-4.10.0-windows-gekko-2a41ffb.7z

Install the zadig generic WinUSB drivers from:

http://zadig.akeo.ie

If all is well, you can list and see the miner from cgminer.
Code:
cgminer.exe -n


Mac OSX Compiling with Homebrew

    El Capitan (10.11.6)

Code:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew doctor
brew tap vthoang/cgminer
brew install cgminer



=================
=Expected Performance=
=================
The expected performance of the 2Pac is 0.11*MHz=GH.  For example, 150MHz gives 16.5 GH (theoretical expectation).

Rough chart of power draw:


2Pac running with default settings:


=================
=Cooling=
=================
If you run the miners over about 100MHz it is strongly advised to cool them with a fan.  The cooling requirements are fairly low and unless you're trying to run 250MHz or above almost any fan at all will do.

===============
=Basic Q&A / Troubleshooting=
===============

Q. Can I run this cgminer build with the original Compac?

Yes.  The original Compac will register with separate device name from the 2Pac.

Q. Can I run this cgminer build with other USB miners?

It is recommended to use the official cgminer build for better support of other devices.  
It is best to keep the 2Pac separated from other devices until this fork of cgminer can be regression tested.

Q. How can I set a different frequency for the 2Pac vs the Compac?

cgminer will accept one or both parameters for the stick.
--gekko-compac-freq 200 --gekko-2pac-freq 150

Q. How many 2Pac(s) can I run at a time?

One.  Review the power chart in the performance section above.  
You can add more sticks using a 1-2A per port powered hub (recommended).
Hub thread: https://bitcointalk.org/index.php?topic=1779423.0

Q. Something doesn't look correct..  

Here are some of the more common ways to address issue(s):

Any email asking for support will be met with "If you didn't buy from me, talk to the person you bought it from."


Q. How do I get the latest version of the driver and code?

Updates to main cgminer and gekko updates will be checked in regularly.
If you are following along with the instructions, enter the cgminer directory, pull and rebuild:
Code:
cd ~/git/vthoang/cgminer/
git pull
...


Q. I tried the latest code and am certain the old one works better, how do I go back?

Code:
git reset --hard 495461c 
CFLAGS="-O2" ./autogen.sh --enable-gekko
make -j 2


Q. How to get past "USB init, open device failed" ... "you don't have privilege to access" error.
Code:
cd ~/git/vthoang/cgminer/
sudo usermod -G plugdev -a `whoami`
sudo cp 01-cgminer.rules /etc/udev/rules.d/
sudo reboot

7  Bitcoin / Pools / CKPool Stats - iPhone App on: January 28, 2016, 06:50:53 PM
Apple iPhone version for CKPool Stats is now available

This is the main thread to provide status and QA.  

Related Threads:
https://bitcointalk.org/index.php?topic=789369.0 kano.is
https://bitcointalk.org/index.php?topic=763510.0 solo.ckpool.org

CKPool Stats provides a portable view of key statistics from kano.is and solo.ckpool.org.

Current Release v1.2 adds:
- Worker transition to idle notification.
- Worker sorting by name / hash tapping.
- Badge notification for idle workers.
- api key QR reader.  

Release v1.1 included support for:
- Block solve / found notification.
- Payout notification (kano.is).
- Apple watch notification when paired.
- Pool statistics.
- API based worker statistics (kano.is).
- BTC address worker statistics.

https://itunes.apple.com/us/app/ckpool-stats/id1076177533?ls=1&mt=8



Troubleshooting steps:
1. Make sure you have internet access.
2. Make sure you allow notifications (do it right the first time).
3. Kano.is username(s) are case sensitive.

FAQ:
Q. There's a red badge on my icon with a number in it.  What is it and how do i clear it?
A. The number represents the count of idle workers seen in your watch list.   It will clear itself out when idle workers clear out.

Q.  How do I sort my workers by hashrate?
A.  Tap the hashrate of any worker.   It will sort ascending (yellow).  A second tap on the hashrate will sort descending (green).  Same applies to worker name.

Q. What is Direct Addresses?
A. That plus sign in configuration is for adding BTC based worker monitoring addresses.   It will be listed under Direct Addresses.
        1. use address.worker syntax (address only might work)
        2. swipe the added item to the left to get the option to delete typos.

Q.  What is the criteria for Trending Down?
A.  Subject to change: Trending Down is currently set to show worker where its 5 min hash is less than 85% of it's 24h hash.

Q.  The app link is reporting not available in my country.
A.  Try again in later.

Q.  Can I join beta to get a sneak peek at the next build.
A.  PM me an email.   You'll get added to apple's beta list for new build notification and early install.  


Known Bugs:
- Two stats pool mode covers up marquee on iPad mini.
  + Cleaned up in next build.    Workaround: Use four stats mode.


What's next in v1.3:
1.  Worker detail modal.
2.  More on/off buttons in the configuration section to customize.
3.  One or more misc todo.


Misc Todos:
1.  Summary group for DA
2.  iPad friendly(er)
3.  Multiple account support.
4.  Add worker name which found block.  (best effort)

Disclaimer:
The app is free, as such you can expect at a minimum you will get free quality support.
If you like the app and want to root for it's survival, support the dev license fee, or to just send a thanks,
    send donations to : 1CKaPP1wSBBfqhJB5uE7QBqyvEf2EBSjQe

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!