Bitcoin Forum
May 16, 2024, 11:08:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Watcher token on: September 29, 2022, 11:48:41 AM
Hello there

First sorry my poor english. Still learning

I developed a system which binds content creators and miners.
Name is watcher token. Created on binance smart chain.
Total supply is 52.000.000

System is very basic.

Content creators add own video by spend token.
Miners watching video and take token.
In addition, the system distributes 10.000 tokens once every 24 hours. miners get it as they watch.
I developed watcing (miner) program too. Program only watches videos so no graphic card or disk space needed. It is working on any old computers very well.

System working for 1/2 months. I have around 4.000 miners. Miners are earning 2 token every day in 10.000.

My question is
When should I participate in an IDO or ICO?
And which platform? Please advice me
And please review the project and tell me what I'm missing.

Project link : https://watchertoken.com/
Contract address : 0xddB88941E9a963BFE3545A479Db1b6af5031bCeD
BSC scan link : https://bscscan.com/address/0xddB88941E9a963BFE3545A479Db1b6af5031bCeD

Thanx for all.

2  Bitcoin / Project Development / Re: Distributed database project on: March 07, 2021, 08:35:48 PM
Not possible. I think you are not a software engineer yourself, so maybe you should talk to one. If you take a look at the big companies you mentioned and their flagship super scalable database solutions (DynamoDB, Firebase, Cosmos DB) they are all nosql (document databases) and not sql database. Thats because of the simple reason, that relational databases are harder to scale across multiple instances, which is exactly what you plan to do.
Second and most notable thing, performance. One of the reasons people like sql databases is strong consistency for writes. That means that if you send a write request and right after that a read request for same data you would instantly get what you wrote. Beforementioned solutions by big companies usually sacrifice that for performance. In short, for each request you would need to propagate data across all the nodes responsible for hosting the users data, and you'd need to have consensus protocol. Thats all slow. Expected response time for query is in milliseconds not seconds.

I hope you find a solution for this, if you do be sure to message me and I'll be the first one to use your product. I'm also sure you'll get a big fat paycheck by one of the big companies for that solution.
Good luck.

In addition to the nosql solutions you mentioned, there are also SQL solutions directly. For example

Amazon RDS
https://aws.amazon.com/tr/rds/
Azure SQL
https://azure.microsoft.com/en-us/services/azure-sql/
Google Cloud SQL
https://cloud.google.com/sql

I know very well the difficulty of the subject I am talking about. You are talking about the consistency of the select query following Insert/update from a different peer. As I said at the beginning of the topic, I believe we can do it and I wonder if it is worth the effort.
3  Bitcoin / Project Development / Re: Distributed database project on: March 07, 2021, 02:46:02 PM
You had my attention right until this part:
In other words, people who have old and unused computers may earn up to $ 200-1000 monthly passive income. There may be much more income depending on the customer's preference.
This doesn't seem to be very realistic. An old computer is worth less than $200, if it can earn more than that, anyone can build a farm. Or even easier: an old computer can be compared to a $10 VPS, and if that can earn 20-100 times more, it's very easy to turn on thousands of them and earn a million bucks per month.

Who's going to pay $200 or more per month for a task that can be performed by a single old computer? Or even worse: they'll have to pay that amount 4 times, because there are 4 copies all wanting to earn the same monthly income:
the data of each miner will be available to 4 miners at the same time.



I can think of some uses for a distributed storage system, such as storing settings and small amounts of other data for a non-persistent operating system. But it has to be cheap to use, and you should expect earnings per miner to be limited by market forces.


Thank you for your comments.

Even if what I think is not fully formed, it seems to be largely ready. Let me try to explain them a little bit.

First of all, I made these price predictions by looking at the prices of other cloud accounts. For example, when you buy an average cloud database system, you pay both storage and traffic fees. These servers are also elected. For example, there are differences in the form of vcpu and hacpu / vcore and hacore. So an average database service costs between $ 20 and $ 40 per month. And if you want hardware cpu and ram, these prices go even higher. Like 100 to 200 dollars.

In the system I mentioned, all user computers are devices with hardware CPU and RAM. Even if its features are not as good as a server, I still think that they will be enough to keep an average of 10 databases alive (some companies I support have 5th generation intel processors and stable databases with 8 GB RAM) The person who opens this type of computer to mining for free, as much as amazon or google Of course, he will not expect to earn big money. The db size stored in the system does not matter much. Companies usually charge the traffic. Since the miner software will constantly monitor the performance of the computer and the network, requests will be directed to the best system side each time, and the best system will earn the highest price.

It is necessary to be cheaper for cloud prices. It is necessary to charge half or less than other central server services. The higher the number of customers, the easier it is for miners to find customers and earn profits.

That's how I think. I really need your advice and criticism. Please feel free to write down any questions you would like to ask whether this information satisfies you.
4  Bitcoin / Project Development / Re: Distributed database project on: March 05, 2021, 11:51:55 AM
In other words, people who have old and unused computers may earn up to $ 200-1000 monthly passive income. There may be much more income depending on the customer's preference.

Since you mention old/unused computer, what will happen if there's bottleneck which limiting speed of accessing the encrypted database?


We also thought about that part. As a matter of fact, it is certain that it will be more performance than SQL servers deployed on virtual machines on google or aws. Nevertheless, given the performance request of the customer side, we made the following logic.

When each miner is added to the system, the hardware specifications and performance graph will be monitored continuously. Miners with the best device and network width will be at the top of the rankings and will be the first to catch the customer.

Since each database is in 4-5 miners like raid logic, whichever miner is in the best state at that time, the query will be answered from that miner. The miner who answers will also earn the fee for the query.

Just like the rule that establishes the best system in mining wins the best money, the most powerful computer and bandwidth will respond to more requests and earn more.
5  Bitcoin / Project Development / Re: Distributed database project on: March 05, 2021, 09:15:46 AM
As far as I can remember, there are dozens of projects out there trying to solve the same problems as yours, albeit with different focuses. I think issuing a new coin is not necessary since you can simply ask for a payment from the customers and use it to rewards the data hosters.

Not everything requires a new token, you can simply use Bitcoin or other coins if it is only required for payment.

If it won't keep you busy, can you share such familiar projects for me to review? Maybe it can be an idea for us or we can contribute to those projects.
6  Bitcoin / Project Development / Re: Distributed database project on: March 05, 2021, 08:58:29 AM
I agree with joniboini here. You don't need your own coin/token for this.

You can make some sort of "shop" where some will "order" work, pay for it and you can take your cut and which also acts like a mining pool and based on the work done, the accounts of the workers will accumulate money. And that money can be in any form, from Bitcoin to major altcoins or even fiat.

The problem you may have to think about would be what happens when you have "miners" and no orders. Since the miners may find some other work to do if you don't have anything to offer and they may be gone for good.

Thanks for your valuable comments. Here comes the logic of generating coins. Data miners can collect some of the coins we produce when there is no demand. So it's kind of like an airdrop process. I think we can implement a policy to prevent miners from exiting the system with this transaction. This is exactly why we want to produce coins. Would it be a logical action in your opinion?
7  Bitcoin / Project Development / Distributed database project on: March 04, 2021, 06:52:16 PM
Hello,

I have a project that I believe will attract attention. I've been in software business for a long time. We are in a time when the IT industry is heading for the cloud, and my project that has puzzled my mind is just right for this job. Let me briefly talk about my project. You know, cloud sql is a very advantageous system. Companies such as Google, Amazon, and Microsoft are very good at this. Many companies are trying to exist. Bitcoin and decentralized systems excite me. I want to make the cloud SQL system a distributed application and I think I have the software knowledge to do this.

The system will work like this.
1 - There will be customers who are members of the system and want to use SQL with reasonable pricing.
2 - There will be data miners who want to share their computer's processing power and bandwidth.
3 - As Gateway, our software will provide communication. It will redirect the SQL system to idle miners like clusters.

Our solutions are ready for some problems that may occur in the system. For example, what to do if miners shut down their computers or are unavailable In order to avoid such a situation, the data of each miner will be available to 4 miners at the same time. As soon as the miner cannot be reached for a while, the dbs in his possession will be matched with other miners and the unreachable miner will not be able to receive new customers until they gain trust again. It will work with redundancy like a Raid structure. Also, miners will not be able to read their db. Databases will be encrypted with high encryption.

In other words, people who have old and unused computers may earn up to $ 200-1000 monthly passive income. There may be much more income depending on the customer's preference.

I also intend to support my project with a coin or token. I want the money I will pay to the miners and the money I will get from the customer with this coin.

I intend to cut a certain percentage of the earnings of those who mine as a source of income in the system. All other remaining money will be transferred directly to the miner as coins.

In your opinion, what kind of path should I follow to implement this project? Or do you think my project arouses excitement? I will be waiting for your valuable comments.
8  Local / Proje Geliştirme / Re: Twitter üzerinde faucet ve bitcoin bahşiş/bağış sistemi on: June 28, 2019, 08:01:18 PM
Selamlar,
eğlenceli ve cici bir servis olmuş. bir müsait zamanda twitter bot u nasıl yazılır biraz anlatırsanız seviniriz, merit veririz.
birde bir sorum olacak;
nasıl deposit yapıyoruz?
give dedim 90 satoshi verdi.
misal ben 0.001 btc deposit yapıp sağa sola dağıtmak istiyorum nasıl yapacağım?

