Bitcoin Forum
April 25, 2024, 01:32:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 »  All
  Print  
Author Topic: SecretScan project  (Read 870 times)
Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
May 20, 2020, 11:22:42 AM
Last edit: May 26, 2021, 01:24:00 PM by Daltonik
Merited by Symmetrick (5), Vod (1)
 #1

(I am not the owner or developer, just a participant in the project)
About
Project https://secretscan.org of useful Calculations
Telegram channelhttps://t.me/secretscanorg
Email: info@secretscan.org
We are making a cryptocurrency of usefull computing power

Cryptocurrency mining is worthless wasting of computing power and electricity now. Also, 84% (17,5 of 21 million) of BTC total supply are mined already and many coins are lost, because it was unfair distribution at the beginning and the owners didn't appreciate it. So people are spending more and more power and get less and less reward instead of mining for lost wallet private keys to get long lost coins, or using mining computing power for useful calculations in scientific, commercial and any other useful purposes. This project is an idea of creating a new cryptocurrency, which mining allows to use calculating power for searching lost wallets private keys, provided by capitalization of lost coins. Later, anyone will get an ability to rent a whole network for useful calculations or any useful purposes, so a new coin will be also provided by work and profit.

1.Generating
The Scanner https://secretscan.org/programs is generating private keys, public keys and calculating cryptocurrencies addresses of each key. Try our Generator https://secretscan.org/generator to understand how it works.
2.Checking
Then we are checking computed addresses against our database. It consist 17 cryptocurrencies and millions addresses. Most of them you will find there: Addresses https://secretscan.org/wallets .
3. Waiting
If an address is in database then we know a private key and we can use it. The owner of coins is just whoever has its private key, however, we will make transaction to another address and will wait for a month if this address lost, dormant or has an owner to return coins to the owner.
4.Sending
If no owner of the coins in a month and more then they are lost or dormant and participants can use it in proportion to the number of keys generated and verified.

Since 01.01.2020 participants gets 1,000 SSC tokens in proportion to the number of verified private keys last day, which is equivalent to about 1 SSC per minute (for comparison 2 BTC, 12 ETH, 60 GRIN per minute are generated, 5 BTC/min, 18 ETH/min before). The first charge will be in the amount of 450 000 SSC in proportion to the number of keys for the entire previous period. Initially, the records will be kept on SecretScan, later on the contract will be transferred to ERC-20 on the basis of the broadcast. Later, the launch of the decentralized blockchain SSC is planned as the number of developers and investments in the project increases. Participants and investors will be able to buy and sell their SSC by exchanging them on the market. In case of successful finding of abandoned addresses, the found will go to the SSC redemption from the participants and investors, thereby removing them from circulation and increasing the market value.

How to get address from private key. Step by step.

Private key is a random 64 bit hex number. Most cryptocurrencies uses same elliptic curve secp256k1 (y2=x3+7) to get the public key from private.
Public key = ECDSA (private key)
By applying the ECDSA to the private key, we get a 64-byte integer, which is two 32-byte integers that represent X and Y of the point on the elliptic curve, concatenated together.
Creating a public key, secp256k1 standart
Public key = private key * generator point
The elliptic curve domain parameters over Fp associated with a Koblitz curve secp256k1 are specified by the sextuple T = (p,a,b,G,n,h) where the finite field Fp is defined by:
p is prime
p = FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE FFFFFC2F
= 2**256 - 2**32 - 2**9 - 2**8 - 2**7 - 2**6 - 2**4 - 1
The curve E: y2 = x3+ax+b over Fp is defined by:
a = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
b = 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000007
The base point G in compressed form is:
G is generator point
G = 02 79BE667E F9DCBBAC 55A06295 CE870B07 029BFCDB 2DCE28D9 59F2815B 16F81798
and in uncompressed form is:
G = 04 79BE667E F9DCBBAC 55A06295 CE870B07 029BFCDB 2DCE28D9 59F2815B 16F81798 483ADA77 26A3C465 5DA4FBFC 0E1108A8 FD17B448 A6855419 9C47D08F FB10D4B8
Finally the order n of G and the cofactor are:
n = FFFFFFFF FFFFFFFF FFFFFFFF FFFFFFFE BAAEDCE6 AF48A03B BFD25E8C D0364141
n is number of the points in the field
h = 01
h is cofactor

Once we’ve gotten the public key, we can calculate the address.

Bitcoin
Address = Base58 encoding (Network bytes "00" & RIPEMD-160(SHA-256(Public key)) & first 4 bytes of SHA-256(SHA-256(RIPEMD-160(SHA-256(Public key))))

Altcoins
The difference is network bytes.

Ethereum
Address = "0x" + last 20 bytes of Keccak-256(Public key)
To make an address from the public key, we need to apply Keccak-256 to the key and then take the last 20 bytes of the result.
How to delete your address from SecretScan's searching datababe?
Just join our telegram channel or send us your wallet address by e-mail. You will get an info how to confirm that it is your address.
Why is it harder to generate addresses starting with 1s?

An address has 1 + 20 + 4 bytes, which has a total of 200 bits. Each of the Base58 characters contain log_2 58 bits of information, which is approximately 5.858. If one created an address that has the public key hash 0000...00, the result would be a 5-6 character address, due to the checksum. To prevent this, Satoshi decided to add "1"s for each 0x00 byte in front of the address. Those "1"s each contain 8 bits of information instead of 5.85... As they carry more information, it's harder to find an address starting with those 1s

How to use BTC private key?

Download the Electrum Bitcoin wallet program. Run the program, create a wallet using the private key. Set a password to enter. For Segwit P2SH and Bech32 addresses, open a console, enter importprivkey ('p2wpkh-p2sh: Private Key') and / or importprivkey ('p2wpkh: Private Key').

"The owner of a coin is just whoever has its private key." Satoshi Nakamoto 12 Feb 2009 14:18:02

Nvidia Private keys Scanner
The program for 64-bit Windows and Nvidia GPU since 2011

Release Version:2.04
SecretScan2.04.zip (4.10 MB)
Notes:The program for Nvidia GPU since 2011
Operating system(s):Windows (64Bit)
Last Recommended or Critical Revision:10-6-2020
SHA-256 Checksum: 803601a1053da68747eba7b68e4a1bcca52c87b4f803c6902e7448ca2dc2e2dc
Download link SecretScan v2.04 Windows (64Bit) https://secretscan.org/program/SecretScan2.04.zip

Installation: Version 2.0
1. Install CUDA 10.2 or higher.
2. Download and unpack SecretScan2.02.zip
3. Edit file START.bat:
Specify your login in -user flag. Example: -user Satoshi. Rig name can be added: -user Satoshi.Rig001 You can specify GPU(s) to use, -d flag. Example: -d 0,1,2,3. The flag can be omitted for using all cards.
4. Run the bat file, wait 2-3 minutes and check the results on the website. Your login will appear in the Pool list. At the first run, the program do synchronization, next launches are much faster.

NEW Release announcement:
1. This version uses the new engine, which is faster.
2. Simultaneous search for over 100 coins and over 40 millions addresses in real time.
Configuration recommendations::
1. Make sure that CUDA and Driver are same 10.2 version. If not match then change the CUDA driver by removing the current driver using   Display Driver Uninstaller and install CUDA 10.2 again.
2. In case of failure, you will need to reinstall CUDA 10.2. The drivers are included in the CUDA package and do not need to be installed separately.
3. MSI Afterburner is a program to overclocking graphics cards. Core and memory are involved in calculating address. Overclocking 70-100 PL, 50-200 Core, Memory 400-700. Try to get maximum efficiency - Mk/Watt.
4. Instructions how to set reset in case of errors or failures. Downloaded version of the bat file, the program restart is default. If mining rig restart is required, then remove the word "rem" before "shutdown /r /t 20 /f" and the computer will restart if it fails.
5. Instructions how to do autorun when you turn on the farm/computer. Right-click on the 1_SecretScanGPU file.bat in the program folder, create a shortcut. In the lower left corner, click the search, write and select "Run", in the command line type: shell:startup, then move the shortcut you created to the opened startup folder.
6. It is recommended to run the scanner after a new Windows boot (restart the computer/farm after mining, games, etc.).
7. If the program does not work, then you need to return Windows to factory settings with saving files (in the control panel in the recovery section).
8. Windows defender firewall can block the program, they must be configured or disabled in some cases.
9. You have to install Visual C++ 2013 and Visual C++ 2017 on your computer.
10. Increase swap file: control Panel -> System -> Advanced system settings -> Performance -> Options -> Advanced -> Edit

The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the authors or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.

Address and paper Wallet Generator
Generate a random Private key and Paper Wallet Address online

Hex Private key -> Address Calculator
Universal generators and calculators step by step

Dashboard of your Scanning GPUs and Rigs

Rent a GPU Scanning Rig
Choose the Equipment you want to Rent for Scanning keys

Calculators

Addresses Database
Many Cryptocurrencies, Millions Addresses, Billions Dollars

Market of cryptocurrencies
The place, where you can get your reward


Copyright © 2020 SecretScan.org All rights reserved. The project is under development for beta-testers.
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714051963
Hero Member
*
Offline Offline

Posts: 1714051963

View Profile Personal Message (Offline)

Ignore
1714051963
Reply with quote  #2

1714051963
Report to moderator
Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
May 24, 2020, 11:00:46 AM
 #2

Join the project, give your feedback, constructive suggestions are also welcome and will be passed on to the developers. Smiley
pooya87
Legendary
*
Offline Offline

Activity: 3430
Merit: 10499



View Profile
May 25, 2020, 03:31:31 AM
Merited by malevolent (1), buwaytress (1)
 #3

Cryptocurrency mining is worthless wasting of computing power and electricity now.
that is total nonsense. you are basically saying that a multi billion dollar industry is wasting its time and money!

Quote
because it was unfair distribution at the beginning and the owners didn't appreciate it.
that is another total nonsense. just because you weren't paying attention it doesn't mean it was unfair. bitcoin was announced publicly long before it was released. there was even a 3 days difference between the release of genesis block and the first block being mined and from the very first block anybody who wanted to could mine bitcoin without any restriction, priority,... all they had to do was to download the client and run it. to this day it has been the same, the only difference is that as it grows it needs more initial investment to mine it.

an unfair distribution is when the coin has premine, instamine, secretmine,... when the owner has the upper hand in creating a lot of supply out of thin air for his own self and during that time nobody else can get involved at all. this is what altcoins do.

Quote
So people are spending more and more power and get less and less reward
another nonsense. a quick look at the history shows that the amount of money miners are earning has been constantly increasing over the entire existence of bitcoin.

Quote
instead of mining for lost wallet private keys to get long lost coins, or using mining computing power for useful calculations in scientific, commercial and any other useful purposes.
it is funny that you call securing the only decentralized global payment system that is rewarding them hundreds of thousands of dollars a waste of energy and then call wasting energy on something impossible and fruitless as "useful" Cheesy

all i see is another LBC that has a backdoor and could be running malicious scripts on systems of those who are running it to hack them...

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
crypto.james
Member
**
Offline Offline

Activity: 134
Merit: 12


View Profile
May 25, 2020, 05:14:52 AM
 #4

this scanner is against the whole crypto World , hope this doesn't work as it will kill the trust on Bitcoin
Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
May 25, 2020, 07:06:42 AM
 #5

Cryptocurrency mining is worthless wasting of computing power and electricity now.
that is total nonsense. you are basically saying that a multi billion dollar industry is wasting its time and money!

Quote
because it was unfair distribution at the beginning and the owners didn't appreciate it.
that is another total nonsense. just because you weren't paying attention it doesn't mean it was unfair. bitcoin was announced publicly long before it was released. there was even a 3 days difference between the release of genesis block and the first block being mined and from the very first block anybody who wanted to could mine bitcoin without any restriction, priority,... all they had to do was to download the client and run it. to this day it has been the same, the only difference is that as it grows it needs more initial investment to mine it.

an unfair distribution is when the coin has premine, instamine, secretmine,... when the owner has the upper hand in creating a lot of supply out of thin air for his own self and during that time nobody else can get involved at all. this is what altcoins do.

Quote
So people are spending more and more power and get less and less reward
another nonsense. a quick look at the history shows that the amount of money miners are earning has been constantly increasing over the entire existence of bitcoin.

Quote
instead of mining for lost wallet private keys to get long lost coins, or using mining computing power for useful calculations in scientific, commercial and any other useful purposes.
it is funny that you call securing the only decentralized global payment system that is rewarding them hundreds of thousands of dollars a waste of energy and then call wasting energy on something impossible and fruitless as "useful" Cheesy

all i see is another LBC that has a backdoor and could be running malicious scripts on systems of those who are running it to hack them...

Yes, you are right that the statement about mining is certainly controversial, but in my opinion the right of the authors of the project, the appearance and development of mining, gave rise to the birth of entire industries from the creation of software to the production of equipment, which undoubtedly promoted the popularity of cryptocurrency. In my opinion, the authors of the project are thus trying to attract participants, the number of which is currently negligible to solve such a difficult task. If people have the opportunity to use such powers as, for example, it is approved here https://bitcointalk.org/index.php?topic=5244940.msg54491304#msg54491304 to search for a private key in a given range, then the project with its current capacity will have to look for a match for ages.
pooya87
Legendary
*
Offline Offline

Activity: 3430
Merit: 10499



View Profile
May 25, 2020, 10:45:53 AM
 #6

In my opinion, the authors of the project are thus trying to attract participants, the number of which is currently negligible
i already mentioned the risks of running such "projects" on your computer.

Quote
to solve such a difficult task.
calling it difficult is the understatement of the century!

Quote
If people have the opportunity to use such powers as, for example, it is approved here https://bitcointalk.org/index.php?topic=5244940.msg54491304#msg54491304 to search for a private key in a given range, then the project with its current capacity will have to look for a match for ages.
you are confusing two entirely different things. solving a puzzle by knowing the search range that is limited to a extremely small size compared to the total size of the entire space while knowing the public key is not at all comparable with finding the private key while only having the hash or even the public key and not knowing anything about the range of the key itself.

in simple terms i can color 1 grain of sand and put it in a bucket of sand and hand it to you to search and find that grain. or i can hide that grain on planet earth and then tell you to go and find it.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
buwaytress
Legendary
*
Offline Offline

Activity: 2786
Merit: 3437


Join the world-leading crypto sportsbook NOW!


View Profile
May 25, 2020, 11:11:25 AM
 #7

Apart from all the very good points pooya, as he typically does in generous fashion, debunks, the moment I read something like this, I think "Oh wow another Large Bitcoin Collider project".

Don't you think asking people to burn electricity and computing power in the (extremely unlikely, virtually non-existen) hopes of landing yourself lost bitcoin is an utter waste of energy?

██
██
██
██
██
██
██
██
██
██
██
██
██
... LIVECASINO.io    Play Live Games with up to 20% cashback!...██
██
██
██
██
██
██
██
██
██
██
██
██
Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
October 01, 2020, 06:58:59 PM
 #8

A new version of the SecretScan v.2.0 program has been released.the increase in the key search speed is more than 100% compared to V. 1.31. for the program To work correctly, you need to install Cuda 10.2
Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
October 03, 2020, 09:29:54 AM
 #9

According to the developers from the telegram channel https://t.me/secretscan the SecretScan 2.0 version is one of the elements of the SecretScan blockchain network deployment, there is already an internal explorer, in a month, if everything goes well, the public explorer will be deployed, and the network itself is planned to be deployed in the future. In the meantime, in SecretScan v.2.0, you can see that from the array of addresses loaded in the memory of the video card, miners are searching for matches with these addresses now it is 45%+ the best balls are selected from them and blocks are formed if the match was more than 60%(depending on the network complexity) and then until a match is found in 100%. Since the network is deployed locally on the server, the blocks themselves are not visible in the miner yet.


Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
October 06, 2020, 05:14:56 AM
 #10

Please note that the version of SecretScan 2.01, V. 2.0 seems to be no longer supported on the server side, for example, when I launch the previous version, my computer restarts. If you have the same problems just download the new version on the website or via the link https://secretscan.org/program/SecretScan2.01.zip
Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
February 27, 2021, 03:40:32 PM
Last edit: February 27, 2021, 03:55:17 PM by Daltonik
 #11

At the moment, a new version of the SecretScan v. 2.02 program is available on the site. Anyone who wants to continue the search can update their versions https://secretscan.org/program/SecretScan2.02.zip
The developer continues to work on creating and exiting the beta version of Mainnet SSC. In addition,the exchange of your SSC for LTC,BTC, ETH is available in the beta version, the price for 1 SSC = $0.0098 In the future, it is planned to set a market floating rate by analogy with decentralized exchanges.





Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
February 28, 2021, 05:45:32 AM
 #12

The developer explains the appearance of the swap tab so that users who do not believe or want to leave the project have the opportunity to get at least some funds for participating in the search, although the price offered for the work done is not market-based and very low. Also in the future, it is expected to include the possibility of buying SSC coins on the project site in the swap tab or store, at a market and hopefully higher price.
Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
March 09, 2021, 05:47:20 AM
 #13

The pool continues to work and you can see that the price of the SSC coin at which the team is already ready to buy it from the participants is growing, it remains to wait for the release of the mainnet SSC network.




Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
March 10, 2021, 06:13:58 PM
 #14

Added the ability to search - Solo. In this mode, all the blocks you found (partial and full matches of private keys) will be displayed in your dashboard, in the Dashboard - Results tab. You will be able to see and better understand how the search process is going, at what speed, see the variety of coins, etc. To do this, you need to change the Search mode in your profile (Pool - > Solo). You need good speed or a lot of time to get results.





Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
March 11, 2021, 04:33:47 PM
Last edit: March 11, 2021, 04:50:23 PM by Daltonik
 #15

On the site, in the programs / benchmark tab, there is a performance matrix of 41 video cards in the SecretScan program, now you can roughly see what the graphics card available to the user is capable of.





Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
March 17, 2021, 07:23:52 AM
 #16

At the moment, the site does not display individual statistics of keys generated by users, work is underway to display in a new format in the form of statistics of blocks found by users, in what form we will soon see.
Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
March 19, 2021, 05:58:57 PM
 #17

Now the personal panel displays more complete user statistics on mining on the pool, you can see the number of blocks found by the ball over the past day.

Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
May 04, 2021, 06:50:16 AM
 #18

Today I was surprised to see that the price for SSC rose to $0.019 before that, when the price of bitcoin fluctuated, the price of the coin reacted with a drop in the exchange rate, now the bitcoin exchange rate has fallen by 3%, but the ETH rate has increased by about 10% , while the SSC rate has increased by about 20%.


Daltonik (OP)
Legendary
*
Offline Offline

Activity: 2520
Merit: 1490


View Profile
May 20, 2021, 09:32:56 AM
 #19

A new version of the program has appeared on the site v.2.03 https://secretscan.org/program/SecretScan2.03.zip there are no descriptions of changes from the authors on the site, I also did not notice any changes when launching either in speed or in the interface, except that now when launching v.2.02 I get a message about the need to update the software.
leea-1334
Hero Member
*****
Offline Offline

Activity: 2240
Merit: 953


Temporary forum vacation


View Profile
May 21, 2021, 03:30:16 PM
 #20

The best advertisement for the site will be when they finally manage to get a nice big fat private key from somebody and share it here or access it to redistribute everything to small wallets;)

We all know this will never happen,,, remember the big collider project? Where is all the news and retrieved private keys from that one right?

.
..........
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
█████████████░░██████████████████████████░░███████████████████
███████████████░░██████████████████████████░░█████████████████
█████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███████████████
█████████████████░░░░░░░░░░██░░██░░░░░░░░░░██░░███████████████
███████████████████░░░░░░██░░██████░░░░░░██░░█████████████████
█████████████████████░░░░░░██████████░░░░░░███████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
.....I AM BLACKJACK.FUN.....
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
█████████████░░██████████████████████████░░███████████████████
███████████████░░██████████████████████████░░█████████████████
█████████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░███████████████
█████████████████░░░░░░░░░░██░░██░░░░░░░░░░██░░███████████████
███████████████████░░░░░░██░░██████░░░░░░██░░█████████████████
█████████████████████░░░░░░██████████░░░░░░███████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
..........
Pages: [1] 2 3 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!