Bitcoin Forum
June 23, 2024, 04:48:32 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Electrum / Re: Electrum 2.0 beta version on: February 24, 2015, 05:02:47 PM
you need to create a special wallet, that will contain only imported keys.
see https://electrum.orain.org/wiki/Frequently_Asked_Questions#Can_I_import_addresses_from_other_Bitcoin_clients.3F
Could you guys explain the reasoning behind this? I'm going to stick with 1.9.8 for now, because I have some imported addresses that are important to me.

I haven't looked at the code but at a quick guess I'd assume this is related to the change to HD wallets/BIP32. From the answer to the item you linked, "you cannot import addresses in a wallet that has a seed. You need to create a special wallet, that does not have a seed" -- the seed creates deterministic addresses in an HD/BIP32 wallet. So to handle the import of one-off addresses they have taken the route that you need a separate, non-HD wallet to hold them.
2  Bitcoin / Mining support / Re: Antminer S3 Help Please!!! on: February 21, 2015, 04:44:06 AM
The problem is actually that cgminer is not getting the frequency values set, so these are blank. The miner status page blows up on these blanks (since it expects numbers). EDIT: this appears to affect all FW versions since (and including) the cgminer 4.6.2 update, from what I can tell.

Verify this by going to "Processes" tab under "Status" and look for the cgminer entry. You'll see something like "--bitmain-options 115200:32:8:"; that option statement SHOULD have more values that specify the freq (it should look like "--bitmain-options 115200:32:8:18:218.75:1106).

I didn't look deeply into why this is happening, I just hacked a quick fix since I have to edit the startup script for other reasons anyway.

ssh into the antminer and edit the "/etc/init.d/cgminer" startup script. Change the line "local _freq" to:

Code:
local _freq="timeout:chip_freq:freq_value"

Where timeout, chip_freq, and freq_value are the numeric values from your /etc/config/asic-freq that you want to be using.

Then comment out the line "config_get _freq default freq" (add a # to the front of it).

When you restart cgminer you should see the correct bitmain options for cgminer in the process list with the specified frequency values. The miner status page should then render normally.
3  Bitcoin / Pools / Re: [1500 TH] p2pool: Decentralized, DoS-resistant, Hop-Proof pool on: February 21, 2015, 01:41:08 AM
Development isn't the current issue.
You need a workable design that overcomes the current problems first ...

Can you summarize (or link to one?) as to what the current problems are? I'm relatively new to p2pool and haven't had a chance to catch up on all 600+ pages of this thread yet. Thanks Smiley
4  Other / Beginners & Help / Re: Calling all Canadians... eh! on: January 19, 2014, 04:43:59 PM
Yeah I've been waffling between those two as well and haven't found anything else better for $CDN. The cavirtex debit card thing looks really cool for actual practical BTC usage, though the fees seem a bit hefty.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!