Pages:
Author

Topic: [ANN][ZET] Zetacoin - SHA256 - Upgrade to 0.13.2 (Segwit) - page 11. (Read 463970 times)

hero member
Activity: 1092
Merit: 552
Retired IRCX God
previous version worked (and compiled) with boost 1.62,
you suggest newer zetacoind requires even older version?
I'm not sure why you can't grasp the concept that code which was mostly written in 2015 needs 2015 libraries.
You seem to be lacking in understanding of what Zetacoin is, how libraries work, and/or what was released when.

The "newer" Zetacoin is updated to the Bitcoin Core version 0.12.1.

  • Boost version 1.59.0 was released August 13th, 2015.
  • Bitcoin Core version 0.12.1 was released April 15th, 2016.
  • Boost version 1.62.0 was released September 28th, 2016.

While you might have gotten lucky with the older base working, the fact remains that much was changed from the Boost 1.59.0 to the Boost 1.62.0 library 13 months later (and also Boost 1.62.0 was 5 months after the Bitcoin Core 0.12.1 code release).

What you're doing is akin to trying to use a 2009 Ferrari engine in a 1987 Pinto.
newbie
Activity: 60
Merit: 0
previous version worked (and compiled) with boost 1.62,
you suggest newer zetacoind requires even older version?
hero member
Activity: 1092
Merit: 552
Retired IRCX God
newbie
Activity: 60
Merit: 0
nope, I've ver 1.62
and my mistake, ubuntu is 18.04 (not 18.10)
maybe for you coin is dead... not for me
hero member
Activity: 1092
Merit: 552
Retired IRCX God
...
os ubuntu 18.10, all dependencies installed
....
You want to make code changes to a mostly dead coin because you have newer libraries* in your beta OS flavor?  Roll Eyes Really?  Roll Eyes


*(read as: you don't actually have "all dependencies installed" since you have a different version of boost than the actual dependency)
newbie
Activity: 60
Merit: 0
I'm unable to compile newest zetacoind

It's fresh version from github
os ubuntu 18.10, all dependencies installed

log from compiling

Making all in src
make[1]: Entering directory '/home/dragon/zetacoin/src'
make[2]: Entering directory '/home/dragon/zetacoin/src'
  CXX      wallet/libbitcoin_wallet_a-crypter.o
wallet/crypter.cpp: In member function ‘bool CCrypter::Encrypt(const CKeyingMaterial&, std::vector&)’:
wallet/crypter.cpp:61:20: error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined
     EVP_CIPHER_CTX ctx;
                    ^~~
wallet/crypter.cpp: In member function ‘bool CCrypter::Decrypt(const std::vector&, CKeyingMaterial&)’:
wallet/crypter.cpp:88:20: error: aggregate ‘EVP_CIPHER_CTX ctx’ has incomplete type and cannot be defined
     EVP_CIPHER_CTX ctx;
                    ^~~
At global scope:
cc1plus: warning: unrecognized command line option ‘-Wno-self-assign’
Makefile:4360: recipe for target 'wallet/libbitcoin_wallet_a-crypter.o' failed
make[2]: *** [wallet/libbitcoin_wallet_a-crypter.o] Error 1
make[2]: Leaving directory '/home/dragon/zetacoin/src'
Makefile:6961: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/dragon/zetacoin/src'
Makefile:650: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

possible solution

https://github.com/bitcoinxt/bitcoinxt/issues/380

https://github.com/bitcoin/bitcoin/commit/9049cde4d962862f507f9ddf1c0dbd49ea04be51

member
Activity: 88
Merit: 10
Hi everybody. Wellcome to our mining pool.
http://gigablock.mine.nu has a lot of coins including Zetacoin sha256d.

fee 1%
Good luck.
hero member
Activity: 619
Merit: 501
https://www.massict.com/
Hi!  I'm wondering what is the best CPU miner to use for mining Zetacoin?  I'm on a Windows 7 machine with 2 threads, would love to get started mining!

cpu mining will not make sense for zetacoin... it is asiq mining
newbie
Activity: 84
Merit: 0
Hi!  I'm wondering what is the best CPU miner to use for mining Zetacoin?  I'm on a Windows 7 machine with 2 threads, would love to get started mining!
newbie
Activity: 82
Merit: 0
Cool so... someone with an eruptor could mine about 4700 ZET between now and the next difficulty increase (21 days?)
and then a further 3122 ZET in the next 28 days after that, and then 1561 ZET in the 28 days after that?
newbie
Activity: 70
Merit: 0
I'm holding 75%. I think this coin will go further, and the dev isn't shady. A refreshing change
sr. member
Activity: 728
Merit: 251
Hello, do we have a bootstrap?
newbie
Activity: 3
Merit: 0
Zetacoin 0.12.1.1

Notable changes

- First version bits BIP9 softfork deployment
- BIP68 soft fork to enforce sequence locks for relative locktime
- BIP112 soft fork to enforce OP_CHECKSEQUENCEVERIFY
- BIP113 locktime enforcement soft fork

https://github.com/zetacoin/zetacoin/releases/tag/v0.12.1.1
hero member
Activity: 588
Merit: 503
Pool coind updated from V110304 to V120101.

Awaiting the next block solve to validate.   Anyone wish to join?

As always, Users with a balance, remember to withdraw your coins.
https://hobbyistpool.ddns.net/zet
hero member
Activity: 1092
Merit: 552
Retired IRCX God
Is there a way to opt out of Tor?
Code:
listenonion=0
should do it
hero member
Activity: 938
Merit: 1000
www.multipool.us
Zetacoin 0.12.0.1 - Major code upgrade

Notable changes:

- Signature validation using libsecp256k1
- Direct headers announcement (BIP 130)
- Automatically use Tor hidden services
- Notifications through ZMQ
- Wallet: Pruning
- Mining Code optimizations

For downloads see:

https://github.com/zetacoin/zetacoin/releases/tag/v0.12.0.1


Is there a way to opt out of Tor?
full member
Activity: 151
Merit: 100
Funny to see ZetaCoin being developed again. SkeinCoin is forked from ZetaCoin and development has been restarted too (v12.1.1 was released a week ago) Link to their thread

Is there a whitepaper or road map available for ZetaCoin?
full member
Activity: 176
Merit: 100
Zetacoin 0.12.0.1 - Major code upgrade

Notable changes:

- Signature validation using libsecp256k1
- Direct headers announcement (BIP 130)
- Automatically use Tor hidden services
- Notifications through ZMQ
- Wallet: Pruning
- Mining Code optimizations

For downloads see:

https://github.com/zetacoin/zetacoin/releases/tag/v0.12.0.1
full member
Activity: 176
Merit: 100
Release Candidate 1 - Zetacoin 0.12.0

This is a release candidate for an upgrade to the 0.12.0 base.

Please report any issues on GitHub.

Users who compile from source can use the 0.12.0-rc1 branch.

Notable changes:

- Signature validation using libsecp256k1
- Direct headers announcement (BIP 130)
- Automatically use Tor hidden services
- Notifications through ZMQ
- Wallet: Pruning
- Mining Code optimizations

For a full list see:

https://github.com/zetacoin/zetacoin/blob/0.12.0-merge/doc/release-notes.md

For binaries see:

https://github.com/zetacoin/zetacoin/releases/tag/v0.12.0-rc1
member
Activity: 98
Merit: 10
what's the MAX supply of ZET?
Pages:
Jump to: