This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am lyricalpolymath on github. | |
* I am beltran (https://keybase.io/beltran) on keybase. | |
* I have a public key ASC3yI9VjIa8TfMSZwFX6RvQD02rZMRnhS3RzXiz831-Iwo | |
To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.4.10; | |
// Enables event logging of the format `console.log('descriptive string', variable)`, | |
// without having to worry about the variable type (as long as an event has been declared for that type in the | |
// Console contract. | |
contract Console { | |
event LogUint(string, uint); | |
function log(string s , uint x) { | |
LogUint(s, x); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1AfgJGgT3jPR99pg6ncgYHbNrWvvUAEioK https://explorer.blockstack.org/address/1AfgJGgT3jPR99pg6ncgYHbNrWvvUAEioK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//with geth running -copy and paste this code to have a simple feedback of the blockchain syncing progress | |
geth --exec 'var s = eth.syncing; console.log("\n------------ GETH SYNCING PROGRESS\nprogress: " + (s.currentBlock/s.highestBlock*100)+ " %\nblocks left to parse: "+ (s.highestBlock-s.currentBlock) + "\ncurrent Block: " + s.currentBlock + " of " + s.highestBlock)' attach |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// var txTrace = debug.traceTransaction("0x499ba981b32f44ed0fe529231b6783e837366a07082b6e5e4cad251b90ee6859") | |
//http://etherscan.io/tx/0x499ba981b32f44ed0fe529231b6783e837366a07082b6e5e4cad251b90ee6859 > VM trace | |
/* | |
Addresses involved | |
Poloniex 32be343b94f860124dc4fee278fdcbd38c102d88 (not visible in the trace) | |
theDAO bb9bc244d798123fde783fcc1c72d3bb8c189413 (not visible in the trace) | |
theDAOExtraBalanca 807640a13483f8ac783c557fcdf27be11ea4ac7a (visible in the trace) | |
END_USER e300e1c3af964cf3ed089c7171c6145db05ea199 (visible in the trace) | |
ETH |