Bitcoin Forum
May 06, 2024, 05:02:51 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 »
1  Bitcoin / Project Development / Re: [All welcome] BITZARD will do PROGRAMMING for You [No requirements] on: February 20, 2017, 03:46:47 PM
I just need your response, not finish the project.

How much for a block explorer? Can a block explorer be created in javascript when the explorer only read blockchain files using HTTP + Cross Origin Resource Sharing . Do you think this is possible? Or very difficult? If so why?

I think it would work OK for small blockchain, but when the blockchain becomes large, it's slow down. What do you think?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] QRL - Announcing the Quantum Resistant Ledger on: February 17, 2017, 06:02:03 PM
Try Nakamoto Hash Tube algorithm to sign blocks. If the full node signs two distinct blocks, the key strength collapses. This ensues that no fake histories are created.

You mean this?: https://www.docdroid.net/mR3fUNS/paper.pdf.html

Yes. A super long hash tube with a private key on one end and a public key on the other end can be generated. Then you sign bits using successive tube levels.

Every client then knows that only signed blocks are valid. Quantum proof.

Full node cannot change history or create fake histories.
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] QRL - Announcing the Quantum Resistant Ledger on: February 17, 2017, 03:36:59 PM
Try Nakamoto Hash Tube algorithm to sign blocks. If the full node signs two distinct blocks, the key strength collapses. This ensues that no fake histories are created.
4  Alternate cryptocurrencies / Altcoin Discussion / Golang coin networking needed on: December 11, 2016, 06:43:27 PM
Please experts, I'm dev, I have coin developed in golang for weeks, wallet+consensus+database all work ok

Now I need networking  & UPNP (to bypass nat) , block delivery, witness delivery, sending transactions NEEDED.

Which golang coin has the best networking

I looked at Skycoin and Ethereum do you know any other.

Thank you

EDIT: another option is just fake it and put blocks on a web server, many early coins do this. Is this a good idea?
5  Bitcoin / Project Development / Re: Give me an idea that will be a help/service to the bitcoin community. on: September 29, 2016, 06:48:05 PM
Project description

-Tape printing of scannable TO codes with balances

Skills required

-JS, HTML

Equipment

-Android cell phone

Use case 1 - create a tape

1. The user pastes a long list of Bitcoin / Litecoin / Dogecoin addresses
   (optionally with space separated "balances") into a text area
2. User selects a detailed format, online balance checking or other options.
3. The user hits Generate button.
4. If the balances should be checked, a specific URL is used to poll the balances.
5. Nothing but a long tape of bar codes appears on a HTML site.
6. User is able to export the tape to a PDF file, as well as print the
   tape from the browser.
7. Upon printing, every individual bar code on the paper tape can be
   effortlessly scanned using the provided app. See U.C. 3.

Use case 2 - wrong addresses present

4a Invalid addresses on the tape are displayed upside down, with a special
   symbol, with negative balance, or the whole tape is not shown.
5. User is notified how many invalid addresses are present.
6. User is able to clear invalid addresses, as well as ignore the warning.
7. Continue the use case 1 step 3.

Use case 3 - scan tape bar codes

1. User scans individual code on a physical tape / HTML / PDF file using a phone app.
2. The code is scanned correctly and a specific activity is launched on the phone.

Extra

The width of the tape is 80mm, 57mm or custom.
The length of the tape page is unlimited or N codes per page or fixed height in mm.
[URL 1] http://www.2c0.de
[URL 2] https://movedon2otherthings.github.io/
6  Bitcoin / Development & Technical Discussion / Re: An idea to significantly improve transaction throughput in bitcoin on: September 06, 2016, 04:47:40 PM
Problem #1: Why did the confirmation (green light) disappear?
Problem #2: Why do the real miners suddenly collect more fees? Where does the money originate from?
7  Bitcoin / Development & Technical Discussion / Re: An idea to significantly improve transaction throughput in bitcoin on: September 06, 2016, 04:32:11 PM
Satoshi walks into a bar and asks for a beer. Dorian walks into a Walmart and asks for a TV. The barman asks for 0.654 BTC The cashier asks for a 7.46 BTC. Satoshi activates the magic last miner key, a green light appears at the bar, Satoshi walks out with a beer. Dorian activates the magic last miner key, a green light appears at the cashier's screen, Dorian walks out with a TV.
8  Bitcoin / Development & Technical Discussion / Re: Where can i D/L a copy of the blockchain? on: August 17, 2016, 02:49:53 PM
delete whole blockchain

install fresh bitcoin qt

let it synchronize for a few days

when it's fully synchronized OK,
 - shutdown
 - backup your blocks/ , blocks/index/ , chainstate/ folders


when you get corrupt or need start bitcoin fast, just copy blocks index and chainstate back, and voila!!
9  Economy / Speculation / Re: Wall Observer BTC/USD - Bitcoin price movement tracking & discussion on: August 17, 2016, 02:45:48 PM
waiting for the drop to scoop up some cheap coinz
10  Bitcoin / Project Development / Re: [APK] Text Oriented Code 0.0.6 on: August 15, 2016, 05:16:43 PM

.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
11  Bitcoin / Project Development / Re: [APK] Text Oriented Code 0.0.6 on: August 15, 2016, 05:12:48 PM
Testing the new forum barcode creation feature on site.

12  Bitcoin / Project Development / Re: [APK] Text Oriented Code 0.0.6 on: August 13, 2016, 12:45:20 PM
Release 0.0.6 out.

4 Litecoin giveaway challenge closed, because the solution to create forum bar codes will be published on site today.

178c4fd93ec18eea1256be27f934ba369b6f99b56280cfd90a7888a9305ad825  sample-006.apk
13  Bitcoin / Development & Technical Discussion / Re: Share the same blockchain database??? on: August 10, 2016, 05:25:44 PM
They can read blocks, because blocks are append-only.

Only one program can write new blocks.

But they cannot share chainstate and the other.
14  Bitcoin / Project Development / Re: The Bitcoin Lottery - Ultimate Transparency on: August 10, 2016, 04:20:55 PM




how do you solve the problem that the

a ) miner
b ) last person contributing randomness
c ) one who decides peer is really disconnected

 get to

a) chose
b) withold
c) ddos

 the lottery result.

P.S: we already have a lottery and it's called crypto coin mining. Real life lotteries are recorded in advance and for all intents and purposes shall be considered corrupted.
15  Bitcoin / Project Development / Re: [APK] Text Oriented Code 0.0.4 on: August 10, 2016, 04:14:06 PM
Here is the code for the above demo


Code:

[size=2pt][glow=white,2,300][glow=black,2,300].......[/glow]...[glow=black,2,300].[/glow]..[glow=black,2,300]...[/glow]....................[glow=black,2,300].[/glow]......[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]...........[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]..[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300]...[/glow]....[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].................[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].......[glow=black,2,300]..[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]......[glow=black,2,300]...[/glow]....[glow=black,2,300].[/glow]...[glow=black,2,300]..[/glow].......[glow=black,2,300]....[/glow].[glow=black,2,300].......[/glow][/glow][/size]
[size=2pt][glow=white,2,300][glow=black,2,300].[/glow].....[glow=black,2,300].[/glow]..[glow=black,2,300]..[/glow]...[glow=black,2,300].[/glow].....................[glow=black,2,300].[/glow]......[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]...........[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300]..[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].......[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].......................[glow=black,2,300]....[/glow]......[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]......[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300]..[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]......[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow].....[glow=black,2,300].[/glow][/glow][/size]
[size=2pt][glow=white,2,300][glow=black,2,300].[/glow].[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow].[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]....[glow=black,2,300]..[/glow]...[glow=black,2,300]...[/glow]..[glow=black,2,300]..[/glow]...[glow=black,2,300]...[/glow]..[glow=black,2,300]..[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300]..[/glow]...[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].......[glow=black,2,300].[/glow].[glow=black,2,300].[/glow].....[glow=black,2,300]..[/glow]...[glow=black,2,300]...[/glow]..[glow=black,2,300]..[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]...[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]..[/glow].[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow].[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow][/glow][/size]
[size=2pt][glow=white,2,300][glow=black,2,300].[/glow].[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300]..[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300]...[/glow]..[glow=black,2,300]....[/glow]...[glow=black,2,300].[/glow]..[glow=black,2,300]...[/glow]..[glow=black,2,300].[/glow]......[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]..[/glow].[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].[glow=black,2,300]..[/glow].....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow].[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow][/glow][/size]
[size=2pt][glow=white,2,300][glow=black,2,300].[/glow].[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow]..[glow=black,2,300]..[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].......[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow]...[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300]..[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow].[glow=black,2,300]..[/glow]...[glow=black,2,300].[/glow]...[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow].[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow][/glow][/size]
[size=2pt][glow=white,2,300][glow=black,2,300].[/glow].....[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow].......[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].......[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]...[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow].....[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow].[glow=black,2,300].[/glow].....[glow=black,2,300].[/glow][/glow][/size]
[size=2pt][glow=white,2,300][glow=black,2,300].......[/glow]...[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]....[glow=black,2,300]..[/glow]...[glow=black,2,300]...[/glow]..[glow=black,2,300]..[/glow]...[glow=black,2,300]...[/glow]..[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300]..[/glow]...[glow=black,2,300]..[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300]...[/glow].[glow=black,2,300]...[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]...[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]....[glow=black,2,300]....[/glow].[glow=black,2,300]...[/glow]....[glow=black,2,300].[/glow]...[glow=black,2,300]...[/glow]....[glow=black,2,300].[/glow]..[glow=black,2,300]...[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300]....[/glow]..[glow=black,2,300].[/glow].[glow=black,2,300].[/glow].[glow=black,2,300].[/glow]..[glow=black,2,300].[/glow]..[glow=black,2,300]...[/glow].[glow=black,2,300]...[/glow]....[glow=black,2,300].[/glow]...[glow=black,2,300]..[/glow]...[glow=black,2,300]...[/glow].[glow=black,2,300]....[/glow].[glow=black,2,300].......[/glow][/glow][/size]
[size=2pt][color=white][glow=white,2,300][glow=white,2,300].......[/glow]...[glow=white,2,300].[/glow]...[glow=white,2,300].[/glow]....[glow=white,2,300]..[/glow]...[glow=white,2,300]...[/glow]..[glow=white,2,300]..[/glow]...[glow=white,2,300]...[/glow]..[glow=white,2,300]...[/glow].[glow=white,2,300].[/glow]..[glow=white,2,300].[/glow]..[glow=white,2,300]..[/glow]...[glow=white,2,300]..[/glow]..[glow=white,2,300].[/glow]..[glow=white,2,300].[/glow]..[glow=white,2,300]...[/glow].[glow=white,2,300]...[/glow]..[glow=white,2,300].[/glow]....[glow=white,2,300].[/glow]..[glow=white,2,300].[/glow]...[glow=white,2,300].[/glow]..[glow=white,2,300].[/glow]....[glow=white,2,300]....[/glow].[glow=white,2,300]...[/glow]....[glow=white,2,300].[/glow]...[glow=white,2,300]...[/glow]....[glow=white,2,300].[/glow]..[glow=white,2,300]...[/glow].[glow=white,2,300].[/glow]..[glow=white,2,300].[/glow].[glow=white,2,300].[/glow]..[glow=white,2,300].[/glow].[glow=white,2,300]....[/glow]..[glow=white,2,300].[/glow].[glow=white,2,300].[/glow].[glow=white,2,300].[/glow]..[glow=white,2,300].[/glow]..[glow=white,2,300]...[/glow].[glow=white,2,300]...[/glow]....[glow=white,2,300].[/glow]...[glow=white,2,300]..[/glow]...[glow=white,2,300]...[/glow].[glow=white,2,300]....[/glow].[glow=white,2,300].......[/glow][/glow][/color][/size]



The first person posting their scanneable Litecoin address without an image gets free 4 Litecoins
16  Bitcoin / Project Development / Re: [APK] Text Oriented Code 0.0.4 on: August 09, 2016, 05:25:16 PM
There is also the project to post text based barcodes on a forum. Let me test on various browsers to see if it can be scanned.


.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
.........................................................................................................................................................................................
a
b
c
d
e






17  Bitcoin / Project Development / [APK] Text Oriented Code 0.0.6 on: August 09, 2016, 05:03:13 PM
Create your copyable Bitcoin Litecoin and Dogecoin bar codes on-site: www.2c0.de/ and Download TO CODE app today

Screenshot



Features




New Feature in This Release



178c4fd93ec18eea1256be27f934ba369b6f99b56280cfd90a7888a9305ad825  sample-006.apk
fa99afcfdce6e29d1ed5d8017df360a328560883d8e292ffb62b925e91831548  sample-004.apk

18  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Help me to install a NODE (20 min. job at max) 0.025 BTC reward on: July 08, 2016, 07:55:06 PM
nano $HOME/.mycoind/mycoind.conf

easy. you don't have nano , which is a text editor you use to edit the config file. install nano:


sudo apt-get install nano


19  Bitcoin / Development & Technical Discussion / Re: C or C++ code for validating Bitcoin addresses on: July 08, 2016, 04:31:16 PM
maybe start from this place?

https://github.com/keeshux/basic-blockchain-programming

https://github.com/keeshux/basic-blockchain-programming/blob/master/base58.h

20  Bitcoin / Development & Technical Discussion / Re: C or C++ code for validating Bitcoin addresses on: July 08, 2016, 04:22:02 PM
Are you sure you want to limit yourself to Bitcoin only? Depending, you might want to support Dogecoin and other clones as well.

Anyway to solve this problem, the  official place to look for this would be Bitcoin Core.
Pages: [1] 2 3 4 5 6 7 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!