opentimestamps-server icon indicating copy to clipboard operation
opentimestamps-server copied to clipboard

OpenTimestamps Calendar Server

Results 21 opentimestamps-server issues
Sort by recently updated
recently updated
newest added

In my server memory usage spikes here https://github.com/opentimestamps/opentimestamps-server/blob/ac67218c3d45a93519bea0ec151b1e3629f87bd5/otsserver/calendar.py#L205 I was wondering if we should write batch incrementally, for example after this log call https://github.com/opentimestamps/opentimestamps-server/blob/ac67218c3d45a93519bea0ec151b1e3629f87bd5/otsserver/calendar.py#L200

Hi everyone, is there a official docker version of the opentimestamps-server? i find this diginex/opentimestamps-server on docker-hub...

Hello, I'm running a public full node using bitcoin core v0.17.1 with the options deprecatedrpc=signrawtransaction deprecatedrpc=accounts addresstype=bech32 and otsd with only the --rpc-port option specified (I know that I can...

The goal here is to be sure stamper is ready to process requests before opening service to clients. As we use a pool of opentimestamps servers, we would like to...

In order to provide an early bound on a piece of content, a known block hash can be included in timestamped data. I see the home page lists best block...

Hi, I want to know if the public server is reliable for production usage. Like if we have 100,000 entries generated every day and use the public server to generate...

signrawtransaction and getaccountaddress were deprecated and now have been fully removed in v0.18 The signrawtransactionwithwallet new method is in python-bitcoinlib 0.10.2 (not required by python-opentimestamps). The getaccountaddress method has not...

From 0.17.x the rpc module fails calling getaccountaddress method and the web ui result blank to the user.

Just curious, how many minutes/how many requests does it take for an opentimestamps server to start a bitcoin transaction? Is it hourly or based upon the number of waiting proofs?

Bicoin version 0.17.01 Bitcoin command to init: bitcoind --daemon -deprecatedrpc=signrawtransaction This is the error: bitcoin.rpc.InWarmupError: {'code': -28, 'message': 'Loading P2P addresses...'} New block 0000000000000000003031a88b78124fabeb0b33a89830184143f3a6cbe51e67 at height 552626 Failed to sign...