Author

Topic: Mining problem for Altcoin (Read 485 times)

newbie
Activity: 17
Merit: 0
April 11, 2014, 01:34:59 PM
#3
yes this is testcoin. but i could not be successful. did you try it before ?
full member
Activity: 152
Merit: 100
April 09, 2014, 04:30:30 AM
#2
 Grin

Barcoin was a testcoin!

Someones actually tried to mine it about a year ago, wonder how it ended??
newbie
Activity: 17
Merit: 0
April 08, 2014, 08:13:50 AM
#1
Hi, i want to create my own coin. its name is BarCoin.

I changed the litecoin source code . Now, i have barcoind and qt wallet program for it. Firstly, i run the program using command line. it found blocks :

burak@burak-VPCEG1BFX:~/Desktop/barcoin/src$ ./barcoind getmininginfo
{
    "blocks" : 2015,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "difficulty" : 0.00024414,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "hashespersec" : 0,
    "networkhashps" : 394454,
    "pooledtx" : 0,
    "testnet" : false
}


this the output. when i run getbalance:

burak@burak-VPCEG1BFX:~/Desktop/barcoin/src$ ./barcoind getbalance
0.00000000

i run this :

burak@burak-VPCEG1BFX:~/Desktop/barcoin/src$ ./barcoind getnewaddress
LRW5hNrWyzn2SmmyM5uFWddE1D5jr7q212

this is ok. but  when i run this:

burak@burak-VPCEG1BFX:~/Desktop/barcoin/src$ ./barcoind listaccounts
{
    "" : 0.00000000
}

Why isn't my new address seen in here ? i have blocks but i have no COIN. Why? i am really confused. do i have to change also mining pool address ? but i am doing solo mining. Why does this occur ? why aren't the COINs seen?

Please help me.
Jump to: