Author

Topic: Mining my own coin alone! Balance question. (Read 676 times)

member
Activity: 84
Merit: 10
January 06, 2014, 04:39:25 PM
#9
It's quite a difficult situation and that depends on a lot of factors.
member
Activity: 77
Merit: 10
January 06, 2014, 11:01:02 AM
#8
geez, guys. the question is purely technical. sure i'm premining but it's a dummy coin. i'm just trying to learn how it works.
hero member
Activity: 602
Merit: 500
January 06, 2014, 10:58:30 AM
#7
The coin won't be valuable if you are alt mining and no one will be interested in it btw.
legendary
Activity: 1232
Merit: 1195
January 06, 2014, 10:53:02 AM
#6
nah, friend, just testing  Cool

Well make sure it is just that or the alt coin police will be on to you lol.
member
Activity: 77
Merit: 10
January 06, 2014, 10:10:55 AM
#5
nah, friend, just testing  Cool
legendary
Activity: 1232
Merit: 1195
January 06, 2014, 09:04:17 AM
#4
Hi,

I created my own coin and I'm playing around with it.
I managed to follow a tutorial and get my miner running and generating blocks with two machines.

*But* the coins aren't showing up when i type the command:  mycoind getbalance "" 0

Are the coins not showing because I'm mining all by myself and nobody is confirming them?
Or is there another reason why I'm not seeing my coins?

Thanks for your help!

lol, you pre-mining there, buddy?
member
Activity: 77
Merit: 10
January 06, 2014, 08:55:48 AM
#3
Chances are that the nSubsidy is set to 0 until a certain amount of blocks have been mined. If you forked smallchange, take a look at line 834 :in main.cpp
Code:
if(nHeight < x) // no block reward for the first x blocks
        nSubsidy = 0;

Thanks for your reply.

No, there doesn't seem to be a similar condition in the code taken from CryptoShekel...
newbie
Activity: 1
Merit: 0
January 05, 2014, 09:07:59 PM
#2
Chances are that the nSubsidy is set to 0 until a certain amount of blocks have been mined. If you forked smallchange, take a look at line 834 :in main.cpp
Code:
if(nHeight < x) // no block reward for the first x blocks
        nSubsidy = 0;
member
Activity: 77
Merit: 10
January 05, 2014, 08:02:47 PM
#1
Hi,

I created my own coin and I'm playing around with it.
I managed to follow a tutorial and get my miner running and generating blocks with two machines.

*But* the coins aren't showing up when i type the command:  mycoind getbalance "" 0

Are the coins not showing because I'm mining all by myself and nobody is confirming them?
Or is there another reason why I'm not seeing my coins?

Thanks for your help!
Jump to: