Pages:
Author

Topic: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco - page 61. (Read 102456 times)

full member
Activity: 322
Merit: 100
Anybody explain me which Block division for POS?

Until block 131 400: 20% of blocks (around 2 MCC par block) - OК. How much MCC after 131400 block?

And what means "After 9 months 50% of blocks."? How much MCC per block?

Thanks!
full member
Activity: 756
Merit: 103
***

Cool Cool Cool


Fast. Safe. Low Fees.

Use your wallet address as your username, and c=MCC as your password.
No Registration required.

Cool Cool Cool

For GPU:

Code:
-a x11 -o stratum+tcp://beardedpool.fr:3533 -u YOUR_WALLET-p c=MCC


For Nicehash, ASIC and hashrates above 5Gh/s

Code:
-a x11 -o stratum+tcp://beardedpool.fr:3534 -u YOUR_WALLET-p c=MCC


***

THIS WEEK IS THE OPENING OF THE POOL, IT'S 0% FEE ON ALL X11 COIN, THROW YOUR HASH!!

***
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
Hi, I think I configured correctly my masternode according to the tutorial but I tried a lot of times and my masternode state is: "Needs restart", I restart and then the state is "watchdog expired" or one time "pre-enabled", I use the commands on restart on the consolle, and says its succesfull, the console of the PVS server says is succesfully configured, so what I have to do?

An invitation for slack please?

Thanks

Hello, our link is available by clicking in the slack icon in the ANN : https://join.slack.com/t/monacocoin/shared_invite/enQtMjQ0MTMxMzUyNTY1LWRlNTU0NTEwYzQ5ZTQ0NTg1MTY4YTdhNDJmMzEyYmFmMmMwNTA1MTRhN2Q1ODFiNzk3ZTA3NGE3MGFhMDBmZTE

One of the reason could be that you made a mistake in the sentinel.conf or in the crontab. Can you check again ?
newbie
Activity: 36
Merit: 0
Hi, I think I configured correctly my masternode according to the tutorial but I tried a lot of times and my masternode state is: "Needs restart", I restart and then the state is "watchdog expired" or one time "pre-enabled", I use the commands on restart on the consolle, and says its succesfull, the console of the PVS server says is succesfully configured, so what I have to do?

An invitation for slack please?

Thanks
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
Need some serious help with my masternode. I set it up yesterday, and it had passed the sentinel test (I could visualize my node at Masternodes.pro map). However, today my MN was down. When I issued masternodes status, I got the watchdog expired error message. So, I decided to rerun the sentinel test, and now I'm getting the following errors (it's a Linux clinet, by the way):

========================================================================= test session starts =========================================================================
platform linux2 -- Python 2.7.9, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: /home/pi/sentinel, inifile:
collected 12 items / 2 errors

=============================================================================== ERRORS ================================================================================
_________________________________________________________ ERROR collecting test/unit/models/test_proposals.py _________________________________________________________
../../test/unit/models/test_proposals.py:10: in
    from models import GovernanceObject, Proposal, Vote
../../lib/models.py:5: in
    import init
../../lib/init.py:103: in
    main()
../../lib/init.py:94: in main
    if not is_database_correctly_configured():
../../lib/init.py:55: in is_database_correctly_configured
    sys.exit(1)
E   SystemExit: 1
--------------------------------------------------------------------------- Captured stdout ---------------------------------------------------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'sentinel.conf'.
________________________________________________________ ERROR collecting test/unit/models/test_superblocks.py ________________________________________________________
../../test/unit/models/test_superblocks.py:10: in
    from models import GovernanceObject, Proposal, Superblock, Vote
../../lib/models.py:5: in
    import init
../../lib/init.py:103: in
    main()
../../lib/init.py:94: in main
    if not is_database_correctly_configured():
../../lib/init.py:55: in is_database_correctly_configured
    sys.exit(1)
E   SystemExit: 1
--------------------------------------------------------------------------- Captured stdout ---------------------------------------------------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'sentinel.conf'.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
======================================================================= 2 error in 7.75 seconds =======================================================================

Hello, can you come on slack it would be easier to communicate ?

One possibiliity is that you launched the test as root. But I don't have enough information to check this.
newbie
Activity: 34
Merit: 0
Need some serious help with my masternode. I set it up yesterday, and it had passed the sentinel test (I could visualize my node at Masternodes.pro map). However, today my MN was down. When I issued masternodes status, I got the watchdog expired error message. So, I decided to rerun the sentinel test, and now I'm getting the following errors (it's a Linux clinet, by the way):

========================================================================= test session starts =========================================================================
platform linux2 -- Python 2.7.9, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: /home/pi/sentinel, inifile:
collected 12 items / 2 errors

=============================================================================== ERRORS ================================================================================
_________________________________________________________ ERROR collecting test/unit/models/test_proposals.py _________________________________________________________
../../test/unit/models/test_proposals.py:10: in
    from models import GovernanceObject, Proposal, Vote
../../lib/models.py:5: in
    import init
../../lib/init.py:103: in
    main()
../../lib/init.py:94: in main
    if not is_database_correctly_configured():
../../lib/init.py:55: in is_database_correctly_configured
    sys.exit(1)
E   SystemExit: 1
--------------------------------------------------------------------------- Captured stdout ---------------------------------------------------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'sentinel.conf'.
________________________________________________________ ERROR collecting test/unit/models/test_superblocks.py ________________________________________________________
../../test/unit/models/test_superblocks.py:10: in
    from models import GovernanceObject, Proposal, Superblock, Vote
../../lib/models.py:5: in
    import init
../../lib/init.py:103: in
    main()
../../lib/init.py:94: in main
    if not is_database_correctly_configured():
../../lib/init.py:55: in is_database_correctly_configured
    sys.exit(1)
E   SystemExit: 1
--------------------------------------------------------------------------- Captured stdout ---------------------------------------------------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'sentinel.conf'.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
======================================================================= 2 error in 7.75 seconds =======================================================================
newbie
Activity: 37
Merit: 0
Are there any groups in the telegram?
What software can I use for mining? (RX AMD)
newbie
Activity: 37
Merit: 0
Hello, I would be here to invest in this project.

Nice to meet you XMCC.
sr. member
Activity: 546
Merit: 254
ʕʘ̅͜ʘ̅ʔ
Code:
ldd monacoCoind

And look from where it wants to load the library.

Code:
/home/monaco# ldd monacoCoind
        linux-vdso.so.1 =>  (0x00007ffe59ff7000)
        libboost_system.so.1.54.0 => /usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0 (0x00007f7186326000)
        libboost_filesystem.so.1.54.0 => not found
        libboost_program_options.so.1.54.0 => not found
        libboost_thread.so.1.54.0 => not found
        libboost_chrono.so.1.54.0 => not found
        libdb_cxx-4.8.so => /usr/lib/libdb_cxx-4.8.so (0x00007f7185f80000)
        libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0 (0x00007f7185b3c000)
        libminiupnpc.so.8 => not found
        libevent_pthreads-2.0.so.5 => not found
        libevent-2.0.so.5 => /usr/lib/x86_64-linux-gnu/libevent-2.0.so.5 (0x00007f71858f5000)
        libanl.so.1 => /lib/x86_64-linux-gnu/libanl.so.1 (0x00007f71856f1000)
        libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f718536e000)
        libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f7185065000)
        libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f7184e4f000)
        libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f7184c31000)
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f7184867000)
        libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f7184663000)
        /lib64/ld-linux-x86-64.so.2 (0x0000560922d93000)

ill try to build from source later

but now i see what you did there, i guess i would have to symlink all the missing files to make it work.
i dont use libminiupnp, i do have to disable it in source anyway.. great help thanks

i have a problem when trying to start the wallet on linux vps ubuntu 16.04:

Code:
./monacoCoind: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory

i installed all dependencies from tutorial..
what can it be ?!

Code:
/home/monaco# sudo updatedb && locate "libboost_system.so"
/usr/lib/x86_64-linux-gnu/libboost_system.so
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.46.1
/usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0

