Bitcoin Forum
April 19, 2024, 01:38:34 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 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)
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
June 22, 2018, 08:56:43 PM
Last edit: June 22, 2023, 06:31:06 PM by gruve_p
 #5441



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 Elecrum-GRS is the right choice for you.

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 taht 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

It is appreciated if feedback of the following is provided:
1. Can you receive coins with legacy addresses? (small amounts to avoid losing them)
2. Can you receive coins with bech32 addresses? (small amounts to avoid losing them)
3. Can you receive coins with legacy testnet addresses? (small amounts to avoid losing them)
4. Can you receive coins with bech32 testnet addresses? (small amounts to avoid losing them)
5. Can you send coins with legacy addresses? (small amounts to avoid losing them)?
6. Can you send coins with bech32 addresses? (small amounts to avoid losing them)?
7. Can you send coins with legacy testnet addresses? (small amounts to avoid losing them)?
8. Can you send coins with bech32 testnet addresses? (small amounts to avoid losing them)?
9. Does it automatically detect servers under Tools - Network?
10. Are you able to sweep private keys?
11. Are you able to sign/verify messages?
12. Are you able to encrypt/decrypt messages?

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.

The application may have unfound bugs and problems. To leave feedback: 
1. PM me
2. Email: groestlcoin@gmail.com
3. Post reports of erros in this topic.

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/Groestlcoin/electrumx-grs
Github Source server installer: https://github.com/Groestlcoin/electrumx-grs-installer
Github Source client: https://github.com/Groestlcoin/electrum-grs
Github Source Icons: https://github.com/Groestlcoin/electrum-grs-icons
Github Source locale: https://github.com/Groestlcoin/electrum-grs-locale
1713490714
Hero Member
*
Offline Offline

Posts: 1713490714

View Profile Personal Message (Offline)

Ignore
1713490714
Reply with quote  #2

1713490714
Report to moderator
1713490714
Hero Member
*
Offline Offline

Posts: 1713490714

View Profile Personal Message (Offline)

Ignore
1713490714
Reply with quote  #2

1713490714
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713490714
Hero Member
*
Offline Offline

Posts: 1713490714

View Profile Personal Message (Offline)

Ignore
1713490714
Reply with quote  #2

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

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
June 22, 2018, 08:57:12 PM
Last edit: June 22, 2023, 06:31:00 PM by gruve_p
 #5442



Groestlcoin Vanitygen: Vanity groestlcoin address generator . Vanitygen is a command-line vanity groestlcoin address generator. Add unique flair when you tell people to send groestlcoins.  Alternatively, vanitygen can be used to generate random addresses offline.


If you're tired of the random, cryptic addresses generated by regular groestlcoin clients, then vanitygen is the right choice for you to create a more personalized address.

Changelog Groestlcoin Vanitygen v1.03b :
• Add compressed address support by salfter
• Add ocl compressed address support by scintill
• Add keyconv compressed suppport by ryancdotorg
• Apply bug fix by cmisare

Changelog Groestlcoin Vanitygen v1.02b :
• Improved UI for setting a BIP39 passphrase
• Signed Linux and Windows binaries available
• Multiple Makefile fixes
• Multiple OpenCL fixes
• Removed the need for using the -G flag
• Add keyconv support(encryption/decryption of private keys using password)
• Fix misleading error messages
• Bugfix for compiling kernel

Features
• Vanitygen accepts as input a pattern, or list of patterns to search for, and produces a list of addresses and private keys.
• Vanitygen's search is probabilistic, and the amount of time required to find a given pattern depends on how complex the pattern is, the speed of your computer, and whether you get lucky.
• Vanitygen includes components to perform address searching on your CPU (vanitygen) and your OpenCL-compatible GPU (oclvanitygen). Both can be built from source, and both are included in the Windows binary package.
• Upon finding a match for a given pattern, vanitygen will stop searching for additional matches for that pattern. To search for multiple matches for each pattern, use the -k option
• Prefixes are exact strings that must appear at the beginning of the address. When searching for prefixes, vanitygen will ensure that the prefix is possible, and will provide a difficulty estimate.  Exact prefixes are case-sensitive by default, but may be searched case-insensitively using the -i option
• The percentage displayed just shows how probable it is that a match would be found in the session so far. If it finds your address with 5% on the display, you are extremely lucky.  If it finds your address with 92% on the display, you are unlucky.  If you stop vanitygen with 90% on the display, restart it, and it finds your address with 2% on the display, your first session was unlucky, but your second session was lucky.
• Vanitygen uses the OpenSSL random number generator. This is the same RNG used by groestlcoin and a good number of HTTPS servers. It is regarded as well-scrutinized. On Linux, the RNG will be seeded from /dev/urandom. Guessing the private key of an address found by vanitygen will be no easier than guessing a private key created by groestlcoin itself. Nonetheless, if you feel the default RNG is unable to provide numbers that are sufficiently difficult to guess, vanitygen can be directed to seed the RNG from an external file using the -s option.
• To speed up address generation, vanitygen uses the RNG to choose a private key, and literally increments the private key in a loop searching for a match. As long as the starting point is not disclosed, if a match is found, the private key will not be any easier to guess than if every private key tested were taken from the RNG. Vanitygen will also reload the private key from the RNG after 10,000,000 unsuccessful searches (100M for oclvanitygen), or when a match is found and multiple patterns are being searched for.
• Free software - Gnu GPL v3. Anyone can audit the code.
• Written in C - The code is short, and easy to review.

To use vanitygen, you need to open a command line window and change to the directory where you extracted the vanitygen program.  An easy way to do this in Windows 7, hold down the shift key, right-click on the folder where you unzipped vanitygen, and select "Open command window here."  Then, you can type the vanitygen command at the prompt. Example how to use:

Generate an address using CPU(slower):
Linux: ./vanitygen Fgrs
Windows: vanitygen.exe Fgrs
Difficulty: 78508
Pattern: Fgrs
Address: Fgrsa16NshK1ua6KyBSXahz6D9PYUbvL3d
Privkey: 5JssG8to6x62vf9pC7ktJhXc3jJV31JR1Do7qLvQEx8wVUQ37op

Generate an address using GPU(faster):
Linux: ./oclvanitygen Fgrs
Windows: oclvanitygen.exe Fgrs
Difficulty: 78508
Pattern: Fgrs
Address: FgrsjEdkYaubKoxqKJ9uGP9pHxknhrn7Vj
Privkey: 5KHCnR5HAkdrePoQiXcvJh3ZADt1EymnryySi4tkqTArnQGTwQc

Password protected private keys:
Linux: ./vanitygen -e Fgrs
Windows: vanitygen.exe -e Fgrs
Difficulty: 19627
Enter new password:
Verifying - Enter new password:
Pattern: Fgrs
Address: FgRsguD6fqcHM7HXHG6WDqSg78NrdRB4Bz
Protkey: PsTaTXeXSLDrVc8bjJVg6uTvDhdziG5jHXyM6jC1j1wf4EFCt5n5djP5rBbtnztkvQLQ

Decrypting password protected private keys:
Linux: ./keyconv -d PsTaTXeXSLDrVc8bjJVg6uTvDhdziG5jHXyM6jC1j1wf4EFCt5n5djP5rBbtnztkvQLQ
Windows: keyconv.exe -d PsTaTXeXSLDrVc8bjJVg6uTvDhdziG5jHXyM6jC1j1wf4EFCt5n5djP5rBbtnztkvQLQ
Enter import password:
Address: FgRsguD6fqcHM7HXHG6WDqSg78NrdRB4Bz
Privkey: 5JvKJy4XSeGRHapyTich5oVYiwANPbzjvFiHXSafawU4eNcD5Wt

Note: Groestlcoin addresses consist of random digits and uppercase and lowercase letters, with the exception that the uppercase letter "O", uppercase letter "I", lowercase letter "l", and the number "0" are never used to prevent visual ambiguity.

It is appreciated if feedback of the following is provided:
1. Are you able to create vanity addresses for Groestlcoin?
2. Are you able to create a password protected private key?
3. Are you able to decrypt a password protected key?
4. Are you able to sweep the private keys (using any of our clients)?
5. Are you able to import the private keys (using any of our clients)?

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.

The application may have unfound bugs and problems. To leave feedback: 
1.  PM ExploitAgency on bitcointalk: https://bitcointalk.org/index.php?action=profile;u=951625
2.  Email: groestlcoin@gmail.com
3.  Reports of errors can also be posted in this topic.

Download the Groestlcoin vanitygen here:
Linux: https://github.com/Groestlcoin/vanitygen/releases/download/1.03b/linux-binary.tar.gz
Windows: https://github.com/Groestlcoin/vanitygen/releases/download/1.03b/windows-binary.zip

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

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
June 22, 2018, 08:57:28 PM
Last edit: June 22, 2023, 06:30:54 PM by gruve_p
 #5443



Groestlsight testnet is an open-source Groestlcoin testnet blockchain explorer with complete REST and websocket APIs that can be used for writing web wallets and other apps that need more advanced blockchain queries than provided by groestlcoind testnet RPC.


Groestlsight Testnet REST API provides you with a convenient, powerful and simple way to read data from the groestlcoin testnet network and build your own services with it.

