Skip to content

Commit

Permalink
Merge pull request #193 from gaeacodes/dev
Browse files Browse the repository at this point in the history
adds redirects checker and generator
  • Loading branch information
gcharang authored Feb 15, 2024
2 parents efbb6d7 + 03001dc commit 32959e9
Show file tree
Hide file tree
Showing 45 changed files with 1,084 additions and 270 deletions.
16 changes: 8 additions & 8 deletions data-for-gpts/all-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14073,7 +14073,7 @@ ROGUE_satoshis = gold * gold * dungeon_level_on_exit * 10
ROGUE_satoshis = gold * gold * dungeon_level_on_exit * 20
```

The conversion is facilitated using globally locked `ROGUE` coins. The funds in this global vault automatically accrue through asset-chain activity. In the event that there are not enough globally locked funds at the time the method is executed, the player must simply wait until the funds are generated via automated methods. You can encourage this fund to grow more quickly by encouraging other players and people to transact using ROGUE, as transactions feed the fund.
The conversion is facilitated using globally locked `ROGUE` coins. The funds in this global vault automatically accrue through smart-chain activity. In the event that there are not enough globally locked funds at the time the method is executed, the player must simply wait until the funds are generated via automated methods. You can encourage this fund to grow more quickly by encouraging other players and people to transact using ROGUE, as transactions feed the fund.

The method returns a `hex` value. While most methods in the Komodo API require the user/developer to broadcast the `hex` value using [sendrawtransaction](/smart-chains/api/rawtransactions/#sendrawtransaction), the Rogue module broadcasts automatically.

Expand Down Expand Up @@ -14308,7 +14308,7 @@ In multi-player mode, the `highlander` method is available either to the charact

The character that successfully executes the `highlander` method receives an increased ratio of conversion from in-game gold to `ROGUE` coins. The ratio depends upon the mode of gameplay; see below for further details.

The conversion is facilitated using globally locked `ROGUE` coins. The funds in this global vault automatically accrue through asset-chain activity. In the event that there are not enough globally locked funds at the time the `highlander` method is executed, the player must wait until the funds are generated via automated methods. You can encourage this fund to grow more quickly by encouraging other players and people to transact using ROGUE, as transactions feed the fund.
The conversion is facilitated using globally locked `ROGUE` coins. The funds in this global vault automatically accrue through smart-chain activity. In the event that there are not enough globally locked funds at the time the `highlander` method is executed, the player must wait until the funds are generated via automated methods. You can encourage this fund to grow more quickly by encouraging other players and people to transact using ROGUE, as transactions feed the fund.

#### Rewards in Single-Player Mode

Expand Down Expand Up @@ -22516,7 +22516,7 @@ Make sure that the total `ac_supply` of this Smart Chain is fairly large. `77777

Recall also that a user must have a `pubkey` enabled when interacting with an Antara-related Smart Chain. [View this linked material for an explanation.](/antara/tutorials/understanding-antara-addresses/)

If desired, the reader may use an existing Smart Chain instead of a temporary educational chain. [Follow this link](https://github.com/komodoplatform/komodo/blob/master/src/assetchains.old) for a list of asset-chain launch parameters.
If desired, the reader may use an existing Smart Chain instead of a temporary educational chain. [Follow this link](https://github.com/komodoplatform/komodo/blob/master/src/assetchains.old) for a list of smart-chain launch parameters.

#### Create a Token to Represent an External Cryptocurrency

Expand Down Expand Up @@ -54496,7 +54496,7 @@ ten minutes, and the Bitcoin hash rate’s protection in approximately twenty to
minutes.

Another difference between the KMD main chain and an asset chain is that the
notary nodes only mine the KMD main chain. Asset-chain developers are responsible
notary nodes only mine the KMD main chain. smart-chain developers are responsible
to create any required network of miners to process the asset chain’s transactions.
This does not need to be a full network of mining farms, such as those in Bitcoin.
Rather, it only needs to be enough computing power to process transactions, and
Expand Down Expand Up @@ -54804,7 +54804,7 @@ will wait for the next few steps to occur.
The reason for the wait is that a blockchain’s essence depends upon existing not
in isolation, but in a network of multiple devices connected. This is the nature of
decentralization. Komodod will wait until it receives a signal from another device,
thus indicating that it has a peer with which to form the asset-chain network.
thus indicating that it has a peer with which to form the smart-chain network.

#### The Entire Coin Supply is Distributed in the Genesis Block

Expand Down Expand Up @@ -56019,7 +56019,7 @@ necessary. We are putting all PAX endeavors on hold at this time.
## Smart Contracts on the Komodo Platform

There are several smart-contract options available in the Komodo ecosystem. The
options based on the Bitcoin protocol have been included with our technology, and indeed even with Bitcoin, since the beginning. We also recently released Crypto Conditions, Merkle Root of Merkle Root (MoM) notarizations, and Asset Chain Customizations. These provide enhanced smart-contract and asset-chain functionality. All are
options based on the Bitcoin protocol have been included with our technology, and indeed even with Bitcoin, since the beginning. We also recently released Crypto Conditions, Merkle Root of Merkle Root (MoM) notarizations, and Asset Chain Customizations. These provide enhanced smart-contract and smart-chain functionality. All are
still in beta stages.

### Bitcoin-protocol Based Smart Contracts
Expand Down Expand Up @@ -78221,7 +78221,7 @@ export const description =
* The purpose of this document is to give a better understanding of Smart Chain parameters via examples. These chains are grouped simply by the number of parameters used in customizing each. As new parameters are added, the new combinations will be tested and added here.
* Please see [Creating a new Blockchain using Komodo Platform](./create-a-default-smart-chain.html) and [Parameters to customize Blockchains created using Komodo Platform](/antara/setup/antara-customizations) if you haven't already.
* All chains must have at least `ac_name` and `ac_supply` set. The `ac_pubkey` parameter can be used with any of these chains. If `ac_perc` is not set, the only effect `ac_pubkey` has is to have the genesis block be mined to the pubkey that has been specified. The parameters `ac_name` , `ac_supply` , `ac_pubkey` are not counted when grouping based on the `Number of parameters`.
* The values of parameters other than `ac_name` in these examples are completely arbitrary. The names of these example-asset-chains are assigned based on how a chain is customized and its grouping.
* The values of parameters other than `ac_name` in these examples are completely arbitrary. The names of these example-smart-chains are assigned based on how a chain is customized and its grouping.

## Number of parameters: 1

Expand Down Expand Up @@ -82462,7 +82462,7 @@ We invite the reader to consider that as each Smart Chain can support thousands

Naturally, as each level of notarization takes time to perform, there is an additional delay for Smart Chains as compared to the KMD main chain. A Smart Chain’s history is notarized into the KMD main chain approximately every ten minutes, assuming constant activity. This notarization will then be pushed through the notarization process into the chosen PoW network (Bitcoin). We estimate that a transaction performed on a Smart Chain will receive the KMD main chain’s protection within approximately ten minutes, and will receive the Bitcoin hash rate’s protection in approximately twenty to thirty minutes.

Another difference between the KMD main chain and a Smart Chain is that the notary nodes only mine the KMD main chain. Asset-chain developers are responsible to create any required network of miners to process their Smart Chain’s transactions.
Another difference between the KMD main chain and a Smart Chain is that the notary nodes only mine the KMD main chain. smart-chain developers are responsible to create any required network of miners to process their Smart Chain’s transactions.

This does not need to be a full network of mining farms, such as those in Bitcoin/Litecoin. Rather, power only needs to be of a level necessary to process transactions, and to provide any desired level of hash-rate security. For a small business with intermittent periods of transaction activity, a single, dedicated, full-time server may be enough. Larger businesses can scale as desired and can also work to attract a network of freelance miners.

Expand Down
6 changes: 3 additions & 3 deletions data-for-gpts/antara-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14073,7 +14073,7 @@ ROGUE_satoshis = gold * gold * dungeon_level_on_exit * 10
ROGUE_satoshis = gold * gold * dungeon_level_on_exit * 20
```

The conversion is facilitated using globally locked `ROGUE` coins. The funds in this global vault automatically accrue through asset-chain activity. In the event that there are not enough globally locked funds at the time the method is executed, the player must simply wait until the funds are generated via automated methods. You can encourage this fund to grow more quickly by encouraging other players and people to transact using ROGUE, as transactions feed the fund.
The conversion is facilitated using globally locked `ROGUE` coins. The funds in this global vault automatically accrue through smart-chain activity. In the event that there are not enough globally locked funds at the time the method is executed, the player must simply wait until the funds are generated via automated methods. You can encourage this fund to grow more quickly by encouraging other players and people to transact using ROGUE, as transactions feed the fund.

The method returns a `hex` value. While most methods in the Komodo API require the user/developer to broadcast the `hex` value using [sendrawtransaction](/smart-chains/api/rawtransactions/#sendrawtransaction), the Rogue module broadcasts automatically.

Expand Down Expand Up @@ -14308,7 +14308,7 @@ In multi-player mode, the `highlander` method is available either to the charact

The character that successfully executes the `highlander` method receives an increased ratio of conversion from in-game gold to `ROGUE` coins. The ratio depends upon the mode of gameplay; see below for further details.

The conversion is facilitated using globally locked `ROGUE` coins. The funds in this global vault automatically accrue through asset-chain activity. In the event that there are not enough globally locked funds at the time the `highlander` method is executed, the player must wait until the funds are generated via automated methods. You can encourage this fund to grow more quickly by encouraging other players and people to transact using ROGUE, as transactions feed the fund.
The conversion is facilitated using globally locked `ROGUE` coins. The funds in this global vault automatically accrue through smart-chain activity. In the event that there are not enough globally locked funds at the time the `highlander` method is executed, the player must wait until the funds are generated via automated methods. You can encourage this fund to grow more quickly by encouraging other players and people to transact using ROGUE, as transactions feed the fund.

#### Rewards in Single-Player Mode

Expand Down Expand Up @@ -22516,7 +22516,7 @@ Make sure that the total `ac_supply` of this Smart Chain is fairly large. `77777

Recall also that a user must have a `pubkey` enabled when interacting with an Antara-related Smart Chain. [View this linked material for an explanation.](/antara/tutorials/understanding-antara-addresses/)

If desired, the reader may use an existing Smart Chain instead of a temporary educational chain. [Follow this link](https://github.com/komodoplatform/komodo/blob/master/src/assetchains.old) for a list of asset-chain launch parameters.
If desired, the reader may use an existing Smart Chain instead of a temporary educational chain. [Follow this link](https://github.com/komodoplatform/komodo/blob/master/src/assetchains.old) for a list of smart-chain launch parameters.

#### Create a Token to Represent an External Cryptocurrency

Expand Down
6 changes: 3 additions & 3 deletions data-for-gpts/historical-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2020,7 +2020,7 @@ ten minutes, and the Bitcoin hash rate’s protection in approximately twenty to
minutes.

Another difference between the KMD main chain and an asset chain is that the
notary nodes only mine the KMD main chain. Asset-chain developers are responsible
notary nodes only mine the KMD main chain. smart-chain developers are responsible
to create any required network of miners to process the asset chain’s transactions.
This does not need to be a full network of mining farms, such as those in Bitcoin.
Rather, it only needs to be enough computing power to process transactions, and
Expand Down Expand Up @@ -2328,7 +2328,7 @@ will wait for the next few steps to occur.
The reason for the wait is that a blockchain’s essence depends upon existing not
in isolation, but in a network of multiple devices connected. This is the nature of
decentralization. Komodod will wait until it receives a signal from another device,
thus indicating that it has a peer with which to form the asset-chain network.
thus indicating that it has a peer with which to form the smart-chain network.

#### The Entire Coin Supply is Distributed in the Genesis Block

Expand Down Expand Up @@ -3543,7 +3543,7 @@ necessary. We are putting all PAX endeavors on hold at this time.
## Smart Contracts on the Komodo Platform

There are several smart-contract options available in the Komodo ecosystem. The
options based on the Bitcoin protocol have been included with our technology, and indeed even with Bitcoin, since the beginning. We also recently released Crypto Conditions, Merkle Root of Merkle Root (MoM) notarizations, and Asset Chain Customizations. These provide enhanced smart-contract and asset-chain functionality. All are
options based on the Bitcoin protocol have been included with our technology, and indeed even with Bitcoin, since the beginning. We also recently released Crypto Conditions, Merkle Root of Merkle Root (MoM) notarizations, and Asset Chain Customizations. These provide enhanced smart-contract and smart-chain functionality. All are
still in beta stages.

### Bitcoin-protocol Based Smart Contracts
Expand Down
2 changes: 1 addition & 1 deletion data-for-gpts/smart-chains-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18071,7 +18071,7 @@ export const description =
* The purpose of this document is to give a better understanding of Smart Chain parameters via examples. These chains are grouped simply by the number of parameters used in customizing each. As new parameters are added, the new combinations will be tested and added here.
* Please see [Creating a new Blockchain using Komodo Platform](./create-a-default-smart-chain.html) and [Parameters to customize Blockchains created using Komodo Platform](/antara/setup/antara-customizations) if you haven't already.
* All chains must have at least `ac_name` and `ac_supply` set. The `ac_pubkey` parameter can be used with any of these chains. If `ac_perc` is not set, the only effect `ac_pubkey` has is to have the genesis block be mined to the pubkey that has been specified. The parameters `ac_name` , `ac_supply` , `ac_pubkey` are not counted when grouping based on the `Number of parameters`.
* The values of parameters other than `ac_name` in these examples are completely arbitrary. The names of these example-asset-chains are assigned based on how a chain is customized and its grouping.
* The values of parameters other than `ac_name` in these examples are completely arbitrary. The names of these example-smart-chains are assigned based on how a chain is customized and its grouping.

## Number of parameters: 1

Expand Down
2 changes: 1 addition & 1 deletion data-for-gpts/start-here-content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ We invite the reader to consider that as each Smart Chain can support thousands

Naturally, as each level of notarization takes time to perform, there is an additional delay for Smart Chains as compared to the KMD main chain. A Smart Chain’s history is notarized into the KMD main chain approximately every ten minutes, assuming constant activity. This notarization will then be pushed through the notarization process into the chosen PoW network (Bitcoin). We estimate that a transaction performed on a Smart Chain will receive the KMD main chain’s protection within approximately ten minutes, and will receive the Bitcoin hash rate’s protection in approximately twenty to thirty minutes.

Another difference between the KMD main chain and a Smart Chain is that the notary nodes only mine the KMD main chain. Asset-chain developers are responsible to create any required network of miners to process their Smart Chain’s transactions.
Another difference between the KMD main chain and a Smart Chain is that the notary nodes only mine the KMD main chain. smart-chain developers are responsible to create any required network of miners to process their Smart Chain’s transactions.

This does not need to be a full network of mining farms, such as those in Bitcoin/Litecoin. Rather, power only needs to be of a level necessary to process transactions, and to provide any desired level of hash-rate security. For a small business with intermittent periods of transaction activity, a single, dedicated, full-time server may be enough. Larger businesses can scale as desired and can also work to attract a network of freelance miners.

Expand Down
Loading

0 comments on commit 32959e9

Please sign in to comment.