Pages:
Author

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

hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
Bitcoin-abe block explorer add TXs which are confirmed in the blockchain. This means that the mempool TXs are not listed

The next TX is from the mempool on the same blockchain from the Bitcoin-abe:

Code:
zetacoin-cli gettxout 571c5e46875862ee5228cabf8234a7e00a9912d8a43da1cf95e5207db5b803c6 1 true
{
    "bestblock" : "0000000000007d513a78b28fae68ffff9decab225917009289b8cb0518a6d7b9",
    "confirmations" : 0,
    "value" : 0.01050529,
    "scriptPubKey" : {
        "asm" : "OP_DUP OP_HASH160 57373ee3f81a73a9a2621d100ec2b3dda81a802f OP_EQUALVERIFY OP_CHECKSIG",
        "hex" : "76a91457373ee3f81a73a9a2621d100ec2b3dda81a802f88ac",
        "reqSigs" : 1,
        "type" : "pubkeyhash",
        "addresses" : [
            "ZKzQjuvMGzWdxqNdkCh3ZqzfGHp6RaD9i8"
        ]
    },
    "version" : 1,
    "coinbase" : false
}

Code:
zetacoin-cli getblockhash 5716860
000000000000333b6872e575bdd239d15aa257e4bdaa94cd0b07abb66861306d
http://zetablocks.cointech.net/block/000000000000333b6872e575bdd239d15aa257e4bdaa94cd0b07abb66861306d


Hi

Can anyone help me with the Zetacaoin withdrawal issue?

I withdrawn some Zetacoins and it is processed but it is not credited to my address. The transaction does not exists in Zetacoin Blockchain.

I checked address as well its correct.

Transaction ID: 571c5e46875862ee5228cabf8234a7e00a9912d8a43da1cf95e5207db5b803c6


Please help

Your transaction is in the mempool. This means that is not included, may be the fee is cheap or priceless. Be patient.

Quote
zetacoin-cli getrawmempool
[
    "571c5e46875862ee5228cabf8234a7e00a9912d8a43da1cf95e5207db5b803c6",
    "efcd1970fbefbe4b6f3f0d6c7f28506a5df778cbb1254d320b9d7cedff0b59a3"
]

Hmmm.... I don't see it in my mempool or block chain.  I match-up with https://zetablocks.cointech.net/ ...

It's also not listed on the explorer https://zetablocks.cointech.net/search?q=571c5e46875862ee5228cabf8234a7e00a9912d8a43da1cf95e5207db5b803c6

Can we sanity check your chain with the explorer and mine....

zetacoin-cli getblockhash 5716860
000000000000333b6872e575bdd239d15aa257e4bdaa94cd0b07abb66861306d

hero member
Activity: 588
Merit: 503
Hi

Can anyone help me with the Zetacaoin withdrawal issue?

I withdrawn some Zetacoins and it is processed but it is not credited to my address. The transaction does not exists in Zetacoin Blockchain.

I checked address as well its correct.

Transaction ID: 571c5e46875862ee5228cabf8234a7e00a9912d8a43da1cf95e5207db5b803c6


Please help

Your transaction is in the mempool. This means that is not included, may be the fee is cheap or priceless. Be patient.

Quote
zetacoin-cli getrawmempool
[
    "571c5e46875862ee5228cabf8234a7e00a9912d8a43da1cf95e5207db5b803c6",
    "efcd1970fbefbe4b6f3f0d6c7f28506a5df778cbb1254d320b9d7cedff0b59a3"
]

Hmmm.... I don't see it in my mempool or block chain.  I match-up with https://zetablocks.cointech.net/ ...

It's also not listed on the explorer https://zetablocks.cointech.net/search?q=571c5e46875862ee5228cabf8234a7e00a9912d8a43da1cf95e5207db5b803c6

Can we sanity check your chain with the explorer and mine....

zetacoin-cli getblockhash 5716860
000000000000333b6872e575bdd239d15aa257e4bdaa94cd0b07abb66861306d
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
Hi

Can anyone help me with the Zetacaoin withdrawal issue?

I withdrawn some Zetacoins and it is processed but it is not credited to my address. The transaction does not exists in Zetacoin Blockchain.

I checked address as well its correct.

Transaction ID: 571c5e46875862ee5228cabf8234a7e00a9912d8a43da1cf95e5207db5b803c6


Please help

Your transaction is in the mempool. This means that is not included, may be the fee is cheap or priceless. Be patient.

Quote
zetacoin-cli getrawmempool
[
    "571c5e46875862ee5228cabf8234a7e00a9912d8a43da1cf95e5207db5b803c6",
    "efcd1970fbefbe4b6f3f0d6c7f28506a5df778cbb1254d320b9d7cedff0b59a3"
]
newbie
Activity: 2
Merit: 0
Hi

Can anyone help me with the Zetacaoin withdrawal issue?

I withdrawn some Zetacoins and it is processed but it is not credited to my address. The transaction does not exists in Zetacoin Blockchain.

I checked address as well its correct.

Transaction ID: 571c5e46875862ee5228cabf8234a7e00a9912d8a43da1cf95e5207db5b803c6


Please help
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
Error

Unable to bind to 0.0.0.0:17333 on this computer (bind returned error. An attempt was made to access a socket in a way forbidden by its access permissions) 10013

Any ideas? Thanks

OS?! looks that you must enable listening on port 17333 on Windows

All the other wallets work, so why not Zeta? Surely listening is enabled on all ports by default? What's the command please.

which Operating System ylu use? do you can give the output of netstat -lntp?

Windows 7. Ok will check netstat

check also the firewall for the exe file, is able to listen
hero member
Activity: 1498
Merit: 506
Error

Unable to bind to 0.0.0.0:17333 on this computer (bind returned error. An attempt was made to access a socket in a way forbidden by its access permissions) 10013

Any ideas? Thanks

OS?! looks that you must enable listening on port 17333 on Windows

All the other wallets work, so why not Zeta? Surely listening is enabled on all ports by default? What's the command please.

which Operating System ylu use? do you can give the output of netstat -lntp?

Windows 7. Ok will check netstat
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
Error

Unable to bind to 0.0.0.0:17333 on this computer (bind returned error. An attempt was made to access a socket in a way forbidden by its access permissions) 10013

Any ideas? Thanks

OS?! looks that you must enable listening on port 17333 on Windows

All the other wallets work, so why not Zeta? Surely listening is enabled on all ports by default? What's the command please.

which Operating System ylu use? do you can give the output of netstat -lntp?
hero member
Activity: 1498
Merit: 506
Error

Unable to bind to 0.0.0.0:17333 on this computer (bind returned error. An attempt was made to access a socket in a way forbidden by its access permissions) 10013

Any ideas? Thanks

OS?! looks that you must enable listening on port 17333 on Windows

All the other wallets work, so why not Zeta? Surely listening is enabled on all ports by default? What's the command please.
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
Error

Unable to bind to 0.0.0.0:17333 on this computer (bind returned error. An attempt was made to access a socket in a way forbidden by its access permissions) 10013

Any ideas? Thanks

OS?! looks that you must enable listening on port 17333 on Windows
hero member
Activity: 1498
Merit: 506
Error

Unable to bind to 0.0.0.0:17333 on this computer (bind returned error. An attempt was made to access a socket in a way forbidden by its access permissions) 10013

Any ideas? Thanks
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong
eh i think that sha256 coin have not a big future because they compote with bitcoin, so it will die in the end like terracoin, which lasted really long but then it dies.....

What on earth are you talking about Huh

Terracoin is still going strong, has just had it's wallet code updated & is now merge minable with an ever growing user base - https://bitcointalksearch.org/topic/ann-terracoin-trc-est-2012-1364146

Please, do a little research before posting random, inaccurate & false information.
legendary
Activity: 2590
Merit: 1022
Leading Crypto Sports Betting & Casino Platform

eh i think that sha256 coin have not a big future because they compote with bitcoin, so it will die in the end like terracoin, which lasted really long but then it dies, it's really better to use another algo than sha256 or scrypt
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
Thanks to the Zetacoin member (I will not post the nickname without permission) a more then the required amount is received and the Cointech's services wil not stop to work.

Now you can get and install Android Wallet from the same source in my Google profile and install free of charge.
I will continue to issue new releases based of the same version in next one year, but with fresh checkpoints for better and faster start-up for new users, also exchanges and blk-explorer updates.
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong

The last major code update was a few months ago to the features of Bitcoin Core 0.11.

The next major update will probably be to the features of Bitcoin Core 0.12. After that we'll see which code base to follow with Bitcoin Core/Classic/Unlimited/Fork going in different directions.

Zetacoin has always tried to remain close to the Bitcoin code base (except for the quicker coin distribution and shorter block times).


Hopefully the update to v12 will reduce the resource usage that v11 suffers from.
full member
Activity: 176
Merit: 100

The last major code update was a few months ago to the features of Bitcoin Core 0.11.

The next major update will probably be to the features of Bitcoin Core 0.12. After that we'll see which code base to follow with Bitcoin Core/Classic/Unlimited/Fork going in different directions.

Zetacoin has always tried to remain close to the Bitcoin code base (except for the quicker coin distribution and shorter block times).
hero member
Activity: 1438
Merit: 574
Always ask questions. #StandWithHongKong

No, it's very much alive. Hash rate & price have been increasing steadily for some weeks now, so it's getting stronger.

The old coins are the good, reliable ones  Smiley
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net
hero member
Activity: 567
Merit: 500
In gold I trust - Aurumcoin www.cointech.net

In the exchange since 12th July (if I remember right)

mihaisav, I will send you PM, check it please!
newbie
Activity: 27
Merit: 0
sr. member
Activity: 309
Merit: 250
Pages:
Jump to: