Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Glaxmox

Pages: [1]
1
Technical Support / Private testnet questions
« on: August 02, 2019, 03:43:31 pm »
Hello there, got few more questions regarding private testnet running.

1. Fullnode API server.
I was read that GUI need to connect to full API node.
I made a node without
Code: [Select]
partital-operations and
Code: [Select]
max-ops-per-accountI also read there
https://github.com/bitshares/bitshares-core/wiki/Wallet_Full-Nodes_Witness_Nodes
That i need to start cli_wallet  with
Code: [Select]
-h 127.0.0.1:8091 key to allow it connections from outside.
I did it, but my GUI won't connect to That node. I also tried 0.0.0.0 instead of 127.0.0.1
P.S.: i'm running private testsnet and in bitsharesjs and bitsharesjs-ws i've changed chain ID to my one.
2. How to list assets on testnet.
I was read about MPA and UIA. And i understand it. But for example. If i wan't list Bitcoin, how to link MPA to Bitcoin Blockchain?

2
Technical Support / Test network questions
« on: July 17, 2019, 09:17:36 am »
Hi there, i'm playing with test net and got some question.
If i produce 10k blocks, chain according to line #53 of config.ini ask me about checkpoint.
As i understood, i should stop chain, add checkpoint to config.ini and start it again, but it not a big time and do that each day is wrong - i mean stop chain and add more and more checkpoints.
Yes i can change that value and make time window more bigger, but it not the as i think.

In some future i'm planning to run graphene(bitshares like) blockchain for data exchange. And second question is about how to move it to production and manage same problem - as far i can see, on bitshares node you don't have to add checkpoints....

Pages: [1]