Friday, December 29, 2017

How to mine LBTC - LiteBitcoin by using CPU

Set-up Procedure

# dependencies
 $ sudo apt-get update 
 $ sudo apt-get install git
 $ sudo apt-get install automake
 $ sudo apt-get install gcc
 $ sudo apt-get install g++

 # Compilation dependencies
$ sudo apt-get install libcurl4-openssl-dev
$ sudo apt-get install libssl-dev
  
# Switch to our home directory
$ cd /home/ubuntu/
  
# Download latest source
$ git clone https://github.com/tpruvot/cpuminer-multi
$ cd cpuminer-multi

  
# Compile
~/cpuminer-multi $ ./autogen.sh
~/cpuminer-multi $ ./configure --with-crypto --with-curl
 ~/cpuminer-multi $ make
  
# Test
~/cpuminer-multi $ ./cpuminer --cputest
  
# Run miner
~/cpuminer-multi $ ./cpuminer -a cryptonight -ostratum+tcp://168.235.67.167:3008 -u [Your wallet address] -p x --api-bind 0

# Chek
Here http://168.235.67.167:8081/workers You can search for Your wallet ans see the worker status

Monday, November 20, 2017

Chrome canary want to start

After spending hours to find solutions i'm writing this post.
Chrome canary Version 64.0.3273.3 (Official Build) canary (64-bit) after upgrade want to start at all.
reinstall and window reboot wasn't help.
from debug log the error as following:
[1119/204105.812:ERROR:main_dll_loader_win.cc(134)] Failed to load Chrome DLL from C:\Users\GershonA\AppData\Local\Google\Chrome SxS\Application\64.0.3273.0\chrome.dll: The specified module could not be found. (0x7E)
[1119/204143.885:ERROR:main_dll_loader_win.cc(134)] Failed to load Chrome DLL from C:\Users\GershonA\AppData\Local\Google\Chrome SxS\Application\64.0.3273.0\chrome.dll: The specified module could not be found. (0x7E)
[1119/205239.003:ERROR:main_dll_loader_win.cc(134)] Failed to load Chrome DLL from C:\Users\GershonA\AppData\Local\Google\Chrome SxS\Application\64.0.3273.0\chrome.dll: The specified module could not be found. (0x7E)
[1119/210213.953:ERROR:main_dll_loader_win.cc(134)] Failed to load Chrome DLL from C:\Users\GershonA\AppData\Local\Google\Chrome SxS\Application\64.0.3273.0\chrome.dll: The specified module could not be found. (0x7E)

[1119/224059.389:ERROR:main_dll_loader_win.cc(134)] Failed to load Chrome DLL from C:\Users\GershonA\AppData\Local\Google\Chrome SxS\Application\64.0.3273.0\chrome.dll: The specified module could not be found. (0x7E)

The problem is Windows Defender , after disabling "check apps and file" Chrome canary is started.
But i guess there is more Serious problem , probably malware.