8000 xiaofa320 (rarity) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View xiaofa320's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report xiaofa320

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
xiaofa320/README.md

Ramen

A tool to explore caves, adventure, and find riches! 💎

Ramen is an quick, easy to use Javascript miner for Provably Rare Gems on Fantom (raritygems) and Ethereum (lootgems).

How to use

First, install node.js. And grab all the files, of course.

Create your config.json file. Instructions are included below!

Then you'll need to open up a terminal/command line in the correct folder, and run the following two commands:

npm ci to install required software.

npm start to start mining!

Configuration

The default configuration for automatically claiming gems looks like the example below. Set loop to true if you want the miner to keep mining after it finds a gem.

Set gem_type to pick the gem you want to mine. You can see a list of gem types in GEMS.md.

{
    "network": {
        "chain_id": "250",
        "rpc": "https://rpc.ftm.tools/",
        "gem_address": "0x342EbF0A5ceC4404CcFF73a40f9c30288Fc72611"
    },
    "ding": true,
    "loop": false,
    "gem_type": 0,
    "address": "ADDRESS HERE",
    "claim": {
        "private_key": "PRIVATE KEY HERE",
        "maximum_gas_price": 500
    }
}

If you want to mine Lootgems or Blootgems on Ethereum, remember to update the network sections with the correct details.

Remember to be safe! It's good practise to make a second account in Metamask for scripts like this, so you don't expose your main private key. If you'd like to just get salts and claim gems yourself, you can remove the whole claim section from the default configuration.

License

Ramen is licensed under the GPL v3 license. The terms are as follows.

GPL V3

Copyright © Ramen

Ramen is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

Ramen is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with Ramen.  If not, see <http://www.gnu.org/licenses/>.

Ramen is based on code from https://github.com/poomsc/Provably-Rare-Gem-Miner

Popular repositories Loading

  1. xiaofa320 xiaofa320 Public

    Config files for my GitHub profile.

    JavaScript

  2. vue-elementui vue-elementui Public

    Java

  3. vue-admin-template vue-admin-template Public template

    Forked from PanJiaChen/vue-admin-template

    a vue2.0 minimal admin template

    JavaScript

  4. vue-element-admin vue-element-admin Public

    Forked from PanJiaChen/vue-element-admin

    🎉 A magical vue admin https://panjiachen.github.io/vue-element-admin

    Vue

0