Search content
Sort by

Showing 6 of 6 results by Kavalski
Post
Topic
Board Project Development
Re: Using Bitcoin to help minorities in East Asian State.
by
Kavalski
on 22/08/2024, 11:36:16 UTC
While I am not the author, I have worked with his framework since he released the first version a couple of months ago. I therefore feel qualified to answer some of the questions.

1) I don't understand why there is a need to encrypt data and send it over the Bitcoin blockchain, it will be there forever and if someone can decrypt it then everyone will know what you bought, and since we are talking about peer-to-peer networks it is better to destroy everything after the trade is finished.

2) You did not mention how to deal with scammers, will the service provide an escrow? And if so, what will escrow be? Or will it rely on trust points?

We must understand that his software is not a single market but a "repository of markets" where users can open their own market with their own rules.
There is an inbuilt reputation system that is fee based. In addition, a market owner can freely set his own fee as a percentage of the listing price. The market owner sets the rules and can use e.g. 50% or more of the listing price as an escrow value that is returned if the customer has no complaints. There are no limits to creativity.

But what if the seller or buyer wants to return the transaction data due to a dispute? This will be impossible if the data is destroyed.

This is where you would turn to a BaS (blockchain as a service) solution to protect/validate the data like the bitcoin network does.

If Bitcoin is going to survive long term, we need to eliminate garbage data on the blockchain.   I define garbage data as not useful to the majority of network participants.   Your example above would include that.

Customer data can be RSA 4098 encrypted and sent over the chain. This is optional however and most users of his protocol use off chain methods (e.g. Telegram or a website) to transfer this customer data. The more valuable part, the listings, market configurations etc., are OP_RETURN encoded but are very small (and can therefore also be pruned by Bitcoin software). From all transaction outputs in his protocol, only a small amount is OP_Return data.


However, the bigger problem is BlockAze is currently a cesspit of drugs, guns and violence.
Clear web websites that used be hidden in the dark net use it to immortalize their presence.
But is it a problem of human nature itself if given unlimited freedom? It is unregulated and obeys the same rules as Bitcoin. Should we regulate Bitcoin as well if used for such purposes? It is a really hard question and I understand OPs fear.
Post
Topic
Board Project Development
Topic OP
BlockAze Decentralized Market Encoder
by
Kavalski
on 29/05/2024, 06:49:28 UTC
This is a more project specific continuation of the ideas from this thread: https://bitcointalk.org/index.php?topic=5494082.20
That thread is about distributed markets and I wondered why nobody mentioned BlockAze. BlockAze is a market search machine allowing anonymous trade by encoding the entire state of the markets on Bitcoin's blockchain. As the entire state of the market is encoded, it cannot be taken down by a third party without taking down Bitcoin itself. As it is based on Bitcoin
and a fairly large project, I think it deserves its own thread here.

It fulfills a lot of the criteria collected in the previously mentioned thread:

  • It is anonymous as it only requires Bitcoin addresses and transactions to work
  • It tracks trade histories and computes trustworthiness rankings
  • People can create their own stores within it and configure them with fees, name them and more
  • It has a repository system where people can add stores only to specific repositories
  • People can exchange RSA 4098 keys and use it to swap shipping information on chain
  • It is accessible from the clear web, hell even the command line
  • It is distributed. Not even the creator of BlockAze can take down listings
  • It is easy to use. Anyone with BTC can immediately can create a listing even without downloading the software
  • It has a low barrier to entry. Customers do not even need to have this software to buy listings but can use their normal Electrum wallet
  • It is open source and therefore can be publicly audited
  • Everything happens on chain
  • Compared to ordinals, the bloat is very low. Most transactions created are real transactions with the intend of exchanging value.

I really like this concept, which is why I added it to my public faucet next to the Fulcrum Electrum Server.
You can therefore immediately try and integrate BlockAze in your own projects here:
https://moofetch.mooo.com

There are a multitude of viewers out there. One of them is:
https://milky.uber.space

But using the above RPC calls anyone can probably create a better website.

The creator is unfortunately very private and not the best at marketing but he appears very bright. Maybe slightly introverted. It is a very big project with a lot of thought and code behind it. Maybe we can get him to post here.

The open source code can be found here:
https://git.tchncs.de/BorealUS/blockaze
Post
Topic
Board Project Development
Re: A fully decentralized marketplace
by
Kavalski
on 03/05/2024, 17:51:24 UTC
It is pretty interesting actually as it exactly mirrors Bitcoin in its possible usage.

  • You can trade via a full node, which is the most secure as a local copy of the blockchain is used.
  • You can trade via a trusted web based API source such as https://moofetch.mooo.com
  • You can trade via a full node, which is the most secure as a local copy of the blockchain is used.

Interestingly,  there is even a client shipped that allows trade from the command line.
The best thing is, as a buyer you do not even need BlockAze - you can pay via normal transactions
from your Electrum Wallet which greatly increases adoption. As long as the transaction fulfills some criteria (easy!)
it is then properly parsed by BlockAze and then added to a sellers ranking etc.

You can even run your own market with this tool.

In the darker parts of the web this tool is quite the rage in some smaller communities, as servers cannot be taken down. Here are some images from the above Gitlab repository:

https://git.tchncs.de/BorealUS/blockaze/-/raw/main/documentation/src/media/source_tutorial_1.png?ref_type=heads

https://git.tchncs.de/BorealUS/blockaze/-/raw/main/documentation/src/media/wave_tutorial_1.png?ref_type=heads

https://git.tchncs.de/BorealUS/blockaze/-/raw/main/documentation/src/media/surfer_tutorial_4.png?ref_type=heads
Post
Topic
Board Project Development
Re: Public Bitcoin API Faucet
by
Kavalski
on 03/05/2024, 13:33:30 UTC
Sure, use as much bandwitdh as you need!
Post
Topic
Board Project Development
Re: A fully decentralized marketplace
by
Kavalski
on 03/05/2024, 11:22:38 UTC
Well, at least in other places of the web such a decentralized marketplace is already a reality?

Check BlockAze for example. It encodes all listings and market acticity fully on the Bitcoin blockchain and is active right now.

Here is its source repository:

https://git.tchncs.de/BorealUS/blockaze

You can find tutorials on YouTube or its full manual and code in the above link.

I think it fulfills almost all criteria here and is actively used / maintained. Due to its emerging popularity it's API has been
added on https://moofetch.mooo.com, next to other established tools like Fulcrum SPV.
Post
Topic
Board Project Development
Topic OP
Public Bitcoin API Faucet
by
Kavalski
on 02/05/2024, 11:26:58 UTC
Hello,

since not everybody can run a full node, I have seen many people wanting direct Bitcoin blockchain API access for their projects from the web. But unfortunately, most such services are paid.

Therefore, here is a new free service that allows you to send curl requests to the blockchain using the Electrum protocol:

https://moofetch.mooo.com

Please avoid excessive querying. Apart from that, hope to see your projects make use of it!