Bitcoin Forum
June 06, 2024, 06:34:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 📈🔺[ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE]🔺 on: September 15, 2017, 11:30:58 PM
can someone get me so friggin MN coins from this dumb exchange?? please?


It is too expensive and promising to distribute it to the homeless.
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ⛒ CREATIO ⛒ ICO CLOSED ⛒ IN-WALLET COIN CREATOR ⛒ UPDATE ⛒ on: September 15, 2017, 11:08:15 PM
What is PoS ?
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 📈🔺[ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE]🔺 on: September 15, 2017, 06:48:33 PM
Did you planing come to Bittrex? Poloniex? Maybe some other exchange markets?

To read the book right on the first page... (1 post)
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 📈🔺[ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE]🔺 on: September 13, 2017, 03:11:27 PM
CryptoBomg, can you come on slack ? It will be easier than on Btctalk.

And please guys, don't change the font size, we use when we have something to announce.
Ok, am in
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 📈🔺[ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE]🔺 on: September 13, 2017, 02:02:29 PM
What it is WATCHDOG_EXPIRED  ?

It means that there is a problem with sentinel.

What is the result of     ./monacoCoin-cli masternode status ?

Did you install sentinel ?

If yes, did you replace YOUR HOME DIRECTORY by your username in the sentinel.conf ? (edited)

If, yes, was the test : ./venv/bin/py.test ./test ok ?

If yes, did you replace YOURUSERNAME by your username in the crontab ?

If everything is ok,

root@cs36265:~/sentinel# ./venv/bin/py.test ./test
[hide]
================================================================================================================================================================ test session starts =================================================================================================================================================================
platform linux2 -- Python 2.7.12, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: /root/sentinel, inifile:
collected 20 items

test/integration/test_jsonrpc.py F
test/unit/test_models.py ..
test/unit/test_monacoCoin_config.py .
test/unit/test_monacoCoind_data_shims.py ..
test/unit/test_monacoCoiny_things.py .....
test/unit/test_submit_command.py .
test/unit/models/test_proposals.py ...
test/unit/models/test_superblocks.py .....

====================================================================================================================================================================== FAILURES ======================================================================================================================================================================
_______________________________________________________________________________ _______________________________________________________________________________ ____ test_monacoCoind _______________________________________________________________________________ _______________________________________________________________________________ ____

    def test_monacoCoind():
        config_text = monacoCoinConfig.slurp_config_file(config.monacoCoin_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 = monacoCoinConfig.get_rpc_creds(config_text, network)
        monacoCoind = monacoCoinDaemon(**creds)
        assert monacoCoind.rpc_command is not None

        assert hasattr(monacoCoind, 'rpc_connection')

        # monacoCoin testnet block 0 hash == 00000bafbc94add76cb75e2ec92894837288a481e5c005f6563d91623bf8bc2c
        # test commands without arguments
>       info = monacoCoind.rpc_command('getinfo')

test/integration/test_jsonrpc.py:34:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
lib/monacoCoind.py:42: in rpc_command
    return self.rpc_connection.__getattr__(params[0])(*params[1:])
venv/local/lib/python2.7/site-packages/bitcoinrpc/authproxy.py:136: in __call__
    'Content-type': 'application/json'})
/usr/lib/python2.7/httplib.py:1057: in request
    self._send_request(method, url, body, headers)
/usr/lib/python2.7/httplib.py:1097: in _send_request
    self.endheaders(body)
/usr/lib/python2.7/httplib.py:1053: in endheaders
    self._send_output(message_body)
/usr/lib/python2.7/httplib.py:897: in _send_output
    self.send(msg)
/usr/lib/python2.7/httplib.py:859: in send
    self.connect()
/usr/lib/python2.7/httplib.py:836: in connect
    self.timeout, self.source_address)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

address = ('127.0.0.1', 24156), timeout = 30, source_address = None

    def create_connection(address, timeout=_GLOBAL_DEFAULT_TIMEOUT,
                          source_address=None):
        """Connect to *address* and return the socket object.

        Convenience function.  Connect to *address* (a 2-tuple ``(host,
        port)``) and return the socket object.  Passing the optional
        *timeout* parameter will set the timeout on the socket instance
        before attempting to connect.  If no *timeout* is supplied, the
        global default timeout setting returned by :func:`getdefaulttimeout`
        is used.  If *source_address* is set it must be a tuple of (host, port)
        for the socket to bind as a source address before making the connection.
        A host of '' or port 0 tells the OS to use the default.
        """

        host, port = address
        err = None
        for res in getaddrinfo(host, port, 0, SOCK_STREAM):
            af, socktype, proto, canonname, sa = res
            sock = None
            try:
                sock = socket(af, socktype, proto)
                if timeout is not _GLOBAL_DEFAULT_TIMEOUT:
                    sock.settimeout(timeout)
                if source_address:
                    sock.bind(source_address)
                sock.connect(sa)
                return sock

            except error as _:
                err = _
                if sock is not None:
                    sock.close()

        if err is not None:
>           raise err
E           error: [Errno 111] Connection refused

/usr/lib/python2.7/socket.py:575: error
======================================================================================================================================================== 1 failed, 19 passed in 0.24 seconds =========================================================================================================================================================
[/hide]


root@cs36265:~/sentinel# cat sentinel.conf
# specify path to monacoCoin.conf or leave blank
# default is the same as monacoCoinCore
#monacoCoin_conf=/home/YOUR HOME DIRECTORY/.monacoCoinCore/monacoCoin.conf
monacoCoin_conf=/home/phoenix/configs/monaco.conf

# valid options are mainnet, testnet (default=mainnet)
network=mainnet
#network=testnet

# database connection details
db_name=database/sentinel.db
db_driver=sqlite




root@cs36265:~/sentinel# cat sentinel.conf
# specify path to monacoCoin.conf or leave blank
# default is the same as monacoCoinCore
#monacoCoin_conf=/home/YOUR HOME DIRECTORY/.monacoCoinCore/monacoCoin.conf
monacoCoin_conf=/home/phoenix/configs/monaco.conf

# valid options are mainnet, testnet (default=mainnet)
network=mainnet
#network=testnet

# database connection details
db_name=database/sentinel.db
db_driver=sqlite



root@cs36265:/home/phoenix/configs# cat monaco.conf
rpcuser=coin_xmcc
rpcport=35000
rpcpassword=qwe123wqe

rpcallowip=127.0.0.1

listen=1
server=1
daemon=1
discover=0
createwalletbackups=0

irc=0
dns=1
dnsseed=1
logips=1
printtoconsole=1



why port 24156 ?

root@cs36265:/home/phoenix/configs# netstat -natpd |grep mona
tcp        0      0 qwe:24157      0.0.0.0:*               LISTEN      15267/monaco
tcp        0      0 qwe:53788     136.243.60.19:24157     ESTABLISHED 15267/monaco
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 📈🔺[ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE]🔺 on: September 12, 2017, 07:59:46 AM
I dont use sentinel

root@cs36265:/home/phoenix/sas_2# ./monaco_02.sh info
Get info from wallet monaco_02
{
  "vin": "CTxIn(COutPoint(123, 0), scriptSig=)",
  "service": "123:24157",
  "payee": "123",
  "status": "Masternode successfully started"
}


mn not work
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 📈🔺[ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE]🔺 on: September 11, 2017, 10:53:20 PM
I dont use sentinel

root@cs36265:/home/phoenix/sas_2# ./monaco_02.sh info
Get info from wallet monaco_02
{
  "vin": "CTxIn(COutPoint(123, 0), scriptSig=)",
  "service": "123:24157",
  "payee": "123",
  "status": "Masternode successfully started"
}
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: 📈🔺[ANN] MonacoCoin [MCC] [ POW & POS X11] [MASTERNODE]🔺 on: September 11, 2017, 10:29:47 PM
What it is WATCHDOG_EXPIRED  ?
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TradecoinV2] Masternodes Release Date is Sunday the 10th of September on: September 06, 2017, 07:48:03 PM
We will make the dev apply for Cryptopia after the masternodes generate some more hype guys. Will be great to have some more volume.
fo home. home ess
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TradecoinV2] Masternodes Release Date is Sunday the 10th of September on: September 05, 2017, 01:18:07 PM
is there someone who knows if there can run more than 1 masternode per windows wallet?
no
1 ip 1 wallet 1 mn
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BLRY] **BILLARY COIN**| Multi Service Payment Solutions | on: September 02, 2017, 09:31:35 PM
try my node - 85.172.60.17
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TradecoinV2] Masternodes release this or next week! on: August 30, 2017, 06:31:59 PM
This coin is going to shoot up in price. 50sat, $2k market cap and masternodes ready to be implemented in less than a week. Damn, i can't even believe the price is so low.
mn not work, no new wallet, price goin down, plz be Pacient
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BLRY] **BILLARY COIN**| Multi Service Payment Solutions | on: August 30, 2017, 05:13:55 PM

and ?
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [BLRY] **BILLARY COIN**| Multi Service Payment Solutions | on: August 28, 2017, 05:40:46 PM
try my node - 85.172.60.17
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TradecoinV2] Masternodes will Delay, cant say how long! on: August 27, 2017, 06:34:50 PM
mn work ?
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: August 27, 2017, 03:42:39 PM
can not synced ! nodes info?
you crazy.... ~1200 mn node/ip
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][AMS] AmsterdamCoin™ | XEVAN | PoW, PoS, Masternodes, Obfuscation, Seesaw on: August 26, 2017, 08:06:41 PM
~1-3 coin (100-300 sat)- 1mn, You touch yourself for pussy ...
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Neutron (NTRN) - Simple Staking, Medium Supply, Digital piggybank on: August 23, 2017, 07:56:50 PM
masternode.conf not work on neutron (old code and errors)
only single mn
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WolfgangAmadeusMozartCoin on: August 07, 2017, 11:13:02 PM
Where can I buy them?
die new reg
80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: August 06, 2017, 03:36:25 PM
Can we still mine and deposit iCash?
Whats going on here?  Huh

They secretly exchanged for 2 days of the coin for a new one, and who they were people were in flight.
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!