Selamlar. Dm olarak  Deposit yazarsanız size özel wallet adresini veriyor. Oraya bitcoin yollayabilirsiniz
 Ayrıca her gün give diyerek bedava satoshi alabilirsiniz. Bağış için tweeti yanıtla yapmanız gerekiyor. Siz retweet etmişsiniz ve 50 satoshi bize geri dönmüş. Hafta sonu 50 satoshinizi geri göndereyim. Tekrar birisine yollarsınız.
9  Local / Proje Geliştirme / Re: Twitter üzerinde faucet ve bitcoin bahşiş/bağış sistemi on: June 28, 2019, 02:41:00 PM
Merhaba,

Tam olarak aynısı değil. Tippin eklenti olarak çalışıyor. Eklenti kurmak, hesap oluşturmak bizde yok. Direk twitter üzerinden çalıştırıyoruz. Yapmamak için de bir sebep göremedik açıkçası Smiley) Onlar kendi sistemlerini işletsin. Biz kendi sistemimizi işletelim.

Hayırlı olsun ama Tippin adlı bir eklenti varken neden aynısını yaptınız?

Anladım, başarılar Smiley

Teşekkür ederim.
10  Local / Proje Geliştirme / Re: Twitter üzerinde faucet ve bitcoin bahşiş/bağış sistemi on: June 28, 2019, 02:07:16 PM
Merhaba,

Tam olarak aynısı değil. Tippin eklenti olarak çalışıyor. Eklenti kurmak, hesap oluşturmak bizde yok. Direk twitter üzerinden çalıştırıyoruz. Yapmamak için de bir sebep göremedik açıkçası Smiley) Onlar kendi sistemlerini işletsin. Biz kendi sistemimizi işletelim.

Hayırlı olsun ama Tippin adlı bir eklenti varken neden aynısını yaptınız?
11  Local / Proje Geliştirme / Twitter üzerinde faucet ve bitcoin bahşiş/bağış sistemi on: June 28, 2019, 11:06:56 AM
Merhaba,

Yeni bir proje hakkında sizleri bilgilendirmek istedim. Proje bize ait.

Proje twitter üzerinden çalışıyor.
Proje ile satoshi biriminden bahşiş gönderiliyor. Beğendiğiniz tweet için kullanıcıya bahşiş gönderebilirsiniz. Diğer kullanıcılar size bahşiş gönderebilir. Bunu yapmak çok kolay.

https://twitter.com/DonateToBTC bu hesaba bazı komutlar yazılıyor.
Komutlar :
Give - Bağış yapabilmek veya harcamak için ücretsiz satoshi veriyor.
Balance - Bakiye öğrenme komutu.
Deposit - Hesabınıza bitcoin göndermek için gerekli cüzdan adresinizi öğrenmek için.
Withdraw BitcoinWallet - cüzdanınızda biriken bitcoinleri, kendi cüzdanınıza göndermek için kullanılan komut. Örnek : withdraw 3NzVYeyRogGtb66oTau1UhhLpv5An5ZcBS

Bahşiş/Bağış gönderme
beğendiğiniz bir tweeti yanıtlayarak,
@DonateToBTC SatoshiMiktarı Bla bla bla
Örnek :
@DonateToBTC 100 yazını çok beğendim
Sistem bakiyeniz yeterli ise sistem yazınızı cevaplayacak ve bahşiş gidecek.

Bahşiş/Bağış alma
Bahşiş almak için bir şey yapmanıza gerek yok. Bir kullanıcı sizin yazınıza bahşiş gönderirse otomatik olarak bakiyeniz oluşuyor. Daha sonra birikenleri, istediğiniz zaman çekebilirsiniz.
12  Bitcoin / Project Development / Faucet and Bitcoin tip bot on Twitter on: June 28, 2019, 10:27:16 AM

Hello there,

I wanted to inform you about a new project.

The project works through twitter.
The project sends a tip from the satoshi unit. You can send a tip to your favorite tweet. Other users can send you tips. It's easy to do.

https://twitter.com/DonateToBTC writing some dm commands to this account.

Commands:
Give - Gives free satoshi to donate or spend.
Balance - Balance learning command.
Deposit - To find out the address of the wallet required to send bitcoin to your account.
Withdraw BitcoinWallet - the command used to send bitcoins accumulated in your wallet to your own wallet. For example : withdraw 3NzVYeyRogGtb66oTau1UhhLpv5An5ZcBS

Sending a Tip
send a message to a post you like.
@DonateToBTC Amount_Satoshi Bla bla bla
For Example:
@DonateToBTC 100 happy days.
If your system balance is sufficient, the system will answer your post and the tip will go away.

Receiving a tip
You don't have to do anything to get a tip. If a user sends a tip to your post, your balance is automatically generated. You can then withdraw the accumulated at any time.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!