< October 2024 >
Su Mo Tu We Th Fr Sa 123456789101112
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
2018-01-08
< bitcoin-git>
[bitcoin] jackycjh opened pull request #12112: Docs: Remove the ending slashes from RPC URI format. (master...docs/multi-wallet_RPC_interface_correction) https://github.com/bitcoin/bitcoin/pull/12112
2018-01-07
< bitcoin-git>
[bitcoin] donaloconnor opened pull request #12108: [Refactor] Remove unused fQuit var from checkqueue.h (master...20180107_checkqueue_ref) https://github.com/bitcoin/bitcoin/pull/12108
< bambum>
btw. I can´t post on #bitcoin :Cannot send to channel
< bambum>
Hi, I have a question related to bitcoin-qt - when someone expose some of my privat keys from one wallet, can he somehow generate the other privat keys I use with the same wallet ?
< provoostenator>
lisey: here's some possibilities: https://github.com/bitcoin/bitcoin/labels/good%20first%20issue If you don't know C++, I would just start with making very small changes that only touch a few lines of code. Also, just browse through the Github issues...
< lisey>
hey guys I'm looking forward to contribute to bitcoin-core code base
< bitcoin-git>
[bitcoin] Flowdalic opened pull request #12102: Apply hardening measurements in bitcoind systemd service file (master...systemd-hardening) https://github.com/bitcoin/bitcoin/pull/12102
< micwaski>
as i said how to work with bitcoin core
< Randolf>
micwaski: You're being encouraged to join the #bitcoin channel to ask your question there. /join #bitcoin
< Chris_Stewart_5>
micwaski: #bitcoin please
< micwaski>
Hey how to start working with bitcoin core
< provoostenator>
Schwaro: you should ask in the channel #bitcoin, not here. This is a devlopment channel, not a support channel.
< Schwaro>
#bitcoin I am using bitcoin core and in october I have received some BTC transaction log says that there are more than 10k confirmations. After one month I tried to send some bitcoins but this transaction still says that it is in mem pool/unconfirmed. could you please advise?
< provoostenator>
Schwaro: ror help with Bitcoin in general, please use #bitcoin. For question about developing the Bitcoin Core wallet, you're in the right place.
< molz>
Lauda, are you talking about the windows guide for bitcoin on Ubuntu 16? It works flawlessly for me
< provoostenator_>
Lauda: following Windows build instructions on a Ubuntu 14 VM on an iMac worked for me. Just launched bitcoin-qt.exe in my Windows VM!
< bitcoin-git>
[bitcoin] achow101 opened pull request #12101: Change walletpassphrase timeout to be an int32 and check its bounds (master...wallet-unlock-time-int32) https://github.com/bitcoin/bitcoin/pull/12101
< echeveria>
hubud: #bitcoin
2018-01-05
< bambum>
hi i have a bug on bitcoin-qt. Its not broadcasting my transaction but the amount showing me is already 0
< Fithos>
Why does Bitcoin Core max out at 0.1 btc in transaction fee?
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #12092: [qt] Replaces numbered place marker %2 with %1. (master...patch/12015/sendcoinsdialog-replaces-numbered-place-marker) https://github.com/bitcoin/bitcoin/pull/12092
< bitcoin-git>
bitcoin/master fd4ca17 MarcoFalke: Merge #12092: [qt] Replaces numbered place marker %2 with %1....
< bitcoin-git>
bitcoin/master 8a93543 251: Replaces numbered place marker %2 with %1....
< provoostenator>
As for Windows 10... I reinstalled Ubuntu and upgraded straight to 17.10 (which didn't go smooth). I get an error during the dependencies make for zeromq: funcs.mk:242: recipe for target '/usr/src/bitcoin/depends/work/build/x86_64-w64-mingw32/zeromq/4.2.2-c6f340e09c9/.stamp_preprocessed' failed
< provoostenator>
I installed a nightly Ubuntu 18.04 build on a VM, compiled Bitcoin, ran QT in regtest mode, make check, ran functional tests (all pass except fullblocktest.py). Seems to Just Work(tm). Shocking?
< coolass>
Where do they take suggestions for improvement of the User Experience for the bitcoin core application?
< bitcoin-git>
[bitcoin] Sjors opened pull request #12098: [scripts] lint-whitespace: add param to check last N commits (master...lint-whitespace-n-commits) https://github.com/bitcoin/bitcoin/pull/12098
< bitcoin-git>
[bitcoin] laanwj closed pull request #12054: Qt: Minimize to tray functionality only on Windows (master...win-only-tray) https://github.com/bitcoin/bitcoin/pull/12054
< bitcoin-git>
[bitcoin] Sjors opened pull request #12097: [scripts] lint-whitespace: use perl instead of grep -P (master...lint-whitespace-no-grep-P) https://github.com/bitcoin/bitcoin/pull/12097
< wumpus>
provoostenator: if that also doesn't work you can be sure your build environment is bodged, otherwise it might be something with bitcoin's build system...
< wumpus>
but I think bitcoin core itself is the only thing among the dependencies that uses c++11 threading
< provoostenator>
Compiling bitcoin dependencies on Ubuntu inside Windows 10 running on a VM on an iMac. Wonderful... I notice compilation sometimes just stalls and I have to hit enter to make it continue.
< ossifrage>
Nothing in the .xsession-errors log, but I think I've long since closed the terminal I initially started bitcoin-qt
< ossifrage>
the hexchat system tray icon is still present and I can map/unmap that window by clicking on it, but bitcoin-qt is gone
< ossifrage>
This is odd, bitcoin-qt is still running and responding to bitcoin-cli commands, but the tray icon is gone and I can't seem to map the window.
< bitcoin-git>
[bitcoin] kallewoof opened pull request #12096: [rpc] [wallet] Allow single-output transactions in bumpfee (master...better-bumpfee) https://github.com/bitcoin/bitcoin/pull/12096
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #12089: qa: Don't remember TestNodeCLI options between calls (master...Mf1801-qaCliOptions) https://github.com/bitcoin/bitcoin/pull/12089
< Varunram>
hm, bad language on my part I guess. So a related question would be what actually happens when I try to connect to a testnet seed? (you can answer at #bitcoin if its off-topic :) )
< Varunram>
wumpus: What is the possibility of a testnet seed connecting to a bitcoin abc seed?
< bitcoin-git>
[bitcoin] laanwj closed pull request #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updating help (master...update_mempoolminfee_help_details) https://github.com/bitcoin/bitcoin/pull/12001
< bitcoin-git>
bitcoin/master a9a49e6 Wladimir J. van der Laan: Merge #12001: [RPC] Adding ::minRelayTxFee amount to getmempoolinfo and updating help...
< bitcoin-git>
bitcoin/master aad3090 Jeff Rade: [rpc] Adding ::minRelayTxFee amount to getmempoolinfo and updating mempoolminfee help description
< megan_>
Hi i am new baby in bitcoin development Please let me know how to get started in initial development
< TD-Linux>
I don't think there are any obvious mitigations that bitcoin core can do that it doesn't already (like keeping unencrypted keys in memory for short times)
2018-01-03
< jb55>
so I need to do bitcoind -testnet -conf=~/.bitcoin/testnet3/bitcoin.conf ?
< jb55>
my ~/.bitcoin/bitcoin.conf has it disabled, I guess testnet uses that?
< jb55>
I think I was assuming testnet used it's own bitcoin.conf?
< achow101>
jb55: are you sure it isn't set in your bitcoin.conf?
< bitcoin-git>
[bitcoin] Christewart opened pull request #12082: Adding test case for SINGLE|ANYONECANPAY hash type in tx_valid.json (master...add_tx_valid_singleanyonecanpay) https://github.com/bitcoin/bitcoin/pull/12082
< bitcoin-git>
[bitcoin] promag opened pull request #12080: Add support to search the address book (master...2018-01-searchaddressbook) https://github.com/bitcoin/bitcoin/pull/12080
< bitcoin-git>
[bitcoin] MarcoFalke closed pull request #11965: qa: Note on test order in test_runner (master...Mf1712-qaTestRunnerOrder) https://github.com/bitcoin/bitcoin/pull/11965
< bitcoin-git>
bitcoin/master d38d1a3 MarcoFalke: Merge #11965: qa: Note on test order in test_runner...
< bitcoin-git>
bitcoin/master fadf60e MarcoFalke: qa: Note on test order in test_runner
< provoostenator>
Other question: what's supposed to be the difference between qt/bitcoin.cpp and qt/bitcoin-gui.cpp? And why are they both importing qt/bitcoin-gui.h (theres no qt/bitcoin.h)?
< xiedeacc>
hi, output of block 0 can't be spent as this would allow Satoshi to fork the network. how could this happen ? because at first bitcoin released by Satoshi, the coinbase of block 0 cannot spendable, so if some client allow that address spend, then Satoshi can fork a new blockchain from block 0, and mine his own blockchain more longer than legal blockchain in a private way, then satoshi publish his blockchain, made legal blcokchain cancelled?
< bitcoin-git>
[bitcoin] fanquake opened pull request #12075: [scripts] Add missing univalue file to copyright_header.py (master...copyright-add-missing) https://github.com/bitcoin/bitcoin/pull/12075
< bitcoin-git>
[bitcoin] 251Labs opened pull request #12074: [qt] Optimizes boolean expression model && model->haveWatchOnly() (master...patch/TransactionView-optimize-boolean-expression) https://github.com/bitcoin/bitcoin/pull/12074
< bitcoin-git>
[bitcoin] akx20000a opened pull request #12062: Increment MIT Licence copyright header year on files modified in 2017 (master...2018) https://github.com/bitcoin/bitcoin/pull/12062
< wumpus>
yes he added a disclaimer "EDIT: Obviously, this does not mean Bitcoin Core is all of a sudden less experimental than before.". Of course, such people don't read disclaimers.
< bitcoin-git>
[bitcoin] 251Labs opened pull request #12050: Implements a virtual destructor on the BaseRequestHandler class. (master...patch/BaseRequestHandler-virtual-dtor) https://github.com/bitcoin/bitcoin/pull/12050
< bayatloo>
can i develop Bitcoin with c#
< bitcoin-git>
[bitcoin] martinus opened pull request #12048: Use best-fit strategy in Arena, now O(log(n)) instead O(n) (master...faster_arena) https://github.com/bitcoin/bitcoin/pull/12048
< bitcoin-git>
[bitcoin] jeromer opened pull request #12042: Add hdenabled flag in getwalletinfo (master...getwalletinfo/hdenabledflag) https://github.com/bitcoin/bitcoin/pull/12042
< jonasschnelli>
meshcollider: heh.. yeah... but I'm happy if "Bitcoin Foundation" is gone in 0.16.
< bitcoin-git>
[bitcoin] Zelest opened pull request #12041: doc: Rewrite the OpenBSD build instructions (master...openbsd-build-revamp) https://github.com/bitcoin/bitcoin/pull/12041
< bitcoin-git>
[bitcoin] lionello opened pull request #12040: fix: add support for CORS headers and pre-flight request (master...http-options-pre-flight) https://github.com/bitcoin/bitcoin/pull/12040
< karanlearns>
luke-jr: i cannot join bitcoin channel, i get switched to bitcoin-unregistered although i have registered. this question is in continuation of my discussion from yesterday do - please accomodate.
< luke-jr>
karanlearns: user questions in #bitcoin
< karanlearns>
arubi: on running make where is the bitcoin-qt so file made ? is it in /usr/bin or the one in src folder ?
< karanlearns>
when i run make - where is the so file bitcoin-qt generated . is it the one in /usr/bin or the one in src folder
2017-12-27
< gmaxwell>
cluelessperson: and which are unrelated to bitcoin core in any case. (they cause a desire for _import_ which we support, not export)
< cluelessperson>
gmaxwell: Currently, the only method that seems reliable for exporting private keys, is to get the bitcoin core binary, start it, and use the console to dumpwallet.
< cluelessperson>
sipa: I'm suggesting a framework to make life easier for users using bitcoin. Extracting and dealing with keys at this point is inevitable and currently painful. All those things you mentioned fit into this framework.
< cluelessperson>
outside of through bitcoin core itself
< zelest>
i dunno, i might lack the understanding of the bitcoin protocol, but having a whole database because a few single corner cases has to scale feels a bit bloated tbh :o
< provoostenator>
So does lnd I believe, although they currently don't support bitcoin core yet.
< helpplx>
its a issue of the wallet, it didint warn me. i selected "low fee, 24 hours", it created a transaction that the network doesnt accept. is not my fault, at least add a warning. where to ask? #bitcoin is sandboxed nobody replies its a joke
< rafalcpp>
helpplx: this channel is only about C++/etc developers who code bitcoin core client. Ask in #bitcoin. And as others say, you can NOT lose your money by sending it with too low fee.
< rabidus>
calm down. official channel is #bitcoin
< alf1>
okay, i try: i have transfer btcs from bitpanda.com to my bitcoin core wallet (0.15.1). (transaction ID 41354056bfe77f201d1aa098b2a2b34505aa9d4812935c44cf66a417abcde3ed). but i cant working with btc, because its still pending. i still waiting for "availible". i try -rescan, but it isnt working. can anybody help?
< helpplx>
thanks but its really a "yes" or "no" question, the devs here know this..i used bitcoin-core wallet, set the fee to low (24 hours) and this mess happend. balance is deducted but tx not broadcated. do i need to restart btc core to get those 25 btc (390k $) back into the sender wallet? thanks for the work.
< jb55>
helpplx alf1: try asking on bitcoin.stackexchange.com
< helpplx>
im sorry too for asking a support question but its a 25 btc transaction. sendrawtransaction fails, i dont understand if the btc are still in my wallet if i restart the bitcoin core wallet..only this..thanks guys
< helpplx>
" Error sending transaction: insufficient priority and fee for relay. " blockcypher push tx shows, and blockchain pushtx shows Validation Error: Insufficient fee. Please try again with a higher fee... bitcoin console showsTX decode failed (code -22) when broadcasting with sendrawtx
< helpplx>
hi, i tried to send a tx from bitcoin core with too low fee it seems, it shows as 0/not broadcasted yet. trying to use pushtx services shows the fee is too low. it deducted the balance from the bitcoin-core wallet.. what should i do? restart the wallet? if so will the funds return there? thatnks, sorry
< rafalcpp>
sipa: no, released (Gitian) binary dynamically links libc, also librt, libgcc, libpthread, (and ld), and libm in bitcoind but not in -cli. (ldd bitcoin-cli shows)