i tried to generate symbolic link
Code:
sudo ln -s /usr/lib/x86_64-linux-gnu/libboost_system.so.1.58.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.54.0

still not working

The main dependencies for monacoCoin is :

Code:
sudo apt-get install libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-program-options-dev libboost-test-dev libboost-thread-dev

You can check : https://github.com/monacocoin-net/monacoCoin-Core/blob/master/doc/build-unix.md for help you to build on linux,

also Try to ubuntu 14.04 is very easy to build

Thank's

thanks, the helpfile is very clear exept on this line:

Code:
git clone https://github.com/monacocoin-net/monacoCoin-Core.git cd monacoCoin-Core ./autogen.sh ./configure make make install # optional

i think it goes like this:

Code:
git clone https://github.com/monacocoin-net/monacoCoin-Core.git
cd monacoCoin-Core
./autogen.sh
./configure --without-miniupnpc
make
make install # optional

this should get you setup
sr. member
Activity: 546
Merit: 254
ʕʘ̅͜ʘ̅ʔ
Hello all masternode experts...

I am following the tutorial and I get to this line but get an error what am I doing wrong


type ./monacoCoind

bob@MonacoMaster1:~$ ./monacoCoind
./monacoCoind: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory


thx


i just setup another node and run into the same problem (again)
if you search for my name in the top right corner you will find the awnser,
while installing ill keep notes and add my own guide later (sorry been very busy)
member
Activity: 160
Merit: 10
Hello all masternode experts...

I am following the tutorial and I get to this line but get an error what am I doing wrong


type ./monacoCoind

bob@MonacoMaster1:~$ ./monacoCoind
./monacoCoind: error while loading shared libraries: libboost_system.so.1.54.0: cannot open shared object file: No such file or directory


thx
newbie
Activity: 56
Merit: 0
Sweet -- we just got added to cryptopia!

https://www.cryptopia.co.nz/Exchange/?market=XMCC_BTC

Bittrex would be much much better. way more volume.

Also a youtube video in English on how to make mastenode would be appreciated.
newbie
Activity: 34
Merit: 0
member
Activity: 112
Merit: 10
Hi everyone,

Great news today more 300 masternode on networks.

A new options 'Market' is add to block explorer : http://block.monacocoin.net:8080/markets/cryptopia

many thank's for your support

Hi dev. next week. We will have events

-    MonacoCoin Team will publish its first video podcast about the project and  a team presentation
-    MonacoCoin will be in partnership with a big event in November
-    Announcement of our first MonacoCoin public meeting in Monaco (Blockchain information and questions / answers) this meeting will be in french and is free.Some news about our network :
full member
Activity: 206
Merit: 100
www.monoeci.io
Hi everyone,

Great news today more 300 masternode on networks.

A new options 'Market' is add to block explorer : http://block.monacocoin.net:8080/markets/cryptopia

many thank's for your support
member
Activity: 74
Merit: 10
Lpool

WebSite : http://lpool.name
 you stole from me 40 blocks of Monacocoin I rented nicehash my wallet MDdUzamTrHjEWLK1223RL4cyKBde8JJPZJ

full member
Activity: 210
Merit: 100
AltMiner.Net | Low-Fee Pool | 2hr Payout
And still you can mine at https://altminer.net  Grin

We have taken measures against the multiple DDoS attacks running on many yiimp pools currently.
full member
Activity: 224
Merit: 100
MonacoCoin Team Member
You can find MonacoCoin markets on Cryptopia here :

XMCC/BTC

XMCC/LTC

XMCC/DOGE
full member
Activity: 206
Merit: 100
www.monoeci.io
Great news this morning in Monaco (is 7 pm in france)

Thank's at Cryptopia for listing MonacoCoin Smiley


EXCHANGE READY NOW
for technical reasons, MCC is XMCC in Cryptopia

Many thank's also for all support message on forum and twitter
member
Activity: 112
Merit: 10
MonacoCoin(XMCC) is now live on Cryptopia

https://www.cryptopia.co.nz                   
Exchange, Marketplace & Forums

Welcome to the family!
Pages:
Jump to: