Pages:
Author

Topic: ☀ANN☀【MWC】 MultiWalletCoin ◈ X11 POW◈POS ◈ Bittrex listed! ◈ Road map published! - page 19. (Read 58500 times)

legendary
Activity: 2310
Merit: 1000
i bought half btc at 110 satoshi, hope not going to oblivion! Huh

when pow will be over?
with x11 always the same thing......i dont get it why people mining and sell at 100sats.....

only 300 blocks more it is almost the end of POW
sr. member
Activity: 392
Merit: 250
member of GameCredits Dev team
i bought half btc at 110 satoshi, hope not going to oblivion! Huh

when pow will be over?
with x11 always the same thing......i dont get it why people mining and sell at 100sats.....
legendary
Activity: 2310
Merit: 1000
By the way, will it be open source?

yeah dont make it open source.

Its all good as long as you don't protect your code but don't stop people from copying the method otherwise

I think it's ok to have it closed source during beta, let the price rise, and then release open source final in a few weeks. That way even if a copy cat copies the technology, this coin will already be the dominant one with it. But for a new technology to be taken seriously it has to be open source. Nobody will trust closed source technology with their money.

actually I was going to update the source on github but you make a good point Smiley Maybe its good to keep source closed for a while. Would like to hear more opinions regarding this matter

Dev did You make a decision ? We are waiting for this beauty Smiley
legendary
Activity: 1330
Merit: 1000
i bought half btc at 110 satoshi, hope not going to oblivion! Huh
member
Activity: 89
Merit: 10
Escrow Services Provided
static const int LAST_POW_BLOCK = 3000;

static const unsigned int MAX_BLOCK_SIZE = 1000000;
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 201600000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.05 * COIN;   // 5% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 2500;
what?

201M coins??
oh god

pow +pos total after X years, 30 mil = pow total.

This is why people usually put total coins in the OP, to avoid situations like this. Now that we've confirmed that the number of coins is alright so far, we just need this mystery multi wallet to appear, so we can start relaxing for a bit.
hero member
Activity: 525
Merit: 500
static const int LAST_POW_BLOCK = 3000;

static const unsigned int MAX_BLOCK_SIZE = 1000000;
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 201600000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.05 * COIN;   // 5% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 2500;
what?

201M coins??
oh god

pow +pos total after X years, 30 mil = pow total.
hero member
Activity: 906
Merit: 500
static const int LAST_POW_BLOCK = 3000;

static const unsigned int MAX_BLOCK_SIZE = 1000000;
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 201600000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.05 * COIN;   // 5% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 2500;

this was already discussed. it is POW+POS comined total. POW total should be around 30 mill

K ive check the code and there is really 3k blocks at 10k per blocks, for a total of 30M.  But it doesnt mean theres hidden coins somewhere.  But lets consider this for now as legit.  5M over 30M dumped in one hour is something to be expected from X11 coin
legendary
Activity: 1330
Merit: 1000
member
Activity: 106
Merit: 10
static const int LAST_POW_BLOCK = 3000;

static const unsigned int MAX_BLOCK_SIZE = 1000000;
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 201600000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.05 * COIN;   // 5% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 2500;
what?

201M coins??
oh god
hero member
Activity: 767
Merit: 532
static const int LAST_POW_BLOCK = 3000;

static const unsigned int MAX_BLOCK_SIZE = 1000000;
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 201600000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.05 * COIN;   // 5% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 2500;

this was already discussed. it is POW+POS comined total. POW total should be around 30 mill
member
Activity: 106
Merit: 10
we need to check the source code to make sure there's no hide block

we will found sth?

yes. what happened?

How many coin is there supposed to be?

I see over 200M in the code, is this the amount we should expect?

you can check the wallet of bittrex
sr. member
Activity: 378
Merit: 250
we need to check the source code to make sure there's no hide block

we will found sth?

yes. what happened?

How many coin is there supposed to be?

I see over 200M in the code, is this the amount we should expect?
The dev said under 30mil after pow.
hero member
Activity: 906
Merit: 500
static const int LAST_POW_BLOCK = 3000;

static const unsigned int MAX_BLOCK_SIZE = 1000000;
static const unsigned int MAX_BLOCK_SIZE_GEN = MAX_BLOCK_SIZE/2;
static const unsigned int MAX_BLOCK_SIGOPS = MAX_BLOCK_SIZE/50;
static const unsigned int MAX_ORPHAN_TRANSACTIONS = MAX_BLOCK_SIZE/100;
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 201600000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.05 * COIN;   // 5% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 2500;
member
Activity: 106
Merit: 10
we need to check the source code to make sure there's no hide block

we will found sth?

yes. what happened?

fork or hide block

there's no other reason i can thought
legendary
Activity: 1414
Merit: 1000
Anyone else pick up 100 sat coins or were you all sitting there watching with your mouths wide open?  Grin
hero member
Activity: 906
Merit: 500
we need to check the source code to make sure there's no hide block

we will found sth?

yes. what happened?

How many coin is there supposed to be?

I see over 200M in the code, is this the amount we should expect?
hero member
Activity: 582
Merit: 500
I'd say premine is dumping right now. not worth mining this
legendary
Activity: 1330
Merit: 1000
we need to check the source code to make sure there's no hide block

we will found sth?

yes. what happened?
hero member
Activity: 767
Merit: 532
member
Activity: 106
Merit: 10
we need to check the source code to make sure there's no hide block

we will found sth?
Pages:
Jump to: