Pages:
Author

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

sr. member
Activity: 336
Merit: 250
Got Crypto?
sr. member
Activity: 406
Merit: 250
POD+Wallet screenshot = 4K
Is it so hard? Cam'on DEV

+

MultiWalletCoin development update

First of all I'd like to thank everyone for your interest in MultiWalletCoin! This means a lot to me and makes development much more fun

Beta wallet is amost complete
Also I've sweetned up wallet design since default style isn't fun at all. Its hard to code when its not fun Undecided





I still have to rework scattering feature because sometimes it freezes the blockchain for a long time and I am still working on a solution to make sure it never happens. Even tho it may require more time then expected I am sure there will be no need for any mandatory wallet updates which is a good thing. Stay tuned! As soon as I'll find a solution I'll let you guys know and release beta wallet

+

MultiWalletCoin development update

First of all I'd like to thank everyone for your interest in MultiWalletCoin! This means a lot to me and makes development much more fun

Beta wallet is amost complete
Also I've sweetned up wallet design since default style isn't fun at all. Its hard to code when its not fun Undecided



I still have to rework scattering feature because sometimes it freezes the blockchain for a long time and I am still working on a solution to make sure it never happens. Even tho it may require more time then expected I am sure there will be no need for any mandatory wallet updates which is a good thing. Stay tuned! As soon as I'll find a solution I'll let you guys know and release beta wallet

still today for beta wallet or delayed?

I am working hard to deliver it today

=





 CHOO CHOO !!!!!!!!



sr. member
Activity: 322
Merit: 250
That dump was really bad earlier so I'm not surprised people thought it might be a hidden premine or something. I was even worried it might be something. Although I knew the max_money thing wasn't it. Obviously the FPGAs for X11 are really powerful now.
legendary
Activity: 1246
Merit: 1000
103 days, 21 hours and 10 minutes.
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;

Do you even know what max money means?  



when will people learn. if you don't understand the code don't post like your so confident. max_money is not max coins. see the mistake poloniex owner made on super coin. this coin is fine.

Yup

Poloniex fiasco was actually quite hilarious.  It just cracks me up so much when people paste the "max money" line.  I guess it helps me identify the really ignorent folks around here.
hero member
Activity: 686
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;

Do you even know what max money means? 



when will people learn. if you don't understand the code don't post like your so confident. max_money is not max coins. see the mistake poloniex owner made on super coin. this coin is fine.
legendary
Activity: 1246
Merit: 1000
103 days, 21 hours and 10 minutes.
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;

Do you even know what max money means? 

legendary
Activity: 881
Merit: 1006
POS starts at 2500 block? Anyone seeing POS activity in their wallets?

yes
newbie
Activity: 33
Merit: 0
POS starts at 2500 block? Anyone seeing POS activity in their wallets?
hero member
Activity: 686
Merit: 500
sr. member
Activity: 273
Merit: 250
Dumping from miners just before pow end, nothing special here. Thanks for the cheap coins.
newbie
Activity: 33
Merit: 0
Lots of dumping going on. Doesn't look good. ETA on the beta wallet DEV?
legendary
Activity: 1330
Merit: 1000
sr. member
Activity: 273
Merit: 250
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;

I don't know if you are new in crypto, but posting this looks like you are.
This code line has been discussed a ton of times, especially on the SUPERcoin code review by poloniex, which was a joke.
This line just mean that you can't send more than 201600000 MWC per transaction.
So everything is good because there is still only 30 Million coins.
full member
Activity: 784
Merit: 100
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;

MAX_MONEY is nothing more then an error check.  It means nothing in regards to how many coins can be produced.
member
Activity: 67
Merit: 10
Thanks FUD for cheap coin. Coin perspective. Dev active. Ideas are great!
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.....

Almost 30mil were mined in couple of days and they had nowhere to dump to pay the bills and rent machines for another coins. Now they found the place
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

If everybody agrees I will keep the source closed for a while

I think new technology should be kept this way for a beta stage.

Are You ready to compile or still testing ?
alz
full member
Activity: 227
Merit: 100
i bought half btc at 110 satoshi, hope not going to oblivion! Huh



Looks like the dumps over its pump time.

300 pow blocks left
newbie
Activity: 14
Merit: 0
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

If everybody agrees I will keep the source closed for a while
Pages:
Jump to: