openware / opendax

Open-Source Cloud-Native Digital Asset & Cryptocurrency Exchange Platform
https://www.openware.com/products/opendax
Apache License 2.0
631 stars 540 forks source link

Blockchain Not Syncing #173

Open AltCoinBuilders opened 4 years ago

AltCoinBuilders commented 4 years ago

Added Coin which is synced on another server and working. added the details to the blockchain, wallets etc and generates address. sent some as a test deposit but did not show. when i go to block chain the height only says 1 which i set it at when setting coin up.

could do with some help with this if possible

alcoxbiz commented 4 years ago

@AltCoinBuilders

did you got it solved ?

alinetskyi commented 4 years ago

Added Coin which is synced on another server and working. added the details to the blockchain, wallets etc and generates address. sent some as a test deposit but did not show. when i go to block chain the height only says 1 which i set it at when setting coin up.

could do with some help with this if possible

Hi, I guess there is something wrong with server IP or port configuration in blockchain settings for that currency, could you provide some screenshots maybe ?

AltCoinBuilders commented 4 years ago

@AltCoinBuilders

did you got it solved ?

Nope never figured it out

talhadar90 commented 3 years ago

can you see the server name in the blockchain setting?

neelv-wmt commented 2 years ago

Added Coin which is synced on another server and working. added the details to the blockchain, wallets etc and generates address. sent some as a test deposit but did not show. when i go to block chain the height only says 1 which i set it at when setting coin up. could do with some help with this if possible

Hi, I guess there is something wrong with server IP or port configuration in blockchain settings for that currency, could you provide some screenshots maybe ?

I am trying to do something similar. I cloned the project and did the initial setup. and started the project. To connect to a blockchain I created one node and add the details in the tower and did all the configuration. I deployed the blockchain node(created using Geth) on Digitalocean and I am providing the correct IP address and port (cross-verified by sending a curl request on the domain and getting a satisfactory result ) in the server section in blockchain and all the places required. CURL request response :

{"jsonrpc":"2.0","id":1,"result":{"currentBlock":"0x48d6ec","highestBlock":"0x950539","knownStates":"0xff9b7b","pulledStates":"0xfddeba","startingBlock":"0x3897d0"}}

Yet the height and deposit to the user address are not updating.

Is there any extra configuration required for this? As I have not changed anything in the codebase. do I need to reference Geth IP or any other related detail related to blockchain node anywhere in the code? Please let me know.

Also market place is all empty. and not updating(showing null or 0 for everything). @alinetskyi