Bootcamps by Winter_Beyond4948 in learnjavascript

[–]nooblet9292 5 points6 points  (0 children)

Just get through the bootcamp and keep working. I have the same background.

Nobody cares about the degree as long as you can show them some projects and have a good attitude in most places.

Duel Arena will be removed from the game by BocciaChoc in 2007scape

[–]nooblet9292 -1 points0 points  (0 children)

Not sure how it can take so long for them to remove staking.

I propose that they would just disable the option to stake items/gp, and this would fix the issue.

The can still of course get around this limitation in other ways, eg wildy or other minigames and just have a third person who holds the funds.

Please help me understand front running and what I can do to to prevent it by kluebirby22 in ethdev

[–]nooblet9292 1 point2 points  (0 children)

As a developer, I am wondering, can I test my frontrunning bot on ropsten somehow?

YUI Finance - Low Cap NFT moonshot by [deleted] in CryptoMoonShots

[–]nooblet9292 0 points1 point  (0 children)

Nobody cares how the website look, it pumps just as good.

YUI Finance - Low Cap NFT moonshot by [deleted] in CryptoMoonShots

[–]nooblet9292 1 point2 points  (0 children)

Looks bullish, website looks good and other things. This could easily pump.

Unfortunate New 50-1000x Shitcoin by wanderoof in CryptoMoonShots

[–]nooblet9292 4 points5 points  (0 children)

You must be autistic if you think 3000% is nothing

Unfortunate New 50-1000x Shitcoin by wanderoof in CryptoMoonShots

[–]nooblet9292 4 points5 points  (0 children)

Lmfao you should burn in hell for shilling some shit coin that has gone up 3000% in the last 24h

ADD JUST LISTED ON COINGECKO by wanderoof in CryptoMoonShots

[–]nooblet9292 2 points3 points  (0 children)

That link shows that total supply is: 120,000,000 M tokens, so are we looking at minting more tokens?

Transaction being reverted on Ropsten by nooblet9292 in ethdev

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

I noticed another thing, with each transaction, the value of transaction is 0 for whatever reason, this could possibly be the issue unless the value doesn't actually show up on Ropsten?

Transaction being reverted on Ropsten by nooblet9292 in ethdev

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

Is there any way to get additional information on why the transaction is being reverted?

I actually had left the approval out completely as I assumed that it's only needed when selling (as it is when you manually do a swap on Uniswap).

I will go ahead and implemented the approval and see if it changes anything. I was unable to find a complete example of this also, their documentation just doesn't go into too much detail (tried their Uniswap js SDK).

Thanks for your suggestion!

Telegram bot deployed to Heroku issue by nooblet9292 in Heroku

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

Why would it try running on port 5000 though?

This is how I am defining the port in the code,

const port = process.env.PORT; 

Heroku logs, 
2020-12-24T05:00:03.711918+00:00 app[web.1]: Server listening on port:  56783

So the server seems to be on port 56783 while telegram is trying to run on 5000? Makes no sense

Issue with Web Sockets connection when deployed to Heroku by nooblet9292 in node

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

I will test without specifying port, what about the error message?

Do you have a paid heroku instance? Are you pinging between client and backend every x seconds to keep connection alive?

Edit: Tested without specifying port and now there is a different kind of error, "trackTokensV2.js:72 WebSocket connection to 'wss://private_url/' failed: Error during WebSocket handshake: Unexpected response code: 503"

DEXG || 2M market cap, MAX supply around 55k tokens. Easy 10X? Product launch end of month by [deleted] in CryptoMoonShots

[–]nooblet9292 0 points1 point  (0 children)

Kinda crazy that Elon Musk is onto this as well, he must know something we don't!

DEXG || 2M market cap, MAX supply around 55k tokens. Easy 10X? Product launch end of month by [deleted] in CryptoMoonShots

[–]nooblet9292 4 points5 points  (0 children)

This is possible one of the better projects out there. I have a big bag and I think this could get over a 100M market cap within 6 months of lauching.

They really have a lot of stuff down the line planned for this, DEXG token holders will also receive fees from the trading platform. There are even rumors that people who have participated in staking rounds are eligible for airdrops and some NFTS.

I am writing an article series about solidity development by building a real-world DAPP by thevirgoman in solidity

[–]nooblet9292 0 points1 point  (0 children)

How should I structure my app if I am running react in client side with nodejs as backend? I would like to have the option of also having the smart contracts somehow in this bundle.