#10953

[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
#10952

[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
#10951

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 ...

#10949
#10948

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
#10947

[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 ...

#10946

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
#10945

Update defaultAssumeValid according to release-process.md.

Updated for block 477890.

  • Opened by gmaxwell Jul 28, 2017
  • 13 comments
#10944

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 ...

#10943

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: ...