It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
00000000000000000000a4eb0e9b38a1fe159ac4b3a519c6c1ea5e60ab842332
def estrai_vincitori(hash_blocco, partecipanti, numero_vincitori=3):
vincitori = []
for i in range(numero_vincitori):
# Prendi gli ultimi 6 caratteri e ulteriori se ci sono più vincitori
hex_slice = hash_blocco[-(6 + i):len(hash_blocco) - i]
# Converti i caratteri in numero decimale
decimal = int(hex_slice, 16)
# Trova il vincitore con il modulo rispetto al numero di partecipanti
index_number = decimal % len(partecipanti)
vincitore = partecipanti[index_number]
vincitori.append(vincitore)
# Rimuovi il vincitore per evitare duplicati
partecipanti.pop(index_number)
return vincitori
# Inserisci l'hash e il numero di partecipanti
hash_blocco = input("Inserisci l'hash del blocco (64 caratteri esadecimali): ")
numero_partecipanti = int(input("Inserisci il numero di partecipanti: "))
# Crea una lista di partecipanti da 1 a numero_partecipanti
partecipanti = list(range(1, numero_partecipanti + 1))
# Estrai i vincitori
vincitori = estrai_vincitori(hash_blocco, partecipanti, 3)
# Stampa i vincitori
print("I vincitori sono:", vincitori)
block 866530:
00000000000000000000c8c822a175de62e38b0eb6fc96ee528c5e225b87c2dc
block 866531:
00000000000000000001b6bf7f319c676bb981cf1bbd7317d3b5463c6befe45e
block 866532:
0000000000000000000245e70aa5383cc3f4b9cf63b0931f7cf429fd871ca82b
block 866533:
0000000000000000000075b43c430c8016965972bfb72d0492a8fd775e7a9878
block 866534:
00000000000000000001e54bbe5562022b07b89e4f4ac2a55164605aa635611f
block 866535:
000000000000000000028778898d40ef76bb5d98f5b0583b833579788df06b10
block 866536:
00000000000000000001d18114cb82eb3a3a171aefdde019ced90c9905da9ba6
block 866537:
0000000000000000000299de1a595638afd103c99d461e9993fa93e709354228
block 866538:
0000000000000000000125f70ca001c3009cc24b75b61326840e7d5a553f7b17
block 866539:
00000000000000000000ee3df526effb6f2686401f7bb775e1d79c7a54130ffa
block 866540:
0000000000000000000286248256642893f95918a34c49423d735d7fcf52b6bf
00000000000000000000a4eb0e9b38a1fe159ac4b3a519c6c1ea5e60ab842332
00000000000000000000a4eb0e9b38a1fe159ac4b3a519c6c1ea5e60ab842332