Andreas Schildbach

Results 113 issues of Andreas Schildbach

In my fragment, I'm calling setHasOptionsMenu(true) in onCreate(). Although I could not find an explicit instruction, I believe most people put it there and not in for example onViewCreated(). However,...

A small number of Bitcoin Wallet for Android users are facing the problem that all three seed dns domains do not resolve. I file this issue to coordinate a debugging...

I think its easy to implement that by including an image to http://zxing.appspot.com/generator/ I know its not secure, but we're on testnet, and the generator is only meant as a...

I tried entering 2MuVSxtfivPKJe93EC1Tb9UhJtGhsoWEHCe, which should be a P2SH testnet3 address, but it is being marked as invalid. I got this address from a bitcoinj unit test.

Currently the generator forces me to enter an amount. Thus, it cannot be used to test payment requests that leave the amount to the payer. Both entering "" and 0...

The idea is the generator validates the payment message, for example if it received the correct amount to the correct scripts. In the payment ack memo field, return the results...

Just enter an e-mail address and it would send the request as an attachment with the MIME type from BIP71. Just make sure to not open a spam relay by...

This is on Ubunu 15.04, 64 bit: ``` $ sudo apt-get install android-studio [...] Setting up android-studio (4.8.3-ubuntu0) ... unzip: cannot find or open /opt/android-studio-ide-*, /opt/android-studio-ide-*.zip or /opt/android-studio-ide-*.ZIP. No zipfiles...

Build with `docker build -t fork-explorer .` Example for docker-compose.yml: ``` fork-explorer: image: fork-explorer depends_on: - bitcoind environment: - BITCOIND_RPC_URL=http://bitcoind:8332 - BITCOIND_RPC_USER=user - BITCOIND_RPC_PASSWORD=secret - FORK_NAME=Taproot testnet - FORK_THRESHOLD=1512 ports:...

Wouldn't a Dockerfile be nice for building this project and running it within Docker? I'm thinking of implementing this if there is interest.