Pages:
Author

Topic: [XMS] Moonstone DAC - page 28. (Read 33888 times)

legendary
Activity: 1064
Merit: 1000
December 09, 2016, 10:22:01 AM
#43
can you help me dev please?

Code:
unlocked >>> get_witness theboccet
get_witness theboccet
0 exception: unspecified
No account or witness named theboccet
    {"account":"theboccet"}
    th_a  wallet.cpp:1382 get_witness

    {"owner_account":"theboccet"}
    th_a  wallet.cpp:1386 get_witness
full member
Activity: 196
Merit: 100
December 09, 2016, 10:14:48 AM
#42
So now i can do steps 4 and 5 ?

yes you can proceed to step 4 and 5
sorry i forgot to reply in pm after i created your account because of my limit per hour
full member
Activity: 196
Merit: 100
December 09, 2016, 10:08:48 AM
#41
Still didn't get no pm from you dev.

your account is already created: torontor
member
Activity: 109
Merit: 10
December 09, 2016, 09:59:30 AM
#40
Thanks

Will follow the steps and will message you when I get to that step.
full member
Activity: 196
Merit: 100
December 09, 2016, 09:50:36 AM
#39
Hi ,

Do you also accept members with low rank like me?

Have a VPS that can run the node 8CPU and 16gb of ram.

Thanks

sure, everybody is welcome, i allocated 500 slots for potential miners
member
Activity: 109
Merit: 10
December 09, 2016, 09:45:04 AM
#38
Hi ,

Do you also accept members with low rank like me?

Have a VPS that can run the node 8CPU and 16gb of ram.

Thanks
full member
Activity: 196
Merit: 100
December 09, 2016, 09:44:06 AM
#37
Quote
im using ubuntu 16.04 and sudo apt install libboost-all-dev installs what i need

I can't use 16.04, I need 14.04, because I'm running few other things on this server.

So, I think I'm getting somewhere, now I got this.
It's looking like boost 1.57 is installed.

The Boost C++ Libraries were successfully built!

The following directory should be added to compiler include paths:

    /home/xeon1/boost_1_57_0

The following directory should be added to linker library paths:

    /home/xeon1/boost_1_57_0/stage/lib

When I'm trying to add to path like this:

export INCLUDE="/home/xeon1/boost_1_57_0:$INCLUDE"
export LIBRARY_PATH="/home/xeon1/boost_1_57_0/stage/lib:$LIBRARY_PATH"

It still don't see version 1.57, but it still see 1.54.
So I'm not sure what to do next.
Don't you know?

BOOST_ROOT=/home/xeon1/boost_1_57_0
cmake -DBOOST_ROOT="$BOOST_ROOT" ..
legendary
Activity: 1108
Merit: 1005
December 09, 2016, 09:41:43 AM
#36
Quote
im using ubuntu 16.04 and sudo apt install libboost-all-dev installs what i need

I can't use 16.04, I need 14.04, because I'm running few other things on this server.

So, I think I'm getting somewhere, now I got this.
It's looking like boost 1.57 is installed.

The Boost C++ Libraries were successfully built!

The following directory should be added to compiler include paths:

    /home/xeon1/boost_1_57_0

The following directory should be added to linker library paths:

    /home/xeon1/boost_1_57_0/stage/lib

When I'm trying to add to path like this:

export INCLUDE="/home/xeon1/boost_1_57_0:$INCLUDE"
export LIBRARY_PATH="/home/xeon1/boost_1_57_0/stage/lib:$LIBRARY_PATH"

It still don't see version 1.57, but it still see 1.54.
So I'm not sure what to do next.
Don't you know?
full member
Activity: 196
Merit: 100
December 09, 2016, 09:15:52 AM
#35
legendary
Activity: 1108
Merit: 1005
December 09, 2016, 08:49:17 AM
#34
Hi, I have Dual Xeon L5640 with 32GB RAM, can add another 32GB, if necessary.
Running Ubuntu 14.04 on it. Is it usable for this project?
If so, can you give me some how to, tutorial, or something?
cheers

i think that's more than enough for now. the instructions are in the original post. just let me know if you encounter any difficulties.

Oh yeah, I'm blind, got it in front of my nose and I didn't saw that.
Sometimes happens, when you reading 20 threads at once.

But now, I encountered a problem I'm not able to compile, this is what I'm getting.

Code:

xeon1@xeon1-ProLiant-DL360-G6:~/moonstone/build$ cmake ..
-- Using custom FindBoost.cmake
CMake Error at libraries/fc/CMakeModules/FindBoost.cmake:1129 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.54.0

  Boost include path: /usr/include

  Detected version of Boost is too old.  Requested version was 1.57 (or
  newer).
Call Stack (most recent call first):
  CMakeLists.txt:60 (FIND_PACKAGE)


-- Using custom FindBoost.cmake
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   coroutine
-- Configuring Moonstone on Linux
-- Using  as BerkeleyDB root
-- Looking for: db_cxx-6.0
-- debug/usr/lib/x86_64-linux-gnu/libdb_cxx.sooptimized/usr/lib/x86_64-linux-gnu/libdb_cxx.so
-- Configuring project fc located in: /home/xeon1/moonstone/libraries/fc
-- Configuring fc to build on Unix/Apple
-- Using custom FindBoost.cmake
-- Boost version: 1.54.0
-- Found the following Boost libraries:
--   thread
--   date_time
--   system
--   filesystem
--   program_options
--   signals
--   serialization
--   chrono
--   unit_test_framework
--   context
--   locale
--   iostreams
--   coroutine
** websocketpp

=========== Used Build Configuration =============

-- ENABLE_CPP11        = ON
-- BUILD_EXAMPLES      = OFF
-- BUILD_TESTS         = OFF

-- WEBSOCKETPP_ROOT    = /home/xeon1/moonstone/libraries/fc/vendor/websocketpp
-- WEBSOCKETPP_BIN     = /home/xeon1/moonstone/build/libraries/fc/vendor/websocketpp/bin
-- WEBSOCKETPP_LIB     = /home/xeon1/moonstone/build/libraries/fc/vendor/websocketpp/lib
-- Install prefix      = /usr/local

-- WEBSOCKETPP_BOOST_LIBS        =
-- WEBSOCKETPP_PLATFORM_LIBS     =
-- WEBSOCKETPP_PLATFORM_TLS_LIBS =

-- OPENSSL_FOUND        = TRUE
-- OPENSSL_INCLUDE_DIR     = /usr/include
-- OPENSSL_LIBRARIES = /usr/lib/x86_64-linux-gnu/libssl.a;/usr/lib/x86_64-linux-gnu/libcrypto.a
-- OPENSSL_VERSION = 1.0.1f

-- Finished fc module configuration...
-- Moonstone database unity build enabled
-- egenesis: /home/xeon1/moonstone/genesis.json
-- embed_genesis_args: -t/home/xeon1/moonstone/libraries/egenesis/egenesis_brief.cpp.tmpl---/home/xeon1/moonstone/build/libraries/egenesis/egenesis_brief.cpp-t/home/xeon1/moonstone/libraries/egenesis/egenesis_full.cpp.tmpl---/home/xeon1/moonstone/build/libraries/egenesis/egenesis_full.cpp--genesis-json/home/xeon1/moonstone/genesis.json
-- Configuring incomplete, errors occurred!
See also "/home/xeon1/moonstone/build/CMakeFiles/CMakeOutput.log".



CMakeOutput.log
http://pastebin.com/0RWnh3Kv

e: I see that I need newer boost, I'm got to try update it.
full member
Activity: 196
Merit: 100
December 09, 2016, 08:31:23 AM
#33
more than 32k blocks have been created since we started. one block every 3 seconds. only 6 miners sharing it. you can still join.
full member
Activity: 196
Merit: 100
December 09, 2016, 07:33:18 AM
#32
Hi, I have Dual Xeon L5640 with 32GB RAM, can add another 32GB, if necessary.
Running Ubuntu 14.04 on it. Is it usable for this project?
If so, can you give me some how to, tutorial, or something?
cheers

i think that's more than enough for now. the instructions are in the original post. just let me know if you encounter any difficulties.
legendary
Activity: 1108
Merit: 1005
December 09, 2016, 07:02:33 AM
#31
Hi, I have Dual Xeon L5640 with 32GB RAM, can add another 32GB, if necessary.
Running Ubuntu 14.04 on it. Is it usable for this project?
If so, can you give me some how to, tutorial, or something?
cheers
full member
Activity: 196
Merit: 100
December 09, 2016, 01:49:12 AM
#30
Please send me a slack invite .

pm me with your email for the slack invite
hero member
Activity: 527
Merit: 501
December 09, 2016, 01:41:14 AM
#29
Please send me a slack invite .
full member
Activity: 196
Merit: 100
December 09, 2016, 01:25:55 AM
#28
4 witnesses are now running a full node and mining blocks. We still need more.


Hi ,

I could dedicate a VPS for this 24/7 , is it possible to accept also me dev?

Thanks

yes, please. we need more witnesses. the earlier witnesses have a big advantage due to less competition in mining blocks.
hero member
Activity: 527
Merit: 501
December 09, 2016, 01:20:02 AM
#27
4 witnesses are now running a full node and mining blocks. We still need more.


Hi ,

I could dedicate a VPS for this 24/7 , is it possible to accept also me dev?

Thanks
full member
Activity: 196
Merit: 100
December 09, 2016, 01:19:34 AM
#26
Could you please drop a few line about your project here: https://telegram.me/BitSharesDEX or here: https://bitsharestalk.org/index.php
Nobody there heard of your project  Huh
I'm sure it will bring you some volunteers from the community



it just went live yesterday so probably many people haven't heard of it yet Smiley
full member
Activity: 196
Merit: 100
December 09, 2016, 01:13:13 AM
#25
4 witnesses are now running a full node and mining blocks. We still need more.
full member
Activity: 196
Merit: 100
December 08, 2016, 10:34:33 PM
#24
you can type:
info
in your wallet to know who the active witnesses are and see when the next voting tally will be

also you can type

get_object 1.6.1
to get the first witness

get_object 1.6.2
to get the second witness and so on
Pages:
Jump to: