Pages:
Author

Topic: SolidCoin 1.02 Released (Read 3857 times)

sr. member
Activity: 252
Merit: 251
August 28, 2011, 07:26:06 PM
#35
No sure where to post this question, but I am solo mining solidcoins right now, and my miner said I had 1 accepted, but nothing has shown up in the wallet.  How do I know when I have solved a block, and how can I check?  I usually pool mine, so I am new to this aspect.

Thanks.

I'll be writing an article on this today actually, so you should be able to check the site later today for some more info.

But basically in your SolidCoin client you will have a transaction added when you find a block, it will be classed as a "generate" .
newbie
Activity: 61
Merit: 0
August 28, 2011, 04:13:30 PM
#34
No sure where to post this question, but I am solo mining solidcoins right now, and my miner said I had 1 accepted, but nothing has shown up in the wallet.  How do I know when I have solved a block, and how can I check?  I usually pool mine, so I am new to this aspect.

Thanks.
sr. member
Activity: 574
Merit: 250
August 28, 2011, 10:37:06 AM
#33
Are you really releasing binaries for linux without actually setting up a linux install to test them on first?


Being that it was said to be a known issue on some versions a linux, I think you already know the answer.

full member
Activity: 210
Merit: 100
August 28, 2011, 09:32:03 AM
#32
Are you really releasing binaries for linux without actually setting up a linux install to test them on first?
sr. member
Activity: 252
Merit: 251
August 28, 2011, 09:24:05 AM
#31
http://solidcoin.info/other-download.php

Linux binaries now up. Both 32bit and 64bit, and both GUI and NONGUI versions.

run: solidcoin-linux32-102

open: Settings - > Your receiving address -> Ok -> CRASH

Segmentation fault



We are aware of this issue on Linux, for some reason it doesn't affect the other platforms so we suspect it's something to do with wxWidgets on Linux. Hopefully we will sort it out soon, does clicking the X instead of OK still crash?
legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
August 28, 2011, 09:15:30 AM
#30
http://solidcoin.info/other-download.php

Linux binaries now up. Both 32bit and 64bit, and both GUI and NONGUI versions.

run: solidcoin-linux32-102

open: Settings - > Your receiving address -> Ok -> CRASH

Segmentation fault

sr. member
Activity: 327
Merit: 250
we are legion
August 28, 2011, 07:51:43 AM
#29
http://solidcoin.info/other-download.php

Linux binaries now up. Both 32bit and 64bit, and both GUI and NONGUI versions.

Thats good news. Thank you.
sr. member
Activity: 252
Merit: 251
August 28, 2011, 05:56:58 AM
#28
http://solidcoin.info/other-download.php

Linux binaries now up. Both 32bit and 64bit, and both GUI and NONGUI versions.
legendary
Activity: 1937
Merit: 1001
August 27, 2011, 10:12:49 AM
#27

The network exploding IS a good thing... That means the miners are taking SolidCoin pretty seriously.


Miners take it seriously only as a 'get rich quick' scheme.
hero member
Activity: 589
Merit: 500
August 27, 2011, 08:33:03 AM
#26
Great work!
Thanks!

CoinHunter, as you know, it is not true that everyone all over the world can reach dropbox. I am so sorry that I can't download SolidCoin 1.02 and the source. Could you please find some other places to upload?

All files have now been transferred to the server instead of dropbox. Hopefully you can download them now?


legendary
Activity: 1974
Merit: 1029
August 27, 2011, 06:57:25 AM
#25
I first knew about the 1.01 thread and posted a bug fix to the makefile.unix there. Later I found this thread and then another error so I'm reporting both problems here:

Code:
--- kk/build/makefile.unix 2011-08-27 02:21:44.000000000 +0200
+++ solidcoin-1.02/build/makefile.unix 2011-08-27 13:54:43.021354266 +0200
@@ -64,7 +64,7 @@
 ../obj/%.o: %.cpp $(HEADERS)
  $(CXX) -c $(CXXFLAGS) $(WXINCLUDEPATHS) -DGUI -o $@ $<
 
-../obj/%.o: cryptopp/%.cpp
+../obj/crypto/%.o: cryptopp/%.cpp
  $(CXX) -c $(CXXFLAGS) -O3 -o $@ $<
 
 solidcoin: $(OBJS) ../obj/gui/ui.o ../obj/gui/uibase.o
@@ -74,7 +74,7 @@
 ../obj/nogui/%.o: %.cpp $(HEADERS)
  $(CXX) -c $(CXXFLAGS) -o $@ $<
 
-solidcoind: $(OBJS:../obj/%=../obj/nogui/%)
+solidcoind: $(OBJS:../obj/gui/%=../obj/nogui/%)
  $(CXX) $(CXXFLAGS) -o $@ $^ $(LIBS)
 
 ../obj/test/%.o: test/%.cpp $(HEADERS)

