Bitcoin Forum
May 13, 2024, 03:31:30 PM *
News: Latest Bitcoin Core release: 27.0 [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 7747 times)
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 15, 2017, 02:46:51 PM
 #61

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
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 15, 2017, 02:50:02 PM
 #62

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

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

Activity: 1027
Merit: 1000


View Profile
September 15, 2017, 02:56:37 PM
 #63

files Windows will be released at the start?
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 15, 2017, 02:59:55 PM
 #64

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

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 15, 2017, 03:06:03 PM
 #65

Code:
micronotecoin-v1.0.1# ./micronotecoind
Illegal instruction
?

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

Activity: 54
Merit: 0


View Profile
September 15, 2017, 03:11:55 PM
 #66

How can you prove your project is trustworthy? Do you have an escrow agent? Smiley
megacrypto
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
September 15, 2017, 03:37:40 PM
 #67

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?

▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀ZEROSTATEEMOTIONAL INTELLIGENCE                                   ● INSTAGRAMFACEBOOK TWITTER
POWERED BY BLOCKCHAIN                                         ● MEDIUMANN THREAD
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 15, 2017, 03:44:53 PM
 #68

Why do not you want to use an alternate client forknote?
Many problems would have disappeared.

❘|❘ 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, 06:34:32 PM
 #69

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?

Code uploaded at github at now is launching code.

Best regards,
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 15, 2017, 07:12:44 PM
 #70

Why do not you want to use an alternate client forknote?
Many problems would have disappeared.
Sorry for the inconvenients but I tested the binaries on Windows 7 and 10 of people not involved on the project and works fine.

I ran it on clean installations of Ubuntu 14.04, 16.04, 17.04 and Debian.

I created a new EC2 instance on Amzaon cloud just for download client and run it.... and no problem...

Anyway, I compiled another version, you can try if it can help you: https://github.com/micronotecoin/micronotecoin/releases/download/micronotecoin-v1.0.1/micronotecoin-v1.0.1-LinuxLegacy.tar.gz

If not, the last solution is clone the github repo and compile yourself!

Best regards
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 15, 2017, 07:18:02 PM
 #71

We are preparing the environment for the lauching.

We check this thread when coin will be launched.

Pool will be opened at http://pool.unotecoin.com at 00:30UTC approx.

For mine first blocks, you can run the daemon, create a wallet and start mining:

Run daemon:
Code:
./miconotecoind

Create wallet:
Code:
./simplewallet --generate-new-wallet WALLET_NAME --password WALLET_PASSWORD

Open wallet:
Code:
./simplewallet --wallet-file WALLET_NAME.wallet --password WALLET_PASSWORD

Once you are connected to your wallet, you can mine runing:
Code:
start_mining

And stop mining with:
Code:
stop_mining
empiremoon
Full Member
***
Offline Offline

Activity: 156
Merit: 100


View Profile
September 15, 2017, 07:38:20 PM
 #72

error, failed to connect any seed peer, any help? windows
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 15, 2017, 07:44:36 PM
 #73

blockexplorer?

❘|❘ 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 15, 2017, 08:29:36 PM
 #74

good luck Smiley)))

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

Activity: 28
Merit: 0


View Profile
September 15, 2017, 08:30:23 PM
 #75

error, failed to connect any seed peer, any help? windows
yo can't connect any peer because nodes are off. Try again at 00:00 UTC.

Best regards!
micronotecoin (OP)
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
September 15, 2017, 08:32:08 PM
 #76

blockexplorer?
http://blocks.unotecoin.com will be opened around 1hour after launching.

Regards!
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2744
Merit: 1387


Ukrainians will resist


View Profile WWW
September 15, 2017, 08:39:54 PM
 #77

blockexplorer?
http://blocks.unotecoin.com will be opened around 1hour after launching.

Regards!
Thank you! What is the p2p port?

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

Activity: 1027
Merit: 1000


View Profile
September 15, 2017, 11:41:07 PM
 #78

20 minutes before the start or I counted wrong?
tamara163
Legendary
*
Offline Offline

Activity: 1027
Merit: 1000


View Profile
September 15, 2017, 11:59:42 PM
 #79

I have created wallet, so how to use miner?

I tried to start mining  like this (windows)

miner --address **********


and got this mess

Fatal: The stream is ended

And, by the way, where are pool essentials: port, address, etc... How to run ccminer?
the nodes still don't work
minerja
Sr. Member
****
Offline Offline

Activity: 1248
Merit: 297


View Profile
September 16, 2017, 12:13:57 AM
 #80

What happened to the pool?
1h 13 mins late
Sad
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!