Bitcoin Forum
March 19, 2024, 06:00:01 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 3 4 5 »  All
  Print  
Author Topic: SolidCoin v2.0 Public Beta  (Read 6190 times)
CoinHunter (OP)
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250



View Profile
October 08, 2011, 10:23:10 AM
 #1




Note, this is running in testnet mode to test that the SolidCoin v1 coins are working correctly for people on the new chain and also to stress test the 51% network defense algorithm in SolidCoin v2.0. It also gives time for the exchanges and pools to ensure they are working correctly with the new network.

There will be a 24 hour notice before the network resumes proper activity.

Windows Binaries (32bit and 64bit)
http://dl.dropbox.com/u/38674765/solidcoin-publicbeta-setup.exe

Linux 64 Binaries (GUI and Daemon)
http://dl.dropbox.com/u/38674765/solidcoin-publicbeta-linux64.tar.bz2

And here are some of the new features
1) CPU mining is now possible through an internal miner, which also lets you connect to pools or your own computers to form a "super hash node" . Can also set a "share" amount, so instead of solving the real target, you solve smaller targets like pools do.
2) Multi wallet support
3) The only chain not vulnerable to 51% attacks
4) Major reworkings of the RPC code. Including
* splitting up getwork into sc_getwork and sc_testwork
* adding pool like features to the client so that pools can form much easier
* performance improvements
5) Major restructuring of the old SolidCoin/BItcoin code. Multithreading deadlock issues fixed, hundreds of performance improvements added, cleaner code to work on
6) CPF . Coin protection/promotion fund. A 5% amount is added and put into a fund which will help protect the currency when it comes to price, network stability and promotion
7) Block format changes to help improve efficiency when it comes to mining and also for future chain downloading improvements
Cool Send dialog improvements. You can now see the fee in advance, and also how much balance you will have left after sending a certain amount.
9) Windows x64 builds available
10) Windows installer automatically selects 32bit or 64bit client, one download makes it easier
11) Many UI improvements
12) Move to 4 decimal points instead of 8 for better looking "numbers" and making it easier to use for average user
13) No more saving settings in wallet.dat . All settings now saved in solidcoin.conf
14) Can now mark blocks you find in the blockchain with your own unique identifier
15) Coin inflation is now somewhat tied to difficulty.





Try SolidCoin or talk with other SolidCoin supporters here SolidCoin Forums
1710828001
Hero Member
*
Offline Offline

Posts: 1710828001

View Profile Personal Message (Offline)

Ignore
1710828001
Reply with quote  #2

1710828001
Report to moderator
1710828001
Hero Member
*
Offline Offline

Posts: 1710828001

View Profile Personal Message (Offline)

Ignore
1710828001
Reply with quote  #2

1710828001
Report to moderator
1710828001
Hero Member
*
Offline Offline

Posts: 1710828001

View Profile Personal Message (Offline)

Ignore
1710828001
Reply with quote  #2

1710828001
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Lolcust
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
October 08, 2011, 10:38:29 AM
 #2

So, are we gonna see the whitepaper soon ? Cheesy

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
kano
Legendary
*
Offline Offline

Activity: 4438
Merit: 1794


Linux since 1997 RedHat 4


View Profile
October 08, 2011, 10:52:01 AM
 #3

So ... where's the source code?
Anyone would be a fool to run a binary not checked by someone independent given the current uncertainty with all this SC2.0 crap.
I'd also suggest anyone running it, to do a complete port scan to check the listening ports it opens (or on linux just 'netstat -na' and look through that - mainly the LISTEN lines - compare before and after)
And also check exactly what outgoing connections it makes (or read the ... missing code)

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
Spacy
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
October 08, 2011, 11:01:15 AM
 #4

So ... where's the source code?

Source code only helps if you also compile your binaries...The binaries you download could be made from difference source code. So some people are checking the source code, but mostly all just download the binaries  Grin
ajareselde
Legendary
*
Offline Offline

Activity: 1722
Merit: 1000

Satoshi is rolling in his grave. #bitcoin


View Profile
October 08, 2011, 11:12:05 AM
 #5

cant start solidcoin on win 7 32 bit.

worldinacoin
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
October 08, 2011, 11:13:34 AM
 #6

I have connections of 0, but the hash is running, the number of shares are increasing, is my Solidcoin 2 working properly?
kano
Legendary
*
Offline Offline

Activity: 4438
Merit: 1794


Linux since 1997 RedHat 4


View Profile
October 08, 2011, 11:15:46 AM
 #7

So ... where's the source code?

