📣Today, the global software update on the Bitcoin-Russia pool was completed.
We publish for you the list of changes and innovations:
v 0.17.1
=================
✅ P2P protocol and network code:
- - Fix a deserialization overflow edge case (kazcw);
- - Fix uninitialized read when stringifying an addrLocal (kazcw).
✅ Wallet:
- - Restore ability to list incoming transactions by label (jnewbery);
- - Fix use of uninitialized value bnb_used in CWallet::CreateTransaction(…) (practicalswift);
- - Ensure wallet is unlocked before signing (gustavonalle);
- - Throw error if CPubKey is invalid during PSBT keypath serialization (instagibbs);
- - backport: [tests] Add wallet_balance.py (MarcoFalke);
- - psbt: always drop the unnecessary utxo and convert non-witness utxo to witness when necessary (achow101);
- - Refactor PSBT signing logic to enforce invariant and fix signing bug (gwillen);
- - Stop requiring imported pubkey to sign non-PKH schemes (sipa, MeshCollider).
✅ RPC and other APIs:
- - Fix listreceivedbyaddress not taking address as a string (etscrivner);
- - Bugfix: RPC: Add address_type named param for createmultisig (luke-jr);
- - Make HTTP RPC debug logging more informative (practicalswift);
- - Convert non-witness UTXOs to witness if witness sig created (achow101);
- - Check that a separator is found for psbt inputs, outputs, and global map (achow101);
- - Fix converttopsbt permitsigdata arg, add basic test (instagibbs);
- - Fix wallet unload during walletpassphrase timeout (promag).
✅ GUI:
- - Revert "Force TLS1.0+ for SSL connections" (real-or-random);
- - Explicitly disable "Dark Mode" appearance on macOS (fanquake).
✅ Build system:
- - Remove illegal spacing in darwin.mk (ch4ot1c);
- - Add bitcoin-tx.exe into Windows installer (ken2812221).
✅ Tests and QA:
- - Fix extended functional tests fail (ken2812221);
- - Disable wallet and address book Qt tests on macOS minimal platform (ryanofsky);
- - Run all tests even if wallet is not compiled (MarcoFalke);
- - Test rpc_help.py failed: Check whether ZMQ is enabled or not (Kvaciral);
- - Use named args in validation acceptance tests (MarcoFalke);
- - Add tests for RPC help (promag);
- - Add some actual witness in rpc_rawtransaction (MarcoFalke);
- - Use correct python index slices in example test (sdaftuar);
- - Add TestNode::assert_debug_log (MarcoFalke);
- - Add test to ensure node can generate all rpc help texts at runtime (MarcoFalke);
- - Fix a comment (fridokus);
- - Avoid race in p2p_invalid_block by waiting for the block request (MarcoFalke);
- - Add wallet_balance.py (jnewbery).
✅ Documentation:
- - doc/descriptors.md tweaks (ryanofsky);
- - Add autogen.sh in ARM Cross-compilation (walterwhite81).
We try to take into account the wishes of users, so we welcome feedback about innovations.
With best regards, RMC
We publish for you the list of changes and innovations:
v 0.17.1
=================
✅ P2P protocol and network code:
- - Fix a deserialization overflow edge case (kazcw);
- - Fix uninitialized read when stringifying an addrLocal (kazcw).
✅ Wallet:
- - Restore ability to list incoming transactions by label (jnewbery);
- - Fix use of uninitialized value bnb_used in CWallet::CreateTransaction(…) (practicalswift);
- - Ensure wallet is unlocked before signing (gustavonalle);
- - Throw error if CPubKey is invalid during PSBT keypath serialization (instagibbs);
- - backport: [tests] Add wallet_balance.py (MarcoFalke);
- - psbt: always drop the unnecessary utxo and convert non-witness utxo to witness when necessary (achow101);
- - Refactor PSBT signing logic to enforce invariant and fix signing bug (gwillen);
- - Stop requiring imported pubkey to sign non-PKH schemes (sipa, MeshCollider).
✅ RPC and other APIs:
- - Fix listreceivedbyaddress not taking address as a string (etscrivner);
- - Bugfix: RPC: Add address_type named param for createmultisig (luke-jr);
- - Make HTTP RPC debug logging more informative (practicalswift);
- - Convert non-witness UTXOs to witness if witness sig created (achow101);
- - Check that a separator is found for psbt inputs, outputs, and global map (achow101);
- - Fix converttopsbt permitsigdata arg, add basic test (instagibbs);
- - Fix wallet unload during walletpassphrase timeout (promag).
✅ GUI:
- - Revert "Force TLS1.0+ for SSL connections" (real-or-random);
- - Explicitly disable "Dark Mode" appearance on macOS (fanquake).
✅ Build system:
- - Remove illegal spacing in darwin.mk (ch4ot1c);
- - Add bitcoin-tx.exe into Windows installer (ken2812221).
✅ Tests and QA:
- - Fix extended functional tests fail (ken2812221);
- - Disable wallet and address book Qt tests on macOS minimal platform (ryanofsky);
- - Run all tests even if wallet is not compiled (MarcoFalke);
- - Test rpc_help.py failed: Check whether ZMQ is enabled or not (Kvaciral);
- - Use named args in validation acceptance tests (MarcoFalke);
- - Add tests for RPC help (promag);
- - Add some actual witness in rpc_rawtransaction (MarcoFalke);
- - Use correct python index slices in example test (sdaftuar);
- - Add TestNode::assert_debug_log (MarcoFalke);
- - Add test to ensure node can generate all rpc help texts at runtime (MarcoFalke);
- - Fix a comment (fridokus);
- - Avoid race in p2p_invalid_block by waiting for the block request (MarcoFalke);
- - Add wallet_balance.py (jnewbery).
✅ Documentation:
- - doc/descriptors.md tweaks (ryanofsky);
- - Add autogen.sh in ARM Cross-compilation (walterwhite81).
We try to take into account the wishes of users, so we welcome feedback about innovations.
With best regards, RMC
📣Биржа BitFex сообщила, что хардфорк токена RMC полностью завершён. Балансы умножены на 1000, выводы и вводы полностью работают.
Приятной торговли!
С уважением, команда RMC
Приятной торговли!
С уважением, команда RMC
📣BitFex exchange reported that hard fork of RMC token is fully completed. Balances multiplied by 1000, outputs and inputs are fully operational.
We wish you good trading!
With best regards, RMC team
We wish you good trading!
With best regards, RMC team
📣Добрый вечер, дорогие участники!
Была обнаружена проблема совместимости, затрагивающая старые аккаунты, созданные при помощи парольных фраз.
С целью её устранения был реализован флаг passphrase_compat, позволяющий форсировать старое поведение генератора ключей, если это необходимо:
https://github.com/RussianMiningCoin/rmcd/blob/develop/COMPATIBILITY.md
❗Это не касается аккаунтов, которые не были созданы посредством прямой работы с rmcd. То есть, 99.9% пользователей.
С уважением, команда RMC
Была обнаружена проблема совместимости, затрагивающая старые аккаунты, созданные при помощи парольных фраз.
С целью её устранения был реализован флаг passphrase_compat, позволяющий форсировать старое поведение генератора ключей, если это необходимо:
https://github.com/RussianMiningCoin/rmcd/blob/develop/COMPATIBILITY.md
❗Это не касается аккаунтов, которые не были созданы посредством прямой работы с rmcd. То есть, 99.9% пользователей.
С уважением, команда RMC
GitHub
rmcd/COMPATIBILITY.md at develop · RussianMiningCoin/rmcd
Decentralized cryptocurrency blockchain daemon implementing the RMC Ledger in C++ - RussianMiningCoin/rmcd
📣Good afternoon, dear participants!
We detected a compatibility error, which affects old accounts created with passphrases.
In order to eliminate it, the passphrase_compat flag was implemented, which allows to force the old behavior of the key generator, if necessary:
https://github.com/RussianMiningCoin/rmcd/blob/develop/COMPATIBILITY.md
❗This does not apply to accounts that have not been created through direct work with rmcd. That is, 99.9% of users.
With best regards, RMC team
We detected a compatibility error, which affects old accounts created with passphrases.
In order to eliminate it, the passphrase_compat flag was implemented, which allows to force the old behavior of the key generator, if necessary:
https://github.com/RussianMiningCoin/rmcd/blob/develop/COMPATIBILITY.md
❗This does not apply to accounts that have not been created through direct work with rmcd. That is, 99.9% of users.
With best regards, RMC team
GitHub
rmcd/COMPATIBILITY.md at develop · RussianMiningCoin/rmcd
Decentralized cryptocurrency blockchain daemon implementing the RMC Ledger in C++ - RussianMiningCoin/rmcd
🌷Дорогие девушки, поздравляем вас с Международным женским днем! Желаем вам замечательного весеннего настроения и прекрасного самочувствия. Будьте счастливы, радуйтесь и получайте незабываемые впечатления!
🌷Dear girls, we congratulate you on the international women's day! We wish you a wonderful spring mood and good health. Be happy, rejoice and have an unforgettable experience!
🌷Dear girls, we congratulate you on the international women's day! We wish you a wonderful spring mood and good health. Be happy, rejoice and have an unforgettable experience!
📣Добрый день, дорогие участники
Десктопная версия кошелька RMCwallet обновлена:
* Добавлена возможность использования поля invoiceID, как и в Web версии кошелька.
* Исправлены проблемы совместимости с некоторым оборудованием.
Обновлённые кошельки доступны для загрузки: https://explorer.rmc.one
С уважением, команда RMC
Десктопная версия кошелька RMCwallet обновлена:
* Добавлена возможность использования поля invoiceID, как и в Web версии кошелька.
* Исправлены проблемы совместимости с некоторым оборудованием.
Обновлённые кошельки доступны для загрузки: https://explorer.rmc.one
С уважением, команда RMC
explorer.rmc.one
Ledger explorer for RMC
Ledger explorer for RMC. Find and inspect accounts and transactions.
📣Good afternoon, dear participants
Desktop version of RMCWallet updated:
* Added the ability to use the invoiceID field, as in the web version of the wallet.
* Fixed compatibility issues with some hardware.
Updated wallets are available for download: https://explorer.rmc.one
With best regards, RMC
Desktop version of RMCWallet updated:
* Added the ability to use the invoiceID field, as in the web version of the wallet.
* Fixed compatibility issues with some hardware.
Updated wallets are available for download: https://explorer.rmc.one
With best regards, RMC
explorer.rmc.one
Ledger explorer for RMC
Ledger explorer for RMC. Find and inspect accounts and transactions.
📣Добрый день, дорогие участники.
Нам поступили сообщения о попытках фишинговой атаки на участников чатов.
Мошенники из подставных аккаунтов с именем Дмитрия Мариничева делают рассылку с просьбами отправить токены на посторонний адрес RMC.
Это мошенничество. Мы не отправляем приватные ключи в ручном режиме, не требуем отправки токенов в личных сообщениях и на посторонние адреса. Все обновления официального кошелька RMCwallet публикуются в официальном телеграм-канале.
С уважением, команда RMC
Нам поступили сообщения о попытках фишинговой атаки на участников чатов.
Мошенники из подставных аккаунтов с именем Дмитрия Мариничева делают рассылку с просьбами отправить токены на посторонний адрес RMC.
Это мошенничество. Мы не отправляем приватные ключи в ручном режиме, не требуем отправки токенов в личных сообщениях и на посторонние адреса. Все обновления официального кошелька RMCwallet публикуются в официальном телеграм-канале.
С уважением, команда RMC
📣Good afternoon, dear participants.
We received reports about attempts of phishing attacks on the participants of the chat.
Scammers from fake accounts with the name of Dmitry Marinichev send massages with requests to send tokens to a strange RMC address.
This is fraud. We do not send private keys manually, do not require sending tokens in private messages and to foreign addresses. All updates of official RMCwallet are published in the official telegram channel.
With best regards, RMC team
We received reports about attempts of phishing attacks on the participants of the chat.
Scammers from fake accounts with the name of Dmitry Marinichev send massages with requests to send tokens to a strange RMC address.
This is fraud. We do not send private keys manually, do not require sending tokens in private messages and to foreign addresses. All updates of official RMCwallet are published in the official telegram channel.
With best regards, RMC team
📣Дорогие участники!
В понедельник мы планируем начать переезд фермы.
❗На время переезда оборудование будет отключено❗
Всех, кто хочет забрать своё оборудование, просим сообщить об этом через биллинговую систему до переезда.
С уважением, команда RMC
В понедельник мы планируем начать переезд фермы.
❗На время переезда оборудование будет отключено❗
Всех, кто хочет забрать своё оборудование, просим сообщить об этом через биллинговую систему до переезда.
С уважением, команда RMC
📣Dear participants!
On Monday we plan to start moving of the farm.
❗On the period of moving the equipment will be turned off❗
Anyone who wants to pick up their equipment, please report it through the billing system before moving.
With best regards, RMC
On Monday we plan to start moving of the farm.
❗On the period of moving the equipment will be turned off❗
Anyone who wants to pick up their equipment, please report it through the billing system before moving.
With best regards, RMC
📣Добрый день, уважаемые участники
Как и сообщалось ранее, сегодня планируется старт переезда фермы.
❗Устройства на колокации, а также майнеры клуба будут отключены в ближайшее время.
Надеемся на ваше понимание.
С уважением, команда RMC.
Как и сообщалось ранее, сегодня планируется старт переезда фермы.
❗Устройства на колокации, а также майнеры клуба будут отключены в ближайшее время.
Надеемся на ваше понимание.
С уважением, команда RMC.
📣Good afternoon, dear participants
As previously reported, moving of the farm is starting today.
❗The devices on the colocation, as well as the club's miners will be disabled in the near future.
Hope for your understanding.
Best regards, RMC.
As previously reported, moving of the farm is starting today.
❗The devices on the colocation, as well as the club's miners will be disabled in the near future.
Hope for your understanding.
Best regards, RMC.