Bitcoin Forum
May 04, 2024, 09:52:47 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 83 84 85 86 87 88 89 90 91 92 »
  Print  
Author Topic: [ANN][MASTERNODE] Monoeci - A cryptocurrency for Monaco  (Read 102416 times)
aziz199505
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
December 29, 2017, 02:17:31 AM
 #1181

Here is the article for setting up monoeci masternode
https://steemit.com/monoeci/@aziz199505/monoeci-masternode-set-up

Leave a feedback if I am missing thanks  Cheesy
Whoever mines the block which ends up containing your transaction will get its fee.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714859567
Hero Member
*
Offline Offline

Posts: 1714859567

View Profile Personal Message (Offline)

Ignore
1714859567
Reply with quote  #2

1714859567
Report to moderator
1714859567
Hero Member
*
Offline Offline

Posts: 1714859567

View Profile Personal Message (Offline)

Ignore
1714859567
Reply with quote  #2

1714859567
Report to moderator
1714859567
Hero Member
*
Offline Offline

Posts: 1714859567

View Profile Personal Message (Offline)

Ignore
1714859567
Reply with quote  #2

1714859567
Report to moderator
decrypt3d
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
December 29, 2017, 03:22:54 AM
Last edit: December 29, 2017, 11:20:36 AM by decrypt3d
 #1182

Does anyone know why masternodes.online still only shows 1.3 XMCCs earned from Masternodes a day?

Never mind. Average of actual payout frequency
mush74
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 29, 2017, 09:48:17 AM
 #1183

Hi,

Any idea why I get this error , I have download the file and done the 3 CP commands

From Manual : Information The CP commands in the /usr/bin directory to directly launch the client without using ./monoecid but monoecid

But i get this error when I try and run the monecid

monoeci@scw-044499:~$ monoecid
bash: /usr/bin/monoecid: cannot execute binary file: Exec format error

I have search the directory and the monoecid file is there

I have setup a ARM server on scaleway not a X86 as they had sold out , would that be a issue?
Thanks
bamer
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
December 29, 2017, 09:53:03 AM
 #1184

Hi,

Any idea why I get this error , I have download the file and done the 3 CP commands

From Manual : Information The CP commands in the /usr/bin directory to directly launch the client without using ./monoecid but monoecid

But i get this error when I try and run the monecid

monoeci@scw-044499:~$ monoecid
bash: /usr/bin/monoecid: cannot execute binary file: Exec format error

I have search the directory and the monoecid file is there

I have setup a ARM server on scaleway not a X86 as they had sold out , would that be a issue?
Thanks

yes it is, you have to compile the core for ARM platform by yourself (clone git, and make install, ..., ...).
don't know if it's going to compil good on ARM (normaly it will),

good luck
decrypt3d
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
December 29, 2017, 11:23:00 AM
 #1185

Any plans for JAXX or mobile wallets?

Thanks!
mush74
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 30, 2017, 10:08:35 AM
 #1186

Sentinel Error

Hi, I have got my masternodes running , wallet sync etc but when I run the sentinel test  I get 19 passes and 1 fail which is test_monoecid

I have check the sentinel Github readme and run the debug and get the following

root@scw-6cb7c0:~/sentinel# SENTINEL_DEBUG=1 ./venv/bin/python bin/sentinel.py
2017-12-30 10:04:46 [info]: SCHEMA_VERSION (code) = [20170111-1]
2017-12-30 10:04:46 [info]: DB_SCHEMA_VERSION = [20170111-1]
-342: non-JSON HTTP response with '401 Unauthorized' from server
Cannot connect to monoecid. Please ensure monoecid is running and the JSONRPC port is open to Sentinel.

Monoecid is running and I can get status from
monoeci-cli getinfo
monoeci-cli mnsync status

Thanks
narousberg
Legendary
*
Offline Offline

Activity: 1749
Merit: 1007



View Profile
January 01, 2018, 05:38:01 AM
 #1187

today i got this error by testing sentinel:

