It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
make
make install
apt install autoconf
apt install libtool
root@tb:/home/henry/Applications/armory/BitcoinArmory# locate autoconf
/usr/share/bash-completion/completions/autoconf
/usr/share/doc/mesa-common-dev/autoconf.html
/usr/share/nano/autoconf.nanorc
root@tb:/home/henry/Applications/armory/BitcoinArmory# cat /usr/share/bash-completion/completions/autoconf | nc termbin.com 9999
http://termbin.com/g1ym
root@tb:/home/henry/Applications/armory/BitcoinArmory# git checkout v0.96.2
Note: checking out 'v0.96.2'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b
HEAD is now at 95dc5590... Update changelog
root@tb:/home/henry/Applications/armory/BitcoinArmory# apt-get install git-core pkg-config build-essential pyqt4-dev-tools swig libqtcore4 libqt4-dev python-qt4 python-dev python-twisted python-psutil
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.3).
build-essential set to manually installed.
python-dev is already the newest version (2.7.13-2).
python-psutil is already the newest version (5.0.1-1).
python-psutil set to manually installed.
pyqt4-dev-tools is already the newest version (4.11.4+dfsg-2+b1).
python-qt4 is already the newest version (4.11.4+dfsg-2+b1).
libqt4-dev is already the newest version (4:4.8.7+dfsg-11).
libqtcore4 is already the newest version (4:4.8.7+dfsg-11).
swig is already the newest version (3.0.10-1.1).
python-twisted is already the newest version (16.6.0-2).
The following package was automatically installed and is no longer required:
libssl-doc
Use 'apt autoremove' to remove it.
The following NEW packages will be installed:
git-core pkg-config
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 64.7 kB of archives.
After this operation, 201 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.us.debian.org/debian stretch/main amd64 pkg-config amd64 0.29-4+b1 [63.3 kB]
Get:2 http://security.debian.org/debian-security stretch/updates/main amd64 git-core all 1:2.11.0-3+deb9u1 [1,414 B]
Fetched 64.7 kB in 1s (32.8 kB/s)
debconf: unable to initialize frontend: Dialog
debconf: (Dialog frontend requires a screen at least 13 lines tall and 31 columns wide.)
debconf: falling back to frontend: Readline
Selecting previously unselected package git-core.
(Reading database ... 144294 files and directories currently installed.)
Preparing to unpack .../git-core_1%3a2.11.0-3+deb9u1_all.deb ...
Unpacking git-core (1:2.11.0-3+deb9u1) ...
Selecting previously unselected package pkg-config.
Preparing to unpack .../pkg-config_0.29-4+b1_amd64.deb ...
Unpacking pkg-config (0.29-4+b1) ...
Setting up pkg-config (0.29-4+b1) ...
Processing triggers for man-db (2.7.6.1-2) ...
Setting up git-core (1:2.11.0-3+deb9u1) ...
root@tb:/home/henry/Applications/armory/BitcoinArmory# git submodule init
Submodule 'cppForSwig/fcgi' (https://github.com/goatpig/libfcgi.git) registered for path 'cppForSwig/fcgi'
root@tb:/home/henry/Applications/armory/BitcoinArmory# git submodule update
Cloning into '/home/henry/Applications/armory/BitcoinArmory/cppForSwig/fcgi'...
Submodule path 'cppForSwig/fcgi': checked out 'b00dc69199b34552144e1003a2001a24b13b6e56'
root@tb:/home/henry/Applications/armory/BitcoinArmory# git checkout v0.96.2
HEAD is now at 95dc5590... Update changelog
root@tb:/home/henry/Applications/armory/BitcoinArmory# git tag -v v0.96.2
object 95dc55907f26cf79fdec7f8efa4228f7efd696cc
type commit
tag v0.96.2
tagger goatpig1504047291 +0200
v0.96.2
gpg: directory '/root/.gnupg' created
gpg: new configuration file '/root/.gnupg/dirmngr.conf' created
gpg: new configuration file '/root/.gnupg/gpg.conf' created
gpg: keybox '/root/.gnupg/pubring.kbx' created
gpg: Signature made Tue 29 Aug 2017 06:54:51 PM EDT
gpg: using RSA key 8C5211764922589A
gpg: Can't check signature: No public key
root@tb:/home/henry/Applications/armory/BitcoinArmory# gpg --recv-keys --keyserver keyserver.ubuntu.com 4922589A
gpg: /root/.gnupg/trustdb.gpg: trustdb created
gpg: key 8C5211764922589A: public key "goatpig (Offline signing key for Armory releases)" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1
root@tb:/home/henry/Applications/armory/BitcoinArmory# git tag -v v0.96.2object 95dc55907f26cf79fdec7f8efa4228f7efd696cc
type commit
tag v0.96.2
tagger goatpig1504047291 +0200
v0.96.2
gpg: Signature made Tue 29 Aug 2017 06:54:51 PM EDT
gpg: using RSA key 8C5211764922589A
gpg: Good signature from "goatpig (Offline signing key for Armory releases)" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg: There is no indication that the signature belongs to the owner.
Primary key fingerprint: 745D 707F BA53 968B DF63 AA8D 8C52 1176 4922 589A
root@tb:/home/henry/Applications/armory/BitcoinArmory# ./autogen.sh
Preparing the BitcoinArmory build system...please wait
ERROR: Unable to locate GNU Autoconf.
ERROR: To prepare the BitcoinArmory build system from scratch,
at least version 2.52 of GNU Autoconf must be installed.
autogen.sh does not need to be run on the same machine that will
run configure or make. Either the GNU Autotools will need to be installed
or upgraded on this system, or autogen.sh must be run on the source
code on another system and then transferred to here. -- Cheers!
root@tb:/home/henry/Applications/armory/BitcoinArmory# ./configure
-su: ./configure: No such file or directory
root@tb:/home/henry/Applications/armory/BitcoinArmory# apt list autoconf
Listing... Done
autoconf/stable 2.69-10 all
root@tb:/home/henry/Applications/armory/BitcoinArmory# make
make: *** No targets specified and no makefile found. Stop.
root@tb:~# lshw
tb
description: Notebook
product: CF-30FBSADAM (CF-30FBSADAM)
vendor: Matsushita Electric Industrial Co.,Ltd.
version: 002
serial: 8BKYA09804
width: 64 bits
capabilities: smbios-2.4 dmi-2.4 smp vsyscall32
configuration: administrator_password=disabled boot=normal chassis=notebook family=CF30-2 power-on_password=disabled sku=CF-30FBSADAM uuid=83A46164-9B52-5BAE-87F2-19A4BE184BFE
*-core
description: Motherboard
product: CF30-2
vendor: Matsushita Electric Industrial Co.,Ltd.
physical id: 0
version: 001
serial: None
*-firmware
description: BIOS
vendor: Phoenix Technologies Ltd.
physical id: 0
version: V2.00L11
date: 10/26/2007
size: 109KiB
capacity: 960KiB
capabilities: pci pcmcia pnp upgrade shadowing escd cdboot bootselect edd int13floppy720 int5printscreen int9keyboard int14serial int17printer int10video acpi usb biosbootspecification netboot
*-cpu
[b] description: CPU
product: Intel(R) Core(TM)2 Duo CPU L7500 @ 1.60GHz[/b]
vendor: Intel Corp.
physical id: 4
bus info: cpu@0
version: Intel(R) Core(TM)2 Duo CPU L7500 @ 1.60GHz
slot: IC1
size: 800MHz
capacity: 1601MHz
width: 64 bits
clock: 200MHz
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl aperfmperf eagerfpu pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm lahf_lm tpr_shadow vnmi flexpriority dtherm ida cpufreq
henry@tb:~$ armory --offline
/home/henry
(ERROR) ArmoryUtils.py:3719 - Unsupported language specified. Defaulting to English (en)
/usr/lib/armory/armoryengine/Transaction.py:2882: SyntaxWarning: import * only allowed at module level
def PyCreateAndSignTx_old(srcTxOuts, dstAddrsVals):
(WARNING) ArmoryQt.py:1842 - Not online, will not start bitcoind
Illegal instruction
henry@tb:~$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/6/lto-wrapper
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 6.3.0-18' --with-bugurl=file:///usr/share/doc/gcc-6/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-6 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-6-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-6-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-6-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 6.3.0 20170516 (Debian 6.3.0-18)
henry@tb:~/Downloads$ uname -a
Linux tb 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 GNU/Linux
henry@tb:~/Downloads$ python --version
Python 2.7.13
henry@tb:~$ gcc --version
gcc (Debian 6.3.0-18) 6.3.0 20170516
henry@tb:~$ apt list python-psutil
python-psutil/stable,now 5.0.1-1 amd64 [installed,automatic]
henry@tb:~$ apt list python-twisted
python-twisted/stable,now 16.6.0-2 all [installed,automatic]
dpkg -i armory_0.96-gcc4.7_amd64.deb
apt install python-psutil python-twisted
apt --fix-broken install