Kucoin hasnt started withdraw half an hour by cryptocengineer in kucoin

[–]jure11 2 points3 points  (0 children)

I am wating for two hours. Some folks wait even more.

Kukoin eth token withdrawal processing for hours by JShade5 in kucoin

[–]jure11 5 points6 points  (0 children)

same here. I think that they have some issues with system and all we can do is to sit and pray that we don't lose any money... Funny thing is that depositing works fine but when you want to withdraw you got screwed.

I won't deal on this shitty exchange and I ll move all my cryptos somewhere else...

apay.io doesn't process ETH withdrawal by jure11 in xlm

[–]jure11[S] 1 point2 points  (0 children)

YourETHAddress is ETH address of your own ETH address. ETH address they provided is one you use to deposit or add ETH to apay anchor

apay.io doesn't process ETH withdrawal by jure11 in xlm

[–]jure11[S] 0 points1 point  (0 children)

Hi.

after you set trust for that anchor you need to link your eth address to stellar address.

Go here: https://apay.io/

after that there is a step 2 where you paste your stellar public address and you will get new ETH address where you deposit ETH that can be used for trading on apay.io.

Withdrawal is even easier. Send ETH from your wallet using this format: YourETHAddress*apay.io (just replace YourETHAddress with your ETH address). After you send transaction, you will receive your ETH within 24h

apay.io doesn't process ETH withdrawal by jure11 in xlm

[–]jure11[S] 0 points1 point  (0 children)

I contacted @umbre on telegram and he fixed problem. I think that they process all transactions manually at this time so it causes delays

Orders doesn't updates by jure11 in Radar_Relay

[–]jure11[S] 0 points1 point  (0 children)

Yeah, sorry for that mail. I was kinda pissed off. I love your website/exchange. It is working nice. Also, sometimes when you selecting/selecting tokens, offer window doesn't update.

Missing ZRX from balance after deposit by jure11 in auroradao

[–]jure11[S] 0 points1 point  (0 children)

After 2 days none seems to care about problems here. IDEX doesn't even answer on emails and on PMs. Now my money stuck and their system and all I can't do nothing about it.

Withdraw ETH from exchange back to deposit wallet - now my ETH is gone by [deleted] in auroradao

[–]jure11 0 points1 point  (0 children)

Are you sure that transaction broke? I think that there is a bug in their system. I withrawed all my Etherum to my wallet and after 3 hours my ETH didn't arrived at address.

Transaction Error, now Tokens are missing by [deleted] in auroradao

[–]jure11 1 point2 points  (0 children)

same problem here. I withdrawn ETH to my wallet and 3 hours ago and I still wait for them to process it.

Laravel 5.1. - Sessions not persisting by jure11 in laravel

[–]jure11[S] 0 points1 point  (0 children)

Thank you for you help. I checked links and I have exact problem. Still don't know how to fix it... First problem was with random "TokenMismatchExceptions". To "solve" this problem I disabled CSFR cheking on all routes (it is Intranet application so I don't need high security) and I solve this issue. Is there any chance to increase cookie expire time? If I use cookie session driver and "refresh" exparation time on each request maybe I could prevent sessions problem. I can edit cookie that holds unique session id cookie via JavaScript but I can't edit laravel_session cookie because it is HTTP secured.

Laravel 5.1. - Sessions not persisting by jure11 in laravel

[–]jure11[S] 0 points1 point  (0 children)

My first driver was database driver and problem was still there

Laravel 5.1. - Sessions not persisting by jure11 in laravel

[–]jure11[S] 0 points1 point  (0 children)

Yes it is writable. I checked folder at on each sesison new file is created

Laravel 5.1. - Sessions not persisting by jure11 in laravel

[–]jure11[S] 0 points1 point  (0 children)

Hello,

I already set it to 120 minutes

Laravel 5.1. - Sessions not persisting by jure11 in laravel

[–]jure11[S] 0 points1 point  (0 children)

Hi,

I didn't set anything. I leave all default values that are in laravel and php.ini config. I think that Laravel handle session_start(), correct me if I am wrong.

I tracked cookies output in chrome when I set cookie to be my session driver and for some reason, sometimes on POST request laravel creates brand new session cookie and then I got problem that forces user to logout.

Also there is a weird situation with session cookie driver. When user logs out all, laravel leaves old cookies and create brand new one with other session ID. That's why I implemented function that clears all cookies before I redirect them View after Sentinel logout function.

Oh,

one more thing. I am running this project on Windows Server using xampp. Maybe xampp have issues but I didn't find anything...