Bitcoin Forum
May 06, 2024, 12:56:41 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 44 45 46 47 48 »
  Print  
Author Topic: ♦ [ ANN ][ MIM ] ♦ Magic Internet Money ♦ MERGE MINE WITH FRK NOW! ♦  (Read 62963 times)
scottii (OP)
Hero Member
*****
Offline Offline

Activity: 804
Merit: 501


View Profile WWW
February 14, 2014, 01:35:03 AM
 #61

webchat.freenode.net/?channels=mimcoin
Make sure you back up your wallet regularly! Unlike a bank account, nobody can help you if you lose access to your BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714957001
Hero Member
*
Offline Offline

Posts: 1714957001

View Profile Personal Message (Offline)

Ignore
1714957001
Reply with quote  #2

1714957001
Report to moderator
1714957001
Hero Member
*
Offline Offline

Posts: 1714957001

View Profile Personal Message (Offline)

Ignore
1714957001
Reply with quote  #2

1714957001
Report to moderator
1714957001
Hero Member
*
Offline Offline

Posts: 1714957001

View Profile Personal Message (Offline)

Ignore
1714957001
Reply with quote  #2

1714957001
Report to moderator
mintzone
Sr. Member
****
Offline Offline

Activity: 285
Merit: 250


View Profile
February 14, 2014, 01:40:58 AM
 #62

I don't know if I can belive

DGB is my and the future's coin of choice! Don't cry if you don't invest Wink
scottii (OP)
Hero Member
*****
Offline Offline

Activity: 804
Merit: 501


View Profile WWW
February 14, 2014, 01:45:27 AM
 #63

I don't know if I can belive

all you have to do is try. Think happy thoughts and visit the faucet.
singula
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251



View Profile
February 14, 2014, 01:53:18 AM
 #64

BTW you have a nice integer overflow in the code (value too large for 64bit int):
src/main.h:57:48: warning: integer overflow in expression [-Woverflow]
Code:
 static const int64 MAX_MONEY = 1000000000000 * COIN;

Effectively, it is (due to the overflow) approximately equivalent to this:
Code:
 static const int64 MAX_MONEY = 77662796314 * COIN;


Ahh! I see, we will fix that in the next update thanks for finding it! Whats your mim address?

LZCmjsuAtzteXM85r5sHirs85wAKrD5kYG

Having problems compiling, any chance of 64 bit binaries for linux?

What error message did you get? Maybe I can help Smiley

Big brother is not watching you anymore. Big brother is telling you how to live.
Alexbalix
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 14, 2014, 01:59:54 AM
 #65

Whats the wait period on the faucet? 24 hrs?
scottii (OP)
Hero Member
*****
Offline Offline

Activity: 804
Merit: 501


View Profile WWW
February 14, 2014, 02:01:47 AM
 #66

Whats the wait period on the faucet? 24 hrs?

yes
scottii (OP)
Hero Member
*****
Offline Offline

Activity: 804
Merit: 501


View Profile WWW
February 14, 2014, 02:16:48 AM
 #67

freee money at the website!
0btc
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

0x0a.nl operator


View Profile WWW
February 14, 2014, 02:19:48 AM
 #68

About the premine / eventual amount of money; GetBlockValue() sets nSubsidy to 0 unless the block height is less than 259200 - with different rewards up to block 259200. From block 259200 and onwards, the only rewards are the fees. I don't know whether this was the intention, but this would put the max possible amount of MIM at 5935678000 and therefore the premine of 1000000000 MIM at 16.8% - over 168 times more than 0.1%. Also, the entire supply of MIM would be gathered in 90 days (259200 / 2 * 60 * 24 blocks). So - little mistake, or 'magic'?

p2p.0x0a.nl for all your Cryptographic Anomaly, Cypherfunks, FryCoin, GameCredits, Gulden, PenguinCoin, and TittieCoin p2pool nodes! Err.. I mean needs! .. Both.
scottii (OP)
Hero Member
*****
Offline Offline

Activity: 804
Merit: 501


View Profile WWW
February 14, 2014, 02:24:21 AM
 #69

About the premine / eventual amount of money; GetBlockValue() sets nSubsidy to 0 unless the block height is less than 259200 - with different rewards up to block 259200. From block 259200 and onwards, the only rewards are the fees. I don't know whether this was the intention, but this would put the max possible amount of MIM at 5935678000 and therefore the premine of 1000000000 MIM at 16.8% - over 168 times more than 0.1%. Also, the entire supply of MIM would be gathered in 90 days (259200 / 2 * 60 * 24 blocks). So - little mistake, or 'magic'?

Whoops, ill fix that right now, long morning! Good eye. Whats your mim address?
Bfljosh
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Skol!


View Profile
February 14, 2014, 02:27:07 AM
 #70

Good stuff dev! Going all-in! Chaos magick!
scottii (OP)
Hero Member
*****
Offline Offline

Activity: 804
Merit: 501


View Profile WWW
February 14, 2014, 02:29:15 AM
 #71

I forgot

else
int64 nSubsidy = 10000 * COIN;
scottii (OP)
Hero Member
*****
Offline Offline

Activity: 804
Merit: 501


View Profile WWW
February 14, 2014, 02:31:54 AM
 #72

pushed the commit, gotta update some more things, add some check points at the 24 hours mark and build the latest client tomorrow.

Nice group effort going here Cheesy
0btc
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250

0x0a.nl operator


View Profile WWW
February 14, 2014, 02:33:16 AM
 #73

About the premine / eventual amount of money; GetBlockValue() sets nSubsidy to 0 unless the block height is less than 259200 - with different rewards up to block 259200. From block 259200 and onwards, the only rewards are the fees. I don't know whether this was the intention, but this would put the max possible amount of MIM at 5935678000 and therefore the premine of 1000000000 MIM at 16.8% - over 168 times more than 0.1%. Also, the entire supply of MIM would be gathered in 90 days (259200 / 2 * 60 * 24 blocks). So - little mistake, or 'magic'?

Whoops, ill fix that right now, long morning! Good eye. Whats your mim address?

Ha Smiley Since it would've taken 90 days to find the error by testing, it's easy to understand how this would have slipped past the erradar.

I'm ready to receive some magic in this general direction: LhFjSx8RZ3kjqXgeuLyByG9nVP15BWchbn

p2p.0x0a.nl for all your Cryptographic Anomaly, Cypherfunks, FryCoin, GameCredits, Gulden, PenguinCoin, and TittieCoin p2pool nodes! Err.. I mean needs! .. Both.
scottii (OP)
Hero Member
*****
Offline Offline

Activity: 804
Merit: 501


View Profile WWW
February 14, 2014, 02:34:50 AM
 #74

About the premine / eventual amount of money; GetBlockValue() sets nSubsidy to 0 unless the block height is less than 259200 - with different rewards up to block 259200. From block 259200 and onwards, the only rewards are the fees. I don't know whether this was the intention, but this would put the max possible amount of MIM at 5935678000 and therefore the premine of 1000000000 MIM at 16.8% - over 168 times more than 0.1%. Also, the entire supply of MIM would be gathered in 90 days (259200 / 2 * 60 * 24 blocks). So - little mistake, or 'magic'?

Whoops, ill fix that right now, long morning! Good eye. Whats your mim address?

Ha Smiley Since it would've taken 90 days to find the error by testing, it's easy to understand how this would have slipped past the erradar.

I'm ready to receive some magic in this general direction: LhFjSx8RZ3kjqXgeuLyByG9nVP15BWchbn

Sent Cheesy Thanks!
singula
Sr. Member
****
Offline Offline

Activity: 462
Merit: 251



View Profile
February 14, 2014, 02:38:12 AM
 #75

Just wondering - is there any block explorer, or is it planned, or is at least some reward for putting up a block explorer planned?

Big brother is not watching you anymore. Big brother is telling you how to live.
scottii (OP)
Hero Member
*****
Offline Offline

Activity: 804
Merit: 501


View Profile WWW
February 14, 2014, 02:41:00 AM
 #76

Just wondering - is there any block explorer, or is it planned, or is at least some reward for putting up a block explorer planned?

There is one comin up soon. And a dice game.
TickleJR
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
February 14, 2014, 02:55:09 AM
 #77

I love magic!! LQyocrhhJpJe8fALf2anP7QGTcVR6RT2bS

 Cheesy

http://cdn.memegenerator.net/instances/500x/46001154.jpg
der_laufer
Member
**
Offline Offline

Activity: 73
Merit: 10


View Profile
February 14, 2014, 02:58:04 AM
 #78






http://mim.stablehash.com/

Features:

48GB DDR3 ram + Xeon 4/8 core processor
2TB HDD + RAM memcache
160 Gbps DDoS mitigation
99+% efficiency
99+% uptime
PROP 1% fee
VARDIFF
Commitment to uptime and stability
IRC chat

First 20 signups 0% fees!


Do not risk your coins! Join a reputable pool!

USERNAME: laufer
USER ID: 9
0% fee please  Wink
danel
Full Member
***
Offline Offline

Activity: 217
Merit: 100


View Profile
February 14, 2014, 03:14:06 AM
 #79



Let's make it happen MIMWink

LSJZ2vFU2XcE1CiMN3fkke8seW8Mv5uJrC
deadp00l
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
February 14, 2014, 03:17:41 AM
 #80

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 44 45 46 47 48 »
  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!