// if the jit is not enabled enable it for 10 pct of the people
if!jitEnabled&&rand.Float64()<0.1{
jitEnabled=true
glog.V(logger.Info).Infoln("You're one of the lucky few that will try out the JIT VM (random). If you get a consensus failure please be so kind to report this incident with the block hash that failed. You can switch to the regular VM by setting --jitvm=false")
}
ethConf:=ð.Config{
ethConf:=ð.Config{
ChainConfig:MustMakeChainConfig(ctx),
ChainConfig:MustMakeChainConfig(ctx),
Genesis:MakeGenesisBlock(ctx),
Genesis:MakeGenesisBlock(ctx),
@ -673,7 +685,7 @@ func MakeSystemNode(name, version string, extra []byte, ctx *cli.Context) *node.