Recent content by Sudox

  1. S

    Obtain SOL no KYC without all the shitty fees / headaches?

    @Machiavellianism There are plenty of Swiss onramps that don't require KYC (Mt Pelerin being one) that have insanely low fees, you can buy one of the major coins (whether that be a stable, BTC, etc) and bridge that way. For $500, they offer $499.37 of ETH. But ultimately, this will go down to...
  2. S

    Which is the most secure crypto exchange after binance ?

    +1 Kraken, they even have their own banking license in Wyoming now!
  3. S

    Qardeun-DeFi CRYPTO SCAM WARNING! HUGE SCAM

    There are millions out of crypto scams out there, you should always do your own due diligence. imo warnings like this are completely useless, give it another day and they'll spawn under another name.
  4. S

    I'm starting an adult site and I have a big problem

    Controversial opinion, but if you can only afford hosting/domain then this probably isn't the venture for you. How are you expecting to gain traffic, advertise, for free? I also question if you need to null a theme, in the long term you'll gain far more experience doing everything yourself...
  5. S

    Any instant Paypal to BTC or LTC exchange ?

    Either, use PayPal (in supported regions, you can also onramp with PYUSD), or find someone Peer2Peer to trade with but at your own risk. The big exchanges all support deposits through PP (Kraken, Coinbase).
  6. S

    WiseCP Decode

    but.... why wisecp specifically when there are plentiful alternative options out there?
  7. S

    Crypto Payment Widget

    Look towards switzerland, plenty of onramps there that do no KYC up to 1000 CHF daily (approx 1k usd)
  8. S

    Bot Builders: Whose APIs do you use

    Any exchange that lists said Memecoins will have an API - PumpPortal is an unofficial API for pump.fun (big memecoin trading site)
  9. S

    i need crypto trading platform

    This sounds sketchy... What do you need help with? You might want to look in the hire-a-freelancer channel, this is no small task I'd start by looking at Github projects and modifying one that's open source, you'll save yourself so much time
  10. S

    WiseCP Decode

    What exactly are you trying to achieve? There are plenty of open source panels out there that you can modify, why WiseCP in particular?
  11. S

    Need a Django expert to help me fix abug.

    Absolutely nothing anyone can do without a code snippet. It could literally be something as basic as your registration service making the user inactive by default, or calling the wrong method. I'd compare your working and not working views, there will be a difference. You can debug this as well...
  12. S

    Best IDE to connect with AI?

    Copilot is available across most IDEs, I personally prefer VSCodium over VSCode. Jetbrains is pretty neat too, some of their products are available for free non-commercially or as early-access. It's really just a matter of finding, using, getting used to an IDE that you like, whether that be...
  13. S

    Botting a vote system

    Have you checked to see if anything is being saved in localStorage, sessionStorage, cookies, etc? Are you able to see what data is in the POST request and are you able to re-create it automatically (eg what is in the request body - you can see this in the network tab)
  14. S

    How to make register form with referral code

    Could you please be a bit more specific about what you're trying to achieve? Typically with referral codes you'd have a backend API to store the referral codes (normally integrated into another endpoint eg passing it in the body of a Registration request). These can be stored on the client...
  15. S

    Next trending framework or language

    firstly you might want to be more specific as there is no 'one language/framework fits all' but I must say Rust + Axum is pretty neat for BackEnd :)
Back
Top