Forum Replies Created
-
AuthorPosts
-
LeinAdParticipant
Hi ,
i only copied and modified two pages you see at the voting page and yes i use 1.3.7this is an other thing what user says me:
it says the total doge price is 196 but then if you actually click buy it says I need 6800 doge for the order
i will take a closer look to this
Attachments:
You must be logged in to view attached files.LeinAdParticipantOnly thing is negativ aviable amount when i correct the db .. i hope theres a solution for .. otherwise all is working fine..
some suggestions for the UI but that can be laterSincerly
LeinAdParticipantok ty .. i set the http timeout very high for first ( HTTP request timeout > const uint64_t DIFFICULTY_TARGET_V2 = 180; ) and this works for first.
TY Alex
now i just have to find out which users have received double spends and correct it. Then all is fine
LeinAdParticipanthey Alex.
1.) I have three other turtlecoin adapter and they are working fine
2.) Yes i checked this in a wallet cli from outside.
3.) For Nimbo i go up to 30seconds
4.) no i found no error code only: Last error message: Failed to perform withdrawal due to: phpcurl could not communicate with NimboCoin wallet. Error 28: Operation timed out after 30004 milliseconds with 0 bytes received
Transaction created at: 2021-02-28 14:43:22The Transaction come to cli-wallet at 2021-02-28 14:50
LeinAdParticipantLast error message: Failed to perform withdrawal due to: phpcurl could not communicate with NimboCoin wallet. But transaction goes trought the chain
LeinAdParticipantafter stetting Max retries for failed withdrawals to “1” it comes on transaction to the seperate wallet but it is shown as failed. i can set the hash in “wp_wallets_txs” by hand and set it to status: done .. then it is fine in the user account. This is for only one coin (this where i have a lot of problems with)
LeinAdParticipantah and ty for response on one pic above i can better explain what was happen.. you see the picture from the wallet. I did a withdraw to the user direct in this wallet file (not this on picture – other wallet) . because i did this this withdraw cannot be in the database, the wd request didnt come over plugin.. so the plugin dont know the transaction and show the “older” balance. Thats why i asked how to fix this.
thank you for your time and greetings from cold germany :o)
LeinAdParticipantOk, I looked into it a bit more and something is odd (unrelated to the manual retraction thing above). I was wondering why my hotwallet balance is relatively low and went through all the wallets to check. As an example, user xyz has never made a deposit to his wallet (except for a few coins from the faucet). My admin channel tells me that he has 1250 coins (from the aforementioned faucet). But the check of his wallet file showed over 10 million coins.
I have used : curl -X GET “http://127.0.0.1:8070/transactions/hash/0224e94c93de15f63516cce79e935384aa6a59fb211aa81bc710a8809bc52f57” -H “accept: application/json” -H “X-and saw that the transactions were posted “wildly”. This currently affects three wallet files / addresses.
on attachmend pics you can see what i mean. and this amount have to be on hotwallet
Attachments:
You must be logged in to view attached files.LeinAdParticipanti mean this user here:
Balance: NIMB 46976180.93 Available balance: NIMB 50.00
here i did a withdraw to him direct from his wallet but with this I have “deceived” the database
When i try to tell the wihdrwa the database (so that frontend shows correct amounts i got this:Balance: NIMB 6620913.93 Available balance: NIMB -40355217.00
so it is deducted on both sides. Balance and aviable balance. but it should only be corrected in the balance.
Do you know what I mean?LeinAdParticipantINSERT INTO wp_wallets_txs(category,account,address,txid,symbol,amount,fee,status,created_time,updated_time)
VALUES(‘withdraw’,$user_id,$address,$txid,$symbol,$amount,$withdrawal_fee,’done’,NOW(),NOW());when i do this, it gives the user an negative aviable balance
LeinAdParticipantWhy do you need to enter to the DB a withdrawal that has already occurred?
because this withdraw i did in a “separate” wallet files, restored with keys to try something out. btw for some reason i also have the problem that the hotwallet balance is not so hight like user balance. i am resyncing the adapter to see where the coins are, but i can only tell you more tomorrow
LeinAdParticipantthis withdraw is in history and i need it to add into the db.. when i do the way above it tricker a new withdraw then or dont?
LeinAdParticipantty very much. This works: [wallets_exchange_chart width=”950″ height=”500″]
LeinAdParticipantchart
i men this chart field. when you click on the link, you can choose timeframes (you need the 1d and 1w to see what i mean) 1d is fixed, some green lines. 1w is with some red lines .. whatever, thers a change. as logged in user it dont work. it only shows a white screen with x / y scale. And the dev console give me not so much logs to find out what is wrongAttachments:
You must be logged in to view attached files. -
AuthorPosts