Bitcoin Forum
May 03, 2024, 08:19:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: Vanitygen: Vanity bitcoin address generator/miner [v0.22] on: April 03, 2014, 06:18:53 AM
Hi,

the vanitygen windows binary hosted at http://www.bitcointrading.com/files/vanitygen-0.17-win.zip is infected with malware!

https://www.virustotal.com/en/file/326f4695a2983b42e61996b904ef6d217cdf26a6968a86d14a7818fec0ad7ac4/analysis/1396505046/

Beware, as more recent versions of the binary could be infected, too.

I didn't find out the purpose of the trojan but I think it runs a mining tool in the background.

Maybe someone is able to do a more detailed analysis to identify infected systems as the trojan comes with rootkit functionality (http://www.yac.mx/en/guides/trojan-horse-guides/20140225-how-to-remove-Trojan/Achet.N.2-through-yac-virus-removal-tool.html).

Cheers!
2  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple Giveaway! on: March 26, 2013, 11:23:33 AM
rUr7cFcUasrhZ234RZKfKHmQNzM5FPQEHi
3  Other / Beginners & Help / Re: Building Armory on Raspberry Pi on: March 26, 2013, 11:21:51 AM
Quote
/home/testuser/local/x-tools/arm-unknown-linux-gnueabi/bin/arm-unknown-linux-gnueabi-g++  -I"/usr/include/python`python -c 'import sys; print str(sys.version_info[0]) + "." + str(sys.version_info[1])'`" -c -O2 -pipe -fPIC  -Icryptopp -DUSE_CRYPTOPP -D__STDC_LIMIT_MACROS  -lpthread  CppBlockUtils_wrap.cxx

Please check your cppForSwig/Makefile again, it still includes the wrong path to the python library!

EDIT: I checked my Makefile and its pointing to the same include dir. Don't know why it worked with my version. You could try to get the whole /usr/include/python* directory from your RPi and then adjust the path in the Makefile for SWIG_INC.

EDIT2: Did you 'make clean' after the faulty make without the CXX env set?
4  Other / Beginners & Help / Re: Tonal Bitcoin on: March 26, 2013, 11:14:33 AM
As tonal requires to install an addional font to display them, this will obviously never happen  Cool
5  Other / Beginners & Help / Re: Building Armory on Raspberry Pi on: March 26, 2013, 08:32:40 AM
Additional:

Are you sure you edited all required lines in cppForSwig/Makefile?

Quote
make[2]: Leaving directory `/home/testuser/src/RaspberryPi/staging/BitcoinArmory/cppForSwig/cryptopp'
g++ -shared -lpthread  UniversalTimer.o BinaryData.o FileDataPtr.o BtcUtils.o BlockObj.o BlockUtils.o EncryptionUtils.o libcryptopp.a "/home/testuser/src/RaspberryPi/staging/BitcoinArmory/libpython2.7.so" CppBlockUtils_wrap.o -o ../_CppBlockUtils.so
/home/testuser/src/RaspberryPi/staging/BitcoinArmory/libpython2.7.so: could not read symbols: File in wrong format

It still seems to use g++ instead of arm-unknown-linux-gnueabi-g++.

Quote
remove >> g++ -shared $(LIBRARY_OPTS) $(OBJS) $(STATICPYTHON) CppBlockUtils_wrap.o -o ../_CppBlockUtils.so << remove
replace >> $(CXX) -shared $(LIBRARY_OPTS) $(OBJS) $(STATICPYTHON) CppBlockUtils_wrap.o -o ../_CppBlockUtils.so  << replace

Cheers!
6  Other / Beginners & Help / Re: Building Armory on Raspberry Pi on: March 26, 2013, 08:23:50 AM
Hi,

Did you:

1. enabled c++ in menuconfig of the crosscompiler (C-compiler → Additional supported languages)?
2. added the x-tools/arm-unknown-linux-gnueabi/bin to your PATH (step 18)?
3. run make using "CXX=arm-unknown-linux-gnueabi-g++ make"?

Cheers!
7  Other / Beginners & Help / Re: Building Armory on Raspberry Pi on: March 25, 2013, 06:53:44 PM
Hi,

I followed this instruction to get armory working on my raspberry pi:

https://gist.github.com/FiloSottile/3646033

As the CXX.patch file is quite old, I had to patch those two files (cppForSwig/Makefile, cppForSwig/cryptopp/Makefile) by hand. Just search for the red marked lines (https://gist.github.com/FiloSottile/3646033#file-cxx-patch) and replace them by the green ones. And because of the static linking of python you also need to adjust cppForSwig/Makefile to point to your libpython$(PYVER).so. You need to get this file from your raspberry pi, then save it on your compiling machine and change the Makefile accordingly.

Good luck!

Cheers!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!