Author

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

full member
Activity: 798
Merit: 116
no one share on pool, and wallet don't connect
sr. member
Activity: 472
Merit: 250
lux8.net
Dev launched again and disappeared.
There are still compile issues
how fix errors you can read few posts earlier
newbie
Activity: 66
Merit: 0
full member
Activity: 442
Merit: 100
Dev launched again and disappeared.
There are still compile issues
sr. member
Activity: 472
Merit: 250
lux8.net

something going wrong.
zero blocks on pool and reward listed as 80 XSH, but on githud devs says it must be 8000.
full member
Activity: 442
Merit: 100
The windows electrum , wallet shows offline.
Can I use the address in that to mine to pool ?
full member
Activity: 756
Merit: 103
***



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


***
sr. member
Activity: 462
Merit: 250
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.
sls
member
Activity: 110
Merit: 10
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 pblock(new CBlock());
                      ^
main.cpp:4238:43: error: ‘pblock’ was not declared in this scope
     unique_ptr 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 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 pblock(CreateNewBlock(pwallet, fProofOfStake, fProofOfStake ? ALGO_SCRYPT : miningAlgo)
                          ^
main.cpp:4692:115: error: ‘pblock’ was not declared in this scope
       unique_ptr 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 )

newbie
Activity: 53
Merit: 0
Dev,

Any idea when the windows wallet will be released?
cheers
sr. member
Activity: 324
Merit: 261
My bad, I was looking at something else entirely
full member
Activity: 266
Merit: 100
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 pblock(new CBlock());
                      ^
main.cpp:4238:43: error: ‘pblock’ was not declared in this scope
     unique_ptr 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 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 pblock(CreateNewBlock(pwallet, fProofOfStake, fProofOfStake ? ALGO_SCRYPT : miningAlgo)
                          ^
main.cpp:4692:115: error: ‘pblock’ was not declared in this scope
       unique_ptr 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
sr. member
Activity: 324
Merit: 261
Damn. Lame. I see one pool got it going for x17 but can't do shit with that one :/
full member
Activity: 308
Merit: 107
Man we are trying to get pool running but the new release still is giving us errors when compiling.  Roll Eyes
sr. member
Activity: 324
Merit: 261
Waiting anxiously for a pool to mine this
sr. member
Activity: 546
Merit: 257
Have you found the Yellow Sign?
Interesting coin, may have to try mining it once you've worked out the launch~
newbie
Activity: 3
Merit: 0
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.
member
Activity: 293
Merit: 10
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.


full member
Activity: 182
Merit: 104
Knowledge must be free !
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,
member
Activity: 293
Merit: 10
Hello everybody,

Here is a quick update. First of all we're sorry for the inconvenience of our rocky release. We ran into some problems and for that we'll have to re-release the coin but now we won't run into the same problems as last time.

So what went wrong?

There was a whale minging SHIELD that found a way to mine about 400 blocks in a few seconds which caused the difficulty to skyrocket and the blockchain to freeze. We'll solve this problem by implementing MIDAS for the first 10.000 blocks.

What does MIDAS do?

MIDAS will calculate the real time diffuclty making it impossible to do what the whale did. It'll also make keep the blockchain alive.

Furthermore the windows wallet is also coming along, we also hope to have it fixed by the end of the day, will we not have the Windows wallet ready than we'll still be posting the MIDAS update.

Thanks for the wait, the SHIELD team.

Jump to: