Here is a new coin I'm following, OXYCOIN:
Create your testnet delegate, is very easy, just follow next steps:
- Join to Slack
https://join.slack.com/oxycoin/shared_invite/MTc5OTYzMDM2MjU4LTE0OTQyMDU0NzMtYWE2OGI2NzI1Ng
Ask for admin members to add you on testnet private channel @seatrips or @jan
Create your address on:
Save your Passphase and get your address
on slack request to community on channel testers some coins
When you have enough coins register your delegate, on your wallet:
is very recommended create a second passphase ( in testnet is not a real coin but in mainnet will be very important)
You can use explorer to verify any transaction or monitor active delegates:
https://texplorer.oxycoin.io/
Now you need a VPS to clone project and follow steps to configure your delegate
https://github.com/oxycoin![]
()
create a new user not use root and add to sudo group
send in terminal next command:
git clone -b testnet https://github.com/Oxycoin/oxy-node.git
cd oxy-node
./oxy_manager.bash install
now edit your config.json file and add your passphase on forging section on secret parameter:
"forging": {
"force": false,
"secret": [
"here is your passphase"
],
"access": {
"whiteList": [
"127.0.0.1"
]
}
now send a rebuild to sync your node:
./oxy_manager.bash rebuild
wait until is sync and is done.
All steps are same to mainet just change git url.
Official Links:
Documentation to install
https://github.com/Oxycoin/install-documentation
Telegram
https://t.me/joinchat/Ejrw80P57DvUb0TauvZwUQ
Webpage
https://oxycoin.io
Github
https://www.github.com/oxycoin
Tesnet Links
Explorer Testnet
https://texplorer.oxycoin.io
Walllet Testnet
https://twallet.oxycoin.io/
@snatic how can I create mainnet node? Answer please...
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit