Create account

1KyfHDZvnLfSerGh
replied 947d
1KyfHDZvnLfSerGh
-----BEGIN BITCOIN SIGNED MESSAGE-----
###Simple code for send tx on Ethereum Classic

Hello, here is my code for send wish list on the etc network. I found this code repository on github. and do some little change base on it.

step1:
git clone https://github.com/hmywda01/sendetc

step2:
you must have nodejs installed first, then run command:
cd sendetc
npm install

step3:
change your private key in file 'conf/settings.json'
write your msg in file 'conf/wishlist.txt'
change target address in file 'ethereum.js'

step4:
now, you can send your msg now.
for testnet, run command:
`node index.js send -t`
when command done, will show your tx hash, and then check your tx here:
https://explorer.anyblock.tools/ethereum/ethereum/rinkeby/tx/hash

for mainnet, run command:
`node index.js send`
when command done, will show your tx hash, and then check your tx here:
https://etcblockexplorer.com/tx/hash


Some Hints:
1. for testnet you can claim some coin from: https://faucet.rinkeby.io/


Thanks for your surport, and this is my address for accept donation:

BTC: 19bUX34dkip5g6sTEDmnosAHqQ3uFVowjC

ETC: 0x9eb2BFe88301D13F89815af1e995A378CE87e0Ee
-----BEGIN SIGNATURE-----
19bUX34dkip5g6sTEDmnosAHqQ3uFVowjC
HIRQocQ0MkBU/cWT8eXdMJoVU6ZZguekf2o3lOvo/Nq/vHGQHkxrTLkEL0be0g6PWkknzGfQawM/FJGTghrEGHI=
-----END BITCOIN SIGNED MESSAGE-----