Bitcoin Forum
June 23, 2024, 12:00:43 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Mining my own coin alone! Balance question.  (Read 676 times)
dingoKoin (OP)
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
January 06, 2014, 12:02:47 AM
 #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!
thegouger
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 06, 2014, 01:07:59 AM
 #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;
dingoKoin (OP)
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
January 06, 2014, 12:55:48 PM
 #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...
guybrushthreepwood
Legendary
*
Offline Offline

Activity: 1232
Merit: 1195



View Profile
January 06, 2014, 01:04:17 PM
 #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?
dingoKoin (OP)
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
January 06, 2014, 02:10:55 PM
 #5

nah, friend, just testing  Cool
guybrushthreepwood
Legendary
*
Offline Offline

Activity: 1232
Merit: 1195



View Profile
January 06, 2014, 02:53:02 PM
 #6

nah, friend, just testing  Cool

Well make sure it is just that or the alt coin police will be on to you lol.
MakeBelieve
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
January 06, 2014, 02:58:30 PM
 #7

The coin won't be valuable if you are alt mining and no one will be interested in it btw.

On a mission to make Bitcointalk.org Marketplace a safer place to Buy/Sell/Trade
dingoKoin (OP)
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
January 06, 2014, 03:01:02 PM
 #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.
R0yalAir
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
January 06, 2014, 08:39:25 PM
 #9

It's quite a difficult situation and that depends on a lot of factors.

Pages: [1]
  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!