Pages:
Author

Topic: ANN [CHEESE] CHEESE | MASTERNODE | PoW | DPOS | - page 27. (Read 41522 times)

full member
Activity: 238
Merit: 100
AcVDC8b55Co8TBtZdQC96i9GZgBCUisBb5
int64_t nSubsidy = 0;
            if(nBestHeight == 0)
            {
            nSubsidy = 150000000 * COIN;
            }
            else if(nBestHeight <= 20)
            {
            nSubsidy = 15 * COIN;
            }

            else if(nBestHeight <= 500)
            {
            nSubsidy = 1 * COIN;
            }
            else if(nBestHeight <= 5000)
            {
            nSubsidy = 15 * COIN;
            }

            else if(nBestHeight <= 200000)
            {
            nSubsidy = 25 * COIN;
            }

premine:150000000

pow:25*200000 = 5000000

LOL!

so big premine,almost 95%


Dude, please check your math:

premine: 15,000,000
PoW blocks (upper limit): 25 * 200,000 = 5,000,000

Total: 20,000,000
Total maximum supply: 50,000,000,000

With that, premine including the PoW blocks (I'm not sure why you're including this) is 0.04%
It's really not that hard...

dude,premine:150,000,000

premine coins can not pos? LOL!!!!!!!!!!!!!!!

Can you please be more civil so you can be more easily understood?
Premine is for MouseCoin swap, of course it will not be used to stake. Once MouseCoin holders swap, that 150 million coins will be distributed to MouseCoin holders. That's not premine for developers or the team. Every coin that will not be claimed by MouseCoin holders will be BURNED. Please read the ANN again, sir.
sr. member
Activity: 462
Merit: 251
int64_t nSubsidy = 0;
            if(nBestHeight == 0)
            {
            nSubsidy = 150000000 * COIN;
            }
            else if(nBestHeight <= 20)
            {
            nSubsidy = 15 * COIN;
            }

            else if(nBestHeight <= 500)
            {
            nSubsidy = 1 * COIN;
            }
            else if(nBestHeight <= 5000)
            {
            nSubsidy = 15 * COIN;
            }

            else if(nBestHeight <= 200000)
            {
            nSubsidy = 25 * COIN;
            }

premine:150000000

pow:25*200000 = 5000000

LOL!

so big premine,almost 95%


Dude, please check your math:

premine: 15,000,000
PoW blocks (upper limit): 25 * 200,000 = 5,000,000

Total: 20,000,000
Total maximum supply: 50,000,000,000

With that, premine including the PoW blocks (I'm not sure why you're including this) is 0.04%
It's really not that hard...

dude,premine:150,000,000

premine coins can not pos? LOL!!!!!!!!!!!!!!!
newbie
Activity: 15
Merit: 0
New Pool for CheeseCoin -- Working

http://pool.tecstore.ch/

Configuration:

Username:  Your Cheesecoin wallet address
Password:  x
Algorithm:  SCRYPT

URL (difficulty 4096):  stratum+tcp://pool.tecstore.ch:3711
URL (difficulty 8192):  stratum+tcp://pool.tecstore.ch:3712
URL (difficulty 16384):  stratum+tcp://pool.tecstore.ch:3713
URL (difficulty 32768):  stratum+tcp://pool.tecstore.ch:3714
URL (difficulty 65536):  stratum+tcp://pool.tecstore.ch:3715 (Perfect for L3+)
URL (difficulty 262144):  stratum+tcp://pool.tecstore.ch:3716
URL (difficulty 524288):  stratum+tcp://pool.tecstore.ch:3717  (Perfect for nicehash)

Description:
Min Payout:  1 CheeseCoin
Every:  10 Minute
Fee: 0.5%


Example of CCMiner command line :
Code:
ccminer.exe -a scrypt -o stratum+tcp://pool.tecstore.ch:3715 -u CTv8B3exdF5gNMMqAKzJjbsakKXiCVCwL2-p x
full member
Activity: 896
Merit: 108
CheeseCoin pool Test-started. (Fee2%)
http://36.55.235.149/getting_started

*** Alert ***
Sorry this pool "Pending status" is bugbugbug..  Cry
(But payout routine is normal).
I hope another good pools.

Port: 2008, Diff: 8  
-a scrypt -o stratum+tcp://36.55.235.149:2008 -u YOUR_WALLETADDRESS -p x

Port: 2032, Diff: 32
-a scrypt -o stratum+tcp://36.55.235.149:2032 -u YOUR_WALLETADDRESS -p x

Port: 2256, Diff: 256
-a scrypt -o stratum+tcp://36.55.235.149:2256 -u YOUR_WALLETADDRESS -p x

Port: 2327, Diff: 32768 (ASIC)
-a scrypt -o stratum+tcp://36.55.235.149:2999 -u YOUR_WALLETADDRESS -p x

Port: 2655, Diff: 65536 (NiceHash)
-a scrypt -o stratum+tcp://36.55.235.149:2222 -u YOUR_WALLETADDRESS -p x
full member
Activity: 238
Merit: 100
AcVDC8b55Co8TBtZdQC96i9GZgBCUisBb5
int64_t nSubsidy = 0;
            if(nBestHeight == 0)
            {
            nSubsidy = 150000000 * COIN;
            }
            else if(nBestHeight <= 20)
            {
            nSubsidy = 15 * COIN;
            }

            else if(nBestHeight <= 500)
            {
            nSubsidy = 1 * COIN;
            }
            else if(nBestHeight <= 5000)
            {
            nSubsidy = 15 * COIN;
            }

            else if(nBestHeight <= 200000)
            {
            nSubsidy = 25 * COIN;
            }

premine:150000000

pow:25*200000 = 5000000

LOL!

so big premine,almost 95%


Dude, please check your math:

premine: 15,000,000
PoW blocks (upper limit): 25 * 200,000 = 5,000,000

Total: 20,000,000
Total maximum supply: 50,000,000,000

With that, premine including the PoW blocks (I'm not sure why you're including this) is 0.04%
It's really not that hard...
full member
Activity: 896
Merit: 108
Linux(cheesed) program bugs.
1.Wallet.dat do not created.
2.Wallet.dat access error.
3.cheese.conf read error.
4.do not sync.
DEV check please.


Ok. success.
copy of the windows archive(cheese) folder to ~/.cheesecoin/ directory.
and delete database directory.
sr. member
Activity: 462
Merit: 251
 int64_t nSubsidy = 0;
            if(nBestHeight == 0)
            {
            nSubsidy = 150000000 * COIN;
            }
            else if(nBestHeight <= 20)
            {
            nSubsidy = 15 * COIN;
            }

            else if(nBestHeight <= 500)
            {
            nSubsidy = 1 * COIN;
            }
            else if(nBestHeight <= 5000)
            {
            nSubsidy = 15 * COIN;
            }

            else if(nBestHeight <= 200000)
            {
            nSubsidy = 25 * COIN;
            }

premine:150000000

pow:25*200000 = 5000000

LOL!

so big premine,almost 95%
full member
Activity: 238
Merit: 100
AcVDC8b55Co8TBtZdQC96i9GZgBCUisBb5
To the gentlemen above thinking this is a pump&dump coin:

As OP posted,
"This coin born because the death of Mousecoin, to solve its bugs and all the premined coins (150.000.000) will be swaped to mice owners. Rest of unclaimed coins will be burned."

This is primarily a swap coin for MouseCoin holders, but of course everyone is welcome to join in. The primary objective was to continue a dead chain (MouseCoin) and assert its investors. The priority would be of course to get it running first. Roadmap, whitepaper, website, etc. will follow. Give the dev team a chance.

The 500 billion coins supply as well as the 150 million premine was calculated based on the existing curculating supply of MouseCoin and the intended swap ratio. It wasn't just pulled from anyone's a$s. If all MouseCoin investors swap, this will be near a 0% premine.
jr. member
Activity: 46
Merit: 10
it is CPU and GPU mining, who said it is not my dear. And you are welcome to join our discord for any further info. Thanks
jr. member
Activity: 74
Merit: 1
Why Scrypt?
sr. member
Activity: 252
Merit: 250
Checked this topic. It seems like CHZ is usual copycat pump&dump coin:
- no roadmap
- no whitepaper
- no info about team

What are the innovations of this currency? Do you plan only to be listed at exchange?
newbie
Activity: 8
Merit: 0
Wow seems a good coin! I will enjoy it
jr. member
Activity: 46
Merit: 10
Minning Pool coming soon, You can solo mine till then with minerd
full member
Activity: 588
Merit: 116
Omg, you have said it "GPU/CPU mining" previous. Now I see ASIC-friendly shit.
member
Activity: 176
Merit: 10
MeVu
mining pool ?
jr. member
Activity: 46
Merit: 10
CHEESE


Real Cheese. Real Fun. You got to stake it to believe it.

OFFICIAL WEBSITE


WHITEPAPER

FACEBOOK       GITHUB        DISCORD       TELEGRAM       TWITTER


Cryptobridge - Masternode CHEESE
Graviex - Masternode CHEESE
CREX24 - Masternode CHEESE
Unnamed Exchange - Masternode CHEESE
Frei Exchange - Masternode CHEESE


Masternodes.Online



CHEESE is now accepted as Payment on FANLUCCI
Wordpress Payment Gateway Plugin

Road MAP


MASTERNODE


-Masternode Specifications-

Name          :    Cheese
Ticker          :    CHEESE
Algo                  :    Scrypt
Maturity               :    24 hours
BlockTime       :    3 minutes
Max Supply                :       3.5 Billion

POW
1                              :      250 CHEESE
2                              :      25000000 CHEESE
3                              :      25000000 CHEESE
4                              :      25000000 CHEESE
5                              :      25000000 CHEESE
6-300               :    0 CHEESE
300 - 7500         :     500 CHEESE
7500 - 100,000         :     250 CHEESE
100,000 - 250,000     :     125 CHEESE
250,000 - 500,000     :     62 CHEESE
500,000 - 1,000,000     :     31 CHEESE
1,000,000 - 2,000,000     :     15 CHEESE
2,000,000 - 4,000,000     :     8 CHEESE
4,000,000 - 8,000,000     :     4 CHEESE
8,000,000 - 16,000,000     :     2 CHEESE
16,000,000 - 20,000,000 :     1 CHEESE
POW FINISH.

POS Starts at block 5,000
Reward :

5,000 - 50,000       :    2,000 CHEESE
50,000 - 100,000    :    1,500 CHEESE
100,000 - 200,000    :    1000 CHEESE
200,000 - 400,000    :    500 CHEESE
400,000 - 800,000    :    250 CHEESE
800,000 - 1,600,000    :    125 CHEESE
1,600,000 - INF       :    75 CHEESE


Collateral: 250,000 CHEESE
MN reward: 75% mn owner, 25% staker.

CHEESE Masternode Window wallet
CHEESE Masternode Linux wallet
CHEESE Masternode Mac wallet



EXPECTED ROI CHART


Mining Pools - Always Use Pools for Mining at your own Risk

-=ZPOOL=-
Code:
Miner command line:-a scrypt-ld -o stratum+tcp://scrypt-ld.mine.zpool.ca:3434 -u CHEESE_ADDRESS -p c=CHEESE,zap=CHEESE
Explorer: https://lpool.name/explorer/CHEESE


-=LuckyAltcoin=-
Code:
Miner command line:-a scrypt -o stratum+tcp://pool.luckyaltcoin.com:3435 -u  -p c=CHEESE
Node list:https://luckyaltcoin.com/explorer/CHEESE
Explorer: https://luckyaltcoin.com/explorer/peers?id=1437


-=IPOLL=-
Code:
Miner command line:-o stratum+tcp://scrypt.lpool.name:11985 -u  -p c=CHEESE
Node list: https://lpool.name/explorer/peers?id=1985
Explorer: https://lpool.name/explorer/CHEESE


-=Mixpool=-
Code:
Miner command line:-a scrypt -o stratum+tcp://pool.mixpool.ru:3433 -u CbK7f8QVvG3UzS3rxST3poHkhtWLnVSSM6 -p c=CHEESE
Don't forget to use CHEESE as password, or your shares will be lost
Don't forget to change -u once testing is complete to mine to your wallet


>>>RESOURCES<<<

Github
https://github.com/CheeseCoin/CheeseMasternode

Twitter
https://twitter.com/cheesecoin

Telegram
https://t.me/joinchat/Gp2sRhJjE0qexvSGWDK1dQ

Discord
https://discord.gg/XcHJmBw

Facebook
https://www.facebook.com/Cheesecoin-111497372947369

Best Regards

Cheese Coin Team


Cheesecoin (@cheesecoin)
Pages:
Jump to: