Pages:
Author

Topic: [QCN] QuazarCoin | Full anonymity | Privacy&Data protection | Egalitarian PoW - page 20. (Read 87093 times)

hero member
Activity: 756
Merit: 500
hero member
Activity: 756
Merit: 500
I'm programming alone and this is why I don't make releases every week and I regret about it, course.

I've optimized the console for the next release. It will no longer give a lot of unnecessary technical information in "set_log 0" mode.

Now I'm focused on solving another important task. I'm doing API. Since the integration with exchanges is not that simple and there are still many questions. + It is difficult to connect some additional apps. Nobody has solved it yet but once I do, it will be a real breakthrough.

To be honest, other changes are kind of facelift Wink

Thank you!
hero member
Activity: 756
Merit: 500
I've recieved several questions about my personality and what I do. In order for us to avoid misunderstandings, I would like to talk about myself.

I'm a C++ coder. I've been making games and now I'm outsourcing for a company which develops logistic services.

I've got interested in the subject a year ago and started trading and I was successfull time to time. But to tell the truth I'm more technically oriented person than a bussinesman.

I've been really involved in gaming sphere and have been trading keys in Steam & MMORPG and gold some time ago. I've tried to recieve some benefit somewhere Smiley

I've always been keen on new technologies and try to follow the trends in cryptocurrencies. I'm only interested in CPU-mineable coins, because I'm a little bit acquainted with ASIC-machines. I like it when people have equal opportunities.

I came to know BCN but it took me some time to figure out the technology behind it. Nobody was offering ring signatures as a method to data protection before. I'd been monitoring the subject and I was intrigued and delighted. But I missed the train. I wanted to create a new coin based on the CryptoNote protocol & the CryproNight algorithm.

At the same time I paid some attention to the alternative realization of the protocol - it was BitMonero / Monero. But I had doubts: from the very beginning it had some unpleasant and outrageous stories attached - like those ones with the main coin developer, with the shifts in the emission curve, with instamine and with the unavailability of optimized files for all users.

So I was ready to release the new coin and QuazarCoin was launched May, 8 after discussion in community without premine & instamine.

+ I'm the Win & Android user, vegan and kind of irreligious persone Smiley
hero member
Activity: 556
Merit: 500
Im going to pick up some MONERO coins! Those are really awesome! Whos with me???

Yes yes nice awesome instamine and a secret miner (with higher efficiency) only for some and we should be with you - lol!

This is the difference between Monero and QuazarCoin, Quazarcoin started fair, has a really nice emission curve, is rare, started
with optimized miner from the beginning (for all!) and some other points.
And is it obviously why some people here trying to push Monero and spreading FUD, they have enough mined in the first days Wink

QuazarCoin needs more community activity the rest will time tell.

By the way nice trolling Smiley

and
?? is any pool able to merge mine QCN with FantomCoin ??

merged mining is difficult from a pool standpoint, but we are http://www.extremepool.org are looking into it.

that would be great
regards
full member
Activity: 224
Merit: 100
Im going to pick up some MONERO coins! Those are really awesome! Whos with me???

Yes yes nice awesome instamine and a secret miner (with higher efficiency) only for some and we should be with you - lol!

This is the difference between Monero and QuazarCoin, Quazarcoin started fair, has a really nice emission curve, is rare, started
with optimized miner from the beginning (for all!) and some other points.
And is it obviously why some people here trying to push Monero and spreading FUD, they have enough mined in the first days Wink

QuazarCoin needs more community activity the rest will time tell.

By the way nice trolling Smiley

and
?? is any pool able to merge mine QCN with FantomCoin ??

merged mining is difficult from a pool standpoint, but we are http://www.extremepool.org are looking into it.
hero member
Activity: 556
Merit: 500
Im going to pick up some MONERO coins! Those are really awesome! Whos with me???

Yes yes nice awesome instamine and a secret miner (with higher efficiency) only for some and we should be with you - lol!

This is the difference between Monero and QuazarCoin, Quazarcoin started fair, has a really nice emission curve, is rare, started
with optimized miner from the beginning (for all!) and some other points.
And is it obviously why some people here trying to push Monero and spreading FUD, they have enough mined in the first days Wink

QuazarCoin needs more community activity the rest will time tell.

By the way nice trolling Smiley

and
?? is any pool able to merge mine QCN with FantomCoin ??
member
Activity: 92
Merit: 10
full member
Activity: 224
Merit: 100
Visit http://www.extremepool.org

for Quazar
http://qcn.extremepool.org

The stuck issues other pools are experiencing as been resolved @ Extreme Pool!
pfo
newbie
Activity: 27
Merit: 0
When I compare http://minin.gs/qcn to other pools like http://qcn.ext-pool.net/ and http://qcn.extremepool.org/, I see that minin.gs gets a block every 39,000,000 - 40,000,000 hashes, where http://qcn.ext-pool.net/ has not found a block with over 1,080,074,071 shares. It looks as if smaller pools do not stand a chance. Could it be that minin.gs has a different (better) configuration or is there something wrong with the mining distribution formula of the coin?

+1 good question  Smiley
i can answer. my pool change config worker difficulty daily not fixed. Worker difficulty fact follow for Network difficulty.

Thanks. This helped me a lot setting up a pool. I changed the difficulty to around 17.000 and finally the pool is getting blocks.

The pool is available on http://qcnpool.org. Mac users might want to use the Mac OS X GUI miner that can be downloaded from the home page.

And somehow the pool seems to be stuck again...It looks like we should all mine at minin.gs if we want our hashes to be worth anything. Is it ok if 'one pool mines them all' or could someone point out how to get the other pools going?

My configuration looks like this (difficulty was 17000):

Code:
"poolServer": {
        "enabled": true,
        "clusterForks": "auto",
        "poolAddress": "1RPEgDQDVMG6Tm3...6N3rcVNeB8W1jJ1",
        "blockRefreshInterval": 1000,
        "minerTimeout": 900,
        "ports": [
            {
                "port": 2222,
                "protocol": "tcp",
                "difficulty": 15000,
                "desc": "Stratum+TCP Port"
            },
            {
                "port": 3333,
                "protocol": "tcp",
                "difficulty": 15000,
                "desc": "Stratum+TCP Port"
            }
        ],
        "varDiff": {
            "minDiff": 5000,
            "maxDiff": 25000,
            "targetTime": 100,
            "retargetTime": 1440,
            "variancePercent": 10,
            "maxJump": 1000
        },
        "shareTrust": {
            "enabled": true,
            "min": 10,
            "stepDown": 3,
            "threshold": 10,
            "penalty": 30
        },
        "longPolling": {
            "enabled": false,
            "timeout": 8500
        },

        "banning": {
            "enabled": true,
            "time": 600,
            "invalidPercent": 25,
            "checkThreshold": 30
        }
    },
member
Activity: 92
Merit: 10
full member
Activity: 224
Merit: 100
http://qcn.extremepool.org/

"Stuck Issue" most pools experience has been resolved on this pool

16KH/s and rising!

Join us!
pfo
newbie
Activity: 27
Merit: 0
When I compare http://minin.gs/qcn to other pools like http://qcn.ext-pool.net/ and http://qcn.extremepool.org/, I see that minin.gs gets a block every 39,000,000 - 40,000,000 hashes, where http://qcn.ext-pool.net/ has not found a block with over 1,080,074,071 shares. It looks as if smaller pools do not stand a chance. Could it be that minin.gs has a different (better) configuration or is there something wrong with the mining distribution formula of the coin?

+1 good question  Smiley
i can answer. my pool change config worker difficulty daily not fixed. Worker difficulty fact follow for Network difficulty.

Thanks. This helped me a lot setting up a pool. I changed the difficulty to around 17.000 and finally the pool is getting blocks.

The pool is available on http://qcnpool.org. Mac users might want to use the Mac OS X GUI miner that can be downloaded from the home page.
hero member
Activity: 994
Merit: 500
Im going to pick up some MONERO coins! Those are really awesome! Whos with me???

Did you create a account to just talk about Monero?
newbie
Activity: 2
Merit: 0
Im going to pick up some MONERO coins! Those are really awesome! Whos with me???
member
Activity: 112
Merit: 10
So i am interested in getting involved in one of these cryptonote coins, can somebody sell me on QCN as opposed to the others?

It's the boss!

Thats not really doing it any justice.

I suppose you're right, perhaps I should have suggested he start reading on page 1?
full member
Activity: 126
Merit: 100
This is a feature that you added ? it's not included by default in the open source pool ?

If yes nice work  Grin
sr. member
Activity: 364
Merit: 250
When I compare http://minin.gs/qcn to other pools like http://qcn.ext-pool.net/ and http://qcn.extremepool.org/, I see that minin.gs gets a block every 39,000,000 - 40,000,000 hashes, where http://qcn.ext-pool.net/ has not found a block with over 1,080,074,071 shares. It looks as if smaller pools do not stand a chance. Could it be that minin.gs has a different (better) configuration or is there something wrong with the mining distribution formula of the coin?

+1 good question  Smiley
i can answer. my pool change config worker difficulty daily not fixed. Worker difficulty fact follow for Network difficulty.
full member
Activity: 126
Merit: 100
When I compare http://minin.gs/qcn to other pools like http://qcn.ext-pool.net/ and http://qcn.extremepool.org/, I see that minin.gs gets a block every 39,000,000 - 40,000,000 hashes, where http://qcn.ext-pool.net/ has not found a block with over 1,080,074,071 shares. It looks as if smaller pools do not stand a chance. Could it be that minin.gs has a different (better) configuration or is there something wrong with the mining distribution formula of the coin?

+1 good question  Smiley
pfo
newbie
Activity: 27
Merit: 0
When I compare http://minin.gs/qcn to other pools like http://qcn.ext-pool.net/ and http://qcn.extremepool.org/, I see that minin.gs gets a block every 39,000,000 - 40,000,000 hashes, where http://qcn.ext-pool.net/ has not found a block with over 1,080,074,071 shares. It looks as if smaller pools do not stand a chance. Could it be that minin.gs has a different (better) configuration or is there something wrong with the mining distribution formula of the coin?
hero member
Activity: 994
Merit: 500
So i am interested in getting involved in one of these cryptonote coins, can somebody sell me on QCN as opposed to the others?

It's the boss!

Thats not really doing it any justice.
Pages:
Jump to: