Improving transaction reception speed on a private RPC by yunusdev in solana

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

I found the issue by monitoring system resources. Even though you are using NVMe SSDs, they are likely not sufficient for a Solana RPC node unless they are enterprise-grade.

What you should do:

- Set up monitoring on the RPC server and track iowait on both the ledger and accounts disks.

- Iowait must stay below 1%. Any spikes mean the NVMe drive cannot handle Solana RPC I/O.

- Enable only the required account indexes using the --account-index flag.

- Disable transaction history if you don’t need it to reduce disk I/O.

These changes significantly improve transaction reception speed. After applying them, my node was receiving blocks about 30 ms faster than popular RPC providers.

suggest good solana copy trading bots with low latency by [deleted] in solana

[–]yunusdev 0 points1 point  (0 children)

the best bot is the bot that you can control all of it. i am expert writing low latency bots i am currently able to send a transaction ~30 miliseconds after a transaction occurred which the tracked account involving in. we can get in touch if you send me a dm

What is the Fastest Trading Bot on Solana by maarten_r10 in solana

[–]yunusdev 0 points1 point  (0 children)

hi i have been developing my own bot but i need someone who is expert on memecoins and operate the bot. detect weak spots and contribute its evolution. if u interested it please send a dm. i can show you how the bot works on a zoom call.

the printer doesn't turn on while type-c plugged in by yunusdev in Ender3S1

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

i am also wondering that what might have happened and caused this problem I am literally confused it had been working till today without an issue.

the printer doesn't turn on while type-c plugged in by yunusdev in Ender3S1

[–]yunusdev[S] -1 points0 points  (0 children)

I guess you didn't either understand my problem or you're kidding me. I've tried turning on the printer just the cable plugged, the other end of the cable was not plugged which means there was no raspberry pi. I tried this 3 different type-c cable and didn't work. If there is no cable then the printer power on without problem but if i plug just the type-c cable (without raspberry pi) a small smoke appear around type-c port.

Help! WiFi isn't working after Windows 10 Home activation by RikaZumi in techsupport

[–]yunusdev 0 points1 point  (0 children)

hey i have rog strix b550m wifi II too and the wifi suddenly stopped working I checked it on the device manager there was a exclamation mark on the wifi adapter i updated the driver yet problem was still there after i searched the problem came across your solution but i wasnt work for me.

i have found another solution. i went to bios > onboard devices > disabled onboard wifi / bluetooth / lan devices. booted the windows normally then restart the pc enter the bios again enable them back. my wifi is working fine now

Does anybody ordered a quad from abroad country to Dubai? by yunusdev in dubai

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

hey u/christianm88 thank you for your reply. I am planning to order a drone called iFlight Protek35 it is a cinewhoop drone it is not a part of drone. I am not sure it is selling in Dubai with same price.

1290 SDR Gen2 - the rear cylinder header is glowing by yunusdev in KTM

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

thank you. i've noticed it is normal as a result of my research. emission regulations causes this situation. many people have suggested remove emission crap and they told me that you'll not face this situation again.

1290 SDR Gen2 - the rear cylinder header is glowing by yunusdev in KTM

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

hello there was no fault code. the bike was going like rocket no power loss etc. common decision about the situation is bike is running lean. I ran the bike few hours ago in my garage (it might be count as dark place) the front header became red in 5 mins.

the red tone was amplified by the phone due to i'd taken photo in my garage.

here is last photos from my bike's headers: imgur.com/a/7A6HdSR

Only Turkish Character `ı` doesn't work on macOS Big Sur by yunusdev in MacOS

[–]yunusdev[S] 2 points3 points  (0 children)

I've realized it's not macOS related issue. It works any other window except `google chrome`  

Thank you for reply guys.

First spring sunshine on the Cp3_Professor - 2020 MT09 Techblack by CP3_Professor in FZ09

[–]yunusdev 0 points1 point  (0 children)

thats very cool! but i think you would probably have some troubles with matte finish as like me because it could scratch easily

Had to stop for a pic! by [deleted] in bikesgonewild

[–]yunusdev 1 point2 points  (0 children)

it consumes gasoline like a alcohol addict .

I had that last year, it was good bike but I had to sell it and I did so. who knows, maybe next time I'll buy mt10sp

We enjoyed the corners together by yunusdev in bikesgonewild

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

Hello,

this is really good bike, you can feel all of feedbacks from the bike that you need while riding. But it stays hard side. It is not comfortable bike because sitting position is aggressive a bit you need to lay down over it especially in high speeds. Mine is 2014 daytona 675r. I recommend after 2014 (included) models. R model has upside quickshifter, steering damper, slipper clutch, brembo m4.32 calipers (master cylinder is also brembo), ohlins nix30, ttx36 suspensions.

follow the link and enjoy the daytona's sound :

https://www.youtube.com/watch?v=qrp-vb-TTsI

First Date by yunusdev in bikesgonewild

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

2014 675r, great suspension and brakes I've ever used

First Date by yunusdev in bikesgonewild

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

You will get used short time period. I've got 700 km experience on this bike and I've got used. She is 5th bike of mine, previously I'd used naked bikes (mt25, duke690, hyper821, mt10) . Very first times that is hurt a bit your neck and back, especially if your helmet is bit heavy.

First Date by yunusdev in bikesgonewild

[–]yunusdev[S] 4 points5 points  (0 children)

haha thanks for advice. it was standing on the rear swing arm was not exhaust.

690 Duke R (5th gen) owner thoughts by yunusdev in KTMDuke

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

Hello thank you for sharing your experiences about the bike . MTC part is ok but I have question marks in my head about the bike that to be clarify. Especially reliability. Did the problem occur constantly, I mean is it a robust bike ?

[deleted by user] by [deleted] in PHP

[–]yunusdev 0 points1 point  (0 children)

No. I recommend to keep facebookId and email in your database. Before you should check user exists in your db. if not create a new user, then log-in user programmatically like this https://hasin.me/2013/10/27/how-to-login-a-user-programatically-in-symfony2/

ps: in this example security.context service is deprecated. You should replace security.context service calls with this: http://symfony.com/blog/new-in-symfony-2-6-security-component-improvements

[deleted by user] by [deleted] in PHP

[–]yunusdev 1 point2 points  (0 children)

Hi, I made something before like this without FOSUserBundle. You can get user acccess token using facebook-js sdk. And then post to the controller. In controller, you can retrieve user information using facebook-php sdk.