With these changes I can successfully build solidcoind in my box.
sr. member
Activity: 252
Merit: 251
August 27, 2011, 02:43:38 AM
#24
CoinHunter, as you know, it is not true that everyone all over the world can reach dropbox. I am so sorry that I can't download SolidCoin 1.02 and the source. Could you please find some other places to upload?

All files have now been transferred to the server instead of dropbox. Hopefully you can download them now?

hero member
Activity: 589
Merit: 500
August 27, 2011, 02:07:37 AM
#23
CoinHunter, as you know, it is not true that everyone all over the world can reach dropbox. I am so sorry that I can't download SolidCoin 1.02 and the source. Could you please find some other places to upload?


SolidCoin is a peer-to-peer crypto currency based off Bitcoin, with the aim of providing a superior alternative when it comes to network stability, speed of transactions and security. Our aim is also to provide better tools to help businesses and users around the world embrace the SolidCoin currency with much less pain and security troubles compared to Bitcoin.


Download SolidCoin 1.02 Here

Currently only Windows binaries and Source Code are provided as we work through some build issues on Linux and MacOSX. Source will also be provided on github in a few hours. Keep an eye on the thread for updates.



Quote
-Fixed crash on exit bug
-Fixed some more user interface bugs dealing with sizes set by magic numbers instead of proper sizing
-Updated About box
-Changed some Mac compiler settings
-Updated irc rules to use more channels now that a few thousand users have joined the network
-Updated all docs and build instructions due to libpng support needing to be in wxwidgets on linux
-Changed build process. Now there is a builds folder which contains the makefiles. moved obj creation to a non src directory.
-Moved media out of src directory to keep it clean
-Changed default rpc port to 8555 so it doesn't conflict with some linux services

legendary
Activity: 1204
Merit: 1000
฿itcoin: Currency of Resistance!
August 26, 2011, 10:26:11 PM
#22
One thing is great about Bitcoin forks... Plurality!

More is better! So we do not put all the eggs on the same basket...

I'm still mining for Bitcoins and I do not want to change this but... I like the idea of another e-currencies out there...

BTW, Bitcoins isn't a investiment!! IT IS A CURRENCY!!! SO, come one guys, open your wallets! Buy things, let the coins in a free circulation!!!  :-P

Anyway, there is a lot more room for improvement in Bitcoin client, the Bitcoin source code needs more and more good hands on it. And we need some kind of eVote, eDemocracy or ePoll, to decide the future of Bitcoin. Not only the coders should decide everything, every detail... Regular people must participate!

VIVA LA REVOLUCIÓN!!

Cheers!
Thiago
full member
Activity: 180
Merit: 100
August 26, 2011, 08:15:44 PM
#21
Seems to be lots of long (hr+) blocks on bitcoin lately. I lost money today because of the solve times on a couple of blocks  Angry
hero member
Activity: 896
Merit: 1000
Seal Cub Clubbing Club
August 26, 2011, 06:49:49 PM
#20
FML I just waited 50 minutes for a transaction to be confirmed.  Bitcoin sucks for transaction confirmations, at least at this solve rate.  Solidcoins (and soon Ixcoins) are the new hotness.
sr. member
Activity: 574
Merit: 250
August 26, 2011, 04:27:00 PM
#19
(note: please do not take this post as more than a joke)
(note: I do not take solidcoin as more than a joke)
Well the joke may be on you then! Their network is exploding...

hee, the network exploding would not be a good thing, think you mean the trading is.

The network exploding IS a good thing... That means the miners are taking SolidCoin pretty seriously.

so far it seems to be holding up well and not exploded,  I for one hope it continues to hold up.
legendary
Activity: 1764
Merit: 1015
August 26, 2011, 03:34:34 PM
#18
(note: please do not take this post as more than a joke)
(note: I do not take solidcoin as more than a joke)
Well the joke may be on you then! Their network is exploding...

hee, the network exploding would not be a good thing, think you mean the trading is.

The network exploding IS a good thing... That means the miners are taking SolidCoin pretty seriously.
sr. member
Activity: 574
Merit: 250
August 26, 2011, 03:11:10 PM
#17
(note: please do not take this post as more than a joke)
(note: I do not take solidcoin as more than a joke)
Well the joke may be on you then! Their network is exploding...

hee, the network exploding would not be a good thing, think you mean the trading is.
legendary
Activity: 1764
Merit: 1015
August 26, 2011, 03:07:25 PM
#16
(note: please do not take this post as more than a joke)
(note: I do not take solidcoin as more than a joke)
Well the joke may be on you then! Their network is exploding...
Pages:
Jump to: