Pages:
Author

Topic: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD - page 6. (Read 154415 times)

newbie
Activity: 124
Merit: 0
Hello! We are the developers of the mobile wallet Altcoin Wallet. Now we add to the wallet different coins. Is there a desire to be added to the wallet? Payment only after we add your coin and you'll like it.

for listing we take 0.2 BTC

The following coins have already been added:

- GoaCoin
- Innova
- Crowdcoin
- Innova
- Rapture
- Trezar
- Emergency
- Sobercoin
- Unitus

Our Website: https://altcoin-wallet.online/
Play Market: https://play.google.com/store/apps/details?id=com.altcoin.wallet
for questions to contact:
Email - [email protected]
newbie
Activity: 2
Merit: 0
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
full member
Activity: 297
Merit: 102
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

Thanks for the update @zakurai, keep up the hard work behind the scenes peeps!
newbie
Activity: 8
Merit: 1
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
newbie
Activity: 8
Merit: 1
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
member
Activity: 293
Merit: 10
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

.17 BTC or 296,000 DOGE.

Seems like a good time to buy now.

What is the staking percent for the wallets?
have no staking now,but it will be later
That's right
newbie
Activity: 132
Merit: 0
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

.17 BTC or 296,000 DOGE.

Seems like a good time to buy now.

What is the staking percent for the wallets?
have no staking now,but it will be later
hero member
Activity: 2730
Merit: 552
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

.17 BTC or 296,000 DOGE.

Seems like a good time to buy now.

What is the staking percent for the wallets?
newbie
Activity: 8
Merit: 1
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
newbie
Activity: 1
Merit: 0
Hey XSH family, any idea what the masternode collateral will be? - Apologies if this has been asked 1000 times in the past. Cheers.
sr. member
Activity: 876
Merit: 291
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.
newbie
Activity: 8
Merit: 1
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
member
Activity: 293
Merit: 10
If you're interested in finding out more about our Electrum wallets we've got good news for you. You can find an article about how to use the electrum wallet at: https://git.shieldx.sh/IDontKnow/SHIELD_wiki_/blob/master/electrumwallet.md. Please let us know how you liked it.
sr. member
Activity: 876
Merit: 291
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)
newbie
Activity: 9
Merit: 0
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 )

Great news!



Awesome... Just love this coin... Keep on smashin it guys! Shieru for President #XSH
newbie
Activity: 8
Merit: 1
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 )
newbie
Activity: 132
Merit: 0
THIS IS TOTALLY SCAM PAGE, IN THIS PAGE ALL ID'S ARE FAKE , THESE ALL CREATED FOR ONLY PUBLICITY OF THIS PROJECT
AND THIS IS A CHEATING PROJECT , DO NOT INVEST IN THIS COIN .... EVERYONE IS SCAMMERS IN THIS PROJECT ... THEY CHEAT THE INVESTORS AND
TROLLING OTHER GOOD PROJECTS FOR ITS ADVANTAGE ,.... BLAMING EVERYONE .....

FEATURES , SPECIFICATIONS ...ALL ARE FAKE ..!!
EVERYTHING IS CHEATING IN THIS PROJECT ... IT SUCKS EVERYONE ,,,.
PEOPLE I SUGGEST YOU DO NOT TRUST THIS PROJECT .....
DONT BE FOOLS ...

AND I JUST SAY ONE THING TO THIS PROJECT DEVELOPERS , I MEAN FAKE DEVELOPERS ...
USE YOUR KNOWLEDGE POSSITEVELY , DONT USE FOR BLAMING OTHERS .. IF YOU WANT TO WORK CORRECTLY AND MAKE PROFFITS PLEASE GO WITH RIGHT WAY ,,..... DONT CHOSE TO CHEAT INNOCENT PEOPLES IN CRYPTO ....
AND YOUR MOVES GIVES THE BAD NAME FOR WHOLE CRYPTO WORLD ,...!

PLEASE STOP THIS NONSENSE FROM TODAY AND GO THROUGH A GOOD WAY OF YOUR BUSINESS ....

AND EVERYONE PLEASE DONT BELIVE ON THIS PROJECT ...
SHIT PROJECT , SHIT USERS ! .....ALL ARE FAKE !!

THIS IS TOTALLY A BIG FRAUDD, IF YOU INVEST IN THIS ....
U DEFFINATELY GO TO EMPTY ROAD ...!
哝个嘛布货,丢酿门夹过了,麻布货麻布货
Ha ha, try Google translation again? You are what I said. If you translate correctly, I will give you 10000 XSH.
full member
Activity: 198
Merit: 101
Awesome news on Testnet for Masternodes....
sr. member
Activity: 714
Merit: 252
Morkel don't you have anything better to do than spam shite to a forum?

maybe if your account wasnt created les than a week ago you'd have some credit, as it stands it looks like an account you've created for the sole purpose of fudding this thread

no need to reply you've beeen blocked, regards
newbie
Activity: 8
Merit: 0
THIS IS TOTALLY SCAM PAGE, IN THIS PAGE ALL ID'S ARE FAKE , THESE ALL CREATED FOR ONLY PUBLICITY OF THIS PROJECT
AND THIS IS A CHEATING PROJECT , DO NOT INVEST IN THIS COIN .... EVERYONE IS SCAMMERS IN THIS PROJECT ... THEY CHEAT THE INVESTORS AND
TROLLING OTHER GOOD PROJECTS FOR ITS ADVANTAGE ,.... BLAMING EVERYONE .....

FEATURES , SPECIFICATIONS ...ALL ARE FAKE ..!!
EVERYTHING IS CHEATING IN THIS PROJECT ... IT SUCKS EVERYONE ,,,.
PEOPLE I SUGGEST YOU DO NOT TRUST THIS PROJECT .....
DONT BE FOOLS ...

AND I JUST SAY ONE THING TO THIS PROJECT DEVELOPERS , I MEAN FAKE DEVELOPERS ...
USE YOUR KNOWLEDGE POSSITEVELY , DONT USE FOR BLAMING OTHERS .. IF YOU WANT TO WORK CORRECTLY AND MAKE PROFFITS PLEASE GO WITH RIGHT WAY ,,..... DONT CHOSE TO CHEAT INNOCENT PEOPLES IN CRYPTO ....
AND YOUR MOVES GIVES THE BAD NAME FOR WHOLE CRYPTO WORLD ,...!

PLEASE STOP THIS NONSENSE FROM TODAY AND GO THROUGH A GOOD WAY OF YOUR BUSINESS ....

AND EVERYONE PLEASE DONT BELIVE ON THIS PROJECT ...
SHIT PROJECT , SHIT USERS ! .....ALL ARE FAKE !!

THIS IS TOTALLY A BIG FRAUDD, IF YOU INVEST IN THIS ....
U DEFFINATELY GO TO EMPTY ROAD ...!
Pages:
Jump to: