Bitcoin Forum
June 17, 2024, 03:05:58 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [32] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 92 »
  Print  
Author Topic: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco  (Read 102423 times)
freetrax (OP)
Full Member
***
Offline Offline

Activity: 206
Merit: 100


www.monoeci.io


View Profile WWW
September 22, 2017, 02:30:24 PM
 #621

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

▲▲Monoeci.io - CryptocurrencyWeb Site▲▲
Follow :Twitter
ducphuc01hp
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
September 22, 2017, 02:35:06 PM
 #622

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 :
biobit
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
September 22, 2017, 09:36:57 PM
Last edit: September 24, 2017, 02:24:22 PM by biobit
 #623

.
attilafx
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
September 22, 2017, 10:03:00 PM
 #624

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.
ripcurrent
Member
**
Offline Offline

Activity: 160
Merit: 10


View Profile
September 22, 2017, 10:08:14 PM
 #625

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 Offline

Activity: 546
Merit: 254


ʕʘ̅͜ʘ̅ʔ


View Profile
September 22, 2017, 11:35:34 PM
 #626

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!



Website
Twitter
BTCT ANN
polylogic
Sr. Member
****
Offline Offline

Activity: 546
Merit: 254


ʕʘ̅͜ʘ̅ʔ


View Profile
September 22, 2017, 11:39:49 PM
Last edit: September 23, 2017, 12:01:17 AM by polylogic
 #627

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

.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!



Website
Twitter
BTCT ANN
Cantalupo
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
September 23, 2017, 09:19:40 PM
Last edit: September 23, 2017, 10:12:38 PM by Cantalupo
 #628

Hello, I would be here to invest in this project.

Nice to meet you XMCC.
Cantalupo
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
September 23, 2017, 10:12:10 PM
 #629

Are there any groups in the telegram?
What software can I use for mining? (RX AMD)
biobit
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
September 24, 2017, 02:24:41 PM
 #630

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 Offline

Activity: 224
Merit: 100

MonacoCoin Team Member


View Profile
September 24, 2017, 02:56:22 PM
 #631

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 Offline

Activity: 36
Merit: 0


View Profile
September 24, 2017, 05:27:25 PM
Last edit: September 24, 2017, 06:42:57 PM by Loperenbits
 #632

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 Offline

Activity: 224
Merit: 100

MonacoCoin Team Member


View Profile
September 24, 2017, 08:42:18 PM
 #633

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
Full Member
***
Offline Offline

Activity: 756
Merit: 103



View Profile
September 26, 2017, 09:55:18 AM
 #634

***

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

***

Mr_Burst
Full Member
***
Offline Offline

Activity: 322
Merit: 100


View Profile
September 26, 2017, 06:07:35 PM
 #635

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 Offline

Activity: 964
Merit: 1000



View Profile
September 26, 2017, 06:22:54 PM
 #636

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
Full Member
***
Offline Offline

Activity: 322
Merit: 100


View Profile
September 26, 2017, 06:49:46 PM
 #637

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 Offline

Activity: 964
Merit: 1000



View Profile
September 26, 2017, 07:24:45 PM
Last edit: September 26, 2017, 08:44:52 PM by infernoman
 #638

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 Smiley it happens in blockchains when trying to estimate the number of days before something happens

EDIT: I've been corrected Smiley

At block 131 400, the reward increases over 9 months until it reaches 50% of the block
freetrax (OP)
Full Member
***
Offline Offline

Activity: 206
Merit: 100


www.monoeci.io


View Profile WWW
September 26, 2017, 09:10:26 PM
 #639

Hi everyone,

This night dev complete first version beta for MacOs.

You could try test MacOs Wallet here :

https://github.com/monacocoin-net/monacoCoin-Core/releases/download/0.12.1.5.1/monacoCoinCore-0.12.1.5.1-MacOS-wallet-BETA



Is beta version (some bug probably Smiley ! Don't hesitate to post your bug here or pm me

Team working also to new website , with team presentation and some event to october.

Many Thanks for your support !

▲▲Monoeci.io - CryptocurrencyWeb Site▲▲
Follow :Twitter
Nillecram
Full Member
***
Offline Offline

Activity: 148
Merit: 100


View Profile WWW
September 26, 2017, 10:11:43 PM
 #640



NEW FRENCH MINING POOL HAS BEEN ADDED
https://pool.bilbotel.fr


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
Code:
-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 :
Code:
-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=XMCC

Compare your stats on : http://pool.bilbotel.fr/bench

Peer List (addnode) : http://pool.bilbotel.fr/explorer/peers?id=1871

If not, you will be mining DAS with a DESIRE wallet address, your share will be lost.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 [32] 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 ... 92 »
  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!