State: Draft
Based on the Peatio Stable branch
To the coin daemon's {coin}.conf
file, include the -walletnotify
command:
# Notify when receiving coins
// Copyright (c) 2017-2018, Intense Coin developers | |
// Copyright (c) 2012-2017, The CryptoNote developers, The Bytecoin developers | |
// | |
// This file is part of Bytecoin. | |
// | |
// Bytecoin is free software: you can redistribute it and/or modify | |
// it under the terms of the GNU Lesser General Public License as published by | |
// the Free Software Foundation, either version 3 of the License, or | |
// (at your option) any later version. | |
// |
### ON UBUNTU 14.04 | |
### Install tools | |
sudo apt-get -y install git redis-server libboost1.55-all-dev nodejs-dev nodejs-legacy npm cmake libssl-dev wget vim | |
### Install Nginx | |
sudo apt-get install nginx | |
### Install NVM -- this makes use of different nodejs possible | |
install nvm (instruction on their github) |
{ | |
"particles": { | |
"number": { | |
"value": 160, | |
"density": { | |
"enable": true, | |
"value_area": 800 | |
} | |
}, | |
"color": { |
{ | |
"particles": { | |
"number": { | |
"value": 100, | |
"density": { | |
"enable": true, | |
"value_area": 1000 | |
} | |
}, | |
"color": { |
State: Draft
Based on the Peatio Stable branch
To the coin daemon's {coin}.conf
file, include the -walletnotify
command:
# Notify when receiving coins
Contact me on t e l e g r a m at cryptobender69 |
t e l e g r a m @cryptobender69 |
curl 'http://api.forknote.net:8090/genesis_tx/' -H 'Origin: http://forknote.net' \ | |
-H 'Accept-Encoding: gzip, deflate' -H 'Accept-Language: en-US,en;q=0.9,pt;q=0.8' \ | |
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36' \ | |
-H 'Content-Type: application/x-www-form-urlencoded; charset=UTF-8' -H 'Accept: application/json, text/plain, */*' \ | |
-H 'Referer: http://forknote.net/create/' -H 'Connection: keep-alive' \ | |
--data '{"MoneySupply":"100000000000000000","EmissionSpeedFactor":21,"DifficultyTarget":60,"GenesisBlockReward":"1000000000","AddressPrefix":322560377,"Addresses":["imzt1vK1qVFNP5N4hMrgs96Fz4zvP9gJ5MTh1YpKVVVtBc54Co2K12J1sczeHe6DDQBsBkmfN37rxAWssaf7LU7eVmQWvRboxG31H"]}' \ | |
--compressed |
# to generate your dhparam.pem file, run in the terminal | |
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048 |