All Projects → aabc → equihash-zcash-c

aabc / equihash-zcash-c

Licence: other
Equihash solver port from C++ to C for Zcash

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to equihash-zcash-c

CoinMarketCap-Desktop
A simple desktop wrapper for CoinMarketCap
Stars: ✭ 21 (-32.26%)
Mutual labels:  crypto, coin
cryptocurrency-icons-font
A webfont for cryptocurrency symbols
Stars: ✭ 21 (-32.26%)
Mutual labels:  crypto, coin
reactive-trader
In the coming weeks this plans to become a Gekko plugin that reacts to market changes, finding and running only the most profitable strategies.
Stars: ✭ 91 (+193.55%)
Mutual labels:  crypto, coin
i3blocks-crypto
💵 View your favorite coins' ticker prices with i3blocks.
Stars: ✭ 30 (-3.23%)
Mutual labels:  crypto, coin
Hth Legacy Old Chain
Old Binaries and source code for HTH. Deprecated.
Stars: ✭ 22 (-29.03%)
Mutual labels:  crypto, coin
go-gecko
Simple API Client for CoinGecko written in Go.
Stars: ✭ 91 (+193.55%)
Mutual labels:  crypto, coin
backend
Bitex Python crypto exchange backend
Stars: ✭ 23 (-25.81%)
Mutual labels:  crypto, coin
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (+209.68%)
Mutual labels:  crypto, coin
Ico Check
Background checks and due diligence for crypto projects
Stars: ✭ 368 (+1087.1%)
Mutual labels:  crypto, coin
Cryptoetf
Portfolio Overview Tool for Your CryptoCoin Capitalization-Weighted Portfolio.
Stars: ✭ 358 (+1054.84%)
Mutual labels:  crypto, coin
Crypto Supplies
Cryptocurrency circulating, maximum and total supplies
Stars: ✭ 26 (-16.13%)
Mutual labels:  crypto, coin
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+6725.81%)
Mutual labels:  crypto, coin
framework
Aplus Full-Stack Framework
Stars: ✭ 172 (+454.84%)
Mutual labels:  crypto
privatebin-cli
Privatebin CLI in NodeJS.
Stars: ✭ 31 (+0%)
Mutual labels:  crypto
TensorTrade
This repository hosts all my code related to TensorTrade. It consists of the main program, its old versions, and some extras for more insights.
Stars: ✭ 16 (-48.39%)
Mutual labels:  crypto
anyl-wallet
🏦 Anyl Embedded Wallet for Internet of Things
Stars: ✭ 28 (-9.68%)
Mutual labels:  crypto
CryptionTool
一个CTF+渗透测试工具框架,集成常见加解密,密码、编码转换,端口扫描,字符处理等功能
Stars: ✭ 62 (+100%)
Mutual labels:  crypto
NFT.net
An engine developed with .NET Core to generate NFT's through a graphical interface. Simple as that, in the best Grab & Go style.
Stars: ✭ 294 (+848.39%)
Mutual labels:  crypto
crypto-watchdog
Crypto Watchdog is an open-source developer friendly project, periodically queries crypto market and notifies potential pumps & recently added tokens/coins via web-hooks.
Stars: ✭ 22 (-29.03%)
Mutual labels:  coin
ninjabot
A fast trading bot platform for cryptocurrency in Go (Binance)
Stars: ✭ 1,021 (+3193.55%)
Mutual labels:  crypto

Equihash Solver for Zcash, C Implementation

Install

git clone https://github.com/aabc/equihash-zcash-c.git
cd equihash-zcash-c
git submodule init
git submodule update
make
./basicSolver -n 96 -k 5 -I 'block header' -N 0
./basicSolver-opt -n 200 -k 9 -I 'block header' -N 1

You can use Zcash Solver CLI API:

./basicSolver-opt -n 200 -k 9 -i input.bin
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].