|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 14, 2017, 05:10:13 AM |
|
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 14, 2017, 02:06:52 PM |
|
Can a forknote be used? I want to launch the pool, this engine will work? https://github.com/forknote/cryptonote-forknote-pool
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
micronotecoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
September 14, 2017, 04:30:36 PM |
|
Hi, Yes, you can use it but is really outdated and need (at least with Ubuntu 17.04) some changes in the source code. I updated it (with parts of node-cryptonote-pool) and uploeaded here: https://github.com/micronotecoin/micronote-poolI'm active working on it, this afternoon I will finish the development Best regards!
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 14, 2017, 04:50:23 PM |
|
And what about forknote? https://github.com/forknote/forknote/releases/tag/2.1.1with it it is more convenient. daemon error, all installed. ./micronotecoind ./micronotecoind: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
micronotecoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
September 14, 2017, 06:47:35 PM Last edit: September 14, 2017, 11:29:41 PM by micronotecoin |
|
And what about forknote? https://github.com/forknote/forknote/releases/tag/2.1.1with it it is more convenient. daemon error, all installed. ./micronotecoind ./micronotecoind: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory You need to install libboost 1.58.0. This is the actual version of libboost on Ubuntu 16.04 respositories. If you are using Ubuntu 16.04, do: sudo apt-get install libboost-all-dev If you are using another Linux distro, you can compile the sources. For Debian/Ubuntu based distros: sudo apt-get update sudo apt-get install git build-essential cmake libboost-all-dev git clone https://github.com/micronotecoin/micronotecoin cd micronotecoin make cd build/release/src ./micronotecoind Best regards,
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 14, 2017, 06:52:28 PM |
|
micronotecoin, Ubuntu 14.04 Compillation error. sudo apt-get install libboost-all-dev Installed. why not use forknote?
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
micronotecoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
September 14, 2017, 07:00:03 PM |
|
micronotecoin, Ubuntu 14.04Compillation error. 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
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 14, 2017, 07:03:09 PM |
|
micronotecoin, Ubuntu 14.04Compillation error. 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!
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
megacrypto
|
|
September 14, 2017, 07:25:47 PM Last edit: September 14, 2017, 07:51:17 PM by megacrypto |
|
@micronotecoin thank you for your great help in providing codes for everything ) just on the compile steps, build-essential is missing an "n" and the daemon is "micronotecoind" (not "unotecoind") sudo apt-get install git build-essential cmake libboost-all-dev ... cd build/release/src ./micronotecoind
cheers ... and awaiting the launch ))
|
|
|
|
micronotecoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
September 14, 2017, 08:35:00 PM |
|
@micronotecoin thank you for your great help in providing codes for everything ) just on the compile steps, build-essential is missing an "n" and the daemon is "micronotecoind" (not "unotecoind") sudo apt-get install git build-essential cmake libboost-all-dev ... cd build/release/src ./micronotecoind
cheers ... and awaiting the launch )) sorry, I copied it from my terminal, just testing daemon locally, and I named it "unotecoind" Thanks for the corrections!
|
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 15, 2017, 04:25:47 AM |
|
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. 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 /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?
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
micronotecoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
September 15, 2017, 08:53:50 AM Last edit: September 15, 2017, 10:56:26 AM by micronotecoin |
|
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. 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 /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.gzPlease, try again and give me your feedback!
|
|
|
|
micronotecoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
September 15, 2017, 08:56:51 AM |
|
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
|
|
|
|
Lunavan
Member
Offline
Activity: 60
Merit: 10
|
|
September 15, 2017, 09:12:56 AM |
|
|
|
|
|
micronotecoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
September 15, 2017, 09:30:55 AM |
|
- 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...
|
|
|
|
cryptomaxsun
Legendary
Offline
Activity: 2744
Merit: 1387
Ukrainians will resist
|
|
September 15, 2017, 02:23:45 PM |
|
404 wget https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0/micronotecoin-v1.0-Linux.tar.gz ./micronotecoind ./micronotecoind: error while loading shared libraries: libboost_filesystem.so.1.58.0: cannot open shared object file: No such file or directory
|
❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘ ❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
|
|
|
micronotecoin (OP)
Newbie
Offline
Activity: 28
Merit: 0
|
|
September 15, 2017, 02:40:38 PM Last edit: September 15, 2017, 02:51:07 PM by micronotecoin |
|
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: 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: 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!
|
|
|
|
|