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.
cd memorycoin/src && ./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'
cd memorycoin/src && ./bitcoind --daemon && watch './bitcoind getinfo && ./bitcoind getmininginfo'
root@mmc2:/home/ubuntu/memorycoin/src# grep aes /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
root@mmc2:/home/ubuntu/memorycoin/src# grep aes /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
root@mmc2:/home/ubuntu/memorycoin/src# grep aes /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
root@mmc2:/home/ubuntu/memorycoin/src# grep aes /proc/cpuinfo
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl pni pclmulqdq ssse3 cx16 sse4_1 sse4_2 x2apic popcnt aes avx hypervisor lahf_lm
root@MMC2:~# make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'. Stop.
root@MMC2:~#
root@MMC2:~# cd ~
root@MMC2:~# cd memorycoin/src && make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/memorycoin/src -I/root/memorycoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/memorycoin/src/leveldb/include -I/root/memorycoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In member function ‘bool CBlock::ConnectBlock(CValidationState&, CBlockIndex*, CCoinsViewCache&, bool)’:
main.cpp:1899:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j^
main.cpp:1918:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (awardFound != grantAwards.size()){
^
main.cpp: In function ‘void processNextBlockIntoGrantDatabase()’:
main.cpp:5369:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i^
main.cpp:5375:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j^
main.cpp:5394:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j^
main.cpp: In function ‘std::string electOrEliminate(int64, int)’:
main.cpp:5707:80: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(topOfThePollAmount>=droopQuota || requiredCandidates>=preferenceCount.size()){
^
virtual memory exhausted: Cannot allocate memory
make: *** [obj/main.o] Error 1
root@MMC2:~# make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'. Stop.
root@MMC2:~#
root@MMC2:~# cd ~
root@MMC2:~# cd memorycoin/src && make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/root/memorycoin/src -I/root/memorycoin/src/obj -DUSE_UPNP=0 -DUSE_IPV6=1 -I/root/memorycoin/src/leveldb/include -I/root/memorycoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -MMD -MF obj/main.d -o obj/main.o main.cpp
main.cpp: In member function ‘bool CBlock::ConnectBlock(CValidationState&, CBlockIndex*, CCoinsViewCache&, bool)’:
main.cpp:1899:39: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j^
main.cpp:1918:37: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (awardFound != grantAwards.size()){
^
main.cpp: In function ‘void processNextBlockIntoGrantDatabase()’:
main.cpp:5369:36: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i^
main.cpp:5375:45: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j^
main.cpp:5394:44: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int j = 0; j^
main.cpp: In function ‘std::string electOrEliminate(int64, int)’:
main.cpp:5707:80: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if(topOfThePollAmount>=droopQuota || requiredCandidates>=preferenceCount.size()){
^
virtual memory exhausted: Cannot allocate memory
make: *** [obj/main.o] Error 1
root@MMC2:~# make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'. Stop.
root@MMC2:~#
root@MMC2:~# make -f makefile.unix
make: makefile.unix: No such file or directory
make: *** No rule to make target `makefile.unix'. Stop.
root@MMC2:~#