Author

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

sr. member
Activity: 308
Merit: 250
I set up a Block Crawler for ZET here:

https://andarazoroflove.org/explorer/zetacoin/

Unfortunately Block Crawler doesn't understand the hashes per sec requirements of ZET but the rest of the bits work fine!
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
Add some simple instructions for those that don't get p2p

Yes, sorry!

On your miner use the IP:PORT that I posted.

Use your Zetacoin address as the username, this is where payments get sent. Be sure to use a client address.

Any password will do.

That's it!

After a new block starts you will get paid for the previous block that you submitted shares on.
full member
Activity: 176
Merit: 100
20k received!

w0ot w0ot!

Any services in plan?


Hopefully we can have some volunteers.

Offering rewards of 5K - 25K for any service that uses ZET.
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
Pool works for a bit, but then connection refused.

Can I see this?

Can you take a screen shot or something?

I may need to make some changes.
sr. member
Activity: 364
Merit: 250
Pool works for a bit, but then connection refused.
sr. member
Activity: 420
Merit: 250
Add some simple instructions for those that don't get p2p
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
20k received!

w0ot w0ot!

Any services in plan?

full member
Activity: 176
Merit: 100
Aww snap!

My address is ZLgdyET41rPdpZ8XBHRtPxhkQMFiqcQaYm

Thanks man!

Hopefully this coin does well.

Personally, I am sick of Scrypt based coins and how they rape hardware.

Plus dealing with people and Scrypt can become a hassle when it comes to setup.

20K sent Smiley
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
Aww snap!

My address is ZLgdyET41rPdpZ8XBHRtPxhkQMFiqcQaYm

Thanks man!

Hopefully this coin does well.

Personally, I am sick of Scrypt based coins and how they rape hardware.

Plus dealing with people and Scrypt can become a hassle when it comes to setup.
full member
Activity: 176
Merit: 100
Apparently what is needed it the version bytes to be set properly.

Where the hell I get these from the Zetacoin client is a mystery to me.



The message start characters are different in Zetacoin than in Bitcoin:

See here: https://github.com/zetacoin/zetacoin/blob/master/src/chainparams.cpp

Code:
        pchMessageStart[0] = 0xfa;
        pchMessageStart[1] = 0xb5;
        pchMessageStart[2] = 0x03;
        pchMessageStart[3] = 0xdf;

Could this be what you need?


Also:

Code:
        base58Prefixes[PUBKEY_ADDRESS] = 80;
        base58Prefixes[SCRIPT_ADDRESS] = 9;
        base58Prefixes[SECRET_KEY] = 224;


Also see this discussion, it might be relevant:

https://bitcointalksearch.org/topic/finding-p2pool-networkspy-values-for-new-altcoins-214512


For Zetacoin it looks like the P2Pool values should be:

P2P_PREFIX='fab503df'.decode('hex'),
ADDRESS_VERSION=80,


YOU ARE THE MAN!

I would love to speak with you more.

Here is the pool address and port: http://204.10.105.89:17335/static/

Happy mining!


You the man Smiley Just got a payout from your pool.

You are eligible for the 20K reward. Post your address. I believe someone else offered an additional 20K in the forum.
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
Apparently what is needed it the version bytes to be set properly.

Where the hell I get these from the Zetacoin client is a mystery to me.



The message start characters are different in Zetacoin than in Bitcoin:

See here: https://github.com/zetacoin/zetacoin/blob/master/src/chainparams.cpp

Code:
        pchMessageStart[0] = 0xfa;
        pchMessageStart[1] = 0xb5;
        pchMessageStart[2] = 0x03;
        pchMessageStart[3] = 0xdf;

Could this be what you need?


Also:

Code:
        base58Prefixes[PUBKEY_ADDRESS] = 80;
        base58Prefixes[SCRIPT_ADDRESS] = 9;
        base58Prefixes[SECRET_KEY] = 224;


Also see this discussion, it might be relevant:

https://bitcointalksearch.org/topic/finding-p2pool-networkspy-values-for-new-altcoins-214512


For Zetacoin it looks like the P2Pool values should be:

P2P_PREFIX='fab503df'.decode('hex'),
ADDRESS_VERSION=80,


YOU ARE THE MAN!

I would love to speak with you more.

Here is the pool address and port: http://204.10.105.89:17335/static/

Happy mining!
sr. member
Activity: 308
Merit: 250
Bump for this offer:

I have another 100K to sell, price is 2 LTC per 20K or .05 btc per 20K, take them all for 8 LTC or .2BTC
full member
Activity: 176
Merit: 100
Apparently what is needed it the version bytes to be set properly.

Where the hell I get these from the Zetacoin client is a mystery to me.



The message start characters are different in Zetacoin than in Bitcoin:

See here: https://github.com/zetacoin/zetacoin/blob/master/src/chainparams.cpp

Code:
        pchMessageStart[0] = 0xfa;
        pchMessageStart[1] = 0xb5;
        pchMessageStart[2] = 0x03;
        pchMessageStart[3] = 0xdf;

Could this be what you need?


Also:

Code:
        base58Prefixes[PUBKEY_ADDRESS] = 80;
        base58Prefixes[SCRIPT_ADDRESS] = 9;
        base58Prefixes[SECRET_KEY] = 224;


Also see this discussion, it might be relevant:

https://bitcointalksearch.org/topic/finding-p2pool-networkspy-values-for-new-altcoins-214512


For Zetacoin it looks like the P2Pool values should be:

P2P_PREFIX='fab503df'.decode('hex'),
ADDRESS_VERSION=80,
newbie
Activity: 50
Merit: 0
80k for sell.
10k zet=1 ltc=0.026btc
I am willing to send 1/2, receive 1/2, send the rest etc, or obviously escrow of your choosing we both share the fees.
PM me
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
Ok, I think the client just doesn't like p2p connections, lol.
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
Apparently what is needed it the version bytes to be set properly.

Where the hell I get these from the Zetacoin client is a mystery to me.

STT
legendary
Activity: 4088
Merit: 1452
Is the diff adjust on this different to TRC
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
from my experience it seems to be something to do with the zetacoin client, when setting up my pool i had a similar problem, stratum and pushpool which work perfect on coins like bitcoin refused to work with zetacoin, now me and the other pool op's here discussed what we did and came up with the same results.
hero member
Activity: 644
Merit: 501
I am very close to having a working P2Pool for zetacoin.

Can anyone tell me the P2P_PREFIX hex value?

I've got P2Pool connecting to RPC but when it gets to the P2P part it just stops.

I am thinking this has to do with the P2P_PREFIX hex value being wrong as I just put a random value in.


I don't think that's the issue.

Anyone care to chime in?

Thanks.

I haven't a clue, if I did I have tried to set up a pool already.

Can anyone help with setting this up? Giskard appears absent today.
legendary
Activity: 1140
Merit: 1000
The Real Jude Austin
I am very close to having a working P2Pool for zetacoin.

Can anyone tell me the P2P_PREFIX hex value?

I've got P2Pool connecting to RPC but when it gets to the P2P part it just stops.

I am thinking this has to do with the P2P_PREFIX hex value being wrong as I just put a random value in.


I don't think that's the issue.

Anyone care to chime in?

Thanks.
Jump to: