freetrax (OP)
Full Member
 
Offline
Activity: 206
Merit: 100
www.monoeci.io
|
 |
September 22, 2017, 02:30:24 PM |
|
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/cryptopiamany thank's for your support
|
|
|
|
ducphuc01hp
Member

Offline
Activity: 112
Merit: 10
|
 |
September 22, 2017, 02:35:06 PM |
|
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 :
|
|
|
|
biobit
Newbie
Offline
Activity: 34
Merit: 0
|
 |
September 22, 2017, 09:36:57 PM Last edit: September 24, 2017, 02:24:22 PM by biobit |
|
.
|
|
|
|
attilafx
Newbie
Offline
Activity: 56
Merit: 0
|
 |
September 22, 2017, 10:03:00 PM |
|
Bittrex would be much much better. way more volume. Also a youtube video in English on how to make mastenode would be appreciated.
|
|
|
|
ripcurrent
Member

Offline
Activity: 160
Merit: 10
|
 |
September 22, 2017, 10:08:14 PM |
|
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
|
|
|
|
polylogic
Sr. Member
  
Offline
Activity: 546
Merit: 254
ʕʘ̅͜ʘ̅ʔ
|
 |
September 22, 2017, 11:35:34 PM |
|
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)
|
◾.Presale LIVE.✔.◾ Crypto Visa EU OUT NOW.✔ ◾ Bonus Payments.✔ ◾ Cashback ✔ ◾ Rainshowers ✔ ◾ Ambassador Bounty ✔ Founding the next way of banking D E Z E N T R A L I Z E D | | | | █ |
| ║ █ ║
| █ █ █
| | | | | | | | | 2gether.global
| | | | | | | | | █ █ █
| ║ █ ║
| | █
| | | AI optimized Community driven Personal banking | | | ║ █ ║
| | ❌ VFA Approved ✅ ERC-20 Token ⚠⚠ Join presale now!
| | | ║ █ ║
| | |
|
|
|
|
polylogic
Sr. Member
  
Offline
Activity: 546
Merit: 254
ʕʘ̅͜ʘ̅ʔ
|
 |
September 22, 2017, 11:39:49 PM Last edit: September 23, 2017, 12:01:17 AM by polylogic |
|
And look from where it wants to load the library. /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: ./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 ?! /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 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 : 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: 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: 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
|
◾.Presale LIVE.✔.◾ Crypto Visa EU OUT NOW.✔ ◾ Bonus Payments.✔ ◾ Cashback ✔ ◾ Rainshowers ✔ ◾ Ambassador Bounty ✔ Founding the next way of banking D E Z E N T R A L I Z E D | | | | █ |
| ║ █ ║
| █ █ █
| | | | | | | | | 2gether.global
| | | | | | | | | █ █ █
| ║ █ ║
| | █
| | | AI optimized Community driven Personal banking | | | ║ █ ║
| | ❌ VFA Approved ✅ ERC-20 Token ⚠⚠ Join presale now!
| | | ║ █ ║
| | |
|
|
|
|
Cantalupo
Newbie
Offline
Activity: 37
Merit: 0
|
 |
September 23, 2017, 09:19:40 PM Last edit: September 23, 2017, 10:12:38 PM by Cantalupo |
|
Hello, I would be here to invest in this project.
Nice to meet you XMCC.
|
|
|
|
Cantalupo
Newbie
Offline
Activity: 37
Merit: 0
|
 |
September 23, 2017, 10:12:10 PM |
|
Are there any groups in the telegram? What software can I use for mining? (RX AMD)
|
|
|
|
biobit
Newbie
Offline
Activity: 34
Merit: 0
|
 |
September 24, 2017, 02:24:41 PM |
|
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 <module> from models import GovernanceObject, Proposal, Vote ../../lib/models.py:5: in <module> import init ../../lib/init.py:103: in <module> 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 <module> from models import GovernanceObject, Proposal, Superblock, Vote ../../lib/models.py:5: in <module> import init ../../lib/init.py:103: in <module> 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 =======================================================================
|
|
|
|
monacoCoin
Full Member
 
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
 |
September 24, 2017, 02:56:22 PM |
|
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 <module> from models import GovernanceObject, Proposal, Vote ../../lib/models.py:5: in <module> import init ../../lib/init.py:103: in <module> 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 <module> from models import GovernanceObject, Proposal, Superblock, Vote ../../lib/models.py:5: in <module> import init ../../lib/init.py:103: in <module> 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.
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
Loperenbits
Newbie
Offline
Activity: 36
Merit: 0
|
 |
September 24, 2017, 05:27:25 PM Last edit: September 24, 2017, 06:42:57 PM by Loperenbits |
|
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
|
|
|
|
monacoCoin
Full Member
 
Offline
Activity: 224
Merit: 100
MonacoCoin Team Member
|
 |
September 24, 2017, 08:42:18 PM |
|
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 ?
|
▲▲MonacoCoin Team▲▲ The Cryptocurrency for the Principality of Monaco
|
|
|
trgnn
|
 |
September 26, 2017, 09:55:18 AM |
|
*** Fast. Safe. Low Fees. Use your wallet address as your username, and c=MCC as your password. No Registration required.
For GPU: -a x11 -o stratum+tcp://beardedpool.fr:3533 -u YOUR_WALLET-p c=MCC For Nicehash, ASIC and hashrates above 5Gh/s -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!! ***
|
|
|
|
Mr_Burst
|
 |
September 26, 2017, 06:07:35 PM |
|
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!
|
|
|
|
infernoman
Legendary
Offline
Activity: 964
Merit: 1000
|
 |
September 26, 2017, 06:22:54 PM |
|
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!
Division for Masternodes(Proof of Service) is 50% (5 coins) after block 131 400 which is around 9 months. Currently it is 20% (2 coins)
|
|
|
|
Mr_Burst
|
 |
September 26, 2017, 06:49:46 PM |
|
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!
Division for Masternodes(Proof of Service) is 50% (5 coins) after block 131 400 which is around 9 months. Currently it is 20% (2 coins) But if one block time is 2 mins -> 30 blocks per hour -> 720 blocks per day. Now block № 55377 131400-55377=76023 block before 50% PoS 76023 / 720 = 106 days = 3.5 month. Why 9 month?
|
|
|
|
infernoman
Legendary
Offline
Activity: 964
Merit: 1000
|
 |
September 26, 2017, 07:24:45 PM Last edit: September 26, 2017, 08:44:52 PM by infernoman |
|
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!
Division for Masternodes(Proof of Service) is 50% (5 coins) after block 131 400 which is around 9 months. Currently it is 20% (2 coins) But if one block time is 2 mins -> 30 blocks per hour -> 720 blocks per day. Now block № 55377 131400-55377=76023 block before 50% PoS 76023 / 720 = 106 days = 3.5 month. Why 9 month? we're almost into month 3 now, but it looks like things were just miscalculated a bit  it happens in blockchains when trying to estimate the number of days before something happens EDIT: I've been corrected At block 131 400, the reward increases over 9 months until it reaches 50% of the block
|
|
|
|
|
Nillecram
|
 |
September 26, 2017, 10:11:43 PM |
|
VarDiff, Low latency, distributed and secure mining pool infrastructure 0.5% fees Automatic payouts every 2H if balance > 0.1 XMCC, and on Sunday if > 0.01. No registration required
Just add the following after having replaced the wallet address to your miner -a x11 -o stratum+tcp://pool.bilbotel.fr:3533 -u WALLET -p c=XMCC,stats You can also specified the diff in the password for NiceHash, like : -a x11 -o stratum+tcp://pool.bilbotel.fr:3534 -u WALLET -p c=XMCC If you get some bad share, increase the diff. Don't forget to put in your password : c=XMCCCompare your stats on : http://pool.bilbotel.fr/benchPeer List (addnode) : http://pool.bilbotel.fr/explorer/peers?id=1871If not, you will be mining DAS with a DESIRE wallet address, your share will be lost.
|
|
|
|
|