Bitcoin Forum
September 05, 2024, 10:16:01 AM *
News: Latest Bitcoin Core release: 27.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 »  All
  Print  
Author Topic: [PRE-ANN] [XUNC] MicroNote Coin - Cryptonote / Just for fun! / Referendum system  (Read 7765 times)
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 13, 2017, 10:57:11 PM
 #41

Uploaded binaries to Github:

https://github.com/micronotecoin/micronotecoin/releases

Launching will be on 16th September 2017 at 00:00 UTC.

Best regards
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 14, 2017, 05:10:13 AM
 #42

Uploaded binaries to Github:

https://github.com/micronotecoin/micronotecoin/releases

Launching will be on 16th September 2017 at 00:00 UTC.

Best regards
https://www.virustotal.com/#/url/895e7d899a2782c8efeebdf50aa7934f5deec83ebf65031b43f216e6c6ab686f/detection
What is this threat?

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 14, 2017, 08:09:36 AM
Last edit: September 14, 2017, 11:38:46 AM by micronotecoin
 #43

It's a false positive. Too obvious.

It says monero (and any other cryptocurrency github project) are malicious too: https://www.virustotal.com/#/url/988b5fffd08428cbeb6cab15b06c3ed7c13427f1a9f9da52ff0ea2d1915de362/detection

Before you post a public message insinuating things like this, you can easily check if is a false positive, but well... This is internet! LOL

Best regards!
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 14, 2017, 02:06:52 PM
 #44

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 Offline

Activity: 28
Merit: 0


View Profile
September 14, 2017, 04:30:36 PM
 #45

Can a forknote be used?
I want to launch the pool, this engine will work?
https://github.com/forknote/cryptonote-forknote-pool


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-pool

I'm active working on it, this afternoon I will finish the development Wink

Best regards!
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 14, 2017, 04:50:23 PM
 #46

And what about forknote?
https://github.com/forknote/forknote/releases/tag/2.1.1
with it it is more convenient.

daemon error, all installed.
Code:
./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 Offline

Activity: 28
Merit: 0


View Profile
September 14, 2017, 06:47:35 PM
Last edit: September 14, 2017, 11:29:41 PM by micronotecoin
 #47

And what about forknote?
https://github.com/forknote/forknote/releases/tag/2.1.1
with it it is more convenient.

daemon error, all installed.
Code:
./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:

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

If you are using another Linux distro, you can compile the sources. For Debian/Ubuntu based distros:

Code:
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 Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 14, 2017, 06:52:28 PM
 #48

micronotecoin, Ubuntu 14.04
Compillation error.

Code:
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 Offline

Activity: 28
Merit: 0


View Profile
September 14, 2017, 07:00:03 PM
 #49

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
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 14, 2017, 07:03:09 PM
 #50

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!

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
megacrypto
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
September 14, 2017, 07:25:47 PM
Last edit: September 14, 2017, 07:51:17 PM by megacrypto
 #51

@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))

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ZEROSTATEEMOTIONAL INTELLIGENCE                                   ● INSTAGRAMFACEBOOK TWITTER
POWERED BY BLOCKCHAIN                                         ● MEDIUMANN THREAD
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 14, 2017, 08:35:00 PM
 #52

@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!
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 15, 2017, 01:03:11 AM
 #53

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!
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 15, 2017, 04:25:47 AM
 #54

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?


❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 15, 2017, 08:53:50 AM
Last edit: September 15, 2017, 10:56:26 AM by micronotecoin
 #55

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!
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 15, 2017, 08:56:51 AM
 #56

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 Offline

Activity: 60
Merit: 10


View Profile
September 15, 2017, 09:12:56 AM
 #57

Just for fun and no exchange.... wtf  Shocked Shocked Shocked
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 15, 2017, 09:30:55 AM
 #58

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...
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 15, 2017, 02:23:45 PM
 #59

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

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 15, 2017, 02:40:38 PM
Last edit: September 15, 2017, 02:51:07 PM by micronotecoin
 #60

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!
Pages: « 1 2 [3] 4 5 6 7 8 9 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!