Bitcoin Forum
May 12, 2024, 04:34:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: is today a raining day?
yes - 3 (37.5%)
no - 5 (62.5%)
Total Voters: 8

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 »
  Print  
Author Topic: [ANN][CRC]🚀CrowdCoin POW| MASTERNODES | ZERO TX FEE | NO ASIC  (Read 78925 times)
zorday
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
February 02, 2018, 10:48:48 AM
 #741

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.

1715488465
Hero Member
*
Offline Offline

Posts: 1715488465

View Profile Personal Message (Offline)

Ignore
1715488465
Reply with quote  #2

1715488465
Report to moderator
1715488465
Hero Member
*
Offline Offline

Posts: 1715488465

View Profile Personal Message (Offline)

Ignore
1715488465
Reply with quote  #2

1715488465
Report to moderator
Every time a block is mined, a certain amount of BTC (called the subsidy) is created out of thin air and given to the miner. The subsidy halves every four years and will reach 0 in about 130 years.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715488465
Hero Member
*
Offline Offline

Posts: 1715488465

View Profile Personal Message (Offline)

Ignore
1715488465
Reply with quote  #2

1715488465
Report to moderator
1715488465
Hero Member
*
Offline Offline

Posts: 1715488465

View Profile Personal Message (Offline)

Ignore
1715488465
Reply with quote  #2

1715488465
Report to moderator
1715488465
Hero Member
*
Offline Offline

Posts: 1715488465

View Profile Personal Message (Offline)

Ignore
1715488465
Reply with quote  #2

1715488465
Report to moderator
pater92 (OP)
Member
**
Offline Offline

Activity: 172
Merit: 10


View Profile
February 02, 2018, 02:36:23 PM
 #742

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

ahmedshawki
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile
February 02, 2018, 06:50:29 PM
 #743

is it still worth to mine this coin CRC
coincik
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 02, 2018, 09:22:45 PM
 #744

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
ksgm
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 03, 2018, 01:27:35 PM
 #745

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 ================================
bspus
Legendary
*
Offline Offline

Activity: 2165
Merit: 1002



View Profile
February 03, 2018, 01:41:12 PM
 #746

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.

coincik
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 03, 2018, 02:44:26 PM
 #747


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

Activity: 1015
Merit: 289



View Profile
February 04, 2018, 12:31:07 AM
 #748

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

Activity: 434
Merit: 250


View Profile
February 04, 2018, 10:46:47 AM
 #749

everyone you should be aware that yobit has listed a coin named crycoin with the same ticker as crowdcoin.


 
                  ▄▄████████▄▄▄
              ▄███████████████▄
          ▄███████████░░▀█████▄
        ██████████████░░░███████
      ▐█████████████░░░██████▌
      █████████▀▀▀▀▀▀░░░████████
      ██████░░░░░░░░░░███████
      ██████░░░▄███▄░░░████████
      ▐██████░░░▀████░░░███████
        ███████░░░░░░░▀░░███████
          ▀██████▄▄▄▄▄▄▄░░█████▀
              ▀████████████████▀
                  ▀▀▀██████▀▀▀
DSTRA  F R O M   C O M M U N I T Y,
  C   O  M  E  S      U   N   I  T   Y    
[
               █████████
             ███░░░░░███
             ███░░░░░███
        ▄██████████████▄
        ████████████████
        ████████████████
        ████████████████
        ████████████████
        ████████████████
        ▀██████████████▀

 
PRIVACY

                  ▄▄███████▄▄
              ▄█████▌░▐█████▄
            ▄█████░░░░░▐████▄
           █████▌░▐▌░█░▐█████
          ███████░░░▐████████
         ▐████████░░░▐██████▌
           █████▌░█▌▐▌░▐█████
            ▀█████░░░░░▐████▀
                ▀████▌░▐█████▀
                   ▀▀██████▀▀

 
  LOW FEES

                ▄▄███████▄▄
            ▄█████████████▄
          ▄███░░▐██░░█████▄
         ██████░░▐██░░█████
        ████████░░▐██░░████
       ▐██████░░▐██░░█████▌
         ████▌░░██▌░░██████
          ▀███████████████▀
             ▀████████████▀
                 ▀▀██████▀▀

 
     FAST
]▬▬▬  BTC ANN  ▬▬▬
WEBSITE    TWITTER
FACEBOOK DISCORD
kreptonite
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
February 05, 2018, 01:24:37 AM
 #750

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
bercy
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 05, 2018, 10:38:21 PM
 #751

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.
new2mn
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 06, 2018, 06:32:20 AM
 #752

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 ========================================
asphixia
Newbie
*
Offline Offline

Activity: 12
Merit: 0


View Profile
February 06, 2018, 02:44:28 PM
 #753

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?
bspus
Legendary
*
Offline Offline

Activity: 2165
Merit: 1002



View Profile
February 06, 2018, 08:03:49 PM
 #754

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?

Start panicking. That's always helpful  Cheesy

You should be able to see in your controller wallet in the masternodes tab.
If everything is set up correctly, it should say it is enabled and when it was last seen.

I'm assuming you have the classic setup with a remote linux VM and a local controller qt wallet to start it

As for the amount of time, you may only know the average. For crowdcoin, these days its almost 24h, so no worries...yet

You can see for yourself at https://masternodes.online/currencies/CRC/

artdrx
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
February 06, 2018, 09:13:57 PM
 #755

what's the best place to mine CrowdCoin (CRC) right now?  any suggestions??


I've tried bsod, cryptopros, altminer and unimining.  Getting some coins but very low frequency compared to other coins
coolbits
Copper Member
Member
**
Offline Offline

Activity: 125
Merit: 15


View Profile
February 06, 2018, 10:03:27 PM
 #756

what's the best place to mine CrowdCoin (CRC) right now?  any suggestions??


I've tried bsod, cryptopros, altminer and unimining.  Getting some coins but very low frequency compared to other coins


You're pretty much comparing apples to oranges here.  It's not about how many coins you get, it's about their value (now or in the future, if you're betting on it).


Sushio
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
February 07, 2018, 06:19:10 PM
 #757

CrowdCoin is on Poolr


No fees until March!

US hosted server!

Code:
-a skein -o stratum+tcp://poolr.io:4933 -u YOURWALLETADDRESS.rigname -p x -R 5


Team Poolr welcomes you!
new2mn
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
February 07, 2018, 07:12:26 PM
 #758

add the rpcport parameter in your crowdcoin.conf file

rpcport=9998

hope this helps.. worked for me..
===============================


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 ================================
kras1v777
Member
**
Offline Offline

Activity: 164
Merit: 10


View Profile
February 08, 2018, 09:45:32 AM
 #759

is there any good news? and how there is Envion ?  Huh
nastyasemenenko
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile WWW
February 08, 2018, 10:13:15 AM
 #760

https://btc-alpha.com/exchange/     add to this exchange, it is good, and takes about 2 btc Cool
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 »
  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!