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
Which social media platform? Twitter, Facebook, Reddit…etc.
Also a plus (tip) if you have numbers how many users they have.
CSW always says DeFi is a scam, tokens decrease security of bitcoin and NFTs are crap
Is it ok to build projects like these on BSV and what are those? besides relayx tokens
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?
Which pool is the best one?
Which options are available for developers that want to build on Bitcoin SV blockchain? What APIs and/or SDKs can be used?
How do different possibilities compare in terms of functionality, ease of use and cost?
Is there a single solution that can cover all needs of an average app or should more be used at the same time?
I want to select all data and analyse twetch data through Bitquery/Bitbus. Could anyone help me to understand protocol of this app?
Why mix IP2IP and SPV? What is SBV? Practical use and advantages?
I would like to introduce my stakeholders to a signup process into our bitcoin systems and I would like to have a landing page where I could make my own moneybutton signup process to receive the MBID in my system in order to send a token for that specific signup part. My goal would be have follow up ages where they provide more and more information for the exchange of API information tokens. Questions: Could it be tokens with a unique identifier that can only be used with the owner of MBID and associated tokenID in order to progress to the next page? In what way could a datapoint be statistically useful and still keep its full privacy? Each interest group like opensource@moneybutton.com is initiated and funded with $ 50 as ideating tokenholder under thefastcompany@moneybutton.com.
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.