Main > Technical Support

Private testnet questions

(1/3) > >>

pc:
Then I don't understand your question. If you've done your own gateway you should be the one who knows how it works.
What does your gateway do if not the points I listed above?

Glaxmox:
I've done my own gateway, and own GUI and own private testnet. So it's not related to CB.
The problem is that there is no any manual how to attach coins and it blockchains to gateway.

pc:
Is that the cryptobridge gateway? Then you have to ask them how to do it.

Glaxmox:
yes, i know it, but how to attach coin?

I found that:

--- Code: ---{
  "coinType": "bridge.btc",
  "walletName": "BitShares 2.0",
  "name": "Bitcoin",
  "symbol": "BRIDGE.BTC",
  "walletSymbol": "BRIDGE.BTC",
  "walletType": "bitshares2",
  "transactionFee": "0.0003",
  "precision": "100000000",
  "backingCoinType": "btc",
  "supportsOutputMemos": false,
  "restricted": false,
  "depositAllowed": true,
  "requiredConfirmations": 3
}
--- End code ---
and

--- Code: ---{
  "coinType": "btc",
  "walletName": "BTC",
  "name": "Bitcoin",
  "symbol": "BTC",
  "walletSymbol": "BTC",
  "walletType": "btc",
  "transactionFee": "0",
  "precision": "100000000",
  "backingCoinType": null,
  "supportsOutputMemos": false,
  "restricted": false,
  "depositAllowed": true,
  "requiredConfirmations": 3
}
--- End code ---

But i found no information regarding how to attach coin daemon via RPC or any other way.

pc:
Basically, the gateway must
* generate deposit addresses on the external chain and connect them with user accounts in your testnet
* monitor the external chain for deposits to these addresses
* issue and/or transfer UIA representing the deposit value to the testnet account
* monitor your testnet for incoming transfers to your gateway account (i. e. withdrawals)
* transfer assets on external chain to address in memo field of incoming transfer

Navigation

[0] Message Index

[#] Next page

Go to full version