Bitcoin Forum
May 09, 2024, 09:25:05 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 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 557981 times)
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
December 25, 2017, 08:00:56 PM
Last edit: June 22, 2023, 06:33:06 PM by gruve_p
 #5081



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.

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
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715289905
Hero Member
*
Offline Offline

Posts: 1715289905

View Profile Personal Message (Offline)

Ignore
1715289905
Reply with quote  #2

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

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
December 25, 2017, 08:01:22 PM
Last edit: June 22, 2023, 06:33:00 PM by gruve_p
 #5082



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

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
December 25, 2017, 08:01:46 PM
Last edit: June 22, 2023, 06:31:55 PM by gruve_p
 #5083



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

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
December 25, 2017, 08:02:10 PM
 #5084



Groestlcoin Testnet Paperwallet: JavaScript Client-Side Groestlcoin Testnet Wallet Generator


Now Groestlcoin testnet addresses and their corresponding private key can be conveniently generated in a web browser.
If you leave/refresh the site or press the "Generate New Address" button then a new private key will be generated and the previously displayed private key will not be retrievable. Your Groestlcoin private key should be kept a secret. Treat a paper Testnet wallet not like cash.
Check your balance by going to https://chainz.cryptoid.info/grs-test and entering your Groestlcoin Testnet address.

Features
• Offline single Address creation.
• Offline bulk Address creation.
• Offline brain Address creation.
• Offline vanity Address creation.
• QR code support
• In browser Key (re)generation.
• Ability to view wallet details by entering the private key.

Live version available at http://www.groestlcoin.org/testpaper.html. But it is recommended to download the testnet paperwallet offline and run it on your pc. Open testpaper.html to get started.

It is appreciated if feedback of the following is provided:
1. Are you able to create a single address?
2. Are you able to sweep private key?
3. Are you able to lookup the address on the testnet blockexplorer?
4. Are you able to send funds to the testnet address?
5. Are you able to scan the QR code with the android/blackberry testnet wallet?
6. Are you able to create bulk addresses?

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.

Warning:
For Bulk Wallet we recommended using Google Chrome, it's the fastest.
Requires IE9+, Firefox, Chrome or sufficient JavaScript support.
Mobile Safari only works with iPhone4 or newer devices. Older devices timeout while executing JavaScript.
DO NOT use Opera Mini it renders JavaScript output server side, therefore they might record the private key you generated.
BIP38 most likely will not work on mobile devices due to hardware limitations.

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

Download the Groestlcoin Webwallet here: https://github.com/Groestlcoin/Groestlcoin-PaperWallet/archive/master.zip

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

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
December 25, 2017, 08:02:35 PM
Last edit: June 22, 2023, 06:31:48 PM by gruve_p
 #5085



Instant HTML5 iOS Groestlcoin JSwallet, only controlled by you.


Groestlcoin is excited to announce our new HTML5 instant wallet, JSWallet. We've listened to the community and have created a fast, easy, sexy wallet for iOS.
                                   
Sticking to our core philosophy we neither hold nor have access to users' Groestlcoins as all keys and info are stored client-side. Moreover, should our site ever go offline your wallet can be easily imported into another wallet system.
                                   
Create a wallet in under 5 seconds by moving your finger on the device without having to provide any user information. The client-side input of the motions generate entropy (randomness) which is couple with a random generator to create a Groestlcoin wallet.

You can consider JSWallet a hot wallet where your secret URL is your key, a key that can be further secured with a password should you so choose. JSWallet generates a brand new wallet with a public key. Look in the URL/address bar and you will see a random-looking string starting with '#' or hash – the code after the hash is your brain wallet seed, and is a 'secret link' not visible anywhere other than on your local browser. Either copy the full URL somewhere safe or bookmark it for future access.

Features
• No logins required
• Optional passwords
• Works on multiple devices
• Create a brainwallet
• Groestlcoins stored on client-side
• Written in HTML5
• Takes only 5 seconds
• Set your preferred fiat currency
• Export private key
• Export brainwallet key
• Set custom fee
• Easter egg 1 (fake send): Enter "vapor" in the amount box
• Easter egg 2 (huge balance): Enter "ballin" in the amount box
• Easter egg 3 (huge balance with sound): Enter "baron" in the amount box
• Easter egg 4 (play turn down for what): Enter "tdfw" in the amount box
• Easter egg 5 (stop playing sound): Enter "stop" in the amount box

Create your own URL by using a brainwallet. A brainwallet refers to a random passphrase that only you know. This allows you to easily remember your URL and type it on any browser to retrieve your wallet. Choosing a secure passphrase is critical. Typically a good passphrase is:
• At least 10 words long
• Use letters, capitals, numbers, and spaces
• Never been written in a book, song, or password system
• Easy for you to remember
• Impossible for someone to guess

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.  Do you hear a sound when sending and receiving?
5.  Does it work on all (mobile) iphone versions?
6.  Does the transaction takes couple of seconds?
7.  Does it calculate exchange rates properly?

Important:
Export your private key

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 JSWallet is available in the appstore:
https://itunes.apple.com/us/app/jswallet/id1312673741

Source code:
https://github.com/Groestlcoin/grs-rush-wallet-ios
gruve_p (OP)
Member
**
Offline Offline

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
December 25, 2017, 08:02:53 PM
Last edit: June 22, 2023, 06:31:42 PM by gruve_p
 #5086



Groestlcoin Segwit paperwallet: A simple groestlcoin paper wallet generator that utilizes Segregated Witness (SegWit) Pay To Witness Public Key Hash (P2WPKH) addresses and transactions.


Segwit paperwallet supports creating segwit paperwallet in bulk, keypair generation with QR codes and sweeping tool. Groestlcoin believes strongly in privacy, the live version does not collect and store IP or transaction data.

