Pages:
Author

Topic: [ANN] [ICASH] | DARKSEND | MASTERNODE | POW | NO Premine | No ICO - page 18. (Read 81637 times)

full member
Activity: 205
Merit: 100
can icash will closer to dash or sib?
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Code:
root@ele:/home/max/icash# make
Making all in src
make[1]: Entering directory `/home/max/icash/src'
make  all-recursive
make[2]: Entering directory `/home/max/icash/src'
Making all in .
make[3]: Entering directory `/home/max/icash/src'
  CXXLD    icashd
icashd.o: In function `sleep_for':
/usr/local/include/boost/thread/pthread/thread_data.hpp:243: undefined reference to `boost::this_thread::hidden::sleep_for(timespec const&)'
libicash_wallet.a(walletdb.o): In function `copy_file':
/usr/local/include/boost/filesystem/operations.hpp:539: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::detail::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make[3]: *** [icashd] Error 1
make[3]: Leaving directory `/home/max/icash/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/max/icash/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/max/icash/src'
make: *** [all-recursive] Error 1

You are compiling the source downloaded from
https://github.com/cryptodev35/icash
or
https://github.com/cryptodev35/icash.git
?

Error is not 100% clear, but it looks like something with libboost1.54 package.
Did you notice any errors when you ran configure?

I think you can do

.\configure >>configureMessage.txt 2>&1

to get both the standard and error messages from configure into a text file and see if it mentions any packages that need to be installed.


Error:
Code:
checking for Berkeley DB C++ headers... default
configure: error: Found Berkeley DB other than 4.8, required for portable wallets (--with-incompatible-bdb to ignore)

Code:
./configure --with-incompatible-bdb
config.status: creating qa/pull-tester/run-bitcoind-for-test.sh
config.status: creating qa/pull-tester/build-tests.sh
config.status: creating src/icash-config.h
config.status: src/icash-config.h is unchanged
config.status: executing depfiles commands



Code:
make
Making all in src
make[1]: Entering directory `/home/max/icash/src'
make  all-recursive
make[2]: Entering directory `/home/max/icash/src'
Making all in .
make[3]: Entering directory `/home/max/icash/src'
  CXXLD    icashd
icashd.o: In function `sleep_for':
/usr/local/include/boost/thread/pthread/thread_data.hpp:243: undefined reference to `boost::this_thread::hidden::sleep_for(timespec const&)'
libicash_wallet.a(walletdb.o): In function `copy_file':
/usr/local/include/boost/filesystem/operations.hpp:539: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::detail::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make[3]: *** [icashd] Error 1
make[3]: Leaving directory `/home/max/icash/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/max/icash/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/max/icash/src'
make: *** [all-recursive] Error 1
legendary
Activity: 1778
Merit: 1000
slacck, blacck, hacck, is come, and go, but forum is forever in inet
This thread is still alive, but SLACK is much more active.
sr. member
Activity: 403
Merit: 250
slacck, blacck, hacck, is come, and go, but forum is forever in inet
hero member
Activity: 633
Merit: 500
B Money Prepaid Mastercard bmoney.io

Best place for info is the slack channel.
hero member
Activity: 633
Merit: 500
B Money Prepaid Mastercard bmoney.io
full member
Activity: 280
Merit: 100
Just Believe in trusted/transparents Proyects
are icash solo mining? where mining pool ?

Buy 1 masternode (100k) and pc 24/7 and earn every day
And yes Is solo mining if can't buy mn.
I don't know if there are mining  pool .

newbie
Activity: 34
Merit: 0
are icash solo mining? where mining pool ?
full member
Activity: 225
Merit: 100
Sr. Web Developer / Msg for work inquiries
Collateral for 1 Masternode $icash

100,000 iCASH = 0.4850 BTC / 891.65 USD / 820.30 EURO



Thanks for using my picture Cheesy
sr. member
Activity: 434
Merit: 250
Code:
root@ele:/home/max/icash# make
Making all in src
make[1]: Entering directory `/home/max/icash/src'
make  all-recursive
make[2]: Entering directory `/home/max/icash/src'
Making all in .
make[3]: Entering directory `/home/max/icash/src'
  CXXLD    icashd
icashd.o: In function `sleep_for':
/usr/local/include/boost/thread/pthread/thread_data.hpp:243: undefined reference to `boost::this_thread::hidden::sleep_for(timespec const&)'
libicash_wallet.a(walletdb.o): In function `copy_file':
/usr/local/include/boost/filesystem/operations.hpp:539: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::detail::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make[3]: *** [icashd] Error 1
make[3]: Leaving directory `/home/max/icash/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/max/icash/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/max/icash/src'
make: *** [all-recursive] Error 1

You are compiling the source downloaded from
https://github.com/cryptodev35/icash
or
https://github.com/cryptodev35/icash.git
?

Error is not 100% clear, but it looks like something with libboost1.54 package.
Did you notice any errors when you ran configure?

I think you can do

.\configure >>configureMessage.txt 2>&1

to get both the standard and error messages from configure into a text file and see if it mentions any packages that need to be installed.

hero member
Activity: 830
Merit: 500
Collateral for 1 Masternode $icash

100,000 iCASH = 0.4850 BTC / 891.65 USD / 820.30 EURO



+1 nice picture!
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Is there a compiled client for Linux?

You need to install some dependencies but I was able to get the wallet working on an Ubuntu 14.04 box in about ten minutes.
No need to actually compile it.
I believe these were all the steps I did:

(Need libboost1.54 installed. Need to update our repository list. First open the sources.list)
#sudo vi /etc/apt/sources.list

(Add the following line to the config file-)
deb http://mirrors.kernel.org/ubuntu trusty main universe

(update our repositories and install libboost1.54)
#sudo apt-get update
#sudo apt-get install libboost1.54-all-dev


(Running icashd throws error message" libdb_cxx-4.8.so cannot open shard object file No such file or directory"
We need the berkeley-db-4.8.30 package
There is a program 'checkinstall' that I found some people talking about on Bitcoin related issues that makes this easy)

#sudo apt-get install checkinstall
#wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
#tar -xzvf db-4.8.30.NC.tar.gz
#cd db-4.8.30.NC/build_unix
#../dist/configure --enable-cxx --prefix=/usr
#make -j8
#sudo checkinstall --fstrans=no --pkgversion=4.8.30 --pgkname=libdb-dev --nodoc -y

(This puts bdb in the system as a Debian package where bitcoin can find it. Note, this only works if you don't already have another version of libbd-dev installed.)

(Running icash-qt throws error message "libqrencode.so.3 cannot open shared object file")
#sudo apt-get install libqrencode3

After these steps I was able to get the Linux gui (icash-qt) client working. Steps may be slightly different if you are using a different Linux type.
If anyone has an easier way to get this working, or has any feedback/ suggestions on my post, please let me know. Hopefully this helps someone! Smiley



Code:
root@ele:/home/max/icash# make
Making all in src
make[1]: Entering directory `/home/max/icash/src'
make  all-recursive
make[2]: Entering directory `/home/max/icash/src'
Making all in .
make[3]: Entering directory `/home/max/icash/src'
  CXXLD    icashd
icashd.o: In function `sleep_for':
/usr/local/include/boost/thread/pthread/thread_data.hpp:243: undefined reference to `boost::this_thread::hidden::sleep_for(timespec const&)'
libicash_wallet.a(walletdb.o): In function `copy_file':
/usr/local/include/boost/filesystem/operations.hpp:539: undefined reference to `boost::filesystem::detail::copy_file(boost::filesystem::path const&, boost::filesystem::path const&, boost::filesystem::detail::copy_option, boost::system::error_code*)'
collect2: error: ld returned 1 exit status
make[3]: *** [icashd] Error 1
make[3]: Leaving directory `/home/max/icash/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/max/icash/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/max/icash/src'
make: *** [all-recursive] Error 1
sr. member
Activity: 434
Merit: 250
Is there a compiled client for Linux?

You need to install some dependencies but I was able to get the wallet working on an Ubuntu 14.04 box in about ten minutes.
No need to actually compile it.
I believe these were all the steps I did:

(Need libboost1.54 installed. Need to update our repository list. First open the sources.list)
#sudo vi /etc/apt/sources.list

(Add the following line to the config file-)
deb http://mirrors.kernel.org/ubuntu trusty main universe

(update our repositories and install libboost1.54)
#sudo apt-get update
#sudo apt-get install libboost1.54-all-dev


(Running icashd throws error message" libdb_cxx-4.8.so cannot open shard object file No such file or directory"
We need the berkeley-db-4.8.30 package
There is a program 'checkinstall' that I found some people talking about on Bitcoin related issues that makes this easy)

#sudo apt-get install checkinstall
#wget http://download.oracle.com/berkeley-db/db-4.8.30.NC.tar.gz
#tar -xzvf db-4.8.30.NC.tar.gz
#cd db-4.8.30.NC/build_unix
#../dist/configure --enable-cxx --prefix=/usr
#make -j8
#sudo checkinstall --fstrans=no --pkgversion=4.8.30 --pgkname=libdb-dev --nodoc -y

(This puts bdb in the system as a Debian package where bitcoin can find it. Note, this only works if you don't already have another version of libbd-dev installed.)

(Running icash-qt throws error message "libqrencode.so.3 cannot open shared object file")
#sudo apt-get install libqrencode3

After these steps I was able to get the Linux gui (icash-qt) client working. Steps may be slightly different if you are using a different Linux type.
If anyone has an easier way to get this working, or has any feedback/ suggestions on my post, please let me know. Hopefully this helps someone! Smiley

full member
Activity: 280
Merit: 100
Just Believe in trusted/transparents Proyects
Collateral for 1 Masternode $icash

100,000 iCASH = 0.4850 BTC / 891.65 USD / 820.30 EURO




Yeahhhhhh Icash we cannnnnn
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Is there a compiled client for Linux?
legendary
Activity: 1372
Merit: 1001
Collateral for 1 Masternode $icash

100,000 iCASH = 0.4850 BTC / 891.65 USD / 820.30 EURO

sr. member
Activity: 352
Merit: 251
Icash is very healthy
Go ICASH
sr. member
Activity: 311
Merit: 250
Very surprised how this coin has progressed, thought it was going to pump and dump quick. Glad to see it still around. What the roadmap looking like? Any other exchanges other than Yobit  Roll Eyes

CoinExchange Market
Pages:
Jump to: