Search content
Sort by

Showing 20 of 76 results by Cryptoneze
Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🎲ALTC🎲 altCasino | Crypto Casino | WORKING PRODUCT | POS 🔥 MN ��PRESALE🔥
by
Cryptoneze
on 26/10/2019, 15:53:09 UTC
This is definitely a beautiful project and obviously is serious. I see that DEVS of other casino platform are scared of the competition because they are posting FUD on this very thread. This project has all the necessarily components to be great IMO and i'm happy to be a part of it.
Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🎲ALTC🎲 altCasino | Crypto Casino | WORKING PRODUCT | POS 🔥 MN ��PRESALE🔥
by
Cryptoneze
on 24/10/2019, 20:52:37 UTC
I see poker is supposed to be added? any date on this?
Post
Topic
Board Project Development
Re: Private key (privkey) hunters - unite!
by
Cryptoneze
on 05/05/2019, 18:45:04 UTC
That is NOT what I explained, two different private keys will never link to a single address.

Wrong, there are 2^256 possible private key permutation, but there are only 2^160 possible address permutation.
Even though i never see any cases where 2 different private keys leads to same address, it's possible since there's less possible address permutation than possible private key permutation.

If my calculation is right, 1 address has about 2^96 corresponding private key.

But two different scripts can and have on several occasions generated identical private keys that have been tied to already used, and in some cases wallets with balances.

Only applies if the script uses weak random algorithm/function. Wallet these days use more random algorithm/function which is cryptography secure.


Also not true, BTC addresses can and do vary in length. There will never be two private keys that match the same address.

e.g

Two Valid addresses {

15PLdWhPDFCyAwMF78SebDAeRRMva8Tgop

1SArTJ5PBwq69x9NHdpGVcBqv9eCmYcYg

}
Also it is no more likely to crack a weak private key than a 'strong' private key through 'RANDOM PRIVATE KEY' generation, not brute forcing. We are not speaking about brute force attacks.


Post
Topic
Board Project Development
Re: Private key (privkey) hunters - unite!
by
Cryptoneze
on 05/05/2019, 05:41:00 UTC
~
That's not what a collision is, a collision is two separate generators generating the same private key that points to the same address. Not two different keys pointing to the same address. The private key is the root of an address. The address is simply the hash of that private key.


Quote
address is not hash of private key, it is hash of public key. and what you explained (2 different entities find the same address with 2 different keys) is only one type of collision. the other type is indeed 2 different entities finding the same private key. the space they are in are different. the first one is in 160 bit and second is in 256 bit and both of them are huge enough to be considered impossible.


That is NOT what I explained, two different private keys will never link to a single address. But two different scripts can and have on several occasions generated identical private keys that have been tied to already used, and in some cases wallets with balances.

Secondly, It's a hash that roots from the private key, same difference.
Post
Topic
Board Project Development
Re: Private key (privkey) hunters - unite!
by
Cryptoneze
on 04/05/2019, 19:46:39 UTC
but the odds that I and others even reached one with an already used balance proves that private key collision is a common occurrence even given the trillions to 1 odds.
There's only one way to prove a private key collision: show 2 different private keys that both produce the same address. Nobody has been able to do that yet.

You can't brute-forcing a random private key. The only way to find it, is if it's not really random (or if someone leaks it).

That's not what a collision is, a collision is two separate generators generating the same private key that points to the same address. Not two different keys pointing to the same address. The private key is the root of an address. The address is simply the hash of that private key.
Post
Topic
Board Project Development
Re: Private key (privkey) hunters - unite!
by
Cryptoneze
on 03/05/2019, 21:33:30 UTC
Everything that can happen, will happen. And finding a private key with a balance can happen, however small the chances are. Therefore it will happen. The odds are small but that doesn't make it impossible, I don't think that people seem to understand that just because the odds are greatly against the possibility of it happening it doesn't mean that someone on their first try on keys.lol can type in a random number and find a wallet with a huge balance attached to it. I personally have created a webscraper running that randomly check private keys so if I never find anything major it's cost me basically nothing but the time it took to create the scraper which was only a few minutes. Not even electricity as my pc runs 24/7 anyway

Is it possible? Yes
Is it probable? No

You clearly don't understand :
1. How big is 2^256 possible private key and 2^160 possible bitcoin address. Please calculate how long it'd took to get all possibility with today's supercomputer.
2. Most wallet uses CSPRNG which won't let people guess your private key easily.

Simply brute-force all possible permutation won't get you anywhere, you must reduce space search either by finding flaws on CSPRNG used by a wallet or knowing whether a user use insecure way to generate his bitcoin address/seed.

The point isn't to brute force in attempting to crack a single address, it's to use an algorithm that generates random private keys and the possibility is still there that on the very first try the key can be one that is tied to a large bitcoin address. I've done it and am doing it and have generated some addresses that match with already created addresses that have been used and a couple that have had small balances in them so it's not like it never happens. The only thing that makes it not so noteworthy is that it hasn't been tied to an account with 50+ btc or something, but the odds that I and others even reached one with an already used balance proves that private key collision is a common occurrence even given the trillions to 1 odds.


 
Post
Topic
Board Project Development
Re: Private key (privkey) hunters - unite!
by
Cryptoneze
on 03/05/2019, 15:29:46 UTC
It's now May 1 2019, anybody still hunting BTC private keys?

actually with 2017-18 increased adoption and market filling with newcomers there has been an increased number of people who started wasting their time "searching" for private keys they can "steal"! i usually see new projects on GitHub's explore popping up Cheesy

It is not pointless. The odds for lotto lottery also are very small yet people stiil keep winning.
take the odds of winning a lottery, divide them by millions. then divide that result by millions, and continue calculating that for the rest of your life. you still haven't come close to the odds of finding a private key with a balance in it.


Everything that can happen, will happen. And finding a private key with a balance can happen, however small the chances are. Therefore it will happen. The odds are small but that doesn't make it impossible, I don't think that people seem to understand that just because the odds are greatly against the possibility of it happening it doesn't mean that someone on their first try on keys.lol can type in a random number and find a wallet with a huge balance attached to it. I personally have created a webscraper running that randomly check private keys so if I never find anything major it's cost me basically nothing but the time it took to create the scraper which was only a few minutes. Not even electricity as my pc runs 24/7 anyway
Post
Topic
Board Project Development
Re: Private key (privkey) hunters - unite!
by
Cryptoneze
on 02/05/2019, 18:07:55 UTC
It's now May 1 2019, anybody still hunting BTC private keys?
For sure there are still people who do strive and hoping to get some jackpot into those wallets who do have balances but i do think

that most of them completely stop yet its pointless on hunting out btc private keys that do have corresponding balance considering on the odds.
You will find yourself on finding these keys for eternity  Grin

I just started private key hunting a few days ago when I realized that BTC key generation is only pseudo random. It instead generates similar keys based on what keys have already been generated and used (this is where I realized it can be exploited). Why it does this I'm not sure, but it does nonetheless. Not going to give much more information until I make a large profit myself as I said I only realized this a couple of days ago. I've already found hundreds of keys with transactions in the past, and a couple with actual balances (dust).
Post
Topic
Board Announcements (Altcoins)
Re: 🔥🔥🔥[ANN][Smart Contracts] [LOTTO&Games][GFR][GoldenFever]
by
Cryptoneze
on 28/04/2019, 19:36:55 UTC
Very popular project! Good job
Post
Topic
Board Announcements (Altcoins)
Re: ✅⚡️ P2PCOIN:A valuable coin between so many scam coins ⭐MASTERNODES⭐ POS ⚡️✅
by
Cryptoneze
on 28/04/2019, 00:00:02 UTC
This coins has no volume or price on the exchange. Why such a title that is so contrary to the actual state of P2P
Post
Topic
Board Announcements (Altcoins)
Re: BLOCKWAGE ⭐️MASTERNODES⭐️ FREELANCING ON THE BLOCKCHAIN ✅ AIRDROP ✅
by
Cryptoneze
on 26/04/2019, 19:35:00 UTC
The freelance platform in crypto is rather common, many have tried none have succeeded. It's very hard even with a working platform to get users to adopt the platform when there are very functional fiat alternatives. 
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]✅[IEO] GEXAN - BLOCKCHAIN LOTTERY! [POW+POS+MN]✅[Smart Contracts]
by
Cryptoneze
on 26/04/2019, 19:27:47 UTC


Ask literally any developer on Discord have they heard of the team members there and have they been scammed by them.

They try to switch the dev roles to "Advisor" When in fact those are the actual developers of this scam.

They have scammed several coin developers of coins I am in. They are WELL KNOWN Scammers on discord that target new projects

Hi ! Do you mean me ? Because I never offer any services you described here.

