Bitcoin Forum
April 26, 2024, 09:11:23 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: CPU Mining for BitZeny (Ubuntu & macOS)  (Read 249 times)
Racooma (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile WWW
December 26, 2017, 10:19:36 AM
Last edit: January 02, 2018, 06:46:52 PM by Racooma
 #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://bitcointalk.org/index.php?topic=2648434.msg26979091#msg26979091
and for macOS:
 -> https://bitcointalk.org/index.php?topic=2648434.msg26979386#msg26979386

Does anyone know info more about BitZeny?

Regards,

https://racooma.com/images/2018-1-3-ZenyPool-Statistics.png
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714122683
Hero Member
*
Offline Offline

Posts: 1714122683

View Profile Personal Message (Offline)

Ignore
1714122683
Reply with quote  #2

1714122683
Report to moderator
1714122683
Hero Member
*
Offline Offline

Posts: 1714122683

View Profile Personal Message (Offline)

Ignore
1714122683
Reply with quote  #2

1714122683
Report to moderator
1714122683
Hero Member
*
Offline Offline

Posts: 1714122683

View Profile Personal Message (Offline)

Ignore
1714122683
Reply with quote  #2

1714122683
Report to moderator
Racooma (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile WWW
December 26, 2017, 10:53:20 AM
Last edit: December 26, 2017, 01:02:39 PM by Racooma
 #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!

Racooma (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile WWW
December 26, 2017, 10:59:06 AM
Last edit: December 26, 2017, 01:03:05 PM by Racooma
 #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!
Racooma (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile WWW
December 27, 2017, 11: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://bitcointalk.org/index.php?topic=2648434.msg26979091#msg26979091
and for macOS:
 -> https://bitcointalk.org/index.php?topic=2648434.msg26979386#msg26979386

Does anyone know info more about BitZeny?

Regards,
toyo87
Full Member
***
Offline Offline

Activity: 738
Merit: 100

Follow on Twitter @realToyoTheo


View Profile
April 13, 2018, 10:23:19 AM
 #5

How to mine this coin with Windows OS?

🧬⛓Blockchain ENTHUSIAST and EVANGELIST🎊. Crypto Investor💻, Miner🧰, Trader👨‍💻. Project Ambassadors👨‍💼, Community Manager👥, Blogger🥳 & MORE.
Racooma (OP)
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile WWW
April 28, 2018, 03:43:17 PM
 #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?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!