Search content
Sort by

Showing 20 of 43 results by odelgaming
Post
Topic
Board Announcements (Altcoins)
[ANN] WoofCoin / New Coin [WOFC] GPU Mining/PoW
by
odelgaming
on 26/11/2022, 19:48:49 UTC


WOOF COIN

Since the beginning of the pandemic, pet surrendering rates have increased dramatically around the world. Waitlists for surrendering household pets have increased to a remarkable eight months as animal shelters and welfare organisations have seen an increase of 34% for animals needing help.

Typically, animal shelters are under resourced and under financed; relying heavily on donations and the volunteer efforts to assist animals.

This is where Woof Coin steps in. As avid lovers of dogs, we wanted to make a difference. Using the power of Proof of Work mining, we’ve created a coin where miners are contributing to the donation of money to animal welfare shelters. These shelters initially include the ASPCA who already have a cryptocurrency donation mechanism but with intention to expand to the RSPCA and other organizations suggested by the community. 

Our aim is to put animals first and we intend on developing ongoing relationships with pet shelters to help adoption.

Coins Specifications
21 billion supply
Block 2,100,000 halving (4 years estimated)
Algorithm: KawPOW
Proof of Work

Download Links:
Windows wallet - https://github.com/Woof-Core/WoofCoin/releases/download/WoofCoin/WoofCoin.zip

Social
Coming soon!


Please reach out if you have any questions  Smiley
Post
Topic
Board Project Development
Re: BrainWallet BIP39 Brute Force
by
odelgaming
on 10/09/2021, 02:19:11 UTC
I brought quite an update to the app.
In addition, since sometimes bloomfilter gives results that are not in the address list, I additionally query the balance of the address with the API.
Post
Topic
Board Project Development
Re: BrainWallet BIP39 Brute Force
by
odelgaming
on 10/09/2021, 02:17:38 UTC
how many keys u found until now?


0 for not running it all the time.
Post
Topic
Board Project Development
Re: BrainWallet BIP39 Brute Force
by
odelgaming
on 07/06/2021, 02:20:26 UTC
I have run a test on a wallet file duplicated with 1 address that was auto generated.
running the  -phrasecount=30 should have found nothing, but even though there is one wallet address in the file
to search still finds until I stop it 12 keys?  which are not in the single address duplicated file?

not sure whats going on with this but it seams to be generating wallet addresses from a phrase anyway
no matter if it's in the wallet="xx" 

if you could let me know what the issue might be,  many thanks, keep going on this, best. Smiley

It creates random words as many as the "phrasecount" parameter from the words you add to the phrase.txt file and creates a wallet with the words it creates.
It compares the public address of the wallets it creates with the public address you specify in wallet.txt.
BINGO.
Post
Topic
Board Project Development
Re: BrainWallet BIP39 Brute Force
by
odelgaming
on 16/04/2021, 20:16:36 UTC
Generated Wallet = 2533

does it generate bc1 wallets or only 1, thanks for your time man.

only 1
Post
Topic
Board Project Development
Re: BrainWallet BIP39 Brute Force
by
odelgaming
on 16/04/2021, 20:06:13 UTC

Just some dumb questions, how fast do you think your program could take to crack a wallet in real time? I mean, in general topics, bruteforcing even knowing specific parameters would still take a very long time plus the computing capacity of one's device. Hence, does this tool really is useful to be applied on certain situations?

Cool thing that you made this on both GO prog language and uploaded on github. Some users are so sus when they upload just plain scripts without descriptions. Your work is easy to understand and comprehend. Good job!

Thank you for your comments.

I added bloomfilter to the project.

I have a 16-core processor and can now test +40k wallets per second.

You can access the current project from the github link and give an idea for more performance.

Bloomfilter has the disadvantage of giving false positives.
As a solution, I make a second query in the sqlite database.
The rate of giving false positives is very low, but if such a situation occurs, I take a second query in the sqlite database and reach the final result.
Post
Topic
Board Project Development
Re: BrainWallet BIP39 Brute Force
by
odelgaming
on 20/03/2021, 22:24:57 UTC
Post
Topic
Board Project Development
Re: BrainWallet BIP39 Brute Force
by
odelgaming
on 20/03/2021, 00:13:42 UTC
Hi, thanks for sharing. It would be great if you explain about the parameter and .txt format accepted by the software.