Features
• Support to verify signed messages online. Verify that a message comes from a specific Groestlcoin testnet address.
• Support to broadcast transactions online. Broadcast a raw transaction in hex format over the Groestlcoin testnet network.
• Multiple languages supported, including Japanese, German and Spanish.
• Fast - Fast navigation using client side javascript rendering with AngularJS.
• Mined by - Check which pool mined the block.
• Multiple platforms - Supports all browsers
• API - Complete REST and Websocket API for quering blocks, transactions, and addresses; and receiving live updates
• Light - Thin data model using groestlcoind RPC interfase to validate blockchain information. Fast groestlcoind blockchain syncronization (~1hrs for the entire livenet), using LevelDB for data storage and, optionally, raw groestlcoind data files processing.
• Exhaustive - Reports on double spend attempts, outpoints confirmations, outputs spend status reports. Input and Outputs hyperlinks in transactions. Extended view in transactions to show advance details.
• Open source - Opensourced, written in node.js and based on the powerful groestlcore nodejs library.

It is appreciated if feedback of the following is provided:
1. Can you verify signed messages?
2. Can you broadcast a raw transaction?

Groestlsight testnet 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 groestlsight testnet, no compensation will be given. Use groestlsight testnet solely at your own risk.
 
The application may have unfound bugs and problems. To leave feedback: 
1. PM me
2. Email: groestlcoin@gmail.com
3. Post reports of erros in this topic.

Groestlsight testnet is available via http://groestlsight-test.groestlcoin.org/

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

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
June 22, 2018, 08:57:42 PM
 #5444



P2pool testnet is a decentralized Groestlcoin testnet mining pool that works by creating a peer-to-peer network of miner nodes.


The P2Pool software encodes the shares into what's called the share chain. This is very similar to the block chain used by Groestlcoin. This chain is built using the computational power miners use to find shares. All of the P2Pool nodes maintain a copy of the share chain for the current block and use it to determine payouts to miners. Decentralized payout pooling solves the problem of centralized mining pools degrading the decentralization of Groestlcoin and avoids the risk of hard to detect theft by pool operators. Because of the importance of strengthening Groestlcoin's decentralization, some Groestlcoin supporters donate to P2Pool miners, resulting in average returns above 100% of the expected reward.

Miners are configured to connect to a P2Pool node that can be run locally, alongside the miner. P2Pool users must run a full Groestlcoin node which serves the purpose of independently validating transactions and the Groestlcoin blockchain.

There are two reported kinds of stales in P2Pool: "DEAD ON ARRIVAL" shares and orphan shares. Dead shares were too old by the time they arrived at your local P2Pool. Very high dead rates can indicate miner misconfiguration. Orphan shares are shares which were not extended by the rest of the P2Pool network, because some other miner's share was accepted first. Very high orphan rates may indicate network connectivity problems.
When you first start P2Pool claimed efficiency will be low and the error bounds on this estimate will be large, but as it runs the numbers will converge to their correct values. Due to the way the PPLN (Pay Per Last N Shares) payout system in P2Pool works, slow or very unlucky miners may not receive the first payout for up to 24 hours. However, once the first payout is received, the payout for the miner will grow to match the miner's mining speed. The system is designed to punish pool hoppers - miners who switch pools to get the maximum amount of shares. If your efficiency is unusually low, make sure your network connection isn't overloaded, that your miners support long polling and are not set to work for excessive amounts of time, and that your groestlcoind has multiple connections.

Features
• No registration required. To join a p2pool, all you need is your payout address
• The P2Pool network is DDOS resistant, if the node you are mining on is down, you can just switch to another node, without losing any shares
• If a node is compromised, the attacker cannot steal any of the worker's payouts
• Miners get higher payouts than normal pools because they receive transactions fees from block rewards
• SegWit compatibility
• CSV compatibility
• Bech32 compatibility
• p2sh-segwit compatibility
• BIP65 compatibility
• BIP66 compatibility
• Requires Groestlcoin >= 2.16.0
• Bootstrap address list
• Small statistical advantages increasing income
• Control over your own pool node
• No need to trust a pool operator
• Immediate payments
• Helps to protect and keep the groestlcoin testnet network decentralized
• Open source - Opensourced, written in Python

It is appreciated if feedback of the following is provided:
1. Can you mine with a legacy address?
2. Can you mine with a p2sh-segwit address?
3. Can you mine with a bech32 address?

P2pool is licensed under GNU. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to p2pool testnet, no compensation will be given. Use p2pool testnet solely at your own risk.
 
The application may have unfound bugs and problems. To leave feedback: 
1. PM me
2. Email: groestlcoin@gmail.com
3. Post reports of erros in this topic.

Groestlcoin testnet p2pool is available via http://testp2pool.groestlcoin.org:21330/static/

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

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
June 22, 2018, 08:58:06 PM
 #5445



Groestlcoinomi is a lightweight "thin client" groestlcoin Android wallet based on a client-server protocol. Its main advantages over the original Groestlcoin Android wallet include support for not requiring to sync with the blockchain.


In order to bring Groestlcoin to the mainstream masses the Groestlcoinomi Android wallet (v1.5.29) is ready for testing. The app allows you to send and receive Groestlcoins on your device without syncing the blockchain. When using this app, please store your secret phrase and email them to yourself! Then your coins can be retrieved even if you loose your phone. Furthermore, this puts the user in total control of their funds at any given time.

Electrum-grs Android implementations:
BIP-0032 to implement a hierarchical deterministic wallet
BIP-0039 to implement a mnemonic code of mnemonic sentence for the generation of deterministic wallets (process for turning in into a BIP-0032 seed)

Changelog Groestlcoinomi v1.5.29:
• Rebranded to Groestlcoinomi
• Updated Testnet logo

Changelog Groestlcoin Electrum GRS v1.5.28:
• Added testnet support and ability to switch between mainnet and testnet
• Added support to receive from non native segwit address
• Added more electrum-grs servers

Changelog Groestlcoin Electrum GRS v1.5.25 :
• Improved UI for setting a BIP39 passphrase
• Fixed memory leak when restoring a wallet
• Fixed crashes on some devices
• Possibility to sign and verify messages
• Account details screen to view the public key
• Some UI optimizations
• Bug fixes
• Increase the default size of the recovery phrase
• Can set an amount in receive screen
• Small optimizations when handling the QR code and transactions
• Added ability to spend own unconfirmed change funds
• Support payment URIs requests from browsers and other apps

Features
• Exchange rates for various national currencies
• Manual receiving address management (enable in settings)
• Wallet only needs to be backed up once, on initial creation.
• Wallet backup consists of simple list of 12 common words (BIP-0039).
• Empty the wallet with 1 click
• Automatic connectivity management with fast reconnects and detection of network change
• Password protect your recovery phrase
• Top security - Electrum-grs uses bank grade technology. Your money is kept safe by guaranteeing that your private keys will never leave your gadget. The user has absolute control
• Warning if there are no connections to the Electrum-GRS servers
• Click on any addresses to edit the label or copy it
• Support payment URIs requests from browsers and other apps

It is appreciated if feedback of the following is provided:
1.  Can you receive coins? (small amounts to avoid losing them)
2.  Can you send coins?
3.  Can you scan a QR code from another phone.
4.  Can you request coins via email or other android service?
5.  Does it calculate exchange rates properly?
6.  How fast is a transaction?

Important:
Store your secret phrase somewhere safe!

To close the app, simply press the back button until you reach your home screen.  The app will close itself (there is no need for a disconnect option). 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.

The application may have unfound bugs and problems. To leave feedback: 
1. PM hashengineering on bitcointalk: https://bitcointalk.org/index.php?action=profile;u=155038
2. Email: hashengineeringsolutions@gmail.com
3. Reports of errors can also be posted in this topic.

Groestlcoinomi Android is available in the Google play store:
https://play.google.com/store/apps/details?id=hashengineering.groestlcoin.wallet.electrum

Source code:
https://github.com/Groestlcoin/groestlcoinj - Groestlcoin Java Library (for the Android App and possibly other software)
https://github.com/Groestlcoin/android-electrum-grs - Groestlcoinomi
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
June 22, 2018, 08:58:20 PM
 #5446



Groestlcoinomi is a lightweight "thin client" Groestlcoin Blackberry wallet based on a client-server protocol. Its main advantages over the original Groestlcoin Blackberry wallet include support for not requiring to sync with the blockchain.


In order to bring Groestlcoin to the mainstream masses the Groestlcoinomi Blackberry wallet (v1.5.29) is ready for testing. The app allows you to send and receive Groestlcoins on your device without syncing the blockchain. When using this app, please store your secret phrase and email them to yourself! Then your coins can be retrieved even if you loose your phone. Furthermore, this puts the user in total control of their funds at any given time.

Electrum-grs Blackberry implementations:
BIP-0032 to implement a hierarchical deterministic wallet
BIP-0039 to implement a mnemonic code of mnemonic sentence for the generation of deterministic wallets (process for turning in into a BIP-0032 seed)

Changelog Groestlcoinomi v1.5.29:
• Rebranded to Groestlcoinomi
• Updated Testnet logo

Changelog Groestlcoin Electrum GRS v1.5.28:
• Added testnet support and ability to switch between mainnet and testnet
• Added support to receive from non native segwit address
• Added more electrum-grs servers

Changelog Groestlcoin Electrum GRS v1.5.25:
• Improved UI for setting a BIP39 passphrase
• Fixed memory leak when restoring a wallet
• Fixed crashes on some devices
• Possibility to sign and verify messages
• Account details screen to view the public key
• Some UI optimizations
• Bug fixes
• Increase the default size of the recovery phrase
• Can set an amount in receive screen
• Small optimizations when handling the QR code and transactions
• Added ability to spend own unconfirmed change funds
• Support payment URIs requests from browsers and other apps

Features
• Exchange rates for various national currencies
• Manual receiving address management (enable in settings)
• Wallet only needs to be backed up once, on initial creation
• Wallet backup consists of simple list of 12 common words (BIP-0039)
• Empty the wallet with 1 click
• Automatic connectivity management with fast reconnects and detection of network change
• Password protect your recovery phrase
• Top security - Electrum-grs uses bank grade technology. Your money is kept safe by guaranteeing that your private keys will never leave your gadget. The user has absolute control
• Warning if there are no connections to the Electrum-GRS servers
• Click on any addresses to edit the label or copy it
• Support payment URIs requests from browsers and other apps

It is appreciated if feedback of the following is provided:
1.  Can you receive coins? (small amounts to avoid losing them)
2.  Can you send coins?
3.  Can you scan a QR code from another phone.
4.  Can you request coins via email or other Blackberry service?
5.  Does it calculate exchange rates properly?
6.  How fast is a transaction?

Important:
Store your secret phrase somewhere safe!

To close the app, simply press the back button until you reach your home screen.  The app will close itself (there is no need for a disconnect option). 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.

The application may have unfound bugs and problems. To leave feedback: 
1. PM hashengineering on bitcointalk: https://bitcointalk.org/index.php?action=profile;u=155038
2. Email: hashengineeringsolutions@gmail.com
3. Reports of errors can also be posted in this topic.

Groestlcoinomi Blackberry is available in the Blackberry World:
https://appworld.blackberry.com/webstore/content/59983243/

Source code:
https://github.com/Groestlcoin/groestlcoinj - Groestlcoin Java Library (for the Blackberry App and possibly other software)
https://github.com/Groestlcoin/android-electrum-grs - Groestlcoinomi
sergey_vass
Member
**
Offline Offline

Activity: 308
Merit: 10


View Profile
June 22, 2018, 08:58:24 PM
 #5447

This coin spiked back in 2017 like 1000% in a period of 1 week and then dumped and pumped again, It may be a good coin but it seems its good for only pump groups, What goes up like this always comes down badly ESPECIALLY when their is no mega news regarding why the price pumped out of nowhere which raises eyebrows and flags so I wouldn't fall a victim while some pump group is behind it.
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
June 22, 2018, 08:58:36 PM
Last edit: June 22, 2023, 06:30:47 PM by gruve_p
 #5448



A BIP-0032 compatible Hierarchical Deterministic Groestlcoin Wallet


The app allows you to send and receive Groestlcoins on your device using QR codes and URI links.
When using this app, please back up your wallet and email them to yourself!  This will save your wallet in a password protected file.  Then your coins can be retrieved even if you loose your phone.

Changelog Groestlcoin Wallet v5.24.2 :
• Updated icons/graphics
• Can receive v2 transactions (if not RBF) without waiting for a block confirmation
• Fixed widget preview to reflect GRS

Changelog Groestlcoin Wallet v5.24.1 :
• After a couple of weeks of not being used, the app will notify if there are still coins in the wallet.
• Improve mechanism for setting a trusted peer and warn if its hostname cannot be resolved.
• Add warning to RBF (replace-by-fee) transactions
• On Android 6.0 (Marshmellow) and above, you can now grant or revoke app permissions at will. The current permissions are: Camera (for scanning QR codes) and Read/Write External Storage (for wallet backups).
• Strengthen security of spending PIN.
• Speed up wallet decryption when using a spending PIN
• Supports HTTP/2 and ALPN on all HTTP calls (e.g. payment protocol).
• Slightly more robust scanning of QR codes.
• Fix detection of network state. This needs the ACCESS_NETWORK_STATE permission
• The app now requires Android 4.1 (Jelly Bean) or higher. This makes UI development easier in future.
• For Android 6.0 (Marshmellow) and above, bring back the ability to receive payments via Bluetooth. This means your customers can pay without being connected to the internet!
• Nicely animated appearance of main screen on phones.
• Query a set of Electrum-GRS servers to swipe paper wallets

Changelog Groestlcoin Wallet 4.46.2 :
• Automatically close send coins dialog if payment was successful. This can be disabled in the settings.
• Adjusts to the new network fee rules imposed by Groestlcoin Core.
• Now requires Android 4.0.3 (ICS) for all subprojects.
• Hint to enable storage encryption.
• Allow raising the fee of an unconfirmed transaction. Uses child-pays-for-parent (CPFP).
• Pay the default fee for sweeping paper wallets.
• Setting for own name, to be added as a label/memo to payment requests.
• List animations for network monitor.
• Migrate build from Maven to Gradle. This should make things easier for Android Studio users.
• In-app payments integration (integration-android) now available on Maven Central and jCenter.
• Nice slide-in animation for sent payment.
• Tint incoming transactions in green, outgoing in red.
• Tint action bar labels.
• Material design for list of transactions.
• Update android-maven-plugin to 4.2.0, so we can use AARs.
• Use action bar submenu for filtering wallet transactions, rather than a ViewPager.
• Speed up transactions list.
• Update QR-code scanner to ZXing 3.2.0.
• Show derived addresses in address book under "your addresses".
• Show "to addresses" of received payments, rather than "from addresses".
• Speed up blockchain sync.
• Improve entry of password in backup wallet dialog.
• Share current wallet address by tapping on it.
• Update dialogs to material theme on Lollipop devices.
• Show and share extended public key. This can be used to grant read-only access to your wallet. The new option is available in the diagnostics settings.
• Record fiat amount for sent payments.

Features:
• Sweep paper wallets
• Transparant - free and open source
• Blockexplorer support
• Network monitor
• Backup/restore option
• Spending pin
• xpub support
• Ability to reset blockchain
• Ability to change denomination
• Ability to connect to trusted peer
• Connectivity indicator
• BIP70 support

It is appreciated if feedback of the following is provided:
1.  Can you receive coins? (small amounts to avoid losing them)
2.  Can you send coins?
3.  Can you scan a QR code from another phone.
4.  Can you request coins via email or other android service?
5.  How long does it take to sync the blockchain?
6.  How much space does it take up on your phone?
7.  Does it calculate exchange rates properly?
8.  Are you able to sweep paper wallet?

If the app crashes you can send the report via email or another method if your phone allows it.  Reports of errors can also be posted in this topic.
To close the app, simply press the back button until you reach your home screen.  The app will close itself (there is no need for a disconnect option).
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.

The application may have unfound bugs and problems. To leave feedback: 
1.  PM hashengineering on bitcointalk: https://bitcointalk.org/index.php?action=profile;u=155038
2.  Email: hashengineeringsolutions@gmail.com
3.  Reports of errors can also be posted in this topic.

You can donate in the app directly to Hashengineering for his hard work. On the menu go to "donate"

Groestlcoin Wallet is available in the Google play store:
https://play.google.com/store/apps/details?id=hashengineering.groestlcoin.wallet

Source code:
https://github.com/Groestlcoin/groestlcoinj - Groestlcoin Java Library (for the Android App and possibly other software)
https://github.com/Groestlcoin/groestlcoin-wallet - The Groestlcoin Android Wallet Source code
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
June 22, 2018, 08:59:05 PM
Last edit: June 22, 2023, 06:30:41 PM by gruve_p
 #5449



A BIP-0032 compatible Hierarchical Deterministic Groestlcoin Wallet


The app allows you to send and receive Groestlcoins on your device using QR codes and URI links.
When using this app, please back up your wallet and email them to yourself!  This will save your wallet in a password protected file.  Then your coins can be retrieved even if you loose your phone.

Changelog Groestlcoin Wallet v5.24.2 :
• Updated icons/graphics
• Can receive v2 transactions (if not RBF) without waiting for a block confirmation
• Fixed widget preview to reflect GRS

Changelog Groestlcoin Wallet v5.24.1 :
• After a couple of weeks of not being used, the app will notify if there are still coins in the wallet.
• Improve mechanism for setting a trusted peer and warn if its hostname cannot be resolved.
• Add warning to RBF (replace-by-fee) transactions
• Strengthen security of spending PIN.
• Speed up wallet decryption when using a spending PIN
• Supports HTTP/2 and ALPN on all HTTP calls (e.g. payment protocol).
• Slightly more robust scanning of QR codes.
• Fix detection of network state. This needs the ACCESS_NETWORK_STATE permission
• Nicely animated appearance of main screen on phones.
• Query a set of Electrum-GRS servers to swipe paper wallets

Changelog Groestlcoin Wallet 4.46.2 :
• Automatically close send coins dialog if payment was successful. This can be disabled in the settings.
• Adjusts to the new network fee rules imposed by Groestlcoin Core.
• Now requires Android 4.0.3 (ICS) for all subprojects.
• Hint to enable storage encryption.
• Allow raising the fee of an unconfirmed transaction. Uses child-pays-for-parent (CPFP).
• Pay the default fee for sweeping paper wallets.
• Setting for own name, to be added as a label/memo to payment requests.
• List animations for network monitor.
• Migrate build from Maven to Gradle. This should make things easier for Android Studio users.
• In-app payments integration (integration-android) now available on Maven Central and jCenter.
• Nice slide-in animation for sent payment.
• Tint incoming transactions in green, outgoing in red.
• Tint action bar labels.
• Material design for list of transactions.
• Update android-maven-plugin to 4.2.0, so we can use AARs.
• Use action bar submenu for filtering wallet transactions, rather than a ViewPager.
• Speed up transactions list.
• Update QR-code scanner to ZXing 3.2.0.
• Show derived addresses in address book under "your addresses".
• Show "to addresses" of received payments, rather than "from addresses".
• Speed up blockchain sync.
• Improve entry of password in backup wallet dialog.
• Share current wallet address by tapping on it.
• Update dialogs to material theme on Lollipop devices.
• Show and share extended public key. This can be used to grant read-only access to your wallet. The new option is available in the diagnostics settings.
• Record fiat amount for sent payments.

Features:
• Sweep paper wallets
• Transparant - free and open source
• Blockexplorer support
• Network monitor
• Backup/restore option
• Spending pin
• xpub support
• Ability to reset blockchain
• Ability to change denomination
• Ability to connect to trusted peer
• Connectivity indicator
• BIP70 support

It is appreciated if feedback of the following is provided:
1.  Can you receive coins? (small amounts to avoid losing them)
2.  Can you send coins?
3.  Can you scan a QR code from another phone.
4.  Can you request coins via email or other android service?
5.  How long does it take to sync the blockchain?
6.  How much space does it take up on your phone?
7.  Does it calculate exchange rates properly?
8.  Are you able to sweep paper wallet?

If the app crashes you can send the report via email or another method if your phone allows it. Reports of errors can also be posted in this topic.
To close the app, simply press the back button until you reach your home screen. The app will close itself (there is no need for a disconnect option).
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.

The application may have unfound bugs and problems. To leave feedback: 
1.  PM hashengineering on bitcointalk: https://bitcointalk.org/index.php?action=profile;u=155038
2.  Email: hashengineeringsolutions@gmail.com
3.  Reports of errors can also be posted in this topic.

You can donate in the app directly to Hashengineering for his hard work. On the menu go to "donate"

Groestlcoin Wallet is available in Blackberry world:
https://appworld.blackberry.com/webstore/content/59965920/

Source code:
https://github.com/Groestlcoin/groestlcoinj - Groestlcoin Java Library (for the Blackberry App and possibly other software)
https://github.com/Groestlcoin/groestlcoin-wallet - The Groestlcoin Blackberry Wallet Source code
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
June 22, 2018, 08:59:18 PM
Last edit: June 22, 2023, 06:30:34 PM by gruve_p
 #5450



A BIP-0032 compatible Hierarchical Deterministic Groestlcoin Testnet Wallet


The app allows you to send and receive testnet Groestlcoins on your Android device using QR codes and URI links.
When using this app, please back up your wallet and email them to yourself!  This will save your wallet in a password protected file.  Then your testnet coins can be retrieved even if you loose your phone.

Changelog Groestlcoin Testnet Wallet v5.24.2 :
• Updated icons/graphics
• Can receive v2 transactions (if not RBF) without waiting for a block confirmation
• Fixed widget preview to reflect GRS

Features:
• Sweep testnet paper wallets
• Transparant - free and open source
• Testnet blockexplorer support
• Network monitor
• Backup/restore option
• Spending pin
• tpub support
• Ability to reset blockchain
• Ability to change denomination
• Ability to connect to trusted peer
• Connectivity indicator
• BIP70 support

It is appreciated if feedback of the following is provided:
1.  Can you receive coins?
2.  Can you send coins?
3.  Can you scan a QR code from another phone.
4.  Can you request coins via email or other android service?
5.  How long does it take to sync the blockchain?
6.  How much space does it take up on your phone?
7.  Are you able to sweep paper wallet?

If the app crashes you can send the report via email or another method if your phone allows it.  Reports of errors can also be posted in this topic.
To close the app, simply press the back button until you reach your home screen.  The app will close itself (there is no need for a disconnect option).
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.

The application may have unfound bugs and problems. To leave feedback: 
1.  PM hashengineering on bitcointalk: https://bitcointalk.org/index.php?action=profile;u=155038
2.  Email: hashengineeringsolutions@gmail.com
3.  Reports of errors can also be posted in this topic.

You can donate in the app directly to Hashengineering for his hard work. On the menu go to "donate"

Groestlcoin Testnet Wallet is available in the Google play store:
https://play.google.com/store/apps/details?id=hashengineering.groestlcoin.wallet_test

Source code:
https://github.com/Groestlcoin/groestlcoinj - Groestlcoin Java Library (for the Android App and possibly other software)
https://github.com/Groestlcoin/groestlcoin-wallet - The Groestlcoin Android Wallet Source code
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
June 22, 2018, 08:59:32 PM
Last edit: June 22, 2023, 06:30:28 PM by gruve_p
 #5451



A BIP-0032 compatible Hierarchical Deterministic Groestlcoin Testnet Wallet


The app allows you to send and receive testnet Groestlcoins on your Blackberry device using QR codes and URI links.
When using this app, please back up your wallet and email them to yourself!  This will save your wallet in a password protected file.  Then your testnet coins can be retrieved even if you loose your phone.

Changelog Groestlcoin Testnet Wallet v5.24.2 :
• Updated icons/graphics
• Can receive v2 transactions (if not RBF) without waiting for a block confirmation
• Fixed widget preview to reflect GRS

Features:
• Sweep testnet paper wallets
• Transparant - free and open source
• Testnet blockexplorer support
• Network monitor
• Backup/restore option
• Spending pin
• tpub support
• Ability to reset blockchain
• Ability to change denomination
• Ability to connect to trusted peer
• Connectivity indicator
• BIP70 support

