Bitcoin Forum
June 07, 2024, 11:43:55 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
  Print  
Author Topic: ☀ANN☀【MWC】 MultiWalletCoin ◈ X11 POW◈POS ◈ Bittrex listed! ◈ Road map published!  (Read 58463 times)
mxxxxxx
Legendary
*
Offline Offline

Activity: 2310
Merit: 1000



View Profile
August 10, 2014, 08:18:50 PM
 #501

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

dimonbiz
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
August 10, 2014, 08:23:57 PM
 #502

Thanks FUD for cheap coin. Coin perspective. Dev active. Ideas are great!
BCTS
Full Member
***
Offline Offline

Activity: 784
Merit: 100



View Profile
August 10, 2014, 08:56:14 PM
 #503

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.

                               Whitepaper     E M R X Token   :   LEARN MORE   
      E M I R E X         ─── إمركس ───          :         The Infrastructure for the
  [ telegram    facebook    TWITTER ]         New Digital Economy
thenukemforall
Sr. Member
****
Offline Offline

Activity: 273
Merit: 250


View Profile
August 10, 2014, 08:57:09 PM
Last edit: August 10, 2014, 09:10:43 PM by thenukemforall
 #504

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.
cyberhacker
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000



View Profile
August 10, 2014, 08:59:01 PM
 #505


we all know this.

but thanks to the cheap/stupid FUD,

I got free coin Smiley
PnkTrnet
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
August 10, 2014, 09:28:21 PM
 #506

Lots of dumping going on. Doesn't look good. ETA on the beta wallet DEV?
thenukemforall
Sr. Member
****
Offline Offline

Activity: 273
Merit: 250


View Profile
August 10, 2014, 09:51:18 PM
 #507

Dumping from miners just before pow end, nothing special here. Thanks for the cheap coins.
bitcoinwonders010
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
August 10, 2014, 09:57:52 PM
 #508

is wallet on for today
PnkTrnet
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
August 10, 2014, 10:05:52 PM
 #509

POS starts at 2500 block? Anyone seeing POS activity in their wallets?
ZyTReX
Legendary
*
Offline Offline

Activity: 881
Merit: 1006



View Profile
August 10, 2014, 10:29:57 PM
 #510

POS starts at 2500 block? Anyone seeing POS activity in their wallets?

yes
damiano
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


103 days, 21 hours and 10 minutes.


View Profile
August 10, 2014, 10:34:33 PM
 #511

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? 

bitcoinwonders010
Hero Member
*****
Offline Offline

Activity: 686
Merit: 500


View Profile
August 10, 2014, 10:42:18 PM
 #512

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.
damiano
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000


103 days, 21 hours and 10 minutes.


View Profile
August 10, 2014, 10:44:42 PM
 #513

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.
coine_smithe
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
August 10, 2014, 11:11:53 PM
 #514

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.
radus
Full Member
***
Offline Offline

Activity: 154
Merit: 100



View Profile
August 10, 2014, 11:30:10 PM
 #515


Schild_
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
August 10, 2014, 11:52:31 PM
Last edit: August 11, 2014, 01:04:52 AM by Schild_
 #516

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 !!!!!!!!



chrissibel
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250

Got Crypto?


View Profile
August 11, 2014, 12:04:10 AM
 #517

Keep up the good work Dev.
3months18w
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
August 11, 2014, 12:37:33 AM
 #518

POW block 3000 is coming. Cool

viksa86
Newbie
*
Offline Offline

Activity: 32
Merit: 0


View Profile
August 11, 2014, 12:50:21 AM
 #519

POW block 3000 is coming. Cool
70 more blocks and hash is nice Smiley Net Hashrate: 207,252.89 MH/s
Schild_
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250


View Profile
August 11, 2014, 01:05:05 AM
 #520

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 [26] 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!