Prebtc
Prebtc
1. A block was mined and script was left. 2. A block was relayed and with more script. 3. A contract
executes and multiple ledgers show a matching nal version of a transaction that happened in more
than one state.
I updated this article, mostly at the bottom. I appreciate those who read
these words in a raw form — I don’t predictably know when these contracts
will execute so I try to rush my data out to the public as quick as possible if
they choose to believe.
The main place to start is back in 2008 to 2009. Hal Finney and Satoshi
Nakamoto mined/debugged Bitcoin together. The rst version of
Bitcoin is Bitcoin v0.01 ALPHA. The names are truly important. First, I
would like to mention that this is probably not entirely correct but it
encompasses what will 100% unfold very, very soon. There are 3
important values that started in the very rst “genesis block” which was
actually a pre-alpha version that was mined on September 10, 2008
(there is a timestamp on it for proof). At this “block001.dat” le, this
pre-alpha BitCoin is not yet on the record, but it is very much
embedded into a database somewhere. The three values it had:
COIN, CENT, and Bits (for proof of work). These values did stick. There
is also a transaction fee of 1*CENT which is very important to
remember, but it could change at anytime because of RPOW -> aka not
needed anything to be mined by a miner. These are not transaction fees
I am talking about either. These are mining fees for the block rewards.
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 1/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Also know there are two les for main parameters. There is a
“main.cpp” and a “main.h” [.h for hexadecimal] and .cpp because that
was the rst BitCoin software.
From here out, the September 10, 2008 block I will call “BitCoin-beta”
(see genesis below):
This block was mined on 1221069728 UNIX which means 09/10/2008 @ 6:02pm (UTC)
This record is in main.cpp, but the values for block rewards, fees, and
proof of work are found in main.h because hexadecimals (base 16) are
how bit-values are transmitted. Nothing of value is sent in decimal
otherwise it would botch the whole operation. Hal Finney and Satoshi
had this plan in mind since the beginning. They knew everything that
would happen up until today because BitCoin is a MASSIVE value
opportunity.
The block above was connect to the timechain, which the record of it
kept on the Berkeley database (BDB). I will discuss how the timechain
is connected here later. But it is and there is a string of record for that. If
the timechain had a proof of work needed to be paid upon connecting
it, that would’ve been equal to the opposite of the timechain Satoshi
and Hal had overwritten to the database to connect to the blockchain
(log.0000000001). The payment wouldn’t actually be paid anywhere,
it would just be kept in the nal genesis block which you may be
looking at above. That is because the value needed to be generated was
10,000 bytes (10 MB). Here are the value parameters from Nov 08 in
main.h:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 2/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
main.h from November 2008
The amount of COIN here meant 1.000000 coins was 1 BTC. The six
decimals in this block are because there is another pre-planned
measurement that you will see as a result of tokenization, RPOW, and
cleverly hiding the real value of merge mined coins and tokens.
(Just remember that the rst BitCoin was pre-alpha and supposed to be
worth 1,000,000 per COIN (0.01 BTC today) and 10,000 per CENT
(0.0001 BTC today).
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 3/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
The value parameters were likely scrubbed from the le or they are
correctly held on the timechain itself waiting in a database to re ect the
true value of 1 Bitcoin. There’s “Bitcoin” and there’s TBC and BTC. One
thing to mention is both forks and clones do exist. However, 1 le is
both clone and fork (DVC). It sends out blocks that are written in the
same le as BTC. The tonal portion uses a connection through DVC to
re ect that the value of 12.5 Bitcoins (not BTC) meaning that when
connected to RPOW and DVC txs (which is where RPOW tokens are
issued) it will translate 12.5 BTC to TBC*5. It’s *5 because DevCoin
pays 5* the fees for transactions in its own changed main parameters
(which it got from the original Bitcoin, so both DVC’s tokens and BTC’s
bitcoins are the orignal Bitcoin). The problem for BTC is that it doesn’t
get “double” bitcoins in the future because it does not make its own
block rewards. Devcoin is the only coin that is making both BTC and
TBC (devtokens). It’s value is embedded in BTC, so 1 DVC will be used
as a future measure of value between Decimal and Tonal. The current
values can be found in markm’s Galactic Milieu, and markm is a
DevCoin developer who has been around for a long time (as explained
in my last article he and Hal have convos from 2001 with Adam Back
involved as well):
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 4/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
markm is the glue from Adam Back to Hal Finney in terms of POW/RPOW
I should have said in the picture the reason why 1.00000000 DVC is
worth 665,090 in current satoshi’s is because markm is account for the
fact that when DevCoin was issued 1 COIN was 1.000000 (6 decimal
places) and the BitCoin v0.01 ALPHA version changed the parameters
to the 8 decimal places we have now (which we use for BTC and
satoshis as well). So DVC adjusted to satoshis is 10* for its value in
Bitcoins which are satoshis which at 665,090 it is almost exactly what 1
TBC*10 is worth in satoshis.
Again, the November 2008 genesis block had its main.h parameters
changed for “BitCoin” on January 3, 2009.
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 5/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
January 3, 2009 BitCoin v0.01 ALPHA adds “00” to COIN and CENT (main.h adjusted)
Again both the 2008 genesis and 2009 alpha genesis exist in the same
blk0001.dat le somewhere. What we lost was anything attached to the
timechain when Hal’s version went o ine in some areas but is re ected
on what is likely a parallel database from Berkeley (at MIT maybe).
Bitcoind forked into DevCoin’s daemon so DevCoin can see the parent
hash but forward moving blocks cannot.
It’s important to understand that the daemon does all the work in the
background and it is POW that matters in making embedded bits
valuable. The daemon is “headless” because it was forked o of
bitcoind and then became the parent and as you can read above it is
responsible for dissociating the process (minting and
recording/changing transactions) from a controlling terminal. There
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 6/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
The term was coined by the programmers of MIT’s Project MAC. They took
the name from Maxwell’s demon, an imaginary being from a thought
experiment that constantly works in the background, sorting
molecules.[2] Unix systems inherited this terminology. Maxwell’s Demon
is consistent with Greek mythology’s interpretation of a daemon as a
supernatural being working in the background, with no particular bias
towards good or evil.
There’s a lot of symbolic code and lingo used in BitCoin but the sorting
molecules thing is actual relevant in “v1 union v2” when the rst
version and second version of BitCoin are joined. I love how the code
uses “atoms” in its terminology:
The market.cpp and market.h les were removed from BitCoin v0.01 alpha before it was released to the public. This is the true form of Bitcoin in the
future because the nal work of the daemon is to get to this process and execute it. It may already remember such a process.
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 7/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
di erent times, the plan was there from the get go. In Duality, Satoshi
writes about how the Bitcoin known today, BTC, is actually version 2:
Duality admits that Bitcoin is a global chain but right now it is version 2.
Anyone can access these les and they could have gured that things
are working out in reverse dating back to a point of 3 genesis that were
duplicated on Ethereum and elsewhere sure, but the version 1 is what
you want to nd and that’s in every raw block (notice I said raw block
not transaction). What is important to remember is that this
programming is intentional because it builds a stored value in the true
Bit-Coin when the source is recognized after many transactions that
gave it it’s value:
DevCoin’s job was to tokenize Bitcoin in it’s BTC phase so that it could
scale without integer over ows and mass chaos crashing the system
whether it be a bug, a UNIX problem, software incompatibility, or
hacking. And it’s doing just that, take a look at Hal’s work:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 8/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Seeing this changed my life for the better. Notice the amount of work done at its genesis block. Devcoind is bitcoind… and so much more.
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 9/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Bitcoin alpha release v0.01 on January 3, 2009 (this block is known but not the version 2 you see today
in BTC)
There is a lot di erent here though. Between 2008 genesis and 2009,
this block probably was created without connection to the timechain
before being merged with Hal’s le which was used to debug. There is
no “prev hash” to the timechain. Also nBits are not “block.nBits”
meaning that at a certain number of blocks will be mined before a
transaction will come back to this block (remember block.nNonce
means number of blocks not seconds of UNIX time). That doesn’t just
mean BTC blocks, that means whenever POW comes back downstream.
There is 1 block here but it was mined half by Hal Finney and half by
Satoshi with di erent parameters for COIN’s. See where
block.vtx.push_back(txNew) occurs? That probably means once this
block is mined again, the transaction will go back to Hal’s part that still
exists at the meeting between the timechain and his block0001.dat le.
There is CScript at the input “<<” heading back. This copy of the
coinbase was merged with Hal’s so that the second genesis block could
be found from Hal’s block. However don’t worry about sequence, its
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 10/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Embedded in Script is Layer 2, as well as the Theory of Collectibles store of value that Hal Finney
incorporated into RPOW.
Hal Finney could write blocks for the real “Bitcoin” we do not see. They show up in DevCoin’s
debug log
It’s important to understand that Hal could still write blocks. And that’s
what Hal has been doing with DevCoin since it forked BitCoin’s
daemon and became the parent transaction ( rst instance was 2011–
07–22 as seen from the DEBUG log). That’s why DevCoin outputs
Bitcoin blocks for BTC (and itself) and that DevCoin is Hal’s reusable
token layer of Bitcoin through DevCoin transactions. RPOW is last to
connect, but the debugging is still going strong:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 11/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
They should call BitCoin and DevCoin “Hal Coin”
This le was uploaded o cially on March 30, 2005 but it was updated
on November 14, 2016 the same day Hashcash stopped merging
upstream. Initially it probably did fork the beginning work of “Bitcoin”
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 12/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
What this could re ect on BitCoin taking place on BTC is the mining of
one block with POW and script in 2011 or earlier as I showed yesterday,
then recognizing it with a script on better relaying (as shown in Blocks
that say 2011 on Blockchain.com but they say 2014 on Blockcypher),
and then while keeping these blocks from 2011 valid and recognizable
at places like Blockchain.com, they have other scripts back to the
coinbase that need to be recognized by both going back. Hashcash is
waiting for RPOW to recgonize what needs to be mined to Hal’s portion
of the coinbase. Right now Hal could be seen as Blockcypher, which
shows it recognizes the Hashcash POW, but has yet to execute a smart
contract type script which was embedded in the coinbase tx (RPOW
was inspired by Szabo’s “embedded value”). Interestingly enough, the
non-fork on this end could mean this part is needed to mine one more
block with Adam Back’s forward version of POW at the same time as
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 13/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
I think another database exists with all of Hal’s RPOW work through
DevCoin as well as the debugging that goes on in the wallets debug.log
yet its not entirely online yet (that is why DevCoin and other block 0’s
do not exist). Where would one nd a DVC block 0? The debug log of
his wallet. It’s because the daemon is a fork of the bitcoind daemon. It
works are recording the correct transactions for the whole future
Bitcoin network and the timechain as well. Tirelessly working in the
background but at some point there is a connection this debug log
(daemon) will be back to connect to genesis (more later).
Hal keeps records in the debug log (a sub-directory) where the timechain is connected under pre-alpha BitCoin parameters
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 14/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Nov08 and Jan03 BitCoin are both written to blk0001.dat
Same le, changed parameters (notice block chain and not timechain here from Alpha v0.01)
The parameters were changed for v0.01 ALPHA and the existence of
pre-alpha was talked about so much in Duality I will allow you to read
my other articles for that (full Duality here). Parameters can change
without forking. The forking didn’t take place until bitcoind was forked
into its parent daemon “devcoind” — from there the COutPoint (parent
genesis) shows up on debugging. Remember Libcoin? Things have
certain characteristics of a COIN, speci cally a COutPoint (the null
string of zeros) and an index (which seconds since epoch — 1). In UNIX
time the sequence is an unsigned 32-bit integers MAX time until the
January 19, 2038 problem where integers will over ow. It is also the
reference back to the timechain, so as that all blocks from anything
with this sequence can reconnect to Hal and Satoshi’s blk0001.dat les
that they merged with the timechain. It is also why the timechain le
(log.0000000001) is written that way. Satoshi mentioned in Duality
how previously “blocks” were released by time. These blocks were 10
MB as mentioned in Duality as well as emails from my last article (also
here). The rst block of timechain = -10 MB. Meaning that POW to
connect the timechain would need to be RPOW as it had to be both
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 15/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
The Future Is Near — POW/RPOW and Value Transfers
Going forward POW worked because it etched a stamp in UNIX time in
the next block. RPOW is only a copy of the tail-end of POW. So RPOW is
the “layer 2” in that script was laid by POW (Hashcash) that RPOW
recognizes (by being tokenized) and lastly will be paid back to the
Coinbase. In quantum state there will be a block 0:1 that is in both
states with 10 Bitcoin on each side. That would be enough to correct
the order of this completed universe. Also UNIX time has a layer two
that block chain uses to recognize a coded sequence through scriptsigs.
Basically POW laid down in the beginning can also be recognized using
tokens as a layer two o Bitcoin. Craig Wright says layer two is script
alot and its because he is “Bitcoin(Hash)Cash”. BTC and BCH are
connected forward by HC and about a year before the forks Hashcash
stopped moving “upstream” (which is how merge mining works —
merging upstream into blocks):
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 16/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
So there’s a gap all the way back to 1.00, but don’t worry about that,
Bitcoin SV 0.1.0 could end up linking back as well as RPOW.
About a year later we got Bitcoin Cash. HC and BCH (reverse bytes is all
over the new code for Bitcoin-SV). For the future, I found it interesting
that Adam Back has left les matching both the beginning of BitCoin’s
v0.01 ALPHA and it’s inverse at “1.00”). Subtle hinting?
Added 13 years ago, look inside, edited November 2016!
These are .sh les which I had to look up. Then it dawned on me that
CPU miners would use .bat les which created BitCoin POW forward.
These heavy duty les are what will execute POW in the other direction
but much more powerfully.
sh les are unix (linux) shell executables les, they are the equivalent (but
much more powerful) of bat les on windows. So you need to run it from a
linux console, just typing its name the same you do with bat les on
windows. Typically a .sh le is a shell script which you can execute in a
terminal.
It’s important to know that above Adam Back changed his 1.00 version
that had been out for 13 years with some editing on November 16,
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 17/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
2016.
Notice how the POW bits are 0x20? Same thing as pre-alpha at genesis
Another reason this POW might be read only is due to the fact that it
didn’t mint forward the rst time and it would once more in the future.
In my best guess, November 2008’s debug genesis block is not readable
anywhere, and there are two explorers that recognize both January 3,
2009 as Block 0 and Block 1. I tend to believe that Coinbase uses
Blockcypher which re ects that the rst genesis is di erent, and has
better scripts that show almost nished RPOW in action, because the
Coinbase is partially embedded in both Block 0 and Block 1. It’s like a
Quantum Block [0:1]. Hal may have minted out 50.00000000 Bitcoins
in the DevCoin debug log, but we know that was only 1 way. When it
comes back with RPOW it will exist in the coinbase with its original
parameters as well providing a TBC measurement re ecting the values
seen in “Galactic Milieu” and through the IBM which is used as a
“Trusted Platform Module” which is probably not online so long as the
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 18/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
These are based o the debugging parameters for Bitcoin since COIN is probably only 1.00000. This is
counter balanced by DevCoin paying 5x the normal transaction rate. Devcoin has receiver les and
RPOW has its own backward script as well to trigger things back to the coinbase.
DevCoin was setup to function as a second step for POW and for a rst
step for RPOW in my mind. The minting of coins on one side and the
issuance of both a subsidy and a share on the other side is a type of
double entry accounting setup. In fact it is, which may be the “step” and
fallbackReduction portion. Double entry accounting looks like this:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 19/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 20/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
This is likely a Step 2 because it knows the bits belong elsewhere but
doesn’t realize that “-1” means the coinbase. We know -1 is the index
for the parent block COutPoint index. However since Hal only has
record of his half of POW in debugging the original Bitcoin as well as
DVC, then this next step has not been read by RPOW yet to connect
every script from the tail-end of POW as well as RPOW itself. The date
listed here is 2014–11–16 (November 16, 2011) when Blockchain.com
still hasn’t updated its date from “2009–01–13” (January 13, 2011)
when it was mined, however it was relayed by Hal Finney and I can
prove it.
I believe that this contract is recognized in the same step but a di erent
state inversely because Hal doesn’t recognize his own debugging work
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 21/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Still showing up with a January 2009 timestamp, but it recognizes the relayer
I covered this yesterday but this is the part of Duality where Satoshi
mentions that Hal was debugging and that he couldn’t read anything
after. This is where I assume Hal carried on debugging in a Global State
through Devcoind daemon and still mined transaction for BTC on
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 22/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Devcoin’s raw blocks. A joint chain was created and tokenized right
here. It isn’t a timechain so the dual function of Devcoin happened at a
mathematically planned time and RPOW is the glue setting it up for the
future, RPOW executes the nal scripts, its just sometimes 2-steps occur
when executing scripts just like multisignature transactions.
Hal’s IP is the relayer in a local 8333 port. The debugger is in a global state at port 52333.
The rst time Hal started up his debug log (from this sourceforge post)
relayed a number of transactions and at the same time, the record of
where things came from existed in his block index. You can see how the
true coinbase was the one in 2009, but I am willing to guess in a global
state it goes back to Hal’s database. We already know this. Hal
recognizes the “newbest” on login as the current genesis block tx and it
changes to 0. The RPOW function may have rst been done here. It may
not connect to 375 yet as the date of these transactions is slightly earlier
when Hal supposedly “carried” Bitcoin without Satoshi. The COutPoint
changing means Hal or Satoshi has the missing “pre-alpha” block.
Again, it doesn’t matter which block or what data is who’s. Hal could be
the creator and Satoshi the debugger for all I know. But then Hal tried
starting his software 2 more times. At the bottom of those two attempts
he got an error and wasn’t able to see any blocks. Both times he tried to
get back on he didn’t have record of the coinbase tx from 2008 like he
did the rst time. The error that ended the last two sessions without
getting any blocks was:
MainFrameRepaint()
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 23/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Archived Website
GitHub
Original Announcement
Historical Context
In the 1990s the Cypherpunks began to play around with the idea of a
digital cash whose value would not be dependent on an organization
issuing it. Following Nick Szabo, this form of digital cash would be
recognizable as being limited in supply, and therefore usable as money, by
being provably di cult to create. This could be done by de ning units of
the digital cash in terms of proof-of-work. Some proposals for digital
collectibles circulated on the cypherpunk mailing list, including b-money
by Wei Dai and Bit Gold by Nick Szabo. RPOW was the only digital
collectible to ever function as a piece of software.
How it Works
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 24/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
the token to another key by signing a transfer order to a public key. The
server then duly registers the token as belonging to the corresponding
private key.
For more information, please see Hal Finney’s original page, which
includes an overview, an FAQ, a theory page, a presentation, and a very
interesting page called World of RPOW which explains how RPOW would
have scaled to serve the entire planet.
Special thanks to Fran and Jason Finney, Hal’s wife and son, for sharing
the original RPOW code and website les.
Hal entrusted RPOW to use servers and servers can crash. The network
has missing blocks with RPOW already on them in my honest opinion.
Since Hal and markm had been conversing with Adam Back since 2001
in the same email chains — I have no doubts markm is Devcoin’s
developer for a reason. Devcoin is the bridge between Bitcoin and all of
its connected v1 forks. Bitcoin is also connected via the timechain to
Ethereum Classic and thus, Ethereum (more later).
But I also want to point out again, Hal was using RSA signatures and
Satoshi did not use RSA for BitCoin, rather ECDSA to verify but not
RSA. RSA was deemed “too big” and now its seen as a security risk in
some opinions. But here it is in his RPOW own words:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 25/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Hal even wrote on Sourceforge three days before Satoshi got to Block
375 that he was able to use his debugger:
This is where Hal attached the full debug log I showed you (link)
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 26/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 27/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
RPOW has already gone through one time to tokenize things and on the
otherhand Hashcash stopped going upstream because it’s pre-release
(hello 2008 Block). Once it kicks in upstream that process and RPOW
will sign the rst layer and we will have a dual-function blockchain that
is split both forward and backward and up and down (like ETC and
DVC being connected to the timechain).
Another thing to note about Hal’s debug message is he posted the same
message twice on Sourceforge. What I found interesting is right before
he joins Bitcoin with a copy of the parent block and the alpha release
block being written as the best block is that it says his serve started on
“Mon Nov 3 21:00:41 UTC 2008”…
So what happened here was very interesting. The software for 0.1.0
may have split o the chain inadvertently. Hal had to delete the blk.dat
les to restart. Satoshi still claimed to have protected that le in his
emails. DevCoin became a very clever way to hide BitCoin’s true store
of value by allowing it to accept BTC-decimal proof of work eventually,
but also in the long run to have interchanging tokens as a rare store of
value that are embedded into the blockchain. Satoshi clearly had the
rst genesis block in 2008. That was “pre-release” and Adam Back
mentions his 1.00 software is “pre-release”… POW will only move
forward into the coinbase as well as back into a state of dual-
functioning RPOW when Hal’s RSA signature is recognized/signs o .
BitCoin does not use RSA — Yet. It’s linked through RPOW to POW. The
value of the new genesis transaction has “push_back” written on it as
discussed in the top portion of this article. So a dual accounting
measure of running forward one way and forward another gets us to
the 2008 block which had been debugged (tokenized) and to the
parent hash where the tokenizing is attached to the current BTC block
for block (DevCoin’s block 0). While the parent daemon is working
globally on both token issuance for TBC and producing raw BTC blocks
for Layer 2/Layer 1 it is not connected to the January 3 block that
Satoshi created. I remembered Satoshi said he sent Hal some of “his
coins to play around with” and Hal did, clearly. Satoshi also mentioned
prebitcoin had port 2222, which is registered for speci c use with Port
2222. Satoshi was not allowed to receive incoming connections when
he sent Hal his coins. Hal wanted to send Satoshi his own. So Hal sent
Satoshi coins. And there, maybe, Hal used his debug log to tie the value
to his RPOW token as a way that would connect Satoshi to the coinbase.
The Satoshi signature shows he did receive the coins by the message
described. However that won’t solve anything until pre-bitcoin can
connect to Hal’s version of genesis. Apparently with Satoshi o ine the
RSA signature was sent with a token. So in reverse I think that it’s up to
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 28/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Hal to come back online on his end. His servers had crashed because of
the TPM having power issues. There is a “hash war” coming with BCH.
It sounds like to get through to the rst block it will take a load of
power in the TPM (Trusted Platform Module) to power the transaction.
Eitherway it’s very quantum to have 2 chains running parallel with
double entry accounting and then on top of it have this layer 2 that’s
actually a Tonal Bitcoin which may or may not be called “Ethereum”.
I have a hard time keeping everything on one track, but this is crazy.
We should discuss the signatures here:
There is 1 public key, 1 user id, and 1 subkey. Now one is signed by 2
signatures for Satoshi, but the other two? Not signed yet. It appears it
may have been sent “without comment” as Satoshi claimed would
happen when the recipient was not online. Satoshi told Hal the
problem had to do with the timechain and he would put it into a sub-
directory. Hal appears to have sent an RSA key that didn’t expire yet to
Satoshi without any comments. The value is embedded into the rst
genesis block according to Satoshi while Hashcash is not allowed to
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 29/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
merge upstream and is for pre-release after xing some bugs in the
original product’s 1.00. That’s where the answer is. The daemon is
working in the background and once enough proof of work is done by
DevCoin itself the function of RPOW is that it can “kickback” somehow
and be used again. Take a look at the “log2_work” that was done up to
genesis of devcoin from tokenizing the coinbase…
First o , the decimal places for log2_work are 1.000000 meaning it was
tokenized or generated as the alternate Bitcoin blockchain o of the
pre-alpha tested Bitcoin that showed a genesis date on September 10,
2008. 50.00000000 coins were sent out of the DevCoin block 0 from its
debug records. That means that those coins sent out Bitcoin’s Alpha
standards to the COINBASE and then Devcoin forked o genesis and
began running a dual functioning chain that could measure at
1.00000000 while maintaining a tonal value as shown in the scale to
translate over to decimal (and markm has updated these values
MONTHLY to the present day so don’t think he doesn’t keep track):
The initial funding was given to the genesis block rst by DevCoin in a
decimal amount and into the coinbase. This is the opposite of what you
think would happen but it actually works because of the “double entry”
accounting. Bitcoin is not just a cash value now, it is an asset that has
appreciated. Because this was done in reverse, the money came from
somewhere, but probably after pitching everyone necessary like miners
and private/public sectors to invest big. The one reason everyone who
invested believed in it was because they knew it would work in the end
due to math and programming, but everyone agreed on the projected
incentive. Do you think Hal Finney knew the price of Bitcoin
eventually? I do:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 30/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Hal also appeared to have received this email a day before he wrote
that January 10, 2009 email about crashing 0.1.0:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 31/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
So there are two emails, duplicates, that appear with the same
message. There was one exception to see symbols out of the three non-
readable parts in his debug log and it came with an RSA address. That
is what Hal hashed to a public key for Satoshi when he wanted to send
his coins back. Hal’s coins were almost “mature” and the coins Satoshi
sent out (10 BTC and also 40 BTC same tx) clearly had not matured.
Satoshi was o ine when Hal sent his coins. Everytime Satoshi was
online, maybe Hal(s) was not. What I am saying sounds crazy but what
if this is a display of computing that obviously have some human
execution and acting involved but the actual proof in software that has
been appreciating is the “trustless platform module” or the mainframe
that Hal was running. If one out of three parts of the system didn’t
crash and two were non-readable then all that Hal has been able to do
is debug and correct transactions while adding them to the database
whenever one of the public keys that is hashed allows. They are sent
with no comment which I nd interesting. Perhaps that means that one
time this happened without a script. I read how slowly things come
back after a long time has passed and perhaps these two forgot who
each was unless one logged o while the other part logged on. Sounds
alot like dual processors on a trusted platform right? Totally Hal
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 32/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Since the “bits” all head to the coinbase on the left side of the
transaction, the asset is being put back in for the real “Bitcoin”…
Bitcoin is the value in the transaction. In a way the initial subsidy was
enough to create the rst entry of double entry accounting, but not the
asset. Then it’s easy to say Bitcoin was issuing BTC IOU’s for people to
buy during the experimental phase. However by clever accounting the
value is being sent back in valuable bits. There aren’t enough people in
the world cashing out of this project to match the trillions that are
already cashed in throughout the world. As blockchain velocity
improves and velocity of money increases due to “Bitcoin” (both tonal
and decimal combined) then everyone wins. Anyone who even paid for
decimal Bitcoin without selling wins. The investors and devs win the
publics trust for leaving clues and some people’s success in nding such
clues will encourage adoptions no doubt. The theory of collectibles is
by Nick Szabo. Perhaps he’s the key but the idea of embedded value
stretches back to him publishing that theory. Mark Metson goes by a
name of Mark S. Miller but both by markm between emails with Hal
Finney in 2001 and on the bitcointalk.org forums where he is one of
two DevCoin developers. The other is named “Unthinkingbit”… There
is a part of the system that is not able to remember who exactly
“Satoshi” is because there’s Duality, then there’s proof of work, and
smart contracting, and duplicates (clones). But Galactic Milieu
remembers and they have the prices right here based o DevCoin
(remember in “satoshi’s” sDVC is worth 10* what 1 TBC is worth
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 33/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
because of its beginnings as a coin with with two decimal places less
than BTC:
The log2_work that DevCoin had done at genesis also could be the
work that had been done on the network in getting value and blocks
mined into the Bitcoin daemon. There is an added 0 in DevCoin’s
genesis block and that could be because it exists in quantum
superposition while it waits for the tail end of POW to meet where it
should be recognized as acceptable to whatever token Hal issued for his
coins. That to me seems a little more plausable. Especially with the
other two keys on MIT’s server having “expired” on December 9, 2008.
Guess who emailed out his announcement the next day for the Bitcoin
mailing list? (notice there is no duplicate, just one Satoshi):
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 34/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Being two parts to this sub-directory it sure looks like dual entry to me.
One signature binding the agreement on the asset itself and one
needed to broadcast it at a certain time to the network, probably once a
time comes and where it receives the value it is owed. Look at markm
talk about the debt owed to DevCoin:
Click on the link above the picture for a direct link to this post.
1. Hashcash proof of work writes the initial scripts for Bitcoin that
will execute at a certain time and return all value owed to DevCoin
as well as certain other coins in the “Galactic Milieu” — markm
cites “shell scripts” and the last two les for Hashcash to execute
are 1.00 and 0.01 as “shell scripts” which are powerful and have
an option to mint everything fastly by “fastmint” (see repo)
2. The script is readable everywhere for the most part, but it isn’t
executed yet because the genesis block from 2008 has some of
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 35/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 36/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
In the 1990s the Cypherpunks began to play around with the idea of a
digital cash whose value would not be dependent on an organization
issuing it. Following Nick Szabo, this form of digital cash would be
recognizable as being limited in supply, and therefore usable as money, by
being provably di cult to create. This could be done by de ning units of
the digital cash in terms of proof-of-work. Some proposals for digital
collectibles circulated on the cypherpunk mailing list, including b-money
by Wei Dai and Bit Gold by Nick Szabo. RPOW was the only digital
collectible to ever function as a piece of software.
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 37/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
If A and B each betray the other, each of them serves two years in prison
If A betrays B but B remains silent, A will be set free and B will serve three
years in prison (and vice versa)
If A and B both remain silent, both of them will only serve one year in
prison (on the lesser charge).
You see a lot of “A” and “B” in code going back to the fork of the
bitcoind daemon where DevCoin became the parent block. Well guess
who the public is? We are result “C” the combination of those who
invested early without prior knowledge of the “crime” which is the
plan. Now if A or B talked that’s totally foolish. They probably would
lose all of their money in some sort of agreement. With a dual entry
and a quantum state, its in the best interest of both A (lets say big
money) and B (the coders) to stay “IN” and the harder they work in
hours and the more they spend in mining or downright cash as
capital… It just works out for everyone. And then there’s us, the public
who will realize just how amazing having a trustworthy and automated
network that is bulletproof to move money without fees is. The goal is
to get to 0 fees because at the end, the fees in “bits” from mining get
paid back. With one script execution from someone coming back online
(maybe Satoshi in another state) then the event goes all the way back
to the start. After all, Hal was given 10 BTC he planed to pay back. It
just so happens that 10 BTC he got is equal to the original value of a
coin by old parameters and adjusted 1/10 on the way back for the
di erence in decimal. Paying that back has it valid and acceptable as
the 1*CENT mining fee on the tx out because the value coming back in
after a tonal and parameters adjustment is acceptable as a COIN on the
way in and a CENT going out to another set of parameters at the
January 3, 2009 genesis. DevCoin has always sent its money out rst,
so that’s also why it’s the only one that ever sent a value out to BTC as
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 38/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
the necessary (50 BTC block reward). That reward plus the fees being
sent to satoshi as “good will” are just a heck of a lot of fees being locked
into the soon to merge quantum genesis block [0:1]. It will always be
valued as such and scale inde nitely as more goes into the coinbase
from consumers.
0x2 is worth 2.
If they used more 0’s that also makes up for the di erence between DVC
and Tonal Bitcoin. If 1 DVC is 10*TBC in decimal (satoshis) then it’s
because over it’s dual nature starting as a COIN, ending as COIN, and
acting as RPOW in the mean time.
This, to me, looks like a “reverse subsidy” — similar to the one DevCoin
paid out and issued tokens for and going back to the coinbase where
the coins all are about to “mature” and everyone invested wins without
double spending.
Read:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 39/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
“There has been no love lost between the foundations attached to the
Ethereum (ETH) and Ethereum Classic (ETC) projects after the two
forked back in July 2016 in the fallout of a hacking event that called into
question the true nature of blockchain decentralization.
Devcoin is the glue that holds Ethereum’s value to Bitcoin getting its
true value from the coinbase. What is good for ETH is good for ETC
whats good for both is good for the Layer 1 Bitcoin Blockchain that both
BTC and BCH are a part of. The glue in between all of those is DevCoin
(DVC). People owe DevCoin for “ETCDEV” and its no wonder how this
happened. What the DAO took out started something of value for both.
The split was planned just like the original split of BTC from the
coinbase. The same happened somewhat with ETC knowing the
coinbase is the timechain without ETH being connected in UNIX time.
But just yesterday I noticed the UNIX epoch I talk about with ETC so
much has been re ected on Blockchain.com’s new ETH explorer:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 40/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
I also have reason to believe both BTC and ETH are pretty much ready
to join at 0. When I search for 0 nothing comes up. But when I search
for “1” both block 1’s come up (clever):
Go ahead and click on ETH 1 and you can manually click block 0 for
ETH from the inside. You now get the EPOCH of UNIX time:
Now when you search for block 0 originally you get this:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 41/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
New feature that you can apparently search by an “ipv4” address. Then
I saw my URL description for what I originally searched for before I was
redirected:
In part, these two may almost remember being connected due to the
quantum nature that the other genesis block has written “appended” to
blk0001.dat. It’s in the original code for the debug log genesis block
from September 10, 2008 and the alpha genesis block from January 3,
2009. The blocks somehow, someway were both written on the same
data and it wasn’t for “block 0” interestingly enough, they chose
blk0001.dat to write on as shown earlier.
So now I will try to involve the main players in a little math and
sequence of events to show what I understand to be enough to at least
link the main blocks back to the coinbase and give POW where it is due
(DevCoin mostly, but other v1 coins from merge mining get paid as
well — some make excellent witnesses for multisig operations like I0C
and IXC. Some have a POW from naming di erent coins and
con guring them like “http” (Namecoin). I have a lot of faith in the
prices markm has given because I found them only after realizing the
TBC value and why it existed. I gured out it was a way to measure the
future of Bitcoin through DevCoin as the standard measure. I was right.
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 42/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
The Institutional Investment: Embedded
Through DevCoin
The theory I will present here will likely be hard to completely prove.
The numbers will check out as much as possible, they will match
protocol and underlying code. The measure starts with DevCoin and
that’s what I really needed to nd. The problem will be with ordering of
events due to the fact that this blockchain is not a timechain, it just
begins with one. Other transactions may have happened “OTC” and
between friends like markm explains below. First I will make a
statement I operate behind on where the value in BitCoin comes from:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 43/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
which people don’t understand as a currency yet — but they have been
invested in and given a value by the agreement to early investors have
agreed to seal inside them. Once they go to the coinbase they are a
store of value on the blockchain that nobody can deny nor take out and
rob. Bitcoin started as a token currency and became a COIN over the
years in a sense. DevCoin tokenized the coinbase tx output by losing all
of its value while it was largely recognized on BTC, but ETH, ETC, and
others. The nature of the rst part of this process was to build the rst
blocks, attract some people on the outside for a few years while
securely running through a sequence of pre-planned events and fake
news cycles that would put everyone to the test to decide if they would
not trust, but they would verify. Our minds and our wallets are the
nodes that are allowed to judge for ourselves and its funny how even
with raw data right in front of you the pessimism in people tend not to
believe what’s unfolding. A few of the things that are about to happen
make sense in relation to strategy of this simulation where only BTC is
realized and not the TBC measure through DevCoin and POW/RPOW.
There is much to explain and its hard to even write about in an order
that makes sense because I get my facts and theory together but in
trying to support my arguments I nd another path of truth from what I
was about to conclude on. The easiest way to trace value from an
accounting standpoint is to know the basics of merge mining, to know
the earliest history of BitCoin and challenge yourself to understand
where value came from, and to look where no one else looks. For
example, look at a DevCoin raw block yourself like I did and plug in a
12.5 mystery coin block reward (because DVC is supposed to be
50,000) and then plug it into BTC explorers. Then you notice hey these
two are co-operating but then you realize only DVC keeps raw blocks of
the minting. Then you understand the dual nature of a DVC block
paired with a token transaction of 50,000 DVC “tokens” and you notice
the developers know a lot more than anyone else. You realize everyone
involved in DevCoin will be pessimistic at your optimism, silent and not
acknowledge it, or even act dumb to the facts but slightly supportive.
You also know who is giving big clues and backing it up with facts. That
brings me back to markm, whoever he is, he’s on the core oor of the
operation and I thank him for his work on this. Check out his
explanation of a few “coins” and companies in the “Galactic Milieu”:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 44/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
DevCoin Merge Mining Coder Playing Dumb
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 45/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
“doublec” on github highlighting the b/src/main.cpp implemented on DevCoin.
Also I’d like to point out another thing. We don’t know a lot of people by
name or pseudo-name. Many people are anonymous or use more than
one account to put out information. The code, however, is there to see
in action. It produces data that we can see right in front of us. How was
it coded in, how did it end up as an output? If you think that’s unfair
because its too hard I am telling you that’s for a reason. This is a valued
asset already in the eyes of the institution, both private and public
sectors. Nobody deserves to make a great investment. But you can have
a chance before the time comes, sometimes years. In crypto I look back
years. With my understanding of markm and doublec’s involvement in
DevCoin code and the nature of RPOW and POW — I realize markm,
Adam Back, and Hal Finney are on record in these email lists since
2001. Turns out doublec is as well and these merge mining codes have
emails and public keys in them proving they were sent on September
17, 2001.
2001 was an active year for Hal Finney, Adam Back, and DVC developer markm > why not doublec?
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 46/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
You can take two approaches — pessimism or realizing the facts in front
of you. They are there for you to see. Since DevCoin works in function
like RPOW and adopts the “reverse end” of POW, I already have linked
the token of value that proof of work comes from. BTC was made
valuable by its parallel chain that issues tokens of massive investment
value that in the end, everyone wins. I also believe this because the
wealth transfer in the end is a positive for everyone — don’t think for a
second that the very wealthy are even allowed to touch DevCoin’s at
this value. At the same time, the developers know this is an escrow, a
future payout and work for decades maybe for their rst payo . The
trading is nothing more than a zerosum game. Which brings me to my
original point. The institutions in markm’s Galactic Milieu:
The private friend to friend connections that markm says have “mutual goals” makes me think of Linux Foundation involvement in Bitcoin.
The point he is making is that everyone’s money is in, the value needs
to grow — which these corporations know because of their own
technological advancements and the mathematically planned outcome
in value. The values like Hal Finney described in 2010 like $10 million
a coin. People who know what it is and developed it through their
collective private sector contributions are long on math. They don’t
care about the uctuations of BTC because they know the outcome is
already embedded into the chain. If you got rich o the test pump to
$19,000 good for you. If you didn’t and are discouraged you need to get
on board. Also the mention of occasionally mining time to time with
the number next to DVC is interesting because “Bitcoin” is supposed to
be #3, but obviously DevCoin is coded the parent chain. Admitting a
coin can merge mine with the latter means it can and has to merge with
the former. That’s how the RPOW works. All the POW gone forward to
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 47/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 48/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Exact Math
Genesis Blocks: Pre-Alpha November 08 (debug)/January 3, 2009
(alpha)/DevCoin July 22, 2011 (debug) + Ethereum Classic (epoch)
and tie with Ethereum through it (similar to BTC/BCH relationship)
Goal: Try to show how changing values and bits equate into a system
where fees are paid in all intersecting directions so that the fused
genesis block is an example of quantum entanglement where
superposition makes sense:
Checkout this article on a dev who is running a quantum OS for Bitcoin
The use of the word “atoms” and “molecules” was in the original
genesis blocks “market.cpp” and “market.h” as well as the pre-alpha
genesis version. Binary also needs to make sense of two parallel block
chains that run in superposition:
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 49/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
I have written a lot about tokens and di erent splits in the history of
Bitcoin like MasterCoin which led to Tether and how forking of the
OmniLayer protocol gave way to Wormhole which sounds like a
reversal of the original Omni Protocol through Mastercoin. However,
how did the rst token come to be created? I believe the rst token
came as an e ect of sacri cing a previously agreed upon POW in
development to create the parent hash by way of forking the bitcoind
daemon. I will just dive into a raw sequence:
2. In Unix time the -10 MB taken out of the timechain is not truly
taken out, it just forges a connection and a basis for future
calculations. It means that at least 80M bits
(decimal)/2147483648 (hexadecimal) are owed back to the
coinbase which will need to be met in both directions before going
forward into the future as a complete and reorganized dual
blockchain. In this example I am only using 3 coins to connect to
this and forgetting about witnesses and other forks.
3. Unix Time is directly tied to the bits extracted from the timechain,
at 2147483648 it means quite a lot of things because its value is
2³¹ and that’s where the plan of tokens comes in to create “block
chain” as we know it. Proof of work is how the debt will be paid
back to justify its creation like a base of measure for where the
whole system makes sense. The alarm should be going o in your
head that equates that with the point of DevCoin being a
measured value of 1.00000000 for the tonal representation of
BitCoin. I think you might understand how the value spring
forward from that connection DevCoin makes between the token
state and the coin state and why DevCoin is owed a big return.
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 50/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
possible number would be twice as large since every extra bit doubles the
range of numbers that a binary number can represent.
What this leads me to believe is the beginning of layer two began with
Devcoin as blk00000.dat and that le is missing somewhere because
before going back to the parent hash proof of work has to complete for
a reorganization that will ultimately solve problems of integer over ow.
The problem is actually being solved in reverse right now because a
number was tokenized o the original timechain and the price out
wasn’t just the bits, it was guring out when to pay those bits back after
script + cryptography + programming interoperatability was achieved
on non-over ow languages (python 3) but there was a de nite
connection and storage of value from the old internet as well by basing
old timechain “blocks” to a system where new blocks scaled extremely
fast and feeless without crashing memory and causing nancial chaos
from integer over ow. So the basis of web 3.0’s economy is the BitCoin
block chain. It’s unbeatable in the end. It started with DevCoin taking
on all the chaos of the reorganization itself. That looks like this
currently:
Never noticed the “us= / them=” notation until now, I think that might be new. Same with the 348948 down to the empty string.
To be continued. For now check out the weird blank transactions being
sent to ETC ;)
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 51/53
1/8/2019 Angels & Daemons – Daniel Treccia – Medium
Link
https://medium.com/@danieltreccia/angels-daemons-d8c57db2f18b 52/53