Author

Topic: Confirmations over 1 (Read 898 times)

hero member
Activity: 698
Merit: 500
February 28, 2016, 07:56:37 AM
#6
6 confirms is about one hour, so find a way to delay receiving those notifications by one hour Cheesy
sr. member
Activity: 687
Merit: 269
February 22, 2016, 01:46:53 AM
#5
What you want, to avoid complex changes to bitcoin code


when you got the first or second confirmation,

simply do notification each time a block is mined, maybe from block explorer site.

You want 12 confirmations each time a block is mined (new confirmation added) aren't you?

EDIT: site like blockchain.info already plays sound when block is mined
newbie
Activity: 5
Merit: 0
February 20, 2016, 01:18:08 AM
#4
I'd love to send a tip, but will it actually help me out?

I want the node to inform me 12 times (only informs me about two times) about the confirmations.
newbie
Activity: 5
Merit: 0
February 19, 2016, 02:38:37 AM
#3
Welp, rebuilding all the way over?
legendary
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
February 19, 2016, 02:31:35 AM
#2
grepping through bitcoin source, I think this may be what you want, "RecommendedNumTransactions".

tsp@computer:~/src/bitcoin/src/qt$ grep -ri recommendednum
Binary file qt_libbitcoinqt_a-transactiondesc.o matches
Binary file qt_libbitcoinqt_a-transactiontablemodel.o matches
transactionrecord.cpp:        else if (status.depth < RecommendedNumConfirmations)
transactionrecord.h:    static const int RecommendedNumConfirmations = 6;
transactiontablemodel.cpp:        status = tr("Confirming (%1 of %2 recommended confirmations)").arg(wtx->status.depth).arg(TransactionRecord::RecommendedNumConfirmations);
Binary file libbitcoinqt.a matches
Binary file qt_libbitcoinqt_a-transactionrecord.o matches
Binary file bitcoin-qt matches


Edit src/qt/transactionsrecord.h in your bitcoin source tree, line 83, change the 6 to a 12.  Rebuild.  Then send me a tip for finding that for you.

Cheers!
newbie
Activity: 5
Merit: 0
February 19, 2016, 02:08:45 AM
#1
Is there any way to make Bitcoin node to inform me about 12 confirmations? By default, it informs me when the transaction popups and then when it hits the blockchain.

Any idea?
Jump to: