Pages:
Author

Topic: [ANN] Mincoin Cryptocurrency Project, World's Fastest Rare Altcoin [ANN] - page 26. (Read 114841 times)

sr. member
Activity: 261
Merit: 250
Interesting.....
Search returns nothing - What port do I need for RPC?


solo or pool mining?

if pool...check the pool info/set up page at your pool.

if solo.. i use 9336...just make sure your mincoin.conf file and miner port agree (use the same port)

hope this helps


Nothing to do with mining, I just want to be able to communicate with mincoin via a PHP script.

Isn't feathercoin on 9336? If so, would I have to exit feathercoin first before I could use mincoin rpc?


you can always change the rpc port number..it's in your mincoin.conf... just make usre you're above 8k
hero member
Activity: 630
Merit: 500
Sorry if I'm slow, but is the owner of the only mincoin exchange, the same "realsolid" that is a.k.a coinhunter a.k.a. the solidcoin guy?

Having second thoughts about mincoin now.
hero member
Activity: 630
Merit: 500
Search returns nothing - What port do I need for RPC?


solo or pool mining?

if pool...check the pool info/set up page at your pool.

if solo.. i use 9336...just make sure your mincoin.conf file and miner port agree (use the same port)

hope this helps


Nothing to do with mining, I just want to be able to communicate with mincoin via a PHP script.

Isn't feathercoin on 9336? If so, would I have to exit feathercoin first before I could use mincoin rpc?
sr. member
Activity: 261
Merit: 250
Interesting.....
Search returns nothing - What port do I need for RPC?


solo or pool mining?

if pool...check the pool info/set up page at your pool.

if solo.. i use 9336...just make sure your mincoin.conf file and miner port agree (use the same port)

hope this helps
member
Activity: 229
Merit: 45
Vircur pool = 58xx valid and  85xx invalid, miner made about 16k accepted shares.
hero member
Activity: 630
Merit: 500
Search returns nothing - What port do I need for RPC?
hero member
Activity: 938
Merit: 1000
www.multipool.us
Bounty received, thank you!
newbie
Activity: 42
Merit: 0
Can someone please tell me what I do with the two downloads on the original post to get this to start working Sad I really want to mine this coin!

Have you mined other coins?

It's a fairly easy process that is virtually about the same.  Two steps. Sign up for an account on one of those pools list in the first post. Download the program "guiminer scrypt".  Log in to the pool where you have the account and click on 'getting started' for the settings you need to mine.

MNC isn't a bad first coin to mine because it has a low difficulty so you'll collect full coins quickly.

Well I know that, but I meant like, to access the wallet. Whatever the download is in the original post. idk how to work that.
legendary
Activity: 2156
Merit: 1018
Buzz App - Spin wheel, farm rewards
Can someone please tell me what I do with the two downloads on the original post to get this to start working Sad I really want to mine this coin!

Have you mined other coins?

It's a fairly easy process that is virtually about the same.  Two steps. Sign up for an account on one of those pools list in the first post. Download the program "guiminer scrypt".  Log in to the pool where you have the account and click on 'getting started' for the settings you need to mine.

MNC isn't a bad first coin to mine because it has a low difficulty so you'll collect full coins quickly.
member
Activity: 66
Merit: 10
mincoin.exe is connecting to giraffe.heliacal.net:6667 (IRC) anyone known why this is?

every coin uses IRC for connecting to peers.

newbie
Activity: 42
Merit: 0
Can someone please tell me what I do with the two downloads on the original post to get this to start working Sad I really want to mine this coin!
newbie
Activity: 15
Merit: 0
mincoin.exe is connecting to giraffe.heliacal.net:6667 (IRC) anyone known why this is?
full member
Activity: 140
Merit: 100
I liked this coin. Just started mining. Hope it will be 3rd coin.
legendary
Activity: 938
Merit: 1000
the mcxNow exchange is running great. active dev keeps updating  often. more coins added soon. we love mincoin
full member
Activity: 175
Merit: 100
Another joke of a coin.

Let me tell some of you how these work. Its a simple as renaming Litecoin to Mincoin:

https://github.com/SandyCohen/mincoin/commit/ea3f1cf9fb92159e078d9d48f19ac0fc9dbf5015

Changing the starting difficulty:

Code:
-static CBigNum bnProofOfWorkLimit(~uint256(0) >> 20); // Litecoin: starting difficulty is 1 / 2^12
+static CBigNum bnProofOfWorkLimit(~uint256(0) >> 16); // mincoin: starting difficulty is 1 / 2^15

Adding a massive premine for the first three days:

Code:
int64 static GetBlockValue(int nHeight, int64 nFees)
 {
-    int64 nSubsidy = 50 * COIN;
+  if(nHeight<1440) return 500*COIN;      //720000 coins in first day
+  else if(nHeight<2880) return 100*COIN;    //144000 coins in second day
+  else if(nHeight<4320) return 50*COIN;    //72000 coins in third day
+    int64 nSubsidy = 2 * COIN;          //2880 coins thereafter

Its as much of a joke as the other copy and paste coin BTE.

Here is my predicition, these coins are going to keep coming out each week. Don't waste your time on them.

+1
full member
Activity: 224
Merit: 100
School of Hard Knocks
M9HZsQM7i4erG3HMfKVAb5yXL6qKcYa6PH

Looking forward to some MNC Smiley
legendary
Activity: 1073
Merit: 1000
I wanted to say a thank you for the 1k mnc bounty I received for setting up the MNC forums.

You can visit the forums here--> MinCoinTalk.com

Thanks Smiley

Shad3d you are VERY welcome! GLAD you are part of the team !!!   Smiley
legendary
Activity: 1073
Merit: 1000
Hey, I just got the news.

My MNC address is MLQnXHSucbsUi5EeTN3cVTLyreNEPEZBPF

Thanks!

Bounty sent sir! http://blockexplorer.vircurpool.com/address/MLQnXHSucbsUi5EeTN3cVTLyreNEPEZBPF

Congrats and thanks for your support !!!  Smiley
legendary
Activity: 1073
Merit: 1000
and there is mine: MFzVDF6cqpuT3PmtsEwkEYydnPNyEpRh9h Smiley


Sent there sir! Please post confirmation that you have received when you get a chance!  Wink
http://blockexplorer.vircurpool.com/tx/dc4ada99a9f6c2d106b930ca0f760f6741fefb4155a21d4ea85def898476dfe3#o1

Thanks for your support!
sr. member
Activity: 261
Merit: 250
Interesting.....
I wanted to say a thank you for the 1k mnc bounty I received for setting up the MNC forums.

You can visit the forums here--> MinCoinTalk.com

Thanks Smiley
Pages:
Jump to: