Pages:
Author

Topic: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system - page 6. (Read 7774 times)

sr. member
Activity: 291
Merit: 250
just to understand :

you will issue another update to the github source code again tomorrow before the launch ? or
is the current code the one that the coin will be launched on?
newbie
Activity: 54
Merit: 0
How can you prove your project is trustworthy? Do you have an escrow agent? Smiley
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Code:
micronotecoin-v1.0.1# ./micronotecoind
Illegal instruction
?
newbie
Activity: 28
Merit: 0
Quote
404

Code:
wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0/micronotecoin-v1.0-Linux.tar.gz

Code:
./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory

Hi,

I uploaded final version 11 min ago. Are you check it? Finally I compiled statically boost libs, it's impossible you get an error about libboost shared libs:

Code:
$ wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0.1/micronotecoin-v1.0.1-Linux.tar.gz
$ tar xzvf micronotecoin-v1.0.1-Linux.tar.gz
$ cd micronotecoin-v1.0.1/
$ ldd micronotecoind
        linux-vdso.so.1 =>  (0x00007ffd2c767000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fccebaff000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fcceb7f6000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fcceb42f000)
        /lib64/ld-linux-x86-64.so.2 (0x0000559cf3ef6000)

Best regards
Code:
[size=10pt][size=10pt][size=10pt][size=10pt][color=red]micronotecoin-v1.0[/color][/size][/size][/size][/size]# ldd micronotecoind
./micronotecoind: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./micronotecoind)
./micronotecoind: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./micronotecoind)
        linux-vdso.so.1 =>  (0x00007ffd0cbe5000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9c143f6000)
        libboost_system.so.1.58.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0 (0x00007f9c141f2000)
        libboost_filesystem.so.1.58.0 => not found
        libboost_program_options.so.1.58.0 => not found
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9c13fd4000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f9c13cd0000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9c13aba000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f9c147bf000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9c137b4000)


UP.
Code:
./micronotecoind
Illegal instruction

You are using binaries upload yesterday, v1.0, not v1.0.1, with libboost shared linked. Remove all of them, download and try the last binaries.

http://unotecoin.com/micronotecoin-v1.0.1-Linux.tar.gz

Sorry for the inconveniencies but I detected some thing at testing that needed a fix...

Best regards
legendary
Activity: 1027
Merit: 1000
files Windows will be released at the start?
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Quote
404

Code:
wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0/micronotecoin-v1.0-Linux.tar.gz

Code:
./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory

Hi,

I uploaded final version 11 min ago. Are you check it? Finally I compiled statically boost libs, it's impossible you get an error about libboost shared libs:

Code:
$ wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0.1/micronotecoin-v1.0.1-Linux.tar.gz
$ tar xzvf micronotecoin-v1.0.1-Linux.tar.gz
$ cd micronotecoin-v1.0.1/
$ ldd micronotecoind
        linux-vdso.so.1 =>  (0x00007ffd2c767000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fccebaff000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fcceb7f6000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fcceb42f000)
        /lib64/ld-linux-x86-64.so.2 (0x0000559cf3ef6000)

Best regards
Code:
micronotecoin-v1.0# ldd micronotecoind
./micronotecoind: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by ./micronotecoind)
./micronotecoind: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by ./micronotecoind)
        linux-vdso.so.1 =>  (0x00007ffd0cbe5000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f9c143f6000)
        libboost_system.so.1.58.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0 (0x00007f9c141f2000)
        libboost_filesystem.so.1.58.0 => not found
        libboost_program_options.so.1.58.0 => not found
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9c13fd4000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f9c13cd0000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f9c13aba000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f9c147bf000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f9c137b4000)


UP.
Code:
./micronotecoind
Illegal instruction
newbie
Activity: 28
Merit: 0
Quote
404

Code:
wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0/micronotecoin-v1.0-Linux.tar.gz

Code:
./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory

Hi,

I uploaded final version 11 min ago. Are you check it? Finally I compiled statically boost libs, it's impossible you get an error about libboost shared libs:

