Bitcoin Forum
April 28, 2024, 04:55:00 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 [295]
  Print  
Author Topic: [ANN][GRS] Groestlcoin | 1st to activate Segwit & Taproot  (Read 557980 times)
Ive Gone Parabolic
Member
**
Offline Offline

Activity: 179
Merit: 20


View Profile
December 25, 2023, 05:11:09 PM
 #5881

Lots going on!

CoinEx has been hacked.

I check this thread regularly. (Most of us are over on Telegram)

Coinex is not a dealbreaker, u can always onboard any of the exchanges I built. Volume is ate the lowest but I think we will work that out with joint effort promoting and catering for the projects already listed in the medias and beyond. As an ambassador for my own business I tend to navigate to the places that have a high likely hood of being fraught with mentally numb dorks. And in the case with u I wasnt wrong.
Be very wary of relying on JavaScript for security on crypto sites. The site can change the JavaScript at any time unless you take unusual precautions, and browsers are not generally known for their airtight security.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714323300
Hero Member
*
Offline Offline

Posts: 1714323300

View Profile Personal Message (Offline)

Ignore
1714323300
Reply with quote  #2

1714323300
Report to moderator
1714323300
Hero Member
*
Offline Offline

Posts: 1714323300

View Profile Personal Message (Offline)

Ignore
1714323300
Reply with quote  #2

1714323300
Report to moderator
1714323300
Hero Member
*
Offline Offline

Posts: 1714323300

View Profile Personal Message (Offline)

Ignore
1714323300
Reply with quote  #2

1714323300
Report to moderator
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
March 22, 2024, 01:09:40 PM
 #5882


Electrum-grs is a lightweight "thin client" groestlcoin wallet Android based on a client-server protocol. Its main advantages over the original Groestlcoin client include support for multi-signature wallets and not requiring the download of the entire block chain.


If you are an ordinary user of Groestlcoin and simply want the convenience of a web wallet with the security of a real application and support for multi-signature, then Electrum-GRS is the right choice for you.

Changelog 4.5.4
• port to Qt6
• fix invoice amount bounds check
• fix places where text was rendered off-screen for certain translations
• fix BIP39 cosigner script type must be same as primary
• fix: never use current fiat exchange rate for old historical amounts
• better handle android back-gesture
• new: show private key in address details
• new: show tx inputs in TxDetails and other dialogs
• new: label sync plugin toggle
• new: message sign & verify
• new: allow never expiring payment requests
• new: add coins/UTXOs to addresses list, add filters
• new: delete addresses from imported wallet
• new: add support for lightning address and openalias
• new: add setting to allow screenshots everywhere
• simplify welcome page for first-start network settings
• bump min required android version from android 5.0 to 6.0 (older versions have not been working in practice since at least 4.4.0)
• properly refresh history if addresses are deleted from imported wallets
• fix crash for new wallets having cosigner using hww
• fix crash in finalizer when txid is undefined
• various UI fixes
• fix potential concurrency issue loading wallet

Features
• Encrypted wallet - the file that contains your groestlcoins is protected with a password. You are protected from thieves.
• Deterministic key generation - If you lose your wallet, you can recover it from its seed. You are protected from your own mistakes.
• Instant on - the client does not download the blockchain, it requests that information from a server. No delays, always up-to-date.
• Freedom and Privacy - The server does not store user accounts. You are not tied to a particular server, and the server does not need to know you.
• No scripts - Electrum-GRS does not download any script. A compromised server cannot send you arbitrary code and steal your groestlcoins.
• No single point of failure - The server code is open source, anyone can run a server.
• Transactions are signed locally - Your private keys are not shared with the server. You do not have to trust the server with your money.
• Firewall friendly - The client does not need to open a port, it simply polls the server for updates.
• Free software - Gnu GPL v3. Anyone can audit the code.
• Written in Python - The code is short, and easy to review.
• User Friendly - Support for Groestlcoin URIs, signed URIs and Groestlcoin aliases
• No Lock-In - You can export your private keys and use them in other groestlcoin clients.
• No Downtimes - Electrum-GRS servers are decentralized and redundant. Your wallet is never down.
• Proof Checking - Electrum-GRS Wallet verifies all the transactions in your history using SPV.
• Cold Storage - Keep your private keys offline, and go online with a watching-only wallet. Sign transactions from a computer that is always offline. Broadcast them from a machine that does not have your keys.
• Multisign - Split the permission to spend your coins between several wallets using parallel BIP32 derivations and P2SH addresses ("2 of 2", "2 of 3"). Compact serialization format for unsigned or partially signed transactions, that includes the BIP32 master public key and derivation needed to sign inputs. Serialized transactions can be sent to cosigners or to cold storage using QR codes

This application is licensed under the GPL version 3. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

Important:
Store your secret phrase somewhere safe!
The multi-signature and non native segwit addresses starts with a "3" and not with a "F".

Electrum-GRS is available in the Google play store: https://play.google.com/store/apps/details?id=org.groestlcoin.electrumgrs

Source code:
GitHub Source server: https://github.com/spesmilo/electrumx
Github Source server installer: https://github.com/Groestlcoin/electrumx-grs-installer
Github Source client: https://github.com/Groestlcoin/electrum-grs
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
March 22, 2024, 01:10:05 PM
 #5883


Electrum-grs is a lightweight "thin client" groestlcoin wallet Android based on a client-server protocol. Its main advantages over the original Groestlcoin client include support for multi-signature wallets and not requiring the download of the entire block chain.


If you are an ordinary user of Groestlcoin and simply want the convenience of a web wallet with the security of a real application and support for multi-signature, then Electrum-GRS is the right choice for you.

Changelog 4.5.4
• port to Qt6
• fix invoice amount bounds check
• fix places where text was rendered off-screen for certain translations
• fix BIP39 cosigner script type must be same as primary
• fix: never use current fiat exchange rate for old historical amounts
• better handle android back-gesture
• new: show private key in address details
• new: show tx inputs in TxDetails and other dialogs
• new: label sync plugin toggle
• new: message sign & verify
• new: allow never expiring payment requests
• new: add coins/UTXOs to addresses list, add filters
• new: delete addresses from imported wallet
• new: add support for lightning address and openalias
• new: add setting to allow screenshots everywhere
• simplify welcome page for first-start network settings
• bump min required android version from android 5.0 to 6.0 (older versions have not been working in practice since at least 4.4.0)
• properly refresh history if addresses are deleted from imported wallets
• fix crash for new wallets having cosigner using hww
• fix crash in finalizer when txid is undefined
• various UI fixes
• fix potential concurrency issue loading wallet

Features
• Encrypted wallet - the file that contains your groestlcoins is protected with a password. You are protected from thieves.
• Deterministic key generation - If you lose your wallet, you can recover it from its seed. You are protected from your own mistakes.
• Instant on - the client does not download the blockchain, it requests that information from a server. No delays, always up-to-date.
• Freedom and Privacy - The server does not store user accounts. You are not tied to a particular server, and the server does not need to know you.
• No scripts - Electrum-GRS does not download any script. A compromised server cannot send you arbitrary code and steal your groestlcoins.
• No single point of failure - The server code is open source, anyone can run a server.
• Transactions are signed locally - Your private keys are not shared with the server. You do not have to trust the server with your money.
• Firewall friendly - The client does not need to open a port, it simply polls the server for updates.
• Free software - Gnu GPL v3. Anyone can audit the code.
• Written in Python - The code is short, and easy to review.
• User Friendly - Support for Groestlcoin URIs, signed URIs and Groestlcoin aliases
• No Lock-In - You can export your private keys and use them in other groestlcoin clients.
• No Downtimes - Electrum-GRS servers are decentralized and redundant. Your wallet is never down.
• Proof Checking - Electrum-GRS Wallet verifies all the transactions in your history using SPV.
• Cold Storage - Keep your private keys offline, and go online with a watching-only wallet. Sign transactions from a computer that is always offline. Broadcast them from a machine that does not have your keys.
• Multisign - Split the permission to spend your coins between several wallets using parallel BIP32 derivations and P2SH addresses ("2 of 2", "2 of 3"). Compact serialization format for unsigned or partially signed transactions, that includes the BIP32 master public key and derivation needed to sign inputs. Serialized transactions can be sent to cosigners or to cold storage using QR codes

This application is licensed under the GPL version 3. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

Important:
Store your secret phrase somewhere safe!
The multi-signature and non native segwit addresses starts with a "3" and not with a "F".

Electrum-GRS is available in the Google play store: https://play.google.com/store/apps/details?id=org.groestlcoin.electrumgrs

Source code:
GitHub Source server: https://github.com/spesmilo/electrumx
Github Source server installer: https://github.com/Groestlcoin/electrumx-grs-installer
Github Source client: https://github.com/Groestlcoin/electrum-grs
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
March 22, 2024, 01:10:16 PM
 #5884


Core lightning: A specification compliant Lightning Network implementation in C


Core lightning is a lightweight, highly customizable and standard compliant implementation of the Lightning Network protocol.
Core lightning only works on Linux and Mac OS, and requires a locally (or remotely) running groestlcoind (version 22.0 or above) that is fully caught up with the network you're testing on.

Changelog 24.02.1
• The recover plugin can now detect dataloss and guide you through the recovery process, making emergency recoveries less stressful.
• The logic of the anchor channels has been overhauled and channel fundings and closing should now be more flexible and reliable.
• reckless, our plugin manager, now knows how to create python virtualenvs for each plugin. This allows running multiple plugins with conflicting dependencies. Furthermore it can be told an exact version or commit to install.
• CLN now has a --no-reconnect-private, which tells lightningd not to reconnect private peers. This is useful for service-providers and LSPs if the majority of peers is flaky.
• The newest version of the splicing proposal was implemented. Though experimental we encourage anyone to try it out, as it informs the specification process as well.

Features
• Creating channels.
• Closing channels.
• Completely managing all channel states (including the exceptional ones!).
• Performing path finding within the network, passively forwarding incoming payments.
• Sending outgoing onion-encrypted payments through the network.
• Automatic channel management (autopilot).

This application is licensed under MIT. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

Ubuntu: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-ubuntu
Fedora: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-fedora
OpenBSD: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-openbsd
OSX: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-macos
Arch Linux: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-build-on-arch-linux
Raspberry Pi: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-cross-compile-for-raspberry-pi
Armbian: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-compile-for-armbian
Alpine: https://github.com/Groestlcoin/lightning/blob/master/doc/INSTALL.md#to-compile-for-alpine

Source code: https://github.com/Groestlcoin/lightning
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
March 22, 2024, 01:10:31 PM
 #5885


GRSPay: a free and open-source cryptocurrency payment processor which allows you to receive payments in Groestlcoin with no fees, transaction cost or a middleman.


GRSPay is a non-custodial invoicing system which eliminates the involvement of a third-party. Payments with GRSPay go directly to your wallet, which increases the privacy and security. Your private keys are never uploaded to the server. There is no address re-use, since each invoice generates a new address deriving from your xpubkey or zpubkey.

GRSPay is available at https://grspay.com
https://www.youtube.com/watch?v=c7s3zZnlQ6M

https://www.youtube.com/watch?v=qNMTDEPhWhY

Changelog v1.12.5
• With this release we upgrade to .NET 8, which also requires a current version of the Docker engine for docker deployments (>= 20.10.10).
• We are ending support for Postgresql 11 as it reached 5 years after its initial release.
• Webhooks: Support for Payment Requests, Payouts and extendibility by plugins
• Support BIP129 Multisig wallet import
• POS Keypad: Add plus and change clear functionality
• Forms: Support adjusting invoice amount by multiplier, enables percentage-based discount codes
• Can pair or reset a Boltcard to a pull payment
• Plugins: Allow scheduling installs/updates of future plugins
• Checkout: NFC improvements
• Checkout: Receipt improvements
• Payment Request: Improve public view
• POS Keypad: List recent transactions
• POS Cart: Add options for search and categories display
• POS Cart: Horizontal scrollable filters
• POS and Crowdfund: Item editor improvements
• Reporting: UI improvements
• Server Policies: Add warnings for certain options
• Greenfield: Remove unused checkout type setting from POS
• Greenfield: Make checkout type V2 default for new stores
• Domain mapping: Redirect root app to canonical URL
• Store Branding: Use store logo as favicon
• Rate Providers: Remove Bittrex
• UI: Unify list views
• UI: Unify public page styles
• UI: Add system option for theme switch
• UI: Pull payment improvements
• UI: Switch pos data to metadata in invoice create view
• UI: Improve invoice's webhooks table
• UI: Remove forced center alignment for POS description

