Andreas Schildbach
Andreas Schildbach
This is a feature request. In `HMacDSAKCalculator`, allow for the "additional data" field as per https://datatracker.ietf.org/doc/html/rfc6979#section-3.6 It's needed to grind for low R values, and probably other usecases as well,...
java.lang.NullPointerException at org.bitcoinj.core.Address.(Address.java:87) at org.bitcoinj.core.ECKey.toAddress(ECKey.java:514) at org.bitcoinj.crypto.BIP38PrivateKey.decrypt(BIP38PrivateKey.java:94) at de.schildbach.wallet.ui.send.DecodePrivateKeyTask$1.run(DecodePrivateKeyTask.java:49) at android.os.Handler.handleCallback(Handler.java:733) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:157) at android.os.HandlerThread.run(HandlerThread.java:61)
https://bitcointalk.org/index.php?topic=589083.0
I'm running Electrum 3.2.4 (also tried 3.3.8) on a fully up to date Ubuntu 18.04 using this command: ``` electrum/electrum gui -v --oneserver --server :50002:s ``` I'm getting this output...
I think it would be useful to document the necessary configuration for if you want to connect ElectrumX to… - a bitcoind running in a second container. - a bitcoind...
Commit b33c498e99883536519bc01f19d2c6b081eebae1, on Ubuntu 20.04. This is the log: ``` $ cargo build --release Updating crates.io index Updating git repository `https://github.com/matrix-org/rust-matrix-state-map` Downloaded ansi_term v0.11.0 Downloaded memoffset v0.6.1 Downloaded opaque-debug v0.3.0...
This would make Docker usage easier, as you would not need to bind a volume just for output of the script.
Note: `Message` hierarchy includes `Transaction` and `Block`. - [ ] Decide if we still need "retain mode". The state being retained is the Bitcoin protocol formatted bytes. Hopefully not, then...