It is appreciated if feedback of the following is provided:
1.  Can you receive coins?
2.  Can you send coins?
3.  Can you scan a QR code from another phone.
4.  Can you request coins via email or other android service?
5.  How long does it take to sync the blockchain?
6.  How much space does it take up on your phone?
7.  Are you able to sweep paper wallet?

If the app crashes you can send the report via email or another method if your phone allows it.  Reports of errors can also be posted in this topic.
To close the app, simply press the back button until you reach your home screen.  The app will close itself (there is no need for a disconnect option).
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.

The application may have unfound bugs and problems. To leave feedback: 
1.  PM hashengineering on bitcointalk: https://bitcointalk.org/index.php?action=profile;u=155038
2.  Email: hashengineeringsolutions@gmail.com
3.  Reports of errors can also be posted in this topic.

You can donate in the app directly to Hashengineering for his hard work. On the menu go to "donate"

Groestlcoin Testnet Wallet is available in the Google play store:
https://appworld.blackberry.com/webstore/content/60004887/

Source code:
https://github.com/Groestlcoin/groestlcoinj - Groestlcoin Java Library (for the Blackberry App and possibly other software)
https://github.com/Groestlcoin/groestlcoin-wallet - The Groestlcoin Blackberry Wallet Source code
crayzn999
Newbie
*
Offline Offline

Activity: 88
Merit: 0


View Profile
June 23, 2018, 11:47:24 AM
 #5452

I think the GRS is fine and has a good volume and stable.
Volume will continue to increase as time passes.
IMZ Noo Account
Member
**
Offline Offline

Activity: 746
Merit: 26


View Profile
July 01, 2018, 06:16:48 AM
 #5453

I think the GRS is fine and has a good volume and stable.
Volume will continue to increase as time passes.

Yep. GRS is doing fine. I think it's just that people are underestimating how much 'cooling' follows a spike like that of 2017.

The Legendary 'IMZ' account is/was me. 'IndiaMikeZulu' has been active since May, 2013
BTC: 19ses99BZvyv7y3Dbh39rFnZEdGSh98QNn  Peercoin: PFuPgov1ZWoqtmtdET8nS5rij3KHVuZZHC
Sad007
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
July 10, 2018, 02:59:06 AM
 #5454

Live on CryptoBridge Grin Grin
cryptomaxsun
Legendary
*
Offline Offline

Activity: 2730
Merit: 1387


Ukrainians will resist


View Profile WWW
July 10, 2018, 01:47:09 PM
 #5455

Russian translation - https://bitcointalk.org/index.php?topic=4636368.0

I have known this coin for a long time
I will support the topic in its actual state.
I will publish the latest news.

❘|❘ Cлaвa Укpaинe! ❘|❘ Glory to Ukraine! ❘|❘
❘|❘ КaPФaгeн дoлжeн быть paзpyшeн ❘|❘
jackielove4u
Hero Member
*****
Offline Offline

Activity: 608
Merit: 526



View Profile
July 10, 2018, 05:25:19 PM
 #5456

Russian translation - https://bitcointalk.org/index.php?topic=4636368.0

I have known this coin for a long time
I will support the topic in its actual state.
I will publish the latest news.

Thank you for your contribution!

PGP fingerprint: 287A E4CA 1187 C68C 08B4  9CB2 D11B D4F3 3F1D B499
ANDREW 555
Jr. Member
*
Offline Offline

Activity: 182
Merit: 7


View Profile
July 10, 2018, 10:25:27 PM
 #5457

Listing on CryptoBridge
https://coindar.org/en/event/groestlcoin-grs-listing-on-cryptobridge-11305
Bazzzil86
Newbie
*
Offline Offline

Activity: 420
Merit: 0


View Profile WWW
July 13, 2018, 06:34:42 AM
 #5458

https://tothemoon.live/?IsPast=False&Page=1&Month=0&Year=0&CoinTypes=Groestlcoin+%28GRS%29&SortBy=0

Rebranding vote from July 1st to 15th.

Vitamin_52
Sr. Member
****
Offline Offline

Activity: 854
Merit: 257


View Profile
July 16, 2018, 04:01:07 AM
 #5459

The rebranding vote has concluded. There were 2576 for NO rebrand and 83 votes for rebrand. Groestlcoin will keep its name for the foreseeable future.

https://www.groestlcoin.org/rebranding/
p3ppymon
Sr. Member
****
Offline Offline

Activity: 700
Merit: 254


View Profile
July 16, 2018, 03:46:11 PM
 #5460

The support from devs seems evident from the topic history. However, the trading volume is quite lacking these days. After the huge spike after the Binance launch, the volume and price just plummeted. Is there any action from devs to tackle this issue?
Pages: « 1 ... 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 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!