-----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 coi...
-----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.
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://fauce...
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 coi...