3s3s / opentrade

OpenTrade - Open Source Cryptocurrency Exchange
MIT License
396 stars 401 forks source link

Recent transactions not update #299

Closed ghost closed 5 years ago

ghost commented 5 years ago

Screenshot (16)

Hello guys,

I need your help either paid or sincerely to help solve the problem I encountered:

  1. Recent transactions are not updated: when the deposit even blocks have matured it still shows 1/6 the confirmation.

  2. Recent transactions are not updated: When the withdrawal process has been made and no data shows the withdrawal transaction.

  3. Withdraw transactions do not work well: After doing the withdraw the balance shows the same amount even though the coin has managed to get out of the wallet and as long as it reaches its destination.

Please help me resolve this issue.

Best Regards IZEM

zoowcoin commented 5 years ago

I did not update the account server directory, I left it as it is in the installation, then I deleted the confirmations section and now everything is going very well for me.

ghost commented 5 years ago

where to delete it?

zoowcoin commented 5 years ago

zwexchange

ghost commented 5 years ago

but i get error when do withdraw.. my balance still same after withdraw..

zoowcoin commented 5 years ago

Avoid using this directory, it does not update correctly, there are many errors that have not been corrected.

https://github.com/3s3s/accountsserver

I even tried the new update and they returned the fictitious balance, the withdrawals did not work, the wallets appeared an internal error message, try it later ...

I preferred to make it practical, I went back to how it is now

ghost commented 5 years ago

u mean just run forever in server and dataServer?

zoowcoin commented 5 years ago

You Use this: https://github.com/3s3s/accountsserver/tree/9274a05996258c2607105e2cf9d8c302798b0c9e

Just change and modify the file. https://github.com/3s3s/accountsserver/blob/9274a05996258c2607105e2cf9d8c302798b0c9e/constants.js

this section: const DATABASE_PATH = '/home/opentrade/accountsServer/database/sqlite_accounts.db'; by const DATABASE_PATH = '/root/opentrade/accountsserver/database/sqlite_accounts.db';

ghost commented 5 years ago

after remove accounts server and replace with new forever cant start

ghost commented 5 years ago

SyntaxError: Unexpected token ... at createScript (vm.js:74:10) at Object.runInThisContext (vm.js:116:10) at Module._compile (module.js:533:28) at Object.Module._extensions..js (module.js:580:10) at Module.load (module.js:503:32) at tryModuleLoad (module.js:466:12) at Function.Module._load (module.js:458:3) at Module.require (module.js:513:17) at require (internal/module.js:11:18) at Object. (/root/opentrade/node_modules/ws/index.js:3:19)

zoowcoin commented 5 years ago

you have to add all the contents of accountserver

ghost commented 5 years ago

Owesome... Thank you very much @zoowcoin all running good now.... May God bless you ..

ghost commented 5 years ago

Screenshot (20)

ghost commented 5 years ago

but withdraw not solve.. how to solve it? balance still not update and still same after witdraw..

ghost commented 5 years ago

what you add list into pivx.conf?

ghost commented 5 years ago

Screenshot (21)

After withdraw nothing happen, the amount still same..

zoowcoin commented 5 years ago

After making these changes, have you deleted the database and restarted the entire exchange?

ghost commented 5 years ago

yes, i see is problem with my coin rpc function

if i do coin-cli move "test" "test2" 100

coin-cli listaccount { "" : , "test" = 500, Good! Value Change "test2" = 600, }

but when i do coin-cli sendfrom "test" "AddressAKSNSNJJWNWJNWJ" 100 coin-cli listaccount { "" : -100, "test" : 500, Wrong!!! Value by account not change but get negatif in "" : -100 "test2": 600, }

what i need to do for mycoin?? problem is from this.. manual test

ghost commented 5 years ago

i hava set enableaccount=1 staking=0 in mycoin.conf

zoowcoin commented 5 years ago

you add coin bitcoin principal

ghost commented 5 years ago

what you mean? not understand

ghost commented 5 years ago

my coin fork from esbcoin, i dont know what true add in coin.conf

zoowcoin commented 5 years ago

you coin is rpc 1.0?

ghost commented 5 years ago

my coin have listed at Enmanet and running good, Enmanet using OpenTrade to.. i dont think so if edit rpc command before compile.

ghost commented 5 years ago

my coin not working with command rpc sendfrom for withdraw. no recieve txid because output from main wallet.

ghost commented 5 years ago

i get this error for mycoin, insert data error to datatable

INSERT INTO sessions VALUES ('hex+XXXX', 'time', '1') INSERT error: undefined

whats need i do??

zoowcoin commented 5 years ago

Opentrade only works with coins that have rpc 1.0

zoowcoin commented 5 years ago

If your coin does not use rpc 1.0 it is not accessible for the exchange. If enmanet works and uses opentrade, the reason is because the developer himself made opentrade accessible.

ghost commented 5 years ago

okey.. i need to learn how to add rpc command for mycoin..

Thank so much for your support and reply..

Best Regards

close