If you mean "Greg" - why u said about one person = whole project ?  We don't know such facts  and even if it was - it is his own law problems , not project one.

Please describe you claim in specific

You're all scammers
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]✅[IEO] GEXAN - BLOCKCHAIN LOTTERY! [POW+POS+MN]✅[Smart Contracts]
by
Cryptoneze
on 26/04/2019, 19:18:02 UTC
The creators of this project are known scammers across Discord that have scammed multiple projects out of coins in the form of "advertisement services". They steal coins in exchange for services that never happen and then dump the coins on the exchange. DO NOT INVEST OR GET INVOLVED WITH THESE KNOWN SCAMMERS. It is HIGHLY likely that the wallets have viruses that steal coins as this is what they are known to do

Are you serious? Where at least some evidence

Ask literally any developer on Discord have they heard of the team members there and have they been scammed by them.

They try to switch the dev roles to "Advisor" When in fact those are the actual developers of this scam.

They have scammed several coin developers of coins I am in. They are WELL KNOWN Scammers on discord that target new projects
Post
Topic
Board Announcements (Altcoins)
Re: 📢🔥[ANN] Netrum - The Future of Technology [ANN] 🔥📢
by
Cryptoneze
on 26/04/2019, 18:34:30 UTC
Is there a working platform? I am confused.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN]✅[IEO] GEXAN - BLOCKCHAIN LOTTERY! [POW+POS+MN]✅[Smart Contracts]
by
Cryptoneze
on 26/04/2019, 18:26:52 UTC
The creators of this project are known scammers across Discord that have scammed multiple projects out of coins in the form of "advertisement services". They steal coins in exchange for services that never happen and then dump the coins on the exchange. DO NOT INVEST OR GET INVOLVED WITH THESE KNOWN SCAMMERS. It is HIGHLY likely that the wallets have viruses that steal coins as this is what they are known to do
Post
Topic
Board Announcements (Altcoins)
Re: 🚀2019 BEST NEW PROJECT🚀 PULSE - BLOCKCHAIN VIDEO STREAMING 🚀 POS-MN 🚀ALPHA
by
Cryptoneze
on 17/04/2019, 05:46:02 UTC
Translation bounties?

Yes just leave a reply with the link to the translation

What language are available Chinese?
Post
Topic
Board Announcements (Altcoins)
Re: 🚀🔴PRESALE 🔴🚀 PULSE - BLOCKCHAIN VIDEO STREAMING SOLUTION 🚀POS-MN 🚀ALPHA
by
Cryptoneze
on 17/04/2019, 05:09:39 UTC
DISCORD INVITE BOUNTY

Welcome to the PLSE invite bounty.

RULES

- No Fakes
- No Bots
- Leaves are void
- No same day created users

REWARDS

1 -  300 PLSE
2 - 250 PLSE
3 - 200 PLSE
4 - 150 PLSE
5 - 100 PLSE
6 - 050 PLSE

Minimum 15 invites

Bounty will paid once every 7 days

If no one gets 15 does it go to the next person?
Post
Topic
Board Announcements (Altcoins)
Re: 🚀🔴PRESALE 🔴🚀 PULSE - BLOCKCHAIN VIDEO STREAMING SOLUTION 🚀POS-MN 🚀ALPHA
by
Cryptoneze
on 16/04/2019, 21:34:29 UTC
i can't say if it is good or not , but just prefer the old mining and then change to POS , to many projects just don't survived after their MN sale , will look back later , good luck

Most projects are moving away from POW even project that were hellbent on remaining POW have since converted to POS it's the natural evolution of crypto because mining has so many inherent negatives.
Post
Topic
Board Announcements (Altcoins)
Re: 🚀🔴PRESALE 🔴🚀 PULSE - BLOCKCHAIN VIDEO STREAMING SOLUTION 🚀POS-MN 🚀 LIVE
by
Cryptoneze
on 16/04/2019, 06:29:41 UTC
I really appreciate the pace in which this project is progressing it is refreshing to see a project hit the ground running.
Post
Topic
Board Announcements (Altcoins)
Re: 🚀🔴PRESALE 🔴🚀 PULSE - THE END OF DEMONETIZATION 🚀POS-MN WORKING PLATFORM 🚀
by
Cryptoneze
on 13/04/2019, 21:50:39 UTC
The platform looks nice, honestly one of the best products I've seen from a MN project in a long time congrats on that. Will the platform have live streaming at some point?