Bitcoin Forum
July 01, 2024, 10:15:37 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 558059 times)
jackielove4u
Hero Member
*****
Offline Offline

Activity: 608
Merit: 526



View Profile
April 03, 2019, 07:11:45 AM
 #5581

I am building Pandora's Wallet that supports many currencies including Groestlcoin I just need a bit of help to add the support.
Most bitcoin like coins have the following...

Code:
        base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,0);
        base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5);
        base58Prefixes[SECRET_KEY] =     std::vector<unsigned char>(1,128);
        base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x88, 0xB2, 0x1E};
        base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x88, 0xAD, 0xE4};


I have searched the code to find the above values with no luck. I need them to generate private keys and addresses for Pandora's Wallet users.
If anyone can help show me where I can get this info I would be very grateful


https://groestlcoin.org/forum/index.php?topic=343.0
So:
Code:
        base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,36);
        base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,5);
        base58Prefixes[SECRET_KEY] =     std::vector<unsigned char>(1,128);
        base58Prefixes[EXT_PUBLIC_KEY] = {0x04, 0x88, 0xB2, 0x1E};
        base58Prefixes[EXT_SECRET_KEY] = {0x04, 0x88, 0xAD, 0xE4};


However even still with these right values you won't be able to compute private keys and addresses for GRS. Our Base58check uses Groestl hash for checksum in addresses, WIF and xpub. Tell me what kind of library (bitcoinj, bitcoinjs-lib, etc etc) you are using in the backend and I will tell you how to do it. Feel free to PM me directly.

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

Activity: 560
Merit: 101


View Profile
April 15, 2019, 02:04:19 PM
 #5582

GROESTLCOIN(GRS)LISTING AT THE FASTEST-GROWING DIGITAL CURRENCY EXCHANGE COINALL

On April 10, 2019, CoinAll (www.coinall.com) cryptocurrency exchange announced the listing of Groestlcoin(GRS). Starting from April 11, CoinAll will hold a 7-day celebration to give away 21500 GRS tokens for depositing, trading and a community promotion event.

https://bitcoinist.com/groestlcoin%EF%BC%88grs%EF%BC%89listing-at-the-fastest-growing-digital-currency-exchange-coinall/
adamvp
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 708



View Profile
April 18, 2019, 04:27:44 PM
 #5583

Do you know that:
Quote
Groestlcoin, for example, may have 62,000 wallets, but the top 10 own 42% of the tokens.

https://app.algory.io/app/cryptonews/660126/the-weird-and-wonderful-relationship

I think it is a little dangerous  Huh I think better deconcentration should be considered

I am looking for signature campaign Wink pm me
jackielove4u
Hero Member
*****
Offline Offline

Activity: 608
Merit: 526



View Profile
April 19, 2019, 07:24:13 AM
 #5584

Do you know that:
Quote
Groestlcoin, for example, may have 62,000 wallets, but the top 10 own 42% of the tokens.

I think it is a little dangerous  Huh I think better deconcentration should be considered

Do you know that:
Quote
  top 10 wallets are mostly exchanges

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

Activity: 84
Merit: 0


View Profile
April 20, 2019, 02:44:33 PM
 #5585



Electrum-grs is a lightweight "thin client" groestlcoin wallet Windows, MacOS and Linux 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.

Changelog Electrum-GRS 3.3.4:
• The network layer has been rewritten using asyncio and aiorpcx. In addition to easier maintenance, this makes the client more robust against misbehaving servers.
• The minimum python version was increased to 3.6
• The blockchain headers and fork handling logic has been generalized. Clients by default now follow chain based on most work, not length.
• New wallet creation defaults to native segwit (bech32).
• RBF batching (opt-in): If the wallet has an unconfirmed RBF transaction, new payments will be added to that transaction, instead of creating new transactions.
• MacOS: support QR code scanner in binaries.
• hardware wallets:
   - Archos Safe-T mini: fix #4726 signing issue
   - KeepKey: full segwit support
   - Trezor: refactoring and compat with python-trezor 0.11
• Fix groestlcoin URI handling when app already running (#4796)
• Qt listings rewritten: the History tab now uses QAbstractItemModel, the other tabs use QStandardItemModel. Performance should be better for large wallets.
• Several other minor bugfixes and usability improvements.
• Improve network timeouts
• Prepend server transaction_broadcast error messages with explanatory message. Render error messages as plain text.
• Do not expose users to server error messages (#4968)
• Notify users of new releases. Release announcements must be signed, and they are verified by Electrum-GRS using a hardcoded Groestlcoin address.
• Display only QR code in QRcode Window
• Randomise locktime of transactions
• AppImage: we now also distribute self-contained binaries for x86_64 Linux in the form of an AppImage (#5042). The Python interpreter, PyQt5, libsecp256k1, PyCryptodomex, zbar, hidapi/libusb (including hardware wallet libraries) are all bundled. Note that users of hw wallets still need to set udev rules themselves.
• hw wallets: fix a regression during transaction signing that prompts the user too many times for confirmations (commit 2729909)
• Transactions now set nVersion to 2, to mimic Groestlcoin Core
• Fix Qt bug that made all hw wallets unusable on Windows 8.1 (#4960)
• Fix bugs in wallet creation wizard that resulted in corrupted wallets being created in rare cases (#5082, #5057)
• Fix compatibility with Qt 5.12 (#5109)

Changelog Electrum-GRS 3.2.3:
• hardware wallet: the Safe-T mini from Archos is now supported.
• BIP39 seeds: if a seed extension (aka passphrase) contained multiple consecutive whitespaces or leading/trailing whitespaces then the derived addresses were not following spec. This has been fixed, and affected should move their coins. The wizard will show a warning in this case.
• Revealer: the PRNG used has been changed (#4649)
• fix Linux distributables: 'typing' was not bundled, needed for python 3.4
• fix #4626: fix spending from segwit multisig wallets involving a Trezor cosigner when using a custom derivation path
• Several other minor bugfixes and usability improvements.

Changelog Electrum-GRS 3.2.2:
• Qt GUI: seed word auto-complete during restore
• performance improvements (wallet, and Qt GUI)
• hardware wallets: show debug message during device scan
• add regtest support (via --regtest flag)
• other minor bugfixes and usability improvements
• If present, libsecp256k1 is used to speed up elliptic curve operations. The library is bundled in the Windows, MacOS, and Android binaries. On Linux, it needs to be installed separately.
• Transactions that are dropped from the mempool are kept in the wallet as 'local', and can be rebroadcast. Previously these transactions were deleted from the wallet.
• The scriptSig and witness part of transaction inputs are no longer parsed, unless actually needed. The wallet will no longer display 'from' addresses corresponding to transaction inputs, except for its own inputs.
• The partial transaction format has been incompatibly changed. This was needed as for partial transactions the scriptSig/witness has to be parsed, but for signed transactions we did not want to do the parsing.  Users should make sure that all instances of Electrum-GRS they use to co-sign or offline sign, are updated together.
• Signing of partial transactions created with online imported addresses wallets now supports significantly more setups. Previously only online p2pkh address + offline WIF was supported.  Now the following setups are all supported:
 - online {p2pkh, p2wpkh-p2sh, p2wpkh} address + offline WIF,
 - online {p2pkh, p2wpkh-p2sh, p2wpkh} address + offline seed/xprv,
 - online {p2sh, p2wsh-p2sh, p2wsh}-multisig address + offline seeds/xprvs
 (potentially distributed among several different machines)
Note that for the online address + offline HD secret case, you need the offline wallet to recognize the address (i.e. within gap limit).  Having an xpub on the online machine is still the recommended setup, as this allows the online machine to generate new addresses on demand.
• Segwit multisig for bip39 and hardware wallets is now enabled (both p2wsh-p2sh and native p2wsh).
• Ledger: offline signing for segwit inputs (#3302) This has already worked for Trezor. Offline segwit signing can be combined with online imported addresses wallets.
• Added Revealer plugin. ( https://revealer.cc ) Revealer is a seed phrase back-up solution. It allows you to create a cold, analog, multi-factor backup of your wallet seeds, or of any arbitrary secret. The Revealer utilizes a transparent plastic visual one time pad.
• Fractional fee rates: the Qt GUI now displays fee rates with 0.1 gro/byte precision, and also allows this same resolution in the Send tab.
• Hardware wallets: a "show address" button is now displayed in the Receive tab of the Qt GUI. (#4316)
• Trezor One: implemented advanced/matrix recovery (#4329)
• Windows: use dnspython to resolve dns instead of socket.getaddrinfo (#4422)
• Importing minikeys: use uncompressed pubkey instead of compressed (#4384)
• SPV proofs: check inner nodes not to be valid transactions (#4436)
• Qt GUI: there is now an optional "dark" theme (#4461)
• Several other minor bugfixes and usability improvements.
• Fix DNS resolution on Windows
• Fix websocket bug in daemon

Changelog Electrum-GRS 3.1.2:
• Capital gains: For each outgoing transaction, the difference between the acquisition and liquidation prices of outgoing coins is displayed in the wallet history. By default, historical exchange rates are used to compute acquisition and liquidation prices. These values can also be entered manually, in order to match the actual price realized by the user. The order of liquidation of coins is the natural order defined by the blockchain; this results in capital gain values that are invariant to changes in the set of addresses that are in the wallet. Any other ordering strategy (such as FIFO, LIFO) would result in capital gain values that depend on the presence of other addresses in the wallet.
• Local transactions: Transactions can be saved in the wallet without being broadcast. The inputs of local transactions are considered as spent, and their change outputs can be re-used in subsequent transactions. This can be combined with cold storage, in order to create several transactions before broadcasting them. Outgoing
transactions that have been removed from the memory pool are also saved in the wallet, and can be broadcast again.
• Checkpoints: The initial download of a headers file was replaced with hardcoded checkpoints. The wallet uses one checkpoint per retargeting period. The headers for a retargeting period are downloaded only if transactions need to be verified in this period.
• The 'privacy' and 'priority' coin selection policies have been merged into one. Previously, the 'privacy' policy has been unusable because it was was not prioritizing confirmed coins. The new policy is similar to 'privacy', except that it de-prioritizes addresses that have unconfirmed coins.
• The 'Send' tab of the Qt GUI displays how transaction fees are computed from transaction size.
• The wallet history can be filtered by time interval.
• Replace-by-fee is enabled by default. Note that this might cause some issues with wallets that do not display RBF transactions until they are confirmed.
• Watching-only wallets and hardware wallets can be encrypted.
• The SSL checkbox option was removed from the GUI.
• The Trezor One and T hardware wallet is now supported.
• The Ledger hardware wallet is now supported.
• BIP84: native segwit p2wpkh scripts for bip39 seeds and hardware wallets can now be created when specifying a BIP84 derivation path. This is usable with Trezor and Ledger.
• Windows: the binaries now include ZBar, and QR code scanning should work.
• The Wallet Import Format (WIF) for private keys that was extended in 3.0 is changed. Keys in the previous format can be imported, compatibility is maintained. Newly exported keys will be serialized as "script_type:original_wif_format_key".
• BIP32 master keys for testnet once again have different version bytes than on mainnet. For the mainnet prefixes {x,y,Y,z,Z}|{pub,prv}, the corresponding testnet prefixes are {t,u,U,v,V}|{pub,prv}. Note that due to this change, testnet wallet files created with previous versions of Electrum must be considered broken, and they need to be recreated from seed words.
• A new version of the Electrum-GRS protocol is required by the client (version 1.2). Servers using older versions of the protocol will not be displayed in the GUI.

Changelog Electrum-GRS 3.0.6:
• Moved away from Linux binary file. Users must compile from source now.
• Moved away from electrum-grs-server codebase to electrumx-grs 1.2
• The source code is relicensed under the MIT Licence
• Separation between plugins and GUIs
• The command line uses jsonrpc to communicate with the daemon
• New command: 'notify <address> <url>'
• Alternative coin selection policy, designed to help preserve user privacy. Enable it by setting the Coin Selection preference to Privacy.
• The install wizard has been rewritten and improved
• Support minikeys for private key import and sweeping
• QT: add colors to labels
• The wallet file format has been upgraded. This upgrade is not backward compatible, which means that a wallet upgraded to the 2.7 format will not be readable by earlier versions of Electrum-GRS. Multiple accounts inside the same wallet are not supported in the new format; the Qt GUI will propose to split any wallet that has several accounts. Make sure that you have saved your seed phrase before you upgrade Electrum-GRS.
• This version introduces a separation between wallets types and keystores types. 'Wallet type' defines the type of Groestlcoin contract used in the wallet, while 'keystore type' refers to the method used to store private keys.
• Replace-By-Fee: RBF transactions are supported in Qt. A warning is displayed in the history for transactions that are replaceable, have unconfirmed parents, or that have very low fees.
• Qt GUI:
   - A fee slider is visible in the in send tab
   - The Address tab is hidden by default, can be shown with Ctrl-A
   - UTXOs are displayed in the Address tab
• Seed phrases can be extended with a user-chosen passphrase. The length of seed phrases is standardized to 12 words, using 132 bits of entropy. In the wizard, the type of the seed is displayed in the seed input dialog.
• Add number of confirmations to request status.
• In the GUI, refer to passphrase as 'seed extension'.
• Wizard: Hide seed options in a popup dialog.
• Separate sign and broadcast buttons in Qt tx dialog
• Allow spaces in private keys
• Add size to transaction details window
• Move plot plugin to main code
• Merge exchange_rate plugin with main code
• Faster synchronization and transaction creation
• Use fee slider for static fees
• Add fee slider to RBF dialog
• Simplify fee preferences.
• Add Testnet support
• Allow daemon to be launched in the foreground
• Qt: use separate tabs for addresses and UTXOs
• Qt: update fee slider with a network callback
• Enforce https on exchange rate APIs
• Use hardcoded list of exchanges
• Move 'Freeze' menu to Coins (utxo) tab
• Wallet file encryption using ECIES: A keypair is derived from the wallet password. Once the wallet is decrypted, only the public key is retained in memory, in order to save the encrypted file.
• The daemon requires wallets to be explicitly loaded before commands can use them. Wallets can be loaded using: 'electrum-grs daemon load_wallet [-w path]'. This command will require a password if the wallet is encrypted.
• Invoices and contacts are stored in the wallet file and are no longer shared between wallets. Previously created invoices and contacts files may be imported from the menu.
• Fees improvements:
    - Child Pays For Parent (CPFP) dialog in the GUI.
    - RBF is automatically proposed for low fee transactions.
• The GUI shows a blue icon when connected using a proxy.
• Show paid invoices in history tab
• Improve CPFP dialog
• Multiple Chain Validation: Electrum-GRS will download and validate block headers sent by servers that may follow different branches of a fork in the Groestlcoin blockchain. Instead of a linear sequence,block headers are organized in a tree structure. Branching points are located efficiently using binary search. The purpose of MCV is to detect and handle blockchain forks that are invisible to the classical SPV model.
• The desired branch of a blockchain fork can be selected using the network dialog. Branches are identified by the hash and height of the diverging block. Coin splitting is possible using RBF transaction
• MultiGroestl, Groestlwallet, Simple Groestlcoin support: If the user enters a BIP39 seed, the full derivation path is configurable in the install wizard.
• Option to send only confirmed coins
• Qt GUI:
    - Network dialog uses tabs and gets updated by network events.
    - The gui tabs use icons
• Daemon: The wallet password can be passed as parameter to the JSONRPC API.
• Validate contacts on import
• Command-line option for locktime
• Force headers download if headers file is corrupted
• Add websocket to windows builds
• The project was migrated to Python3 and Qt5. Python2 is no longer supported. If you cloned the source repository, you will need to run "python3 setup.py install" in order to install the new dependencies.
• Segwit support:
    - Native segwit scripts are supported using a new type of seed. The version number for segwit seeds is 0x100. The install wizard will not create segwit seeds by default; users must opt-in with the segwit option.
    - Native segwit scripts are represented using bech32 addresses, following BIP173. Please note that BIP173 is still in draft status, and that other wallets/websites may not support it. Thus, you should keep a non-segwit wallet in order to be able to receive groestlcoins during the transition period. If BIP173 ends up being rejected or substantially modified, your wallet may have to be restored from seed. This will not affect funds sent to bech32 addresses, and it will not affect the capacity of Electrum-GRS to spend these funds.
    - The BIP32 master keys of segwit wallets are serialized using new version numbers. The new version numbers encode the script type, and they result in the following prefixes:
         * xpub/xprv : p2pkh or p2sh
         * ypub/yprv : p2wpkh-in-p2sh
         * Ypub/Yprv : p2wsh-in-p2sh
         * zpub/zprv : p2wpkh
         * Zpub/Zprv : p2wsh
These values are identical for mainnet and testnet; tpub/tprv prefixes are no longer used in testnet wallets.
    - The Wallet Import Format (WIF) is similarly extended for segwit scripts. After a base58-encoded key is decoded to binary, its first byte encodes the script type:
         * 128 + 0: p2pkh
         * 128 + 1: p2wpkh
         * 128 + 2: p2wpkh-in-p2sh
         * 128 + 5: p2sh
         * 128 + 6: p2wsh
         * 128 + 7: p2wsh-in-p2sh
The distinction between p2sh and p2pkh in private key means that it is not possible to import a p2sh private key and associate it to a p2pkh address.
• A new version of the Electrum-GRS protocol is required by the client (version 1.1). Servers using older versions of the protocol will not be displayed in the GUI.
• By default, transactions are time-locked to the height of the current block. Other values of locktime may be passed using the command line.
• Sweeping minikeys: search for both compressed and uncompressed pubkeys
• Qt GUI: sweeping now uses the Send tab, allowing fees to be set
• Windows: if using the installer binary, there is now a separate shortcut for "Electrum-GRS Testnet"
• OS notifications for incoming transactions
• Better transaction size estimation:
    - fees for segwit txns were somewhat underestimated
    - some multisig txns were underestimated
    - handle uncompressed pubkeys
• The JSONRPC interface is password protected
• JSONRPC commands are disabled if the GUI is running, except 'ping', which is used to determine if a GUI is already running

Changelog Electrum-GRS 2.5.4:
• Linux binary file included
• Fixed sweeping private keys
• Fixed signing/verifying messages
• Electrum-GRS servers updated to 2.5.4
• Installwizard: do not allow direct copy-paste of the seed
• The QT GUI supports multiple windows in the same process. When a new Electrum-GRS instance is started, it checks for an already running Electrum-GRS process, and connects to it.
• The network layer uses select(), so all server communication is handled by a single thread. Moreover, the synchronizer, verifier, and exchange rate plugin now run as separate jobs within the networking thread instead of as their own threads.
• Plugins are revamped
• Simplified Chinese wordlist
• Dynamic Fees: using estimatefee value returned by server
• Various GUI improvements
• Arbitrary m-of-n multisig wallets are supported (n<=15).
• Transaction fees set manually in the GUI are retained, including when the user uses the '!' shortcut.
• New 'email' plugin, that enables sending and receiving payment requests by email.
• improvements to the transaction dialog:
    - request password after showing transaction
    - show change addresses in yellow color
• Improved logic for the network layer.
• More efficient coin selection. Spend oldest coins first, and minimize the number of transaction inputs.
• The command line accepts the '!' syntax to send the maximum amount available. It can be combined with the '--from' option. Example: 'payto <destination> ! --from <from_address>'
• The command line also accepts a '?' shortcut for private keys arguments, that triggers a prompt.
• Payment requests can be signed with a SSL certificate, and published as bip70 files in a public web directory.
• Show amounts (thousands separators and decimal point) according to locale in GUI
• Show unmatured coins in balance
• Faster startup, thanks to the following optimizations:
   1. Transaction input/outputs are cached in the wallet file
   2. Fast X509 certificate parser, not using pyasn1 anymore.
• The 'Invoices' and 'Send' tabs have been merged.
• Contacts are stored in a separate file, shared between wallets.
• A Search Box is available in the GUI (Ctrl-S)
• Own addresses are shown in green in the Transaction dialog.
• Address History dialog.
• The password dialog will ask for password again if the user enters a wrong password
• The Master Public Key dialog displays which keys belong to the wallet, and which are cosigners
• The transaction dialog will ask to save unsaved transaction received from cosigner pool, when user clicks on 'Close'
• The multisig restore dialog accepts xprv keys.

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
• Cosigner Pool plugin - encrypted communication channel for multisign wallets, to send and receive partially signed transactions.
• Get noticed - Run a public Electrum-GRS server, publish your message and reach thousands of Groestlcoin users

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 the cosigner pool work when using a multi-signature wallet?
10. Does the virtual keyboard work when it asks to enter your wallet password?
11. Does it automatically detect servers under Tools - Network?
12. Are you able to sweep private keys?
13. Are you able to sign/verify messages?
14. 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 creates an encrypted filename default_wallet instead of wallet.dat (like in Groestlcoin Core)
• Location Windows: Navigate to C:\Users\USER NAME\AppData\Roaming\Electrum-grs\wallets (or open windows explorer and enter %appdata%\Electrum-grs\wallets) and back up your default_wallet file by making a copy of it and moving it to a secure location.
• Location Mac: Navigate to ~/Library/Application Support/Electrum-grs/wallets and back up your default_wallet file by making a copy of it and moving it to a secure location.

You can download it using the links below and be up and running with Groestlcoin in 5 minutes.

Download the OSX wallet here: https://github.com/Groestlcoin/electrum-grs/releases/download/v3.3.4/electrum-grs-3.3.4.dmg

Download Windows installer here: https[Suspicious link removed]
Download Windows standalone wallet here: https[Suspicious link removed]
Download Windows portable version here: https[Suspicious link removed]
                                       
Download Linux installere here: https://github.com/Groestlcoin/electrum-grs/releases/download/v3.3.4/electrum-grs-3.3.4-x86_64.AppImage

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

I have a problem, I had an electrum wallet, today I wanted to power it with a few GRS, I opened a wallet but I do not have a connection, what a problem may be (earlier I did not have such a problem) windows 10 and kaspersky. I turned off the kaspersky but the problem still occurs, please help me
jackielove4u
Hero Member
*****
Offline Offline

Activity: 608
Merit: 526



View Profile
April 20, 2019, 07:02:57 PM
 #5586

I have a problem, I had an electrum wallet, today I wanted to power it with a few GRS, I opened a wallet but I do not have a connection, what a problem may be (earlier I did not have such a problem) windows 10 and kaspersky. I turned off the kaspersky but the problem still occurs, please help me

Try now

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

Activity: 84
Merit: 0


View Profile
April 21, 2019, 06:26:29 AM
 #5587

I have a problem, I had an electrum wallet, today I wanted to power it with a few GRS, I opened a wallet but I do not have a connection, what a problem may be (earlier I did not have such a problem) windows 10 and kaspersky. I turned off the kaspersky but the problem still occurs, please help me

Try now

It works. Thank You.
adamvp
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 708



View Profile
April 27, 2019, 05:36:01 AM
 #5588

I have a problem, I had an electrum wallet, today I wanted to power it with a few GRS, I opened a wallet but I do not have a connection, what a problem may be (earlier I did not have such a problem) windows 10 and kaspersky. I turned off the kaspersky but the problem still occurs, please help me

Try now

What was the reason of such problems? How often does it occur?
Is there any way to prevent it in the future? 

I am looking for signature campaign Wink pm me
jackielove4u
Hero Member
*****
Offline Offline

Activity: 608
Merit: 526



View Profile
April 27, 2019, 09:02:37 AM
 #5589

What was the reason of such problems? How often does it occur?
Is there any way to prevent it in the future? 

Outage on our vps on DigitalOcean.
Happend second time (first time was in 2015)
Nothing we can do against power outages in data centre of DigitalOcean.

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

Activity: 630
Merit: 103


TOKPIE


View Profile
May 03, 2019, 04:27:58 PM
 #5590

Groestlcoin GRS is now listed on Indian DCXtrade coindcx exchange with BTC and ETH pairing !
https://twitter.com/GroestlcoinTeam/status/1124347151851634688

igorttomic
Copper Member
Jr. Member
*
Offline Offline

Activity: 196
Merit: 2


View Profile WWW
May 08, 2019, 07:00:40 PM
 #5591

Groestlcoin (GRS) - Technological Advancement Cryptocurrency: https://www.publish0x.com/introduction-to-cryptocurrencies/groestlcoin-grs-technological-advancement-cryptocurrency-xroejq

Check out Publish0x BitcoinTalk ANN here. Publish0x is a crypto agnostic publishing platform on which both authors and readers earn crypto. Connect via Telegram - http://t.me/Publish0x
igorttomic
Copper Member
Jr. Member
*
Offline Offline

Activity: 196
Merit: 2


View Profile WWW
May 12, 2019, 07:03:14 PM
 #5592

Groestlcoin/Bitcoin #GRS $GRS #BTC $BTC (13 May): https://www.publish0x.com/cryptostation/groestlcoinbitcoin-grs-grs-btc-btc-13-may-xyvzqw

Check out Publish0x BitcoinTalk ANN here. Publish0x is a crypto agnostic publishing platform on which both authors and readers earn crypto. Connect via Telegram - http://t.me/Publish0x
IMZ Noo Account
Member
**
Offline Offline

Activity: 747
Merit: 26


View Profile
May 19, 2019, 10:46:44 AM
 #5593

Much too long since I posted here! And I must patiently update my knowledge of the various wallets.

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

Activity: 1246
Merit: 708



View Profile
May 26, 2019, 10:13:01 AM
 #5594

Trust Wallet adds Groestlcoin to its app!

https://app.algory.io/app/cryptonews/712759/rt-trustwalletapp-trust-wallet

It is always good to see coin listed on new exchanges and wallets, and such a brand like Trust Wallet is especially distinguished!

I am looking for signature campaign Wink pm me
Blockchain Mechanic
Full Member
***
Offline Offline

Activity: 380
Merit: 103

Developer and Consultant


View Profile WWW
June 01, 2019, 10:40:18 AM
 #5595

Hi

I'll be adding support for GRS on my platform at launch , check it out here :- Xequium

I just installed a wallet and will be testing it's rpc-api.

If anyone can send me coins to test the wallet, database and communication with other apps on my platform :- 3BAjxxk5rMnxSW6u1Ns71mqcPdZz2U4wdC

I also want to pad the wallet for the arbitrage app so, please send.

Equality vs Equity...
Discord :- BlockMechanic#8560
jackielove4u
Hero Member
*****
Offline Offline

Activity: 608
Merit: 526



View Profile
June 01, 2019, 03:41:23 PM
Last edit: June 22, 2019, 09:27:22 PM by jackielove4u
 #5596

If anyone can send me coins to test the wallet, database and communication with other apps on my platform :- 3BAjxxk5rMnxSW6u1Ns71mqcPdZz2U4wdC

5 GRS sent

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

Activity: 380
Merit: 103

Developer and Consultant


View Profile WWW
June 01, 2019, 08:01:00 PM
 #5597

If anyone can send me coins to test the wallet, database and communication with other apps on my platform :- 3BAjxxk5rMnxSW6u1Ns71mqcPdZz2U4wdC

5 GRS sent

Thanks ! Syncing from scratch with txindex option to ensure I have all the data and it's easily accessible. Feel free to check out my project. We'll be going into public beta soon.

Equality vs Equity...
Discord :- BlockMechanic#8560
IMZ Noo Account
Member
**
Offline Offline

Activity: 747
Merit: 26


View Profile
June 02, 2019, 09:33:49 PM
 #5598

Much too long since I posted here! And I must patiently update my knowledge of the various wallets.

Details soon, but Jackie is helping me with a little idea (over on the groestlcoin.org site), a 'Krypto Kindergarten.' I am patiently looking over the texts on this site -- the wallet download sections, etc.

IndiaMikeZulu

The Legendary 'IMZ' account is/was me. 'IndiaMikeZulu' has been active since May, 2013
BTC: 19ses99BZvyv7y3Dbh39rFnZEdGSh98QNn  Peercoin: PFuPgov1ZWoqtmtdET8nS5rij3KHVuZZHC
gruve_p (OP)
Member
**
Offline Offline

Activity: 356
Merit: 65

Founder Groestlcoin


View Profile WWW
June 23, 2019, 08:52:24 AM
Last edit: June 26, 2019, 08:10:16 PM by gruve_p
 #5599



Groestlcoin Samourai is a wallet for the streets. A modern Groestlcoin wallet handforged to keep your transactions private, your identity masked, and your funds secure. Its main advantages are extremely portable and highly secure mobile Groestlcoin HD wallet.


We built a wallet that Groestlcoin deserves. If you are looking for a wallet that Silicon Valley will never build, the regulators will never allow, and the VC's will never invest in. This is the right wallet for you!

Changelog Groestlcoin Samourai v0.98.86.3:
• PayNym may use Segwit addresses
• Offline mode
• Address calculation tools
• PayNym address calculation tool
• Updated transaction sequence: compose-sign-broadcast
• Display wallet amounts by address type
• Full BIP84/bech32 support
• STONEWALL spend support. Break the assumptions of blockchain analysis with mathematically provable doubt between sender and recipient of your transactions. We provide increased doubt linking the inputs and outputs of a transaction. STONEWALL creates special transactions that provide strong statistical doubt as to the link between sender and recipient. Most groestlcoin wallets leave a trail of meta-data on the blockchain that surveillance firms use to deanonymize you. STONEWALL automatically helps guard against address clustering and other deanonymization attacks. Turn the tables on surveillance firms by using the same caliber tools they use.
• Ricochet 2.0 multi-hop spend. A free tool that adds extra hops of history to your transaction. Stump the blacklists and help guard against unjust 3rd party account closures. Centralized services suspend users and lock funds based on bogus blacklists and reports published by Blockchain Analytics companies. These companies scan the history of the last 4 transactions associated with the incoming addresses. Your coins can be frozen for their past activity. Even if they weren't in your control at the time. Ricochet doesn't solve the problem of blacklists but it does present a means of attacking the way spies build those blacklists. The wallet broadcasts the last transaction to the final destination with the correct amount.
• Sweep BIP84 (Bech32) & BIP49 (P2SH-P2WPKH) private keys
• Displays YPUB of BIP49 account, ZPUB of BIP84 account
• Added blockbook blockexplorer
• Batch send. Batch transactions throughout the day to save on transaction fees. Make one large batch transaction instead of multiple small transactions.
• Improved fee selection & display
• Optional setting: like-typed outputs (better privacy) vs all segwit outputs (lower fees)
• Block utxo of non-broadcast transactions
• Push any signed transaction (hex format) via 'broadcast transaction hex' in settings
• Sign messages with Segwit (P2SH-P2WPKH) privkey
• Like-typed inputs (p2pkh or segwit) will match type of outputs (wallet balance permitting)
• All utxo are now "blockable" and will not be spent if so marked
• Optionally show redeem script of Segwit utxo
• Full support for Segwit (P2SH-P2WPKH). SegWit transactions are more efficient than other legacy transaction types. With SegWit enabled by default, you pay less in miner fees when transacting with Groestlcoin Samourai Wallet and benefit from cheaper transactions.
• Balance & utxo via Chainz backend API
• New metadata format
• Improved wallet recovery UI/UX
• Custom fee lower limit now 20 gro/b
• Sign messages with any utxo privkey
• Add Upbit as street price
• Updated launch icon
• Updated Splash screen
• Optionally show privkey of utxo
• CPFP (child-pays-for-parent) for unconfirmed sent transactions
• CPFP (child-pays-for-parent) for unconfirmed received transactions
• Display static fees
• Allow custom fee on spend
• Spend via preferred trusted full node
• UTXO list
• Dynamic fee for BIP47 notif tx
• Use updated Orbot

Features
• Open source and unlicensed.
• Refresh button - Query instant the Groestlcoin Network.
• Military Grade Encryption - Groestlcoin Samourai is encrypted on the phone using AES-256 encryption.
• Strong Default Protection with BIP 44 and BIP 39 - Groestlcoin Samourai enforces a BIP 39 passphrase on wallet creation, hardening the security of your wallet right out of the gate.
• Secure PIN Login - Use a 5-8 digit PIN to access your wallet. PIN screen is randomized on every load to thwart screen recording spyware.
• You control your private keys - Private keys are created and stored on your device and are never communicated with any server or anyone.
• Certificate Pinning - Protects HTTPS websites from impersonation using fraudulent certificates issued by compromised certificate authorities.
• No address reuse - Groestlcoin Samourai never reuses addresses, never leaking valuable metadata about you and your purchase habits.
• Randomized change outputs - Groestlcoin Samourai is the only wallet to randomize the number of change outputs for each send, making gathering wallet address metadata more difficult.
• Deterministic inputs/outputs positioning - Groestlcoin Samourai positions the inputs/outputs of each transaction deterministically after a send, decreasing the effectiveness of block chain snooping.
• Avoid linking previous change outputs - Groestlcoin Samourai parses all previous transactions before building a new transaction to make sure it isn't leaking valuable metadata about your and your wallet.
• Tor and VPN Support - Groestlcoin Samourai is enabled with Tor and VPN support allowing you the ability to route all transactions through an anonymous IP address.
• Send in your favorite currency - Instant currency conversion makes it easier to send Groestlcoin. Local currency exchange rates provided by Cryptopia and Bittrex.
• Export your wallet anywhere, anytime - You may export your wallet to any Groestlcoin wallet than follows BIP 39,44 specifications.
• Restore any HD wallet - You may restore an existing HD wallet from any wallet provider with or without a BIP 39 passphrase
• Choose your favorite Block Explorer - Most popular block explorers are available to view transactions on the web.
• Block Chain Privacy - Basic transaction obscuring on block chain with change address manipulation. Groestlcoin Samourai anonymization feature uses tricks with inputs and outputs of your own wallet that create transactions on the blockchain designed to confuse outsiders.
• BIP 47 "PayNyms" support - The first full BIP 47 implementation, bringing privacy to public payment addresses. Payment channels are a brand new way to privately send and receive Groestlcoin without sharing addresses or losing privacy.
• Thwart blockchain based surveillance and censorship - Circumvent financial surveillance with the most advanced privacy enhancing technologies on the market.
• Transactional Privacy - Groestlcoin Samourai has formulated multiple algorithms that help preserve your transactional privacy.
• Advanced Sending - Groestlcoin Samourai gives you fine grained control over privacy and miners fees with every send.
• Remote SMS Commands - The first Groestlcoin wallet to hide itself and offer a remote self destruct button.
• Stealth Mode - Operate silently on the device.

PayNyms
When you share a normal address publicly, you are giving surveillance firms a starting point to track you. PayNyms defend against this type of 'First Touch' attack by never revealing an address to anyone other than the sender and recipient of the transaction.
Unlike ordinary groestlcoin addresses you cannot search for a PayNym on the blockchain, so you can't see the balance or transactions associated with a PayNym. Feel free to share your PayNym with your friends and family, or even post it to your social media profile, no one can see your balance.
Connect to your friends, family, and anyone else. Once connected there will no longer be a need to request a groestlcoin address, the PayNym is all you need.
Unlike ordinary groestlcoin addresses a PayNym can be re-used multiple times without worrying about privacy damaging address reuse.

How to use PayNyms
Scan a PayNym code to open a PayNym channel - A PayNym channel will be created between both wallets by sending a special transaction on the blockchain. This is called a broadcast transaction and requires 1 network confirmation to confirm.
Tap to send - Once the broadcast transaction is confirmed the PayNym channel is open. Simply tap the channel name to send Groestlcoin directly to that wallet. No need to know their address.
Your wallet now has a PayNym that you can share - Your PayNym code is unique to the wallet and never changes. You can publish and share your PayNym without a loss of privacy for you or the sender.
No address needed - When your Paynym code is added by another wallet you will be able to receive Groestlcoin without ever sharing a Groestlcoin address. You can optionally send Groestlcoin back to the other wallet without sharing addresses.

Stealth Mode & Remote Commands
To remotely retrieve your wallet seed for backup/restore. Send an SMS to your phone with the following message: SW seed YOUR_PIN_CODE
You will receive the HEX seed of your wallet in response which you can use to restore access to your Groestlcoin.
To remotely wipe your wallet send an SMS to your phone with the following message: SW wipe YOUR_PIN_CODE
You will receive confirmation that the wallet has been securely wiped from the device.
If your phone is stolen and the thief has switched the SIM Card you can still initiate remote commands. With Sim Switch Defence enabled Groestlcoin Samourai will send your registered trusted number an SMS as soon as the SIM card is changed on your stolen phone. You can now send a remote wipe command to the new number.
While in Stealth Mode Groestlcoin Samourai will not appear on your phone home screen, app list, launcher, or recent apps. To open your wallet once it is in Stealth Mode you must dial a special code: **YOUR_PIN_CODE#
If the code has been entered correctly Groestlcoin Samourai will launch.

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 query the blockchain?
6. Does it calculate exchange rates properly?
7. Does the Refresh button work?
8. Can you use the wallet through VPN?
9. Can you use the wallet through TOR?
10. Is the stealth mode working properly?
11. Is the remote self destruct working properly?
12. Can you receive coins over a payment channel? (small amounts to avoid losing them)
13. can you send coins over a payment channel?
14. Is Ricochet send working properly?
15. Is the Batch Spend working properly?
16. Are you able to chose from multiple blockexplorers?
17. Are you able to export and import your wallet?
18. Is the scramble pin option working?

This application is unlicensed. 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 note:
The Google version is the same as on the Google Play store and it will not support some Stealth and Remote functions. The Full version supports all functions.  If you install the Google version, you can still manually install the full version and your wallet will not be lost.

Known Issue:
If sending multiple payments right after one another, make sure you see the last sent payment before sending another.  If you don't see it press the refresh button.

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.

Groestlcoin Samourai is available in the Google play store without the Stealth and Remote functions:
https://play.google.com/store/apps/details?id=hashengineering.groestlcoin.samourai.wallet

Groestlcoin Samourai full version is available here:
https://github.com/Groestlcoin/groestlcoin-samourai-wallet-android/releases/download/v0.98.86.3/groestlcoin-samourai-full-0.98.86.3.apk

Source code:
https://github.com/Groestlcoin/groestlcoin-samourai-wallet-android - The Groestlcoin Samourai Source code
gruve_p (OP)
Member
**
Offline Offline

Activity: 356
Merit: 65

Founder Groestlcoin


View Profile WWW
June 23, 2019, 08:52:51 AM
 #5600



Groestlcoin Samourai Testnet is a wallet for the streets. A modern Groestlcoin wallet handforged to keep your transactions private, your identity masked, and your funds secure. Its main advantages are extremely portable and highly secure mobile Groestlcoin HD wallet.


We built a wallet that Groestlcoin Testnet deserves. If you are looking for a wallet that Silicon Valley will never build, the regulators will never allow, and the VC's will never invest in. This is the right wallet for you!

Changelog Groestlcoin Samourai Testnet v0.98.86.1:
• PayNym may use Segwit addresses
• Offline mode
• Address calculation tools
• PayNym address calculation tool
• Updated transaction sequence: compose-sign-broadcast
• Display wallet amounts by address type
• Full BIP84/bech32 support
• STONEWALL spend support. Break the assumptions of blockchain analysis with mathematically provable doubt between sender and recipient of your transactions. We provide increased doubt linking the inputs and outputs of a transaction. STONEWALL creates special transactions that provide strong statistical doubt as to the link between sender and recipient. Most groestlcoin wallets leave a trail of meta-data on the blockchain that surveillance firms use to deanonymize you. STONEWALL automatically helps guard against address clustering and other deanonymization attacks. Turn the tables on surveillance firms by using the same caliber tools they use.
• Ricochet 2.0 multi-hop spend. A free tool that adds extra hops of history to your transaction. Stump the blacklists and help guard against unjust 3rd party account closures. Centralized services suspend users and lock funds based on bogus blacklists and reports published by Blockchain Analytics companies. These companies scan the history of the last 4 transactions associated with the incoming addresses. Your coins can be frozen for their past activity. Even if they weren't in your control at the time. Ricochet doesn't solve the problem of blacklists but it does present a means of attacking the way spies build those blacklists. The wallet broadcasts the last transaction to the final destination with the correct amount.
• Sweep BIP84 (Bech32) & BIP49 (P2SH-P2WPKH) private keys
• Displays YPUB of BIP49 account, ZPUB of BIP84 account
• Added blockbook blockexplorer
• Batch send. Batch transactions throughout the day to save on transaction fees. Make one large batch transaction instead of multiple small transactions.
• Improved fee selection & display
• Optional setting: like-typed outputs (better privacy) vs all segwit outputs (lower fees)
• Block utxo of non-broadcast transactions
• Push any signed transaction (hex format) via 'broadcast transaction hex' in settings
• Sign messages with Segwit (P2SH-P2WPKH) privkey
• Like-typed inputs (p2pkh or segwit) will match type of outputs (wallet balance permitting)
• All utxo are now "blockable" and will not be spent if so marked
• Optionally show redeem script of Segwit utxo
• Full support for Segwit (P2SH-P2WPKH). SegWit transactions are more efficient than other legacy transaction types. With SegWit enabled by default, you pay less in miner fees when transacting with Groestlcoin Samourai Testnet Wallet and benefit from cheaper transactions.
• Balance & utxo via Chainz backend API
• New metadata format
• Improved wallet recovery UI/UX
• Custom fee lower limit now 20 gro/b
• Sign messages with any utxo privkey
• Add Upbit as street price
• Updated launch icon
• Updated Splash screen
• Optionally show privkey of utxo
• CPFP (child-pays-for-parent) for unconfirmed sent transactions
• CPFP (child-pays-for-parent) for unconfirmed received transactions
• Display static fees
• Allow custom fee on spend
• Spend via preferred trusted full node
• UTXO list
• Dynamic fee for BIP47 notif tx
• Use updated Orbot

Features
• Open source and unlicensed.
• Refresh button - Query instant the Groestlcoin Network.
• Military Grade Encryption - Groestlcoin Samourai Testnet is encrypted on the phone using AES-256 encryption.
• Strong Default Protection with BIP 44 and BIP 39 - Groestlcoin Samourai Testnet enforces a BIP 39 passphrase on wallet creation, hardening the security of your wallet right out of the gate.
• Secure PIN Login - Use a 5-8 digit PIN to access your wallet. PIN screen is randomized on every load to thwart screen recording spyware.
• You control your private keys - Private keys are created and stored on your device and are never communicated with any server or anyone.
• Certificate Pinning - Protects HTTPS websites from impersonation using fraudulent certificates issued by compromised certificate authorities.
• No address reuse - Groestlcoin Samourai testnet never reuses addresses, never leaking valuable metadata about you and your purchase habits.
• Randomized change outputs - Groestlcoin Samourai testnet is the only wallet to randomize the number of change outputs for each send, making gathering wallet address metadata more difficult.
• Deterministic inputs/outputs positioning - Groestlcoin Samourai Testnet positions the inputs/outputs of each transaction deterministically after a send, decreasing the effectiveness of block chain snooping.
• Avoid linking previous change outputs - Groestlcoin Samourai Testnet parses all previous transactions before building a new transaction to make sure it isn't leaking valuable metadata about your and your wallet.
• Tor and VPN Support - Groestlcoin Samourai Testnet is enabled with Tor and VPN support allowing you the ability to route all transactions through an anonymous IP address.
• Send in your favorite currency - Instant currency conversion makes it easier to send Groestlcoin. Local currency exchange rates provided by Cryptopia and Bittrex.
• Export your wallet anywhere, anytime - You may export your wallet to any Groestlcoin wallet than follows BIP 39,44 specifications.
• Restore any HD wallet - You may restore an existing HD wallet from any wallet provider with or without a BIP 39 passphrase
• Choose your favorite Block Explorer - Most popular block explorers are available to view transactions on the web.
• Block Chain Privacy - Basic transaction obscuring on block chain with change address manipulation. Groestlcoin Samourai Testnet anonymization feature uses tricks with inputs and outputs of your own wallet that create transactions on the blockchain designed to confuse outsiders.
• BIP 47 "PayNyms" support - The first full BIP 47 implementation, bringing privacy to public payment addresses. Payment channels are a brand new way to privately send and receive Groestlcoin Testnet without sharing addresses or losing privacy.
• Thwart blockchain based surveillance and censorship - Circumvent financial surveillance with the most advanced privacy enhancing technologies on the market.
• Transactional Privacy - Groestlcoin Samourai Testnet has formulated multiple algorithms that help preserve your transactional privacy.
• Advanced Sending - Groestlcoin Samourai Testnet gives you fine grained control over privacy and miners fees with every send.
• Remote SMS Commands - The first Groestlcoin testnet wallet to hide itself and offer a remote self destruct button.
• Stealth Mode - Operate silently on the device.

PayNyms
When you share a normal address publicly, you are giving surveillance firms a starting point to track you. PayNyms defend against this type of 'First Touch' attack by never revealing an address to anyone other than the sender and recipient of the transaction.
Unlike ordinary groestlcoin testnet addresses you cannot search for a PayNym on the blockchain, so you can't see the balance or transactions associated with a PayNym. Feel free to share your PayNym with your friends and family, or even post it to your social media profile, no one can see your balance.
Connect to your friends, family, and anyone else. Once connected there will no longer be a need to request a groestlcoin testnet address, the PayNym is all you need.
Unlike ordinary groestlcoin testnet addresses a PayNym can be re-used multiple times without worrying about privacy damaging address reuse.

How to use PayNyms
Scan a PayNym code to open a PayNym channel - A PayNym channel will be created between both wallets by sending a special transaction on the blockchain. This is called a broadcast transaction and requires 1 network confirmation to confirm.
Tap to send - Once the broadcast transaction is confirmed the PayNym channel is open. Simply tap the channel name to send Groestlcoin testnet directly to that wallet. No need to know their address.
Your wallet now has a PayNym that you can share - Your PayNym code is unique to the wallet and never changes. You can publish and share your PayNym without a loss of privacy for you or the sender.
No address needed - When your Paynym code is added by another wallet you will be able to receive Groestlcoin testnet without ever sharing a Groestlcoin testnet address. You can optionally send Groestlcoin testnet back to the other wallet without sharing addresses.

Stealth Mode & Remote Commands
To remotely retrieve your wallet seed for backup/restore. Send an SMS to your phone with the following message: SW seed YOUR_PIN_CODE
You will receive the HEX seed of your wallet in response which you can use to restore access to your Groestlcoin.
To remotely wipe your wallet send an SMS to your phone with the following message: SW wipe YOUR_PIN_CODE
You will receive confirmation that the wallet has been securely wiped from the device.
If your phone is stolen and the thief has switched the SIM Card you can still initiate remote commands. With Sim Switch Defence enabled Groestlcoin Samourai Testnet will send your registered trusted number an SMS as soon as the SIM card is changed on your stolen phone. You can now send a remote wipe command to the new number.
While in Stealth Mode Groestlcoin Samourai Testnet will not appear on your phone home screen, app list, launcher, or recent apps. To open your wallet once it is in Stealth Mode you must dial a special code: **YOUR_PIN_CODE#
If the code has been entered correctly Groestlcoin Samourai Testnet will launch.

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 query the blockchain?
6. Does it calculate exchange rates properly?
7. Does the Refresh button work?
8. Can you use the wallet through VPN?
9. Can you use the wallet through TOR?
10. Is the stealth mode working properly?
11. Is the remote self destruct working properly?
12. Can you receive coins over a payment channel? (small amounts to avoid losing them)
13. can you send coins over a payment channel?
14. Is Ricochet send working properly?
15. Is the Batch Spend working properly?
16. Are you able to chose from multiple blockexplorers?
17. Are you able to export and import your wallet?
18. Is the scramble pin option working?

This application is unlicensed. 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 note:
The Google version is the same as on the Google Play store and it will not support some Stealth and Remote functions. The Full version supports all functions.  If you install the Google version, you can still manually install the full version and your wallet will not be lost.

Known Issue:
If sending multiple payments right after one another, make sure you see the last sent payment before sending another.  If you don't see it press the refresh button.

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.

Groestlcoin Samourai Testnet is available in the Google play store without the Stealth and Remote functions:
https://play.google.com/store/apps/details?id=hashengineering.groestlcoin.samourai.wallet.testnet

Groestlcoin Samourai Testnet full version is available here:
https://github.com/Groestlcoin/groestlcoin-samourai-wallet-android/releases/download/v0.98.86.1/groestlcoin-samourai-_testnet_full-0.98.86.1.apk

Source code:
https://github.com/Groestlcoin/groestlcoin-samourai-wallet-android - The Groestlcoin Samourai Testnet Source code
Pages: « 1 ... 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!