Bitcoin Forum
May 25, 2024, 06:40:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: [1]
  Print  
Author Topic: C# Open Source SatoshiMines Bot!!  (Read 966 times)
hesapadim (OP)
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
May 31, 2016, 05:59:01 PM
 #1

Hey everybody!
I just appended my method to SatoshiMines bot

Its beta currently
Maybe slow..
Maybe %101 cpu..
Maybe broken satoshimines design because of IE..
But its open source!

Current method:
Bet previous mine spots, if lose, x3 and bet again. so much risk maybe



Windows Binary: https://www.dropbox.com /s/9w4vs6t79ct1f9l/ SatoshiMinesHateMe_Binary.exe?dl=0 (remove spaces bitcointalk removing url)
GitHub: https://github.com/hesapadim/SatoshiMinesHateMe

No virus scan because it's open source, you can even decompile it by apps such as ILSpy


You can sell it by editing! But remember donating me Cry
1CagriXo9X3FEcTPso1rC465p7fcydMuuv

And.. Some guys -repped me, please +rep and help me recovering it!
Dalarosa
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
May 31, 2016, 09:13:38 PM
 #2


someone already tested it?  Huh
seuntjie
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
June 01, 2016, 07:38:41 AM
 #3

I took a quick look at his code and it seems legit. This does not mean that his EXE isn't going to steal your coins. Performance and resource utilization could be improved a ton by interacting directly with the api calls instead of using an embedded browser.

hesapadim (OP)
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 01, 2016, 01:10:36 PM
 #4

I took a quick look at his code and it seems legit. This does not mean that his EXE isn't going to steal your coins. Performance and resource utilization could be improved a ton by interacting directly with the api calls instead of using an embedded browser.

Direct API calls can be flagged as spam i think
seuntjie
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
June 01, 2016, 01:36:24 PM
 #5

Direct API calls can be flagged as spam i think

That'd mean anything from a browser would also be flagged as spam, since the browser calls the api calls when you click a button. Cut out the middle man (browser) and the bot should be faster and less resource intensive since you don't need to render anything

hesapadim (OP)
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 02, 2016, 09:00:27 AM
 #6

Direct API calls can be flagged as spam i think

That'd mean anything from a browser would also be flagged as spam, since the browser calls the api calls when you click a button. Cut out the middle man (browser) and the bot should be faster and less resource intensive since you don't need to render anything

Yes i may try it
Sir_lagsalot
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251



View Profile
June 02, 2016, 09:03:07 AM
 #7

Password was recently reset. Beware. He might ask for a vouch, then change the download link/the downloaded files to some malicious duplicate. Always check for yourself, download a copy with sandboxies, run it and then do a virus scan, then take it out of sandboxie.
seuntjie
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
June 02, 2016, 09:06:22 AM
 #8

Password was recently reset. Beware. He might ask for a vouch, then change the download link/the downloaded files to some malicious duplicate. Always check for yourself, download a copy with sandboxies, run it and then do a virus scan, then take it out of sandboxie.

A better approach would be to self compile from github

Golftech
Hero Member
*****
Offline Offline

Activity: 2128
Merit: 520


View Profile
June 02, 2016, 09:08:44 AM
 #9

I took a quick look at his code and it seems legit. This does not mean that his EXE isn't going to steal your coins. Performance and resource utilization could be improved a ton by interacting directly with the api calls instead of using an embedded browser.
so if you can vouched this mate might more members here will try using it as what you said that this bot seems to be legit
we are just all wondering or taking extra precaution with this kind of a programs.
NyeFe
Hero Member
*****
Offline Offline

Activity: 699
Merit: 500


View Profile
June 02, 2016, 09:11:55 AM
Last edit: June 02, 2016, 09:39:47 AM by NyeFe
 #10

I looked at the source code. Its easy to understand since its just accessing/requesting data from IE plugin but you should really use a webkit.NET plugin instead.
There's a link here

I did't look at the form design, but it would also be good to display, or add an option to show the browser plugin.
*Don't forget to suppress error messages from JS*

Well, i can vouch that the source code I see at GitHub is 100% safe.

I can also vouch that the source code of the executable that I see at Dropbox which is 20.5 KB (20,992 bytes) is 100% safe. I manually decompiled and scanned the file.

More detail ...
All the program does is implement a browser add-on, loads a webpage, clicks buttons, and checks the state of the browser... it doesn't even cache any data. The program is fairly simple (the UI and the code) I don't see any sort of exceptional handling from errors caused by the browser add-on... So, you'll likely encounter errors or crash is you're using different Windows version (such as Windows 10) other than the one it was built in/for.

MicroDApp.com—Smart Contract developers. Lets build a decentralized future!
seuntjie
Legendary
*
Offline Offline

Activity: 1717
Merit: 1125



View Profile WWW
June 02, 2016, 09:25:43 AM
 #11

I took a quick look at his code and it seems legit. This does not mean that his EXE isn't going to steal your coins. Performance and resource utilization could be improved a ton by interacting directly with the api calls instead of using an embedded browser.
so if you can vouched this mate might more members here will try using it as what you said that this bot seems to be legit
we are just all wondering or taking extra precaution with this kind of a programs.

Note that I said the source is ok but the exe might not be. I guess you could say I halve vouched it then.

hesapadim (OP)
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
June 02, 2016, 11:12:45 AM
 #12

I looked at the source code. Its easy to understand since its just accessing/requesting data from IE plugin but you should really use a webkit.NET plugin instead.
There's a link here

I did't look at the form design, but it would also be good to display, or add an option to show the browser plugin.
*Don't forget to suppress error messages from JS*

Well, i can vouch that the source code I see at GitHub is 100% safe.

I can also vouch that the source code of the executable that I see at ?dl=0]Dropbox which is 20.5 KB (20,992 bytes) is 100% safe. I manually decompiled and scanned the file.

More detail ...
All the program does is implement a browser add-on, loads a webpage, clicks buttons, and checks the state of the browser... it doesn't even cache any data. The program is fairly simple (the UI and the code) I don't see any sort of exceptional handling from errors caused by the browser add-on... So, you'll likely encounter errors or crash is you're using different Windows version (such as Windows 10) other than the one it was built in/for.

<3
I'll use direct API calls in next version
Sir_lagsalot
Sr. Member
****
Offline Offline

Activity: 392
Merit: 251



View Profile
June 03, 2016, 12:17:34 PM
 #13

I took a quick look at his code and it seems legit. This does not mean that his EXE isn't going to steal your coins. Performance and resource utilization could be improved a ton by interacting directly with the api calls instead of using an embedded browser.
so if you can vouched this mate might more members here will try using it as what you said that this bot seems to be legit
we are just all wondering or taking extra precaution with this kind of a programs.

Note that I said the source is ok but the exe might not be. I guess you could say I halve vouched it then.

Seuntjie's word is good enough for me. I'm downloading the source code right now. Will compile it manually later after I do a few virus scans
Pages: [1]
  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!