Skip to content

OttyLab/BitZenyiOSMiningLibrary

Repository files navigation

BitZeny Miner for iOS

Summary

This is a BitZeny Miner for iOS based on cpuminer. cpuminer is modifed to work as a library for Objective-C and Swift.

Library

Constructors

- (id) initWithLogCallback: (void(^)(NSString*))cb;

Passed method receives log data.

Methods

- (int) startMining:(NSString*)url user:(NSString*)user password:(NSString*)password n_threads:(int)n_threads;
- (int) startBenchmark;
- (int) stopMining;

Tips

Library core uses submodule. Therefore, run below commands after clone;

git submodule init
git submodule update

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published