Bitcoin Forum
May 15, 2024, 03:06:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: November 22, 2018, 09:18:39 AM
I was about to download the wallet and I was there are different options. Which are the relevant functional differences between the Core, the Turbo and the Electrum versions?

Please see here: https://docs.shieldx.sh/guides/using-the-shield-wallets
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: November 03, 2018, 08:22:39 AM
Hi,
I have a Shield Core Wallet for Windows, and I used it to mining.
I correctly received the coins from the pool, and then I sended these coins to another wallet.
These transactions are never confirmed, and now the wallet is always "out of sync".
Someone can help me?
Thanks

Hmm, if your wallet says it's "(out of sync)" in red text, that means you're probably using the v2 version of the Core wallet, not the new v3 (released July 2018).

Please follow this update guide to update to SHIELD v3: https://github.com/ShieldCoin/SHIELD/wiki/SHIELD-v3-Upgrade-Instructions

And sorry, just to clarify, which wallet did you use to receive the coins from your pool? And then you sent it to the v2 wallet? Have I understood you correctly?

Ok perfect, i was the v2 version. Now it work.
Thanks very much

Ah that's great, no problem!  Smiley
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: November 02, 2018, 10:15:16 AM
Hi,
I have a Shield Core Wallet for Windows, and I used it to mining.
I correctly received the coins from the pool, and then I sended these coins to another wallet.
These transactions are never confirmed, and now the wallet is always "out of sync".
Someone can help me?
Thanks

Hmm, if your wallet says it's "(out of sync)" in red text, that means you're probably using the v2 version of the Core wallet, not the new v3 (released July 2018).

Please follow this update guide to update to SHIELD v3: https://github.com/ShieldCoin/SHIELD/wiki/SHIELD-v3-Upgrade-Instructions

And sorry, just to clarify, which wallet did you use to receive the coins from your pool? And then you sent it to the v2 wallet? Have I understood you correctly?
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: October 28, 2018, 06:17:11 PM
SHIELD Core has been updated to v3.0.4.3, a mandatory update which patches a potential vulnerability via conditional softfork.

Pools and exchanges, please update immediately. Users, please update as soon as you can. This release also includes some minor UI additions.

Source code: https://shieldx.sh/link/source
Binaries: https://shieldx.sh/link/binaries
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: October 27, 2018, 09:47:34 AM
First off, we would like to thank every v3 MN Tester that has assisted with the testnet thus far.
We have found a number of bugs that we have fixed and there are dozens of test masternodes active.  Smiley

We have some upcoming testing phases to go through and more features to test; if you're interested in helping out with the process then please reach out to us in the SHIELD Discord!

https://discord.gg/PnyxZwk
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: October 26, 2018, 07:11:50 AM
On running xshield-qt v3.0.4.2 on ubuntu linux 16.04.5 I get this error:

Quote
shield-qt: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.

Can somebody help me? (I'm a first time user of xsh)

Hi, could you check if you've installed the required dependencies?

https://git.shieldx.sh/SHIELD-team/Core-Projects/SHIELD-Core/blob/master/doc/build-unix.md#linux-distribution-specific-instructions

Thanks for your hint, I tried it. I get this message on installing libdb4.8. I believe, the description for compiling the xsh sources is very old. I will not try until there are current ones.

Quote
# apt-get install libdb4.8-dev libdb4.8++-dev
Reading package lists... Done
Building dependency tree      
Reading state information... Done
Package libdb4.8++-dev is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

If you renew the sources, it seems appropriate to make an installion for a current 18.04.1 ubuntu.

To install db4.8, please use:
Code:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Hey XSH family, any idea what the masternode collateral will be? - Apologies if this has been asked 1000 times in the past. Cheers.

The masternode collateral will be 200,000 XSH  Smiley
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: October 25, 2018, 01:37:10 PM
On running xshield-qt v3.0.4.2 on ubuntu linux 16.04.5 I get this error:

Quote
shield-qt: malloc.c:2394: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.

Can somebody help me? (I'm a first time user of xsh)

Hi, could you check if you've installed the required dependencies?

https://git.shieldx.sh/SHIELD-team/Core-Projects/SHIELD-Core/blob/master/doc/build-unix.md#linux-distribution-specific-instructions
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD on: October 17, 2018, 02:48:14 AM
XSH Masternodes are now on testnet, guys!

Please join the SHIELD Discord if you want to help out, or even if you don't! Everyone's welcome! Cheesy
https://discord.gg/PnyxZwk

(yep, this is my new BCT account! hi all!  Wink )
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!