Author

Topic: my c++ code in *ASIC Gridseed Dual Miner*, need help (Read 1592 times)

hero member
Activity: 840
Merit: 1002
Hardware mining for calculating "very specific input describing (blockchain)"=>"RFC.SSL.Wasting time" it is wasting time for me.

I want to use hardware as helpful tool in finding quality data results.

So. ASIC's work without memory ? ASIC's work without floating points calculations ?

So. ASIC it is black box in airplanes ?

PS: Hardware mining it is very expensive for me. Captcha mining most profitable for me.
PPS: Captcha mining it is expensive too, cause many things like this: - "Invalid captcha. Try again."

ASICs are not programmable - they are Application Specific Integrated Circuits. They do one thing only, as efficiently as possible. What you may want are FPGAs - Field Programmable Gate Arrays. These are programmable / configurable by you, less efficient than an ASIC but more so than a PC.
member
Activity: 61
Merit: 10
Hardware mining for calculating "very specific input describing (blockchain)"=>"RFC.SSL.Wasting time" it is wasting time for me.

I want to use hardware as helpful tool in finding quality data results.

So. ASIC's work without memory ? ASIC's work without floating points calculations ?

So. ASIC it is black box in airplanes ?

PS: Hardware mining it is very expensive for me. Captcha mining most profitable for me.
PPS: Captcha mining it is expensive too, cause many things like this: - "Invalid captcha. Try again."
hero member
Activity: 840
Merit: 1002
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
member
Activity: 61
Merit: 10
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.
Jump to: