Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/poc-consortium/engraver
PoCC Burstcoin Reference Plotter
https://github.com/poc-consortium/engraver
avx burstcoin linux macos macosx nonces plot plotter unix windows
Last synced: about 1 month ago
JSON representation
PoCC Burstcoin Reference Plotter
- Host: GitHub
- URL: https://github.com/poc-consortium/engraver
- Owner: PoC-Consortium
- License: mit
- Created: 2017-09-07T10:14:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-10T11:28:01.000Z (over 3 years ago)
- Last Synced: 2024-11-17T10:47:18.844Z (about 1 month ago)
- Topics: avx, burstcoin, linux, macos, macosx, nonces, plot, plotter, unix, windows
- Language: Rust
- Homepage:
- Size: 427 KB
- Stars: 63
- Watchers: 11
- Forks: 39
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/PoC-Consortium/engraver.svg?branch=master)](https://travis-ci.org/PoC-Consortium/engraver) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)# Engraver - PoC2 plotter in Rust
### Features
- windows, linux, unix & macOS
- x86 32&64bit
- direct and async i/o
- SIMD support: sse2, avx, avx2, avx512f
- gpu support
- fastest plotter there is### Requirements
- new version of rust [stable toolchain]### Compile, test, ...
Binaries are in **target/debug** or **target/release** depending on optimization.
``` shell
# build debug und run directly
cargo run [--features=opencl]# build debug (unoptimized)
cargo build [--features=opencl]# build release (optimized)
cargo build --release [--features=opencl]
```### Run
```shell
engraver --help
```### Donate
* JohnnyDeluxe: BURST-S338-R6VC-LTFA-2GC6G
- shabal optimizations
- windows support
* bold: BURST-8V9Y-58B4-RVWP-8HQAV
- architecture
- linux support