Source code only helps if you also compile your binaries...The binaries you download could be made from difference source code. So some people are checking the source code, but mostly all just download the binaries  Grin
Yep - I do realise that (I don't download binaries)
Every coin daemon and miner I run I compiled myself from source
though I did run a few early versions of cgminer linux binaries coz I know the author well from before bitcoin

(I also change every daemon to put my name in the block-chain coinbase since it is so easy to do Cheesy)

I also do comparisons between them and the official bitcoin source - even in this case that would be useful since there will be a lot of code copied directly from bitcoin

Pool: https://kano.is - low 0.5% fee PPLNS 3 Days - Most reliable Solo with ONLY 0.5% fee   Bitcointalk thread: Forum
Discord support invite at https://kano.is/ Majority developer of the ckpool code - k for kano
The ONLY active original developer of cgminer. Original master git: https://github.com/kanoi/cgminer
Adamlm
Hero Member
*****
Offline Offline

Activity: 822
Merit: 1002


View Profile WWW
October 08, 2011, 11:33:18 AM
 #8

works great for me on WinXP VM. I've copied my original wallet.dat according to instructions and I see all my solidcoins from v1 Smiley
Looking forward for real live network.

The one thing - why can't I run more than 1 thread for solo mining ?

ajareselde
Legendary
*
Offline Offline

Activity: 1722
Merit: 1000

Satoshi is rolling in his grave. #bitcoin


View Profile
October 08, 2011, 12:20:42 PM
 #9

cant start solidcoin on win 7 32 bit.



copyed solidcoin folder to user/appdata/roaming/     and it works now.

any mining pools yet ? i see coinotron is testing, but u cant logon yet..
worldinacoin
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500



View Profile
October 08, 2011, 12:23:42 PM
 #10

The difficulty is more than 200 now, how do we estimate how long we can mine a Solidcoin2 coin?
Beta-coiner1
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
October 08, 2011, 01:59:13 PM
 #11

Definitely getting quite a good speed boost on this vs. Tenebrix @ 12.5 Kh per thread.

Lolcust
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
October 08, 2011, 02:19:44 PM
 #12

I find your lack of sources disturbing.

Does someone - anyone - really believe in security though obscurity in software ?

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
wknight
Legendary
*
Offline Offline

Activity: 889
Merit: 1000


Bitcoin calls me an Orphan


View Profile WWW
October 08, 2011, 02:21:58 PM
 #13

When will the source be out? Cold day in hell im running a pre-built binary. Dont get me wrong.. love to give it  a try.. but I want to make sure its safe. To many crooks out there these days

Mining Both Bitcoin and Litecoin.
bulanula
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
October 08, 2011, 02:45:10 PM
 #14

Nice one getting about 5.25 khash per two threads on my crappy U2500 at 1.2 GHz !
Lolcust
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
October 08, 2011, 02:48:48 PM
 #15

I am of course biased, but I find lack of sources in Solidcoin beta  seriously worrisome and *wrong*.
Say what you want about premines, premined coins can't have potential to run arbitrary code on your box...

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
Bobnova
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
October 08, 2011, 02:55:44 PM
 #16

khash compared to tenebrix means absolutely nothing, the difficulty is a thousand times higher too.

BTC:  1AURXf66t7pw65NwRiKukwPq1hLSiYLqbP
Spacy
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
October 08, 2011, 03:00:36 PM
 #17

I am of course biased, but I find lack of sources in Solidcoin beta  seriously worrisome and *wrong*.
Say what you want about premines, premined coins can't have potential to run arbitrary code on your box...

Sources will be available. Intelligent people understand, that you just spread FUD because you hope that TBX doesn't die... Why should people support a CPU-currency with 7M premined coins, when there is a better alternative?  Wink
bulanula
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile
October 08, 2011, 03:00:55 PM
 #18

Where can I see difficulty list for all the coins !?
Lolcust
Member
**
Offline Offline

Activity: 112
Merit: 11

Hillariously voracious


View Profile
October 08, 2011, 03:09:06 PM
 #19

Sources will be available.

So far, there has been no indication of that.

Also, when will sources become available, when sufficient number of people install the binaries Wink ?

Geist Geld, the experimental cryptocurrency, is ready for yet another SolidCoin collapse Wink

Feed the Lolcust!
NMC: N6YQFkH9Gn9CTm4mpGwuLB5zLzqWTWFw67
BTC: 15F8xbgRBA1XZ4hmtdFDUasroa2A5rYg8M
GEG: gK5Lx6ypWgr69Gw9yGzE6dsA7kcuCRZRK
Spacy
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
October 08, 2011, 03:11:11 PM
 #20

Sources will be available.

So far, there has been no indication of that.

You had soooo much insider information in the other bashing thread. So you should have get the little piece of info about the source... or not?  Grin
Pages: [1] 2 3 4 5 »  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!