Bitcoin Forum
June 19, 2024, 12:33:43 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Problem Sync Wallet - Altcoin on: February 20, 2018, 06:46:32 PM
Hello everybody, Im working on a clone of a Coin with masternodes. Just for study and testing purpose. But after a long search and testing, im stuck with the Sync of the wallet.

This is what i get from logs :

Code:
CMasternodeSync::ProcessTick -- nTick 1 nRequestedMasternodeAssets 1 nRequestedMasternodeAttempt 0 nSyncProgress 0.000000

I setup some local nodes, because is looks like a seed node problem.

This is de config in my nodes (Im running 3 of these):

Code:
bind=127.0.0.4
addnode=127.0.0.5
addnode=127.0.0.6
port=88884
rpcport=88894
daemon=1
listen=1
connect=0

I change the port and bind ip in each node.

And in my wallet i get this (Is in spanish) :
(It says syncing with the network - 5 days behind ... And it has some connections in the debug window)



Any idea what could i do ? Or whats the problem ?

Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!