Author

Topic: CPU Mining for BitZeny (Ubuntu & macOS) (Read 264 times)

newbie
Activity: 50
Merit: 0
April 28, 2018, 11:43:17 AM
#6
Sorry for late!!

Please check this page for Windows User!
https://github.com/macchky/cpuminer/releases/tag/v2.6.0


How to mine this coin with Windows OS?
full member
Activity: 738
Merit: 100
Follow on Twitter @realToyoTheo
April 13, 2018, 06:23:19 AM
#5
How to mine this coin with Windows OS?
newbie
Activity: 50
Merit: 0
December 27, 2017, 07:57:37 AM
#4
Hi, I started mining BitZeny with my CPU.

Here is a mining poo:
https://zenypool.com
(and High Performance version: https://hp.bitzeny.com )

And, You can buy/sell at CryptoBridge.
 -> https://wallet.crypto-bridge.org/market/BRIDGE.ZNY_BRIDGE.BTC

I wrote procedure here for Ubuntu:
 -> https://bitcointalksearch.org/topic/m.26979091
and for macOS:
 -> https://bitcointalksearch.org/topic/m.26979386

Does anyone know info more about BitZeny?

Regards,
newbie
Activity: 50
Merit: 0
December 26, 2017, 06:59:06 AM
#3
If you use macOS,
procedures how to build are following:

brew install curl
brew install autoconf
brew install automake

git clone https://github.com/macchky/cpuminer.git
cd cpuminer

mkdir m4
cp /usr/local/Cellar/curl/7.57.0/share/aclocal/libcurl.m4 ./m4

# add "ACLOCAL_AMFLAGS = -I m4" into Makefile.am.
  minerd_LDFLAGS  = $(PTHREAD_FLAGS)
  minerd_LDADD    = @LIBCURL@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@
  minerd_CPPFLAGS = @LIBCURL_CPPFLAGS@

  ACLOCAL_AMFLAGS = -I m4 # <- here


#fix autogen.sh like this
  #!/bin/sh

  # You need autoconf 2.5x, preferably 2.57 or later
  # You need automake 1.7 or later. 1.6 might work.

  set -e

  aclocal -I m4
  autoheader
  automake --gnu --add-missing --copy
  autoconf


./autogen.sh
./nomacro.pl
./configure CFLAGS="-O3 -march=native -funroll-loops -fomit-frame-pointer"
 make

# and run like this
./minerd -a yescrypt -o stratum+tcp://zenypool.com:4444 -u Username.user -p password

and also refer to this page:
https://zenypool.com/index.php?page=gettingstarted

Happy mining!
newbie
Activity: 50
Merit: 0
December 26, 2017, 06:53:20 AM
#2
If you use Ubuntu,
procedures how to build are following:

sudo apt update
sudo apt upgrade

sudo apt-get install git
git clone https://github.com/macchky/cpuminer.git

cd cpuminer
sudo apt-get install libcurl4-openssl-dev gcc-mingw-w64 automake gcc make

./autogen.sh
./configure CFLAGS="-O3 -march=native -funroll-loops -fomit-frame-pointer"
 make

# and run like this
./minerd -a yescrypt -o stratum+tcp://zenypool.com:4444 -u Username.user -p password

and also refer to this page:
https://zenypool.com/index.php?page=gettingstarted

Happy mining!

newbie
Activity: 50
Merit: 0
December 26, 2017, 06:19:36 AM
#1
Hi, I started mining BitZeny with my CPU.

Here is a mining pool:
https://zenypool.com
(And High Performance version is here: https://hp.zenypool.com )

And, You can buy/sell at CryptoBridge.
 -> https://wallet.crypto-bridge.org/market/BRIDGE.ZNY_BRIDGE.BTC

I wrote procedure here for Ubuntu:
 -> https://bitcointalksearch.org/topic/m.26979091
and for macOS:
 -> https://bitcointalksearch.org/topic/m.26979386

Does anyone know info more about BitZeny?

Regards,

https://racooma.com/images/2018-1-3-ZenyPool-Statistics.png
Jump to: