what is the cheapest computer to run SV
What is the cheapest desktop I can buy to run SV node at home and have it handle the biggest blocks today?
A link would be appreciated
What is the cheapest desktop I can buy to run SV node at home and have it handle the biggest blocks today?
A link would be appreciated
Why mix IP2IP and SPV? What is SBV? Practical use and advantages?
what exactly is this? Does this mean every TX gets hashed twice? How does it help to filter the content from the block chain (As Dr. Wright said)? Why cant i hash it just once and save the hash of the TX and prune the data (illegal)? Isnt the content now filtered with just a single hash? or am i getting it wrong?
I have some code that does a lot of HD derivation and ECIES encryption/decryption and I noticed that it runs quite slow in the browser. I did some profiling and it seems that it spends most of the time in the libraries that handle primitives (sha256 hashing, big int, …).
This makes sense as it seems that we have this primitives natively in node, but we need to use libraries in the browser. I did some Googling and it seems that newer browsers do have some support for this things so I was wondering if it is possible to use that when available? I suspect that would speed up things significantly?
I am thinking about browser’s native APIs such as SubtleCrypto and BigInt. Or even an Emscripten-compiler Javascript library such as js-nacl.
I would like to know if there’s a simple golang library that it is possible to use to build and send BSV transactions.
Which pool is the best one?
Non-standard scripts can finally be used without limits on the Bitcoin SV blockchain thanks to the Genesis upgrade. We think that this will accelerate the innovation and we will soon see a variety of new scripts being used on a regular basis.
What is the one that is the most exciting, interesting and/or powerful in your opinion? Which new use cases will it enable?
「ButtonAnalytics」の開発者は誰ですか? https://beta.buttonanalytics.com/dashboard/dashboard.php また、使い方を教えてください
I want to select all data and analyse twetch data through Bitquery/Bitbus. Could anyone help me to understand protocol of this app?
I am looking for a solution to implement a backend hot wallet. It needs to be able to spend pretty much instantly upon API call. The refilling of the wallet can happen manually, but it needs a way to generate a new address and output it somehow so I can refill it. Bonus points if the backend wallet has a way to resolve paymail addresses. Bonus points for links to the respective library. Also helpful to know which proprietary systems exist which could be contacted to see if their system could be leveraged.