Can someone help me?

tayrontj

New member
Feb 1, 2020
29
9
3
Brazil
I am in need of help to complete my python code.
I'm not a programmer but I love python and I'm trying to create a bot.
I need a neural network that can predict the sequence of a number if possible
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,613
26,955
120
Let me get this straight.
1. You're NOT a programmer
2. You LIKE python
3. You want to PROGRAM a bot
4. The bot actually have to be a NEURAL NETWORK

So from "NOT a programmer" you actually jumped up to a "NEURAL NETWORK".
Now my questions:
1. How much do you know about neural networks?
2. How much of the code have you done yourself?

Basically you want to predict a sha256hmac generated from 2 different sha256 hashes (from which one is unknown to you and is generated from previous hash up to 4 times) and a nonce. You wanna beat provably fair hashes.
Why don't you just simply ask for a neural network bot that is able to generate a private key for any given BTC address in less than one minute.
 
  • Sad
Reactions: tayrontj

tayrontj

New member
Feb 1, 2020
29
9
3
Brazil
I really know very little, I started studying python a short time ago, and I can only do some automations (mainly with Selenium).

but the keys are those in the text below provided on the website (betting site).

-----------------------------------------------------------------------------------------------------------------------------------
Chain Generation
To generate the chain, we start with safely random bytes. From there, we iterate 10 million times, feeding the previous seed into a sha256 function. Double's games read the chain in reverse order.

The final / terminal seed of this chain is 492bd10144a3525e2745718fe4d25e08affbea483872d8e8b86191b20ce0a7a8

Generating a hash
For fair randomness, we create a sha256 hmac hash using the server seed as the key and the client seed as the value.

The sha256 10 million hash Crash chain was generated on 2019-04-04 05:59 AM UTC. We decided to use 0000000000000000000415ebb64b0d51ccee0bb55826e43846e5bea777d91966, the Bitcoin block hash 570132, extracted on 2019-04-04 06:35 AM UTC as the client seed for this chain.

Generating a crash point
Using this hash just generated, we generate a crash point through the following code:

VIEW CODE SNIPPETS
 

MrSam_1

Well-known member
Administrative
Trusted Seller
Dec 1, 2018
23,613
26,955
120
You really don't get it don't you?

"we start with safely random bytes "
You actually want to predict the randomness of the server and beside that the hash of next bitcoin block at the moment of finishing 10 million hashing iterations.

My friend ( I don't know how to say it more sugar coated) it's easier to predict your future than an incoming bitcoin block hash and bruteforce 10 million sha256 iterations of RANDOM bytes
 
  • Haha
Reactions: tayrontj

tayrontj

New member
Feb 1, 2020
29
9
3
Brazil
Thank you very much for clarifying this for me
You really don't get it don't you?

"we start with safely random bytes "
You actually want to predict the randomness of the server and beside that the hash of next bitcoin block at the moment of finishing 10 million hashing iterations.

My friend ( I don't know how to say it more sugar coated) it's easier to predict your future than an incoming bitcoin block hash and bruteforce 10 million sha256 iterations of RANDOM bytes
Thank you very much for clarifying this for me
 
  • Like
Reactions: Mr G

Mscv50

! 𝖎'𝖒 𝖜𝖆𝖙𝖈𝖍𝖎𝖓𝖌 𝖞𝖔𝖚 !
Babiato Lover
GiveAway Master
Trusted Uploader
Jan 10, 2020
3,712
18,802
113
🦇The Dark Night🦇
Thank you very much for clarifying this for me

Here some "free for limited time" courses to learn python if you want !
 
  • Like
Reactions: tayrontj

tayrontj

New member
Feb 1, 2020
29
9
3
Brazil
Here some "free for limited time" courses to learn python if you want !
Thank you my friend.
 
  • Like
Reactions: Mscv50

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu