Commit Graph

917 Commits

Author SHA1 Message Date
Potato 8567a4c649
Add poolOptions to coins config files (#197) 2022-08-13 09:03:55 -05:00
Potato 83f4ba2497
Revert "Fix/getting started (#195)" (#196)
This reverts commit 86c121295b.
2022-08-12 23:29:07 -05:00
Potato 86c121295b
Fix/getting started (#195)
* Fix getting started, payments, and update config_example.json
2022-08-12 23:22:02 -05:00
cronicc 7436a0d74d
Add support for fork9_sidechainversionfork, refactor fork management for Horizen: (#189)
The Testnet coinbase vout addresses will change at block #1028900 for:
  - Treasury:     from zrFzxutppvxEdjyu4QNjogBMjtC1py9Hp1S to zrFwQjR613EuvLSufoNvUzZrfKvjSQx5a23
  - Secure Nodes: from zrS7QUB2eDbbKvyP43VJys3t7RpojW8GdxH to zrQM7AZ1qpm9TPzLc2YinGhWePt7vaHz4Rg
  - Super Nodes:  from zrFr5HVm7woVq3oFzkMEdJdbfBchfPAPDsP to zrSRNSqeBNEtXqn8NkAgJ9gwhLTJmXjKqoX

The Mainnet coinbase vout addresses will change at block #1127000 for:
  - Treasury:     from zszpcLB6C5B8QvfDbF2dYWXsrpac5DL9WRk to zshX5BAgUvNgM1VoBVKZyFVVozTDjjJvRxJ
  - Secure Nodes: from zsxWnyDbU8pk2Vp98Uvkx5Nh33RFzqnCpWN to zsx68qSKMNoc1ZPQpGwNFZXVzgf27KN6a9u
  - Super Nodes:  from zsnL6pKdzvZ1BPVzALUoqw2KsY966XFs5CE to zszMgcogAqz49sLHGV22YCDFSvwzwkfog4k

Reward percentages will stay unchanged.
2022-03-22 12:07:01 -05:00
Potato f5fd433377
Bug/add payments page (#188)
Add payments page to nav. Fix payments page display
2022-03-21 15:53:43 -05:00
Potato 1fe93a6fab
Allow defined confirmations for block mature (#187)
* Correct RPC ports for zec_testnet

* Allow defined confirmations for block mature
2022-03-19 18:11:23 -05:00
Potato 2c6dea65ad
Revert "Defined confirmations (#182)" (#186)
This reverts commit df3d9e78d3.
2022-03-17 19:52:17 -05:00
Potato df3d9e78d3
Defined confirmations (#182) 2022-03-17 17:42:47 -05:00
Potato 789d6f769c
Update .gitignore 2022-03-17 17:33:56 -05:00
Potato c633b2ea0a
Fix 'too many operations already in progress' (#177) 2021-04-23 14:04:25 -05:00
Potato bb42440d63
Bug fix/zcash fundingstreams (#170)
* vFundingStreams

Confirmed working in https://github.com/s-nomp/node-stratum-pool/issues/57
2021-02-15 13:46:23 -06:00
Potato 24c61fecca
z_sendmany to z_shieldcoinbase (#169) 2020-11-26 21:18:32 -06:00
Potato 550c3e4ad5
Fix Zcash ports 2020-11-23 10:08:46 -06:00
Potato b31b282f2c
Raise maxFoundersRewardBlockHeight
Raised maxFoundersRewardBlockHeight 1 million blocks to continue founders reward.
2020-11-20 08:36:39 -06:00
Mark LTZ 7fdba6464f
LitecoinZ, requireShielding is now optional (#168) 2020-10-26 14:36:05 -05:00
avaxchain d8d02fbebb
Update bzc.json (#164)
removed last,

added new explorwr link
2020-08-01 01:55:26 -05:00
cronicc 524cd948e9 Fix regression introduced by #141 (#155) 2020-01-19 18:08:10 -08:00
J62 2dc3de4098 BTCP algo change post block 618000 (#157)
Btcp testnet pre block 150 parameters Equihash 200_9

All blocks 150 onward will be Equihash 192_7
2019-10-23 04:14:07 -04:00
Corey M 25f4d5a819 Update VDL config (#154) 2019-09-18 23:21:31 -05:00
88plug ff08ac3465 Update config_example.json (#151)
Add missing commas
2019-09-06 11:23:03 -05:00
cryptoprofutonium 9ec2b01fd9 ZCL algo change (#152)
Signed-off-by: Prof Utonium <cryptoprofutonium@protonmail.com>
2019-09-06 11:22:27 -05:00
serhanni 861ac8e22a Fix RPC and P2P ports of Ycash (#149)
Rpc ports changed according to https://github.com/ycashfoundation/ycash/pull/5

Rpc and P2P ports changed according to https://github.com/ycashfoundation/ycash/pull/5
2019-07-30 11:59:29 -05:00
Michael Ira Krufky 0ce7fc4667 Fix copy/paste error: stats -> blocks (#148)
The link for api/blocks should read as "blocks" rather than "stats".
2019-07-28 23:31:43 -05:00
Beshoy Girgis c84f2472d8
Restore GNU General Public License v2.0 License (#145)
Resolves #74
2019-07-21 16:59:27 -05:00
Michael Ira Krufky 1d5fe77ff2 Expose last share timestamp for each miner / worker in API (#144) 2019-07-20 23:21:33 -05:00
Potato a71331e5fc Fix p2p (#143) 2019-07-18 21:57:57 -05:00
Potato ce05b634db Ycash support (#139) 2019-07-17 23:00:45 -05:00
Michael Ira Krufky 4d32cd8eeb Enable unix domain socket support for redis (#141)
Set config.redis.socket to your redis socket (/var/run/redis/redis.sock) to enable UNIX domain sockets.

Otherwise, set config.redis.host & config.redis.port for standard tcp connections.

standard connection:
```
    "redis": {
        "host": "127.0.0.1",
        "port": 6379,
        "password": ""
    },
```

unix domain socket connection:

```
    "redis": {
        "socket": "/var/run/redis/redis.sock",
        "password": ""
    },
```
2019-07-07 18:31:41 -05:00
Miles Manley 47288d146b zel.json - ZelHash N,K params and Zel testnet (#137)
ZelHash, our new PoW algo, will activate as part of the Kamiooka network upgrade at blockheight: 364,000 roughly 21st June 2019.
2019-07-03 19:51:19 -05:00
SnowGem 52374b3fde Update SnowGem configuration for latest stratum-pool code (#136) 2019-06-03 02:50:14 -05:00
SnowGem e78a011714 Update SnowGem config for testnet (#138) 2019-06-03 02:49:42 -05:00
Potato b00f1f63b3 Fix BZE pers (#134) 2019-05-17 14:01:12 -05:00
Potato 33061c8e68 BZE: Enable sapling (#130) 2019-05-15 19:12:15 -05:00
Potato 58f614e7bf ZER: Set sapling true instead of height (#132) 2019-05-15 19:11:39 -05:00
FairExchange b57f52a4dc Update safe.json (#128) 2019-05-12 00:51:47 -05:00
Jonathan 7781646d3b ZERC: Add Sapling and Overwinter Settings (#124)
* Add Sapling and Overwinter Settings

ZERC activated Sapling and Overwinter. Without these settings, when submitting new blocks, ZERC daemon will return errors like:
-----
2019-03-29 13:39:12 ERROR: ContextualCheckTransaction: overwinter is active
2019-03-29 13:39:12 ERROR: ProcessNewBlock: AcceptBlock FAILED
2019-03-29 13:39:12 ERROR: ReadBlockFromDisk: OpenBlockFile failed for CBlockDiskPos(nFile=-1, nPos=0)
-----

* Set sapling to true for ZERC

remove overwinter as sapling is active, so is overwinter. 
ZERC passed block 501000, set this to true.
2019-04-11 21:27:34 -05:00
Xandrah 030506d931 Updated VoteCoin (#127)
VoteCoin is now on sapling support, this stops all submitblock errors.
2019-04-11 19:09:20 -05:00
Potato f279eaf78d Verify orphaned blocks before kicking (#121)
The problem this solves is sometimes nodes report a block hash is
invalid because the payment processing node hasn't received the block
that was found or any number of reasons. With this change, we check 15
times to be sure that a block was actually orphaned before kicking it.
2019-04-07 17:08:32 -05:00
cryptorex e797fb0d98 BitcoinZ sapling config; activation at block 328,500 (April 6/7th) (#122) 2019-04-07 17:07:22 -05:00
Albator - CryptoRushMining 8340842e83 Activation of sapling for ZClassic (#119)
https://medium.com/@skellers/zclassic-sapling-the-new-core-d0eae720d826
2019-02-26 14:25:00 -05:00
zzzpotato f410750a70 Coin add BZEdge (#118) 2019-02-22 20:05:47 -05:00
TheTrunk 525e7e6e60 payZelNodes to zel.json config (#117) 2019-02-19 20:46:24 -05:00
zzzpotato 6052363a39 Update SAFE to 192_7 (#115) 2019-02-19 17:35:46 -05:00
StefanV 71bfcbb93f remove unshielding limit from payment processor (#116) 2019-02-19 17:33:52 -05:00
zzzpotato c225a67b2d Vidulum coin configurations (#112) 2019-01-21 21:34:45 -06:00
zzzpotato 7b3aff00d4 Sapling support for Zelcash (#111) 2019-01-16 21:05:50 -06:00
cronicc 0f3b87ea4b Horizen 20% Treasury update (#107) 2019-01-14 05:42:04 -06:00
bitzec 53c7538d6c Add bitzec BZC (#96) 2018-12-24 20:01:22 -06:00
zzzpotato 27d3e9d5d7 Sapling activation on snowgem (#104) 2018-12-22 16:22:40 -06:00
zzzpotato 42ab18a1a1 snowgem overwinter/sapling upgrade for testnet (#102)
overwinter/sapling is active on snowgem testnet
2018-12-10 19:43:04 -06:00