Bitcoin Forum
May 30, 2024, 01:49:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 »
321  Bitcoin / Bitcoin Discussion / Re: "What does in mean in practice that bitcoin and blockchain are separated?" on: February 15, 2015, 05:36:26 PM
Bitcoin is digital cash. It has a specific number of units in circulation that enter circulation given as rewards to miners.
Blochchain technology is the consensus mechanism and triple-entry ledger system that makes digital assets ownership manageable and that implements a distributed timestamp server on a peer-to-peer basis.
Bitcoin is the what and blockchain is the how. The context is: digital assets ownership...
322  Bitcoin / Project Development / Re: Idea for a web app on: February 15, 2015, 05:09:38 PM
Yes, along the lines of RSS feeds.
It's not a game. It is a web scrapper that uses OCR and four images to tell the corners of the target area.
You could get the results in JSON, RSS, etc...
323  Bitcoin / Project Development / Re: Idea for a web app on: February 15, 2015, 04:55:02 PM
The four corners are anchors. You provide the URL and these four images will make delimitation.
Each of the images will correspond to a point. A, B, C and D make a rectangle.
All text inside that area is read using OCR and echoed to your personalized URL. You pay for the service with micro-payments of bitcoin.

It's not a game. It is a web scrapper that uses OCR and four images to tell the corners of the target area.
324  Bitcoin / Project Development / Idea for a web app on: February 15, 2015, 04:02:49 PM
Here is an idea for a web app that would work great with bitcoin payments.

You would need to tell the web app a URL and upload four corners of free selections.
All the text in the rectangle formed by:
- Bottom-right corner of A
- Bottom-left corner of B
- Up-right corner of C
- Up-left corner of D

would be recognized with OCR and retrieved to:
thewebappURL.com/yourbitcoinadresstosendpayments

every time you called that page, it would echo the text of that dynamic or static part of the page.



Would echo:
"
JOIN TODAY
Open an account, deposit £10* or more and you will be
entitled to a 100% bonus of your qualifying deposit up to a
maximum of £200*. More details ¦ Join Now "

Do you understand my idea?
You would then need to send micropayments from the bitcoin address of that URL provided to have the service being working.

Do you understand the idea? A web app that would use OCR to recognize text in rectangle area constrained by four selection images of that site provided.
Bitcoins would be used to make it more cooll!!!
325  Bitcoin / Bitcoin Discussion / Re: The European Union considering forcing IT companies to share encryption keys on: February 15, 2015, 02:12:26 PM
Direct Democracy 2.0 is needed more than ever.
326  Bitcoin / Project Development / Re: Idea for a game on: February 14, 2015, 09:04:47 PM
This could be with anything, tweets, images, videos... the ingenuity here is in how I gave a solution to make the game fair.
327  Bitcoin / Project Development / Idea for a game on: February 14, 2015, 05:53:22 PM
In between blocks two tweets (X and Y) would be picked at random using the hash of the latest block as a random generator.

You would have two bitcoin addresses to bet: A and B.
If you think tweet X is likely to be considered more interesting than tweet Y, you send coins to address A.
Otherwise you send coins to address B.

The ones that sent coins to the address that got less coins lose their coins to the ones that sent them to the address
that got more coins. Those that win get a proportion of the coins of the losers correspondent to the proportion of
coins they sent to the address where winners bet.

The catch is how to avoid people bet based on other peoples bets.

Here is a solution.

Users would have to provide the SHA256(LatestHash appended by many random gibberish/nonce ODD digits)
if sending coins to address A means betting on tweet X.

or SHA256(LatestHash appended by many random gibberish/nonce EVEN digits)
if sending coins to address A means betting on tweet Y.

To be eligible to claim the prize you must reveal the digits that appended to the given string make it so that the
SHA256 of it all is the one that was provided to participate in the game.
If you cannot provide a sequence of ODD or of EVEN numbers that will make public what was your choice in advance for
what sending to address A or B meant in terms of your bet, you loose your coins.
Otherwise, you win if according to the address to bet correspondence you did bet in the winner option.




328  Bitcoin / Bitcoin Discussion / Satoshi mystery of Base58 on: February 10, 2015, 03:29:18 AM
Any delusional clues on why Satoshi used such particular Base58 set?

Here goes mine:

Lol. Li.I c. Lie Algebras
*o*o Re+dit. Li, vi, Rir.
It is so lol + li...
I read it on reddit in Portuguese reads:
"Eu li-o no lido"...
329  Other / Off-topic / ✿ Virtual AYAHUASCA experience: SHAMANIC relaxation, binaural ASMR whispers & ps on: January 26, 2015, 01:19:31 AM
https://www.youtube.com/watch?v=QJD5rdHsBqU

Dim the lights, relax and let go.
Hope you love this gentle and safe visionary experience,,,
330  Other / Off-topic / Re: Your favorite video games of all time on: January 25, 2015, 11:49:33 PM
Flower (by ThatGameCompany)
Ratchet & Clank
Little Big Planet
Portal 2
Garry's Mod
Geometry Wars
Lemmings
Bubble Bobble
Chucky Egg
Manic Miner
=> Back 2 Skool
331  Other / Off-topic / http://www.gp.org/what-we-believe/our-platform/17-platform/41-iv-economic-justic on: January 25, 2015, 10:52:05 PM
http://www.gp.org/what-we-believe/our-platform/17-platform/41-iv-economic-justice-and-sustainability#LivableIncome
332  Other / Off-topic / Spamming technology 10 cents of a dollar per link (?) on: January 21, 2015, 04:20:46 PM
Does anyone know about a technology that gives you 10 cents of a dollar if you are the first to click a link. I think is a spamming technology. Does anyone know what is it. I just heard about it on bitcoin talk show but they just mention it vaguely...

Minute 45m.00s -> https://www.youtube.com/watch?v=QLy7V_JVnao
333  Bitcoin / Bitcoin Discussion / Re: Mastering Bitcoin By Andrea, a disappointment ? on: January 11, 2015, 12:31:16 PM
I think it is good to better understand the bitcoin protocol because it has a very hands-on approach with exercises in Python that will make you understand a lot of the bitcoin internals.
But to understand the bitcoin-Qt client I don't think it is ideal.
For me the ideal book would be one that leveraged your C++ while teaching you to understand a simplified version of a bitcoin client in C++ with a lot of diagrams.
I am a visual learner so I have difficulty understanding things like STL map and multimap containers without diagrams.
My C++ is good enough to understand 95% of a C++ video tutorial like this one: https://www.youtube.com/watch?v=Rub-JsjMhWY

But still I expect a book to help me with C++ for better understanding of the bitcoin clients code.
Because it gets really difficult without diagrams, comments, C++ leverage and visual roadmap to get to grips with the clients' code.

I give Mastering Bitcoin five starts, though. It is very helpful and sheds a lot of help on the subject.
Much more is necessary. But is good achievement, and may help others come up with more good stuff.
334  Other / Off-topic / https://www.kinetise.com/ on: January 10, 2015, 08:51:21 AM
https://www.kinetise.com/

http://www.sitepoint.com/creating-native-apps-kinetise-promising-new-saas/
335  Economy / Service Discussion / Will Dashlane (dashlane.com) integrate cryptocurrencies soon? on: December 31, 2014, 09:15:22 AM
I'm trying an app called dashlane that seems pretty cool.
In the app there is a section called "digital wallets" but it doesn't feature bitcoin.
Only Credit/debit card, bank account and paypal.
I wonder if they plan to integrate bitcoin also, any soon...
336  Bitcoin / Bitcoin Discussion / Re: Hashing everyone's desktop screen and insert the hash in the blockchain on: December 27, 2014, 05:59:02 PM

Randomness for what?  Better than what?

Why do you need to put it in the block chain?

What's a "parrallel universe" (beyond a theoretical concept), or are you just trolling?


I'm serious. I think making the blockchain sensitive to any parallel universe bifurcations so that the blockchain is different in as many worlds as possible is interesting.
337  Bitcoin / Bitcoin Discussion / Re: Hashing everyone's desktop screen and insert the hash in the blockchain on: December 27, 2014, 05:30:53 PM
OP,

I don't get it.

What would be accomplished with your proposal
of inserting these (for-all-intents-and-purposes) RANDOM
hashes into the blockchain?

Even the best random generators have deterministic limitations.
I reckon this would be a better source of randomness if you were trying to get a different result in as many parallel universes as possible.
My intuition tells me that this might also ultimately prove to be useful in terms of things like quantum computing.
338  Bitcoin / Bitcoin Discussion / Re: Hashing everyone's desktop screen and insert the hash in the blockchain on: December 27, 2014, 02:41:28 PM
If I ran a Matrix Screen saver how would that affect the state of the other parallel universes (or even our own)?

As I said, the hash of the blockchain would be different in each parallel universe, and you could use that hash to pick the lottery numbers. If the lottery numbers drawn were the same in every parallel universe you would be having more chances in winning in one of them because the numbers you would pick would be different in every world.
The catch is that the lottery numbers drawn would probably be also different in different worlds.
But we could have a lottery were the numbers are drawn in advance and kept secret so that they will be the same in all worlds as the extraction would be previous to the numbers pick.

The idea of having a RDG that will produce different results in different worlds seems interesting and may prove useful one day in terms of quantum computing.
339  Bitcoin / Bitcoin Discussion / Re: Hashing everyone's desktop screen and insert the hash in the blockchain on: December 27, 2014, 10:58:01 AM
Assuming that the hash of all hashes was different in parallel universes, you could use it to differentiate between them. That's what I mean by "quantum state".

You would hash all the hashes, so this wouldn't be bloating the blockchain.
340  Bitcoin / Bitcoin Discussion / Re: Hashing everyone's desktop screen and insert the hash in the blockchain on: December 27, 2014, 08:19:36 AM
I just didn't understand what was meant as inserting a hash of everyones's computers activity periodically doesn't add much at all to the size of the blockchain. Almost zero change to the size.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!