firesec
Full Member
Offline
Activity: 182
Merit: 104
Knowledge must be free !
|
|
October 06, 2017, 05:55:06 PM |
|
Hi SHIELDcurrency, You've made my day 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 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
|
|
|
SHIELDcurrency (OP)
|
|
October 06, 2017, 10:02:17 PM |
|
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
Activity: 3
Merit: 0
|
|
October 06, 2017, 10:58:09 PM |
|
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
Activity: 546
Merit: 257
Have you found the Yellow Sign?
|
|
October 06, 2017, 11:13:50 PM |
|
Interesting coin, may have to try mining it once you've worked out the launch~
|
|
|
|
liotmaan
|
|
October 06, 2017, 11:42:23 PM |
|
Waiting anxiously for a pool to mine this
|
|
|
|
darkly spectre
|
|
October 06, 2017, 11:47:17 PM |
|
Man we are trying to get pool running but the new release still is giving us errors when compiling.
|
|
|
|
liotmaan
|
|
October 06, 2017, 11:54:57 PM |
|
Damn. Lame. I see one pool got it going for x17 but can't do shit with that one :/
|
|
|
|
redsun17
|
|
October 06, 2017, 11:56:43 PM |
|
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: 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
|
|
|
|
liotmaan
|
|
October 07, 2017, 12:00:36 AM |
|
My bad, I was looking at something else entirely
|
|
|
|
demofx
Newbie
Offline
Activity: 53
Merit: 0
|
|
October 07, 2017, 12:25:19 AM |
|
Dev,
Any idea when the windows wallet will be released? cheers
|
|
|
|
sls
Member
Offline
Activity: 110
Merit: 10
|
|
October 07, 2017, 12:56:04 AM |
|
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: 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-7ec3c68a81efff79b6ca22ac1f1eabbaR4690https://github.com/ShieldCoin/SHIELD/commit/b8e0958165057ad0d1d68fade09dbb9765af39a8#diff-7ec3c68a81efff79b6ca22ac1f1eabbaR4236add to lines 4690 and 4236 boost::csbl:: example(boost::csbl::unique_ptr<CBlock> )
|
|
|
|
Mazt rhiezt
|
|
October 07, 2017, 01:15:03 AM |
|
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.
|
|
|
|
trgnn
|
|
October 07, 2017, 02:49:31 AM Last edit: October 07, 2017, 04:57:29 PM by trgnn |
|
*** 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.
.bat exemple for ccminer -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
|
|
October 07, 2017, 03:52:43 AM |
|
The windows electrum , wallet shows offline. Can I use the address in that to mine to pool ?
|
|
|
|
boo50
Sr. Member
Offline
Activity: 472
Merit: 250
lux8.net
|
|
October 07, 2017, 04:25:37 AM |
|
something going wrong. zero blocks on pool and reward listed as 80 XSH, but on githud devs says it must be 8000.
|
|
|
|
gameparadise007
|
|
October 07, 2017, 05:08:09 AM |
|
Dev launched again and disappeared. There are still compile issues
|
|
|
|
alikcei4
Newbie
Offline
Activity: 66
Merit: 0
|
|
October 07, 2017, 05:38:15 AM |
|
Wallet maybee?
|
|
|
|
boo50
Sr. Member
Offline
Activity: 472
Merit: 250
lux8.net
|
|
October 07, 2017, 05:56:41 AM |
|
Dev launched again and disappeared. There are still compile issues
how fix errors you can read few posts earlier
|
|
|
|
borderline
|
|
October 07, 2017, 06:12:42 AM |
|
no one share on pool, and wallet don't connect
|
|
|
|
umine.org
Jr. Member
Offline
Activity: 130
Merit: 3
|
|
October 07, 2017, 12:35:05 PM |
|
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!
|
|
|
|
|