Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: bd9142 on May 03, 2014, 01:06:44 PM



Title: AltCoin wallet out of sync problem
Post by: bd9142 on May 03, 2014, 01:06:44 PM
I created a new altcoin. Then, we connect to pc (my friends pc and my pc). To do this, we use this syntax:

addnode=x.x.x After that, now we have successfull. Also, we can see our connections. After that, i created the new wallet program. However, our wallet is out of sync and we do not have any coin in our address and wallet. What is the problem ?
Our some useful info about coin:

burak@burak-VPCEG1BFX:~/denemecoin/denemecoin/smallchange-master/src$ ./denemecoin getmininginfo {

"blocks" : 7,

"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 0.00024414,
"errors" : "",
"generate" : true,
"genproclimit" : 16,
"hashespersec" : 1312,
"networkhashps" : 3,
"pooledtx" : 0,
"testnet" : true
}

We see our connection in program.

./denemecoin getinfo { "version" : 60300,

"protocolversion" : 60001,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 7,
"connections" : 1,
"proxy" : "",
"difficulty" : 0.00024414,
"testnet" : true,
"keypoololdest" : 1397399468,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00010000,
"errors" : ""
}

We see our address in our wallet program. However we do not have any coin in our wallet and wallet is out of sync. Also, our getbalance is 0.0000. Why is this so ?


Title: Re: AltCoin wallet out of sync problem
Post by: Minerist on May 04, 2014, 06:37:03 PM
I cloned about 5 coins, never had this problem. Seems like you're not doing something right or maybe broke something while changing params.


Title: Re: AltCoin wallet out of sync problem
Post by: bd9142 on May 11, 2014, 08:06:59 PM
I cloned about 5 coins, never had this problem. Seems like you're not doing something right or maybe broke something while changing params.

can you give an example ? i changed difficulty , block count params and pool web-site info. isn't this correct ?


Title: Re: AltCoin wallet out of sync problem
Post by: Minerist on May 11, 2014, 08:10:21 PM
No, there are more steps.


Title: Re: AltCoin wallet out of sync problem
Post by: bd9142 on May 15, 2014, 09:54:25 AM
Can you say them ? i need now . Can you help me ?


Title: Re: AltCoin wallet out of sync problem
Post by: wanhoajun118 on March 02, 2018, 03:08:16 AM
Hi, I am facing this problem too.
Did you solve this?
If yes, can you provide the steps to solve this? Thanks a lot.