Features
• Keypair generation with QR Codes
• Bulk address generator
• Vanity generator (very slow, but hey it's javascript)
• Key Sweeping Tool to move all funds belonging to a single SegWit private key.

Live version available at https://www.groestlcoin.org/segwitpaper.html. But it is recommended to download the segwit paperwallet offline and run it on your pc. Open index.html to get started.

It is appreciated if feedback of the following is provided:
1. Are you able to generate segwit addresses?
2. Are you able to sweep segwit private key?
3. Are you able to scan with webcam?
4. Are you able to generate bulk keys?

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 errors in this topic.

Download the Groestlcoin Webwallet here: https://github.com/Groestlcoin/segwitaddress/archive/master.zip

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

Activity: 355
Merit: 65

Founder Groestlcoin


View Profile WWW
December 25, 2017, 08:03:12 PM
Last edit: June 22, 2023, 06:31:36 PM by gruve_p
 #5087



Groestlcoin Webwallet: an open source, multisignature, HD Wallet and more! Webwallet is a a open source browser based Groestlcoin webwallet.


Webwallet is a playground for Groestlcoin in javascript to experiment with. It supports multisig, OP_HODL, RBF and many more. Groestlcoin believes strongly in privacy, the live version does not collect and store IP or transaction data.

Changelog:
• Segwit support added

Features
• Offline Compressed & uncompressed Address creation.
• Offline Multisignature Address creation.
• In browser Key (re)generation.
• Send and receive payments.
• Ability to decode transactions, redeem scripts and more offline.
• Build custom transactions offline.
• Sign transactions offline.
• Signatures are deterministic as per RFC 6979 (https://tools.ietf.org/html/rfc6979#section-3.2)
• Broadcast transactions.
• nLockTime support.
• Add custom data to transactions with the use of OP_RETURN.
• Brain wallet support.
• Compatible with Groestlcoin Core
• Offline qrcode creator and scanning tool
• HD (bip32) support
• CHECKLOCKTIMEVERIFY (OP_HOLD) supported for time locked addresses
• Replace by fee (RBF) Support
• Segwit Support

Live version available at http://groestlcoin.org/webwallet. But it is recommended to download the webwallet offline and run it on your pc. Open index.html to get started.
The built-in wallet can be used with any (non) existing mailaddress and any password.

It is appreciated if feedback of the following is provided:
1. Are you able to create a compressed address?
2. Are you able to create an uncompressed address?
3. Are you able to create a multisig address?
4. Are you able to receive?
5. Are you able to send?
6. Are you able to decode transactions?
7. Are you able to sign offline transactions?
8. Are you able to broadcast transactions?
9. Are you able to use the RBF option?
10. Are you able to scan the QR code?
11. Are you able to add custom data to transactions with use of OP_RETURN?
12. Are you able to use OP_HODL?
13. Are you able to use the built-in wallet?
14. Are you able to create a segwit address?


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.

Warning:
Remember the mailaddress and password you used otherwise you will loose your funds.

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

Download the Groestlcoin Webwallet here: https://github.com/Groestlcoin/webwallet/archive/master.zip

Source code: https://github.com/groestlcoin/webwallet
Blekso
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
December 26, 2017, 03:53:26 PM
 #5088

Great job guys!



Instant HTML5 iOS Groestlcoin JSwallet, only controlled by you.


Groestlcoin is excited to announce our new HTML5 instant wallet, JSWallet. We've listened to the community and have created a fast, easy, sexy wallet for iOS.
                                   
Sticking to our core philosophy we neither hold nor have access to users' Groestlcoins as all keys and info are stored client-side. Moreover, should our site ever go offline your wallet can be easily imported into another wallet system.
                                   
Create a wallet in under 5 seconds by moving your finger on the device without having to provide any user information. The client-side input of the motions generate entropy (randomness) which is couple with a random generator to create a Groestlcoin wallet.

You can consider JSWallet a hot wallet where your secret URL is your key, a key that can be further secured with a password should you so choose. JSWallet generates a brand new wallet with a public key. Look in the URL/address bar and you will see a random-looking string starting with '#' or hash – the code after the hash is your brain wallet seed, and is a 'secret link' not visible anywhere other than on your local browser. Either copy the full URL somewhere safe or bookmark it for future access.

Features
• No logins required
• Optional passwords
• Works on multiple devices
• Create a brainwallet
• Groestlcoins stored on client-side
• Written in HTML5
• Takes only 5 seconds
• Set your preferred fiat currency
• Export private key
• Export brainwallet key
• Set custom fee
• Easter egg 1 (fake send): Enter "vapor" in the amount box
• Easter egg 2 (huge balance): Enter "ballin" in the amount box
• Easter egg 3 (huge balance with sound): Enter "baron" in the amount box
• Easter egg 4 (play turn down for what): Enter "tdfw" in the amount box
• Easter egg 5 (stop playing sound): Enter "stop" in the amount box

Create your own URL by using a brainwallet. A brainwallet refers to a random passphrase that only you know. This allows you to easily remember your URL and type it on any browser to retrieve your wallet. Choosing a secure passphrase is critical. Typically a good passphrase is:
• At least 10 words long
• Use letters, capitals, numbers, and spaces
• Never been written in a book, song, or password system
• Easy for you to remember
• Impossible for someone to guess

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.  Do you hear a sound when sending and receiving?
5.  Does it work on all (mobile) iphone versions?
6.  Does the transaction takes couple of seconds?
7.  Does it calculate exchange rates properly?

Important:
Export your private key

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 JSWallet is available in the appstore:
https://itunes.apple.com/us/app/jswallet/id1312673741

Source code:
https://github.com/Groestlcoin/grs-rush-wallet-ios
TRexMcStubyArms
Member
**
Offline Offline

Activity: 210
Merit: 10


View Profile
December 26, 2017, 04:35:20 PM
 #5089

Someone's been busy.  Nice job all.
kchulani
Full Member
***
Offline Offline

Activity: 308
Merit: 100



View Profile
December 26, 2017, 05:10:46 PM
 #5090

There are so manu updates coming to groestlecoin. I hope they can do their rebranding soon as well I think that is much needed in this space. But overall this coin has the tech behind it to really push it higher in appriciation.

vezpit
Full Member
***
Offline Offline

Activity: 407
Merit: 100



View Profile WWW
December 27, 2017, 05:12:46 AM
 #5091

Hope they work better than the current Groestlcoin Armory.  Sent some to exchange today & after 5 hours still not on the blockchain.  Transaction hash looks ok & paid 0.002 gas.
vezpit
Full Member
***
Offline Offline

Activity: 407
Merit: 100



View Profile WWW
December 27, 2017, 07:14:33 AM
 #5092

Hope they work better than the current Groestlcoin Armory.  Sent some to exchange today & after 5 hours still not on the blockchain.  Transaction hash looks ok & paid 0.002 gas.


Looks to be stuck.  Has a transaction ID but ID & raw hash doesn't show on https://chainz.cryptoid.info/grs.

Any ideas on how to recover?  Transaction info says 'Not in blockchain yet'
vezpit
Full Member
***
Offline Offline

Activity: 407
Merit: 100



View Profile WWW
December 27, 2017, 10:23:56 AM
 #5093

Hope they work better than the current Groestlcoin Armory.  Sent some to exchange today & after 5 hours still not on the blockchain.  Transaction hash looks ok & paid 0.002 gas.


Looks to be stuck.  Has a transaction ID but ID & raw hash doesn't show on https://chainz.cryptoid.info/grs.

Any ideas on how to recover?  Transaction info says 'Not in blockchain yet'

Recovering ok but unable to send.  Looks like a one-way wallet.  3Rd attempt & gave up for today.
jackielove4u
Hero Member
*****
Offline Offline

Activity: 608
Merit: 526



View Profile
December 27, 2017, 01:27:12 PM
 #5094

Hope they work better than the current Groestlcoin Armory.  Sent some to exchange today & after 5 hours still not on the blockchain.  Transaction hash looks ok & paid 0.002 gas.


Looks to be stuck.  Has a transaction ID but ID & raw hash doesn't show on https://chainz.cryptoid.info/grs.

Any ideas on how to recover?  Transaction info says 'Not in blockchain yet'

Recovering ok but unable to send.  Looks like a one-way wallet.  3Rd attempt & gave up for today.

1. uninstall groestlcoin core 2.13.3 if installed
2. install groestlcoin 2.11.0 if needed (optional)
3. Perform factory reset on groestlcoin armory
4. try sending small amounts like 0.1 to test

PGP fingerprint: 287A E4CA 1187 C68C 08B4  9CB2 D11B D4F3 3F1D B499
vezpit
Full Member
***
Offline Offline

Activity: 407
Merit: 100



View Profile WWW
December 28, 2017, 12:28:59 AM
 #5095

Hope they work better than the current Groestlcoin Armory.  Sent some to exchange today & after 5 hours still not on the blockchain.  Transaction hash looks ok & paid 0.002 gas.


Looks to be stuck.  Has a transaction ID but ID & raw hash doesn't show on https://chainz.cryptoid.info/grs.

Any ideas on how to recover?  Transaction info says 'Not in blockchain yet'

Recovering ok but unable to send.  Looks like a one-way wallet.  3Rd attempt & gave up for today.

1. uninstall groestlcoin core 2.13.3 if installed
2. install groestlcoin 2.11.0 if needed (optional)
3. Perform factory reset on groestlcoin armory
4. try sending small amounts like 0.1 to test

Thanks for the reply.  As for my problem, the light reset did not work.  Already using 2.11.0.0 and have now did a full reset.  Expect it will be days before the initializing will be complete.  Had everything on my I. drive as my ssd "c:" is close to full.  Allowed all to rebuild on the c drive to see if this was a issue.  Received ok just unable to sent.
jackielove4u
Hero Member
*****
Offline Offline

Activity: 608
Merit: 526



View Profile
December 28, 2017, 09:22:31 AM
 #5096

Thanks for the reply.  As for my problem, the light reset did not work.  Already using 2.11.0.0 and have now did a full reset.  Expect it will be days before the initializing will be complete.  Had everything on my I. drive as my ssd "c:" is close to full.  Allowed all to rebuild on the c drive to see if this was a issue.  Received ok just unable to sent.

Try sending in smaller ammounts

PGP fingerprint: 287A E4CA 1187 C68C 08B4  9CB2 D11B D4F3 3F1D B499
unmystic
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
December 28, 2017, 04:38:42 PM
 #5097

Hi.
I saw this video online.
https://vimeo.com/247576406

I can help creating the subtitles to spanish.
Have you created a youtube channel?

I can create a translation, but i dont know how to sync it, embed on a video etc.

But i think it could be a good way to reach a bigger audience, (for example latinamericans)

What do you think?
Do you have any strings for the video?

I can also help translating into spanish the website you have, since i have noticed some errors..

Greetings Smiley
jackielove4u
Hero Member
*****
Offline Offline

Activity: 608
Merit: 526



View Profile
December 28, 2017, 06:58:37 PM
 #5098

Hi.
I saw this video online.
https://vimeo.com/247576406

I can help creating the subtitles to spanish.
Have you created a youtube channel?

I can create a translation, but i dont know how to sync it, embed on a video etc.

But i think it could be a good way to reach a bigger audience, (for example latinamericans)

What do you think?
Do you have any strings for the video?

I can also help translating into spanish the website you have, since i have noticed some errors..

Greetings Smiley

Join our Discord and join the #marketing channel for assistance.
Thanks for reaching out!

PGP fingerprint: 287A E4CA 1187 C68C 08B4  9CB2 D11B D4F3 3F1D B499
vezpit
Full Member
***
Offline Offline

Activity: 407
Merit: 100



View Profile WWW
December 28, 2017, 08:52:33 PM
 #5099

Thanks for the reply.  As for my problem, the light reset did not work.  Already using 2.11.0.0 and have now did a full reset.  Expect it will be days before the initializing will be complete.  Had everything on my I. drive as my ssd "c:" is close to full.  Allowed all to rebuild on the c drive to see if this was a issue.  Received ok just unable to sent.

Try sending in smaller ammounts


Reloaded blockchain with full factory reset on 'c' drive & tried to sent 5 GRS.  Same result 'not in the blockchain yet'  Transaction ID ok raw tx ok used 0.002 for fee.

Information on TxOut:
   Tx Out Index:       1
   TxOut Value:        5
   TxOut Script Type:  Standard (PKH)
   TxOut Address:      removed by me for this copy
   TxOut Wallet:       [[Unrelated to any loaded wallets]]
   TxOut Script:
      OP_DUP
      OP_HASH160
      PUSHDATA(20)
      [492a2c02a2575be13d0a8038cf18a3d3d155001a]
      OP_EQUALVERIFY
      OP_CHECKSIG

Think I have spent more time on this wallet that any other I use.  Any further ideas please?
jackielove4u
Hero Member
*****
Offline Offline

Activity: 608
Merit: 526



View Profile
December 29, 2017, 10:22:58 AM
 #5100


Reloaded blockchain with full factory reset on 'c' drive & tried to sent 5 GRS.  Same result 'not in the blockchain yet'  Transaction ID ok raw tx ok used 0.002 for fee.

Information on TxOut:
   Tx Out Index:       1
   TxOut Value:        5
   TxOut Script Type:  Standard (PKH)
   TxOut Address:      removed by me for this copy
   TxOut Wallet:       [[Unrelated to any loaded wallets]]
   TxOut Script:
      OP_DUP
      OP_HASH160
      PUSHDATA(20)
      [492a2c02a2575be13d0a8038cf18a3d3d155001a]
      OP_EQUALVERIFY
      OP_CHECKSIG

Think I have spent more time on this wallet that any other I use.  Any further ideas please?

Hmm not sure what is going wrong. I just tested on my armory and i didnt had that problem.
Our armory is heavely outdated and needs to be upated in 2018, which we will try to do.
In the meantime contact me by pm to get help to extract your private keys and sweep them into electrum-grs or mobile wallet.
Here is a head start: https://bitcoin.stackexchange.com/questions/18088/how-to-obtain-the-private-key-of-an-armory-wallet

PGP fingerprint: 287A E4CA 1187 C68C 08B4  9CB2 D11B D4F3 3F1D B499
Pages: « 1 ... 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 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!