Main > Technical Support

Setting up a Site, Node, etc.

(1/3) > >>

Sshadow:

--- Quote from: clockwork on March 23, 2018, 06:25:24 am ---
--- Quote from: Sshadow on March 21, 2018, 07:54:02 am ---
--- Quote from: abit on March 20, 2018, 10:44:10 am ---
--- Quote from: Sshadow on March 20, 2018, 07:31:49 am ---I used a combination of this for setting up my nodes http://docs.bitshares.org/integration/exchanges/step-by-step.html and this for getting me going as a witness http://docs.bitshares.org/tutorials/witness-create.html

I have looked but haven't had any luck. Do you know of a way to do this with Apache?

--- End quote ---

Are you looking to run a node for your own use, or a web wallet service, or an exchange-like service, or what else? This may help us get you the most helpful info.

You've mentioned "site", so I guess you're going to run web wallet service.

The tutorials you linked don't contain info about web wallets. The link I provided has it. https://steemit.com/bitshares/@ihashfury/distributed-access-to-the-bitshares-decentralised-exchange .

Web wallet services usually don't need to run delayed nodes. That's for 3rd-party integration, e.g. exchanges and other businesses that need to observe certain transactions on the blockchain.

By the way, I don't use Apache. Wish someone else can help you if you have to use it.

--- End quote ---
Ok, so I have reconfigured everything to use Nginx. Everything looks good. I can connect via wss: etc. That guide seems a little out dated as I can't find the source file to edit to make my node default when I rebuild the UI. Nginx also behaves different from apache so I can't use the rewrites I am used to for the UI issue I fixed earlier. Any tips on those 2 issues? I am very relieved to solve the connection issue so thanks for that :)

--- End quote ---

I think for nginx it's as simple as:


--- Code: ---location / {
    try_files $uri /index.html;
}

--- End code ---

--- End quote ---
You are correct. After a bit more searching that night I found mention of how to convert an apache rewrite for a wordpress site. I just had to change the file extension to match my needs. Thank you though. Maybe that being here will help someone in the future. Never thought to post what solution I found.

clockwork:

--- Quote from: Sshadow on March 21, 2018, 07:54:02 am ---
--- Quote from: abit on March 20, 2018, 10:44:10 am ---
--- Quote from: Sshadow on March 20, 2018, 07:31:49 am ---I used a combination of this for setting up my nodes http://docs.bitshares.org/integration/exchanges/step-by-step.html and this for getting me going as a witness http://docs.bitshares.org/tutorials/witness-create.html

I have looked but haven't had any luck. Do you know of a way to do this with Apache?

--- End quote ---

Are you looking to run a node for your own use, or a web wallet service, or an exchange-like service, or what else? This may help us get you the most helpful info.

You've mentioned "site", so I guess you're going to run web wallet service.

The tutorials you linked don't contain info about web wallets. The link I provided has it. https://steemit.com/bitshares/@ihashfury/distributed-access-to-the-bitshares-decentralised-exchange .

Web wallet services usually don't need to run delayed nodes. That's for 3rd-party integration, e.g. exchanges and other businesses that need to observe certain transactions on the blockchain.

By the way, I don't use Apache. Wish someone else can help you if you have to use it.

--- End quote ---
Ok, so I have reconfigured everything to use Nginx. Everything looks good. I can connect via wss: etc. That guide seems a little out dated as I can't find the source file to edit to make my node default when I rebuild the UI. Nginx also behaves different from apache so I can't use the rewrites I am used to for the UI issue I fixed earlier. Any tips on those 2 issues? I am very relieved to solve the connection issue so thanks for that :)

--- End quote ---

I think for nginx it's as simple as:


--- Code: ---location / {
    try_files $uri /index.html;
}

--- End code ---

Sshadow:
I think I have everything running as desired. Thank you all so much for the help!

Sshadow:

--- Quote from: abit on March 20, 2018, 10:44:10 am ---
--- Quote from: Sshadow on March 20, 2018, 07:31:49 am ---I used a combination of this for setting up my nodes http://docs.bitshares.org/integration/exchanges/step-by-step.html and this for getting me going as a witness http://docs.bitshares.org/tutorials/witness-create.html

I have looked but haven't had any luck. Do you know of a way to do this with Apache?

--- End quote ---

Are you looking to run a node for your own use, or a web wallet service, or an exchange-like service, or what else? This may help us get you the most helpful info.

You've mentioned "site", so I guess you're going to run web wallet service.

The tutorials you linked don't contain info about web wallets. The link I provided has it. https://steemit.com/bitshares/@ihashfury/distributed-access-to-the-bitshares-decentralised-exchange .

Web wallet services usually don't need to run delayed nodes. That's for 3rd-party integration, e.g. exchanges and other businesses that need to observe certain transactions on the blockchain.

By the way, I don't use Apache. Wish someone else can help you if you have to use it.

--- End quote ---
Ok, so I have reconfigured everything to use Nginx. Everything looks good. I can connect via wss: etc. That guide seems a little out dated as I can't find the source file to edit to make my node default when I rebuild the UI. Nginx also behaves different from apache so I can't use the rewrites I am used to for the UI issue I fixed earlier. Any tips on those 2 issues? I am very relieved to solve the connection issue so thanks for that :)

Sshadow:

--- Quote from: sschiessl on March 20, 2018, 09:49:27 pm ---Are you aiming to run a private net or a customized, possibly white listed wallet using the existing bitshares Blockchain?

--- End quote ---
Yes I do plan to customize it once the backend is running correctly. I am wanting to run it open to everyone. I may go back and follow the tutorial abit posted starting from scratch. Just save the databases I have created already. I am assuming I can still run it that way and still use my witness info in the config.

Navigation

[0] Message Index

[#] Next page

Go to full version