alex@unassigned-hostname:~/sentinel$ ./venv/bin/py.test ./test
======================================================= test session starts ========================================================
platform linux2 -- Python 2.7.12, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: /home/alex/sentinel, inifile:
collected 20 items

test/integration/test_jsonrpc.py F
test/unit/test_models.py ..
test/unit/test_monoeci_config.py .
test/unit/test_monoecid_data_shims.py ..
test/unit/test_monoeciy_things.py .....
test/unit/test_submit_command.py .
test/unit/models/test_proposals.py ...
test/unit/models/test_superblocks.py .....

============================================================= FAILURES =============================================================
__________________________________________________________ test_monoecid ___________________________________________________________

    def test_monoecid():
        config_text = monoeciConfig.slurp_config_file(config.monoeci_conf)
        network = 'mainnet'
        is_testnet = False
        genesis_hash = u'0000005be1eb05b05fb45ae38ee9c1441514a65343cd146100a574de4278f1a3'
        for line in config_text.split("\n"):
            if line.startswith('testnet=1'):
                network = 'testnet'
                is_testnet = True
                genesis_hash = u'000008f18ad6913eed878632efbb83909272d493e5c065789330eb23ab65b5cf'
    
        creds = monoeciConfig.get_rpc_creds(config_text, network)
        monoecid = monoeciDaemon(**creds)
        assert monoecid.rpc_command is not None
    
>       assert hasattr(monoecid, 'rpc_connection')
E       assert False
E        +  where False = hasattr(<monoecid.monoeciDaemon instance at 0x7fab16693e18>, 'rpc_connection')

test/integration/test_jsonrpc.py:30: AssertionError
=============================================== 1 failed, 19 passed in 0.46 seconds ================================================
alex@unassigned-hostname:~/sentinel$



SOLVED: set shorter rpc password in monoeci.conf

I AM NOT SELL MY BITCOINTALK ACCOUNT !!!
fynxgloire
Full Member
***
Offline Offline

Activity: 294
Merit: 100


View Profile
January 01, 2018, 06:01:06 AM
 #1188

Hi,
which one of the executable for windows 64 do we run for the wallet:
monoeci-cli.exe
monoecid.exe
monoeci-tx.exe
ronnylov
Member
**
Offline Offline

Activity: 276
Merit: 13


View Profile
January 01, 2018, 03:24:20 PM
 #1189

Hi,
which one of the executable for windows 64 do we run for the wallet:
monoeci-cli.exe
monoecid.exe
monoeci-tx.exe

If you want to run the graphical wallet it should be monoeci-qt.exe
If you want to use command line wallet (which usually is more what you use on a server) you should start monoecid.exe and then use monoeci-cli.exe for the wallet functions (with monoecid running in tge background). When using monoeci-qt GUI wallet you don´t need monoecid running in background.

I don´t know what monoeci-tx.exe is, never seen that one. I use Linux mainly so maybe it is a windows thing?

★★★ LETHEAN ★★★
BLOCKCHAIN BACKED DECENTRALISED P2P VPN
MediumTwitterDiscordRedditFacebookWhitepaperBitcointalk Ann
Mr_Burst
Full Member
***
Offline Offline

Activity: 322
Merit: 100


View Profile
January 01, 2018, 03:33:41 PM
 #1190


-    Increase of masternode rewards from 2 to 5 XMCC


From which block will the change occur?
zephuros
Newbie
*
Offline Offline

Activity: 49
Merit: 0


View Profile
January 01, 2018, 07:16:33 PM
 #1191

if my vps wallet says masternode seccessfully started should i still be getting watchdog error?
narousberg
Legendary
*
Offline Offline

Activity: 1749
Merit: 1007



View Profile
January 02, 2018, 03:15:29 AM
 #1192


-    Increase of masternode rewards from 2 to 5 XMCC


From which block will the change occur?
Block 120000  soon, get ready)

I AM NOT SELL MY BITCOINTALK ACCOUNT !!!
narousberg
Legendary
*
Offline Offline

Activity: 1749
Merit: 1007



View Profile
January 02, 2018, 03:18:26 AM
 #1193

if my vps wallet says masternode seccessfully started should i still be getting watchdog error?
yes, you will see from time to time, that MN status is WATCHDOG_EXPIRED, but dont worry, sentinel+crontab (if configured) restart your MN soon

I AM NOT SELL MY BITCOINTALK ACCOUNT !!!
fynxgloire
Full Member
***
Offline Offline

Activity: 294
Merit: 100


View Profile
January 02, 2018, 09:39:00 AM
 #1194

Hey guys,
do u know how many coins I can mine with per day using a ANTMINER D3?
esprit577
Sr. Member
****
Offline Offline

Activity: 541
Merit: 250



View Profile
January 02, 2018, 11:02:09 AM
 #1195

The starting point of the Monaco project is very good, to build a country's payment service, and I think that in the future, the cryptocurrency will become a real payment method, and its advantages are very obvious.In addition, I want to know how much is masternode's daily revenue?
narousberg
Legendary
*
Offline Offline

Activity: 1749
Merit: 1007



View Profile
January 02, 2018, 12:03:44 PM
 #1196

The starting point of the Monaco project is very good, to build a country's payment service, and I think that in the future, the cryptocurrency will become a real payment method, and its advantages are very obvious.In addition, I want to know how much is masternode's daily revenue?
now one payment (2 xmcc) per node in 47 hours

I AM NOT SELL MY BITCOINTALK ACCOUNT !!!
fynxgloire
Full Member
***
Offline Offline

Activity: 294
Merit: 100


View Profile
January 02, 2018, 12:13:51 PM
 #1197

The starting point of the Monaco project is very good, to build a country's payment service, and I think that in the future, the cryptocurrency will become a real payment method, and its advantages are very obvious.In addition, I want to know how much is masternode's daily revenue?
now one payment (2 xmcc) per node in 47 hours

So in other words 1 coin per day?  ( 2 coins in 48 = 1 coin in 24 )
1 coin per 24 hours.
$3.54 per day?
More.Hash
Member
**
Offline Offline

Activity: 168
Merit: 11

Bitcore (BTX) - Airdrops every Monday


View Profile
January 02, 2018, 12:53:40 PM
 #1198

the MN rewards will be changed somewhen in january. the reward for MN will raise from 2 to 5.

so you can expect 2.5 coin per day at the current ratio.

Bitcore BTX - The Future Is Now | free BTX claiming for BTC holders + weekly airdrops + GPU mining
Bitcore F.A.Q.   |   BTX claiming + more info   |   ANN bitcointalk: open discussion   
segwit + bloom + 10 MB blocks + 2.5 min blocktime + only 400 MB blockchain! + Diff64_15 smooth algo
ronnylov
Member
**
Offline Offline

Activity: 276
Merit: 13


View Profile
January 02, 2018, 01:02:56 PM
 #1199

The starting point of the Monaco project is very good, to build a country's payment service, and I think that in the future, the cryptocurrency will become a real payment method, and its advantages are very obvious.In addition, I want to know how much is masternode's daily revenue?
now one payment (2 xmcc) per node in 47 hours

So in other words 1 coin per day?  ( 2 coins in 48 = 1 coin in 24 )
1 coin per 24 hours.
$3.54 per day?

You can also check this page for a rough estimation of Daily income:
https://masternodes.online/currencies/XMCC/

But as previously mentioned the reward will increase very soon at block 120000.
We are now at block 119750. 2 minutes per block on average so that would be within just a few hours.

★★★ LETHEAN ★★★
BLOCKCHAIN BACKED DECENTRALISED P2P VPN
MediumTwitterDiscordRedditFacebookWhitepaperBitcointalk Ann
Mr_Burst
Full Member
***
Offline Offline

Activity: 322
Merit: 100


View Profile
January 02, 2018, 09:10:59 PM
 #1200


-    Increase of masternode rewards from 2 to 5 XMCC


From which block will the change occur?
Block 120000  soon, get ready)

OK. Fasten your seatbelt )
Pages: « 1 ... 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 83 84 85 86 87 88 89 90 91 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!