Pages:
Author

Topic: [ANN][CRC]🚀CrowdCoin POW| MASTERNODES | ZERO TX FEE | NO ASIC - page 14. (Read 78933 times)

newbie
Activity: 12
Merit: 0
How can I see if my MN is ok?
MN is online for more than 14 hours and no reward yet ... should I wait more or start panicking?
newbie
Activity: 8
Merit: 0
Facing issues setting up Sentinel.. anyone has any idea how to fix this or get around it.. also how do i know MN is up and running fine ?

================================================ test session starts ================================================
platform linux2 -- Python 2.7.12, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: /root/.crowdcoincore/sentinelLinux, inifile:
collected 23 items

test/integration/test_jsonrpc.py F
test/unit/test_crowdcoin_config.py .
test/unit/test_crowdcoind_data_shims.py ..
test/unit/test_crowdcoiny_things.py ......
test/unit/test_misc.py .
test/unit/test_models.py ..
test/unit/test_submit_command.py .
test/unit/models/test_proposals.py ....
test/unit/models/test_superblocks.py .....

===================================================== FAILURES ======================================================
__________________________________________________ test_crowdcoind __________________________________________________

    def test_crowdcoind():
        config_text = CrowdcoinConfig.slurp_config_file(config.crowdcoin_conf)
        network = 'mainnet'
        is_testnet = False
        genesis_hash = u'000007db550074c6535ce41c2a6043d0afbc86f17f1762b06e2cd65d100f7b5f'
        for line in config_text.split("\n"):
            if line.startswith('testnet=1'):
                network = 'testnet'
                is_testnet = True
                genesis_hash = u'00000a8d0db898c786060f839e63529700bd00e4708b028206a8a60f391566d8'

        creds = CrowdcoinConfig.get_rpc_creds(config_text, network)
        crowdcoind = CrowdcoinDaemon(**creds)
        assert crowdcoind.rpc_command is not None

        assert hasattr(crowdcoind, 'rpc_connection')

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

test/integration/test_jsonrpc.py:34:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
lib/crowdcoind.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', 9998), 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, 22 passed in 0.57 seconds ========================================
newbie
Activity: 42
Merit: 0
Hi,

Quick questions on masternodes :

1- Is this the way to setup a Crowdcoin masternode : https://crowdcoin.site/guides/COLD_WALLET_ON_WINDOWS_WITH_LINUX_VPS.pdf ?

2- I have 1000 CRC in a Crowdcoin Core wallet.  Once I transfer these 1000 CRC to the address generated by the "getnewaddress MN1" command, will I be able to control those coins from the same wallet, or will I need to use another wallet executable, for example from the Linux server ?

Thanks.
newbie
Activity: 2
Merit: 0
Hi

is 2900 KH/s to 3000 KH/s for 3 GTX 1080 any good?
not sure if its the common hash rate for the 1080s to mine Crowdcoin


thanks
sr. member
Activity: 434
Merit: 250
everyone you should be aware that yobit has listed a coin named crycoin with the same ticker as crowdcoin.
sr. member
Activity: 1015
Merit: 289
On masternodes.pro site Crowdcoin is listed as the coin with the highest ROI on the market - is it true or better said where is the trick? Wink
newbie
Activity: 16
Merit: 0

I install. but I got the same error as the previous message


Hi

setup masternode. but status watchdog expired

there was no error during installation. only warned that it is already working in the input second ./crowdcoind -deamon

what can I do

wallet unlock

You need to set up sentinel, a python script and make a cron job to run every minute
Look at the guides in the official site.
legendary
Activity: 2165
Merit: 1002
Hi

setup masternode. but status watchdog expired

there was no error during installation. only warned that it is already working in the input second ./crowdcoind -deamon

what can I do

wallet unlock

You need to set up sentinel, a python script and make a cron job to run every minute
Look at the guides in the official site.
newbie
Activity: 2
Merit: 0
Hi,

I need some help to install mn by COLD_WALLET_ON_WINDOWS_WITH_LINUX_VPS.pdf.
I typed "./venv/bin/py.test ./test" but it returned an error.
I have no idea to solve it...

root@xxxx:~/.crowdcoincore/sentinelLinux$ ./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: /root/.crowdcoincore/sentinelLinux, inifile:
collected 23 items

test/integration/test_jsonrpc.py F
test/unit/test_crowdcoin_config.py .
test/unit/test_crowdcoind_data_shims.py ..
test/unit/test_crowdcoiny_things.py ......
test/unit/test_misc.py .
test/unit/test_models.py ..
test/unit/test_submit_command.py .
test/unit/models/test_proposals.py ....
test/unit/models/test_superblocks.py .....

============================================= FAILURES =============================================
_________________________________________ test_crowdcoind __________________________________________

    def test_crowdcoind():
        config_text = CrowdcoinConfig.slurp_config_file(config.crowdcoin_conf)
        network = 'mainnet'
        is_testnet = False
        genesis_hash = u'000007db550074c6535ce41c2a6043d0afbc86f17f1762b06e2cd65d100f7b5f'
        for line in config_text.split("\n"):
            if line.startswith('testnet=1'):
                network = 'testnet'
                is_testnet = True
                genesis_hash = u'00000a8d0db898c786060f839e63529700bd00e4708b028206a8a60f391566d8'

        creds = CrowdcoinConfig.get_rpc_creds(config_text, network)
        crowdcoind = CrowdcoinDaemon(**creds)
        assert crowdcoind.rpc_command is not None

        assert hasattr(crowdcoind, 'rpc_connection')

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

test/integration/test_jsonrpc.py:34:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
lib/crowdcoind.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', 9998), 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, 22 passed in 1.48 seconds ================================
newbie
Activity: 16
Merit: 0
Hi

setup masternode. but status watchdog expired

there was no error during installation. only warned that it is already working in the input second ./crowdcoind -deamon

what can I do

wallet unlock
newbie
Activity: 47
Merit: 0
is it still worth to mine this coin CRC
member
Activity: 172
Merit: 10
Update Smiley

Hello, guys, I am disturbing you a little bit today to give you some info about
what's going on...

Since yesterday it's available the first draft of the whitepaper
of Crowdcoin project on our discord Channel, feel free to add your comments
and suggestions.

Also now we have #survey channel in order to take decision on the development
we started with the choice of the slogan... few hours and it will become final.

Today we are going to announce a partnership the we are pretty happy with
related to cloud mining.

Tomorow 5 pm London time... save the date. We are going to
have the auction of 2 mn for 3 BTC each, ask to be added to the dev Smiley

n.b. only those that are registered can participate there will be 3-hour distance
between the auction of the first and the auction of the second mn

For any info.... here we are Smiley

newbie
Activity: 19
Merit: 0
I don't get it, got the hsr miner and a bat file but the miner won't launch. Does somebody know what I'm doing wrong?

hsrminer_neoscrypt.exe -o stratum+tcp://eu1.altminer.net:10004 -u xxxx -p c=CRC pause

try adding -a neoscrypt before -o


Mind you. hsrminer is probably a scam miner that just reports higher hash rates without actually doing the work. Not certain though.

I always had AMD and since a few weeks Nvidia, so I don't know what miners are best.
Which miner do you recommend?

Assuming that the above is true (that hsrminer is boogus) KlausT is probably the best option:

https://github.com/KlausT/ccminer/releases


EDIT: My answer above was probably wrong.. hsrminer has different parameters than ccminer so you probably had another issue. But you can at least try KlausT as an alternative.

newbie
Activity: 17
Merit: 0
I don't get it, got the hsr miner and a bat file but the miner won't launch. Does somebody know what I'm doing wrong?

hsrminer_neoscrypt.exe -o stratum+tcp://eu1.altminer.net:10004 -u xxxx -p c=CRC pause

try adding -a neoscrypt before -o


Mind you. hsrminer is probably a scam miner that just reports higher hash rates without actually doing the work. Not certain though.

I always had AMD and since a few weeks Nvidia, so I don't know what miners are best.
Which miner do you recommend?
newbie
Activity: 19
Merit: 0
I don't get it, got the hsr miner and a bat file but the miner won't launch. Does somebody know what I'm doing wrong?

hsrminer_neoscrypt.exe -o stratum+tcp://eu1.altminer.net:10004 -u xxxx -p c=CRC pause

try adding -a neoscrypt before -o


Mind you. hsrminer is probably a scam miner that just reports higher hash rates without actually doing the work. Not certain though.
newbie
Activity: 1
Merit: 0
I have the same issue as others reported.

I sent coins to Cryptopia, but they are not visible/arrived.... and not tradeable.

BUT

they are visible via the explorer http://explorer.cryptopros.us/ - when typing your deposit address, then you can see the amount of the coins you sent to Cryptopia.


I can confirm too, the coins arrived on Cryptopia and are tradable.
me too . i send coin to cryptopia form wallet
transation 435362c90f1bbc4575f73cd1c0e445b8bc55ca68a8de2ad40f7a6897ccb96291
newbie
Activity: 17
Merit: 0
I don't get it, got the hsr miner and a bat file but the miner won't launch. Does somebody know what I'm doing wrong?

hsrminer_neoscrypt.exe -o stratum+tcp://eu1.altminer.net:10004 -u xxxx -p c=CRC pause
newbie
Activity: 58
Merit: 0
I have the same issue as others reported.

I sent coins to Cryptopia, but they are not visible/arrived.... and not tradeable.

BUT

they are visible via the explorer http://explorer.cryptopros.us/ - when typing your deposit address, then you can see the amount of the coins you sent to Cryptopia.


I can confirm too, the coins arrived on Cryptopia and are tradable.
jr. member
Activity: 182
Merit: 4
Freelance German High Quality Translator
Pfeeew, my coins have also not arrived at cryptopia... does anybody have some explanations? CrowdCoin being delisted?

The coins which I had sent before New Year are there and can be traded as I please.

Confirm some of the coins came, part no. Has anyone contacted support cryptopia?

I have opened a support ticket yesterday, including my software wallet and my cryptopia wallet address, as well as the transaction ID.
How ever I face the same situation as Rombik: No answer from support yet.


UPDATE: My coins finally arrived at Cryptopia (after 36 hours), 12 hours after the price decreased by 50%... Those coincidences in Cryptomarkets  Roll Eyes
jr. member
Activity: 56
Merit: 3
What is CrowdCoin?
The Cryptocurrency CrowdCoin is one of the most recent of its kind on the international market for these types of currencies. Read More https://www.geekxplore.com/what-is-crowdcoin.html
Pages:
Jump to: