State: Draft
Based on the Peatio Stable branch
To the coin daemon's {coin}.conf file, include the -walletnotify command:
# Notify when receiving coins
State: Draft
Based on the Peatio Stable branch
To the coin daemon's {coin}.conf file, include the -walletnotify command:
# Notify when receiving coins
DOCUMENT STATUS: DRAFT
This document is going to cover a number of scenarios that can assist exchanges with setting up their own procedures for distributing Nu dividend payments to their users. Consider it a very rough draft at this time. Please include comments if you have specific scenarios you would like to see discussed.
Here are the details for how dividends work:
Dividends are not paid out on a set schedule, but are released when based on each dividend-paying custodian's proposal / performance / activity. For instance, if a trade goal is met, that may trigger a dividend payment.
A dividend address is a peercoin addresses that uniquely maps to one NSR address. By transforming the NSR address into a PPC address, it allows the private key to be exported from the Nu wallet to a Peercoin wallet.
Data-driven creation of “micro grant requests” with addresses + grant request amounts being created on a daily or every other day (+/-) frequency. “Just In Time” delivery system is reactive to the evolving needs of custodians.
With the successful passage of this motion, the Nu Shareholders[1] ("Shareholders") have instructed the Nu Development Team[2] ("Developers") to make the Nu source code available to the general public. The updated license will allow free, permissive use of the source code in Nu-related and derivative projects.
The Nu source code (including the code that describes the underlying Nu network protocol, the daemons, the GUIs, and the associated support systems for testing, distribution, and deployment) will include a text file, COPYING, in the root directory of the project.
Copyright (c) {YEAR[3]} Nu Developers Copyright (c) 2013-2014 Peershares Developers Copyright (c) 2011-2014 Peercoin (PPCoin) Developers Copyright (c) 2009-2012 Bitcoin Developers
>Permission is hereby granted, free of charge, to any person obtaining a copy
| testnet=1 | |
| server=1 | |
| votenotify=C:\folder\folder\script.bat |
| import re | |
| import execjs | |
| def find_equations(string): | |
| """ Take in a string, and convert everything between $ ... $ into an inline | |
| equation and everything between $$ ... $$ into a centred equation. """ | |
| doubledollar = re.compile(ur"\$\$([^$]+)\$\$") | |
| singledollar = re.compile(ur"(?<![\$])\$([^$]+)\$(?!\$)") |
This is a curated set of conventions and best practices for Stylus, an expressive, dynamic, robust and advanced CSS preprocessor. Frustrated with there not being a set of conventions set in place (that could be easily found), I set forth to find out on my own.
| // current as of build b59279a3d8d186016398f81cc1d8d5645a44d128 (Nov. 2, 2015) | |
| // https://github.com/NextStepWebs/simplemde-markdown-editor/commit/b59279a3d8d186016398f81cc1d8d5645a44d128 | |
| .CodeMirror | |
| height: auto | |
| min-height: 300px | |
| border: 1px solid #ddd | |
| border-bottom-left-radius: 4px | |
| border-bottom-right-radius: 4px | |
| padding: 10px |
| // current as of build b59279a3d8d186016398f81cc1d8d5645a44d128 (Nov. 2, 2015) | |
| // https://github.com/NextStepWebs/simplemde-markdown-editor/commit/b59279a3d8d186016398f81cc1d8d5645a44d128 | |
| .CodeMirror | |
| height auto | |
| min-height 300px | |
| border 1px solid #ddd | |
| border-bottom-left-radius 4px | |
| border-bottom-right-radius 4px | |
| padding 10px |