Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

Bitgen: Fake Transaction

Generator
deepdotmy original
Terms of service

This software is strictly for educational and research purposes only, if I get any complaint about
your IP, I will not hesitate to ban your license permanently.
PART A: Preparation
1. Software download
- Bitcoin core (fully synchronized) - https://bitcoin.org/en/download
- Microsoft .Net Framework 4 - https://www.microsoft.com/en-
my/download/details.aspx?id=17851
- Visual Studio Community - https://visualstudio.microsoft.com/vs/community/

2. Turn off your antivirus and windows defender


https://www.windowscentral.com/how-permanently-disable-windows-defender-windows-
10

3. Generate HWID
Open HWID checker, generate your HWID, send it to us(support@deepdotmy.com) using
your account email, along with order ID, and we will reply with a license key.
(Please keep in mind we are not Amazon who has robot workers, we have only 4
employees, please do not expect us to reply your message instantly at 4am on a weekend.)

4. Be patient
The preparation will take normally 7-10 hours, especially waiting for Bitcoin core to be fully
synchronized, and sometimes take longer for slow network connection in 3rd world
countries. Please do not spam our support mail because its taking too long to avoid all your
future mails go to our junk box.

End of Part A
PART B: Compilation
1. Open Visual Studio > Open Project

2. Edit Directories
Click Crtl F, search for $directories, it should look something like this:

$directories = "directories here"; // bitcoin core data directories

Enter your bitcoin core directories, default directories should be something like this
(C:\Users\username\AppData\Roaming\Bitcoin)
Replace username with your PC username

3. If you look next to the button you clicked to start your program (on the toolbar), you'll
see a box that contains the word "Debug." This box tells you that you're currently
working with the debug version of the program. Click the little arrow to the right of the
box, and select Release from the list that appears

4. Now, in the Build menu, you'll see a command called Build MyProgram, where
MyProgram is the name of the current project

5. Click the Build MyProgram command. When you do, Visual Basic .NET changes your
program into an executable Windows application, which no longer contains the extra
debugging information.

6. Bitgen.exe should be located in your Visual Studio Project location:


Projects\MyProject\bin

7. Copy Bitgen.exe to your Bitgen folder.

End of Part B

You might also like