Author

Topic: [ANN] SilkCoin | New Wallet | NOW on MintPal / Cryptsy | FULL POS - page 340. (Read 332099 times)

legendary
Activity: 2688
Merit: 1240
WARNING [stratum-DDOS] Flood from 176.31.233.35 (100% INV)
WARNING [stratum-DDOS] Flood from 178.33.239.134 (100% INV)
WARNING [stratum-DDOS] Flood from 46.105.112.33 (100% INV)


If you feel you've been banned wrong, message/pm me.

legendary
Activity: 1204
Merit: 1000
Any other pool open besides supernova
member
Activity: 168
Merit: 10
From the blackcoin thread :

Quote
Downloads
KNOWN BUG: if wallet does not start from first time, ignore error and try again

And the rpc error is triggered if :
-you close solo miner before closing wallet
-you type 'help' or a non existant command in debug console

So it's not that hard to avoid just for today.
If it's triggered you'll have to reboot your computer and this affects only windows and it will be solved before tomorrow night.


No.  It crashes as soon as it syncs.  No commands need be entered and happens on a fresh boot.  Your wallet is bad and you should feel bad

Please post your debug.log we'll try to help you, if you reboot your computer and launch the wallet and it shows an error it's not normal.
full member
Activity: 380
Merit: 100
Community Manager - Blockchain analyst


SilkCoin Pool
!!! 1.7 GHs right now !!!

  • No registration required: Mine anonymously.
  • 1% mining fee



How to mine SilkCoin with us

Step 1: Generate your SilkCoin wallet address
Step 2: Point your miner to stratum+tcp://pool.mycryptoco.in:7832
Step 3: Username = Your wallet address, Password doesn't matter (e.g. x)
Step 4: As soon as the SilkCoin Client allows us to send mined coins you'll get your SC immediately
member
Activity: 98
Merit: 10
Your 5 minutes is a lot longer than 5 minutes. Are we on the same time systems here?
http://e.ggtimer.com/5%20minutes
full member
Activity: 171
Merit: 100
my wallet sync on win8 but impossible to mine.. dat really sad
member
Activity: 105
Merit: 10
legendary
Activity: 1204
Merit: 1000
Guys this is ridiculous. Almost all the hash is at Suprnova. Spread it out or there's gonna be a fork.

I've closed regs for the moment

+1

keep it like that we dont want a fork on day one

Btw a great launch guys
legendary
Activity: 2688
Merit: 1240
Guys this is ridiculous. Almost all the hash is at Suprnova. Spread it out or there's gonna be a fork.

I've closed regs for the moment
sr. member
Activity: 490
Merit: 250
I also can not normally open wallet collapse! Angry
sr. member
Activity: 280
Merit: 250
From the blackcoin thread :

Quote
Downloads
KNOWN BUG: if wallet does not start from first time, ignore error and try again

And the rpc error is triggered if :
-you close solo miner before closing wallet
-you type 'help' or a non existant command in debug console

So it's not that hard to avoid just for today.
If it's triggered you'll have to reboot your computer and this affects only windows and it will be solved before tomorrow night.


No.  It crashes as soon as it syncs.  No commands need be entered and happens on a fresh boot.  Your wallet is bad and you should feel bad
full member
Activity: 182
Merit: 100
Guys this is ridiculous. Almost all the hash is at Suprnova. Spread it out or there's gonna be a fork.
legendary
Activity: 2688
Merit: 1240
Can't compile on Linux. If you're going to make a custom wallet, do it properly.

you simply have to do:

cd src
make obj
cd obj
make zerocoin
cd ..
cd ..

make -f Makefile.linux

I think you meant mkdir instead of make. Me I don't have that errors. I have this:

Code:
/usr/include/qt4/QtCore/qlocale.h:786:16: note: QString QLocale::toString(int) const
/usr/include/qt4/QtCore/qlocale.h:788:16: note: QString QLocale::toString(uint) const
/usr/include/qt4/QtCore/qlocale.h:681:13: note: QString QLocale::toString(double, char, int) const
/usr/include/qt4/QtCore/qlocale.h:790:16: note: QString QLocale::toString(float, char, int) const
src/qt/statisticspage.cpp:90:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
src/qt/statisticspage.cpp:96:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
make: *** [build/statisticspage.o] Error 1

How to solve it?

Whoops you're right, i've meant mkdir.

These errors look like Qt errors.. I'm using the headless version, sorry can't help
member
Activity: 168
Merit: 10
From the blackcoin thread :

Quote
Downloads
KNOWN BUG: if wallet does not start from first time, ignore error and try again

And the rpc error is triggered if :
-you close solo miner before closing wallet
-you type 'help' or a non existant command in debug console

So it's not that hard to avoid just for today.
If it's triggered you'll have to reboot your computer and this affects only windows and it will be solved before tomorrow night.
member
Activity: 67
Merit: 10
Aaaaaand suprnova is LIVE MINING SILKCOIN !!!


Hop in now and be among the first !

https://silk.suprnova.cc

0% fee !!

Suprnova Quality !


https://silk.suprnova.cc




Respect always for the Good service mate


Thanks, was a pleasure, as always Smiley

Fighting those DDoS'ers now.. Still a bit shaky as china is already Spamming our Webserver but backend is staying strong.


Why 350 confirms for credits?? Is that really necessary? It will be 6 hours before first payout
full member
Activity: 171
Merit: 100
legendary
Activity: 2688
Merit: 1240
Can't compile on Linux. If you're going to make a custom wallet, do it properly.

you simply have to do:

cd src
make obj
cd obj
make zerocoin
cd ..
cd ..

make -f Makefile.linux

mkdir obj
mkdir obj/zerocoin
chmod 777 leveldb/*
make -j4 -f makefile.unix

i would not do a chmod 777, never, but a chmod +x leveldb/build_detect_platform is ok
hero member
Activity: 1036
Merit: 606
IF you get an error just RELAUNCH the wallet. Exactly the same as blackcoin.
AND read the part in OP about the bug in debug log in windows wallet if you crash its because you typed wrong commands into the Debug console u'll have to restart your computer to properly close the process of the QT.

As for linux compile we just compiled it with no problems on two different computers.

40 MH at the moment.

100% BS. I was there for the BC launch and the wallet had no issues with crashing at all. The wallet crashing has nothing to do with relaunching it, it's simply a bad compile made by amateurs.
full member
Activity: 300
Merit: 103
Can't compile on Linux. If you're going to make a custom wallet, do it properly.

you simply have to do:

cd src
make obj
cd obj
make zerocoin
cd ..
cd ..

make -f Makefile.linux

mkdir obj
mkdir obj/zerocoin
chmod 777 leveldb/*
make -j4 -f makefile.unix
hero member
Activity: 735
Merit: 501
Wallet crashed once on initial startup, ran fine on the second shot.  Truly is lovely,
and I congratulate the dev on going a different direction in regards to UI.

I do think the blue status bar should be merged to the top though with just lit icons,
no blue coloring.  So it would be inline with File, Settings, and Help.  Just my two cents.
Jump to: