Pages:
Author

Topic: [ANN] ZERO - fork of Zcash with harder mining params - page 82. (Read 131845 times)

sr. member
Activity: 363
Merit: 250
Can some one point a linux noob to install instructions, cheers
full member
Activity: 177
Merit: 100
Zero satoshi
legendary
Activity: 2688
Merit: 1240
I've got a pool ready but I need a modified miner and I have very little time today, if someone has some spare time to put the new values into a miner, let me know via PM so we can test.
full member
Activity: 366
Merit: 100
Since starting this node 2 hours, 24 minutes, 26 seconds ago:
- You have validated no transactions.
- You have contributed 0.2428 Sol/s on average to the network solution rate.
- You have completed 886 Equihash solver runs.
- You have mined 5 blocks!
  Orphaned: 0 blocks, Immature: 50.00 ZER, Mature: 0.00 ZER

CPU core i7 3770 Ram 16gb. With 4 cores, all the memory occupied...

member
Activity: 109
Merit: 10
everything work fine on my side

Since starting this node 8 hours, 43 minutes, 58 seconds ago:
- You have validated no transactions.
- You have contributed 0.3708 Sol/s on average to the network solution rate.
- You have completed 5859 Equihash solver runs.
- You have mined 37 blocks!
  Orphaned: 0 blocks, Immature: 370.00 ZER, Mature: 0.00 ZER

If I've read right it takes aprox 24 hours ( 720 confirmation ) to mature coins.

Let's see how this project goes.
full member
Activity: 366
Merit: 100
How to mine in windows? And Where is wallet for windows?
Can anyone help me pleasee

Only linux.
sr. member
Activity: 448
Merit: 250
How to mine in windows? And Where is wallet for windows?
Can anyone help me pleasee
sr. member
Activity: 1419
Merit: 275
Community built, Privacy driven
In 4hrs mined 1 block, waiting for coins to get matured.
Somehow I am not able to run ./zcash-cli getinfo
sr. member
Activity: 1419
Merit: 275
Community built, Privacy driven
this is basic linux stuff lol. its all working fine as i have it compiled and running. i ran into no issues.
got it to work, thank you
newbie
Activity: 35
Merit: 0
this is basic linux stuff lol. its all working fine as i have it compiled and running. i ran into no issues.
legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
did you cd to the src directory before running the command

Code:
cd zero/src

then run

Code:
./zcashd -listen=0


then

Code:
./zcash-cli getinfo

It is need min 8G of RAM and 24 hour to mature coins!
newbie
Activity: 35
Merit: 0
did you cd to the src directory before running the command

Code:
cd ~/zero/src

then run

Code:
./zcashd -listen=0


then

Code:
./zcash-cli getinfo
hero member
Activity: 644
Merit: 500
is very long time in plan distribution, if can not good price , and good user community youre coin can die
if distribution very long time youre coun must competitif can euqal bitcoin, litecoin, ethereum ,monero and dogecoin
hero member
Activity: 527
Merit: 501
Same error here , if unlisten=0 it doesn't show the error but still don't work.

Maybe some help?

Thanks

legendary
Activity: 1523
Merit: 1001
NOBT - WNOBT your saving bank◕◡◕
i followed the guide on the ZERO repo

Code:
git clone https://github.com/zerocurrency/zero.git

cd zero

git checkout master

./zcutil/fetch-params.sh

./zcutil/build.sh -j$(nproc)

mkdir -p ~/.zero

echo "rpcuser=username" > ~/.zero/zero.conf

echo "rpcpassword=head -c 32 /dev/urandom | base64" >> ~/.zero/zero.conf

echo "addnode=35.164.216.74" >> ~/.zero/zero.conf

echo "addnode=35.165.120.254" >> ~/.zero/zero.conf

echo "rpcport=23800" >> ~/.zero/zero.conf

echo 'gen=1' >> ~/.zero/zero.conf

echo "genproclimit=$(nproc)" >> ~/.zero/zero.conf

echo 'equihashsolver=tromp' >> ~/.zero/zero.conf

then did ./zcashd -listen=0

was smooth as butter
-bash: ./zcashd: No such file or directory
newbie
Activity: 35
Merit: 0
i followed the guide on the ZERO repo

Code:
git clone https://github.com/zerocurrency/zero.git

cd zero

git checkout master

./zcutil/fetch-params.sh

./zcutil/build.sh -j$(nproc)

mkdir -p ~/.zero

echo "rpcuser=username" > ~/.zero/zero.conf

echo "rpcpassword=head -c 32 /dev/urandom | base64" >> ~/.zero/zero.conf

echo "addnode=35.164.216.74" >> ~/.zero/zero.conf

echo "addnode=35.165.120.254" >> ~/.zero/zero.conf

echo "rpcport=23800" >> ~/.zero/zero.conf

echo 'gen=1' >> ~/.zero/zero.conf

echo "genproclimit=$(nproc)" >> ~/.zero/zero.conf

echo 'equihashsolver=tromp' >> ~/.zero/zero.conf

then did ./zcashd -listen=0

was smooth as butter
sr. member
Activity: 1419
Merit: 275
Community built, Privacy driven
Code:
./zcashd -listen=0
Error: Cannot find the Zcash network parameters in the following directory:
"/home/erik/.zcash-params"
Do I need to download the whole zcash-fetch-params ?
newbie
Activity: 35
Merit: 0
Code:
./zcashd -listen=0
sr. member
Activity: 1419
Merit: 275
Community built, Privacy driven
Pages:
Jump to: