11,435 issues
[wallet] Remove vchDefaultKey and have better first run detection
Removes vchDefaultKey which was only used for first run detection. Improves wallet first run detection by checking to see if any keys were read from the database. This also fixes a (rather contrived) ...
-
bitcoin/bitcoin
Opened by achow101
Jul 29, 2017 - 3 comments
Linux 32bit Version Cross-Compile Error, file not found.
I tried under Ubuntu 14.04 LTS + Ubuntu 16.04 LTS to compile the Linux 32 bit Wallet. I did it this way: clone cd depends make HOST=i686-pc-linux-gnu cd .. ./autogen.sh # not required when building from ...
-
bitcoin/bitcoin
Opened by globaltoken
Jul 28, 2017
Clarify help message for -discardfee
-
bitcoin/bitcoin
Opened by morcos
Jul 28, 2017
p2p: Hardcoded seeds update pre-0.15 branch
Just the usual curl -s http://bitcoin.sipa.be/seeds.txt.gz | gzip -dc > seeds_main.txt python3 makeseeds.py < seeds_main.txt > nodes_main.txt python3 generate-seeds.py . > ../../src/chainparamsseeds.h ...
-
bitcoin/bitcoin
Opened by laanwj
Jul 28, 2017 - 3 comments
[Wallet] Bare segwit scriptPubKey should not considered change by the wallet
As the test describe, segwit scriptPubKey are considered as change. It means that if you import the scriptPubKey, then send money to it, and call listtransactions, you will not see it. (contrary to p2sh ...
-
bitcoin/bitcoin
Opened by NicolasDorier
Jul 28, 2017 - 2 comments
Add chainwork to getchaintxstats
This makes it easier to create and verify the nMinimumChainWork data in chain parameters.
-
bitcoin/bitcoin
Opened by sipa
Jul 28, 2017 - 7 comments
Update defaultAssumeValid according to release-process.md.
Updated for block 477890.
-
bitcoin/bitcoin
Opened by gmaxwell
Jul 28, 2017 - 13 comments
make deploy for OSX fails on Ubuntu 16.04 LTS x64
Hey, If I use the current master to try compile for osx with make deploy it fails with this Error: ` CN,zh_TW -verbose 2 Copying source bundle + Deploying frameworks + Warning: Could not find any external ...
-
bitcoin/bitcoin
Opened by globaltoken
Jul 28, 2017
Configure incorrectly detects LibreSSL (OpenSSL is installed actually)
Summary Configure script incorrectly detects LibreSSL (OpenSSL is installed actually) Environment Distributor ID: Debian Description: Debian GNU/Linux 9.1 (stretch) Release: 9.1 Codename: ...
-
bitcoin/bitcoin
Opened by serge-name
Jul 27, 2017 - 1 comment
Eliminate fee overpaying edge case when subtracting fee from recipients
I'm not sure if this is the cause of the issue in #10034 , but this was a known edge case. I just didn't realize how simple the fix is. Could use a couple more eyes to make sure nothing silly ...
-
bitcoin/bitcoin
Opened by morcos
Jul 27, 2017 - 8 comments