Pages:
Author

Topic: [ANN][XZC] - ZCOIN - [Zero-Knowledge Cryptographic - Untraceable Anonymity ] - page 2. (Read 20952 times)

legendary
Activity: 3808
Merit: 1723
Can you compile and post a binary? I am getting some dependency errors.


Or help me compile properly. I am getting the CANNOT FIND -lpthreadsGC2 when the pthreadsGC2.dll is in MinGW/bin/


The last time I did anything @ windows was when Windows 7 came out Smiley

I can tell you anyhting or compile anything under Linux but I'm sorry, I can't help for Windows.

Yeah it compiled in Ubuntu no problem just trying to get it for Windows.

Also when you were writing this algorithm, is it really Lyra2 or something else? It looked like some pyminer.py was doing the mining and the algorithm was more along the lines of SHA256 than Lyra2.
legendary
Activity: 2688
Merit: 1240
Can you compile and post a binary? I am getting some dependency errors.


Or help me compile properly. I am getting the CANNOT FIND -lpthreadsGC2 when the pthreadsGC2.dll is in MinGW/bin/


The last time I did anything @ windows was when Windows 7 came out Smiley

I can tell you anyhting or compile anything under Linux but I'm sorry, I can't help for Windows.
legendary
Activity: 3808
Merit: 1723
Can you compile and post a binary? I am getting some dependency errors.


Or help me compile properly. I am getting the CANNOT FIND -lpthreadsGC2 when the pthreadsGC2.dll is in MinGW/bin/
legendary
Activity: 2688
Merit: 1240
Pool Efficiency   29.23%, is there any problem or just stats messed up because of low hashrates?

Thankks



Some folks are trying to mine with scrypt and/or any other algo
member
Activity: 109
Merit: 10
Pool Efficiency   29.23%, is there any problem or just stats messed up because of low hashrates?

Thankks

legendary
Activity: 2688
Merit: 1240
I dont know how to compile your wallet,some file is missing from the link to download.Any ready cpu miner.

You mean the wallet or the CPU miner ?

I just noticed you might get an error on some ubuntu systems when compiling the miner from scratch you'd have to add:

./configure --with-curl --with-crypto

in order to get it working correctly
Cpuminer in windows can work or it just in linux version.

Also windows, you just have to compile it
I dont know how to compile.Plesae send instruction.

It's all in the README:

Basic Windows build with Visual Studio 2013

All the required .lib files are now included in tree (windows only)
AVX enabled by default for x64 platform (AVX2 and XOP could also be used)
Basic Windows build instructions, using MinGW64:

Install MinGW64 and the MSYS Developer Tool Kit (http://www.mingw.org/)
Make sure you have mstcpip.h in MinGW\include
install pthreads-w64
Install libcurl devel (http://curl.haxx.se/download.html)
Make sure you have libcurl.m4 in MinGW\share\aclocal
Make sure you have curl-config in MinGW\bin
Install openssl devel (https://www.openssl.org/related/binaries.html)
In the MSYS shell, run:
for 64bit, you can use ./mingw64.sh else : ./autogen.sh # only needed if building from git repo
LIBCURL="-lcurldll" ./configure CFLAGS="-march=native"
# Use -march=native if building for a single machine
make


Check:

https://github.com/ocminer/cpuminer-xzc#basic-windows-build-with-visual-studio-2013
hero member
Activity: 518
Merit: 500
I dont know how to compile your wallet,some file is missing from the link to download.Any ready cpu miner.

You mean the wallet or the CPU miner ?

I just noticed you might get an error on some ubuntu systems when compiling the miner from scratch you'd have to add:

./configure --with-curl --with-crypto

in order to get it working correctly
Cpuminer in windows can work or it just in linux version.

Also windows, you just have to compile it
I dont know how to compile.Plesae send instruction.
legendary
Activity: 2688
Merit: 1240
I dont know how to compile your wallet,some file is missing from the link to download.Any ready cpu miner.

You mean the wallet or the CPU miner ?

I just noticed you might get an error on some ubuntu systems when compiling the miner from scratch you'd have to add:

./configure --with-curl --with-crypto

in order to get it working correctly
Cpuminer in windows can work or it just in linux version.

Also windows, you just have to compile it
hero member
Activity: 518
Merit: 500
I dont know how to compile your wallet,some file is missing from the link to download.Any ready cpu miner.

You mean the wallet or the CPU miner ?

I just noticed you might get an error on some ubuntu systems when compiling the miner from scratch you'd have to add:

./configure --with-curl --with-crypto

in order to get it working correctly
Cpuminer in windows can work or it just in linux version.
legendary
Activity: 2688
Merit: 1240
I dont know how to compile your wallet,some file is missing from the link to download.Any ready cpu miner.

You mean the wallet or the CPU miner ?

I just noticed you might get an error on some ubuntu systems when compiling the miner from scratch you'd have to add:

./configure --with-curl --with-crypto

in order to get it working correctly
hero member
Activity: 644
Merit: 500
I was bored and fiddled a bit around with this coin, which has serious issues, here are some of them:


1. The Algo is set to self-destruct itself after a certain time where miner's Memory is exhausted or the share finding is simply taking so long that the coins retargeting feature is exhausted.

2. The Blockchain is resyncing everytime you restart the client from scratch

3. There's still lots of debugging code activated which floods the debug files.

4. The zerocoin implementation doesn't really seem to work, did anyone tried this and got it working ?

5. Blocktime is too slow, its like 50 blocks in 12h


Nevertheless, here's a Pool and an external CPU miner which should at least be as fast as the in-wallet miner:

Pool: https://xzc.suprnova.cc

Miner: https://github.com/ocminer/cpuminer-xzc

I've hacked the miner so that the "lyra2rev" Algo works with XZC's ridiculous implementation of crazy Lyra2 - so use "-a lyra2rev2" for XZC mining, of course, the normal Lyra Algo's are broken in this miner now.

And no - I don't have a Windows version nor am I able to compile one.


Have fun Smiley




Ocminer, can you tell me the command to start the miner in Ubuntu 16.04?

Thanks


Yes, I just fixed the Getting Started page on the pool:



very helpful owner and supranova really works great for mining good luck hope i can get some of it even i use my old computer.
hero member
Activity: 518
Merit: 500
I dont know how to compile your wallet,some file is missing from the link to download.Any ready cpu miner.
member
Activity: 109
Merit: 10
legendary
Activity: 2688
Merit: 1240
I was bored and fiddled a bit around with this coin, which has serious issues, here are some of them:


1. The Algo is set to self-destruct itself after a certain time where miner's Memory is exhausted or the share finding is simply taking so long that the coins retargeting feature is exhausted.

2. The Blockchain is resyncing everytime you restart the client from scratch

3. There's still lots of debugging code activated which floods the debug files.

4. The zerocoin implementation doesn't really seem to work, did anyone tried this and got it working ?

5. Blocktime is too slow, its like 50 blocks in 12h


Nevertheless, here's a Pool and an external CPU miner which should at least be as fast as the in-wallet miner:

Pool: https://xzc.suprnova.cc

Miner: https://github.com/ocminer/cpuminer-xzc

I've hacked the miner so that the "lyra2rev" Algo works with XZC's ridiculous implementation of crazy Lyra2 - so use "-a lyra2rev2" for XZC mining, of course, the normal Lyra Algo's are broken in this miner now.

And no - I don't have a Windows version nor am I able to compile one.


Have fun Smiley




Ocminer, can you tell me the command to start the miner in Ubuntu 16.04?

Thanks


Yes, I just fixed the Getting Started page on the pool:


member
Activity: 109
Merit: 10
I was bored and fiddled a bit around with this coin, which has serious issues, here are some of them:


1. The Algo is set to self-destruct itself after a certain time where miner's Memory is exhausted or the share finding is simply taking so long that the coins retargeting feature is exhausted.

2. The Blockchain is resyncing everytime you restart the client from scratch

3. There's still lots of debugging code activated which floods the debug files.

4. The zerocoin implementation doesn't really seem to work, did anyone tried this and got it working ?

5. Blocktime is too slow, its like 50 blocks in 12h


Nevertheless, here's a Pool and an external CPU miner which should at least be as fast as the in-wallet miner:

Pool: https://xzc.suprnova.cc

Miner: https://github.com/ocminer/cpuminer-xzc

I've hacked the miner so that the "lyra2rev" Algo works with XZC's ridiculous implementation of crazy Lyra2 - so use "-a lyra2rev2" for XZC mining, of course, the normal Lyra Algo's are broken in this miner now.

And no - I don't have a Windows version nor am I able to compile one.


Have fun Smiley




Ocminer, can you tell me the command to start the miner in Ubuntu 16.04?

Thanks
legendary
Activity: 2688
Merit: 1240
I was bored and fiddled a bit around with this coin, which has serious issues, here are some of them:


1. The Algo is set to self-destruct itself after a certain time where miner's Memory is exhausted or the share finding is simply taking so long that the coins retargeting feature is exhausted.

2. The Blockchain is resyncing everytime you restart the client from scratch

3. There's still lots of debugging code activated which floods the debug files.

4. The zerocoin implementation doesn't really seem to work, did anyone tried this and got it working ?

5. Blocktime is too slow, its like 50 blocks in 12h


Nevertheless, here's a Pool and an external CPU miner which should at least be as fast as the in-wallet miner:

Pool: https://xzc.suprnova.cc

Miner: https://github.com/ocminer/cpuminer-xzc

I've hacked the miner so that the "lyra2rev" Algo works with XZC's ridiculous implementation of crazy Lyra2 - so use "-a lyra2rev2" for XZC mining, of course, the normal Lyra Algo's are broken in this miner now.

And no - I don't have a Windows version nor am I able to compile one.


Have fun Smiley

hero member
Activity: 882
Merit: 500
Nova price is near 0.002. And it's low.
sr. member
Activity: 437
Merit: 250
Anyone having to always re-index the db after every launch of wallet?
hero member
Activity: 882
Merit: 500
I think ZCOIN price will reach 5-10 usd in mid term.
It looks a great crypto. The first Zero proof knoweledge crypto.
Pages:
Jump to: