Pages:
Author

Topic: [ANN][SIC] Sifcoin - inflation fork - page 8. (Read 46491 times)

legendary
Activity: 3108
Merit: 1358
June 24, 2013, 02:23:16 PM
#50
Just a dirty example in pseudo-code:

Code:
PoWHash(Data):
    laFunctions = [Skein, scrypt_pbkdf2_salsa, scrypt_keccak_chacha, Groestl, Keccak, SHA512, Blake]
    liFuncIndex = 3
    lsHash = Data

    lI = 0

    while lI < 5:
        if liFuncIndex < 0 or liFuncIndex > len(laFunctions):
            liFuncIndex = 3

        lsHash = laFunctions [liFuncIndex](lsHash)

        if (lsHash[64]&(1<<0))!=0:
            liFuncIndex = liFuncIndex - 1
        else:
            liFuncIndex = liFuncIndex + 1
        lI = lI + 1

    return lsHash

 Cheesy

But it's potentially vulnerable to lsHash[64]&(1<<0) brute-forcing. This could be resolved by adding more conditions to make it stronger.
legendary
Activity: 1484
Merit: 1005
June 24, 2013, 12:26:44 PM
#49
why, what was the point if 6 algorithms, why not 7 or 5.  What is your purpose other than adding complexity to a solution that is already exists (scrypt)?

just like that  Wink
long chain complicates gpu optimization thousands of times, there is a function not so accelerated, and it will slow down the entire chain functions.
Unfortunately, i no have knowledge of mathe, pre-select in this regard "good" algorithms.
no
legendary
Activity: 1162
Merit: 1000
June 24, 2013, 09:41:44 AM
#48
i will pay 75 SIC for first pool and 75 SIC for miner on cpu..

I will add 10 sic to each of those
legendary
Activity: 1246
Merit: 1000
June 24, 2013, 08:39:06 AM
#47
i will pay 75 SIC for first pool and 75 SIC for miner on cpu..
sr. member
Activity: 350
Merit: 250
DTC unofficial team
June 24, 2013, 04:42:39 AM
#46
Does the client have possibility to look on generation speed? Both per machine and whole network
member
Activity: 112
Merit: 10
June 24, 2013, 03:33:15 AM
#45
why, what was the point if 6 algorithms, why not 7 or 5.  What is your purpose other than adding complexity to a solution that is already exists (scrypt)?

just like that  Wink
long chain complicates gpu optimization thousands of times, there is a function not so accelerated, and it will slow down the entire chain functions.
Unfortunately, i no have knowledge of mathe, pre-select in this regard "good" algorithms.



I thought satoshi is just for BTC?

Why not? good, the traditional name for the atomic unit cryptocurrency.
legendary
Activity: 1620
Merit: 1000
news.8btc.com
June 23, 2013, 09:37:00 PM
#44
Based on code Bitcoin 0.8.2

Start: 2013-06-23, 00:00 GMT

Coin: infinity in time

Block target: 5 minutes

Dif retarget: every block, +-1% of mean last hour

1 Coin = 100'000 Satoshi

