Search content
Sort by

Showing 19 of 19 results by eRRoRist
Post
Topic
Board MultiBit
Re: Exporting a Private Key from Multibit; Importing the key to Bitcoin-QT
by
eRRoRist
on 14/12/2013, 04:33:01 UTC
A compressed address/private key combination cannot be "decompressed" for any useful purpose; a decompressed private key (which only has a flag indicating that the public key is uncompressed) has a different bitcoin address.

Some clients, notably Electrum, do not support compressed addresses (which may result in you paying more fees than you need to).

oh...if that's the case, is there any way to export the "original" private key from Multibit? The one that starts with a 5?? So that I can restore my wallet to any client in the future without any worries?
Only if you want to not be able to spend your money, read what you quoted.

So sorry, I think I understand a bit more now. So would you recommend that I use a client which does not compress their private keys so that I can move the BTCs around with worrying about compatibility issues?
Post
Topic
Board MultiBit
Re: Exporting a Private Key from Multibit; Importing the key to Bitcoin-QT
by
eRRoRist
on 14/12/2013, 02:51:38 UTC
A compressed address/private key combination cannot be "decompressed" for any useful purpose; a decompressed private key (which only has a flag indicating that the public key is uncompressed) has a different bitcoin address.

Some clients, notably Electrum, do not support compressed addresses (which may result in you paying more fees than you need to).

oh...if that's the case, is there any way to export the "original" private key from Multibit? The one that starts with a 5?? So that I can restore my wallet to any client in the future without any worries?
Post
Topic
Board MultiBit
Re: Exporting a Private Key from Multibit; Importing the key to Bitcoin-QT
by
eRRoRist
on 14/12/2013, 02:16:17 UTC
Uncompressed private keys (the 'old' format) start with a 5

Compressed private keys (the 'new' format) start with a K or an L


I see..thank you for the reply!!

So I can use this "new" compressed private key on any client without any decompressing/converting to the old format or things like that?
Post
Topic
Board MultiBit
Re: Exporting a Private Key from Multibit; Importing the key to Bitcoin-QT
by
eRRoRist
on 12/12/2013, 06:47:34 UTC
Export private key from MultiBit without password - this is important.Then edit file with some editor like Notepad++ and copy only key - this is row without # ,and you must copy only key - no date and another symbols , and then in BitCoin-Qt open from Help->Debug window ->Console then type

Code:
importprivkey [label] [rescan=true]
without <>
where label is name of owner - your name.
And when press enter the your address with coins will appear in your addresses and in your balance.My be you can wait until client rescaning the blocks .

In my opinion here no problem to use two different client with the same private key - if you spend or receive the coins from one client with this private key - address it will be synchronized  in the another client - this address - private key.



I tried exporting the private key without password. I can see the strings in the .key file. However are these the "actual" private keys? If I'm not wrong private keys starts with "5"?? None of the strings inside my file is like that.
Post
Topic
Board Mining (Altcoins)
Re: [ANN][LTC][Pool][PPLNS][STRATUM] - ltc.kattare.com - burnside's Mining Pool
by
eRRoRist
on 06/12/2013, 02:33:52 UTC
Glad to see that the pool is back.  Smiley

What is a acceptable % of stale shares for CPU mining? I average around 20% +- is this normal? I'm mining on several 32 core Xeon servers + cpuminer. Anything I can do to optimize their performance?
Post
Topic
Board Beginners & Help
Re: Building BFGminer with --eneble-cpumining (tip)
by
eRRoRist
on 05/12/2013, 08:21:48 UTC
Yup..I'm pretty serious. And using CPU to mine LTC isn't as bad as you think. I can get 200KH per server(cpuminer) and I have a lot of servers in my data center. But they are behind a firewall which is causing me a lot of headache just to get them to connect to the stratum servers.
Post
Topic
Board Mining (Altcoins)
Re: An (even more) optimized version of cpuminer
by
eRRoRist
on 05/12/2013, 05:38:31 UTC
Guys I seem to be having some problem using CPUminer behind a firewall.

All my internet traffic needs to go through a proxy server. I have no problem mining BTC using any miner that lets me specific a proxy i.e cgminer...bfgminer.

I'm now try to mine LTC via scrypt + CPU + cpuminer. This is was I use.

minerd --url=stratum+tcp://global.wemineltc.com:3333 --proxy=http://proxy:8080 -u xxx -p xxx

Stratum connection failed: Failed connect to global.wemineltc.com:3333; No error

 Embarrassed

I'm also looking at going through stratum proxy but I don't think it supports a proxy server? Any help from you guys will be greatly appreciated!!

Post
Topic
Board Beginners & Help
Re: Building BFGminer with --eneble-cpumining (tip)
by
eRRoRist
on 05/12/2013, 05:16:16 UTC
I too compiled a version of bfgminer which supports CPU mining. Trying to mine LTC via scrypt. This is the command I use.

Code:
bfgminer --scrypt -S noauto -S cpu:auto -t 32 -E 1 -s 1 -o stratum+tcp://global.wemineltc.com:3333 ....

This is the result I get. But don't seem to be hashing though. Am I missing something?

http://i.imgur.com/DOOfhA0.jpg

[2013-12-05 11:36:35] Started at [2013-12-05 11:28:50]
[2013-12-05 11:36:35] Pool: stratum+tcp://global.wemineltc.com:3333

[2013-12-05 11:36:35] CPU hasher algorithm used: scrypt
[2013-12-05 11:36:35] Runtime: 0 hrs : 7 mins : 45 secs
[2013-12-05 11:36:35] Average hashrate: 0.0 Megahash/s
[2013-12-05 11:36:35] Solved blocks: 0
[2013-12-05 11:36:35] Best share difficulty: 0
[2013-12-05 11:36:35] Share submissions: 0
[2013-12-05 11:36:35] Accepted shares: 0
[2013-12-05 11:36:35] Rejected shares: 0 + 0 stale (nan%)
[2013-12-05 11:36:35] Accepted difficulty shares: 0
[2013-12-05 11:36:36] Rejected difficulty shares: 0
[2013-12-05 11:36:36] Hardware errors: 1
[2013-12-05 11:36:36] Network transfer:   9.5 /   1.1 kB  ( 20.6 /   2.4  B/s)

[2013-12-05 11:36:36] Efficiency (accepted shares * difficulty / 2 KB): 0.00

[2013-12-05 11:36:36] Utility (accepted shares / min): 0.00/min

[2013-12-05 11:36:36] Unable to get work from server occasions: 0

[2013-12-05 11:36:36] Work items generated locally: 548
[2013-12-05 11:36:36] Submitting work remotely delay occasions: 0

[2013-12-05 11:36:36] New blocks detected on network: 4
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.8.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2
by
eRRoRist
on 05/12/2013, 03:35:22 UTC
Finally managed to compile a version of bfgminer which supports CPU mining. Trying to mine LTC via scrypt. This is the command I use.

Code:
bfgminer --scrypt -S noauto -S cpu:auto -t 32 -E 1 -s 1 -o stratum+tcp://global.wemineltc.com:3333 ....

This is the result I get. But don't seem to be hashing though. Am I missing something?

http://i.imgur.com/DOOfhA0.jpg

[2013-12-05 11:36:35] Started at [2013-12-05 11:28:50]
[2013-12-05 11:36:35] Pool: stratum+tcp://global.wemineltc.com:3333

[2013-12-05 11:36:35] CPU hasher algorithm used: scrypt
[2013-12-05 11:36:35] Runtime: 0 hrs : 7 mins : 45 secs
[2013-12-05 11:36:35] Average hashrate: 0.0 Megahash/s
[2013-12-05 11:36:35] Solved blocks: 0
[2013-12-05 11:36:35] Best share difficulty: 0
[2013-12-05 11:36:35] Share submissions: 0
[2013-12-05 11:36:35] Accepted shares: 0
[2013-12-05 11:36:35] Rejected shares: 0 + 0 stale (nan%)
[2013-12-05 11:36:35] Accepted difficulty shares: 0
[2013-12-05 11:36:36] Rejected difficulty shares: 0
[2013-12-05 11:36:36] Hardware errors: 1
[2013-12-05 11:36:36] Network transfer:   9.5 /   1.1 kB  ( 20.6 /   2.4  B/s)

[2013-12-05 11:36:36] Efficiency (accepted shares * difficulty / 2 KB): 0.00

[2013-12-05 11:36:36] Utility (accepted shares / min): 0.00/min

[2013-12-05 11:36:36] Unable to get work from server occasions: 0

[2013-12-05 11:36:36] Work items generated locally: 548
[2013-12-05 11:36:36] Submitting work remotely delay occasions: 0

[2013-12-05 11:36:36] New blocks detected on network: 4
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.8.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, HBRMicro+Avalon2
by
eRRoRist
on 04/12/2013, 07:17:10 UTC
Guys.. I have been trying to compile bfgminer to enable CPU mining via scrypt on Windows 7.

I have been following the instructions in windows-build.txt I have reached the last step and just as I want to compile the miner I get this error. have been searching the internet for answers but couldn't find any. Any help will be greatly appreciated!!

$ ./autogen.sh
Getting submodules...
Running autoreconf -if...
Can't locate Autom4te/ChannelDefs.pm in @INC (@INC contains: /mingw/share/autoco
nf /usr/lib/perl5/5.8/msys /usr/lib/perl5/5.8 /usr/lib/perl5/site_perl/5.8/msys
/usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/site_perl/5.8 /usr/lib/perl5/vendor_
perl/5.8/msys /usr/lib/perl5/vendor_perl/5.8 /usr/lib/perl5/vendor_perl/5.8 .) a
t /c/MinGW/bin/autoreconf-2.68 line 40.
BEGIN failed--compilation aborted at /c/MinGW/bin/autoreconf-2.68 line 40.

$ df
Filesystem           1K-blocks      Used Available Use% Mounted on
C:\MinGW\msys\1.0    488384532 381216220 107168312  79% /usr
C:\MinGW\msys\1.0    488384532 381216220 107168312  79% /
c:                   488384532 381216220 107168312  79% /c
df: `/d': no medium
df: `/e': no medium
Post
Topic
Board Mining support
Re: Blue Fury Support Thread.
by
eRRoRist
on 26/11/2013, 05:11:05 UTC
What do you guys think would be a safe amount of overclocking for the BFs? Is over 3GH safe if I have enough cooling?
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.6.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, HBR/KLN
by
eRRoRist
on 21/11/2013, 08:35:53 UTC
This is a bug in libcurl for HTTP proxies when combined with CURLOPT_CONNECT_ONLY (needed for stratum).
I've found a workaround, and will put it in the next release.

Cool!! If that's the case I will stop trying now. I was trying all sorts of combinations like adding sock4...and stuff like that. Looking forward to the next release!! Thank you and all the guys who tried to help!!  Smiley
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.6.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, HBR/KLN
by
eRRoRist
on 21/11/2013, 07:10:46 UTC
I don't now the correct command or bfgminer does not allow connection to stratum via proxy?
Maybe your PROXY doesn't support stratum?

I can do it with cgminer though and it's mining without any issues.

On the same machine and network, I can use CGMiner -> stratum.btcguild.com:3333 going through my proxy.

cgminer -o "http:proxy.com:8080|stratum.btcguild.com:3333" -u xxx -p 111
Post
Topic
Board Mining support
Re: Blue Fury Support Thread.
by
eRRoRist
on 21/11/2013, 06:04:03 UTC
Is a certain amount of hardware error acceptable? What actually happens when there is a hardware error? I'm using CGminer 3.8.2 on a Win 7 PC. All miners are directly connected to a USB port not using a hub. This is what I'm getting, speed don't seem to be that great too.  Cry

http://i.imgur.com/R0Eb8gc.jpg
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.6.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, HBR/KLN
by
eRRoRist
on 21/11/2013, 01:54:12 UTC
bfgminer -o stratum.bitcoin.cz:3333 -x http://proxy.com:8080 -u xxx -p 111
Maybe you should try to connect to stratum+tcp://stratum.btcguild.com:3333 instead of bitcoin.cz.........
Code:
bfgminer -o stratum+tcp://stratum.btcguild.com:3333 -x http://proxy.com:8080 -u xxx -p 111

oops. I made a mistake in my post. Yes, I was using stratum.btcguild.com:3333.

These are the commands that don't work.
bfgminer -o stratum.btcguild.com:3333 -x http://proxy.com:8080 -u xxx -p 111
bfgminer -o stratum+tcp://stratum.btcguild.com:3333 -x http://proxy.com:8080 -u xxx -p 111
bfgminer -o http://stratum.btcguild.com:3333 -x http://proxy.com:8080 -u xxx -p 111

These are the commands that work.
bfgminer -o http://api.bitcoin.cz:8332 -x http://proxy.com:8080 -u xxx -p 111
cgminer -o "http:proxy.com:8080|stratum.btcguild.com:3333" -u xxx -p 111

At least I know that I can do it behind my firewall, it's just that I don't now the correct command or bfgminer does not allow connection to stratum via proxy?
Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.6.0: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, HBR/KLN
by
eRRoRist
on 20/11/2013, 16:11:29 UTC
Hello guys!!

I seem to be having problems connecting to a stratum server via a proxy server.

I'm mining behind a firewall and all my internet connections have to go through a proxy. I can use cgminer and stratum.btcguild.com:3333 via proxy without any problem. However I would like to use bfgminer instead as I have been hearing many good things about it.

I have tried all sorts of commands, however none of them seem to connect

bfgminer -o stratum.bitcoin.cz:3333 -x http://proxy.com:8080 -u xxx -p 111

bfgminer -o stratum+tcp://stratum.bitcoin.cz:3333 -x http://proxy.com:8080 -u xxx -p 111

bfgminer -o http://stratum.bitcoin.cz:3333 -x http://proxy.com:8080 -u xxx -p 111

This however would get me connected.

bfgminer -o http://api.bitcoin.cz:8332 -x http://proxy.com:8080 -u xxx -p 111

I'm mining at BTCguild, and you can only connect to them via stratum??

Any help will be greatly appreciated!! Thanks a lot!!  Smiley
Post
Topic
Board Beginners & Help
Re: Is it more profitable to mine PPC and then convert to BTC?
by
eRRoRist
on 20/11/2013, 13:55:23 UTC
From
http://www.peercointalk.org/index.php?PHPSESSID=fgikh52l7qanv4o67q7t8lo7m4&topic=634.msg7397;boardseen#new

Current Energy Efficiency Statistics:

As of November 12, 2013
Market Cap: (Bitinfocharts)
Bitcoin    11,984,125 BTC
Peercoin        37,439 BTC

Hash Rate:
Bitcoin 5.1Q
Peercoin 12.25T

Value secured by a Giga Hash
 Bitcoin:     11,984,125 / 5,100,000 =   2.35  bitcoins secured per GH
 Peercoin:       37,439 /       12,250 = 3.06    bitcoins worth of Peercoins secured per GH

Calculation:
(3.06 - 2.35) / 2.35 = .302 (or 30.2%)

Conclusion:
Peercoin is currently 30.2% more energy efficient than Bitcoin. I would think that this energy efficiency should increase over time as well.
Post
Topic
Board Beginners & Help
Topic OP
Is it more profitable to mine PPC and then convert to BTC?
by
eRRoRist
on 20/11/2013, 12:43:48 UTC
I was at 1 of the PPC forums and it seems that after some calculation, you can get more BTC via mining for PPC first. What do you guys think?
Post
Topic
Board Beginners & Help
Re: DeepBit pool thread for newbies
by
eRRoRist
on 20/11/2013, 07:45:09 UTC
Do you guys support cgminer or bfgminer??