-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Conversation
It looks like @akx20000a hasn't signed our Contributor License Agreement, yet.
You can read and sign our full Contributor License Agreement at the following URL: https://cla.parity.io Once you've signed, plesae reply to this thread with Many thanks, Parity Technologies CLA Bot |
[clabot:check] |
It looks like @akx20000a signed our Contributor License Agreement. 👍 Many thanks, Parity Technologies CLA Bot |
ethcore/src/ethereum/mod.rs
Outdated
@@ -76,6 +76,11 @@ pub fn new_easthub<'a, T: Into<SpecParams<'a>>>(params: T) -> Spec { | |||
load(params.into(), include_bytes!("../../res/ethereum/easthub.json")) | |||
} | |||
|
|||
/// Create a new Ethereum Social mainnet chain spec. | |||
pub fn new_easthub<'a, T: Into<SpecParams<'a>>>(params: T) -> Spec { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
easthub?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@5chdn Nah it should be ethereumsocial sorry 😅
parity/cli/mod.rs
Outdated
@@ -294,7 +294,7 @@ usage! { | |||
|
|||
ARG arg_chain: (String) = "foundation", or |c: &Config| c.parity.as_ref()?.chain.clone(), | |||
"--chain=[CHAIN]", | |||
"Specify the blockchain type. CHAIN may be either a JSON chain specification file or olympic, frontier, homestead, mainnet, morden, ropsten, classic, expanse, musicoin, ellaism, easthub, testnet, kovan or dev.", | |||
"Specify the blockchain type. CHAIN may be either a JSON chain specification file or olympic, frontier, homestead, mainnet, morden, ropsten, classic, expanse, musicoin, ellaism, easthub, ethereumsocial, testnet, kovan or dev.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is growing out of hand. we need some idea here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah this is not sustainable, maybe put some basics in there and then a reference to a full list somewhere else.
parity/params.rs
Outdated
@@ -64,6 +65,7 @@ impl str::FromStr for SpecType { | |||
"musicoin" => SpecType::Musicoin, | |||
"ellaism" => SpecType::Ellaism, | |||
"easthub" => SpecType::Easthub, | |||
"ethereumsocial" => SpecType::Ethereumsocial, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ethereum-social? EthereumSocial?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@5chdn EthereumSocial for capital, ethereumsocial for small letters 😄
@5chdn Sorry for the copy-paste without testing it 😄 It is fixed and is now visible on stats.ethereumsocial.kr |
Anyway, thanks for the lightning review ⚡️ |
Do you mind if we use "social" instead of "ethereumsocial"? We also use "classic" for Ethereum Classic. Not sure if this is ambiguous though... |
@5chdn Well "social" will be more approachable since we use --social on multi-geth |
@5chdn Now we are "social" ¯_(ツ)_/¯ |
Ethereum Social (aka ETSC) is an ethereum-fork based blockchain platform for forum sites.
You can see the info about our coin on our homepage ethereumsocial.kr and korean forum site gazua.tv
Coin spec:
Homestead, EIP150, EIP160, ECIP1017, ECIP1041 enabled by default.
Based on go-social node.
Chainid and networkid is 0x1C.
Using the same hd wallet path with ethereum.
ps) You can see the network stats here and join mining here