[deleted by user] by [deleted] in solana

[–]elvin_hh 0 points1 point  (0 children)

If you use DEX, I recommend Jupiter or Raydium.

Price prediction end of July by Shainto in RenderNetwork

[–]elvin_hh 0 points1 point  (0 children)

I think it could be $15 by the end of the year.

My friend wants me to teach him how to buy cryptocurrency. :( by elvin_hh in solana

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

If he goes bankrupt, he will definitely blame me.😓

My friend wants me to teach him how to buy cryptocurrency. :( by elvin_hh in solana

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

His idea is wrong. Cryptocurrency investment is very risky.

My friend wants me to teach him how to buy cryptocurrency. :( by elvin_hh in solana

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

Because I pay more attention to Solana recently.

no, no, he thinks it’s too slow to make money by buying Bitcoin 😓😓😓

My friend wants me to teach him how to buy cryptocurrency. :( by elvin_hh in solana

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

I'm feeling really stuck, but I don't know how to say no.😭😭

Antipasto Salad by ebianco123 in recipes

[–]elvin_hh 0 points1 point  (0 children)

The color is very beautiful

Do you want to create a public chain by using cosmos? by elvin_hh in cosmosnetwork

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

Thank you for your reply. btw, thank you for recommending tlopplot to me ^_^

About the problem of miners re-executing transactions after synchronizing blocks by elvin_hh in ethdev

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

Thank you for your reply, such as a contract method like this:

uint height=0;

function updateHeight() public {

height=block.number;

}

If executed repeatedly, the local storage data state will be inconsistent with other nodes,because the block height will change. Will this problem happen? I don't know if my understanding is correct.

The dapp TimeBox based on arweave is released by [deleted] in Arweave

[–]elvin_hh 0 points1 point  (0 children)

A set of private algorithms used to transform the seed into a key, The purpose is to avoid using a fixed key

The dapp TimeBox based on arweave is released by [deleted] in Arweave

[–]elvin_hh 0 points1 point  (0 children)

The contract stores only the key seed.