I can not compile it on Ubuntu with libboost1.61, any ideas?
What are you trying to compile my friend?
Sumo wallet
the error output:
[ 87%] Linking CXX executable ../../bin/sumo-wallet-rpc
/tmp/ccE8FuFF.ltrans2.ltrans.o: In function `__gnu_cxx::__normal_iterator
, std::allocator > > boost::re_detail_106100::re_is_set_member<__gnu_cxx::__normal_iterator, std::allocator > >, char, boost::regex_traits >, unsigned int>(__gnu_cxx::__normal_iterator, std::allocator > >, __gnu_cxx::__normal_iterator, std::allocator > >, boost::re_detail_106100::re_set_long const*, boost::re_detail_106100::regex_data > > const&, bool)':
.text+0x5122): undefined reference to `boost::re_detail_106100::cpp_regex_traits_implementation::transform_primary(char const*, char const*) const'
.text+0x533d): undefined reference to `boost::re_detail_106100::cpp_regex_traits_implementation::transform(char const*, char const*) const'
collect2: error: ld returned 1 exit status
src/wallet/CMakeFiles/wallet_rpc_server.dir/build.make:128: recipe for target 'bin/sumo-wallet-rpc' failedNo need to compile it my friend. Its already compiled
Since you are using an ubuntu terminal update your system with sudo apt-get update
Download the wallet and the daemon with wget
https://www.sumokoin.org/downloads/v0.1.2.0/sumokoin.linux.x64.v0-1-2-0.tar.bz2untar the files with tar jxfv sumokoin.linux.x64.v0-1-2-0.tar.bz2
run a screen (type screen)
Press Ctrl + a and the Shift + S to split the screen
Run on the upper terminal the daemon with ./sumokoind
Go down now with Ctrl + a and then tab
Press Ctrl + a and then c to get a prompt
Type ./sumo-wallet-cli
Follow the steps to create a new wallet
Wait for the daemon to synchronise
Type refresh on your wallet
You are ready
Nothing to compile