Post
Topic
Board Mining software (miners)
Re: my c++ code in *ASIC Gridseed Dual Miner*, need help
by
nwoolls
on 03/04/2015, 12:04:30 UTC
I want to compile my cpp code miner

https://github.com/ysle11/otskok-impuls/blob/master/calculator.h
https://github.com/ysle11/otskok-impuls/blob/master/calculator.cpp

and use it in ASIC Gridseed Dual Miner ( http://aukro.ua/asic-gridseed-dual-miner-scrypt-sha256-asik-i5220177251.html?source=mlt )

Questions:
1. Have this ASIC ssh for download my code there ? ( need ssh to ASIC for wget the code )
2. What type of target machine for g++ compiler ? ( is it MIPS ? ARM ?)
3. Is this ASIC chips support float point calculation ? (need something like SSE)
4. How much the memory have this ASIC ? (need 2Gb ram for optimizing calculating)

What for is it ?:
1. It is for calculate wave analysis forex D1 valutes.
2. Celeron 1.7Gh take 3 hours for 45 SMA's on 10 vals pairs.

ASICs are not made to provide hashes of random data or random calculations. They take a very specific input describing (blockchain) work to be done and generally return a nonce that satisfies that piece of work.

It's all very specific to blockchain mining. See the following for more info:

http://bitcoin.stackexchange.com/a/1291