Diff
checker
텍스트
텍스트
이미지
문서
Excel
폴더
Legal
Enterprise
데스크톱
요금제
로그인
데스크톱 앱 다운로드
텍스트 비교
두 텍스트 파일의 차이점을 찾아보세요
도구
기록
실시간 편집
변경 없는 행 숨기기
줄바꿈 비활성화
레이아웃
나란히 보기
합쳐 보기
비교 단위
스마트
단어
글자
구문 강조
언어 선택
제외
텍스트 변환
첫 변경으로
수정
Diffchecker Desktop
가장 안전하게 Diffchecker를 사용하는 방법. 데스크톱 앱을 사용하면 비교 데이터가 외부로 전송되지 않습니다!
데스크톱 앱 받기
db.use-native-sql_lnd
생성일
7개월 전
비교 결과 만료 없음
초기화
내보내기
공유
설명
0 삭제
행
총
삭제
글자
총
삭제
이 기능을 계속 사용하려면 업그레이드해 주세요
Diff
checker
Pro
요금제 보기
103 행
복사
3 추가
행
총
추가
글자
총
추가
이 기능을 계속 사용하려면 업그레이드해 주세요
Diff
checker
Pro
요금제 보기
106 행
복사
# MiniBolt: lnd configuration
# MiniBolt: lnd configuration
# /data/lnd/lnd.conf
# /data/lnd/lnd.conf
[Application Options]
[Application Options]
# The alias your node will use, which can be up to 32 UTF-8 characters in length
# The alias your node will use, which can be up to 32 UTF-8 characters in length
alias=<YOUR_FANCY_ALIAS>
alias=<YOUR_FANCY_ALIAS>
# The color of the node in hex format, used to customize node appearance in
# The color of the node in hex format, used to customize node appearance in
# intelligence services
# intelligence services
color=#ff9900
color=#ff9900
# Automatically unlock wallet with the password in this file
# Automatically unlock wallet with the password in this file
wallet-unlock-password-file=/data/lnd/password.txt
wallet-unlock-password-file=/data/lnd/password.txt
wallet-unlock-allow-create=true
wallet-unlock-allow-create=true
# Do not archive the history of the channel.backup file
# Do not archive the history of the channel.backup file
no-backup-archive=true
no-backup-archive=true
# The maximum number of incoming pending channels permitted per peer
# The maximum number of incoming pending channels permitted per peer
maxpendingchannels=5
maxpendingchannels=5
# The TLS private key will be encrypted to the node's seed
# The TLS private key will be encrypted to the node's seed
tlsencryptkey=true
tlsencryptkey=true
# Automatically regenerate certificate when near expiration
# Automatically regenerate certificate when near expiration
tlsautorefresh=true
tlsautorefresh=true
# Do not include the interface IPs or the system hostname in TLS certificate
# Do not include the interface IPs or the system hostname in TLS certificate
tlsdisableautofill=true
tlsdisableautofill=true
## Channel settings
## Channel settings
# (Optional) Minimum channel size. Uncomment and set to your preference
# (Optional) Minimum channel size. Uncomment and set to your preference
# (default: 20000 sats)
# (default: 20000 sats)
#minchansize=20000
#minchansize=20000
## (Optional) High fee environment settings
## (Optional) High fee environment settings
#max-commit-fee-rate-anchors=10
#max-commit-fee-rate-anchors=10
#max-channel-fee-allocation=0.5
#max-channel-fee-allocation=0.5
## Communication
## Communication
accept-keysend=true
accept-keysend=true
accept-amp=true
accept-amp=true
## Rebalancing
## Rebalancing
allow-circular-route=true
allow-circular-route=true
## Performance
## Performance
gc-canceled-invoices-on-startup=true
gc-canceled-invoices-on-startup=true
gc-canceled-invoices-on-the-fly=true
gc-canceled-invoices-on-the-fly=true
ignore-historical-gossip-filters=true
ignore-historical-gossip-filters=true
[Bitcoin]
[Bitcoin]
bitcoin.mainnet=true
bitcoin.mainnet=true
bitcoin.node=bitcoind
bitcoin.node=bitcoind
# Fee settings - default LND base fee = 1000 (mSat), fee rate = 1 (ppm)
# Fee settings - default LND base fee = 1000 (mSat), fee rate = 1 (ppm)
# You can choose whatever you want e.g ZeroFeeRouting (0,0) or ZeroBaseFee (0,X)
# You can choose whatever you want e.g ZeroFeeRouting (0,0) or ZeroBaseFee (0,X)
#bitcoin.basefee=1000
#bitcoin.basefee=1000
#bitcoin.feerate=1
#bitcoin.feerate=1
# (Optional) Specify the CLTV delta we will subtract from a forwarded HTLC's timelock value
# (Optional) Specify the CLTV delta we will subtract from a forwarded HTLC's timelock value
# (default: 80)
# (default: 80)
#bitcoin.timelockdelta=80
#bitcoin.timelockdelta=80
[protocol]
[protocol]
protocol.wumbo-channels=true
protocol.wumbo-channels=true
protocol.option-scid-alias=true
protocol.option-scid-alias=true
protocol.simple-taproot-chans=true
protocol.simple-taproot-chans=true
protocol.zero-conf=true
protocol.zero-conf=true
protocol.rbf-coop-close=true
protocol.rbf-coop-close=true
[wtclient]
[wtclient]
## Watchtower client settings
## Watchtower client settings
wtclient.active=true
wtclient.active=true
# (Optional) Specify the fee rate with which justice transactions will be signed
# (Optional) Specify the fee rate with which justice transactions will be signed
# (default: 10 sat/byte)
# (default: 10 sat/byte)
#wtclient.sweep-fee-rate=10
#wtclient.sweep-fee-rate=10
[watchtower]
[watchtower]
## Watchtower server settings
## Watchtower server settings
watchtower.active=true
watchtower.active=true
[routing]
[routing]
routing.strictgraphpruning=true
routing.strictgraphpruning=true
[db]
[db]
## Database selection
## Database selection
db.backend=postgres
db.backend=postgres
복사
복사됨
복사
복사됨
# Use native SQL instead of KV emulation (only for db.backend=postgres)
db.use-native-sql=true
[postgres]
[postgres]
db.postgres.dsn=postgresql://admin:admin@127.0.0.1:5432/lndb?sslmode=disable
db.postgres.dsn=postgresql://admin:admin@127.0.0.1:5432/lndb?sslmode=disable
db.postgres.timeout=0
db.postgres.timeout=0
## (Optional) High fee environment settings
## (Optional) High fee environment settings
# (default: CONSERVATIVE) Uncomment the next 2 lines
# (default: CONSERVATIVE) Uncomment the next 2 lines
#[Bitcoind]
#[Bitcoind]
#bitcoind.estimatemode=ECONOMICAL
#bitcoind.estimatemode=ECONOMICAL
[tor]
[tor]
tor.active=true
tor.active=true
tor.v3=true
tor.v3=true
tor.streamisolation=true
tor.streamisolation=true
저장된 비교 결과
원본
파일 열기
# MiniBolt: lnd configuration # /data/lnd/lnd.conf [Application Options] # The alias your node will use, which can be up to 32 UTF-8 characters in length alias=<YOUR_FANCY_ALIAS> # The color of the node in hex format, used to customize node appearance in # intelligence services color=#ff9900 # Automatically unlock wallet with the password in this file wallet-unlock-password-file=/data/lnd/password.txt wallet-unlock-allow-create=true # Do not archive the history of the channel.backup file no-backup-archive=true # The maximum number of incoming pending channels permitted per peer maxpendingchannels=5 # The TLS private key will be encrypted to the node's seed tlsencryptkey=true # Automatically regenerate certificate when near expiration tlsautorefresh=true # Do not include the interface IPs or the system hostname in TLS certificate tlsdisableautofill=true ## Channel settings # (Optional) Minimum channel size. Uncomment and set to your preference # (default: 20000 sats) #minchansize=20000 ## (Optional) High fee environment settings #max-commit-fee-rate-anchors=10 #max-channel-fee-allocation=0.5 ## Communication accept-keysend=true accept-amp=true ## Rebalancing allow-circular-route=true ## Performance gc-canceled-invoices-on-startup=true gc-canceled-invoices-on-the-fly=true ignore-historical-gossip-filters=true [Bitcoin] bitcoin.mainnet=true bitcoin.node=bitcoind # Fee settings - default LND base fee = 1000 (mSat), fee rate = 1 (ppm) # You can choose whatever you want e.g ZeroFeeRouting (0,0) or ZeroBaseFee (0,X) #bitcoin.basefee=1000 #bitcoin.feerate=1 # (Optional) Specify the CLTV delta we will subtract from a forwarded HTLC's timelock value # (default: 80) #bitcoin.timelockdelta=80 [protocol] protocol.wumbo-channels=true protocol.option-scid-alias=true protocol.simple-taproot-chans=true protocol.zero-conf=true protocol.rbf-coop-close=true [wtclient] ## Watchtower client settings wtclient.active=true # (Optional) Specify the fee rate with which justice transactions will be signed # (default: 10 sat/byte) #wtclient.sweep-fee-rate=10 [watchtower] ## Watchtower server settings watchtower.active=true [routing] routing.strictgraphpruning=true [db] ## Database selection db.backend=postgres [postgres] db.postgres.dsn=postgresql://admin:admin@127.0.0.1:5432/lndb?sslmode=disable db.postgres.timeout=0 ## (Optional) High fee environment settings # (default: CONSERVATIVE) Uncomment the next 2 lines #[Bitcoind] #bitcoind.estimatemode=ECONOMICAL [tor] tor.active=true tor.v3=true tor.streamisolation=true
수정본
파일 열기
# MiniBolt: lnd configuration # /data/lnd/lnd.conf [Application Options] # The alias your node will use, which can be up to 32 UTF-8 characters in length alias=<YOUR_FANCY_ALIAS> # The color of the node in hex format, used to customize node appearance in # intelligence services color=#ff9900 # Automatically unlock wallet with the password in this file wallet-unlock-password-file=/data/lnd/password.txt wallet-unlock-allow-create=true # Do not archive the history of the channel.backup file no-backup-archive=true # The maximum number of incoming pending channels permitted per peer maxpendingchannels=5 # The TLS private key will be encrypted to the node's seed tlsencryptkey=true # Automatically regenerate certificate when near expiration tlsautorefresh=true # Do not include the interface IPs or the system hostname in TLS certificate tlsdisableautofill=true ## Channel settings # (Optional) Minimum channel size. Uncomment and set to your preference # (default: 20000 sats) #minchansize=20000 ## (Optional) High fee environment settings #max-commit-fee-rate-anchors=10 #max-channel-fee-allocation=0.5 ## Communication accept-keysend=true accept-amp=true ## Rebalancing allow-circular-route=true ## Performance gc-canceled-invoices-on-startup=true gc-canceled-invoices-on-the-fly=true ignore-historical-gossip-filters=true [Bitcoin] bitcoin.mainnet=true bitcoin.node=bitcoind # Fee settings - default LND base fee = 1000 (mSat), fee rate = 1 (ppm) # You can choose whatever you want e.g ZeroFeeRouting (0,0) or ZeroBaseFee (0,X) #bitcoin.basefee=1000 #bitcoin.feerate=1 # (Optional) Specify the CLTV delta we will subtract from a forwarded HTLC's timelock value # (default: 80) #bitcoin.timelockdelta=80 [protocol] protocol.wumbo-channels=true protocol.option-scid-alias=true protocol.simple-taproot-chans=true protocol.zero-conf=true protocol.rbf-coop-close=true [wtclient] ## Watchtower client settings wtclient.active=true # (Optional) Specify the fee rate with which justice transactions will be signed # (default: 10 sat/byte) #wtclient.sweep-fee-rate=10 [watchtower] ## Watchtower server settings watchtower.active=true [routing] routing.strictgraphpruning=true [db] ## Database selection db.backend=postgres # Use native SQL instead of KV emulation (only for db.backend=postgres) db.use-native-sql=true [postgres] db.postgres.dsn=postgresql://admin:admin@127.0.0.1:5432/lndb?sslmode=disable db.postgres.timeout=0 ## (Optional) High fee environment settings # (default: CONSERVATIVE) Uncomment the next 2 lines #[Bitcoind] #bitcoind.estimatemode=ECONOMICAL [tor] tor.active=true tor.v3=true tor.streamisolation=true
비교하기