Author

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

legendary
Activity: 2632
Merit: 1040
What price do you think will be the "final price" after 1-2 more halves?
legendary
Activity: 2674
Merit: 2965
Terminated.
Bought a couple hundred thousand, too cheap!
legendary
Activity: 1218
Merit: 1000
We see a bubble collapse on a really sped-up scale. It'll bounce up when ASIC-mined sell-offs dry up. Smiley

Exactly, rising ZET difficulty along with block halving occuring every month won't leave this coin sitting at 1000 Satoshis each for too long

legendary
Activity: 2210
Merit: 1109
We believe in Zeta! Keep mining Cool
legendary
Activity: 1680
Merit: 1014
We see a bubble collapse on a really sped-up scale. It'll bounce up when ASIC-mined sell-offs dry up. Smiley
legendary
Activity: 2632
Merit: 1040
Price is dropping under 0.00001  Shocked Shocked Shocked
legendary
Activity: 1680
Merit: 1014
For the latest bfgminer and BlockErupters, instead of -G use:

-S opencl:noauto -S erupter:all

And you (or at least I) don't need icarus otions and timings stuff. It just works.
newbie
Activity: 36
Merit: 0
2.1TH vs Bitcoin's 503TH w00t

6x bigger than TRC now?
sr. member
Activity: 392
Merit: 250
My p2pool feel free to join!  

GPU
bfgminer.exe -o www.japool.com:17335  -u -p

USB Erupter
bfgminer.exe -o www.japool.com0:17335  -u -p -G -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100 -s 1
sr. member
Activity: 392
Merit: 250
finally joined on august 26

cannot believe i was missing out
legendary
Activity: 1197
Merit: 1000
Hi,

This is my first pool for non-scrypt coin so please treat is as beta! Until its fully confirmed fee is 0% (for live pool it will be 1%)

Pool supports stratum and vardiff


Join if you like

feeleep
sr. member
Activity: 369
Merit: 250
Cryptsy.com • Got Shitcoins?
Here's a logo I did if anyone likes it. I noticed that it is being used on the p2pool site. Though I might do some work to it today and resubmit.

newbie
Activity: 50
Merit: 0
Any unused port other than 17333 is fine.
The block will appear as "mined" and you will have to wait 120 confirmations.
legendary
Activity: 2210
Merit: 1109
Sorry for another question, I am new at all this. I tried to get solomining working.

I made a zetacoin.conf file:
rpcuser=anything
rpcpassword=longrandompassword
rpcallowip=127.0.0.1
rpcport=17333
listen=1
daemon=1
server=1
maxconnections=80
addnode=188.252.16.110
addnode=54.212.51.236
addnode=75.162.220.45
addnode=105.236.111.72

the file is in directory: myhomedrive:~/.zetacoin

Zetacoin-qt is running from directory: myhomedrive:~/zetacoin0899r2linux/zetacoin

I use BFGminer which runs from directory: myhomedrive:~/bfgminer/bfgminer

When mine using a pool (coinex.pw right now) it works fine (so port 17333 is open and working I assume)
When I start bfgminer:
./bfgminer -o 127.0.0.1:17333 -u anything -p longrandompassword -S all --icarus-options 115200:1:1 --icarus-timing 3.0

I get these messages and it just stops...
[2013-08-28 07:58:01] Started bfgminer 3.1.4
[2013-08-28 07:58:01] Probing for an alive pool
[2013-08-28 07:58:01] Pool 0 slow/down or URL or credentials invalid

What is it I do wrong?

Found the answer myself. BFGminer must be in the same directory as Zetacoin-qt. And I changed port to 17334 (is that OK?)

Now let's see when I find a block (I run 11 USB Block Erupters) and how I will now bgfminer found one and when or how it will appear in my wallet...
newbie
Activity: 50
Merit: 0
Change the port to 8888
legendary
Activity: 2210
Merit: 1109
Sorry for another question, I am new at all this. I tried to get solomining working.

I made a zetacoin.conf file:
rpcuser=anything
rpcpassword=longrandompassword
rpcallowip=127.0.0.1
rpcport=17333
listen=1
daemon=1
server=1
maxconnections=80
addnode=188.252.16.110
addnode=54.212.51.236
addnode=75.162.220.45
addnode=105.236.111.72

the file is in directory: myhomedrive:~/.zetacoin

Zetacoin-qt is running from directory: myhomedrive:~/zetacoin0899r2linux/zetacoin

I use BFGminer which runs from directory: myhomedrive:~/bfgminer/bfgminer

When mine using a pool (coinex.pw right now) it works fine (so port 17333 is open and working I assume)
When I start bfgminer:
./bfgminer -o 127.0.0.1:17333 -u anything -p longrandompassword -S all --icarus-options 115200:1:1 --icarus-timing 3.0

I get these messages and it just stops...
[2013-08-28 07:58:01] Started bfgminer 3.1.4
[2013-08-28 07:58:01] Probing for an alive pool
[2013-08-28 07:58:01] Pool 0 slow/down or URL or credentials invalid

What is it I do wrong?
legendary
Activity: 2210
Merit: 1109
I am having troubles installing zetacoin-qt on Ubuntu 13.04 64 bit. I downloaded and extracted the files but when I try to run it I get an error message. try to run:

./zetacoin-qt
bash: ./zetacoin-qt: Permission denied

zetacoin-qt
zetacoin-qt: command not found

my-home-drive:~/zetacoin0899r2linux$ ls
zetacoind  zetacoin-qt

With other wallets, like LTC, BTC of PPC I have no problems. Anyone any idea what I do wrong? please me. Thanks

Try: chmod -x zetacoin-qt

Then run it.

Thanks for the fast reply. But no luck, same error.

Could it be the problem zetacoin-qt is 32-bit maybe?
Anyone know how to compile from the source?
Above post has all the details. If you want and quick and easy way, just copy and paste these:

For QT (GUI wallet):
Code:
cd ~
sudo apt-get install qt4-qmake libqt4-dev build-essential libdb++-dev libboost-all-dev libminiupnpc-dev git
git clone https://github.com/zetacoin/zetacoin.git
cd zetacoin
qmake
make

Will take a while depending on your specs. If you just want the command line version of the client instead of the GUI:
Code:
cd ~
sudo apt-get install build-essential libdb++-dev libboost-all-dev libminiupnpc-dev git
git clone https://github.com/zetacoin/zetacoin.git
cd zetacoin/src
make -f makefile.unix

Thanks ! the wallet works now.
member
Activity: 63
Merit: 10
So im not normally one to ask for donations of any kind but we on the irc chan are in the process of sourcing a bot for the chan i dont wanna let to much out of the bag yet but it is going to be amazing so we are taking donations ZGZA1qEWdUyYxXUKM8vW6EKXPLBRByDVLK is the address every lil bit helps other wise the burden falls on me so if your feeling in a charitable mood please donate for the bot
hero member
Activity: 1426
Merit: 506
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?
Yeah, now that it's on Coinchoose, the profitability of mining ZET will always be about the same as mining BTC. With lots of statistical noise obviously because of its quick re target, and profitability jumpers. I just keep the ZET I mine and believe it'll be worth more in the future. It's worked thus far.

EDIT: Oh, I think you might be referring to the reward halving. Yes, if the difficulty remained exactly the same. But the difficulty will keep changing in accordance to profitability.
full member
Activity: 140
Merit: 100
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?

Probably not. The difficulty is retargeted much more quickly than that. You're thinking of the block reward.
Jump to: