It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
using System;
using System.Diagnostics;
using System.ComponentModel;
using System.IO;
namespace MyProcessSample
{
class MyProcess
{
public static void Main()
{
try
{
using (Process myProcess = new Process())
{
for (int i = 1; i <= 10000000; i++)
{
//myProcess.StartInfo.UseShellExecute = false;
myProcess.StartInfo.UseShellExecute = true;
string filepath = '"' + Directory.GetCurrentDirectory() + "\\clBitCrack.exe" + '"';
Console.WriteLine("The current directory is {0}", filepath);
myProcess.StartInfo.FileName = filepath;
var random = new Random();
int start = random.Next(92368, 18446370);
//int stop = random.Next(9223372036854775808, 18446744073709551616)
//long start = random.Next(9223372036854775808, 18446744073709551616);
//int step = 10000000;
//int stop = start + step;
myProcess.StartInfo.Arguments = " -c -u -o out.txt --keyspace " + start + ":+10000000 -i in.txt";
myProcess.StartInfo.CreateNoWindow = true;
Console.WriteLine(DateTime.Now.ToString("yyyy-MM-ddTHH:mm:ss.ffffffK"));
myProcess.Start();
myProcess.WaitForExit();
if (i == 10000000)
{
break;
}
}
Console.WriteLine("Press any key to exit.");
Console.ReadLine();
//Console.ReadKey();
}
}
catch (Exception e)
{
Console.WriteLine(e.Message);
}
}
}
}
@echo on
:loop
echo %date%-%time%
clBitCrack.exe -c -u -o out256-000.txt --keyspace %random%%random%%random%%random%:+10000000 -i in256-000.txt
echo %date%-%time%
goto loop
Get-Date
DO{
"Starting Loop $a"
$a
$a++
$x = Get-Random -Minimum 20000000000000 -Maximum 1999999999999999
Start-Process "C:\bitcoin\clBitCrack.exe -c -u -o out.txt --keyspace $x:+10000000 -i in.txt"
} Until ($a -le 5)
Get-Date
import sys, time, random, os
from datetime import datetime
random.seed(datetime.now())
arq1 = open('randomrange.bat', 'w')
arq2 = open('randomrangeschecked.txt', 'a')
for x in range(1):
low = 0x800ffffff
high = 0xfff000000
randp = str(hex( random.randrange( low, high ) )).lstrip("0x")
arq1.write("start /min /wait cuBitcrack -d 1 -b 64 -t 128 -p 256 --keyspace " + randp + "0000000:+FFFFFFF -i 64.txt -o YOUFOUNDTHEKEY.txt")
arq2.write(randp + "0000000" '\n')
arq2.write(randp + "FFFFFFF" '\n')
arq1.close()
:while1
start /wait /min abovepythonscript.py
start /wait /min randomrange.bat
goto :while1
@echo on
:loop
echo %date%-%time%
clBitCrack.exe -c -u -o out256-000.txt --keyspace %random%%random%%random%%random%:+10000000 -i in256-000.txt
echo %date%-%time%
goto loop
Get-Date
DO{
"Starting Loop $a"
$a
$a++
$x = Get-Random -Minimum 20000000000000 -Maximum 1999999999999999
Start-Process "C:\bitcoin\clBitCrack.exe -c -u -o out.txt --keyspace $x:+10000000 -i in.txt"
} Until ($a -le 5)
Get-Date