Post
Topic
Board Hardware
Re: First REAL working sample of Russian Bitcoin ASIC
by
BBQKorv
on 10/03/2013, 09:56:00 UTC
First photo of working prototype.

Video:
http://www.youtube.com/watch?v=CtZs4Gj2lKw
@echo off
setlocal enabledelayedexpansion
set datetime=%date%_%time%
set pool=api2.bitcoin.cz
set message1=accepted block
set message2=from ASIC (#1) at
set message3=mhash
set block=1
:loop
set /a mhs=(!random!/32)+80000
echo %datetime% %pool% %message1% %block% %message2% %mhs% %message3%
set /a block=%block%+1
PING 1.1.1.1 -n 1 -w 2000 >NUL
goto loop


Must be the most realistic ASICs miner I have seen  Grin