< dviola>
here's what I did: I installed bitcoin-qt with pacman, started a fresh ~/.bitcoin and wallet.dat, I created 5 addresses with name, etc. I copied the wallet.dat to my home dir, I downloaded bitcoin-qt from bitcoin.org, started that with the old wallet.dat and all the address were there
< dviola>
I'm a little confused because I created a wallet.dat using Arch's build, then used the wallet.dat with bitcoin-qt from bitcoin.org, and it seems to have worked just fine, but I don't have funds in this wallet of course
< dviola>
phantomcircuit: I see, so would it be better if I create the wallet using the bitcoin-qt builds from bitcoin.org?
< dviola>
hello, the archlinux bitcoin-qt package maintainer builds bitcoin-qt using "--with-incompatible-bdb" and bdb 5.3.28, I have heard there could be potential problems by taking a wallet.dat that was created with newer bdb and then using it on a bitcoin-qt that was compiled with an older version of bdb, are there any tests I could run to know I won't run into issues?
2017-01-02
< bitcoin-git>
[bitcoin] isle2983 opened pull request #9459: Improvements to copyright_header.py and some minor copyright header tweaks. (master...PR-copyright-script-improve) https://github.com/bitcoin/bitcoin/pull/9459
< bitcoin-git>
[bitcoin] fanquake closed pull request #9453: Copyright notice year 2017 increment. Happy New Year! (master...master) https://github.com/bitcoin/bitcoin/pull/9453
< bitcoin-git>
[bitcoin] jsmith-dev reopened pull request #9453: Copyright notice year 2017 increment. Happy New Year! (master...master) https://github.com/bitcoin/bitcoin/pull/9453
< bitcoin-git>
[bitcoin] jsmith-dev closed pull request #9453: Copyright notice year 2017 increment. Happy New Year! (master...master) https://github.com/bitcoin/bitcoin/pull/9453
2016-12-31
< bitcoin-git>
[bitcoin] jsmith-dev opened pull request #9453: Copyright notice year 2017 increment. Happy New Year! (master...master) https://github.com/bitcoin/bitcoin/pull/9453
< bitcoin-git>
[bitcoin] isle2983 opened pull request #9452: Use TravisCI to enforce copyright header rules for source files (master...PR-travisci-copyright-enforce) https://github.com/bitcoin/bitcoin/pull/9452
< bitcoin-git>
[bitcoin] isle2983 opened pull request #9450: Increment MIT licence copyright header year on files modified in 2016 (master...PR-increment-year) https://github.com/bitcoin/bitcoin/pull/9450
2016-12-30
< bitcoin-git>
[bitcoin] MarcoFalke reopened pull request #7522: Bugfix: Only use git for build info if the repository is actually the right one (master...bugfix_gitdir) https://github.com/bitcoin/bitcoin/pull/7522
< gribble>
https://github.com/bitcoin/bitcoin/issues/9424 | Change LogAcceptCategory to use uint32_t rather than sets of strings. by gmaxwell · Pull Request #9424 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] gmaxwell closed pull request #9424: Change LogAcceptCategory to use uint32_t rather than sets of strings. (master...log_category_simplify) https://github.com/bitcoin/bitcoin/pull/9424
< bitcoin-git>
[bitcoin] gmaxwell closed pull request #8800: Fetch w/o CB if mempool empty, don't use HB mode if blocks only. (master...no-hb-in-bo) https://github.com/bitcoin/bitcoin/pull/8800
< bitcoin-git>
[bitcoin] gmaxwell closed pull request #9415: Reduce latency of ThreadMessageHandler. (3.2x speedup for IBD to 200k) (master...better_sleep) https://github.com/bitcoin/bitcoin/pull/9415
< bitcoin-git>
[bitcoin] gmaxwell closed pull request #9442: Do not use signals for communication between net and net_processing. (master...no_node_signals) https://github.com/bitcoin/bitcoin/pull/9442
< bitcoin-git>
[bitcoin] gmaxwell opened pull request #9442: Do not use signals for communication between net and net_processing. (master...no_node_signals) https://github.com/bitcoin/bitcoin/pull/9442
< kinlo>
is the alert page going away? The bitcoin protocol for the alert system is being retired, but is the https://bitcoin.org/en/alerts going away?
< wbnns>
It will still be available here (the notification just won't show at the top of every page): https://bitcoin.org/en/alerts
< wbnns>
@gmaxwell @wumpus_ Hello, just wanted you check-in regarding the Alert System Retirement notice currently appearing across the tops of all pages on Bitcoin.org - is there a specific date it would be okay to remove it?
< NicolasDorier>
jonasschnelli: luke-jr : about multi wallet support https://github.com/bitcoin/bitcoin/projects/2#card-205286 , is it ready to be tested or still stuff in the pipeline ? I plan to play with it if that is the case
< robert__>
its the first result when you google fedora bitcoin
< gmaxwell>
warren: do you know anything about https://www.ringingliberty.com/bitcoin/ ? doesn't appear to have a determinstic build process, anyone looked to see if these binaries are backdoored? someone wandering into #bitcoin is using them.
< bitcoin-git>
[bitcoin] ryanofsky opened pull request #9435: Removed unused variable in test, fixing warning. (master...pr/coins-unused) https://github.com/bitcoin/bitcoin/pull/9435
< bitcoin-git>
[bitcoin] fanquake closed pull request #9428: Don't download blocks unless they have more work than our current best (master...DownloadOnlyGreaterWork) https://github.com/bitcoin/bitcoin/pull/9428
< bitcoin-git>
[bitcoin] rebroad opened pull request #9428: Don't download blocks unless they have more work than our current best (master...DownloadOnlyGreaterWork) https://github.com/bitcoin/bitcoin/pull/9428
< bitcoin-git>
[bitcoin] rebroad opened pull request #9427: Use compact blocks for blocks that are levl with our active tip rather than requesting a full block (master...UseCmpctBlockForCompetingBlocks) https://github.com/bitcoin/bitcoin/pull/9427
2016-12-25
< bitcoin-git>
[bitcoin] gmaxwell opened pull request #9424: Change LogAcceptCategory to use uint32_t rather than sets of strings. (master...log_category_simplify) https://github.com/bitcoin/bitcoin/pull/9424
< bitcoin-git>
[bitcoin] rebroad closed pull request #9030: Don't process blocktxns when we have the block already. (master...BlocktxnExits) https://github.com/bitcoin/bitcoin/pull/9030
< bitcoin-git>
[bitcoin] luke-jr opened pull request #9422: Refactor mempool.dat to be extensible, and store missing info (master...mempool_dat_extensible) https://github.com/bitcoin/bitcoin/pull/9422
< gribble>
https://github.com/bitcoin/bitcoin/issues/7533 | RPC: sendrawtransaction: Allow the user to ignore/override specific rejections by luke-jr · Pull Request #7533 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] TheBlueMatt opened pull request #9419: Stop Using cs_main for CNodeState/State() (master...2016-12-nodestate) https://github.com/bitcoin/bitcoin/pull/9419
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #9416: travis: make distdir before make (master...Mf1612-travisDistDirCheck) https://github.com/bitcoin/bitcoin/pull/9416
< bitcoin-git>
[bitcoin] rebroad opened pull request #9414: Skip processing of TXs that we already have. (master...DoNotProcessNewTxsMoreThanOnce) https://github.com/bitcoin/bitcoin/pull/9414
< timothy>
no, I confirm the bug. from 0.13.1 to 0.13.2rc1 bitcoin-qt tray icon is broken
< bitcoin-git>
[bitcoin] fanquake closed pull request #9405: Contrib: Mac: Fix mac deploy so that the dmg background works (master...macPythonTweak) https://github.com/bitcoin/bitcoin/pull/9405
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #9408: Allow shutdown during LoadMempool, dump only when necessary (master...2016/12/memp_dump) https://github.com/bitcoin/bitcoin/pull/9408
< luke-jr>
gmaxwell: just editing the wiki page, but should ideally be done after the BIP is proposed, and before that point comments ought to be posted to bitcoin-dev instead to allow the drafter to possibly revise the BIP to address concerns
< gribble>
https://github.com/bitcoin/bitcoin/issues/9152 | Wallet/RPC: sweepprivkeys method to scan UTXO set and send to local wallet by luke-jr · Pull Request #9152 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/7533 | RPC: sendrawtransaction: Allow the user to ignore/override specific rejections by luke-jr · Pull Request #7533 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] anditto opened pull request #9407: Added missing colons in when running help command (master...minor-style-fixes) https://github.com/bitcoin/bitcoin/pull/9407
< midnightmagic>
getting bitcoin built on 10.04 is turning into quite the chore.
2016-12-21
< gribble>
https://github.com/bitcoin/bitcoin/issues/8695 | [Net] Retry feeler connection if OpenNetworkConnection fails in under 1ms. by pstratem · Pull Request #8695 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] djp3 opened pull request #9405: Contrib: Mac: Two changes to python bytes and string management to get the mac deploy to work (master...macPythonTweak) https://github.com/bitcoin/bitcoin/pull/9405
< bitcoin-git>
[bitcoin] morcos opened pull request #9404: Make a second pass with same coins in CreateTransaction. (master...smartChange) https://github.com/bitcoin/bitcoin/pull/9404
< gmaxwell>
wumpus: Any opinions on announcing rc1 to /r/bitcoin or should I wait for rc2/release?
< bitcoin-git>
[bitcoin] rebroad opened pull request #9403: Don't ask for TX relay from feeler connections (master...NoRelayForFeelers) https://github.com/bitcoin/bitcoin/pull/9403
< gmaxwell>
I've been noticing "/home/gmaxwell/.bitcoin: No such file or directory" show up on my console during node shutdown. Just saw it in 0.13.2rc-- I'd thought it was a new behavior in 0.14. anyone know what causes it?
< bitcoin-git>
[bitcoin] instagibbs opened pull request #9401: Make rpcauth help message clearer, add example in example .conf (master...rpcauthnotes) https://github.com/bitcoin/bitcoin/pull/9401
< bitcoin-git>
[bitcoin] instagibbs opened pull request #9400: Set peers as HB peers upon full block validation (master...maybesetfullblock) https://github.com/bitcoin/bitcoin/pull/9400
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #9399: travis: make distdir before make (master...Mf1612-travisDistDirCheck) https://github.com/bitcoin/bitcoin/pull/9399
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #9399: travis: make distdir before make (master...Mf1612-travisDistDirCheck) https://github.com/bitcoin/bitcoin/pull/9399
< luke-jr>
I answered your first question here to be polite, but I will not continue to answer questions here that are off-topic. Move to #bitcoin for asking them.
< luke-jr>
Myself and many others are in #bitcoin and willing to help when we can.
< luke-jr>
Bitcore is not the same as Bitcoin Core, and while you can certainly develop other applications, this channel is for developing Bitcoin Core.
< luke-jr>
mannu: using -walletnotify, discuss/ask on #bitcoin
< gribble>
https://github.com/bitcoin/bitcoin/issues/9053 | IBD using chainwork instead of height and not using header timestamps by gmaxwell · Pull Request #9053 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/9053 | IBD using chainwork instead of height and not using header timestamps by gmaxwell · Pull Request #9053 · bitcoin/bitcoin · GitHub
< gribble>
https://github.com/bitcoin/bitcoin/issues/9293 | [0.13 Backport] IBD using chainwork instead of height and not using header timestamp (#9053) by gmaxwell · Pull Request #9293 · bitcoin/bitcoin · GitHub
< bitcoin-git>
[bitcoin] kallewoof opened pull request #9387: RAII of libevent stuff using set of wrappers (master...raii-libevents) https://github.com/bitcoin/bitcoin/pull/9387
< bitcoin-git>
[bitcoin] laanwj closed pull request #8734: Send NOTFOUND when we don't have the block data. (master...NotfoundIfPruned) https://github.com/bitcoin/bitcoin/pull/8734
< bitcoin-git>
[bitcoin] jonasschnelli opened pull request #9377: fundrawtransaction: Keep change-output keys by default, make it optional (master...2016/12/fix_frt_adr) https://github.com/bitcoin/bitcoin/pull/9377
< bitcoin-git>
bitcoin/0.13 03b6f62 Wladimir J. van der Laan: Merge #9357: [0.13 backport] Attempt reconstruction from all compact block announcements...
< bitcoin-git>
bitcoin/0.13 53b656f Suhas Daftuar: [qa] Update compactblocks test for multi-peer reconstruction
< bitcoin-git>
bitcoin/0.13 4ced313 Suhas Daftuar: Allow compactblock reconstruction when block is in flight