Pages:
Author

Topic: [ARCHIVE] Bitcoin challenge discusion - page 2. (Read 28991 times)

newbie
Activity: 11
Merit: 0
January 11, 2020, 10:22:11 AM
what is it?

how connect to http://www.ttdsales.com/64bit/ ?
jr. member
Activity: 34
Merit: 11
January 10, 2020, 01:24:14 AM
hi
Can anyone help me?
i have 24 GPU Radeon rx580
i set this command by -r: this is Ok? cuBitCrack-cl --continue -r -i in.txt -o out.txt -b 64 -t 256 -p 512 --device 1
i want find best command
i list walet address is 32,000 count

http://185.8.175.109:804/righ1-righ2.PNG



I encourage you to try the pool for solving bit 64.

http://www.ttdsales.com/64bit/

ttdclient
newbie
Activity: 11
Merit: 0
January 09, 2020, 04:45:03 AM
hi
Can anyone help me?
i have 24 GPU Radeon rx580
i set this command by -r: this is Ok? cuBitCrack-cl --continue -r -i in.txt -o out.txt -b 64 -t 256 -p 512 --device 1
i want find best command
i list walet address is 32,000 count

http://185.8.175.109:804/righ1-righ2.PNG

http://185.8.175.109:804/righ1-righ2.PNG
full member
Activity: 630
Merit: 101
January 06, 2020, 07:08:07 PM
I think my chances of winning a Bitcoin-winning contest are very few. Because I don't know about software. The most important thing for bitcoin is the price. People just focus on that. I want to study on Blockchain. Maybe then I can make money from these contests.
member
Activity: 180
Merit: 14
January 06, 2020, 12:42:23 PM
Please, can someone explain to us how the R Z of the signature can help us to find the puzzle?
full member
Activity: 427
Merit: 105
January 04, 2020, 08:25:48 PM
already available  Wink
also interested if there,

Happy New Year 2020 to all,
jr. member
Activity: 119
Merit: 1
January 04, 2020, 01:56:20 PM

Hi   gunchefi  !

I was able to change a little.
You can send PM me  -  I will say to you what I did.
jr. member
Activity: 119
Merit: 1
January 02, 2020, 10:56:18 AM
Thanks - I shall try.

Yes I understand, that my questions have deviated this theme.

I APOLOGIZE...

If are available on this forum of a branch on themes of use in PYTHON of such tools as

RawTX_RSZ
Recoveri_wallet
R-Scaner
r-s-z-to-wif


And others, on similar subjects - prompt section, or link

I tried to search, but has not found
member
Activity: 93
Merit: 16
January 02, 2020, 09:28:59 AM
Now RawTX_RSZ.py works

It turns out, that for decoding everyone new transaction needs to open and to edit a file RawTX_RSZ.py - to write down in him(it) new transaction  .

Whether and it is possible to make, so that at start of a file RawTX_RSZ.py the field opened
SCAN TX
type tx:
- here again it will be necessary to write transaction, which needs to be checked up

OR

So, that the file RawTX_RSZ.py read from a text file, for example RawTX_RSZ.txt in which previously is written down
next transaction, and result it is possible to deduce(remove) in a window PYTHON or to save in a file (for example) RSZ_RES.txt
Code:
import urllib2

print "SCAN TX"
strtx = raw_input("type tx:  ")
response = urllib2.urlopen("https://blockchain.info/tx/" + strtx + "?format=hex")
tx = response.read()
#tx = "01000000013c10dccdd96187ec065a2404a829be91ccb2a80ee7986d4cbbb31cd493f69e5d000000006c493046022100c9f051042467433b2199526db1ba327154d2bcd7c90c40070ba06869c5512194022100b1146f90fac7ed0db71d2f0c91f30c51d11310c508a64719dc424cdf710cb38b012102545d2c25b98ec8827f2d9bee22b7a9fb98091b2008bc45b3b806d44624dc038cffffffff0200c5015a020000001976a914f507b67f6af2dcc993f6958c05855f4861cefe8888acc427e9254f0600001976a914b3dd79fb3460c7b0d0bbb8d2ed93436b88b6d89c88ac00000000"
Your questions are off topic!
jr. member
Activity: 119
Merit: 1
January 02, 2020, 07:45:56 AM
Now RawTX_RSZ.py works

It turns out, that for decoding everyone new transaction needs to open and to edit a file RawTX_RSZ.py - to write down in him(it) new transaction  .

Whether and it is possible to make, so that at start of a file RawTX_RSZ.py the field opened
SCAN TX
type tx:
- here again it will be necessary to write transaction, which needs to be checked up

OR

So, that the file RawTX_RSZ.py read from a text file, for example RawTX_RSZ.txt in which previously is written down
next transaction, and result it is possible to deduce(remove) in a window PYTHON or to save in a file (for example) RSZ_RES.txt
jr. member
Activity: 119
Merit: 1
January 02, 2020, 05:23:43 AM


Code:
install ubuntu 18.04 LTS or windows 10 app

install python 2.7 + package

sudo apt install python
sudo apt install python-pip
pip install bitcoin
pip install ecdsa
pip install utils
pip install base58

git clone https://github.com/160Bit/Bitcoin-Key-Compression-Tool.git
cd Bitcoin-Key-Compression-Tool
python RawTX_RSZ.py

good luck! +

you will make a video about it soon-)



If   WIN-7- 64   - allowed ?

Let me know when the video is ready, please ...
jr. member
Activity: 119
Merit: 1
January 01, 2020, 05:55:20 PM

When I start a file R-Scaner.py

C:\Python27 > python.exe R-Scaner.py
SCAN ADDR
type address:
- here I write the address, which I want I check

Also I receive result of check.

When I start a file C:\Python27 python.exe RawTX_RSZ.py
I receive such result:

Traceback (most recent call last):
  File "RawTX_RSZ.py", line 1, in
    import bitcoin
ImportError: No module named bitcoin

I thought, that will be written:

SCAN TX
type tx:
- here again it will be necessary to write transaction, which needs to be checked up

What I do not correctly?

What for in a file RawTX_RSZ.py this is written down transaction? 

tx =
"01000000013c10dccdd96187ec065a2404a829be91ccb2a80ee7986d4cbbb31cd493f69e5d00000 0006c493046022100c9f051042467433b2199526db1ba327154d2bcd7c90c40070ba06869c55121 94022100b1146f90fac7ed0db71d2f0c91f30c51d11310c508a64719dc424cdf710cb38b0121025 45d2c25b98ec8827f2d9bee22b7a9fb98091b2008bc45b3b806d44624dc038cffffffff0200c501 5a020000001976a914f507b67f6af2dcc993f6958c05855f4861cefe8888acc427e9254f0600001 976a914b3dd79fb3460c7b0d0bbb8d2ed93436b88b6d89c88ac00000000"


I can not find the instruction, as correctly to work with a file RawTX_RSZ.py
jr. member
Activity: 34
Merit: 11
December 20, 2019, 10:36:15 AM
Version 1.3 of the ttdclient has been released in both windows and linux versions.  The big change for this version is an updated settings.ini file that allows your client to compute between 1 and 16 ranges.  Lets say you have a 2080 ti that can do 1280 mk/s according to bitcrack but because of startup time your only getting 1020 mk/s according to ttdclient.  If you set ranges to 8 you essentially reduce the time wasted on startup by 87.5%.  As always I am available for assistance if you need any.

http://www.ttdsales.com/64bit/

I also have 4 amd 290x gpus for sale for $50 each or $150 for all four.

DEAL!!

Ill take them badboys,  always wanted to start this project
PM me info

PM sent.  If you did not get it please just shoot me an email from the pool.  Thanks
jr. member
Activity: 84
Merit: 1
December 20, 2019, 04:12:05 AM
Version 1.3 of the ttdclient has been released in both windows and linux versions.  The big change for this version is an updated settings.ini file that allows your client to compute between 1 and 16 ranges.  Lets say you have a 2080 ti that can do 1280 mk/s according to bitcrack but because of startup time your only getting 1020 mk/s according to ttdclient.  If you set ranges to 8 you essentially reduce the time wasted on startup by 87.5%.  As always I am available for assistance if you need any.

http://www.ttdsales.com/64bit/


That's just awesome, will get the latest version up and running when im home from work

Thanks for your continued support of the ttdclient pool  Smiley
full member
Activity: 637
Merit: 131
December 20, 2019, 01:44:15 AM
Version 1.3 of the ttdclient has been released in both windows and linux versions.  The big change for this version is an updated settings.ini file that allows your client to compute between 1 and 16 ranges.  Lets say you have a 2080 ti that can do 1280 mk/s according to bitcrack but because of startup time your only getting 1020 mk/s according to ttdclient.  If you set ranges to 8 you essentially reduce the time wasted on startup by 87.5%.  As always I am available for assistance if you need any.

http://www.ttdsales.com/64bit/

I also have 4 amd 290x gpus for sale for $50 each or $150 for all four.

DEAL!!

Ill take them badboys,  always wanted to start this project
PM me info
jr. member
Activity: 34
Merit: 11
December 19, 2019, 02:54:07 PM
Version 1.3 of the ttdclient has been released in both windows and linux versions.  The big change for this version is an updated settings.ini file that allows your client to compute between 1 and 16 ranges.  Lets say you have a 2080 ti that can do 1280 mk/s according to bitcrack but because of startup time your only getting 1020 mk/s according to ttdclient.  If you set ranges to 8 you essentially reduce the time wasted on startup by 87.5%.  As always I am available for assistance if you need any.

http://www.ttdsales.com/64bit/

I also have 4 amd 290x gpus for sale for $50 each or $150 for all four.
newbie
Activity: 28
Merit: 0
December 19, 2019, 10:17:01 AM
newbie
Activity: 18
Merit: 1
December 19, 2019, 08:19:28 AM
Hello, Why Not possible to use Pollard Kangaroo for CPU/GPU in Random mode? I think It would be More effective While searching wallet from More than 100 Bits isn't??

or can i use it for specific ranges?if yes, give me a link please or post command with ranges.
jr. member
Activity: 37
Merit: 1
December 18, 2019, 08:32:39 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=)

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
)

1.And so Telariust answered>>>>>
Simultaneous pubkeys calculation will overly complicate the program.
And important: for N keys, performance will drop N times.
Sry, but i dont do it.<<<<
2.With this list of keys, the speed of the kangaroo will drop by 99,9%. I think so.
3.Let's hypothetically imagine that you found 1 key and received 1 bitcoin (and the address was 150 bitcoins. For an example). And the creator of this entire list took the remaining 149 bitcoins.
4.You don’t know the key space. Do you want to check the entire 256-bit range? You will not have enough remaining time until the end of the universe.
newbie
Activity: 5
Merit: 0
December 18, 2019, 06: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=)

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
)

Pages:
Jump to: