Skip to content

Instantly share code, notes, and snippets.

@cryptobender69
cryptobender69 / nginx.conf
Created April 6, 2018 18:16 — forked from plentz/nginx.conf
Best nginx configuration for improved security(and performance). Complete blog post here http://tautt.com/best-nginx-configuration-for-security/
# to generate your dhparam.pem file, run in the terminal
openssl dhparam -out /etc/nginx/ssl/dhparam.pem 2048
@cryptobender69
cryptobender69 / genesis_tx
Created February 24, 2018 05:12
genesis_tx
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
@cryptobender69
cryptobender69 / peatio
Created February 19, 2018 21:48
peatio
t e l e g r a m @cryptobender69
Contact me on t e l e g r a m at cryptobender69
@cryptobender69
cryptobender69 / add-new-crypto-to-peatio.md
Created February 6, 2018 18:47 — forked from muhammednagy/add-new-crypto-to-peatio.md
Adding A New Cryptocurrency to Peatio

State: Draft
Based on the Peatio Stable branch


Coin Daemon

To the coin daemon's {coin}.conf file, include the -walletnotify command:

# Notify when receiving coins
{
"particles": {
"number": {
"value": 100,
"density": {
"enable": true,
"value_area": 1000
}
},
"color": {
{
"particles": {
"number": {
"value": 160,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
@cryptobender69
cryptobender69 / IntensePoolSetup.sh
Last active February 13, 2018 16:22
Intense Pool UI
### 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)
@cryptobender69
cryptobender69 / CryptoNoteConfig.h
Created January 23, 2018 15:10
CryptoNoteConfig Example
// 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.
//