Search content
Sort by

Showing 10 of 10 results by dtoan1402
Post
Topic
Board Mining (Altcoins)
Re:
by
dtoan1402
on 16/01/2023, 10:08:04 UTC
Global update is ready! It is mostly a bugfix release, the more significant upgrades are coming next month. You can download PhoenixMiner 6.3b from here:

PhoenixMiner_6.3b_Windows.zip
PhoenixMiner_6.3b_Linux.tar.gz

The new features in this release are:


  • ETHW mining
Code:
PhoenixMiner -pool stratum+tcp://ethw.2miners.com:2020 -wal YOUR_WALLET_ADDRESS.RIG_ID
or
Code:
PhoenixMiner.exe -pool stratum+tcp://ethw.2miners.com:2020 -wal YOUR_WALLET_ADDRESS -worker Rig1 -pass x


  • KawPow mining
Code:
PhoenixMiner.exe -pool rvn.2miners.com:6060 -wal YourRavenWalletAddress -worker Rig1 -coin rvn

  • Kaspa mining
Code:
PhoenixMiner.exe -pool stratum+tcp://acc-pool.pw:16061 -wal YourKaspaWalletAddress -coin kaspa

  • Ergo mining
Code:
PhoenixMiner.exe -pool erg.2miners.com:8888 -wal YourErgoWalletAddress -coin erg


  • Fixed an issue with ETC mining
  • Show the GPU vendor name in the list of GPUs to make it easier to identify the GPUs
Post
Topic
Board Games and rounds
Re: Ok, here's a 1BTC puzzle.
by
dtoan1402
on 25/06/2019, 02:16:31 UTC
Back here after a few weeks, and notice one thing.

Why Op uses NatashaOtomoski instead of Satoshi Nakamoto?

Does it increase the difficulty of the question? No.

I think a part of the key needs to be anagrammed
The entire question has 37 characters so i don't think anagram work here
Post
Topic
Board Games and rounds
Re: Ok, here's a 1BTC puzzle.
by
dtoan1402
on 03/06/2019, 02:13:39 UTC
I have a clue for you.

You've all misunderstood the post.

The solution is a 32 characters long plain text. Who said the eight Camel Case words MUST have 32 characters? Who said the eight words ARE the solution? They are but a hint. Don't take the information for granted. People may have been wrong all along. Then again, the eight words MAY be the solution.

In case this perspective was helpful...
1QCKacQdtkxUQqzJW2y9chi5KBvimMY6em
So you mean 32 characters include the space in the answer as well? Cause i just make a quick search & see that CamelCase rule doen't contain space
Post
Topic
Board Games and rounds
Re: Ok, here's a 1BTC puzzle.
by
dtoan1402
on 31/05/2019, 06:26:23 UTC


maybe the words all start with WTCONOHT  or tells us how many characters are in each word, this may or may not be another hidden clue.


The entire question has 37 characters so i don't think it fit your description. I tried many WTCONOHT case but there're barely any ones related to the question, i think it just give us the hint how the format of the answer will look like, sorry for my bad english
Post
Topic
Board Games and rounds
Re: Ok, here's a 1BTC puzzle.
by
dtoan1402
on 22/05/2019, 06:55:42 UTC
To me make 0 sense, I can be wrong but I can't see why the possible ways to get the solution described on this thread are the good ones.

In fact from the possible solution, they went to brutal force the pass.


Sadly I have not the pass but I'm following my way, very far from what guys are trying here.

there was a giveaway in the past that was solved.
the solution was a url found on a message from the transaction. but the url was a locked .txt document that needed a password to unlock.
i can't find the site that was used in that giveaway or even the thread. so i cant try it.

i don't think bruteforcing will work esp if it needs to be converted to the private key, but i have seen alot of theories once you get past the first 3-4 pages


I beleive that's why he delete all of his/her old posts which is why i spend the whole week looking for how to recover deleted posts from forum
Post
Topic
Board Games and rounds
Re: Ok, here's a 1BTC puzzle.
by
dtoan1402
on 16/05/2019, 07:07:21 UTC
certain cyphers use conversion of letters to numbers.
Does this give any hint to the answer?
Post
Topic
Board Games and rounds
Re: Ok, here's a 1BTC puzzle.
by
dtoan1402
on 15/05/2019, 09:23:53 UTC
A couple more observations, may be it will help someone.
Text itself(without the signing part) has all letters from the alphabet except for j:
OkhersaBTCpuzlqinfwgymxvd

also if we remove repeating letters from Natasha Otomoski / Satoshi Nakamoto we will get:

123456789
satohinkm

123456789
natshomki


But at this point it feels like trying to find meaning where there is none
May i ask what the numbers means when you convert character? I don't understand what it does to the answer, do the passphase contain numeric charcaters? All i know so far is the private key was sha256 of the passphase
Post
Topic
Board Development & Technical Discussion
Re: BitCrack - A tool for brute-forcing private keys
by
dtoan1402
on 06/05/2019, 05:16:48 UTC
Is BitCrack have option to generate & compare many random hex instead of multiply one hex to public keys. I see this method work the same in vanitygen but since its purpose to find vanity address & BitCrack is to find collision addresses so this would fit bitcrack more. In vanitygen you modify the rekey_max value to make it generate single new key after amount of public keys (10000000 by default). In bitcrack, where does this function work? I'd like to see if i could modify it
Post
Topic
Board Wallet software
Re: How to use BitcoinJS in a normal website? (not using node.js or anything)
by
dtoan1402
on 05/04/2019, 10:19:40 UTC
Same problem.   Tongue

For those still having issues, I have a compiled version which works perfectly over here:

https://gist.github.com/Someguy123/49f849d693a063e4fbb2

Test it out like this:

Code:

How can i create a key from given hex with bitcoinjs.min.js, i've been looking for it everywhere, & the getAddress() only return compressed address. How can i return uncompressed one or hash160?
Post
Topic
Re: BitCrack - A tool for brute-forcing private keys
by
dtoan1402
on 12/02/2019, 05:15:39 UTC
Hi.
This looks like VERY GOOD piece of software, but I dont understand one thing Smiley

My tougths:

1.) Is it possible to recover part of private key, when I have valid address?

For example:
let's say one of my paper wallet is partialy destroyed, and I have lost 5 or more characters from private, like:

pub: 1DrqrF3JEYB9TXWymz4zGoEzM5i75JMLFB
priv: L3Wji4b***4Po3vo2gmi42Y2kbbxtnpAfQ5wJx11BgNr****8v3Q

Would be EXTREMALY usefull for paperwallet users!

Regards.
Is BitCrack have the option to recover address from a given 64 characters hex private key 'cause i have a paper wallet with faded private key but the address is still instact, it's look like this
Code:
privkey: *******4A875F34E5B11FA0453782E17F1B6FCBC77921614364E4AF62C7EF131
address (uncompressed): 1EGA57u7gQQTRgAy3D9q3n52Nw********
it's only lost 7 characters but seem possible to recover