Bitcoin Forum
May 06, 2024, 08:08:34 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 [176] 177 178 179 180 181 182 183 184 185 186 »
  Print  
Author Topic: [ANN][ZET] Zetacoin - SHA256 - Upgrade to 0.13.2 (Segwit)  (Read 463813 times)
MethMatician
Full Member
***
Offline Offline

Activity: 151
Merit: 100


View Profile
February 26, 2018, 02:18:34 PM
 #3501

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?

If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
flound1129
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


www.multipool.us


View Profile
March 27, 2018, 03:55:27 AM
 #3502

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?

Multipool - Always mine the most profitable coin - Scrypt, X11 or SHA-256!
ComputerGenie
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 552


Retired IRCX God


View Profile
March 27, 2018, 04:08:14 AM
 #3503

Is there a way to opt out of Tor?
Code:
listenonion=0
should do it

If you have to ask "why?", you wouldn`t understand my answer.
Always be on the look out, because you never know when you'll be stalked by hit-men that eat nothing but cream cheese....
Hobbyist
Hero Member
*****
Offline Offline

Activity: 588
Merit: 503


View Profile
April 15, 2018, 10:16:34 PM
 #3504

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

╔══════════════════════════════════════════════════════════════════════════════════════╗
°o.O O.o° TheCryptoChat.net - Your Connection To Everything Crypto!! °o.O O.o°
╚══════════════════════════════════════════════════════════════════════════════════════╝
zetacoin
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
April 16, 2018, 10:51:20 AM
 #3505

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
Tara11
Sr. Member
****
Offline Offline

Activity: 728
Merit: 251


View Profile
April 22, 2018, 03:54:35 PM
 #3506

Hello, do we have a bootstrap?
vihang200200
Newbie
*
Offline Offline

Activity: 70
Merit: 0


View Profile
April 23, 2018, 04:18:09 AM
 #3507

I'm holding 75%. I think this coin will go further, and the dev isn't shady. A refreshing change
xuxunini
Newbie
*
Offline Offline

Activity: 82
Merit: 0


View Profile
April 24, 2018, 03:32:33 AM
 #3508

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?
hienvienlang
Newbie
*
Offline Offline

Activity: 84
Merit: 0


View Profile
April 25, 2018, 03:45:39 PM
 #3509

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!
amarian12
Hero Member
*****
Offline Offline

Activity: 619
Merit: 501


https://www.massict.com/


View Profile WWW
April 26, 2018, 10:21:55 AM
 #3510

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

Imagine a future where IT infrastructures monitor themselves, are able to predict and respond to future business needs and can protect and heal themselves automatically.
AndreyNag
Member
**
Offline Offline

Activity: 88
Merit: 10


View Profile WWW
May 05, 2018, 06:43:27 AM
 #3511

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

fee 1%
Good luck.

dragonus
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
June 05, 2018, 12:48:33 PM
 #3512

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<unsigned char>&)’:
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<unsigned char>&, 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

ComputerGenie
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 552


Retired IRCX God


View Profile
June 05, 2018, 12:58:48 PM
 #3513

...
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)

If you have to ask "why?", you wouldn`t understand my answer.
Always be on the look out, because you never know when you'll be stalked by hit-men that eat nothing but cream cheese....
dragonus
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
June 05, 2018, 01:26:54 PM
 #3514

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
ComputerGenie
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 552


Retired IRCX God


View Profile
June 05, 2018, 01:58:01 PM
Last edit: June 05, 2018, 02:14:13 PM by ComputerGenie
 #3515

nope, I've ver 1.62...
As I said:
...you have a different version of boost than the actual dependency

https://github.com/zetacoin/zetacoin/blob/master/depends/packages/boost.mk#L1-L2

If you have to ask "why?", you wouldn`t understand my answer.
Always be on the look out, because you never know when you'll be stalked by hit-men that eat nothing but cream cheese....
dragonus
Newbie
*
Offline Offline

Activity: 60
Merit: 0


View Profile
June 05, 2018, 05:01:44 PM
 #3516

previous version worked (and compiled) with boost 1.62,
you suggest newer zetacoind requires even older version?
ComputerGenie
Hero Member
*****
Offline Offline

Activity: 1092
Merit: 552


Retired IRCX God


View Profile
June 05, 2018, 06:26:11 PM
 #3517

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.

If you have to ask "why?", you wouldn`t understand my answer.
Always be on the look out, because you never know when you'll be stalked by hit-men that eat nothing but cream cheese....
alforro
Copper Member
Newbie
*
Offline Offline

Activity: 124
Merit: 0

I buy/sell crypto worldwide


View Profile WWW
June 08, 2018, 11:55:29 PM
 #3518

I am trying to setup a pool, any blockchain snapshot I can download? The normal syncing is taking too much time
alforro
Copper Member
Newbie
*
Offline Offline

Activity: 124
Merit: 0

I buy/sell crypto worldwide


View Profile WWW
June 13, 2018, 04:06:11 AM
 #3519

anyone knows where can I find a snapshot of the blockchain? I am trying to setup a mining pool for this coin and that would help me to get it up and running asap.
a123canz999888
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
June 14, 2018, 06:57:33 AM
 #3520

I wish I had bought and sold.  I've seen it happen quiteten, looks like there is a ZET/BTC whale with a bot pointed at all the major exchanges. 
Pages: « 1 ... 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 [176] 177 178 179 180 181 182 183 184 185 186 »
  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!