Bitcoin Forum
May 06, 2024, 05:00:08 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Other / Beginners & Help / Forums and websites for publishing your own articles on cryptocurrencies on: August 30, 2022, 09:31:39 AM
Hello. I decided to write a few articles related to the topic of cryptocurrencies?
Advise what forums and websites are there for publishing my articles on the topic of cryptocurrencies?
Can I also post my articles on the Bitcointalk forum?
2  Alternate cryptocurrencies / Mining (Altcoins) / Can I mine cryptocurrency with the free Google Colab GPU? on: February 14, 2022, 01:12:41 PM
Hello to all experts and miners. More recently, I came across the "bitcoin-mining-python-Google-Colab" repository on GitHub. Hypothetically, can we mine cryptocurrency with the Free Google Colab GPU? Most cloud mining schemes give good results in the production of cryptocurrencies. In the developer forums, many praise Tensorflow, I could use your advice.

GitHub: https://github.com/demining/bitcoin-mining-python-Google-Colab
Google Colab: https://colab.research.google.com/drive/1-0k8ivA9Lk7Ymh0cFVdtB2uX8hh-htey?usp=sharing
3  Bitcoin / Bitcoin Discussion / Re: 120 puzle. Share 1.2 BTC 50/50 !!! ASAP Please !!! on: September 16, 2021, 01:13:53 PM
😂
What is these post up to?
Who has that address and do you think you could use people to gain wealth for yourself 🙄


This is a puzzle of 120 but with modified public key. So now públic key not 120 bit, but a Mach smaller then 120 bit. Find a prickly, Publix’s in this thread and we get 1.2 btc

Who is the owner of that 1.2 BTC?

AGD what are you falling for this nonsense? This dude under the nickname "Manosuper" on GitHub is pursuing his own selfish goals. Do not pay attention!
4  Other / Off-topic / Re: [ARCHIVE] Bitcoin challenge discusion on: December 18, 2019, 10:29:33 AM
kangaroo work with only one key.

You can run on a large list of public keys.
Telariust answered this question

https://github.com/Telariust/pollard-kangaroo/issues/3#issuecomment-530904845

Code:

@Echo Off
COLOR 0A

SET file=PublicKey0001.txt

setlocal enabledelayedexpansion

SET sessFile=_session.txt

SET Npubkey=0
echo [~] calc total Npubkey in file "!file!" ..
For /F %%a In (%file%) Do (
SET /a Npubkey+=1
)

SET lastN=0
IF EXIST !sessFile! (
SET /P lastN=<!sessFile!
)

SET n=0
For /F %%a In (%file%) Do (
echo =================================================
REM date /T && time /T
powershell Get-Date
echo [!n!/!Npubkey!] %%a

IF !lastN! == !n! (
echo !n!>!sessFile!

C:\Python37\python.exe pollard-kangaroo.py 32 %%a
REM timeout /T 1

SET /a lastN+=1
)

SET /a n+=1
)

5  Bitcoin / Bitcoin Discussion / Re: It is necessary to find one private key out of 10 million Bitcoin Addresses on: April 24, 2019, 07:11:13 AM
I managed to decrypt the public keys for each Bitcoin Address from the list.

Public keys: https://drive.google.com/drive/folders/1HByDJR9Ck5CdIwTl-v_IzcaVhsG8aKaA

Now I will try to extract a few private keys through the "Baby-step Giant-step" method.


What software do you use the Baby-step Giant-step method?




Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!