Skip to content

Markourai/arm-miner-yespower

This branch is 8 commits ahead of yentencoin/yenten-arm-miner-yespowerr16:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb2ee7b · Feb 3, 2025
Oct 14, 2021
Mar 8, 2020
Mar 15, 2020
Mar 15, 2020
Mar 15, 2020
Oct 14, 2021
Mar 15, 2020
Mar 14, 2020
Mar 14, 2020
Mar 22, 2020
Jan 1, 2025
Mar 8, 2020
Mar 21, 2020
Mar 21, 2020
Nov 25, 2010
Nov 25, 2010
Feb 2, 2025
Mar 9, 2020
Feb 2, 2025
Feb 3, 2025
Sep 19, 2024
Sep 19, 2024
Mar 19, 2020
Mar 19, 2020
Mar 19, 2020
Mar 19, 2020
Mar 21, 2020
Mar 19, 2020
Mar 19, 2020
Feb 2, 2025
Mar 19, 2020
Jul 24, 2020
Nov 25, 2010
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Feb 3, 2025
Mar 21, 2020
Oct 4, 2013
Feb 3, 2025
Feb 3, 2025
May 16, 2014
Feb 2, 2025
Jan 16, 2012
Feb 2, 2025
Mar 8, 2020
Feb 3, 2025
Mar 8, 2020

Repository files navigation

Yenten ARM miner (yespowerr16 algo)

This is a multi-threaded CPU miner for CPUpower Coin, for of Yenten Coin sugarmaker, fork of sugarmaker, fork of solardiz's (Resistance) fork of pooler's (Litecoin) fork of Jeff Garzik's (Bitcoin) reference cpuminer. This fork is supporting only Yespower variant algorithms.

License: GPLv2. See COPYING for details.

Git tree: https://github.com/Markourai/arm-miner-yespower

Build dependencies:

autoconf
automake
GNU make
gcc
libcurl	https://curl.haxx.se/libcurl/
  • On recent Debian and Ubuntu, these can be installed with:
sudo apt-get install build-essential libcurl4-openssl-dev autotools-dev automake libtool

Basic Unix build instructions:

./autogen.sh
./configure CFLAGS="-Wall -O2 -fomit-frame-pointer" CXXFLAGS="$CFLAGS -std=gnu++11"
make

Notes for AIX users:

  • To build a 64-bit binary, export OBJECT_MODE=64
  • GNU-style long options are not supported, but are accessible via configuration file

Basic Windows build instructions, using MinGW:

  • Install MinGW and the MSYS Developer Tool Kit (http://www.mingw.org/)
    • Make sure you have mstcpip.h in MinGW\include
  • If using MinGW-w64, install pthreads-w64
  • Install libcurl devel (https://curl.haxx.se/download.html)
    • Make sure you have libcurl.m4 in MinGW\share\aclocal
    • Make sure you have curl-config in MinGW\bin
  • In the MSYS shell, run:
     ./autogen.sh
     LIBCURL='-lcurldll' ./configure
     make
    

Usage instructions:

Run sugarmaker --help to see options. You can solo-mine using these options:

  • Mainnet (Solo)
./sugarmaker -a yespowerr16 -o http://127.0.0.1:9982 -u user -p pass --coinbase-addr=wallet_address -t1
  • Mainnet (Stratum Pool)
./sugarmaker -a yespowerr16 -o stratum+tcp://cpu-pool.com:63368 -u wallet_address -t1

(Omit the leading ./ if you're on Windows.) For the above to work, for solo mining you need a fully-synced node running locally and with RPC username/password configured,

  • e.g. with the below in your .yenten/yenten.conf:
rpcbind=127.0.0.1
rpcallowip=127.0.0.0/8
rpcuser=user
rpcpassword=pass
  • Connecting through a proxy:
    • Use the --proxy option.
    • To use a SOCKS proxy, add a socks4:// or socks5:// prefix to the proxy host.
    • Protocols socks4a and socks5h, allowing remote name resolving, are also available since libcurl 7.18.0.
    • If no protocol is specified, the proxy is assumed to be a HTTP proxy.
    • When the --proxy option is not used, the program honors the http_proxy and all_proxy environment variables.

Author

About

ARM 64 CPU miner for Yespower variant algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 56.1%
  • Roff 20.1%
  • Shell 5.7%
  • M4 4.4%
  • Perl 3.9%
  • HTML 2.9%
  • Other 6.9%