Pages:
Author

Topic: [ANN] New Crypto Currency FRANKO [w/ OPENSOURCE FRK ATM!][NEW WEBSITE Design] - page 29. (Read 233911 times)

legendary
Activity: 1843
Merit: 1338
XXXVII Fnord is toast without bread
franko wallet down for 'maintenance' for almost 2 weeks on cryptsy

wtf is going on at that site??

yea its strange, I told mullick the fix, and they have been swamped with work for a while now. -shrug- hopefully they can get it squared away, ill send him another pm.

Yeah pretty lame that they don't care enough about tested older coins, more concerned about pushing out new coins without block explorers or even factual information.
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
franko wallet down for 'maintenance' for almost 2 weeks on cryptsy

wtf is going on at that site??

yea its strange, I told mullick the fix, and they have been swamped with work for a while now. -shrug- hopefully they can get it squared away, ill send him another pm.
legendary
Activity: 1612
Merit: 1608
精神分析的爸
franko wallet down for 'maintenance' for almost 2 weeks on cryptsy

wtf is going on at that site??

It's not the only coin that is obviously healthy but down for maintenance since weeks in Cryptsy, there are countless others. It's a pity that FRK is on no other exchanges.
legendary
Activity: 1061
Merit: 1001
franko wallet down for 'maintenance' for almost 2 weeks on cryptsy

wtf is going on at that site??
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Hi friends,

is there anyone who wants to sell some frankos? plz pm me.  Cool

They are selling them left and right on crypsty atm Smiley

Thx, but cryptsy is nothing for me...

Awesome, how many are you looking to buy?
hero member
Activity: 798
Merit: 1000
Hi friends,

is there anyone who wants to sell some frankos? plz pm me.  Cool

They are selling them left and right on crypsty atm Smiley

Thx, but cryptsy is nothing for me...
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Hi friends,

is there anyone who wants to sell some frankos? plz pm me.  Cool

They are selling them left and right on crypsty atm Smiley
hero member
Activity: 798
Merit: 1000
Hi friends,

is there anyone who wants to sell some frankos? plz pm me.  Cool
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Awesome, good to hear.

SEABOND HERE!!! AKA "THE MINER"

Just a quick update: Franko FRK down for maintenance (probably blockchain fork).

waiting....

probably, the problem was fixed already on github, ill post the binaries tomorrow.
full member
Activity: 128
Merit: 100
http://tinyurl.com/pykjk93
Awesome, good to hear.

SEABOND HERE!!! AKA "THE MINER"

Just a quick update: Franko FRK down for maintenance (probably blockchain fork).

waiting....
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Awesome, good to hear.
legendary
Activity: 964
Merit: 1000
Actually its here, went full derp for a second

Code:
// Reject block.nVersion=2 blocks when 95% (75% on testnet) of the network has upgraded:
    if (block.nVersion < 3 && CBlockIndex::IsSuperMajority(3, pindexPrev, Params().RejectBlockOutdatedMajority()))
    {
        return state.Invalid(error("%s : rejected nVersion=2 block", __func__),
                             REJECT_OBSOLETE, "bad-version");
    }

Smiley

yupp all good now Wink thanks Smiley didnt want to start pulling apart your source myself and start another fork lmfao

haha I also updated git repo too to increase the majority to 9500 blocks. Which makes more sense for frk since we have such a short blocktime.

After i synced i was able to re add the lines i removed with no issue. it was the initial sync that was the issue.
hero member
Activity: 619
Merit: 501
https://www.massict.com/
i just update the pool wallet also, so everyone can mine on new wallet:

http://frk.e-pool.net:8900/static/

Code:
setx GPU_MAX_ALLOC_PERCENT 100 
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -o stratum+tcp://frk.e-pool.net:8900 -u YourWalletAddress -p password --expiry 1 --scan-time 1 --queue 0 --intensity=10


Code:
setx GPU_MAX_ALLOC_PERCENT 100 
setx GPU_USE_SYNC_OBJECTS 1
bfgminer.exe --scrypt -o stratum+tcp://frk.e-pool.net:8900 -u YourWalletAddress -p password --intensity=10



legendary
Activity: 2184
Merit: 1011
Franko is Freedom
im recompiling the windows binaries atm
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Actually its here, went full derp for a second

Code:
// Reject block.nVersion=2 blocks when 95% (75% on testnet) of the network has upgraded:
    if (block.nVersion < 3 && CBlockIndex::IsSuperMajority(3, pindexPrev, Params().RejectBlockOutdatedMajority()))
    {
        return state.Invalid(error("%s : rejected nVersion=2 block", __func__),
                             REJECT_OBSOLETE, "bad-version");
    }

Smiley

yupp all good now Wink thanks Smiley didnt want to start pulling apart your source myself and start another fork lmfao

haha I also updated git repo too to increase the majority to 9500 blocks. Which makes more sense for frk since we have such a short blocktime.
legendary
Activity: 964
Merit: 1000
Actually its here, went full derp for a second

Code:
// Reject block.nVersion=2 blocks when 95% (75% on testnet) of the network has upgraded:
    if (block.nVersion < 3 && CBlockIndex::IsSuperMajority(3, pindexPrev, Params().RejectBlockOutdatedMajority()))
    {
        return state.Invalid(error("%s : rejected nVersion=2 block", __func__),
                             REJECT_OBSOLETE, "bad-version");
    }

Smiley

yupp all good now Wink thanks Smiley didnt want to start pulling apart your source myself and start another fork lmfao
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Actually its here, went full derp for a second

Code:
// Reject block.nVersion=2 blocks when 95% (75% on testnet) of the network has upgraded:
    if (block.nVersion < 3 && CBlockIndex::IsSuperMajority(3, pindexPrev, Params().RejectBlockOutdatedMajority()))
    {
        return state.Invalid(error("%s : rejected nVersion=2 block", __func__),
                             REJECT_OBSOLETE, "bad-version");
    }

Smiley
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
Code:
// Start enforcing the DERSIG (BIP66) rules, for block.nVersion=3 blocks, when 75% of the network has upgraded:
    if (block.nVersion >= 3 && CBlockIndex::IsSuperMajority(3, pindex->pprev, Params().EnforceBlockUpgradeMajority())) {
        flags |= SCRIPT_VERIFY_DERSIG;
    }
'

Im guessing this is just removed until i sync then added back in?

One sec, testing something right now, but you could probably take it out and it will sync yea.
legendary
Activity: 964
Merit: 1000
Code:
// Start enforcing the DERSIG (BIP66) rules, for block.nVersion=3 blocks, when 75% of the network has upgraded:
    if (block.nVersion >= 3 && CBlockIndex::IsSuperMajority(3, pindex->pprev, Params().EnforceBlockUpgradeMajority())) {
        flags |= SCRIPT_VERIFY_DERSIG;
    }
'

Im guessing this is just removed until i sync then added back in?
Pages:
Jump to: