Pages:
Author

Topic: ♦ [ ANN ][ MIM ] ♦ Magic Internet Money ♦ MERGE MINE WITH FRK NOW! ♦ - page 34. (Read 63032 times)

newbie
Activity: 32
Merit: 0
Does anyone want to share some Magic Internet Money with me? As I believe in Magic.

I looked at the chat and couldn't work out how to use it.  Will work it out tonight when I get home from work.

LeY8zsnDRfF9apABsdFAubE6oKAXN1KN68

Regards

K

Sent you a grand muchachA!

*edited* to change muchacho to muchacha

Thank you much appreciated
hero member
Activity: 804
Merit: 501
I'm surprised they picked a static inflation coin amount per year, instead of a variable coin growth rate by using a fixed percentage of inflation.  That is, 10 billion inflation after year 1 is 71% inflation, year 2 is 41%, year 3 is 29%.

It seems like a fixed percent of inflation (e.g. variable number of coins produced each year) would result in a more stable coin price and better unit of currency.

So 14 billion, then 2.1 billion (15%), then 2.4 billion, then 2.7 billion, etc. would achieve a more stable price.

Anyone up for making a clone?

That would be an interesting experiment. To be honest, all of crypto is an experiement. I love opensource! Cheesy
newbie
Activity: 5
Merit: 0
I'm surprised they picked a static inflation coin amount per year, instead of a variable coin growth rate by using a fixed percentage of inflation.  That is, 10 billion inflation after year 1 is 71% inflation, year 2 is 41%, year 3 is 29%.

It seems like a fixed percent of inflation (e.g. variable number of coins produced each year) would result in a more stable coin price and better unit of currency.

So 14 billion, then 2.1 billion (15%), then 2.4 billion, then 2.7 billion, etc. would achieve a more stable price.

Anyone up for making a clone?
full member
Activity: 126
Merit: 100
Girls dont crypto?
newbie
Activity: 42
Merit: 0
member
Activity: 70
Merit: 10
LV1ZeX4xHQ1ddv12FiYR8D4sqrE2aoAakH     MAGIC!!!!!
full member
Activity: 126
Merit: 100
Girls dont crypto?
So many tips in #mimcoin ! Cant wait till we get our trade platform Cheesy
hero member
Activity: 2058
Merit: 761
To boldly go where no rabbit has gone before...
I enjoy sending out MIM tips like 333, 666, 777, 7777 or similar to addresses I find in the thread.

Go to irc then, it's a tipfest there
sr. member
Activity: 440
Merit: 250
http://taas.fund
Is cryptopool.eu even connected to the network?  Angry

It's down. I just checked.
hero member
Activity: 798
Merit: 500
I enjoy sending out MIM tips like 333, 666, 777, 7777 or similar to addresses I find in the thread.
newbie
Activity: 45
Merit: 0
Want to see this coin on a fantastic new exchange?  Sent your requests over to the support team at swisscex.com.  Just go to their site, click the support tab, and send them a message about why these Magic Internet Monies would be such a great addition to their exchange.

I sent over a request earlier today and they already got back to me saying they would consider it but haven't received many responses...

So let's rally the MIM support!  Magic Internet Money will make us all sooooo rich.

www.swisscex.com


P.S. I Like Coins Smiley  LeSc3AqvhEzWfvX4jAhBeh2ucTgJqJz9q3

Message sent! Hope they add us. Smiley

Good!  Now let's get some more tickets submitted!
hero member
Activity: 588
Merit: 500
Want to see this coin on a fantastic new exchange?  Sent your requests over to the support team at swisscex.com.  Just go to their site, click the support tab, and send them a message about why these Magic Internet Monies would be such a great addition to their exchange.

I sent over a request earlier today and they already got back to me saying they would consider it but haven't received many responses...

So let's rally the MIM support!  Magic Internet Money will make us all sooooo rich.

www.swisscex.com


P.S. I Like Coins Smiley  LeSc3AqvhEzWfvX4jAhBeh2ucTgJqJz9q3

Message sent! Hope they add us. Smiley
newbie
Activity: 45
Merit: 0
Want to see this coin on a fantastic new exchange?  Sent your requests over to the support team at swisscex.com.  Just go to their site, click the support tab, and send them a message about why these Magic Internet Monies would be such a great addition to their exchange.

I sent over a request earlier today and they already got back to me saying they would consider it but haven't received many responses...

So let's rally the MIM support!  Magic Internet Money will make us all sooooo rich.

www.swisscex.com


P.S. I Like Coins Smiley  LeSc3AqvhEzWfvX4jAhBeh2ucTgJqJz9q3
sr. member
Activity: 322
Merit: 250
Is cryptopool.eu even connected to the network?  Angry
sr. member
Activity: 440
Merit: 250
http://taas.fund
The P2Pool 'network' is hashing at an astonishing 100 kH/s! Though I'm not sure whether from a technical standpoint the network could sustain more hash, I think we should try to see what happens. Thou art welcome at http://mim.p2p.0x0a.nl:19791 (0.9% fee), and also see my earlier post if you want to set up your own node (0% fee).

Code:
minerd -a scrypt -o stratum+tcp://magicinternetmoney.p2p.0x0a.nl:19791 -u YOURMAGICINTERNETMONEYADDRESSHERE

I'll set up a p2p node on one of our servers a little later and point a couple a card there. Thanks for your p2pool. Something very interesting would be if we could get p2pool access built into the wallet, that way, everyone can be apart of the p2pool when they open their wallet if they want too.

Had any luck yet setting up a node? I noticed that there's a kind of bug that prevents new nodes from downloading the share chain, a easy fix is to change timestamp_cutoff on line 528 of data.py to:

Code:
timestamp_cutoff = int(time.time()) - 24*60*60 * 7

i.e. a week instead of just 1 day. It's just a quick hack and not sure whether it's even absolutely necessary but at least it provides the new node with some useful information. Otherwise it should all work with the commands in my earlier post - automagically.

I see what you did there.
sr. member
Activity: 252
Merit: 250
0x0a.nl operator
The P2Pool 'network' is hashing at an astonishing 100 kH/s! Though I'm not sure whether from a technical standpoint the network could sustain more hash, I think we should try to see what happens. Thou art welcome at http://mim.p2p.0x0a.nl:19791 (0.9% fee), and also see my earlier post if you want to set up your own node (0% fee).

Code:
minerd -a scrypt -o stratum+tcp://magicinternetmoney.p2p.0x0a.nl:19791 -u YOURMAGICINTERNETMONEYADDRESSHERE

I'll set up a p2p node on one of our servers a little later and point a couple a card there. Thanks for your p2pool. Something very interesting would be if we could get p2pool access built into the wallet, that way, everyone can be apart of the p2pool when they open their wallet if they want too.

Had any luck yet setting up a node? I noticed that there's a kind of bug that prevents new nodes from downloading the share chain, a easy fix is to change timestamp_cutoff on line 528 of data.py to:

Code:
timestamp_cutoff = int(time.time()) - 24*60*60 * 7

i.e. a week instead of just 1 day. It's just a quick hack and not sure whether it's even absolutely necessary but at least it provides the new node with some useful information. Otherwise it should all work with the commands in my earlier post - automagically.
hero member
Activity: 804
Merit: 501
Pages:
Jump to: