10,874 issues in bitcoin/bitcoin
[Refactor] Combine scriptPubKey and amount as CTxOut in CScriptCheck
This simply CScriptCheck by combining scriptPubKey and amount
-
Opened by jl2012
Jul 30, 2017 - 1 comment
[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) ...
-
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 ...
-
Opened by globaltoken
Jul 28, 2017
Clarify help message for -discardfee
-
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 ...
-
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 ...
-
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.
-
Opened by sipa
Jul 28, 2017 - 7 comments
Update defaultAssumeValid according to release-process.md.
Updated for block 477890.
-
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 ...
-
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: ...
-
Opened by serge-name
Jul 27, 2017 - 1 comment