Search content
Sort by

Showing 20 of 37 results by epexa
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Run BGL Node in TOR network
by
epexa
on 22/05/2025, 08:28:18 UTC
⭐ Merited by my luck (1)
Are there any special settings to deploy a node for the TOR network?

Yes, to launch a Bitgesell node on the TOR network, you need to specify special settings.

Please follow these instructions:
https://github.com/BitgesellOfficial/bitgesell/blob/master/doc/tor.md

Post
Topic
Board Announcements (Altcoins)
Re: New library for Bitgesell
by
epexa
on 17/05/2025, 07:31:13 UTC
It is very good that the development of the project continues. There is still much to be done, but the main thing has already been done. In 5 years, the project took place, did not burst like hundreds and thousands of other "promising killers and super blockchains". Thanks to all the developers and enthusiasts!
You're welcome! And thank you too for your support! Kiss

And we completely agree with you, Bitgesell hasn’t burst and is developing!

A new decentralized bridge is planned for release in the coming months!

And after that, more new services and tools for BITGESELL!!! Wink
Post
Topic
Board Альтернативные криптовалюты
Merits 1 from 1 user
Re: [ANN] BITGESELL - Средство сбережения, прожиг 90% комиссии
by
epexa
on 16/05/2025, 10:20:24 UTC
⭐ Merited by my luck (1)
Все эти изменения радуют тем, что проект развивается, в отличии высказываний что ничего нового не происходит и проект умер. Спасибо разработчикам за поддержку!

Пожалуйста! И тебе спасибо за поддержку! Kiss

И мы с вами полностью согласны, проект однозначного не умер и развивается!

В ближайшие месяцы планируется релиз нового децентрализованного моста!

А далее и другие новые сервисы для BITGESELL !!! Wink
Post
Topic
Board Альтернативные криптовалюты
Merits 3 from 3 users
Миграция с jsbgl на BitcoinJS
by
epexa
on 14/05/2025, 16:26:33 UTC
⭐ Merited by xandry (1) ,my luck (1) ,klarki (1)
Привет, это команда BGLWallet!

Мы представляем для разработчиков приложений Bitgesell новую библиотеку! Smiley

"Bitgesell + BitcoinJS"
https://www.npmjs.com/package/bitgesell-bitcoinjs

Это вспомогательная библиотека которая обеспечивает работу BitcoinJS для блокчейна Bitgesell. BitcoinJS это самая популярная JavaScript библиотека для Node.js и браузера!

В README и examples вы найдёте различные примеры: создание кошелька, импорт адреса, валидация адреса, и самое важное - подпись транзации!



Наши кошельки для поддержки: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s, 0x9d8b13c6c7997f7f53b7a82506a7b1ad53cf3223 (polygon, optimism, arbitrum one, ethereum)


Если вы использовали библиотеку "jsbgl", то мы (команда BGLWallet) советуем отказаться от неё и мигрировать на библиотеку "Bitgesell + BitcoinJS".

Вот несколько основных причин, почему не стоит использовать "jsbgl":

  • Больше не обновляется, последнее обновление было 5 лет назад (7 ноября 2020);
  • Тяжёлая: jsbgl.web.min.js весит 407 КБ, она включает дополнительные компоненты, которые не всегда нужны;
  • Использует WASM, что может вызвать проблемы с мобильными приложениями и браузерными расширениями;
  • jsbgl.web.min.js содержит eval, что считается плохой практикой.

В то же время у BitcoinJS нет всех вышеупомянутых проблем, а также у неё есть ещё преимущества:

  • Большое количество разработчиков — 108;
  • Большое количество использований в других проектах — 23385 репозиториев и 1789 пакетов;
  • Большое количество лайков — 5861.

Это делает её одной из самых популярных библиотек!

Bitgesell Wallet уже переписан — вот реальный коммит, в котором произведена миграция с "jsbgl" на "Bitgesell + BitcoinJS": https://github.com/epexa/bitgesell-wallet/commit/67b1074291a8fccd11e541922e66715819f66cb5


Наши кошельки для поддержки: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s, 0x9d8b13c6c7997f7f53b7a82506a7b1ad53cf3223 (polygon, optimism, arbitrum one, ethereum)
Post
Topic
Board Announcements (Altcoins)
Migrate from jsbgl to Bitgesell + BitcoinJS
by
epexa
on 14/05/2025, 16:20:00 UTC
Hello, this is the BGLWallet team!

We are introducing a new library for Bitgesell app developers! Smiley

"Bitgesell + BitcoinJS"
https://www.npmjs.com/package/bitgesell-bitcoinjs

This is a helper library that provides BitcoinJS for the Bitgesell blockchain. BitcoinJS is the most popular JavaScript library for Node.js and browser!

In the README and examples, you will find various use cases: creating a wallet, importing an address, validating an address, and most importantly – signing a transaction!



Our wallets for support: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s, 0x9d8b13c6c7997f7f53b7a82506a7b1ad53cf3223 (polygon, optimism, arbitrum one, ethereum)


If you have used the "jsbgl" library, we (the BGLWallet team) recommend stop using it and migrate to the "Bitgesell + BitcoinJS" library.

Here are a few main reasons why you should avoid using "jsbgl":

  • No longer maintained, the last update was 5 years ago (Nov 7, 2020);
  • Heavy: jsbgl.web.min.js is 407 KB and includes additional components that are not always needed;
  • Uses WASM, which can cause issues with mobile applications and browser extensions;
  • jsbgl.web.min.js contains eval, which is considered a bad practice.

At the same time, BitcoinJS does not have any of the above-mentioned problems and also has additional advantages:

This makes it one of the most popular libraries!

Bitgesell Wallet has already been rewritten — here is a real commit where the migration from "jsbgl" to "Bitgesell + BitcoinJS" was made:
https://github.com/epexa/bitgesell-wallet/commit/67b1074291a8fccd11e541922e66715819f66cb5


Our wallets for support: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s, 0x9d8b13c6c7997f7f53b7a82506a7b1ad53cf3223 (polygon, optimism, arbitrum one, ethereum)
Post
Topic
Board Альтернативные криптовалюты
Merits 1 from 1 user
Новая библиотека для Bitgesell
by
epexa
on 13/05/2025, 11:48:29 UTC
⭐ Merited by my luck (1)
Привет, это команда BGLWallet!

Мы представляем для разработчиков приложений Bitgesell новую библиотеку! Smiley

"Bitgesell + BitcoinJS"
https://www.npmjs.com/package/bitgesell-bitcoinjs

Это вспомогательная библиотека которая обеспечивает работу BitcoinJS для блокчейна Bitgesell. BitcoinJS это самая популярная JavaScript библиотека для Node.js и браузера!

В README и examples вы найдёте различные примеры: создание кошелька, импорт адреса, валидация адреса, и самое важное - подпись транзации!



Наши кошельки для поддержки: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s, 0x9d8b13c6c7997f7f53b7a82506a7b1ad53cf3223 (polygon, optimism, arbitrum one, ethereum)
Post
Topic
Board Announcements (Altcoins)
New library for Bitgesell
by
epexa
on 13/05/2025, 11:42:19 UTC
Hello, this is the BGLWallet team!

We are introducing a new library for Bitgesell app developers! Smiley

"Bitgesell + BitcoinJS"
https://www.npmjs.com/package/bitgesell-bitcoinjs

This is a helper library that provides BitcoinJS for the Bitgesell blockchain. BitcoinJS is the most popular JavaScript library for Node.js and browser!

In the README and examples, you will find various use cases: creating a wallet, importing an address, validating an address, and most importantly – signing a transaction!



Our bonus wallet: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s, 0x9d8b13c6c7997f7f53b7a82506a7b1ad53cf3223 (polygon, optimism, arbitrum one, ethereum)
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
epexa
on 13/05/2025, 11:27:21 UTC
Previsão para versão em Portugues Brazil?

Support for different languages in the wallet, including Portuguese, will be added in future versions. Thank you for the suggestion!

-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

O suporte para diferentes idiomas na carteira, incluindo o português, será adicionado em versões futuras. Obrigado pela sugestão!
Post
Topic
Board Альтернативные криптовалюты
Merits 1 from 1 user
Re: [ANN] BITGESELL - Средство сбережения, прожиг 90% комиссии
by
epexa
on 25/03/2025, 13:01:22 UTC
⭐ Merited by my luck (1)
Bitgesell Wallet обновление! Smiley

Версия 0.9.8

Список изменений:
- Новый дизайн мобильного меню (iOS стиль)
- Оптимизация производительности
- Рефакторинг кода
- Обновление библиотек (до последних можорных версий)
- Объединение кодовой базы Telegram приложения
- Скрытие пагинации, если видна только одна страница
- Убраны плохие темы дизайна
- Прочие мелкие исправления ошибок


Наш кошелёк для поддержки проекта: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
epexa
on 25/03/2025, 12:50:08 UTC
⭐ Merited by EmmaWu (1)
Bitgesell Wallet update! Smiley

Version 0.9.8

Changelog:
- New mobile menu design (iOS style)
- Optimizing perfomance
- Refactoring code
- Update libs (to last major versions)
- Merging the code base of the version for Telegram app
- Hide pagination if only visible one page
- Remove shit design themes
- Others small fixes bug


Our bonus wallet: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s
Post
Topic
Board Альтернативные криптовалюты
Merits 5 from 1 user
Re: [ANN] BITGESELL - Средство сбережения, прожиг 90% комиссии
by
epexa
on 04/09/2024, 12:46:24 UTC
⭐ Merited by my luck (5)
Bitgesell Wallet обновление! Smiley

Bitgesell Wallet доступен теперь в Telegram!

Основные возможности:
- Все функции кошелька которые доступны в Bitgesell Wallet в десктопной и мобильной версии!
- Синхронизация на всех ваших устройствах с помощью пароля!
- Ваши сид фразы шифруются с помощью мощного (AES-GCM 256-bit) алгоритма!

Ссылка на наше приложение в Telegram здесь: bglwallet.io



Наш кошелёк для поддержки проекта: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s
Post
Topic
Board Announcements (Altcoins)
Merits 5 from 1 user
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
epexa
on 04/09/2024, 12:43:25 UTC
⭐ Merited by my luck (5)
Bitgesell Wallet update! Smiley

Bitgesell Wallet available now in Telegram!

Main features:
- All wallet functions that are available in Bitgesell Wallet on desktop and mobile!
- Sync across all your devices with a your password!
- Your seed phrases are encrypted using a strong (AES-GCM 256-bit) algorithm!

Link to our Telegram App here: bglwallet.io



Our bonus wallet: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
epexa
on 03/09/2023, 21:05:45 UTC
Bitgesell Wallet update! Smiley

Version 0.9.7

Changelog:
- Added seed phrases export
- Updated libs
- Fixed small bugs (resize seed phrase area, open bglswap in browser, etc.)
- Changed icons to font awesome
- Added new themes: morph, quartz, zephyr, vapor


Our bonus wallet: bgl1qz7eh5tjs9ac52l3ntz0rhpdz688cx5c5chtr2s
Post
Topic
Board Announcements (Altcoins)
Merits 5 from 2 users
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
epexa
on 13/08/2023, 18:34:05 UTC
⭐ Merited by my luck (4) ,EmmaWu (1)
The second BGL RPC node is running!

BGL RPC node address: https://rpc2.bglwallet.io

Can be used in the wallet: bglwallet.io - official cross-platform (web, chrome, android, linux, windows) thin HD wallet for BGL cryptocurrency.

By the way, https://rpc.bglwallet.io and https://rpc2.bglwallet.io located in different countries (Germany, Netherlands), uses different hosting providers, different credit cards used and paid for 1 year in advance.


Our bonus wallet: bgl1q4k0jr6kc2td8mk64symz82rk60xqg3wl04k3ks

Bitgesell Wallet update! Smiley

Version 0.9.6

Changelog:
- Changed coingecko api to coinmarketcap api (with cache server)
- Changed coingecko widget to coinmarketcap widget
- Updated logo
- Added current version output
- Added link to rpc2
- Added link to bglswap
Post
Topic
Board Announcements (Altcoins)
Merits 1 from 1 user
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
epexa
on 27/07/2023, 20:11:45 UTC
⭐ Merited by my luck (1)
Bitgesell Wallet update! Smiley

Version 0.9.5

Changelog:
- Added maximum amount button in send
- Improved form validation in send
- Showing unconfirmed transactions (pending) to the transactions list (with auto refresh)
- Improved get addresses balances (one HTTP query for all addresses)


Our bonus wallet: bgl1q4k0jr6kc2td8mk64symz82rk60xqg3wl04k3ks

BGL node rpc.bglwallet.io was restored.

Which is used by default in the wallet: bglwallet.io - official cross-platform (web, chrome, android, linux, windows) thin HD wallet for BGL cryptocurrency.


The second BGL RPC node is running!

BGL RPC node address: https://rpc2.bglwallet.io

Can be used in the wallet: bglwallet.io - official cross-platform (web, chrome, android, linux, windows) thin HD wallet for BGL cryptocurrency.

By the way, https://rpc.bglwallet.io and https://rpc2.bglwallet.io located in different countries (Germany, Netherlands), uses different hosting providers, different credit cards used and paid for 1 year in advance.


Our bonus wallet: bgl1q4k0jr6kc2td8mk64symz82rk60xqg3wl04k3ks
Post
Topic
Board Announcements (Altcoins)
Merits 2 from 2 users
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
epexa
on 10/07/2023, 19:25:43 UTC
⭐ Merited by my luck (1) ,EmmaWu (1)
Bitgesell Wallet update! Smiley

Version 0.9.5

Changelog:
- Added maximum amount button in send
- Improved form validation in send
- Showing unconfirmed transactions (pending) to the transactions list (with auto refresh)
- Improved get addresses balances (one HTTP query for all addresses)


Our bonus wallet: bgl1q4k0jr6kc2td8mk64symz82rk60xqg3wl04k3ks

BGL node rpc.bglwallet.io was restored.

Which is used by default in the wallet: bglwallet.io - official сross-platform (web, chrome, android, linux, windows) thin HD wallet for BGL cryptocurrency.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
epexa
on 03/02/2021, 01:26:24 UTC
Bitgesell Wallet update! Smiley

Version 0.9.5

Changelog:
- Added maximum amount button in send
- Improved form validation in send
- Show unconfirmed transactions (pending) to the transactions list (with auto refresh)
- Improved get addresses balances (one HTTP query for all addresses)


Our bonus wallet: bgl1q4k0jr6kc2td8mk64symz82rk60xqg3wl04k3ks
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
epexa
on 03/02/2021, 01:22:27 UTC
Ok, icon problem fixed
But I have questions for themes.. It was simple generator of themes?
Or you really think that grey and blue can be together?!
It's very bad idea
look at this
 
Please do both side black in Cyborg theme
Secondly.. Don't do trader app! It's wallet, key manager - yep?
I open it for do transaction. When I open it - I want see my balance and addresses
not rate history
not coingecko
just my wallet!
Think about web3 api if you want more functionality
no trader, pls, no
kwaskoff thank you!

  • This is not a theme generator, but ready-made themes (bootswatch). We didn't match colors.
    However, we are planning to implement our completely unique design.
  • This wallet is for everyone (including traders), and the price graph is shown in other wallets as well.
    However, we are planning to make settings so that the initial screen can be selected.

And I'll think about web3, thanks!
Post
Topic
Board Services
Re: Looking for bitcoin wallet developer (electrum, zcash, wasabi)
by
epexa
on 06/01/2021, 12:51:08 UTC
I'm still looking for a good developer.
Please PM me.


BenGur please check your PM.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BITGESELL - Store of value (Burn rate is 90% of tx fees) #realstoreofvalue
by
epexa
on 23/12/2020, 06:29:59 UTC
Bitgesell Wallet update! Smiley

Added a price chart from CoinGecko.






Our bonus wallet: bgl1q4k0jr6kc2td8mk64symz82rk60xqg3wl04k3ks