Skip to content

Commit

Permalink
rebrand
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyFFM committed Jan 25, 2019
1 parent a19d399 commit 261f1ce
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ version = "1.7.2"
license = "GPL-3.0"
authors = ["PoC Consortium <[email protected]>"]
description = """
Scavenger - a Burst miner written in Rust
Scavenger - a PoC miner written in Rust
"""
build = "build.rs"
repository = "https://github.com/PoC-Consortium/scavenger"
documentation = "https://github.com/PoC-Consortium/scavenger"
keywords = ["burstcoin", "miner", "rust","cryptocurrency"]
keywords = ["poc", "miner", "rust","cryptocurrency"]
readme = "README.md"

[features]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

[![Build Status](https://travis-ci.org/PoC-Consortium/scavenger.svg?branch=master)](https://travis-ci.org/PoC-Consortium/scavenger)

# Scavenger - Burstminer in Rust
# Scavenger - PoC miner in Rust

### Features
- windows, linux, macOS, android & more
- x86 32 & 64bit, arm, aarch64
- direct io
- avx512f, avx2, avx, sse, neon
- opencl
- fastest burstminer there is
- fastest PoC miner there is

### Documentation/Wiki

Expand Down
2 changes: 1 addition & 1 deletion src/c/mshabal_128_avx.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void mshabal_close_avx(mshabal_context *sc, unsigned ub0, unsigned ub1, unsigned
void *dst3);

/*
* optimised Shabal Routine for Burstcoin Mining
* optimised Shabal Routine for PoC Mining
*/
void mshabal_deadline_fast_avx(mshabal_context_fast *sc, void *message, void *termination, void *dst0,
void *dst1, void *dst2, void *dst3);
Expand Down
2 changes: 1 addition & 1 deletion src/c/mshabal_128_neon.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void mshabal_close_neon(mshabal_context *sc, unsigned ub0, unsigned ub1, unsigne
void *dst3);

/*
* optimised Shabal Routine for Burstcoin Mining
* optimised Shabal Routine for PoC Mining
*/
void mshabal_deadline_fast_neon(mshabal_context_fast *sc, void *u1, void *u2, void *dst0,
void *dst1, void *dst2, void *dst3);
Expand Down
2 changes: 1 addition & 1 deletion src/c/mshabal_128_sse2.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ void mshabal_close_sse2(mshabal_context *sc, unsigned ub0, unsigned ub1, unsigne
void *dst3);

/*
* optimised Shabal Routine for Burstcoin Mining
* optimised Shabal Routine for PoC Mining
*/
void mshabal_deadline_fast_sse2(mshabal_context_fast *sc, void *message, void *termination, void *dst0,
void *dst1, void *dst2, void *dst3);
Expand Down
2 changes: 1 addition & 1 deletion src/c/mshabal_256_avx2.h
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ void mshabal_close_avx2(mshabal256_context *sc, unsigned ub0, unsigned ub1, unsi
void *dst5, void *dst6, void *dst7);

/*
* optimised Shabal Routine for Burstcoin Mining
* optimised Shabal Routine for PoC Mining
*/
void mshabal_deadline_fast_avx2(mshabal256_context_fast *sc, void *message, void *termination, void *dst0,
void *dst1, void *dst2, void *dst3, void *dst4, void *dst5,
Expand Down
2 changes: 1 addition & 1 deletion src/c/mshabal_512_avx512f.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ void mshabal_close_avx512f(mshabal512_context *sc, unsigned ub0, unsigned ub1, u
void *dst12, void *dst13, void *dst14, void *dst15);

/*
* optimised Shabal Routine for Burstcoin Mining
* optimised Shabal Routine for PoC Mining
*/
void mshabal_deadline_fast_avx512f(mshabal512_context_fast *sc, void *message, void *termination, void *dst0,
void *dst1, void *dst2, void *dst3, void *dst4, void *dst5,
Expand Down
2 changes: 1 addition & 1 deletion src/c/sph_shabal.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void sph_shabal256_close(void* cc, void* dst);
void sph_shabal256_addbits_and_close(void* cc, unsigned ub, unsigned n, void* dst);

/*
* optimised Shabal Routine for Burstcoin Mining
* optimised Shabal Routine for PoC Mining
*/
void sph_shabal_deadline_fast(void *scoop_data, void *gen_sig, void *dst);

Expand Down
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ extern crate log;
extern crate core_affinity;
extern crate log4rs;

mod burstmath;
mod pocmath;
mod config;
mod cpu_worker;
mod logger;
Expand Down Expand Up @@ -108,7 +108,7 @@ cfg_if! {
}

fn main() {
let arg = App::new("Scavenger - a Burst miner")
let arg = App::new("Scavenger - a PoC miner")
.version(crate_version!())
.author(crate_authors!())
.about(crate_description!())
Expand Down
6 changes: 3 additions & 3 deletions src/miner.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#[cfg(feature = "opencl")]
extern crate ocl_core as core;

use burstmath;
use pocmath;
use chan;
use config::Cfg;
use core_affinity;
Expand Down Expand Up @@ -471,10 +471,10 @@ impl Miner {
state.base_target = mining_info.base_target;

let gensig =
burstmath::decode_gensig(&mining_info.generation_signature);
pocmath::decode_gensig(&mining_info.generation_signature);
state.generation_signature = mining_info.generation_signature;

let scoop = burstmath::calculate_scoop(mining_info.height, &gensig);
let scoop = pocmath::calculate_scoop(mining_info.height, &gensig);
info!(
"{: <80}",
format!(
Expand Down
File renamed without changes.

0 comments on commit 261f1ce

Please sign in to comment.