I did not think about that, you are probably right. Somehow I still have in mind that Evolution is not to be released before end of 2017. Which is still long time to go.
Hallo dear Dash community.
Being with Dash for many years now, I would like to discuss possible campaign for Dash in Slovakia.
It's a country in the middle of Europe, between Poland, Hungary, Czechia, Austria and Ukraine.
Major transition routes connect these surrounding countries offer ideal...
I came across this strange sentinel behavior, if rpcpassword in dash.conf includes special characters
for example (part of the rpcpassword)
rpcpassword=:-{Y6\^\7Z[9Hc"5S%Afkr|3l
prevents sentinel.py from running.
using
./venv/bin/py.test ./test
pointed me in right direction. So I am putting...
p2pool needs at least 24h 'run up time' to get to max payments.
It's PPLNS payout system, and payment is done only on block found, so the variance is higher that with regular pools (you can have 1 payment / day, or 20 /day, depending on 'luck' ).
The values are calculated differently in p2pool. For example you do not use --no-submit-stale parameter on p2pool. And p2pool can have bad or good luck in finding blocks. In long term, you earn marginally more with p2pool, and support decentralization of network.
Just make sure you your a node...
I set 0% fee for my p2pool node, just to support p2pool usage. So feel free to connect and mine with it.
stratum+tcp://eu.p2pool.sk:7903 -u <your_wallet_address> -p x --queue 0 --expiry 1 --scan-time 1
Optimal settings for p2pool mining: --queue 0 --expiry 1 --scan-time 1 (do not use...
Please do not confuse nomp based pools with p2pool.
Nomp is basically a centralized standard pool, with coins mined being tracked in a local database, and payed out to the miners periodically.
P2pool in contrast is a decentralized construct (think of it like for example a torrent network), where...
If people would just not be lazy and use p2pool, and they would also realize that they can earn more long term using p2pool, and help to keep network decentralized.
I am using pushover services for this
It has one time fee you pay, and then notifications are send to the client.
Worth every penny.
https://pushover.net/
curl -s \
--form-string "token=abc123" \
--form-string "user=user123" \
--form-string "message=hello world" \...
really quick run up. sorry, don't want to go too much into details. Taos' guide does that.
local machine: does not need to be online after MN started
dash.conf
rpcuser=dashrpc
rpcpassword=<censored>
server=1
listen=1
rpcallowip=127.0.0.1
gen=0
maxconnections=200
logtimespamps=1
rpcport=9998...