Search content
Sort by

Showing 10 of 10 results by cheesecoincrypto
Post
Topic
Board Announcements (Altcoins)
Re: ANN [CHEESE] Cheese | PRESALE - MASTERNODE | PoW | DPOS | SWAP
by
cheesecoincrypto
on 12/01/2018, 03:21:57 UTC
The Buy Form has been updated to include ETH and LTC  Smiley

if i fill this form ,what should i do next,i only have eth ,which adress should i pay to.

Hi, Here is the form you need to fill in below the ETH address is also there.
Please join our discord and talk to one of the officer for further information

https://docs.google.com/forms/d/e/1FAIpQLSeUqlunPXQRJdGKNe2HGpm6D5oEXIOQL40exJ2-YA1wd2MVAw/viewform
Post
Topic
Board Announcements (Altcoins)
Re: ANN [CHEESE] Cheese | PRESALE - MASTERNODE | PoW | DPOS | SWAP
by
cheesecoincrypto
on 11/01/2018, 15:30:00 UTC
block 283
moneysupply 100000250.00000000
2 - 300      :    0 CHEESE
300 - 7500       :    500 CHEESE
how?

Code:
int64_t GetProofOfWorkReward(int nHeight, int64_t nFees)
{
    int64_t nSubsidy = 0 * COIN;

    if (nHeight == 1){
      nSubsidy = 250 * COIN;
    } else if (nHeight == 2){
      nSubsidy = 25000000 * COIN;
    } else if (nHeight == 3){
      nSubsidy = 25000000 * COIN;
    } else if (nHeight == 4){
      nSubsidy = 25000000 * COIN;
    } else if (nHeight == 5){
      nSubsidy = 25000000 * COIN;
    } else if (nHeight > 300 && nHeight <= 7500){
      nSubsidy = 500 * COIN;
    } else if (nHeight > 7500 && nHeight <= 100000){
      nSubsidy = 250 * COIN;
    } else if(nHeight > 100000 && nHeight <= 250000){
      nSubsidy = 125 * COIN;
    } else if(nHeight > 250000 && nHeight <= 500000){
      nSubsidy = 62 * COIN;
    } else if(nHeight > 500000 && nHeight <= 1000000){
      nSubsidy = 31 * COIN;
    } else if(nHeight > 1000000 && nHeight <= 2000000){
      nSubsidy = 15 * COIN;
    } else if(nHeight > 2000000 && nHeight <= 4000000){
      nSubsidy = 8 * COIN;
    } else if(nHeight > 4000000 && nHeight <= 8000000){
      nSubsidy = 4 * COIN;
    } else if(nHeight > 8000000 && nHeight <= 16000000){
      nSubsidy = 2 * COIN;
    } else if(nHeight > 16000000 && nHeight <= 20000000){
      nSubsidy = 1 * COIN;
    } else {
      nSubsidy = 0 * COIN;
    }

    return nSubsidy + nFees;
}

Hey Flasher the Premine is 100m which will be use to do 1:1 swap from cheesecoin to cheese. We will update the premine and max supply now .

* Block 1 - 250  (Premine)
        * Block 2 - 25,000,000 (Premine)
        * Block 3 - 25,000,000 (Premine)
        * Block 4 - 25,000,000(Premine)
        * Block 5 - 25,000,000(Premine)
    * [300 - 7500] : 500 CHEESE
        * [7500 - 50,000] : 250 CHEESE
        * [50,000 - 100,000] : 125 CHEESE
        * [100,000 - 250,000] : 62 CHEESE
        * [250,000 - 500,000] : 31 CHEESE
        * [500,000 - 1,000,000] : 15 CHEESE
        * [1,000,000 - 2,000,000] : 10 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.
    - DPOS:
        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
    MasterNode info:
        - Collateral: 250,000 CHEESE
        * MN reward: 75% mn owner, 25% staker
Post
Topic
Board Announcements (Altcoins)
Re: ANN [CHEE] Cheese Coin | Mining | PoW | PoS | |Swap coin for MICE | Airdrops
by
cheesecoincrypto
on 16/11/2017, 09:25:25 UTC
this coin is a swap of mice coin or a stand alone coin?

what is the plan to keep inflation rate low in the next few years as 333% is still high apr?

also when big exchange sites like yobit and cryptopia will be available?

thanks

Hello,

Yes the coin was created to swap MICE and give the MICE community better sense of belonging in the crypto world. The SWAP is completed now and only about 5,662,260 was paid out. The cheese was swap equivalent to about 120Quad Mice. A new Update is coming out next month where the POS will be reworked and will keep inflation rate low also cutting the MAX supply to 5 billion.

The POS  reworked next month and format will be released in the roadmap

We are also currently listed on Trade Satoshi and on Coins markets. Please let us know if you have any further inquiries . Join our discord for more Info too.

https://discord.gg/uADmbyR

Best Regards

Post
Topic
Board Announcements (Altcoins)
Re: ANN [CHEE] Cheese Coin | Mining | PoW | PoS | |Swap coin for MICE | Airdrops
by
cheesecoincrypto
on 30/10/2017, 15:20:55 UTC
Can I get some add nodes ?



Follow this to sync your wallet


Download the Windows Wallet
• Extract the folder
• Run the Wallet QT file
• If the wallet fails to run follow the steps below :
• Copy the chain file in the Cheesecoin folder  which is available after extracting the Zip file
• Delete the content of the cheesecoin folder in the below location
C:\Users\Administrator \AppData\Roaming\CheeseCoin
• Paste the copied content into the C:\Users\Administrator\AppData\Roaming\CheeseCoin folder
• Run the Cheese Coin wallet again
• The Wallet should open and Sync without any issues after this .
Post
Topic
Board Announcements (Altcoins)
Re: ANN [CHEE] Cheese Coin | Mining | PoW | PoS | |Swap coin for MICE | Airdrops
by
cheesecoincrypto
on 29/10/2017, 09:29:20 UTC
How many cheese and time to begin staking on my wallet? How works staking in CheeseCoins? Where can I find some info?



Hi Please Join Discord with link below . You can get all required information there.

https://discord.gg/8a94W7q
Post
Topic
Board Announcements (Altcoins)
Re: ANN [CHEE] Cheese Coin | Mining | PoW | PoS | |Swap coin for MICE | Airdrops
by
cheesecoincrypto
on 28/10/2017, 14:03:04 UTC
I have download many wallets and never had one say cheese coin zip failed virus detected. For the past week,every morning i had to redownload the wallet it keep deleting off my computer. Any help guys.


Hi Please join our discord with link below . Many community member are there to help you. You can also stake on coinsmarkets.com if you having problem with it.

https://discord.gg/8a94W7q
Post
Topic
Board Announcements (Altcoins)
Re: ANN [CHEE] Cheese Coin | Mining | PoW | PoS | |Swap coin for MICE | Airdrops
by
cheesecoincrypto
on 28/10/2017, 00:55:43 UTC
Good day All,

We are pleased to inform you all that the First SWAP Phase is over and here are some updates on the Phase.

We initially had a Premine of 150 million Cheese to cover all SWAP Activites.

And currently a total of 4,363,443 Cheese is been claimed, due to this we decided to burn a huge chunk of the premine.

A total of 206,783,470  Cheese has been Burnt although the Premine was 150,000,000 but due to the stakes from the wallet the number increased and we had to burn all
stakes generated by the SWAP Wallet too.

As it is now the SWAP Wallet is only holding 4,349,433 Cheese which we will use to complete the second Phase of Swap and also do Airdrops.

Once the second Phase is completed we will burn all remaining Cheese from the SWAP Wallet.

All the core members in this project will only accept donations and no cheese will be giving out freely to anyone in the core members.

We will let you know after the Swap on how to give donations to the core Members.

This project is owned by the community and you will all decide the future of Cheese.

We have already started the Project off transparency and we will continue to innovote and remain honest in all the management of Cheese Project

Thank you all for the support
Post
Topic
Board Announcements (Altcoins)
Re: ANN [CHEE] Cheese Coin | Mining | PoW | PoS | |Swap coin for MICE | Airdrops
by
cheesecoincrypto
on 26/10/2017, 02:46:42 UTC
Had a thought

1 MICE = 1 DOGE

15 BILLION MICE = 15 BILLION DOGE
15 BILLION MICE = 1 CHEEZE

Therefore,

1 CHEESE = 15 BILLION DOGE = over 14 (american) cents per cheese

Now, I think that's probably a bit of an overestimate because 1 Mice is worth less than 1 Doge, 1 Doge is just the minimum price.  But even if we say 1 Cheeze = 5 cents, that's still an amazing deal.

But of course we need to wait and see if there's anything to this project beyond a novelty swap.  Good luck!
love your analysis, the swap really brought value to mousecoin


15 Billion = 1 mice will end on Friday 27 October
15 Trillion = 1 Mice from  29th October to 3rd of November
150 Trillion = 1 Mice from 5th November to 10th November

Please take note of this Smiley


What timezone is this going to happen?

12:00 gmt
Post
Topic
Board Announcements (Altcoins)
Re: ANN [CHEE] Cheese Coin | Mining | PoW | PoS | |Swap coin for MICE | Airdrops
by
cheesecoincrypto
on 25/10/2017, 13:23:06 UTC
Is this AIRDROP still running or is it over for new participants? I'm interested to join. Wink

AIRDROP Will happen soon. Wait for it Smiley
Post
Topic
Board Announcements (Altcoins)
Re: ANN [CHEE] Cheese Coin | Mining | PoW | PoS | |Swap coin for MICE | Airdrops
by
cheesecoincrypto
on 25/10/2017, 13:13:27 UTC
Had a thought

1 MICE = 1 DOGE

15 BILLION MICE = 15 BILLION DOGE
15 BILLION MICE = 1 CHEEZE

Therefore,

1 CHEESE = 15 BILLION DOGE = over 14 (american) cents per cheese

Now, I think that's probably a bit of an overestimate because 1 Mice is worth less than 1 Doge, 1 Doge is just the minimum price.  But even if we say 1 Cheeze = 5 cents, that's still an amazing deal.

But of course we need to wait and see if there's anything to this project beyond a novelty swap.  Good luck!
love your analysis, the swap really brought value to mousecoin


15 Billion = 1 mice will end on Friday 27 October
15 Trillion = 1 Mice from  29th October to 3rd of November
150 Trillion = 1 Mice from 5th November to 10th November

Please take note of this Smiley