Bitcoin Forum
May 04, 2024, 07:58:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [32] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 186 »
  Print  
Author Topic: [ANN][ZET] Zetacoin - SHA256 - Upgrade to 0.13.2 (Segwit)  (Read 463811 times)
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
August 28, 2013, 05:51:58 AM
 #621

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

Posts: 1714852698

View Profile Personal Message (Offline)

Ignore
1714852698
Reply with quote  #2

1714852698
Report to moderator
1714852698
Hero Member
*
Offline Offline

Posts: 1714852698

View Profile Personal Message (Offline)

Ignore
1714852698
Reply with quote  #2

1714852698
Report to moderator
1714852698
Hero Member
*
Offline Offline

Posts: 1714852698

View Profile Personal Message (Offline)

Ignore
1714852698
Reply with quote  #2

1714852698
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
August 28, 2013, 05:59:31 AM
Last edit: August 28, 2013, 06:34:10 AM by wttbs
 #622

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

Activity: 50
Merit: 0


View Profile
August 28, 2013, 06:49:23 AM
 #623

Change the port to 8888
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
August 28, 2013, 06:52:08 AM
 #624

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...
skrubalov
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
August 28, 2013, 06:56:45 AM
 #625

Any unused port other than 17333 is fine.
The block will appear as "mined" and you will have to wait 120 confirmations.
pr9me
Sr. Member
****
Offline Offline

Activity: 369
Merit: 250


Cryptsy.com • Got Shitcoins?


View Profile
August 28, 2013, 09:31:33 AM
 #626

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.

feeleep
Legendary
*
Offline Offline

Activity: 1197
Merit: 1000


View Profile WWW
August 28, 2013, 10:22:40 AM
 #627

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

solareclipse64236
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
August 28, 2013, 10:53:33 AM
 #628

finally joined on august 26

cannot believe i was missing out

thcst8
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
August 28, 2013, 12:45:24 PM
Last edit: September 02, 2013, 03:08:57 PM by thcst8
 #629

My p2pool feel free to join!  

GPU
bfgminer.exe -o www.japool.com:17335  -u <Your ZET Address> -p <Any Pass Word>

USB Erupter
bfgminer.exe -o www.japool.com0:17335  -u <Your ZET Address> -p <Any Pass Word> -G -S all --icarus-options 115200:1:1 --icarus-timing 3.0=100 -s 1

ltcgaming
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
August 28, 2013, 04:30:55 PM
 #630

2.1TH vs Bitcoin's 503TH w00t

6x bigger than TRC now?
Nemo1024
Legendary
*
Offline Offline

Activity: 1680
Merit: 1014



View Profile WWW
August 28, 2013, 04:31:45 PM
 #631

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.

“Dark times lie ahead of us and there will be a time when we must choose between what is easy and what is right.”
“We are only as strong as we are united, as weak as we are divided.”
“It is important to fight and fight again, and keep fighting, for only then can evil be kept at bay, though never quite eradicated.”
Sampey
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
August 28, 2013, 04:36:09 PM
 #632

Price is dropping under 0.00001  Shocked Shocked Shocked
Nemo1024
Legendary
*
Offline Offline

Activity: 1680
Merit: 1014



View Profile WWW
August 28, 2013, 05:39:13 PM
 #633

We see a bubble collapse on a really sped-up scale. It'll bounce up when ASIC-mined sell-offs dry up. Smiley

“Dark times lie ahead of us and there will be a time when we must choose between what is easy and what is right.”
“We are only as strong as we are united, as weak as we are divided.”
“It is important to fight and fight again, and keep fighting, for only then can evil be kept at bay, though never quite eradicated.”
wttbs
Legendary
*
Offline Offline

Activity: 2210
Merit: 1109



View Profile
August 28, 2013, 06:12:47 PM
 #634

We believe in Zeta! Keep mining Cool
thefunkybits
Legendary
*
Offline Offline

Activity: 1218
Merit: 1000


View Profile
August 28, 2013, 07:05:54 PM
 #635

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

Lauda
Legendary
*
Offline Offline

Activity: 2674
Merit: 2965


Terminated.


View Profile WWW
August 28, 2013, 07:11:14 PM
 #636

Bought a couple hundred thousand, too cheap!

"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"
😼 Bitcoin Core (onion)
Sampey
Legendary
*
Offline Offline

Activity: 2632
Merit: 1040



View Profile
August 28, 2013, 07:12:01 PM
 #637

What price do you think will be the "final price" after 1-2 more halves?
bob131313
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
August 28, 2013, 10:54:52 PM
 #638

Android Wallet is 70% done.

In other news: ZET price takes a plunge and provides cheaper ZET for everyone.
ranmn7
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
August 28, 2013, 11:16:30 PM
 #639

HI everyone,

got my block erupter and started to mine the terracoin for a day, didn't get anything on the pool, so switched to Zetacoin, and I've received 230 so far and its not even 24 hours.

Kinda like this coin. Was doing primecoin with a bunch of vps images, but that gets expensive really fast.

Just need to get me a few more block erupters to increase my hash rate.

 Cheesy
markman2012
Member
**
Offline Offline

Activity: 63
Merit: 10



View Profile WWW
August 28, 2013, 11:22:15 PM
 #640

http://zetasteam.com/ soon to come to life in the mean time, if your interested in buying a game from steam with ZET please feel free to PM me on here or hit me up on the irc chan and ill shoot you a price Smiley

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
Bwincoin - 100% Free POS.B7zmKV5Cxd3voWdcJkV2tX6gm4STt2Ti73
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [32] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 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!