Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mengerian patch 19 #9

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions workgroups/wg-testing/2019-05-15_upgrade_testnet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
2019-05-15 Upgrade Testnet
==========================

Fork time: `1550505000` (February 18, 2019 15:50:00 UTC)

Last old-rules block hash (height=1286694, mediantime=1550505775):
`00000000d80feb3c564957459688819edcb499e62f584fe314327de51e1bb87e`

First new-rules block hash (height=1286695):
`00000000ddd282493abd33df4747ac9793851c073534dbb17d596fe184de6d32`

First Schorr-containing block hash (height=1286698):
`0000000038067b3b52bdf8f3caa578b5b892595b80703e9f0de5d0dbd4012054`

## Set up a node

Run Bitcoin ABC 0.19.0 with:
```
bitcoin-qt -testnet -greatwallactivationtime=1550505000 -addnode=testnet.imaginary.cash
```

Alternatively as bitcoin.conf file:
```
testnet=1
addnode=testnet.imaginary.cash
greatwallactivationtime=1550505000
```

You should also run this to avoid soft-forking back onto normal testnet:

```
bitcoin-cli invalidateblock 000000000000016b7bf51c69b14fbe0ade601186c4f15f16524598e17f4b0bc2
```

## Other services

Miners: to `testnet.imaginary.cash:19338`
user: (testnet address) password:(anything)

Electrumx server: `testnet.imaginary.cash:50002` will follow the bitcoind.

Electron Cash Schnorr edition: https://github.com/markblundeberg/Electron-Cash/tree/schnorr
(only produces schnorr sigs)

## Communication

To communicate and coordinate with other Upgrade Testnet users, you can join the [Testing Workgroup](workgroup.md) and its associated [Telegram Group](https://t.me/joinchat/DUeWWkYZbVMjvwMTRFlRhw).

23 changes: 23 additions & 0 deletions workgroups/wg-testing/workgroup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: workgroup
permalink: /workgroups/wg-testing
group: workgroup
workgroup: wg-testing
---

Discussion related to testing Bitcoin Cash, focused on Upgrades.

# Communication

* [Telegram Group](https://t.me/joinchat/DUeWWkYZbVMjvwMTRFlRhw)

# Officers

* Chairperson: Antony Zegers (Mengerian)
* Chief Node Officer: Imaginary Username
* Chief Schnorr Officer: Mark B. Lundeberg

# Relevant Documents

Testnet Information for May 2019 Upgrade: [2019-05-15_upgrade_testnet.md](2019-05-15_upgrade_testnet.md)