Features
• Direct, P2P Groestlcoin payments
• Lightning Network support
• Complete control over private keys
• Enchanced privacy
• SegWit support
• Process payments for others
• Easy-embeddable Payment buttons
• Point of sale app
• No transaction fees (other than those for the crypto networks)
• No processing fees
• No middleman
• No KYC
• The software is built in C#
• You can run GRSPay as a self-hosted solution on your own server or use our host. The self-hosted solution allows you not only to attach an unlimited number of stores but also become the payment processor for others.
• Open Source - MIT license

This application is licensed under MIT. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

Source code: https://github.com/Groestlcoin/btcpayserver
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
March 22, 2024, 01:10:44 PM
 #5886


GRSPay Testnet: a free and open-source cryptocurrency payment processor which allows you to receive payments in Groestlcoin Testnet with no fees, transaction cost or a middleman.


GRSPay Testnet is a non-custodial invoicing system which eliminates the involvement of a third-party. Payments with GRSPay Testnet go directly to your wallet, which increases the privacy and security. Your private keys are never uploaded to the server. There is no address re-use, since each invoice generates a new address deriving from your tpubkey or vpubkey.

GRSPay Testnet is available at https://testnet.grspay.com/
https://www.youtube.com/watch?v=c7s3zZnlQ6M

https://www.youtube.com/watch?v=qNMTDEPhWhY

Changelog v1.12.5
• With this release we upgrade to .NET 8, which also requires a current version of the Docker engine for docker deployments (>= 20.10.10).
• We are ending support for Postgresql 11 as it reached 5 years after its initial release.
• Webhooks: Support for Payment Requests, Payouts and extendibility by plugins
• Support BIP129 Multisig wallet import
• POS Keypad: Add plus and change clear functionality
• Forms: Support adjusting invoice amount by multiplier, enables percentage-based discount codes
• Can pair or reset a Boltcard to a pull payment
• Plugins: Allow scheduling installs/updates of future plugins
• Checkout: NFC improvements
• Checkout: Receipt improvements
• Payment Request: Improve public view
• POS Keypad: List recent transactions
• POS Cart: Add options for search and categories display
• POS Cart: Horizontal scrollable filters
• POS and Crowdfund: Item editor improvements
• Reporting: UI improvements
• Server Policies: Add warnings for certain options
• Greenfield: Remove unused checkout type setting from POS
• Greenfield: Make checkout type V2 default for new stores
• Domain mapping: Redirect root app to canonical URL
• Store Branding: Use store logo as favicon
• Rate Providers: Remove Bittrex
• UI: Unify list views
• UI: Unify public page styles
• UI: Add system option for theme switch
• UI: Pull payment improvements
• UI: Switch pos data to metadata in invoice create view
• UI: Improve invoice's webhooks table
• UI: Remove forced center alignment for POS description

Features
• Direct, P2P Groestlcoin Testnet payments
• Lightning Network Testnet support
• Complete control over private keys
• Enchanced privacy
• SegWit Testnet support
• Process payments for others
• Payment buttons
• Point of sale
• No transaction fees (other than those for the crypto networks)
• No processing fees
• No middleman
• No KYC
• The software is built in C#
• You can run GRSPay Testnet as a self-hosted solution on your own server or use our host. The self-hosted solution allows you not only to attach an unlimited number of stores but also become the payment processor for others.
• Open Source - MIT license

This application is licensed under MIT. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

Source code: https://github.com/Groestlcoin/btcpayserver
Pages: « 1 ... 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 [295]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!