Bitcoin Forum
May 29, 2024, 08:07:42 PM *
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 »
1  Bitcoin / Wallet software / Re: [ANNOUNCE] picocoin and libccoin -- C-based bitcoin library and client on: October 01, 2016, 12:09:49 PM
Hi marcopal,

If you look at the code you will see that both the client (picocoin) and the block relay daemon (brd) both have a init_blkdb() function. This creates the emplty blkdb file.

brd also has a block_process() function which uses blkdb_add() for adding blocks to the file. This is what my query to Jeff was about in the previous post.

The client (picocoin) does not have a block_process() function so nothing more is done to the blkdb file after it is created.
2  Bitcoin / Wallet software / Re: [ANNOUNCE] picocoin and libccoin -- C-based bitcoin library and client on: September 30, 2016, 05:02:51 PM
Hi marcopal,

 Maybe this helps.......

Hi Jeff,

I'm trying to get my head around the brd.c code with a view to introducing LMDB to the picocoin project.

There's a few things I don't yet get. It seems that brd no longer stores blocks in brd.blkdb (it's commented out in code) but uses brd.blocks instead. But, there are still attempts to write to brd.blkdb, like calling blkdb_add(), which I think will always fail.

So, can the blkdb.c code be removed or does it just need a tidy-up?

blkdb is required and is always used.  It is the block header database.  It is kept in RAM, as bitcoind does.  It is optionally stored in a file, in addition to RAM.  It is optionally regenerated from the 17+GB blockchain file, if blkdb is missing

Actually, that reminds me. I never did have a go at adding LMDB to picocoin.
3  Bitcoin / Wallet software / Re: [ANNOUNCE] picocoin and libccoin -- C-based bitcoin library and client on: April 20, 2016, 12:36:49 AM
Yes, this would be doable.
4  Bitcoin / Wallet software / Re: [ANNOUNCE] picocoin and libccoin -- C-based bitcoin library and client on: April 19, 2016, 11:19:55 PM
Hi  Lucifer333,

Is it possible to enable IPv6 on your compu/ ISP?
5  Bitcoin / Wallet software / Re: [ANNOUNCE] picocoin and libccoin -- C-based bitcoin library and client on: April 19, 2016, 09:43:01 PM
Hi Lucifer333,

This and other commits made to picocoin around this date may answer your question :


https://github.com/jgarzik/picocoin/commit/691534ece434ece9315aaca73dfb3974681970a4
6  Economy / Trading Discussion / Re: Isis ATP [Automated Trading Platform] - Discussion on: November 18, 2015, 12:49:46 PM
No, this is the real Isis:

https://en.wikipedia.org/wiki/Isis

7  Economy / Trading Discussion / Re: Isis ATP [Automated Trading Platform] - Discussion on: November 17, 2015, 02:24:25 PM
It still works?

Hi andrepcg,

Development on Aido ATP had been halted for several months years now so it is unlikely to still work.
8  Economy / Trading Discussion / Re: Isis ATP [Automated Trading Platform] - Discussion on: March 10, 2015, 07:19:10 PM
it ain't  Smiley
9  Other / Off-topic / Re: If you could move to any country, which would you choose? on: July 23, 2014, 09:30:51 PM
Quite happy where I am, the good old USA!

Ahhh, but are you happy because you don't know any better or because you have a wide experience of other countries and have made an informed decision.
10  Other / Off-topic / Re: If you could move to any country, which would you choose? on: July 07, 2014, 10:00:06 PM
A country named Jersey?  Are you referring to the state of New Jersey?

There is a country named Jersey. It is apart of the Channel Islands.


Methinks ALToids is perhaps being a tad pedantic?

Is Jersey a country?


11  Other / Off-topic / Re: If you could move to any country, which would you choose? on: July 07, 2014, 08:38:48 PM

Isn't the Bitcoin legality uncertain there?


As with nearly every other country I think.
12  Other / Off-topic / Re: If you could move to any country, which would you choose? on: July 07, 2014, 08:08:55 PM
Having lived in about 7 or 8 different countries on 4 continents and travelled through more than 80 countries on 6 continents I agree with this:

http://www.independent.co.uk/news/uk/home-news/ireland-is-the-best-country-in-the-world-according-to-good-country-index-9557358.html

If they could only float the island a bit further south for better weather.............
13  Economy / Exchanges / Re: MtGox withdrawal delays [Gathering] on: July 04, 2014, 01:19:03 AM
I did not lose much at all (0.0006 BTC or 0.001 USD) so no issues at all.

So it cost several hundred times more to send the card from Japan than the total amount you can claim for  Roll Eyes

Real sensible Mr. Kobayashi
14  Economy / Service Discussion / Re: OKpay and MtGox on: July 03, 2014, 06:56:55 PM
  • 850,000 BTC officially "disappeared"
  • 200,000 found in "old-format wallet" or 23.5% of total. Mark Karpales says no more will ever be found.
  • OKpay and BitOcean propose to repay a proportionate amount + stock.

So, that means if you once had 10 BTC on Mt. Gox, then you'll be getting (10 * .235)  2.35 BTC back from OKpay/BitOcean plus some stock in a revived Mt. Gox under their new management.

Who gets the remainding (10 * .765) 7.65 BTC? Hackers, asset strippers, lawyers?

What if the reason MK is so confident no more bitcoins will ever ever be found is that there were never more than 200,000 BTC there in the first place?

or maybe you'll be getting 200,000 * Personal amount claimed / Total amount claimed i.e. for various reasons a certain amount will be unclaimed
15  Economy / Exchanges / Re: MtGox withdrawal delays [Gathering] on: July 01, 2014, 07:37:08 PM
Got a letter today from Tokyo District Court Civil 20th Division.

Written in Japanese with a footnote stating the English translation is on the following pages - but there are no following pages...

Any ideas?

The airmail is actually both in Japanese and English. Did you check how thick the paper is? It is because you can "open" the thick paper and inside that you find the English translation.

However, it seems like there is no more info in that airmail than what was on the mtgox.com website already.
16  Economy / Games and rounds / Re: LucKy House Writing is holding a contest [u]specifically[/u] for BitTalk.org! on: June 12, 2014, 12:55:47 AM
421
17  Bitcoin / Wallet software / Re: [ANNOUNCE] picocoin and libccoin -- C-based bitcoin library and client on: June 08, 2014, 08:40:16 PM
In light of the current "51% attack" brouhaha raging on Reddit, how difficult would it be to add some p2pool mining functionality to the picocoin library?

All the core bitcoin and p2p functionality is there, ready to be built upon.
18  Bitcoin / Wallet software / Re: [ANNOUNCE] picocoin and libccoin -- C-based bitcoin library and client on: May 28, 2014, 06:32:49 PM
How close to the regular bitcoin code is it?

  • Supports all core data structures and network messages
  • Full script implementation
  • Passes hundreds of available reference client tests
  • Supports multiple block chains: main or testnet3
  • Written by bitcoin core developer

19  Bitcoin / Wallet software / Re: [ANNOUNCE] picocoin and libccoin -- C-based bitcoin library and client on: May 26, 2014, 08:28:10 PM
all pull requests will be reviewed, tested and merged with lightning speed Smiley


ahem......#25 Smiley

On a more serious note, I mentioned previously that I was investigating introducing LMDB to the picocoin project. Before delving too deeply into this should the OpenLDAP Public Licence used by LMDB be a concern when used in a MIT/X11 software licensed project like picocoin?



20  Bitcoin / Bitcoin Discussion / Re: Bitcoin denominations and naming conventions on: May 24, 2014, 10:29:35 PM
shouldn't

Quote
"bitcoin" (BTC) / "bit" (µBTC)

be

Quote
"bitcoin" (BTC) / "bit" (µBTC) / satoshi



Done!
Pages: [1] 2 3 4 5 6 7 8 9 10 11 12 13 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!