Browse Source

Update add_coins script

master
Duke Leto 4 years ago
parent
commit
88dbe89b81
  1. 15
      dragon/add_coins
  2. 3170
      dragon/orderbooks.h

15
dragon/add_coins

@ -1,17 +1,18 @@
#!/bin/bash
#!/usr/bin/env bash
# Copyright © 2018-2020 The Hush Developers
# add KMD
coins/kmd_7776
# add HUSH+KMD, K-I-S-S-I-N-G
coins/hush_5556
coins/kmd_5556
# Unlock wallet.
./wp_7776
./wp_5556
# external coins.
coins/btc_7776
#coins/btc_5556
# Loop through smartchains.json and build the path to the approptiate coins file and run it.
./listchains | while read chain; do
coin="coins/$(echo $chain | awk '{print tolower($0)}')_7776"
coin="coins/$(echo $chain | awk '{print tolower($0)}')_5556"
$coin
done

3170
dragon/orderbooks.h

File diff suppressed because it is too large
Loading…
Cancel
Save