Block reward = 1Coin + bonus
bonus = sqrt(Diff * block#) Satoshi (eq 0 in start, hundreds in far future)

Hash-mining: chain in sha-3 candidate-finalis-win function Blake=>BMW=>Groestl=>JH=>Keccak=>Skein. While only cpu-mining (built-in qt miner)


Download links: http://sourceforge.net/projects/sifcoin/ (win32-exe and source code for another)

original (rus) post here: https://bitcointalksearch.org/topic/sifcoin-2013-06-23-240884


known node

addnode=206.248.191.155
addnode=206.248.191.155

I thought satoshi is just for BTC?
legendary
Activity: 1484
Merit: 1005
June 23, 2013, 09:32:36 PM
#43
With how few coins that have been generated I highly doubt anyone is gpu mining

Well, all the hash functions are included in the source as .c files, if someone isn't GPU mining without a few hours I don't know when they will be.  It should be like Bitcoin in that GPUs will be expected to hash at rates of around 50-100 fold that of CPUs.  Most of the algorithms selected are high throughput and benefit strongly from parallelization.
legendary
Activity: 1162
Merit: 1000
June 23, 2013, 09:27:08 PM
#42
skipping this one, too many coins already which are better (atleast in announcing & releasing)

This is relatively innovative coin with 6 crypto-algoritms (Blake, BMW, Groestl, JH, Keccak, Skein) + block reward depending on difficulty.
CPU-only at this time.
No premine.
That is actually what a lot of people waited for.

why, what was the point if 6 algorithms, why not 7 or 5.  What is your purpose other than adding complexity to a solution that is already exists (scrypt)?

Because everyone knows that using six 512-bit hashing algorithms consecutively and then truncating the last 256-bits means that your coins can't be GPU mined, duh!  It's not like you can just reduce the search space to what the difficulty is and only check random hashes against the last hashing algorithm, either. Roll Eyes

Someone is GPU mining this right now.

With how few coins that have been generated I highly doubt anyone is gpu mining
hero member
Activity: 546
Merit: 500
June 23, 2013, 09:24:42 PM
#41
The best thing we can do is get this on an exchange sooner rather then later. Atleast there was no premine and quick diff adjust means no one can dump a large amount of coins.
You can request coins-e at https://bitcointalksearch.org/topic/ann-exchange-launch-of-coins-ecom-exchange-with-over-30-coins-240717 they will probably take you, if not straight away possibly quite quickly if you show you are keen.
legendary
Activity: 1484
Merit: 1005
June 23, 2013, 09:23:38 PM
#40
skipping this one, too many coins already which are better (atleast in announcing & releasing)

This is relatively innovative coin with 6 crypto-algoritms (Blake, BMW, Groestl, JH, Keccak, Skein) + block reward depending on difficulty.
CPU-only at this time.
No premine.
That is actually what a lot of people waited for.

why, what was the point if 6 algorithms, why not 7 or 5.  What is your purpose other than adding complexity to a solution that is already exists (scrypt)?

Because everyone knows that using six 512-bit hashing algorithms consecutively and then truncating the last 256-bits means that your coins can't be GPU mined, duh!  It's not like you can just reduce the search space to what the difficulty is and only check random hashes against the last hashing algorithm, either. Roll Eyes

Someone is GPU mining this right now.
legendary
Activity: 1162
Merit: 1000
June 23, 2013, 09:20:24 PM
#39
The best thing we can do is get this on an exchange sooner rather then later. Atleast there was no premine and quick diff adjust means no one can dump a large amount of coins.
hero member
Activity: 714
Merit: 500
June 23, 2013, 09:18:10 PM
#38
skipping this one, too many coins already which are better (atleast in announcing & releasing)

This is relatively innovative coin with 6 crypto-algoritms (Blake, BMW, Groestl, JH, Keccak, Skein) + block reward depending on difficulty.
CPU-only at this time.
No premine.
That is actually what a lot of people waited for.

why, what was the point if 6 algorithms, why not 7 or 5.  What is your purpose other than adding complexity to a solution that is already exists (scrypt)?
hero member
Activity: 518
Merit: 500
June 23, 2013, 04:04:47 PM
#37
Nice diff increasing.

15:56:39
Quote
{
"blocks" : 419,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 3.22453954,
"errors" : "",
"generate" : true,
"genproclimit" : 4,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}

23:05:41
Quote
{
"blocks" : 1208,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : 30.54004511,
"errors" : "",
"generate" : true,
"genproclimit" : 4,
"hashespersec" : 0,
"pooledtx" : 0,
"testnet" : false
}
member
Activity: 112
Merit: 10
June 23, 2013, 11:18:48 AM
#36
no source? -.-
source here: http://sourceforge.net/p/sifcoin/code/ci/master/tree/


LOL how is TRUCoin involved... This will be interesting

Nm not trucoin TRUEcoin


Yep, idea is completely taken out of the "truecoin" by Ukigo.
But Ukigo thought about professional start - premine, the distribution of coins in the forum, the order for coins binding, advertising, writing gpu-miner, etc. But then he changed his mind to create a currency, and the idea hung in the air.

I approached the issue as a hobby, and made only a pure client. Initially, no amenities, but everything is open and honest - the maximum that I could offer.

hero member
Activity: 518
Merit: 500
legendary
Activity: 1064
Merit: 1000
June 23, 2013, 10:31:23 AM
#34
no source? -.-
legendary
Activity: 2184
Merit: 1011
Franko is Freedom
June 23, 2013, 10:20:05 AM
#33
not sure what im seeing
legendary
Activity: 1246
Merit: 1000
June 23, 2013, 10:13:01 AM
#32
addnode=92.115.69.196
hero member
Activity: 518
Merit: 500
June 23, 2013, 10:10:50 AM
#31
holy difficulty batman. Probably adjusting way to quickly, for a coin that can only be mined solo

Diff adjusting every block.

Nodes for those who can't connect (not all permanent):

Code:
addnode=105.236.147.148
addnode=12.70.66.24
addnode=176.192.28.166
addnode=195.110.47.133
addnode=195.110.6.119
addnode=2.134.209.230
addnode=206.248.191.155
addnode=209.190.27.90
addnode=213.234.238.158
addnode=24.120.117.241
addnode=24.142.37.120
addnode=72.23.76.121
addnode=78.37.167.157
addnode=83.234.137.9
addnode=89.239.190.23
addnode=90.188.37.134
addnode=91.210.116.186
addnode=91.210.176.202
addnode=91.218.212.174
addnode=92.115.69.196
addnode=95.29.38.169
addnode=97.107.169.254
Pages:
Jump to: