Bitcoin Forum
April 23, 2024, 07:46:26 AM *
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 83 84 85 86 87 88 89 90 91 92 ... 186 »
  Print  
Author Topic: [ANN][ZET] Zetacoin - SHA256 - Upgrade to 0.13.2 (Segwit)  (Read 463811 times)
Bakal
Sr. Member
****
Offline Offline

Activity: 245
Merit: 250


View Profile
September 06, 2013, 04:29:22 AM
 #821

Thank you.  Grin
1713858386
Hero Member
*
Offline Offline

Posts: 1713858386

View Profile Personal Message (Offline)

Ignore
1713858386
Reply with quote  #2

1713858386
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713858386
Hero Member
*
Offline Offline

Posts: 1713858386

View Profile Personal Message (Offline)

Ignore
1713858386
Reply with quote  #2

1713858386
Report to moderator
1713858386
Hero Member
*
Offline Offline

Posts: 1713858386

View Profile Personal Message (Offline)

Ignore
1713858386
Reply with quote  #2

1713858386
Report to moderator
1713858386
Hero Member
*
Offline Offline

Posts: 1713858386

View Profile Personal Message (Offline)

Ignore
1713858386
Reply with quote  #2

1713858386
Report to moderator
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
September 06, 2013, 06:03:23 AM
 #822

Hi Jude, am still mining on your p2pool. is it still okay to mine there (i.e. 204.xxx.xxx.xxx)

Yes, that P2Pool node is fine to mine at.

If you have an ASIC or a bigger hash rate I recommend using ZetaCoinPool.com it can handle a lot more.


My P2pool node on home pc was handling >200GH/s w/o any troubles, see graph ;]  http://rav3n.dtdns.net:9374/static/graphs.html?Month

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
cryptomining
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile
September 06, 2013, 06:09:08 AM
 #823

Hi Jude, am still mining on your p2pool. is it still okay to mine there (i.e. 204.xxx.xxx.xxx)

Yes, that P2Pool node is fine to mine at.

If you have an ASIC or a bigger hash rate I recommend using ZetaCoinPool.com it can handle a lot more.



cant register says Input error: Invalid referer  and captca error
lajz99
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


View Profile
September 06, 2013, 06:28:52 AM
 #824

Here's one zetacoin.conf that is working:

Code:
rpcuser=user
rpcpassword=pass
rpcallowip=192.168.62.*
rpcallowip=127.0.0.1
rpcport=17334
port=17333
listen=1
daemon=1
server=1
maxconnections=80

Connect from bfgminer with the following command (zetacoin-qt is running on 192.168.62.152):

Code:
bfgminer -S opencl:noauto -S erupter:all -o 192.168.62.152:17334 -u user -p pass

At first I made the mistake of placing the conf file in the same directory as the executable, which did not work.

I then moved it to Zetacoin data directory, and everything started working. Smiley

I also moved my data directory to another and more spacious disk and linked to from %appdata% (can't stand programs placing huge amounts of data in my system partition):

Close the client. Go to %appdata% and move Zetacoin to where you want it to be (e.g.: D:\Zetacoin). Then run cmd.exe

Code:
cd %appdata%
mklink /D Zetacoin D:\Zetacoin

You can also compress the folder so it uses about 10% less space.

Start the client again.

Is there a post documenting the entire process start -> finish?  Not sure what you're supposed to do prior to this and I'd like to start solo mining.  Will tip if you feel like putting something together or giving me a hand.

Nemo1024
Legendary
*
Offline Offline

Activity: 1680
Merit: 1014



View Profile WWW
September 06, 2013, 07:40:23 AM
 #825

There's is actually not much to the process:
1. Download the Windows client (I haven't tried other) from OP
2. Unpack it into a folder on your PC.
3. Start zetacoin-qt
4. Stop zetacoin-qt
5. Open Windows explorer and enter %appdata%\Zetacoin in the address bar
6. Create zetacoin.conf there. If you are going to mine on the same machine, you only need 127.0.0.1 in rpcallowip. If you will mine from another machine on your network, enter an IP of that machine or network IP wildcard as shown in my example
7. (Optional for better connectivity) On your internet router, forward port 17333
8. Start zetacoin-qt (and wait for it to download the blockchain)
9. Start your favourite miner, pointing it to the IP of the machine where zetacoin-qt is running or to 127.0.0.1, if on the same machine.

“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.”
cshelswell
Hero Member
*****
Offline Offline

Activity: 615
Merit: 500


View Profile WWW
September 06, 2013, 08:39:37 AM
 #826

Hi Jude, am still mining on your p2pool. is it still okay to mine there (i.e. 204.xxx.xxx.xxx)

Yes, that P2Pool node is fine to mine at.

If you have an ASIC or a bigger hash rate I recommend using ZetaCoinPool.com it can handle a lot more.


My P2pool node on home pc was handling >200GH/s w/o any troubles, see graph ;]  http://rav3n.dtdns.net:9374/static/graphs.html?Month

I've been mining on rav3n's pool at 11GH/s it's been great. It takes a while to get up to good payouts but after a while I was on 80 Zet per block found Smiley Seems to make more sense than solo mining to me?

How many blocks an hour are people finding solo mining and at what speed?

Nemo1024
Legendary
*
Offline Offline

Activity: 1680
Merit: 1014



View Profile WWW
September 06, 2013, 08:55:47 AM
 #827

3-4 blocks per hour @ 20GH/s on difficulty downcurve; 2-3 on the upcurve. An extra bonus: no pool fees and an occasional transaction fee paid to you with a block.

“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.”
Bakal
Sr. Member
****
Offline Offline

Activity: 245
Merit: 250


View Profile
September 06, 2013, 08:57:34 AM
 #828

currently, i am not mining BTC, how does ZET weigh against BTC, in terms of Blocks per hr or per day.
anybody done their assessments?

thanks
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
September 06, 2013, 09:39:07 AM
 #829

I've been mining on rav3n's pool at 11GH/s it's been great. It takes a while to get up to good payouts but after a while I was on 80 Zet per block found Smiley Seems to make more sense than solo mining to me?

How many blocks an hour are people finding solo mining and at what speed?

Zet diff is changing so quickly, that solo mining cant be predicted and/or properly calculated.
You can take avg block diff from 500 blocks and calculate in any bitcoin calculator.

My P2pool ZET payout strategy is 12hrs and/or 100 blocks so it will take while to get "full" payout, but it is steady. P2pool node have only 3 block payout so you will get full payout really quick, but if you have low power and/or be unlucky you will not get paid for all blocks found in pool.
My code is hopper-unfriendly ;]

Also P2pool advantage is that block found is propagated via pool nodes too, which can reduce orphaned blocks. When you mine solo you propagate only through nodes connected to your zetacoin daemon.

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
Nemo1024
Legendary
*
Offline Offline

Activity: 1680
Merit: 1014



View Profile WWW
September 06, 2013, 09:56:23 AM
 #830

http://www.coinchoose.com/

Look at "Avg Profitability Past 7 Days"

“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.”
rav3n_pl
Legendary
*
Offline Offline

Activity: 1361
Merit: 1003


Don`t panic! Organize!


View Profile WWW
September 06, 2013, 10:21:50 AM
 #831

ZET is a only SHA listed that is more profitable than BTC.

1Rav3nkMayCijuhzcYemMiPYsvcaiwHni  Bitcoin stuff on my OneDrive
My RPC CoinControl for any coin https://bitcointalk.org/index.php?topic=929954
Some stuff on https://github.com/Rav3nPL/
cshelswell
Hero Member
*****
Offline Offline

Activity: 615
Merit: 500


View Profile WWW
September 06, 2013, 11:10:04 AM
 #832

I presume scrypt profitability doesn't take in to account the power costs of running multiple gpus? That page makes scrypt coins look great but I'm guessing 50 - 500 watts makes a big difference in power bills

mistercoin
Legendary
*
Offline Offline

Activity: 1038
Merit: 1000


https://r.honeygain.me/XEDDM2B07C


View Profile WWW
September 06, 2013, 12:26:10 PM
 #833

I presume scrypt profitability doesn't take in to account the power costs of running multiple gpus? That page makes scrypt coins look great but I'm guessing 50 - 500 watts makes a big difference in power bills

+1

I'm a SHA guy myself Smiley

x3maniac
Sr. Member
****
Offline Offline

Activity: 255
Merit: 250


View Profile
September 06, 2013, 12:39:29 PM
 #834

my miners say http://zeta.dsync.net:3333 is dead, suddenly cut off this morning, any ideas?

I am still struggling to connect .... are other people still having problems as some miners do seem to be active on the pool?


I recently switch over to using cloudflare.com for ddos protection and i believe it's causing a issue, can you please come join irc.freenode.net #zetacoin or #dsync-pool through the webchat so i can help you fix t his problem. i will also be looking at it on my end to resolve this issue in the meantime as well

-x3
sal002
Hero Member
*****
Offline Offline

Activity: 490
Merit: 500


View Profile WWW
September 06, 2013, 01:55:36 PM
 #835

I presume scrypt profitability doesn't take in to account the power costs of running multiple gpus? That page makes scrypt coins look great but I'm guessing 50 - 500 watts makes a big difference in power bills

+1

I'm a SHA guy myself Smiley

It doesn't.  However our "cousin" site at www.wheretomine.com can help Smiley
bob131313
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
September 06, 2013, 02:44:26 PM
 #836

2 Days left to get your chance to win the +20k ZET pot. The drawing will happen right about the same time as the block reward halves. Enjoy!
https://bitcointalk.org/index.php?topic=283753.0



FYI. The Raffle was a success. Head on over to the thread and share some congrats to our winner of the 23k pot: pheaonix
pgbit
Sr. Member
****
Offline Offline

Activity: 771
Merit: 258


Trident Protocol | Simple «buy-hold-earn» system!


View Profile
September 06, 2013, 04:43:54 PM
 #837

Ok, everyone!

Finally working 100% with no server issues.

http://www.zetacoinpool.com

Currently offering a 50 ZET per block finder bonus for the first 10 blocks.

Happy Mining!

This pool does not let you register - captcha missing error it seems....

██▄     ▄▄░
▀██▄ ▄██▀
▄▄███████████████████▄▄
▄█████▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀█████▄
████▀                   ▀████
████       ▄▄█████▄▄  ▀▄   ████
████      ▄██████████▄▀    ████
████      ████████▀▀       ████
████  ▄▀ ▄██▀▀▀   ▄██      ████
████   ▀▀     ▄▄███▀       ████
████▄                   ▄████
▀█████▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄█████▀
▀▀███████████████████▀▀
.
SECONDLIVE
.
CHOOSE LIFE      CHOOSE SPACE      CHOOSE FRIENDS
.
|    Twitter    |  Telegram  |   Medium   |  YouTube  |   Discord   |    TikTok    |    GitHub    |
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
   S T A K E   L I T T L E   W I N   B I G   
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
        ▄▄███████▄▄▄
    ▄▄████████████████▄▄
   ████████████████████▄
  ███████▀▀▀█████████████
 ██████▌     ▀████████████
███████▀ ▀▀▄▄██▀▀▀█████████
██████             ▀███████
██████▄             ███████
 ███████▄▄        ▄███████
  ███████████▄▄▄▄█████████
   ▀███████████████████▀
     ▀████████████████▀▀
   ██████████████████████
KonstantinosM
Hero Member
*****
Offline Offline

Activity: 1490
Merit: 763


Life is a taxable event


View Profile
September 06, 2013, 08:08:20 PM
 #838

Who wants to buy a nice laser pointer LED keychain (new in box (will be tested before shipping though)) for 1000 ZET?
At the current exchange price I should be selling it for more than 10000 ZET

I can accept payment when the product has arrived rather than now.

Here is the most similar, cheapest item I can find (to what I'm selling, only difference is that the color is silver)  (Note that this SKU for DX sells a 2-pack (halve the price)) http://dx.com/p/2-in-1-super-bright-red-laser-with-led-2-pack-10591

I don't know how to ship, but I'll find out...
I accept orders only from full members/trustworthy people...

Syscoin has the best of Bitcoin and Ethereum in one place, it's merge mined with Bitcoin so it is plugged into Bitcoin's ecosystem and takes full advantage of it's POW while rewarding Bitcoin miners with Syscoin
supermono
Full Member
***
Offline Offline

Activity: 194
Merit: 100


View Profile
September 07, 2013, 01:29:26 AM
 #839

Ok, everyone!

Finally working 100% with no server issues.

http://www.zetacoinpool.com

Currently offering a 50 ZET per block finder bonus for the first 10 blocks.

Happy Mining!

This pool does not let you register - captcha missing error it seems....

Same problem here! I thought maybe it was my slightly out-of-date IE browser (IE9), but I just tried with an updated Firefox browser (23.0.1) and also an updated Chrome (29.0.1547.66) and got the same error.
i3lome
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
September 07, 2013, 01:32:47 AM
 #840

Ok, everyone!

Finally working 100% with no server issues.

http://www.zetacoinpool.com

Currently offering a 50 ZET per block finder bonus for the first 10 blocks.

Happy Mining!

This pool does not let you register - captcha missing error it seems....

Same problem here! I thought maybe it was my slightly out-of-date IE browser (IE9), but I just tried with an updated Firefox browser (23.0.1) and also an updated Chrome (29.0.1547.66) and got the same error.

I had same error about Captcha code, Ie 10, chrome and firefox
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 83 84 85 86 87 88 89 90 91 92 ... 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!