Disable retargeting for regtest

2016-06-09 Thread Oscar Guindzberg
https://github.com/oscarguindzberg/bitcoinj/commit/3d322b7a3340f7a16187d649a2e6af9fdc6f0913 What solution sounds better? -- Oscar Guindzberg -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiv

Re: Disable retargeting for regtest

2016-06-18 Thread Oscar Guindzberg
ds a code comment. > > > On 06/09/2016 10:02 PM, Oscar Guindzberg wrote: >> Hi, >> >> Retargeting is disabled on bitcoin core for regtest, but enabled on >> bitcoinj for regtest. >> >> See https://github.com/bitcoin/bitcoin/blob/master/src/chainparams.c

Re: Support for double spend in BitcoinJ?

2016-06-24 Thread Oscar Guindzberg
Freitag, 24. Juni 2016 18:33:20 UTC+2 schrieb Oscar Guindzberg: >> >> How to do it: >> - Create a SendRequest with an incomplete tx with the same inputs and >> the destination output the original tx has (change output is not >> required). You should create new objects or c

Re: Multisig wallets vs. Multisig accounts

2017-01-02 Thread Oscar Guindzberg
ution is > an actual wallet where you can spend multiple times and receive funds. Is > this correct? > > Thank you! > > > > On Sunday, January 1, 2017 at 11:55:38 PM UTC+1, Oscar Guindzberg wrote: >> >> This is what you need to do to create a wallet wher

Re: Wallet fee calculation - special case for outputs < 0.01 BTC

2017-03-17 Thread Oscar Guindzberg
I mean Transaction.REFERENCE_DEFAULT_MIN_TX_FEE (currently set to 5000 satoshis/kb) On Fri, Mar 17, 2017 at 6:38 PM, Oscar Guindzberg <oscar.guindzb...@gmail.com> wrote: > I am rewriting Wallet.calculateFee(). > > I am copying bitcoin-core implementation so we can have "

Wallet fee calculation - special case for outputs < 0.01 BTC

2017-03-17 Thread Oscar Guindzberg
I am rewriting Wallet.calculateFee(). I am copying bitcoin-core implementation so we can have "recipient pay fees" feature and other fixes. This is the code I am copying from https://github.com/bitcoin/bitcoin/blob/9c7b7cf0bb579714b35f7c88db20a407dfc716bd/src/wallet/wallet.cpp#L2302-L2629 One

bitcoinj 0.15 release

2017-04-05 Thread Oscar Guindzberg
Hi, When bitcoinj 0.15 will be released? How release dates are set in general? Thanks -- Oscar Guindzberg -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, sen

Re: How to send coins from a Wallet taking the fee from the sent BTC?

2017-04-12 Thread Oscar Guindzberg
Hi, we were discussing that a few days ago https://groups.google.com/forum/m/#!topic/bitcoinj/soG6y48ayCg On Apr 12, 2017 9:27 PM, "Álvaro Castro-Castilla" < alvaro.castro.casti...@gmail.com> wrote: > Thanks for your response Andreas. > Is master usually taking a long time to make it into a

2 instances of bitcoinj in the same JVM

2017-04-24 Thread Oscar Guindzberg
No network connection. No listeners. No need for multithreading. I am creating a reduced version of bitcoinj just for this, removing all the classes and methods I don't need. Packages will be renamed. Thanks! -- Oscar Guindzberg -- You received this message because you are subscribed to the Goo

Re: Wallet Balance become 0 BTC After Transaction and Actual balance reflect after more than 1 confirm

2017-05-12 Thread Oscar Guindzberg
reak; > } > } > } > > Thanks in advance > > -- > You received this message because you are subscribed to the Google Groups > "bitcoinj" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to bitcoinj+unsubscr...@googlegroups.

Re: Can commit conflicting txs

2017-09-01 Thread Oscar Guindzberg
because you are subscribed to the Google > > Groups "bitcoinj" group. > > To unsubscribe from this group and stop receiving emails from it, send > > an email to bitcoinj+unsubscr...@googlegroups.com > > <mailto:bitcoinj+unsubscr...@googlegroups.com>. >

Dealing with removed Proto files on intellij

2018-05-08 Thread Oscar Guindzberg
/ core_main - "Add content root" and select "/path/core/build/generated/source/proto/main/" Sharing my experience just in case it is useful and looking forward to hear other ways to fix this issue. -- Oscar Guindzberg -- You received this message because you are subscribed

Re: Dealing with removed Proto files on intellij

2018-05-15 Thread Oscar Guindzberg
No, I haven't, but thanks for the tip. Oscar On Tue, May 15, 2018 at 6:40 AM, Andreas Schildbach <andr...@schildbach.de> wrote: > On 05/08/2018 06:52 PM, Oscar Guindzberg wrote: > >> After java proto files were removed from source control, my bitcoinj >> intellij idea p

Transaction.updatedAt semantic

2019-01-21 Thread Oscar Guindzberg
pposed to represent exactly? -- Oscar Guindzberg -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, send an email to bitcoinj+unsubscr...@googlegroups.com. For more opti

Using master for production

2018-12-24 Thread Oscar Guindzberg
considered relevant. So... Has anybody evaluated using bitcoinj master on their own projects already? How "stable" do you think master is? Is anybody using bitcoinj master in a production environment? What is your experience? Thanks! -- Oscar Guindzberg -- You received this message b

getAddr / addr msg support

2019-03-25 Thread Oscar Guindzberg
too complex and low value? -- Oscar Guindzberg -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, send an email to bitcoinj+unsubscr...@googlegroups.com. For more options, v

Re: Re broadcasting of txs

2019-03-14 Thread Oscar Guindzberg
Agreed. I have other priorities, so I will put this on hold for now. On Thu, Mar 14, 2019 at 9:30 AM Andreas Schildbach wrote: > > Dustin Dettmer describes some nice ideas in that thread. We've been > trashing around similar approaches since years. > > > On 13/03/2019 20.30

Re: Re broadcasting of txs

2019-03-13 Thread Oscar Guindzberg
an imagine someone already thought about this, but I could not find any discussion on this subject here nor on the bitcoin-dev mailing list, but maybe I missed something. On Wed, Mar 13, 2019 at 9:20 AM Andreas Schildbach wrote: > > On 13/03/2019 00.26, Oscar Guindzberg wrote: > >

Re: Re broadcasting of txs

2019-03-13 Thread Oscar Guindzberg
ance to the wallet > happens for a few minutes, so it was never a serious problem. > > Your two suggestions sound fine to me, provided that the actual > frequencies can be adjusted/disabled. Maybe we can also make better use > of 'reject' messages at the same time? > > > On

Re: When do forwarding BTC

2019-03-12 Thread Oscar Guindzberg
his? > > -- > You received this message because you are subscribed to the Google Groups > "bitcoinj" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to bitcoinj+unsubscr...@googlegroups.com. > For more options, visit https:/

Re broadcasting of txs

2019-03-12 Thread Oscar Guindzberg
Hi, Is there any email thread or doc about what happens when there is a problem on tx broadcast? Maybe discussions about whether bitcoinj should rebroadcast the tx, if that is the user responsibility, when to do the rebroadcast, etc. Thanks. -- Oscar Guindzberg -- You received this message

Re: recover from seed / jdk version problems on windows

2019-02-07 Thread Oscar Guindzberg
, Feb 7, 2019 at 10:38 AM Oscar Guindzberg wrote: > > Hi, > I am working on > https://github.com/bitcoinj/bitcoinj/issues/1477#issuecomment-450274821 > Could the issue be reopened? > Thanks! > > -- > Oscar Guindzberg -- Oscar Guindzberg -- You received this message

0.15 release notes

2019-02-06 Thread Oscar Guindzberg
. If there is not, how can I contribute to creating one? Eg. start an email thread where contributors tell what they have implemented. thanks. -- Oscar Guindzberg -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from

Re: Any current way to calculate incoming transaction fees

2019-02-13 Thread Oscar Guindzberg
bitcoinj+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- Oscar Guindzberg -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from i

Re: Branch/Freeze for 0.15 incoming!

2019-02-05 Thread Oscar Guindzberg
I'm working on it now. > > > > > > On 05/02/2019 00.28, Andreas Schildbach wrote: > >> It doesn't seem necessary, as signatures are not verified anyway with SPV. > >> > >> But we can support it, if you prefer. > >> > >> > >&g

Bip44 Wallet migration from 0.14 to 0.15

2019-04-18 Thread Oscar Guindzberg
because of account path is not persisted on the wallet file. What is the proper migration mechanism? Use a custom WalletProtobufSerializer? A custom KeyChainFactory? thanks! -- Oscar Guindzberg -- You received this message because you are subscribed to the Google Groups "bitcoinj&q

Re: Bip44 Wallet migration from 0.14 to 0.15

2019-04-19 Thread Oscar Guindzberg
And a custom KeyChainGroupStructure https://github.com/oscarguindzberg/bisq/blob/437d720e7db08e8a6b733ab5b40e7ad7497a5a88/core/src/main/java/bisq/core/btc/setup/BisqKeyChainGroupStructure.java On Fri, Apr 19, 2019 at 4:47 PM Oscar Guindzberg wrote: > > There is no DeterministicKe

Re: Server-side filter privacy enhancements and simplification

2019-04-24 Thread Oscar Guindzberg
both sides, as we > drop all the old mechanisms. It would however not fix the issue that > full nodes can lie to clients by omission in the case of filtered blocks. > > Ideas? Comments? > > -- > You received this message because you are subscribed to the Google Groups > &qu

bitcoinj 0.15.7 release notes question

2020-09-24 Thread Oscar Guindzberg
disabling this feature in my bitcoinj fork. If several txs are broadcasted in a short period of time, I see a risk of dropping too many peers and then have problems broadcasting txs. Thanks -- Oscar Guindzberg -- You received this message because you are subscribed to the Google Groups "

P2WSH signing

2020-09-22 Thread Oscar Guindzberg
Is anybody working on P2WSH signing? Do you have any WIP or code sample? I also posted a comment on https://github.com/bitcoinj/bitcoinj/issues/1880 , not sure where this question belongs to. -- Oscar Guindzberg -- You received this message because you are subscribed to the Google Groups

p2p alternatives

2020-11-16 Thread Oscar Guindzberg
electrumJ with bitcoinj. Thanks. -- Oscar Guindzberg -- You received this message because you are subscribed to the Google Groups "bitcoinj" group. To unsubscribe from this group and stop receiving emails from it, send an email to bitcoinj+unsubscr...@googlegroups.com. To view this