Search content
Sort by

Showing 20 of 36 results by rizzler
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CPU mining] Yenten v5.0.0 [YTN] [YespowerR16] [Exchange available]
by
rizzler
on 07/06/2025, 23:24:29 UTC
The important thing is to survive YTN, you and the community are to be congratulated for your perseverance.

We are preparing for the release of version 6.0.0

do we have any news on YenTen ?
Post
Topic
Board Bitcoin Technical Support
Re: start btcrecover with opencl problems
by
rizzler
on 29/04/2023, 07:35:16 UTC
i installed full requierments and installed openCL and still get this :/



Successfully built pytools
Installing collected packages: appdirs, typing-extensions, numpy, platformdirs, pytools, pyopencl
Successfully installed appdirs-1.4.4 numpy-1.21.6 platformdirs-3.5.0 pyopencl-2021.2.9+cl12 pytools-2022.1.12 typing-extensions-4.5.0

C:\btcrecover-master\btcrecover-master>btcrecover.py --help



C:\btcrecover-master\btcrecover-master>python btcrecover.py --wallet wallets\wallet_1 --token btcrecover-tokens-auto.txt --enable-opencl

Starting btcrecover 1.11.0-Cryptoguide on Python 3.7.0 64-bit, 21-bit unicodes, 64-bit ints
Read additional options from tokenlist file: --help

OpenCL: Available Platforms
Traceback (most recent call last):
  File "btcrecover.py", line 38, in <module>
    btcrpass.parse_arguments(sys.argv[1:])
  File "C:\btcrecover-master\btcrecover-master\btcrecover\btcrpass.py", line 6239, in parse_arguments
    info = opencl_information()
NameError: name 'opencl_information' is not defined
Press Enter to exit ...
Post
Topic
Board Bitcoin Technical Support
Topic OP
start btcrecover with opencl problems
by
rizzler
on 28/04/2023, 21:05:00 UTC
Hi.

I was going to try to bruteforce my wallet i had an easy password on. I installed python on my windows machine with a gtx 1060 6GB and installed btcrecover. I al trying to start it with opencl but i run into a problems wich i can't get it to start. it starts without --enable-opencl to run on CPU but how do i run it on GPU ?

i also installed PyOpenCL for python 3.8 whl.




Starting btcrecover 1.11.0-Cryptoguide on Python 3.8.4 64-bit, 21-bit unicodes, 64-bit ints
Error: --performance cannot be used with --tokenlist or --passwordlist


C:\btcrecover-master\btcrecover-master>python btcrecover.py --wallet wallets\wallet_1 --token btcrecover-tokens-auto.txt  --enable-gpu --global-ws 4096 --local-ws 256

Starting btcrecover 1.11.0-Cryptoguide on Python 3.8.4 64-bit, 21-bit unicodes, 64-bit ints
Read additional options from tokenlist file: --help
Error: WalletElectrum28 does not support GPU acceleration (Though it might support OpenCL acceleration using your GPU, so try --enable-opencl)
Press Enter to exit ...


C:\btcrecover-master\btcrecover-master>python btcrecover.py --wallet wallets\wallet_1 --token btcrecover-tokens-auto.txt  --enable-opencl --global-ws 4096 --local-ws 256

Starting btcrecover 1.11.0-Cryptoguide on Python 3.8.4 64-bit, 21-bit unicodes, 64-bit ints
Read additional options from tokenlist file: --help

OpenCL: Available Platforms
Traceback (most recent call last):
  File "btcrecover.py", line 38, in <module>
    btcrpass.parse_arguments(sys.argv[1:])
  File "C:\btcrecover-master\btcrecover-master\btcrecover\btcrpass.py", line 6239, in parse_arguments
    info = opencl_information()
NameError: name 'opencl_information' is not defined
Press Enter to exit ...
Post
Topic
Board Bitcoin Technical Support
Re: Bruteforce wallet
by
rizzler
on 13/02/2023, 20:15:37 UTC
Hi

I am running btcrecover since a while back on my linux machine. I had lost the password which i do not remember with the following command and i wonder if there is any faster way of doing this ?

Quote
python3.7 btcrecover.py --wallet wallets/wallet_1 --no-dupchecks --no-eta

Wallet Type: btcrpass.WalletElectrum28
Wallet difficulty: 1024 PBKDF2-SHA512 iterations + ECC
2023-01-28 02:56:27 : Using 2 worker threads
| 1070011680  elapsed: 15 days, 13:23:13  rate: 796.03  P/s


TOKENS FILE

Code:
#--help
## --wallet wallets

###########################################################################
# This is a comment, btcrecover ignores everything after a # sign         #
# To automatically load a tokenlist save it as btcrecover-tokens-auto.txt #
# We can add arguments in the token by writing #-- only on the first line.#
#                                                                         #
# Just copy this file and your wallet.dat in btcrecover-master folder     #
#            Arguments are: --help, --wallet, --listpass and more         #
# All arguments can be found in btcrecover.py --help                      #
# Run btcrecover without extra aguments (since they are in this file)     #
# so only write in CMD: C:\Python27\python btcrecover.py                  #
###########################################################################
#            Testing the Tokenlist                                        #
# Change #--help on line 1 of this file to #--listpass                    #
#                               and run btcrecover.py                     #
#                                                                         #
#            Running the Brute-Force                                      #
# replace #--listpass above with: #--wallet wallet.dat                    #
#                                                                         #
# You can never use --listpass and --wallet at the same time              #
# When using --listpass make sure you delete --wallet wallet.dat          #
# And if you use --wallet wallet.dat make sure you delete --listpass      #
#                                                                         #
###########################################################################
#----The most used wildcards, only use them to finetune the tokenlist!----#
###########################################################################
# (space + # = #) (%S = $) (%% = %) (%^ = ^) (%s = 1 single space)        #
# The + sign = only try passwords with the following token in it.         #
# The ^ sign = try following token only in the begin of password          #
# %d = 1 digit(0-9) %2d = 2 digits(00-99) %1,3d = 1,2 or 3 digits (0-999) #
# ^r1^ ^r2^ ^r3^ = Relative position of token                             #
# The $ sign at the end of a token = token is at the end of password      #
# A space between tokens = OR                                             #
# (%a = a-z) (%A = A-Z) (%1,3in = 1,2 or 3 digits or a-Z)                 #
# (%y = symbol !@#$) (%P = Anything)                                      #
###########################################################################

%1,25in

It could run faster but only if you remember some information about your password (like a number of characters, presence of certain letters/digits/special characters), perhaps you could also include a text file containing your passwords you use for another websites/wallets (it's possible you reused the password from some other website).


How do i put something in the tokens file if it might have been "as" or "asd" that is pressent in the password?
Post
Topic
Board Bitcoin Technical Support
Re: Bruteforce wallet
by
rizzler
on 13/02/2023, 17:30:36 UTC
long story short. someone thougt they would do a funny but they really managed to change the password :/
Lesson learned: don't let anyone touch your computer. If you really don't have the seed words, you were just waiting for the moment your hard drive failed to lose your wallet. Maybe you can recover an older version from your disk using recovery software.

I had the erlier password in keepass but i tried recovering keepass files but they are corrupted. is it possible to recover old keepass files and open them ? :/
Post
Topic
Board Bitcoin Technical Support
Re: Bruteforce wallet
by
rizzler
on 13/02/2023, 16:53:24 UTC
did you not back up your seed phrase?
no. someone randomly hit my keyboard
That's now how seed phrases work. Electrum will ask you to enter it again, to make sure you stored it.

Quote
it could be "as" or "asd" in the beginning because they hit that part och they keyboard...
That doesn't make sense either: you have to enter the same password twice to set it.



Who is this "someone" who randomly hit your keyboard while the only copy of your wallet was on your screen?
[/quote]

long story short. someone thougt they would do a funny but they really managed to change the password :/
Post
Topic
Board Bitcoin Technical Support
Re: Bruteforce wallet
by
rizzler
on 13/02/2023, 15:08:06 UTC
You are still wasting your time.

As I said above, you are searching all lowercase, all uppercase, and all digits. This is 26 + 26 + 10 = 62 possibilities for each character. So for 8 characters, that is 628 possibilities. Divide that number by 8,000, and that gives you how many seconds it will take you to exhaust the search space. That works out at 865 years. (In reality it will be another 15 or so years more than that since you are searching for strings shorter than 8 characters as well.) This is also assuming that you did not use any symbols or spaces in your password either.

You will need to have some idea of what your password might be, otherwise you are wasting your time. Alternatively, did you not back up your seed phrase?

no. someone randomly hit my keyboard and lockedit away. it could be "as" or "asd" in the beginning because they hit that part och they keyboard... how could i add to the tokens file for example if i want it to check  with "as" or "asd" in the beginning ort "qwe" or all 3 of these ?
Post
Topic
Board Bitcoin Technical Support
Re: Bruteforce wallet
by
rizzler
on 13/02/2023, 14:34:31 UTC
thanks everyone

I am running 8 K/ps right now with  %1,8in

How long should i give it ?
Post
Topic
Board Bitcoin Technical Support
Re: Bruteforce wallet
by
rizzler
on 13/02/2023, 11:38:31 UTC
Knowing nothing about the password will render your bruteforce a waste of time and resources.
At least for now, try %1,8in, or a reasonable range of characters.
Then if there's no result, you can be certain that it's not a 1~8 alpha numeric characters.

But for it to be feasible, you should at least provide any possible characters/words to minimize the search for random alpha-numeric characters.

How long should i let that run ?
Post
Topic
Board Bitcoin Technical Support
Re: Bruteforce wallet
by
rizzler
on 13/02/2023, 03:16:56 UTC
796 sadly enough.

I was questioning if i started the bruteforce the right way when i looked at it or if there is any other way?

it is looking for the password between 1 and 25 characters right ?
Post
Topic
Board Bitcoin Technical Support
Topic OP
Bruteforce wallet
by
rizzler
on 12/02/2023, 21:21:36 UTC
Hi

I am running btcrecover since a while back on my linux machine. I had lost the password which i do not remember with the following command and i wonder if there is any faster way of doing this ?

Quote
python3.7 btcrecover.py --wallet wallets/wallet_1 --no-dupchecks --no-eta

Wallet Type: btcrpass.WalletElectrum28
Wallet difficulty: 1024 PBKDF2-SHA512 iterations + ECC
2023-01-28 02:56:27 : Using 2 worker threads
| 1070011680  elapsed: 15 days, 13:23:13  rate: 796.03  P/s


TOKENS FILE

Code:
#--help
## --wallet wallets

###########################################################################
# This is a comment, btcrecover ignores everything after a # sign         #
# To automatically load a tokenlist save it as btcrecover-tokens-auto.txt #
# We can add arguments in the token by writing #-- only on the first line.#
#                                                                         #
# Just copy this file and your wallet.dat in btcrecover-master folder     #
#            Arguments are: --help, --wallet, --listpass and more         #
# All arguments can be found in btcrecover.py --help                      #
# Run btcrecover without extra aguments (since they are in this file)     #
# so only write in CMD: C:\Python27\python btcrecover.py                  #
###########################################################################
#            Testing the Tokenlist                                        #
# Change #--help on line 1 of this file to #--listpass                    #
#                               and run btcrecover.py                     #
#                                                                         #
#            Running the Brute-Force                                      #
# replace #--listpass above with: #--wallet wallet.dat                    #
#                                                                         #
# You can never use --listpass and --wallet at the same time              #
# When using --listpass make sure you delete --wallet wallet.dat          #
# And if you use --wallet wallet.dat make sure you delete --listpass      #
#                                                                         #
###########################################################################
#----The most used wildcards, only use them to finetune the tokenlist!----#
###########################################################################
# (space + # = #) (%S = $) (%% = %) (%^ = ^) (%s = 1 single space)        #
# The + sign = only try passwords with the following token in it.         #
# The ^ sign = try following token only in the begin of password          #
# %d = 1 digit(0-9) %2d = 2 digits(00-99) %1,3d = 1,2 or 3 digits (0-999) #
# ^r1^ ^r2^ ^r3^ = Relative position of token                             #
# The $ sign at the end of a token = token is at the end of password      #
# A space between tokens = OR                                             #
# (%a = a-z) (%A = A-Z) (%1,3in = 1,2 or 3 digits or a-Z)                 #
# (%y = symbol !@#$) (%P = Anything)                                      #
###########################################################################

%1,25in
Post
Topic
Board Electrum
Re: Funds not showing up
by
rizzler
on 13/12/2021, 11:51:29 UTC
I sent a Payment from one electrum Wallet to another

What do you mean by another? Another Electrum wallet which owned by you? To another people/service/website?


It has at least 118 confirmation, so any decent wallet/service should already show this transaction.

Mine is bc1qx8spcg and the receiving one is bc1qn379, the receiving one is not showing any funds in it.
Post
Topic
Board Electrum
Topic OP
Funds not showing up
by
rizzler
on 13/12/2021, 11:30:21 UTC
Hi

I sent a Payment from one electrum Wallet to another, it's been about 24Hours soon and the payment has not yet to show up on the receiving end, anyone know why ?

Please se the image bellow.


https://preview.redd.it/zuz52kkzka581.png?width=917&format=png&auto=webp&s=d1243a1fbc83558aa2aec05d52028ba1b527c3aa
Post
Topic
Board Currency exchange
Re: 24change.com - Buy/Sell Bitcoin, Paymer, BTC-E code, PM, Okpay, Paypal, Egopay
by
rizzler
on 21/02/2014, 10:33:07 UTC
Hi again

I can now confirm that i have recive the BTC to my account. I will say it was a Hassle and it took several days for me to get it because of avoding support and several days of no replys. However, i did get my BTC and i thank 24change for thisand hope everything will go smoother the next time! Why the support was so avoiding and why it took so many days i just wonder.
Post
Topic
Board Currency exchange
Re: 24change.com - Buy/Sell Bitcoin, Paymer, BTC-E code, PM, Okpay, Paypal, Egopay
by
rizzler
on 20/02/2014, 20:44:19 UTC
Hello again, i now recived a reply in my ticked wich said

Quote
Support #3
Check your email for code.

My reply was :

Quote
Hello Support #3

I have waited for over an hour and no code has arived in my mailbox "myemail@gmail.com" OR in the spamfolder. The last email i got was that you have replied to my ticket. Can you please post the code here in the ticket or send it again ??

Here is also a screenshot of my emailfolder, the last one recived was the one from the reply on the ticket, so im still wondering where my code is...

http://thumbnails111.imagebam.com/30930/2f4a77309298002.jpg
Post
Topic
Board Currency exchange
Re: 24change.com - Buy/Sell Bitcoin, Paymer, BTC-E code, PM, Okpay, Paypal, Egopay
by
rizzler
on 20/02/2014, 19:24:22 UTC
seems that they started scaming everyone, can something be  done ?
Hello. What is your order number?
No one was scammed by our service, everyone gets paid or refunded (if order impossible to complete).

Hello

I have had a problem where i did the BTC adress incorrectly and i have made a ticker #2275 AND i have tried to talk to the support trough the chat, "Raphael" har answered every time and have said every day that hes contacted the manager and he has also said that the ticker / problem should be resolved "today", "as soon as possible". When the problem was not resovled i tried to contact the support again but once i stated the ticket number Raphael stopped replying to my in the chat and ignored me wich is why i said what i said. I am missing 100$ or the bitcoin that was supposed to be transfered. Can you please Transfer the BTC as requested in the order OR refund me please ? i have waited several days for this issue.

http://thumbnails112.imagebam.com/30929/fec2a9309286976.jpg

EDIT:
Now all of a sudden Raphael started to reply and said that my issue will be resolved TODAY or TOMORROW. so i am waiting with anticipation.

http://thumbnails109.imagebam.com/30929/fe198f309287503.jpg
Post
Topic
Board Currency exchange
Re: 24change.com - Buy/Sell Bitcoin, Paymer, BTC-E code, PM, Okpay, Paypal, Egopay
by
rizzler
on 19/02/2014, 10:10:23 UTC
seems that they started scaming everyone, can something be  done ?
Post
Topic
Board Currency exchange
Re: 24change.com - Buy/Sell Bitcoin, Paymer, BTC-E code, PM, Okpay, Paypal, Egopay
by
rizzler
on 18/02/2014, 10:58:27 UTC
You are not the only ones with this issue, i have transfered money with 24change erlier without a problem but it seems now that they are having problems and are not giving the people their money. If there anyway to get chargeback if you did the payment trough let's say Liqpay??
Post
Topic
Board Digital goods
Topic OP
World of Warcraft - Oldschool Level 90 Druid.
by
rizzler
on 02/02/2014, 16:13:17 UTC
Hello

I have An oldschool Level 90 Druid i wanted to sell away and just wanted to se if there is any interest at all in it.
I have not played wow for a few years but got Pandaria a while back and leveled up the druid to 90 so it got no Fancy pancy stuff on it, what it do have is Other rare things like pets and so on / items wich of i do not know are avaliable anymore.

A draft of some stuff is avaliable in the Image bellow. Other then that the druid has 59 Mounts and 70 Oldschool pets like The Azure Whelpling, Core Hound Pup, Father Winters Helper, Kirin Thor Familiar, Panther Cub, Sinister Squashling, Spriter Darther HAtcling, Stinker etc.. All Other Pets in the list  are marked "uncommon"

The mounts are some of the Oldschool class mounts only avaliable before they where changed aswell as some Reputastion mounts as the Druid is exalted with almost all oldschool content.

There are also a few Feats of Strengt from the old content like "defeat Hakkar" "Tripping Rifts" "Zalazane's fall", "Green Brewfest Stain 2009" "500 Stonekeeper shards", Wow 4'th, 5'th 6'th & 9'th Anniversery", "onyxias Lair level 60", "Crashing & Trashing 2008" with a totalt of 5330 Achivement points from old / new content.

http://thumbnails104.imagebam.com/30555/f514a8305546313.jpg
Post
Topic
Board Mining support
Topic OP
Grafical problems on a 7850
by
rizzler
on 01/10/2013, 09:22:10 UTC
Hey

I have a XFX Radeon 7850Card as a maincard in my computer that i have erlier mined some on but now i have other cards in the PC i mine from while i only use the 7850 to watch movies etc on my LCD monitor. The problem is all of a sudden while running CGminer the 7850 or atleast the monitor that is plugged into it starts having problem where the AMD driver stops responding and the screen goes either black or white for like 15 seconds until the driver responds again. in CGminer all cards are mining and the 7850 is marked as "OFF"

is the mining from the other cards causing problems for my 7850?