Show Posts
|
Pages: « 1 2 [3] 4 5 »
|
41
|
Bitcoin / Mining software (miners) / Re: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB, HFA
|
on: March 24, 2014, 05:31:42 AM
|
This is something wrong with your pool.
Thanks. I used solo mining, I have found a block after I running BFGMiner few hours, so the error message seems doesn't matter.
|
|
|
43
|
Bitcoin / Mining software (miners) / Re: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB, HFA
|
on: March 23, 2014, 11:31:28 AM
|
I used BFGMiner with my Block Erupter CUBE to solo mining SHA coin, when I start the BFGMiner, I got these error message:
[2014-03-22 19:50:10] blktmpl error: Unrecognized block version, and not allowed to reduce or force it
The wallet is fully synchronised, even I delete all old block data and do fully synchronised again the error still exist. Would the dev please tell me what does it mean?
|
|
|
44
|
Bitcoin / Mining support / Re: Need Help, Block Erupter Cube, Solo, Stratum_proxy connect to Wallet QT
|
on: March 23, 2014, 02:06:11 AM
|
OliRS, I did some research again and I found it seems bitcoin QT do not support getwork and stratum protocol, I think other wallet QT the same. So I gave up to use mining_proxy, I will use BFGminer to do that, even its have few performance lost, but it can work. Thanks for your advice.
About that strange error, Yes I have fully synchronised the block chain, but error still exist, even I delete all old block data and do fully synchronised again. I decide to run my Block Erupter for few days to trying found a block, as current difficulty its possible. If I can make it, I will ignore that error.
|
|
|
46
|
Bitcoin / Mining support / Re: How to use stratum proxy connect to Wallet QT?
|
on: March 22, 2014, 11:57:21 AM
|
BE tube or do you mean BE Cube?
I've tried to get the stratum proxy running for solo mining via the Qt wallet and gave up very quickly. Much simpler way is to install Bfgminer and proxy through that using the --http-port option, works a dream. Don't forget to run the Bitcoin-Qt with the -server argument.
Although it has to be said if you are only planning on solo mining with a BE Cube, you're wasting you're time, you will never solve a block.
OliRS, many thanks for your help. Sorry for my mistake it's Erupter CUBE not "Tube". I have used bfgminer for proxy, I used this command to start my bfgminer: bfgminer.exe -o 127.0.0.1:3333 -u rpcuser -p mypassword --http-port 8332but I got a strange error:"[2014-03-22 19:50:10] blktmpl error: Unrecognized block version, and not allowed to reduce or force it", I mining the SHA coin, I deleted whole directory and re-install QT program and the error still exist. And when I used bfgminer for proxy I got low efficieny, about 86%. That why I decide trying use mining_proxy. I made a few attempt again, I noticed the mining_proxy not listen at 8332 port, even I add "-oh localhost -gp 8332", and then I found mining_proxy connect the stratum server failed. So, I don't know what is wallet QT's protocol? It seems not getwork and not stratum. About solo mining's point, I believe you are right, most time solo mining is meaningless, I only trying solo mining for some new crypto coin with low difficulty.
|
|
|
55
|
Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][EXE] Execoin - Fast | ASIC resistant | Multipool resistant | no-premine
|
on: March 19, 2014, 12:47:53 AM
|
I have an issue with the new Windows wallet. Before the hard fork and kgw I could mine 4-6 blocks solo a day at the current difficulty. With the new wallet I get none. Everything seems to work fine, the miners are hashing away, I can see the blocks being worked on etc. but I leave it for a day and zero blocks. When I join a pool I get 4-6 blocks solved again for the pool. I have not changed anything including the config file except for downloading and installing the new Windows wallet.
You should get (hashrate in kh/s / difficulty (4.5))/50 blocks per day. But if you are unlucky it could easily be only 1/6th of that. Is your formula correct? If I have 1M Hashrate, can I get: 1000000/4.5/50=4444 Block?
|
|
|
56
|
Bitcoin / Mining support / Need Help, Block Erupter Cube, Solo, Stratum_proxy connect to Wallet QT
|
on: March 18, 2014, 01:54:07 PM
|
Dear Group: I want use my Block Erupter tube to solo mining, in first I direct point my Erupter to wallet RPC port but failed. I use Windows system, This is my configuation:
daemon=1 server=1 listen=1 rpcuser=rpcuser rpcpassword=123456 rpcport=3333 rpcallowip=192.168.1.2 (my pc's IP is 192.168.1.1, Erupter is 192.168.1.2)
I use this walllet configuration with CGMiner is works well, but Block Eruputer tube only support getwork protocol, I think the wallet not support it, am I right?
And then I trying use the Mining_proxy.exe be my proxy program, I run it like this:
mining_proxy.exe -o localhost -p 3333 -cu rpcuser -cp 123456
or
mining_proxy.exe -o localhost -p 3333 -sh localhost -sp 3333 -cu rpcuser -cp 123456 -oh localhost -gp 8332
It doesn't work, the Mining_proxy output these message:
2014-03-18 21:58:39,467 INFO proxy mining_proxy.on_connect # Subscribing for min ing jobs 2014-03-18 21:58:39,467 INFO proxy mining_proxy.on_disconnect # Disconnected fro m Stratum pool at localhost:3333 2014-03-18 21:58:39,467 INFO stats stats.print_stats # 0 peers connected, state changed 1 times
I did some research and not sure wether the wallet support Strutum protocol or not. Did I missed something, and no what is a way to use my Block Erupter to solo mining. Any information will be appreciate.
|
|
|
|