- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
05-14-2018 07:56 PM
Hi Minemeld Community,
Can I check with the team which existing miner can I use to mine the IPv6 and IPv4 from URL https://ip-ranges.amazonaws.com/ip-ranges.json? Using just 1 miner if is possible.
Or how can i customize the miner to mine it. Thank you.
Regards
Darren Koh
05-15-2018 01:29 AM
Hi @dkoh,
if you're looking for the simplest miner configuration (without coding anything) then you'll have to accept a two miner configuration (one for IPv4 and one for IPv6). A single node configuration to mine both IPv4 and IPv6 would require coding a new node extending SimpleJSON.
Prototype to mine all IPv4 ranges from AWS (class SimpleJSON)
age_out:
default: null
interval: 257
sudden_death: true
attributes:
confidence: 100
share_level: green
type: IPv4
extractor: prefixes
fields:
- region
- service
indicator: ip_prefix
prefix: aws
source_name: aws.AMAZON
url: https://ip-ranges.amazonaws.com/ip-ranges.json
Prototype to mine all IPv6 ranges from AWS (class SimpleJSON)
age_out:
default: null
interval: 257
sudden_death: true
attributes:
confidence: 100
share_level: green
type: IPv6
extractor: ipv6_prefixes
fields:
- region
- service
indicator: ipv6_prefix
prefix: aws
source_name: aws.AMAZON
url: https://ip-ranges.amazonaws.com/ip-ranges.json
05-15-2018 01:29 AM
Hi @dkoh,
if you're looking for the simplest miner configuration (without coding anything) then you'll have to accept a two miner configuration (one for IPv4 and one for IPv6). A single node configuration to mine both IPv4 and IPv6 would require coding a new node extending SimpleJSON.
Prototype to mine all IPv4 ranges from AWS (class SimpleJSON)
age_out:
default: null
interval: 257
sudden_death: true
attributes:
confidence: 100
share_level: green
type: IPv4
extractor: prefixes
fields:
- region
- service
indicator: ip_prefix
prefix: aws
source_name: aws.AMAZON
url: https://ip-ranges.amazonaws.com/ip-ranges.json
Prototype to mine all IPv6 ranges from AWS (class SimpleJSON)
age_out:
default: null
interval: 257
sudden_death: true
attributes:
confidence: 100
share_level: green
type: IPv6
extractor: ipv6_prefixes
fields:
- region
- service
indicator: ipv6_prefix
prefix: aws
source_name: aws.AMAZON
url: https://ip-ranges.amazonaws.com/ip-ranges.json
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!