Code:
$ wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0.1/micronotecoin-v1.0.1-Linux.tar.gz
$ tar xzvf micronotecoin-v1.0.1-Linux.tar.gz
$ cd micronotecoin-v1.0.1/
$ ldd micronotecoind
        linux-vdso.so.1 =>  (0x00007ffd2c767000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fccebaff000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007fcceb7f6000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fcceb42f000)
        /lib64/ld-linux-x86-64.so.2 (0x0000559cf3ef6000)

Best regards
newbie
Activity: 28
Merit: 0
Of course, you can.
I have got some errors and a lot of warnings like "conversion from 'size_t' to 'uint32_t', possible loss of data"

========== Build: 36 succeeded, 2 failed, 0 up-to-date, 3 skipped ==========

There are fatal error I have got

27>  DoubleSpend.cpp
31>D:\devtools\boost_1_64_0\boost/type_traits/common_type.hpp(43): fatal error C1001: An internal error has occurred in the compiler.
31>  (compiler file 'msc1.cpp', line 1325)

35>d:\devproducts\micronotecoin-v1.0.1\tests\unittests\testtransferscontainerkeyimage.cpp(325): fatal error C1001: An internal error has occurred in the compiler.
35>  (compiler file 'f:\dd\vctools\compiler\utc\src\p2\ehexcept.c', line 956)

35>d:\devproducts\micronotecoin-v1.0.1\tests\unittests\testtransferscontainer.cpp(432): fatal error C1001: An internal error has occurred in the compiler.
35>  (compiler file 'f:\dd\vctools\compiler\utc\src\p2\ehexcept.c', line 956)

35>d:\devproducts\micronotecoin-v1.0.1\tests\unittests\testwallet.cpp(2281): fatal error C1001: An internal error has occurred in the compiler.
35>  (compiler file 'f:\dd\vctools\compiler\utc\src\p2\ehexcept.c', line 956)

May be you can help to solve this. Thanks in advance

Hi,

This is my steps for compile for Windows:

- Download and install MSVC 2013
- Download, unzip and install boost 1.57.0:

Code:
cd c:\boost_1_57_0
bootstrap.bat
b2 --toolset=msvc variant=release link=static threading=multi runtime-link=static address-model=64

- Download and install CMAKE 3.9.1