https://github.com/oguzdelioglu/odelbrain/blob/master/README.md
Post
Topic
Board Development & Technical Discussion
BrainWallet BIP39 Brute Force
by
odelgaming
on 19/03/2021, 03:52:44 UTC
This project is a brute force application written in GO scripting language using BrainWallet wallets mnemonic.
It was inspired by a similar project BrainFlayer and adapted to the GO language.
Of course it is not similar in every sense.
The project needs to be optimized.
Sqlite was used instead of BloomFilter.
Wallet addresses are converted to RIPEM160 and stored in the database.
The reason I didn't use BloomFilter was that it was not accurate enough in brute force tests for 25 million wallets.
If there are friends who know how to code, they can solve this problem in GO language and use BloomFilter for this project again.
Perhaps there is another quicker method of interrogation that I do not know about.

Required modules
go get "github.com/gosuri/uilive"
go get "github.com/haltingstate/secp256k1-go"
go get "github.com/jbenet/go-base58"
go get "golang.org/x/crypto/ripemd160"
go get "github.com/mattn/go-sqlite3"

Build process
go build

Parameters
wallet (Default:wallets.txt)
walletinsert (Default:false)
phrasecount (Default:12)
input (Default:phrases.txt)
output (Default:bingo.txt)

Usage
.\odelbrain.exe -wallet="wallets.txt" -walletinsert=true -phrasecount=12 input="phrases.txt" output="bingo.txt"



https://github.com/oguzdelioglu/odelbrain
Post
Topic
Board Mining (Altcoins)
Re: Rig Controller [With Mobile Phones] - Claymore CCMiner SGMiner EWBF Monitoring
by
odelgaming
on 12/04/2018, 20:40:10 UTC
Hi,

I would love to try youre app, but I am also using awesome miner..
The problem is that AM don't let you set the remote access on the standard 3333 or another port. (I think)
Is there an option for your software to put manually a port number?

Thank You, very much! I would really appreciated.

Of course I can add this feature to the program.

Thanks for the feedback.
Post
Topic
Board Mining (Altcoins)
Re: Rig Controller [With Mobile Phones] - Claymore CCMiner SGMiner EWBF Monitoring
by
odelgaming
on 30/03/2018, 15:47:18 UTC
Updated web page and Windows Software
Post
Topic
Board Mining (Altcoins)
Re: Rig Controller [With Mobile Phones] - Claymore CCMiner SGMiner EWBF Monitoring
by
odelgaming
on 05/03/2018, 04:15:23 UTC
Updated Rig Application and Web Page.
Post
Topic
Board Mining (Altcoins)
Re: Rig Controller [With Mobile Phones] - Claymore CCMiner SGMiner EWBF Monitoring
by
odelgaming
on 20/12/2017, 20:20:48 UTC
DL link on the website doesn't seem to be working.

check again
Post
Topic
Board Proje Geliştirme
Re: Rig Controller [Mobil Cihazlarla Rig Takip] Claymore CCMiner SGMiner EWBF
by
odelgaming
on 20/12/2017, 10:16:22 UTC
İndirme linki güncellendi.
Post
Topic
Board Mining (Altcoins)
Re: Rig Controller [With Mobile Phones] - Claymore CCMiner SGMiner EWBF Monitoring
by
odelgaming
on 20/12/2017, 10:13:29 UTC
Updated: Download Link Updated
Post
Topic
Board Proje Geliştirme
Re: Rig Controller [Mobil Cihazlarla Rig Takip] Claymore CCMiner SGMiner EWBF
by
odelgaming
on 23/11/2017, 08:09:40 UTC
stabilite derken ne konuda acaba?
Post
Topic
Board Proje Geliştirme
Re: C# ile proje yazacak kodcu aranıyor
by
odelgaming
on 22/11/2017, 03:21:54 UTC
pm atabilirsiniz.
Post
Topic
Board Proje Geliştirme
Re: Arbitraj Uygulaması
by
odelgaming
on 21/11/2017, 03:36:58 UTC
mümkün fakat güvenliğini sağlamak sıkıntılı olabilir.
Post
Topic
Board Service Discussion (Altcoins)
Re: btg on bittrexx now
by
odelgaming
on 21/11/2017, 02:46:54 UTC
BTG maybe pumped bittrex
Post
Topic
Board Mining (Altcoins)
Re: Rig Controller [With Mobile Phones] - Claymore CCMiner SGMiner EWBF Monitoring
by
odelgaming
on 17/11/2017, 15:16:57 UTC
Web Page Updated