Bitcoin Forum
April 27, 2024, 02:59:44 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 190 »
  Print  
Author Topic: [ANN] [XSH] TOR/i2p, Quantum proof, MN, PoS/PoW, Fully ano, SHIELD  (Read 154334 times)
firesec
Full Member
***
Offline Offline

Activity: 182
Merit: 104


Knowledge must be free !


View Profile
October 06, 2017, 05:55:06 PM
 #41

Hi SHIELDcurrency,

You've made my day Smiley Didn't know I'm a "whale" with 7 1070s. Kinda weird the blockchain frozen, having in mind this coin supposed to be mined with asics too.
If the problem was I was too fast mining those blocks, a re-release don't think is fair and I can share some coins to you or for airdrops .. I don't mind Smiley I do this for fun
If indeed you think there's a problem with the blockchain maybe we can do some testing first for stability ..
Anyway I don't want to be the one who ruined your project since looks like you put some work on it.

By the way, these were the difficulties I've got with SHIELDd getinfo 
    "difficulty" : 0.00024414,
    "difficulty_x17" : 0.00024414,
    "difficulty_scrypt" : 0.00024414,
    "difficulty_groestl" : 0.00024414,
    "difficulty_lyra2re" : 0.00024414,
    "difficulty_blake" : 0.00024414,

Bitcoin address for donations:  3EfLoRWJwrXnep29drmhT19aPJcdqszswK
1714229984
Hero Member
*
Offline Offline

Posts: 1714229984

View Profile Personal Message (Offline)

Ignore
1714229984
Reply with quote  #2

1714229984
Report to moderator
"In a nutshell, the network works like a distributed timestamp server, stamping the first transaction to spend a coin. It takes advantage of the nature of information being easy to spread but hard to stifle." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714229984
Hero Member
*
Offline Offline

Posts: 1714229984

View Profile Personal Message (Offline)

Ignore
1714229984
Reply with quote  #2

1714229984
Report to moderator
SHIELDcurrency (OP)
Member
**
Offline Offline

Activity: 293
Merit: 10


View Profile WWW
October 06, 2017, 10:02:17 PM
 #42

The MIDAS update is out, meaning the blockchain will be have been reset and you will have to update. We've also fixed the bug that froze the blockchain last time and made sure it won't happen another time. The official SHIELD Windows wallet will be out tomorrow or the day after that, we'll keep you updated on the wallet progress on our twitter and if you have any more questions don't be afraid to ask them.

            Welcome to the community, the SHIELD team.



askdfjlhasd
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 06, 2017, 10:58:09 PM
 #43

Looks like a good coin but is there any more information about the linux wallets or the Windows wallets? Would be nice to be able to use some premade wallets and not have to make my own.
TheKingInYellow
Sr. Member
****
Offline Offline

Activity: 546
Merit: 257


Have you found the Yellow Sign?


View Profile
October 06, 2017, 11:13:50 PM
 #44

Interesting coin, may have to try mining it once you've worked out the launch~

DAPS Project, anonymizing assets for the world. Controlling your financial sovereignty is your right, join now!
DAPS (Decentralized - Anonymous - Payment - System)
Zero-Knowledge Proofs - Revolutionary Proof-Of-Audit algo - Masternodes - PoSv3 - Worldwide community
liotmaan
Sr. Member
****
Offline Offline

Activity: 324
Merit: 261


View Profile
October 06, 2017, 11:42:23 PM
 #45

Waiting anxiously for a pool to mine this
darkly spectre
Full Member
***
Offline Offline

Activity: 308
Merit: 107


View Profile
October 06, 2017, 11:47:17 PM
 #46

Man we are trying to get pool running but the new release still is giving us errors when compiling.  Roll Eyes
liotmaan
Sr. Member
****
Offline Offline

Activity: 324
Merit: 261


View Profile
October 06, 2017, 11:54:57 PM
 #47

Damn. Lame. I see one pool got it going for x17 but can't do shit with that one :/
redsun17
Full Member
***
Offline Offline

Activity: 266
Merit: 100


View Profile
October 06, 2017, 11:56:43 PM
 #48

Damn. Lame. I see one pool got it going for x17 but can't do shit with that one :/

Where do you see that?

And how is anyone even compiling this?  I keep getting:

Code:
main.cpp:4238:22: error: expected primary-expression before ‘>’ token
     unique_ptr<CBlock> pblock(new CBlock());
                      ^
main.cpp:4238:43: error: ‘pblock’ was not declared in this scope
     unique_ptr<CBlock> pblock(new CBlock());
                                           ^
main.cpp: In function ‘void SHIELDMiner(CWallet*, bool)’:
main.cpp:4692:9: error: ‘unique_ptr’ was not declared in this scope
         unique_ptr<CBlock> pblock(CreateNewBlock(pwallet, fProofOfStake, fProofOfStake ? ALGO_SCRYPT : miningAlgo)
         ^
main.cpp:4692:9: note: suggested alternatives:
In file included from /usr/include/boost/thread/csbl/memory/unique_ptr.hpp:16:0,
                 from /usr/include/boost/thread/future.hpp:40,
                 from /usr/include/boost/thread.hpp:24,
                 from util.h:22,
                 from alert.h:13,
                 from main.cpp:6:
/usr/include/boost/move/unique_ptr.hpp:346:7: note:   ‘boost::movelib::unique_ptr’
 class unique_ptr
       ^
/usr/include/boost/move/unique_ptr.hpp:346:7: note:   ‘boost::movelib::unique_ptr’
main.cpp:4692:26: error: expected primary-expression before ‘>’ token
         unique_ptr<CBlock> pblock(CreateNewBlock(pwallet, fProofOfStake, fProofOfStake ? ALGO_SCRYPT : miningAlgo)
                          ^
main.cpp:4692:115: error: ‘pblock’ was not declared in this scope
       unique_ptr<CBlock> pblock(CreateNewBlock(pwallet, fProofOfStake, fProofOfStake ? ALGO_SCRYPT : miningAlgo));
                                                                                                                 ^
Makefile:2308: recipe for target 'libbitcoin_server_a-main.o' failed
make[1]: *** [libbitcoin_server_a-main.o] Error 1
make[1]: Leaving directory '/root/SHIELD/src'
Makefile:524: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

   SEMUX   -   An innovative high-performance blockchain platform   
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Get Free Airdrop Now!
liotmaan
Sr. Member
****
Offline Offline

Activity: 324
Merit: 261


View Profile
October 07, 2017, 12:00:36 AM
 #49

My bad, I was looking at something else entirely
demofx
Newbie
*
Offline Offline

Activity: 53
Merit: 0


View Profile
October 07, 2017, 12:25:19 AM
 #50

Dev,

Any idea when the windows wallet will be released?
cheers
sls
Member
**
Offline Offline

Activity: 110
Merit: 10


View Profile
October 07, 2017, 12:56:04 AM
 #51

Damn. Lame. I see one pool got it going for x17 but can't do shit with that one :/

Where do you see that?

And how is anyone even compiling this?  I keep getting:

Code:
main.cpp:4238:22: error: expected primary-expression before ‘>’ token
     unique_ptr<CBlock> pblock(new CBlock());
                      ^
main.cpp:4238:43: error: ‘pblock’ was not declared in this scope
     unique_ptr<CBlock> pblock(new CBlock());
                                           ^
main.cpp: In function ‘void SHIELDMiner(CWallet*, bool)’:
main.cpp:4692:9: error: ‘unique_ptr’ was not declared in this scope
         unique_ptr<CBlock> pblock(CreateNewBlock(pwallet, fProofOfStake, fProofOfStake ? ALGO_SCRYPT : miningAlgo)
         ^
main.cpp:4692:9: note: suggested alternatives:
In file included from /usr/include/boost/thread/csbl/memory/unique_ptr.hpp:16:0,
                 from /usr/include/boost/thread/future.hpp:40,
                 from /usr/include/boost/thread.hpp:24,
                 from util.h:22,
                 from alert.h:13,
                 from main.cpp:6:
/usr/include/boost/move/unique_ptr.hpp:346:7: note:   ‘boost::movelib::unique_ptr’
 class unique_ptr
       ^
/usr/include/boost/move/unique_ptr.hpp:346:7: note:   ‘boost::movelib::unique_ptr’
main.cpp:4692:26: error: expected primary-expression before ‘>’ token
         unique_ptr<CBlock> pblock(CreateNewBlock(pwallet, fProofOfStake, fProofOfStake ? ALGO_SCRYPT : miningAlgo)
                          ^
main.cpp:4692:115: error: ‘pblock’ was not declared in this scope
       unique_ptr<CBlock> pblock(CreateNewBlock(pwallet, fProofOfStake, fProofOfStake ? ALGO_SCRYPT : miningAlgo));
                                                                                                                 ^
Makefile:2308: recipe for target 'libbitcoin_server_a-main.o' failed
make[1]: *** [libbitcoin_server_a-main.o] Error 1
make[1]: Leaving directory '/root/SHIELD/src'
Makefile:524: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1

https://github.com/ShieldCoin/SHIELD/commit/b8e0958165057ad0d1d68fade09dbb9765af39a8#diff-7ec3c68a81efff79b6ca22ac1f1eabbaR4690
https://github.com/ShieldCoin/SHIELD/commit/b8e0958165057ad0d1d68fade09dbb9765af39a8#diff-7ec3c68a81efff79b6ca22ac1f1eabbaR4236
add to lines 4690 and 4236 boost::csbl::
example(boost::csbl::unique_ptr<CBlock> )

Mazt rhiezt
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile
October 07, 2017, 01:15:03 AM
 #52

what about the security system, how much gas for perfect speed?
your best answer is the most important thing in the strength of the purse that you realize reaches a safe and convenient transaction.


                  ██
▐█▄             ▄█▀
███    ▄██▄    ▄█▀ ██                          ██
███   ▄████   ▄█▀ ▄▄  ▄▄▄ ▄▄▄   ▄▄▄▄▄▄▄       ▄▄▄   ▄▄▄
███  ▄█▀███  ▄█▀ ██▌ ▄██▀▄▀██▌ █▀  ▄█▀       ▄██▌ ▄██▀ ▀▄
███ ▄█▀▐███ ██▀ ██▌ ▐███▀ ▄█▀    ▄█▀        ▄██▌ ▄██   ▄▀
▐██▄█▀  █████▀ ▐██  ███  ▐██   ▄█▀          ██▀  ██▌  ▄▀
 ▀██▀   ▀██▀    ▀█  ▀█   ▀█  ▄██▄▄▄▄▄▀▀  ██ ▀█    ▀███▀


Every BTCit of Fun
███████████████████████████████
█████████████████████████████
███████████████████████████████
█████████████████████████████
███████████████████████████
███████████████████████
▀▀█████████████████▀▀
▀▀▀███████▀▀▀





▄▄▄███████▄▄▄
▄▄█████████████████▄▄
▄███████████████████████▄
██████████████████████████
█████████████████████████████
███████████████████████████████
███████████████████████████████
██████████████████████████████


▄▄▄▄▄▄
▄▀████████▀▄
██▄▀██████▀▄██
▐███▌▐████▌▐███▌
██▀▄██████▄▀██
▀▄████████▄▀
▀▀▀▀▀▀


            ▄▄▄▄▄▄▄▄▄▄▄▄▄▄
         ▄█████████████████
        ███████████████████
       ██████████████████▀
      █████▀▀
     ████▀
    ████▀
   ████▀
  ████▀
 ████▀
████▀
████████░████████
▐███████▄░▄███████▌
▐███████▄░▄███████▌
▐███████▄░▄███████▌
███████▄░▄███████
███████████████

▀███████▀
▀▀▀▀
██████
██
██
██
██
██
██
██

██

██

██

██

██████
.
   BET NOW   
██████
██
██
██
██
██
██
██

██

██

██

██

██████
trgnn
Full Member
***
Offline Offline

Activity: 756
Merit: 103



View Profile
October 07, 2017, 02:49:31 AM
Last edit: October 07, 2017, 04:57:29 PM by trgnn
 #53

***



Cool Cool Cool


Bearded. Fast. Safe. Low Fees. Payout every hour after the first confirmed block.



Use your wallet address as your username, and c=XSH as your password.
We're using Yiimp, no registration required.

Cool Cool Cool

.bat exemple for ccminer

Code:
-a myr-gr -o stratum+tcp://beardedpool.fr:5433 -u YOUR_WALLET -p c=XSH


Don't forget to use XSH as password, or your shares will be lost


***

gameparadise007
Full Member
***
Offline Offline

Activity: 442
Merit: 100


View Profile
October 07, 2017, 03:52:43 AM
 #54

The windows electrum , wallet shows offline.
Can I use the address in that to mine to pool ?
boo50
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250


lux8.net


View Profile
October 07, 2017, 04:25:37 AM
 #55


something going wrong.
zero blocks on pool and reward listed as 80 XSH, but on githud devs says it must be 8000.

gameparadise007
Full Member
***
Offline Offline

Activity: 442
Merit: 100


View Profile
October 07, 2017, 05:08:09 AM
 #56

Dev launched again and disappeared.
There are still compile issues
alikcei4
Newbie
*
Offline Offline

Activity: 66
Merit: 0


View Profile
October 07, 2017, 05:38:15 AM
 #57

Wallet maybee?HuhHuh
boo50
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250


lux8.net


View Profile
October 07, 2017, 05:56:41 AM
 #58

Dev launched again and disappeared.
There are still compile issues
how fix errors you can read few posts earlier

borderline
Full Member
***
Offline Offline

Activity: 798
Merit: 116



View Profile
October 07, 2017, 06:12:42 AM
 #59

no one share on pool, and wallet don't connect

   SEMUX   -   An innovative high-performance blockchain platform  
▬▬▬▬▬      Powered by Semux BFT consensus algorithm      ▬▬▬▬▬
Github    -    Discord    -    Twitter    -    Telegram    -    Airdrop to BTC holders
umine.org
Jr. Member
*
Offline Offline

Activity: 130
Merit: 3


View Profile
October 07, 2017, 12:35:05 PM
 #60

Hello everyone

SHIELD [XSH] added to https://umine.org/

Low fee 0.5%, payouts every hour!

PoW algo - myr-gr

-a myr-gr -o stratum+tcp://s.umine.org:5433 -u SYXQAHstUdfMb3cqDN3XyEj38GUwEW75U4 -p c=XSH

Happy mining!
Pages: « 1 2 [3] 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 ... 190 »
  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!