- Download micronotecoin and uncompress it (https://github.com/micronotecoin/micronotecoin/archive/master.zip). Please download it again because I changed node addresses.

Compilation:
Code:
cd c:\micronotecoin-master
mkdir build
cd build
cmake -G "Visual Studio 12 Win64" -DBOOST_ROOT=c:\boost_1_57_0 -DBOOST_LIBRARYDIR=c:\boost_1_57_0\stage\lib ..
"c:\Program Files (x86)\MSBuild\12.0\Bin\amd64\MSBuild.exe" micronotecoin.sln  /p:Configuration=release /m

I hope it helps you!

Best regards!
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Quote
404

Code:
wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0/micronotecoin-v1.0-Linux.tar.gz

Code:
./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory
newbie
Activity: 28
Merit: 0
Just for fun and no exchange.... wtf  Shocked Shocked Shocked

- Exchanges: We have no problem with talk with exchanges if the community vote for it.

- "It's just for fun": I see some people understands the concept. For us is really funny this process (talk with people involved in cryptocurrencies world, configure server, develop the software, ...). In a world with 800+ cryptocurrencies we can't start this project with another goal that "the funny of the process". This doesn't means anything, just that we do this for fun. Fun and profitability are not fought. But if your priority are profitability, you have lots of altcoins, it's not for you...
member
Activity: 60
Merit: 10
Just for fun and no exchange.... wtf  Shocked Shocked Shocked
newbie
Activity: 28
Merit: 0
Hi! Can I compile it for windows or there will be errors?
Of course, you can.

You need:

- CMake
- Boost
- MSVC

I used next versions for build version 1.0:

- MSVC 2013
- Boost 1.55_0
- CMake 3.9.2

Best regards
newbie
Activity: 28
Merit: 0
Code:
sudo apt-get install git build-essential cmake libboost-all-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
build-essential is already the newest version.
cmake is already the newest version.
libboost-all-dev is already the newest version.
git is already the newest version.
The following packages were automatically installed and are no longer required:
  apt-xapian-index aptitude-common gccxml laptop-detect libclass-accessor-perl
  libcwidget3 libept1.4.12 libio-string-perl libparse-debianchangelog-perl  libsigc++-2.0-0c2a libsub-name-perl libxapian22 python-debian python-dev
  python-xapian python2.7-dev
Use 'apt-get autoremove' to remove them.0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Code:
ln -s /usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.64.0
ln: failed to create symbolic link ‘/usr/lib/x86_64-linux-gnu/libboost_system.so.1.64.0’: File exists


Code:
/micronotecoin-v1.0.1# ./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory

How fix?


Hi,

Sorry for waste your time. Finally, I decided to compile one static binary for all distros (size is around 4Mb instead the old 2Mb binaries).

I removed distro-specific packages and uploaded the final binaries: https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0.1/micronotecoin-v1.0.1-Linux.tar.gz

Please, try again and give me your feedback!
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
Code:
sudo apt-get install git build-essential cmake libboost-all-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
build-essential is already the newest version.
cmake is already the newest version.
libboost-all-dev is already the newest version.
git is already the newest version.
The following packages were automatically installed and are no longer required:
  apt-xapian-index aptitude-common gccxml laptop-detect libclass-accessor-perl
  libcwidget3 libept1.4.12 libio-string-perl libparse-debianchangelog-perl  libsigc++-2.0-0c2a libsub-name-perl libxapian22 python-debian python-dev
  python-xapian python2.7-dev
Use 'apt-get autoremove' to remove them.0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Code:
ln -s /usr/lib/x86_64-linux-gnu/libboost_system.so.1.55.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.64.0
ln: failed to create symbolic link ‘/usr/lib/x86_64-linux-gnu/libboost_system.so.1.64.0’: File exists


Code:
/micronotecoin-v1.0.1# ./micronotecoind
./micronotecoind: error while loading shared libraries: libboost_system.so.1.55.0: cannot open shared object file: No such file or directory

How fix?

newbie
Activity: 28
Merit: 0
New release, version 1.0.1 with some wallet fixes:

https://github.com/micronotecoin/micronotecoin/releases/tag/micronotecoin-v1.0.1

- Versions for Ubuntu 14.04, 16.04, 17.04 for the moment.
- Versions for Windows 64 bits and Ubuntu 12.04 in progress.

Thanks for your support!
newbie
Activity: 28
Merit: 0
@micronotecoin

thank you for your great help in providing codes for everything Smiley)

just on the compile steps, build-essential is missing an "n" and the daemon is "micronotecoind" (not "unotecoind")

Code:
sudo apt-get install git build-essential cmake libboost-all-dev
...
cd build/release/src
./micronotecoind



cheers ... and awaiting the launch Smiley))
sorry, I copied it from my terminal, just testing daemon locally, and I named it "unotecoind" Tongue

Thanks for the corrections!
sr. member
Activity: 291
Merit: 250
@micronotecoin

thank you for your great help in providing codes for everything Smiley)

just on the compile steps, build-essential is missing an "n" and the daemon is "micronotecoind" (not "unotecoind")

Code:
sudo apt-get install git build-essential cmake libboost-all-dev
...
cd build/release/src
./micronotecoind



cheers ... and awaiting the launch Smiley))
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
micronotecoin, Ubuntu 14.04
Compillation error.

Code:
sudo apt-get install libboost-all-dev
Installed.
Sorry, we only compiled it for 16.04 and 17.4. We understand 14.04 is supported by Cannonical (12.04 too I think) and people not necessarily have to be updated to the latest versions. Give us a few hour and we upload binaries for these TLS versions.

Best regards
Thank you! I would really appreciate it!
newbie
Activity: 28
Merit: 0
micronotecoin, Ubuntu 14.04
Compillation error.

Code:
sudo apt-get install libboost-all-dev
Installed.
Sorry, we only compiled it for 16.04 and 17.4. We understand 14.04 is supported by Cannonical (12.04 too I think) and people not necessarily have to be updated to the latest versions. Give us a few hour and we upload binaries for these TLS versions.

Best regards
legendary
Activity: 2744
Merit: 1387
Ukrainians will resist
micronotecoin, Ubuntu 14.04
Compillation error.

Code:
sudo apt-get install libboost-all-dev
Installed.

why not use forknote?
Pages:
Jump to: