tequ {X}🪝

9.5K posts

tequ {X}🪝 banner
tequ {X}🪝

tequ {X}🪝

@_tequ_

XRP Ledger Protocol Ecosystem Developer

Japan Katılım Eylül 2017
520 Takip Edilen4.8K Takipçiler
tequ {X}🪝
tequ {X}🪝@_tequ_·
@DhalXrp そうですね 正直Xamanだけを利用するような大多数の一般的なユーザ向けの機能ではないですね SKをHWW管理しつつ、RKを使ってXaman利用+RKのシードのメモは安全に破棄し定期的にローテーションするようなことが(RK機能使うとしたら)一番ユーザ向けの利用方法かもしれません。
日本語
1
0
1
147
ダル
ダル@DhalXrp·
@_tequ_ ああ、そうですよね。その「レギュラーキー設定」が99%の人には訳がわからないし、やり方も分からない。やったところでどうなるの?だと思うんですよ。 RK自体は、SKのオフライン管理で漏洩防止を担保してRKを日常利用し、万が一RKが流出した際は、SKを使ってRKを無効化する。こういう用途ですよね?
日本語
2
0
0
175
ダル
ダル@DhalXrp·
XRPLのレギュラーキーの機能は、とても便利だし安全運用するには抜群に良い機能なんだけど、個人がアカウント操作するには管理も運用も面倒な機能なのよねー。
日本語
1
1
6
1.3K
tequ {X}🪝
tequ {X}🪝@_tequ_·
@DhalXrp あ、すみません。 一度設定してしまえば、という意味でした レギュラーキーに設定してあるアカウントを登録しておけば、元のアカウントでの署名時に自動的にそれを利用できます。 自動発行や自動ローテーション機能はないですね
日本語
1
0
2
112
ダル
ダル@DhalXrp·
@_tequ_ え、もしかして、xamanはシークレットキーでアカウントをインポートしつつ、レギュラーキーを自動発行して、それを日常的に使うような設計ですか?
日本語
1
0
0
211
tequ {X}🪝
tequ {X}🪝@_tequ_·
It is really great to see people outside of Ripple working on the xrpld code and taking on various challenges. The number of such people is gradually increasing little by little.
Fomo {X}@ShortTheFOMO

neat!!

English
1
4
38
1.9K
tequ {X}🪝
tequ {X}🪝@_tequ_·
Let's examine the following case: Alice controls two accounts, Acc1 and Acc2. First, she triggers the reward claim via Acc1 with a balance of 10,000 USD. Next, she transfers the entire balance to Acc2 and repeats the claim process. Consequently, she could potentially receive rewards equivalent to a 20,000 USD balance, despite only owning 10,000 USD in total during that period.
English
1
1
7
292
tequ {X}🪝
tequ {X}🪝@_tequ_·
@DhalXrp ああ、思い出しました! 2.5.0での変更でコンセンサス周りでのバグが発生したことによるものですね。こちらは2.5.1で修正されました。 github.com/XRPLF/rippled/…
日本語
1
0
4
214
ダル
ダル@DhalXrp·
@_tequ_ あ、やっぱり、2025年2月にもブロック生成60分くらい止まってたみたいなんですけど、これは何だったんですかね?
日本語
1
0
1
302
ダル
ダル@DhalXrp·
@_tequ_ アプリ開発とは全く関係ないのですが、去年XRPLが一時的に止まった事がありましたよね?結局、あれは何が原因だったのか、その後の対策や修正がどうなったのか、そういう情報がまとまってるページってありますか?
日本語
1
0
8
1.3K
tequ {X}🪝
tequ {X}🪝@_tequ_·
@DhalXrp この辺は複雑なので... 私が過去作っていたマーケットプレイスもどきもダルさんと同じような形を採用しました。 IPSFやデータベース等でコストをかけないように作ってたので、数年経った今でも管理なしに動いてくれています。
日本語
0
0
1
75
ダル
ダル@DhalXrp·
@_tequ_ ああじゃあ、このやり方でとりあえずは悪くはないんですね。いかんせん、NFTの画像管理がどのようにされているかも良くわかっておらずで、ずっと手探り感です。。。
日本語
1
0
0
103
ダル
ダル@DhalXrp·
あれ、NFTの画像が取れないな。安定的に取れる所ないのかな。
日本語
1
0
0
749
tequ {X}🪝
tequ {X}🪝@_tequ_·
xrpcafeなどのマーケットプレイスはIPFSノードをセルフホストしていたり、独自のデータベースでNFTokenIDから画像データを直接クエリできるようにしているはずです。 このようなことを行わずに画像情報を取得したいならBithompのようなAPIサービスを使うか、コストかけない方法であれば現在やってらっしゃるようなやり方になると思います。
日本語
1
0
0
70
ダル
ダル@DhalXrp·
@_tequ_ 保有NFT情報からipfsは取得して、そこから更にimageフィールドのipfsも取得できてて、gateway.pinata.cloud/ipfs/ にimageフィールドの文字列を繋げて画像を取得。とやって、一応取得はできてるんですけど、このやり方が一般的なのかどうかもよくわかってないんですよ。NFTはよくわからんです。。。
日本語
1
0
0
100
tequ {X}🪝
tequ {X}🪝@_tequ_·
NFTokenオブジェクトのURIフィールドはipfs(NFTのメタデータ情報のjsonデータ)を指していて、このjsonデータのうちのimageフィールドがipfs(画像データ)を指していますね。 (一部これに則っていないNFTもあるとは思いますが、基本はこれです) つまりNFTokenから画像を取得するためには2回IPFSからのデータ取得が必要になります。 BithompのAPIはNFTokenのIDでクエリすれば画像のパスまで一度で返してくれます。 Bithompによって保存されているデータを返すので表示/ダウンロードも早いです
日本語
1
0
0
56
ダル
ダル@DhalXrp·
@_tequ_ 画像自体はどこに保存されてるもんなんですかね?
日本語
1
0
0
87
tequ {X}🪝
tequ {X}🪝@_tequ_·
@RichardXRPL @WietseWind interesting idea. There are many ledger entry types that depend on the sfSequence value, so there will be an impact on those. I think the biggest impact will be on mpt_issuance_id. It is not hashed and consists of the Sequence and accountID.
English
2
1
11
707
Richard Holland 🪝🇦🇺
Richard Holland 🪝🇦🇺@RichardXRPL·
Instead of Tickets on the XRPL I suggested, back in the day, using “alternative sequence streams”. So an account might have Sequence but also SequenceA, SequenceB and so on. This would let independent bots use the same hot account without cross communication. Is this a good idea?
English
4
7
18
4.3K
tequ {X}🪝 retweetledi
Mai @Xaman/XRPL Japan
Mai @Xaman/XRPL Japan@Mai_XRPLJapan·
[エチオピア送金革命がXahauネットワークで加速🔥] グローバル大手TerraPay @terrapay 150カ国・35億ウォレット接続)がXahauネットワークを活用したクロスボーダー送金をエチオピアで開始! Coop Bank of Oromiaと連携で、欧州からの送金がより速く・安く・透明に。 エチオピアでは、海外で働く家族や親族から母国へ送られるお金が毎年50億ドル以上あるとのこと🇪🇹 #Blockchain #Remittance #Africa #Xahau terrapay.com/media/terrapay…
Wietse Wind - 🪝🛠 Xaman® + XRPL + Xahau@WietseWind

Someone pinch me 😃 @TerraPay + @XahauNetwork terrapay.com/media/terrapay…

日本語
1
11
55
2.8K
tequ {X}🪝
tequ {X}🪝@_tequ_·
TerraPayとCooperative Bank of OromiaはInFTFとの連携のもと、エチオピアへの海外送金においてXahau Networkを利用した決済システムを導入することを発表しました。
InFTF@IncFinTech

@TerraPay , @Coopbankoromia , and @Quantoz launch regulated digital remittance flows from Europe to Ethiopia, with settlement on @XahauNetwork . The project gives near total coverage of the entire country, across multiple banks and mobile wallet operators, helping boost inward remittances. Read more: inftf.org/news/blockchai…

日本語
0
9
43
2.2K
tequ {X}🪝
tequ {X}🪝@_tequ_·
TerraPay and Cooperative Bank of Oromia, in collaboration with InFTF, have announced the launch of a settlement system using the Xahau Network for international remittances to Ethiopia.
InFTF@IncFinTech

@TerraPay , @Coopbankoromia , and @Quantoz launch regulated digital remittance flows from Europe to Ethiopia, with settlement on @XahauNetwork . The project gives near total coverage of the entire country, across multiple banks and mobile wallet operators, helping boost inward remittances. Read more: inftf.org/news/blockchai…

English
0
7
32
1.4K
tequ {X}🪝 retweetledi
InFTF
InFTF@IncFinTech·
@TerraPay , @Coopbankoromia , and @Quantoz launch regulated digital remittance flows from Europe to Ethiopia, with settlement on @XahauNetwork . The project gives near total coverage of the entire country, across multiple banks and mobile wallet operators, helping boost inward remittances. Read more: inftf.org/news/blockchai…
English
0
63
217
932K
tequ {X}🪝 retweetledi
InFTF
InFTF@IncFinTech·
¿Quieres aprender Blockchain desde cero (y GRATIS)? 📍 Madrid | 12 de junio ⏱️ 4h intensivas Llega el curso de programación en Xahau: 🔹 Crea tu wallet 🔹 Aprende pagos, tokens y NFTs 🔹 Descubre smart contracts 👉 Reserva tu plaza: luma.com/ksznuz3k
Español
0
33
60
125.6K