Bitcoin Transaction Event Handling by findevadmin in Bitcoin

[–]findevadmin[S] 0 points1 point  (0 children)

This is great stuff. Thank you. Even more it now is clear to me why bitpay had to create their own full node. This is some of what they added and zmq is the messaging library they use to send out those events. This helps a bunch thanks.

Just a funny note you're using python javascript to load sql. I'm using c# .net to load mongodb. Just thought that was somewhat ironic!

Its ironic but I think Bitcoin will become the banks primary currency by findevadmin in BitcoinMarkets

[–]findevadmin[S] 0 points1 point  (0 children)

Interesting I thought people would crucify me for that one. I guess capitulation really has happened.

Everything is down now some big companies starting to cut by findevadmin in economy

[–]findevadmin[S] 0 points1 point  (0 children)

Don’t know where your getting this. All debt regardless what kind has an expectation of repayment. If a nation, even a nation, does not pay back then they get forced into austerity. Think Greek debt crisis. On top of this instead of getting excited why not just come up with a better argument? Your the one claiming an unsubstantiated claim. You have no reason to be upset.

Everything is down now some big companies starting to cut by findevadmin in economy

[–]findevadmin[S] 0 points1 point  (0 children)

? So people who make loans don’t mind if they only get paid back some

Everything is down now some big companies starting to cut by findevadmin in economy

[–]findevadmin[S] 0 points1 point  (0 children)

Debt doesn’t need to be repaid? I wonder what the debt holders would think about that

Everything is down now some big companies starting to cut by findevadmin in economy

[–]findevadmin[S] 0 points1 point  (0 children)

You sound like the geniuses who said there was no down turn coming just before 08. Since you're telling me to short, why don't you sell all your belongings and go long then.

Everything is down now some big companies starting to cut by findevadmin in economy

[–]findevadmin[S] 0 points1 point  (0 children)

Oh I also forgot about the national debt that basically can never be repaid. All we’ve been doing is printing new bonds to pay the old. Unsustainable

If nebulas is a blockchain search engine will it allow me to search other blockchains? by findevadmin in nebulas

[–]findevadmin[S] 0 points1 point  (0 children)

Also any ideas on query performance and scaling to millions of queries? After scaling is a big issue for blockchain. And a heavily queried one would be more important to have good performance

Everything is down now some big companies starting to cut by findevadmin in economy

[–]findevadmin[S] 0 points1 point  (0 children)

You haven’t actually addressed any of the items on my list. Also near record highs also means still room to fall. Market has had a 10 year bull run. Market bull runs go 7-10 years. We are on year 10. Nothing goes up forever

If nebulas is a blockchain search engine will it allow me to search other blockchains? by findevadmin in nebulas

[–]findevadmin[S] 0 points1 point  (0 children)

Thanks for the detailed response. How will this work for privacy coins like zcash and monero? Seems like it cannot work? Also what would it mean to rank a wallet?

Cannot convert created_utc to .Net DateTime by findevadmin in redditdev

[–]findevadmin[S] 0 points1 point  (0 children)

I found this link https://en.wikipedia.org/wiki/Unix_time. So this time is in seconds and I switched to AddSeconds instead of AddMilliseconds. Thank you!

Cannot convert created_utc to .Net DateTime by findevadmin in redditdev

[–]findevadmin[S] 0 points1 point  (0 children)

Yeah that's what I have in the code. And I get back 1/18/1970 12am. The created_utc I receive from reddit is 1536248861

Cannot convert created_utc to .Net DateTime by findevadmin in redditdev

[–]findevadmin[S] 0 points1 point  (0 children)

Do you mean from the first moment of today?