You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deployment/hardware.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Note that no matter where you host Bitcart, as your private keys are never requi
9
9
Here are the requirements for running Bitcart on your own hardware:
10
10
11
11
1. High-speed internet connection. The faster the better. This is to ensure the speed of invoice detection
12
-
2. Any hardware ever. Yes, that's right! You can use your old PC or basically anything for that. Our minimal requirements are 1 GB RAM and around 10 GB disk. AMD64 hardware is the most tested one, but if needed, refer to our [raspberry pi guide](broken-reference)
12
+
2. Any hardware ever. Yes, that's right! You can use your old PC or basically anything for that. Our minimal requirements are 1 GB RAM and around 10 GB disk. AMD64 hardware is the most tested one, but if needed, refer to our [raspberry pi guide](raspberrypi.md)
13
13
3. Any linux-based OS would suffice, but using something like Ubuntu 20.04 is the most common choice.
14
14
4. (Optional) Static ip - that's required only if your setting up with your own domain name. If you only plan to use bitcart locally/via tor, this is not needed
Copy file name to clipboardExpand all lines: deployment/manual.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ sudo certbot --nginx
249
249
250
250
Now you should be able to access the components over TLS. You can then also enable `http2` in your nginx configuration if you want.
251
251
252
-
> You might want to look at the [FAQ for more detailed info on the Nginx configuration options](../support-and-community/faq/deployment-faq/#can-i-use-an-existing-nginx-server-as-a-reverse-proxy-with-ssl-termination)
252
+
> You might want to look at the [FAQ for more detailed info on the Nginx configuration options](../support-and-community/faq/deployment-faq.md#can-i-use-an-existing-nginx-server-as-a-reverse-proxy-with-ssl-termination)
We recommend using Visual Studio Code, as our project has many programming languages involved, and VS Code fits the best, but you are free to use whatever editor you like.
Copy file name to clipboardExpand all lines: development/how-to-add-an-altcoin.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ If so, the process is easy. If that electrum fork is maintained, usually the pro
24
24
25
25
Create a docker file for that coin \(base on the btc one\), a docker-compose component and edit the setup scripts. See this [example](https://github.com/bitcart/bitcart-docker/commit/34e70b5a265ac23182d19cb95b457815937724b9). Ensure to add `COIN_HOST=component` line to this [file](https://github.com/bitcart/bitcart-docker/blob/master/dev-setup.sh), where `COIN` is the coin symbol, and `component` is the name of the docker-compose component you have created
26
26
27
-
6. Optionally, add the coin to our [lunanode installer](https://github.com/bitcart/launchbitcart)
Copy file name to clipboardExpand all lines: integrations/fossbilling.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This version requires the following:
14
14
### Installing the Plugin
15
15
16
16
1. From your FOSSBilling panel, go to configuration > payment gateways -> New payment gateway
17
-
2. Upload Bitcart.php to the directory suggested by your deployment. [Download it](https://raw.githubusercontent.com/bitcart/bitcart-boxbilling/master/Bitcart.php) from this repository
17
+
2. Upload Bitcart.php to the directory suggested by your deployment. [Download it](https://raw.githubusercontent.com/bitcart/bitcart-fossbilling/master/Bitcart/Bitcart.php) from this repository
18
18
3. Enable it by clicking on the button near Bitcart, fill in all settings and save.
**IMPORTANT NOTE:** If you're a merchant, instead of SegWit (Bech32), it's recommended to use SegWit wrapped (P2SH) format. [This guide](https://www.youtube.com/watch?v=-1DBJWwA2Cw) explains how to create P2SH wallet in Electrum that's more suited for merchants, due to compatibility with legacy wallets customers use.
41
41
42
42
**IMPORTANT NOTE 2:** Write down your recovery words in the order you see them on the screen. Write them down a piece of paper and store it somewhere secure. Take your time and triple check each word. Do not store your seed in a digital format (photograph, text document). Whoever has the access to your seed can access your funds. Confirm that the seed has been properly backed up by re-entering it in the same order. Once the seed is validated, proceed to the next step.
43
43
44
-

44
+

45
45
46
46
It's highly recommended that you encrypt your wallet. Select a password that you can easily remember and mark make sure `Encrypt Wallet File` is marked. Proceed by clicking `Next`.
47
47
48
-

48
+

49
49
50
50
When the wallet loads (it may take few moments), in the top menu, click on the `Wallet` and then`Information` .
Select and **copy** the `Master Public Key`. This is the **public** key from which Bitcart will derive addresses.
55
55
56
-

56
+

57
57
58
58
Return to your Bitcart. Click on the `Details` button in the `Wallets` card and click on the `New Wallet` button. Enter your wallet name and Paste the Master Public Key from electrum to xpub field. Click `Save`.
59
59
60
-

60
+

61
61
62
62
### Configuring the Gap Limit in Electrum <ahref="#configuring-the-gap-limit-in-electrum"id="configuring-the-gap-limit-in-electrum"></a>
63
63
64
64
In the top menu, click on the `View` and then`Show Console` .
0 commit comments