Bitcoin Forum
May 10, 2024, 09:40:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: SolidCoin 1.02 Released  (Read 3830 times)
Isepick
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
August 27, 2011, 01:15:44 AM
 #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
"Governments are good at cutting off the heads of a centrally controlled networks like Napster, but pure P2P networks like Gnutella and Tor seem to be holding their own." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715377218
Hero Member
*
Offline Offline

Posts: 1715377218

View Profile Personal Message (Offline)

Ignore
1715377218
Reply with quote  #2

1715377218
Report to moderator
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
August 27, 2011, 03:26:11 AM
 #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
Jimmy2011
Hero Member
*****
Offline Offline

Activity: 589
Merit: 500



View Profile
August 27, 2011, 07: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

CoinHunter (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
August 27, 2011, 07: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?


Try SolidCoin or talk with other SolidCoin supporters here SolidCoin Forums
dserrano5
Legendary
*
Offline Offline

Activity: 1974
Merit: 1029



View Profile
August 27, 2011, 11: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.
Jimmy2011
Hero Member
*****
Offline Offline

Activity: 589
Merit: 500



View Profile
August 27, 2011, 01:33:03 PM
 #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?


kwukduck
Legendary
*
Offline Offline

Activity: 1937
Merit: 1001


View Profile
August 27, 2011, 03:12:49 PM
 #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.

14b8PdeWLqK3yi3PrNHMmCvSmvDEKEBh3E
CoinHunter (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
August 28, 2011, 10:56:58 AM
 #28

http://solidcoin.info/other-download.php

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

Try SolidCoin or talk with other SolidCoin supporters here SolidCoin Forums
ohforf
Sr. Member
****
Offline Offline

Activity: 327
Merit: 250


we are legion


View Profile
August 28, 2011, 12:51:43 PM
 #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.

▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
▀██████ EAT SLEEP DECENTRALIZE ██████▀
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
ThiagoCMC
Legendary
*
Offline Offline

Activity: 1204
Merit: 1000

฿itcoin: Currency of Resistance!


View Profile
August 28, 2011, 02:15:30 PM
 #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

CoinHunter (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
August 28, 2011, 02:24:05 PM
 #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?

Try SolidCoin or talk with other SolidCoin supporters here SolidCoin Forums
Bobnova
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
August 28, 2011, 02:32:03 PM
 #32

Are you really releasing binaries for linux without actually setting up a linux install to test them on first?

BTC:  1AURXf66t7pw65NwRiKukwPq1hLSiYLqbP
twobits
Sr. Member
****
Offline Offline

Activity: 574
Merit: 250



View Profile
August 28, 2011, 03:37:06 PM
 #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.


█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
███
███
███
███
███
███
███
███
███
HyperQuant.net
Platform for Professional Asset Management
███
███
███
███
███
███
███
███
███
WhitePaper
One-Pager
███
███
███
███
███
███
███
███
███
Telegram 
Facebook
Twitter
Medium
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
███
█████                █████      ███████             
█████                ███    █████████████       
█████                ██  █████████████████   
█████                █  ██████              ██████ 
█████                    ████                      ████ 
█████████████  █████                        ████
█████████████  █████                        ████
█████████████  █████                        ████
█████                    █████                             
█████                █  ██████              ███████
█████                ██  ███████████    █████ 
█████                ███    █████████    ████   
█████                █████      ███████    ██
ditchmagnet
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
August 28, 2011, 09: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.
CoinHunter (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
August 29, 2011, 12:26:06 AM
 #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" .

Try SolidCoin or talk with other SolidCoin supporters here SolidCoin Forums
Pages: « 1 [2]  All
  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!