Author

Topic: [ANN][CRW] CROWN (SHA256) | Platform | Governance | Systemnodes | Masternodes | - page 258. (Read 316958 times)

legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
says there is no makefile when i try to compile Huh

Go to crowncoin folder and run ./autogen.sh && ./configure && make
hero member
Activity: 644
Merit: 500
says there is no makefile when i try to compile Huh
newbie
Activity: 18
Merit: 0
nice coin seems to mine just fine ... any new updates or the like though ?
legendary
Activity: 964
Merit: 1000
65 blocks in 10 minutes. somethings wrong.

Here's a Mac build, courtesy of Coinworks.info:



https://www.dropbox.com/s/e3l9ar6hhmxxkhh/Crowncoin-0.9.2.0.dmg?dl=0

Virustotal (0/55 - Clean): https://www.virustotal.com/en/file/310e3f49fcd8eb19afe6c922fb541703427b033a547923f4bb236dbd66391a8d/analysis/1412829180/

Can't wait for this one to hit an exchange. If you need assistance with fixing the diff adjustment, feel free to contact us.

if we cant get ahold of the dev then release a wallet with an update. i should be able to fork the network over to a fork that properly adjusts difficulty.

well it seems if im correct the dev has the target to 20,160 blocks with 400% max adjustment.

difficulty is currently at 4.
should get better but for the first little while blocks are going to be found really fast.

static const int64_t nTargetTimespan = 14 * 24 * 60 * 60; // two weeks                1,209,600
static const int64_t nTargetSpacing = 1 * 60;             60
static const int64_t nInterval = nTargetTimespan / nTargetSpacing;            1,209,600 / 60 = 20,160
full member
Activity: 218
Merit: 115
Here's a Mac build, courtesy of Coinworks.info:



https://www.dropbox.com/s/e3l9ar6hhmxxkhh/Crowncoin-0.9.2.0.dmg?dl=0

Virustotal (0/55 - Clean): https://www.virustotal.com/en/file/310e3f49fcd8eb19afe6c922fb541703427b033a547923f4bb236dbd66391a8d/analysis/1412829180/

Can't wait for this one to hit an exchange. If you need assistance with fixing the diff adjustment, feel free to contact us.
newbie
Activity: 56
Merit: 0
[
{
"addr" : "77.93.196.5:9340",
"services" : "00000001",
"lastsend" : 1412828857,
"lastrecv" : 1412828863,
"bytessent" : 569549,
"bytesrecv" : 1357523,
"conntime" : 1412828578,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2/",
"inbound" : false,
"startingheight" : 23732,
"banscore" : 0,
"syncnode" : true
},
{
"addr" : "109.108.104.222:9340",
"services" : "00000001",
"lastsend" : 1412828863,
"lastrecv" : 1412828863,
"bytessent" : 312195,
"bytesrecv" : 290162,
"conntime" : 1412828653,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2/",
"inbound" : false,
"startingheight" : 23748,
"banscore" : 0,
"syncnode" : false
},
{
"addr" : "88.86.101.45:9340",
"services" : "00000001",
"lastsend" : 1412828849,
"lastrecv" : 1412828863,
"bytessent" : 722,
"bytesrecv" : 5405,
"conntime" : 1412828720,
"pingtime" : 0.00000000,
"version" : 70002,
"subver" : "/Satoshi:0.9.2/",
"inbound" : false,
"startingheight" : 23763,
"banscore" : 0,
"syncnode" : false
}
]
legendary
Activity: 964
Merit: 1000
P2POOL IS LIVE ! http://99.236.215.227:9343/static/

I can also verify that there is no hidden premine that i can see atleast.

int64_t GetBlockValue(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 10 * COIN;
    int halvings = nHeight / Params().SubsidyHalvingInterval();

    // Force block reward to zero when right shift is undefined.
    if (halvings >= 64)
        return nFees;

    // Subsidy is cut in half every 210,000 blocks which will occur approximately every 4 years.
    nSubsidy >>= halvings;

    return nSubsidy + nFees;
}
sr. member
Activity: 405
Merit: 500
solo mining for first time.  Had two incoming transactions +10 CRW  however not showing in wallet as pending or available?  any ideas why guys?

Probably orphan blocks.
sr. member
Activity: 363
Merit: 250
solo mining for first time.  Had two incoming transactions +10 CRW  however not showing in wallet as pending or available?  any ideas why guys?
hero member
Activity: 635
Merit: 500
Wallet don't sync. Any nodes?
legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
My pool crons got stuck because the wallet can not send more then 5k coins in 1 transaction , so please set auto payout at 4k
legendary
Activity: 1551
Merit: 1002
♠ ♥ ♣ ♦ < ♛♚&#
Why choose sha256??
Are you developed some feature with this algo?
legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
holly shit, it seems I f...d it up, there is the old version on the web

Wtf , so now my pool is on the wrong fork Huh

Are you on the right chain , why payouts are disabled, say it now not on the 20000 block ,because you can always say that you was on the wrong chain and how then we can know that you are saying the true.

My crons got stuck because the blocks got found to fast and somtimes i get double payout error and my crons got stuck Smiley and need to run them manualy Smiley
the same happening to me as well. How do you mean run them manually?

You need to go to mpos folder cronjobs and run ./run-crons.sh -f  "-f" is forcing the crons to run
member
Activity: 61
Merit: 10
holly shit, it seems I f...d it up, there is the old version on the web

Wtf , so now my pool is on the wrong fork Huh

Are you on the right chain , why payouts are disabled, say it now not on the 20000 block ,because you can always say that you was on the wrong chain and how then we can know that you are saying the true.

My crons got stuck because the blocks got found to fast and somtimes i get double payout error and my crons got stuck Smiley and need to run them manualy Smiley
the same happening to me as well. How do you mean run them manually?
legendary
Activity: 1736
Merit: 1000
Admin of CoinMiners Pools
holly shit, it seems I f...d it up, there is the old version on the web

Wtf , so now my pool is on the wrong fork Huh

Are you on the right chain , why payouts are disabled, say it now not on the 20000 block ,because you can always say that you was on the wrong chain and how then we can know that you are saying the true.

My crons got stuck because the blocks got found to fast and somtimes i get double payout error and my crons got stuck Smiley and need to run them manualy Smiley
newbie
Activity: 56
Merit: 0
Ty for your help, i got my first "10 CRW" from mining Smiley

How can i get my reward to my wallet? there is a qr code (picture) and some url.. sorry, i am new and i don't understand how to use this wallets..

edit: okey, that qr code and url belongs to my wallet.. i think i need to wait for confirmation?
full member
Activity: 168
Merit: 100

1

Do people sit in an irc wating for some bot to echo new threads just so they can race here to post.... "1". At least go back and edit your comment into something halfway useful/relevant. shit is so stupid...
Good luck with the coin
/rant off
sr. member
Activity: 405
Merit: 500
holly shit, it seems I f...d it up, there is the old version on the web

Wtf , so now my pool is on the wrong fork Huh

Are you on the right chain , why payouts are disabled, say it now not on the 20000 block ,because you can always say that you was on the wrong chain and how then we can know that you are saying the true.
hero member
Activity: 623
Merit: 500
i try to solo mine, how can i see my hash speed in consol? ty


getmininginfo

this should show you the mining statistics...

Okey, is hashespersec line belongs to my hash speed? 
{
"blocks" : 6255,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 1.00000000,
"errors" : "",
"genproclimit" : -1,
"networkhashps" : 2712652315,
"pooledtx" : 0,
"testnet" : false,
"generate" : true,
"hashespersec" : 2735415
}

Yes
Jump to: