Search found 794 matches
- Fri Oct 15, 2021 6:04 pm
- Forum: General Discussion
- Topic: I am still here, just dealing with some family tragedy(s)
- Replies: 1
- Views: 749
I am still here, just dealing with some family tragedy(s)
I don't post a lot on social media or about personal or family matters publicly, but I want everyone to know that my absence is only to deal with these recent personal family tragedy(s). It takes a lot personal time, along with my work obligations (some of which are Timekoin related) so it just does...
- Mon Sep 20, 2021 12:40 pm
- Forum: General Discussion
- Topic: The forum is alive!
- Replies: 5
- Views: 1357
- Sun Aug 22, 2021 9:04 am
- Forum: Server Technical Support
- Topic: Windows Server Operators - Change to v4.15 or higher
- Replies: 0
- Views: 367
Windows Server Operators - Change to v4.15 or higher
If you are running the all-in-one windows server exe version 4.14 or lower, there is a 32 bit number field that should have been upgraded to a 64 bit number field a while back when those server packages were being created. To be more specific, the table "main_loop_status" should have a 64 ...
- Sun Aug 22, 2021 1:21 am
- Forum: General Discussion
- Topic: The forum is alive!
- Replies: 5
- Views: 1357
Re: The forum is alive!
Probably a while, with so many places to communicate (other forums, discord, etc.) It will take some time for people to find their way back. 

- Fri Mar 04, 2016 4:01 pm
- Forum: Development Discussion
- Topic: Version 4.x & Beyond - Feature Request
- Replies: 90
- Views: 40467
Re: Version 4.x & Beyond - Feature Request
Cool, excellent! You should make a topic just for this, so it isn't buried in all the other discussion here.collapse wrote:My version of server supporting PostgreSQL, (now under test).
https://github.com/inetarius/inetarius/tree/timekoin
- Fri Mar 04, 2016 4:00 pm
- Forum: Development Discussion
- Topic: Version 4.x & Beyond - Feature Request
- Replies: 90
- Views: 40467
Re: Version 4.x & Beyond - Feature Request
Can you please include a way to use easy key to populate the public key field? This is already possible. Just write your Easy key and click on the Easy Key button and the public key field will be populated. Sorry I didn't explain that more clearly. I was referring to the TX Explorer on Timekoin.org...
- Sun Feb 21, 2016 6:21 pm
- Forum: Development Discussion
- Topic: Version 4.x & Beyond - Feature Request
- Replies: 90
- Views: 40467
Re: Version 4.x & Beyond - Feature Request
Yes, those 4097 duplicates can come about because only transactions need unique SHA256 outputs per transaction, but the SHA256 of a transaction cycle could be the same if the data being put into the SHA256 hash was identical/similar enough to somewhere else in the past. It is also known that when cr...
- Tue Feb 16, 2016 3:15 pm
- Forum: Development Discussion
- Topic: Timekoin and Python
- Replies: 10
- Views: 10539
Re: Timekoin and Python
This is exactly what I want to do... No different than some of the browser based wallets available now. You need to trust the server. Unless, and this is just crazy talk, would there be a way to create one time use keys? You sure can, if you can generate a RSA key pair, it only needs to be 1,536 bi...
- Mon Feb 15, 2016 7:17 pm
- Forum: Development Discussion
- Topic: Timekoin and Python
- Replies: 10
- Views: 10539
Re: Timekoin and Python
This is exactly what I want to do... No different than some of the browser based wallets available now. You need to trust the server. Unless, and this is just crazy talk, would there be a way to create one time use keys? You sure can, if you can generate a RSA key pair, it only needs to be 1,536 bi...
- Mon Feb 15, 2016 4:18 pm
- Forum: Development Discussion
- Topic: Timekoin and Python
- Replies: 10
- Views: 10539
Re: Timekoin and Python
I guess this leads me to the next question, do I even need to do the crypto side of it in Pythong? Shouldn't the API handle all that? Right now, the api call to send TK requires that I do the hashing and encrypting before sending it to the server. Why couldn't there be an API call that you provide ...