zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
1.02k stars 1.03k forks source link

New Coin: Syscoin -- Config #361

Open jetbalsa opened 10 years ago

jetbalsa commented 10 years ago

http://hastebin.com/wigovovibe.cpp

{ "name": "Syscoin", "symbol": "SYS", "txMessages": true, "algorithm": "scrypt", "peerMagic": "dcececdc", "peerMagicTestnet": "fccb7dc" }

txMessages: true is important for work to be submitted

mag-extension commented 10 years ago

Trying to get this to work. I use 2 other coins no problem. When I use the latest Syscoin from github with this file I still get connection to daemon failes etc. The rpc details in the daemon and poolconfig file are the same. Any idea?