{"id":38,"date":"2024-09-17T11:51:36","date_gmt":"2024-09-17T02:51:36","guid":{"rendered":"https:\/\/bokumin45.server-on.net\/blog\/?p=38"},"modified":"2025-10-30T12:29:33","modified_gmt":"2025-10-30T03:29:33","slug":"arm64-linux%e7%92%b0%e5%a2%83%e3%81%a7%e3%81%aewasabiwallet%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e6%96%b9%e6%b3%95","status":"publish","type":"post","link":"https:\/\/www.bokumin.org\/blog\/2024\/09\/17\/arm64-linux%e7%92%b0%e5%a2%83%e3%81%a7%e3%81%aewasabiwallet%e3%81%ae%e3%82%a4%e3%83%b3%e3%82%b9%e3%83%88%e3%83%bc%e3%83%ab%e6%96%b9%e6%b3%95\/","title":{"rendered":"Arm64 Linux\u74b0\u5883\u3067\u306eWasabiWallet\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5"},"content":{"rendered":"\n<p class=\"has-medium-font-size\"><em>Installing WasabiWallet on Arm64 Linux Environment<\/em><\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>\u306f\u3058\u3081\u306b<\/strong><\/h2>\n\n\n\n<p>\u3053\u306e\u30da\u30fc\u30b8\u3067\u306f\u3001ARM64\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306eLinux\u30b7\u30b9\u30c6\u30e0\uff08debian\uff09\u306bWasabi\u30a6\u30a9\u30ec\u30c3\u30c8\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u3001\u5b9f\u884c\u3059\u308b\u65b9\u6cd5\u3092\u8aac\u660e\u3057\u307e\u3059\u3002\u901a\u5e38\u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u65b9\u6cd5\u3067\u306f\u5bfe\u5fdc\u3057\u3066\u3044\u306a\u3044\u5834\u5408\u306e\u89e3\u6c7a\u7b56\u3082\u542b\u307f\u307e\u3059\u306e\u3067\u53c2\u8003\u306b\u3057\u3066\u3044\u305f\u3060\u3051\u308c\u3070\u5e78\u3044\u3067\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>\u624b\u9806<\/strong><\/h2>\n\n\n\n<p>\u306f\u3058\u3081\u306b\u3001.NET SDK\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3057\u307e\u3059\u3002 <\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#babed8;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#babed8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>wget https:\/\/dot.net\/v1\/dotnet-install.sh -O dotnet-install.sh\nchmod +x dotnet-install.sh\n.\/dotnet-install.sh --channel 8.0\ndotnet --version<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-ocean\" style=\"background-color: #0F111A\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #FFCB6B\">wget<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">https:\/\/dot.net\/v1\/dotnet-install.sh<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">-O<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">dotnet-install.sh<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">chmod<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">+x<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">dotnet-install.sh<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">.\/dotnet-install.sh<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">--channel<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #F78C6C\">8.0<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">dotnet<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">--version<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>\u6b63\u5e38\u306b\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u307e\u3057\u305f\u3089\u3001\u4ee5\u4e0b\u306e\u884c\u3092 .bashrc \u30d5\u30a1\u30a4\u30eb\u306b\u8ffd\u52a0\u3057\u307e\u3059<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#babed8;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#babed8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>export DOTNET_ROOT=$HOME\/.dotnet\nexport PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT\/tools<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-ocean\" style=\"background-color: #0F111A\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #C792EA\">export<\/span><span style=\"color: #BABED8\"> DOTNET_ROOT<\/span><span style=\"color: #89DDFF\">=<\/span><span style=\"color: #BABED8\">$HOME<\/span><span style=\"color: #C3E88D\">\/.dotnet<\/span><\/span>\n<span class=\"line\"><span style=\"color: #C792EA\">export<\/span><span style=\"color: #BABED8\"> PATH<\/span><span style=\"color: #89DDFF\">=<\/span><span style=\"color: #BABED8\">$PATH<\/span><span style=\"color: #C3E88D\">:<\/span><span style=\"color: #BABED8\">$DOTNET_ROOT<\/span><span style=\"color: #C3E88D\">:<\/span><span style=\"color: #BABED8\">$DOTNET_ROOT<\/span><span style=\"color: #C3E88D\">\/tools<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>\u6b21\u306bWasabi\u30a6\u30a9\u30ec\u30c3\u30c8\u306e\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u306e\u53d6\u5f97\u3068\u30d3\u30eb\u30c9\u3092\u3057\u3066\u3044\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#babed8;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#babed8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>git clone https:\/\/github.com\/zkSNACKs\/WalletWasabi.git\ncd WalletWasabi\/WalletWasabi.Fluent.Desktop\ndotnet run<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-ocean\" style=\"background-color: #0F111A\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #FFCB6B\">git<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">clone<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">https:\/\/github.com\/zkSNACKs\/WalletWasabi.git<\/span><\/span>\n<span class=\"line\"><span style=\"color: #82AAFF\">cd<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">WalletWasabi\/WalletWasabi.Fluent.Desktop<\/span><\/span>\n<span class=\"line\"><span style=\"color: #FFCB6B\">dotnet<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #C3E88D\">run<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>\u30a8\u30e9\u30fc\u306a\u304f\u901a\u308c\u3070\u304a\u308f\u308a\u3067\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>\u30c8\u30e9\u30d6\u30eb\u30b7\u30e5\u30fc\u30c6\u30a3\u30f3\u30b0<\/strong><\/h2>\n\n\n\n<p>\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u3001Tor\u306e\u8d77\u52d5\u304c\u5931\u6557\u3057\u305f\u5834\u5408<\/p>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#babed8;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#babed8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>&#91;1&#93; CRITICAL Program.Main (79) System.InvalidOperationException: No attempt to start Tor was successful.<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-ocean\" style=\"background-color: #0F111A\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #89DDFF\">&#91;<\/span><span style=\"color: #F78C6C\">1<\/span><span style=\"color: #89DDFF\">&#93;<\/span><span style=\"color: #BABED8\"> CRITICAL Program.Main <\/span><span style=\"color: #89DDFF\">(<\/span><span style=\"color: #FFCB6B\">79<\/span><span style=\"color: #89DDFF\">)<\/span><span style=\"color: #BABED8\"> System.InvalidOperationException: No attempt to start Tor was successful.<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<p>\u3053\u308c\u306f\u3001\u30d0\u30c3\u30af\u30b0\u30e9\u30a6\u30f3\u30c9\u3067\u65e2\u306bTOR\u304c\u52d5\u3044\u3066\u3044\u308b\u3068\u304d\u306a\u3069\u306b\u8d77\u3053\u308b\u30a8\u30e9\u30fc\u3067\u3059\u3002\u30b5\u30fc\u30d3\u30b9\u3092\u7d42\u4e86\u3055\u305b\u308b\u304bpkill\u3092\u3057\u3066\u89e3\u6c7a\u53ef\u80fd\u3067\u3059\u3002<br>\u307e\u305f\u3001\u4eca\u5f8c\u3001\u65e2\u5b58\u306eTor\u30d7\u30ed\u30bb\u30b9\u3068\u306e\u7af6\u5408\u3092\u907f\u3051\u308b\u305f\u3081\u3001<code>~\/.walletwasabi\/client\/Config.json<\/code> \u3092\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u4fee\u6b63\u3059\u308b\u3053\u3068\u3082\u53ef\u80fd\u3067\u3059\u3002<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><\/li>\n<\/ol>\n\n\n\n<div class=\"wp-block-kevinbatdorf-code-block-pro cbp-has-line-numbers\" data-code-block-pro-font-family=\"Code-Pro-JetBrains-Mono\" style=\"font-size:.875rem;font-family:Code-Pro-JetBrains-Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;--cbp-line-number-color:#babed8;--cbp-line-number-width:calc(1 * 0.6 * .875rem);line-height:1.25rem;--cbp-tab-width:2;tab-size:var(--cbp-tab-width, 2)\"><span role=\"button\" tabindex=\"0\" style=\"color:#babed8;display:none\" aria-label=\"Copy\" class=\"code-block-pro-copy-button\"><pre class=\"code-block-pro-copy-button-pre\" aria-hidden=\"true\"><textarea class=\"code-block-pro-copy-button-textarea\" tabindex=\"-1\" aria-hidden=\"true\" readonly>\"UseTor\": \"EnabledOnlyRunning\",<\/textarea><\/pre><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" style=\"width:24px;height:24px\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\"><path class=\"with-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4\"><\/path><path class=\"without-check\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2\"><\/path><\/svg><\/span><pre class=\"shiki material-theme-ocean\" style=\"background-color: #0F111A\" tabindex=\"0\"><code><span class=\"line\"><span style=\"color: #FFCB6B\">&quot;UseTor&quot;<\/span><span style=\"color: #82AAFF\">:<\/span><span style=\"color: #BABED8\"> <\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">EnabledOnlyRunning<\/span><span style=\"color: #89DDFF\">&quot;<\/span><span style=\"color: #C3E88D\">,<\/span><\/span><\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading has-large-font-size\"><strong>\u307e\u3068\u3081<\/strong><\/h2>\n\n\n\n<p>\u4ee5\u4e0a\u306e\u624b\u9806\u3067\u3001ARM64 Linux\u74b0\u5883\u3067Wasabi\u30a6\u30a9\u30ec\u30c3\u30c8\u3092\u5b9f\u884c\u3067\u304d\u308b\u306f\u305a\u3067\u3059\u3002\u554f\u984c\u304c\u89e3\u6c7a\u3057\u306a\u3044\u5834\u5408\u306f\u3001Wasabi\u30a6\u30a9\u30ec\u30c3\u30c8\u306egithub\u306a\u3069\u3092\u3054\u78ba\u8a8d\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"806\" height=\"481\" src=\"https:\/\/bokumin45.server-on.net\/blog\/wp-content\/uploads\/2024\/10\/1726541437772.jpg\" alt=\"\" class=\"wp-image-83\" srcset=\"https:\/\/www.bokumin.org\/blog\/wp-content\/uploads\/2024\/10\/1726541437772.jpg 806w, https:\/\/www.bokumin.org\/blog\/wp-content\/uploads\/2024\/10\/1726541437772-600x358.jpg 600w, https:\/\/www.bokumin.org\/blog\/wp-content\/uploads\/2024\/10\/1726541437772-300x179.jpg 300w, https:\/\/www.bokumin.org\/blog\/wp-content\/uploads\/2024\/10\/1726541437772-768x458.jpg 768w\" sizes=\"auto, (max-width: 806px) 100vw, 806px\" \/><\/figure>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Installing WasabiWallet on Arm64 Linux Environment \u306f\u3058\u3081\u306b \u3053\u306e\u30da\u30fc\u30b8\u3067\u306f\u3001ARM64\u30a2\u30fc\u30ad\u30c6\u30af\u30c1\u30e3\u306eLinux\u30b7\u30b9\u30c6\u30e0\uff08debian\uff09\u306bWasabi\u30a6\u30a9\u30ec\u30c3\u30c8\u3092\u30a4\u30f3\u30b9 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":83,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"cybocfi_hide_featured_image":"yes","footnotes":""},"categories":[10,4,22,153],"tags":[12,5,11],"class_list":["post-38","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-arm64","category-chromeos","category-debian","category-linux","tag-net","tag-debian","tag-wasabiwallet"],"_links":{"self":[{"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/posts\/38","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/comments?post=38"}],"version-history":[{"count":11,"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/posts\/38\/revisions"}],"predecessor-version":[{"id":2008,"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/posts\/38\/revisions\/2008"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/media\/83"}],"wp:attachment":[{"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/media?parent=38"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/categories?post=38"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.bokumin.org\/blog\/wp-json\/wp\/v2\/tags?post=38"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}