Search content
Sort by

Showing 20 of 54 results by cnbtcnews
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.5.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, KnC/HBR
by
cnbtcnews
on 07/11/2013, 02:57:29 UTC
why when I use bfgminer, local speed display 880G,  but pool speed display 780G?
Post
Topic
Board 中文 (Chinese)
Re: BTCGARDEN诈骗调查,BTCGARDEN Fraud investigation
by
cnbtcnews
on 06/08/2013, 11:45:50 UTC
大家好,我是BTCMAN的站长nightcat。

此人于前几日骚扰比特海客服,要求来公司“视察”,被拒绝后,就扬言“我去各个论坛和Q群发帖,对你们很不利啊”,出于节省时间成本的考虑,我们让他挂单或由我们回购他的股份,但此时他又提出要我们先给他转比特币过去,他再和我们交易股份的要求,我们没有时间和他继续浪费,便不再与其进行任何交涉。

现在我就来曝光这个楼主,以下是有关他的行骗信息(其实在搜索中可找到无数关于此人行骗的信息:其行骗领域涉及到ripple币,网站/软件挂木马,卖空头软件,淘宝店行骗,皮包公司诈骗捐款):
http://www.midisky.com/forum.php?mod=viewthread&tid=11742
http://wenku.baidu.com/view/0df215210722192e4536f6e9.html
http://www.changsha.gov.cn/zwxx/zxzx/zfjg/czgldw_1/sdsj/gkxx/201207/t20120709_343543.htm
http://zhidao.baidu.com/question/153957336.html
http://qq895593328.blog.163.com/blog/static/1858901032011413087765/
http://cmt.pconline.com.cn/topic.jsp?id=1075259
http://groups.tianya.cn/tribe/showArticle.jsp?groupId=80281&articleId=2601162619729936662281
http://dzh.mop.com/shzt/20100205/0/gO55g3Ia667f98lO.shtml?qq-pf-to=pcqq.group

以下是他敲诈btcgarden的信息:
http://i.imgur.com/13dWJ32.jpg
http://i.imgur.com/22ZhExW.png

这样的人,是可以报警进行逮捕的。
Post
Topic
Board Auctions
Re: Advertise on this forum - Round 91
by
cnbtcnews
on 03/08/2013, 15:21:44 UTC
3@5.5
Post
Topic
Board Auctions
Re: Advertise on this forum - Round 91
by
cnbtcnews
on 01/08/2013, 12:35:31 UTC
Post
Topic
Board 中文 (Chinese)
Re: 通知-----第一届比特币中国大会---
by
cnbtcnews
on 21/05/2013, 03:36:30 UTC
52将于2013年第三四季度在上海举办第一届比特币中国大会,届时将以邮箱和电话的形式告知各位爱好者。另外,大会的PPT将于几日内在百度文库公开下载,请大家修改。

已经和 老瑞、btc123创始人联系,确认到场!! Cool


--由国内第一家从事Bitcoin交易平台的法人制企业-浙江比特币网络有限公司旗下的52btc.com承办


老瑞...  Huh 你认错字了吧。



笑死我了。。。这帮人啊,不能有点职业素养么。
Post
Topic
Board Bitcoin Discussion
Re: I'm back!
by
cnbtcnews
on 23/04/2013, 11:30:28 UTC
Welcome back
Post
Topic
Board Service Discussion
Topic OP
Why Mtgox haven't promote Bitcoinica liquidation process?
by
cnbtcnews
on 21/04/2013, 05:56:58 UTC
To:Mtgox Co. Ltd
    Learned from our attorney that your company has refused to release the bitcoin and money stored in Mtgox.com of the original Bitcoinica users. we are the original users of Bitcoinica.com,  it has been a year after the web broke down, while the money is still not taken back.   
    we wonder the reasons.
    why  haven't  you given the money back of the bitcoinica users yet?
    why  haven't  you cooperated with the Bitcoinica's liquidation?
    why  haven't  you promote the Bitcoinica's liquidation process?

From: the original Bitcoinica users, Alliance of Chinese hacking victims
Post
Topic
Board Bitcoin Discussion
Re: I taught several persons install qt & gave them 1 BTC for free
by
cnbtcnews
on 18/03/2013, 01:35:14 UTC
I  give away 10 BTC to my friend.
Post
Topic
Board Pools
Re: [ANN] Stratum mining protocol - ASIC ready
by
cnbtcnews
on 17/03/2013, 13:36:49 UTC
I have change the bitcoin address to the server's bitcoind address

but cgminer still don't work.

Code:
No login credentials supplied for pool 0 http://192.168.183.130:3333

here is my config.py

Code:
'''
This is example configuration for Stratum server.
Please rename it to settings.py and fill correct values.
'''

# ******************** GENERAL SETTINGS ***************

# Enable some verbose debug (logging requests and responses).
DEBUG = False

# Destination for application logs, files rotated once per day.
LOGDIR = '/root/log/'

# Main application log file.
LOGFILE = None#'stratum.log'

# Possible values: DEBUG, INFO, WARNING, ERROR, CRITICAL
LOGLEVEL = 'INFO'

# How many threads use for synchronous methods (services).
# 30 is enough for small installation, for real usage
# it should be slightly more, say 100-300.
THREAD_POOL_SIZE = 10

ENABLE_EXAMPLE_SERVICE = True

# ******************** TRANSPORTS *********************

# Hostname or external IP to expose
HOSTNAME = 'localhost'

# Port used for Socket transport. Use 'None' for disabling the transport.
LISTEN_SOCKET_TRANSPORT = 3333

# Port used for HTTP Poll transport. Use 'None' for disabling the transport
LISTEN_HTTP_TRANSPORT = None

# Port used for HTTPS Poll transport
LISTEN_HTTPS_TRANSPORT = None

# Port used for WebSocket transport, 'None' for disabling WS
LISTEN_WS_TRANSPORT = None

# Port used for secure WebSocket, 'None' for disabling WSS
LISTEN_WSS_TRANSPORT = None

# Hostname and credentials for one trusted Bitcoin node ("Satoshi's client").
# Stratum uses both P2P port (which is 8333 already) and RPC port
BITCOIN_TRUSTED_HOST = 'localhost'
BITCOIN_TRUSTED_PORT = 8332
BITCOIN_TRUSTED_USER = 'starocean'
BITCOIN_TRUSTED_PASSWORD = '123'

# Use "echo -n '' | sha256sum | cut -f1 -d' ' "
# for calculating SHA256 of your preferred password
ADMIN_PASSWORD_SHA256 = None
#ADMIN_PASSWORD_SHA256 = '9e6c0c1db1e0dfb3fa5159deb4ecd9715b3c8cd6b06bd4a3ad77e9a8c5694219' # SHA256 of the password

IRC_NICK = None

'''
DATABASE_DRIVER = 'MySQLdb'
DATABASE_HOST = 'localhost'
DATABASE_DBNAME = 'pooldb'
DATABASE_USER = 'root'
DATABASE_PASSWORD = ''
'''

# Pool related settings
INSTANCE_ID = 31
CENTRAL_WALLET = '16AASBVvTTQYgGZuR81mA43tdKXEixcqs3'
PREVHASH_REFRESH_INTERVAL = 5 # in sec
MERKLE_REFRESH_INTERVAL = 60 # How often check memorypool
COINBASE_EXTRAS = '/stratum/'

mysql database need configure?
Code:
mysql> use pooldb
Database changed
mysql> show tables;
Empty set (0.00 sec)
Post
Topic
Board Pools
Re: [ANN] Stratum mining protocol - ASIC ready
by
cnbtcnews
on 17/03/2013, 10:26:27 UTC
I install stratum pool server in my centos6.3 32bit

but what does this meaning?

Code:
3-03-17 03:26:02-0700 [HTTPPageGetter,client] Stopping factory
2013-03-17 03:26:08-0700 [HTTPPageGetter,client] Starting factory
2013-03-17 03:26:08-0700 [HTTPPageGetter,client] Stopping factory
2013-03-17 03:26:10-0700 [HTTPPageGetter,client] Starting factory
2013-03-17 03:26:10-0700 [HTTPPageGetter,client] Stopping factory
2013-03-17 03:26:11-0700 [HTTPPageGetter,client] Starting factory
2013-03-17 03:26:11-0700 [HTTPPageGetter,client] Stopping factory
2013-03-17 03:26:12-0700 [HTTPPageGetter,client] Starting factory
2013-03-17 03:26:12-0700 [HTTPPageGetter,client] Stopping factory
2013-03-17 03:26:17-0700 [HTTPPageGetter,client] Starting factory
2013-03-17 03:26:17-0700 [HTTPPageGetter,client] Stopping factory

Code:
ERROR coinbaser # Coinbase address '16AASBVvTTQYgGZuR81mA43tdKXEixcqs3' is NOT valid

when I use cgminer ,it shows

Code:
No login credentials supplied for pool 0 stratum+tcp://192.168.183.130:8332
Post
Topic
Board 中文 (Chinese)
Re: 上海的比特币友春节聚会了!
by
cnbtcnews
on 01/02/2013, 16:42:34 UTC
啊呀呀~
16AASBVvTTQYgGZuR81mA43tdKXEixcqs3
Post
Topic
Board Bitcoin Technical Support
Topic OP
ssl help!
by
cnbtcnews
on 22/01/2013, 14:45:29 UTC
what does it meaning?

Client setup

Once the server is accepting https connections, to be secure you should make sure the client is actually connecting to the bitcoin server and not an attacker trying to hijack the connection.
If you can, you should copy the server.cert certificate chain file to the client machine and use it to validate the OpenSSL connection. For example, in php you would call stream_context_create() with the 'verify_peer' and 'ca_file' options and then call stream_context_set_default().
If you can't validate using the server certificate, you should connect to the server using its IP address instead of its host name.


I want to connet bitcoind througt ssl with PHP page. How can I do?
Post
Topic
Board Development & Technical Discussion
Topic OP
ssl help!
by
cnbtcnews
on 22/01/2013, 11:58:44 UTC
what does it meaning?

Client setup

Once the server is accepting https connections, to be secure you should make sure the client is actually connecting to the bitcoin server and not an attacker trying to hijack the connection.
If you can, you should copy the server.cert certificate chain file to the client machine and use it to validate the OpenSSL connection. For example, in php you would call stream_context_create() with the 'verify_peer' and 'ca_file' options and then call stream_context_set_default().
If you can't validate using the server certificate, you should connect to the server using its IP address instead of its host name.


I want to connet bitcoind througt ssl with PHP page. How can I do?
Post
Topic
Board Bitcoin Technical Support
Re: Why I run bitcoind 0.7.2 64 bit on ubuntu,the version show 32400?
by
cnbtcnews
on 27/12/2012, 02:37:07 UTC
since u started bitcoind with "bitcoind" and not the one you did built.

if you use bitcoind with parameters it changes to a simple JSON request/response tool. for example u could use
Code:
namecoind -rcpport=8332 -rpcuser=rpcuser -rpcpassword=rpcpassword getinfo
to query bitcoind with the namecoind binary.

therefore stop bitcoind, uninstall the package u installed (or the old binary if u compiled/copied it on ur own) and copy bitcoind to /usr/local/bin, afterwards restart bitcoind with
Code:
bitcoind -upgradewallet

Thank you!
Post
Topic
Board Bitcoin Technical Support
Topic OP
Why I run bitcoind 0.7.2 64 bit on ubuntu,the version show 32400?
by
cnbtcnews
on 27/12/2012, 01:34:35 UTC
Post
Topic
Board Service Discussion
Topic OP
I hate blockchain.info
by
cnbtcnews
on 13/12/2012, 05:20:29 UTC
Last month I cannot open my wallet on blochchain.info,and piuk says If I open a ticket at https://blockchain.zendesk.com/ he can send you the last 50 wallet backups .

https://bitcointalk.org/index.php?topic=123978.msg1332565#msg1332565

I have already open ticket at that site.

but today is 2012/12/13, he have not send the backups to me ,and he even ignore me.

I suggest do not use his online wallet anymore!
Post
Topic
Board Bitcoin Technical Support
Re: help!I cannot open my wallet at blockchain.info
by
cnbtcnews
on 23/11/2012, 05:34:37 UTC
Did you set any password hints? Try writing the password in plaintext exactly how you think it should appear and copying and pasting it.

Are you sure the identifier is correct? When was the last time you logged in and did you change the password recently? If you open a ticket at https://blockchain.zendesk.com/ I can send you the last 50 wallet backups but it won't do any good if the password is indeed incorrect.

can you give me the wallet backups?
Post
Topic
Board Bitcoin Technical Support
Re: help!I cannot open my wallet at blockchain.info
by
cnbtcnews
on 13/11/2012, 15:04:04 UTC
Did you set any password hints? Try writing the password in plaintext exactly how you think it should appear and copying and pasting it.

Are you sure the identifier is correct? When was the last time you logged in and did you change the password recently? If you open a ticket at https://blockchain.zendesk.com/ I can send you the last 50 wallet backups but it won't do any good if the password is indeed incorrect.

I have opened a ticket at https://blockchain.zendesk.com/
Post
Topic
Board Bitcoin Technical Support
Re: help!I cannot open my wallet at blockchain.info
by
cnbtcnews
on 13/11/2012, 03:55:20 UTC
the wallet backup is AES encrypted.....also need password. so I cannot import it to multibit.
Post
Topic
Board Bitcoin Technical Support
Re: help!I cannot open my wallet at blockchain.info
by
cnbtcnews
on 13/11/2012, 03:40:43 UTC
PC changed , browser changed ,but still doesn't work.