Bitcoin Forum
April 27, 2024, 06:06:33 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ... 71 »
  Print  
Author Topic: [ANN][SIM] Simcoin - A Simple Coin  (Read 157665 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
Malibusparky
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
April 20, 2014, 12:00:54 AM
 #161

I'm interested to know why you have removed the total btc investment figure from your IPO webpage?

You need to be logged in.

NxtChg, I suggest you stop the ipo at 100 investors. We are at 98 right now and tomorrow is April 20. You will have kept your word and 100

investors sounds soooooooooo good.
1714241193
Hero Member
*
Offline Offline

Posts: 1714241193

View Profile Personal Message (Offline)

Ignore
1714241193
Reply with quote  #2

1714241193
Report to moderator
1714241193
Hero Member
*
Offline Offline

Posts: 1714241193

View Profile Personal Message (Offline)

Ignore
1714241193
Reply with quote  #2

1714241193
Report to moderator
TalkImg was created especially for hosting images on bitcointalk.org: try it next time you want to post an image
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714241193
Hero Member
*
Offline Offline

Posts: 1714241193

View Profile Personal Message (Offline)

Ignore
1714241193
Reply with quote  #2

1714241193
Report to moderator
1714241193
Hero Member
*
Offline Offline

Posts: 1714241193

View Profile Personal Message (Offline)

Ignore
1714241193
Reply with quote  #2

1714241193
Report to moderator
hlj381
Member
**
Offline Offline

Activity: 112
Merit: 100


View Profile
April 20, 2014, 01:54:07 AM
 #162

I'm interested to know why you have removed the total btc investment figure from your IPO webpage?

You need to be logged in.

NxtChg, I suggest you stop the ipo at 100 investors. We are at 98 right now and tomorrow is April 20. You will have kept your word and 100

investors sounds soooooooooo good.

+1.....
 
100 investors sounds soooooooooo good.

NHZ:11076004899564515675
ETC:EMmU4g9kf7BkgRa4rCHkueEvu1WktCd9eb
twistelaar
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
April 20, 2014, 02:07:39 AM
 #163

When the IPO is closed for new investors. Can the investors that already have invested, invest some more BTC? Thanks.
NxtChg (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
April 20, 2014, 08:07:19 AM
 #164

NxtChg, I suggest you stop the ipo at 100 investors. We are at 98 right now and tomorrow is April 20. You will have kept your word and 100

investors sounds soooooooooo good.

Too late: 103 with 63 BTC.

Guess, we have to wait for the next round number. What is it, a thousand? Wink


When the IPO is closed for new investors. Can the investors that already have invested, invest some more BTC? Thanks.

Of course not.

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
xtester
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


Risk taker & Black Swan farmer.


View Profile
April 20, 2014, 08:08:09 AM
 #165

I have just joined the team. Am very curios how this experiment will go.
NxtChg (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
April 20, 2014, 09:03:08 AM
Last edit: April 20, 2014, 09:19:58 AM by NxtChg.com
 #166

Long posts without pictures are boring, so I think this is an appropriate one:



Ok, today is the last 100% safe day when the IPO won't be closed, so I thought I'd post a progress update for the last 12 days since the announcement.

You saw the address generator and lookup tool that I've posted here. Did some tests and settled on how account ID's will be generated.

The 3 main cryptoprimitives, which should be enough to build the system, were ready before the announcement. I found a bug in my Blake2s implementation when I did the address generator, so I wrote a unit test for it to compare to the reference implementation, and plan to do the same for Salsa and Ed25519, as well as other code.

Did some experiments with key stretching algorithms.

Converted Reed-Solomon addresses from NXT to the new format. Updated test addresses generator. Did extensive testing with 1 million corrupted test addresses.

Wrote a wrapper classes for SQLite, which will be used as our main database. The database interface code is now 90% done.

Did a lot of timing tests, both for crypto and database performance to assist me in making design decisions. Figured out protection from data corruption for the database. Wrote the code to do ledger verification on loading. Created a test ledger with 100,000 test accounts (about 10 Mb at this point). Verification takes less than 1 second, but that's without transaction history.

You've seen wiki, that took some time. I also keep documenting things in my local copy to be published later.

Console server skeleton is mostly finished, ini and log files, graceful shutdown, that kind of stuff. Ready to be filled with meat.

A lot of thinking went into trying to figure out the best encryption scheme for packets and at the same time protect from application-level DDoS attacks. I think I finally settled on how it will work.

Implemented transparent encryption/decryption in network code. Tested UDP connection between my home PC and the simcoin.info server – it worked perfectly. Also made sure that VPN indeed hides IP's for our UDP packets.

-----

"Boehm and Basili (2001) say that it is 100 times more expensive to fix errors in production than during the earliest development phases."
 -- Robert L. Glass, Facts and Fallacies of Software Engineering.

So the rest of the time was eaten by lots of reading and thinking about overall system design Smiley

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
NxtChg (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
April 20, 2014, 09:43:13 AM
 #167

Also, beware of phishers!

Somebody at nxtstore.com is trying to do something with the IPO site.

Maybe he's legit, but why would anybody with that address want to do anything with Simcoin using paths like this:

/wolftest/sim.php ?

Anyone knows what this is? I can't access that domain for some reason.

--

Put your email in the profile at the IPO site, so even if your account is compromised you can always claim it back.

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
twistelaar
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
April 20, 2014, 12:44:20 PM
 #168

VERY SUSPICIOUS SUPERMARKET. lol Grin
justjetjut
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 20, 2014, 01:22:48 PM
 #169

The IPO will be closed when the btc reaches 69.5 or more.
Now the dev is staring the number and preparing his victor picture.

We all know that. Wink Wink Wink
xtester
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


Risk taker & Black Swan farmer.


View Profile
April 20, 2014, 01:29:36 PM
 #170

Long posts without pictures are boring, so I think this is an appropriate one:



Ok, today is the last 100% safe day when the IPO won't be closed, so I thought I'd post a progress update for the last 12 days since the announcement.

You saw the address generator and lookup tool that I've posted here. Did some tests and settled on how account ID's will be generated.

The 3 main cryptoprimitives, which should be enough to build the system, were ready before the announcement. I found a bug in my Blake2s implementation when I did the address generator, so I wrote a unit test for it to compare to the reference implementation, and plan to do the same for Salsa and Ed25519, as well as other code.

Did some experiments with key stretching algorithms.

Converted Reed-Solomon addresses from NXT to the new format. Updated test addresses generator. Did extensive testing with 1 million corrupted test addresses.

Wrote a wrapper classes for SQLite, which will be used as our main database. The database interface code is now 90% done.

Did a lot of timing tests, both for crypto and database performance to assist me in making design decisions. Figured out protection from data corruption for the database. Wrote the code to do ledger verification on loading. Created a test ledger with 100,000 test accounts (about 10 Mb at this point). Verification takes less than 1 second, but that's without transaction history.

You've seen wiki, that took some time. I also keep documenting things in my local copy to be published later.

Console server skeleton is mostly finished, ini and log files, graceful shutdown, that kind of stuff. Ready to be filled with meat.

A lot of thinking went into trying to figure out the best encryption scheme for packets and at the same time protect from application-level DDoS attacks. I think I finally settled on how it will work.

Implemented transparent encryption/decryption in network code. Tested UDP connection between my home PC and the simcoin.info server – it worked perfectly. Also made sure that VPN indeed hides IP's for our UDP packets.

-----

"Boehm and Basili (2001) say that it is 100 times more expensive to fix errors in production than during the earliest development phases."
 -- Robert L. Glass, Facts and Fallacies of Software Engineering.

So the rest of the time was eaten by lots of reading and thinking about overall system design Smiley


Good to have some real news.

Will simcoin launch in one month or do you think it will take longer?

Thanks.
xtester
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


Risk taker & Black Swan farmer.


View Profile
April 20, 2014, 01:34:56 PM
 #171

Investor list keeps getting bigger and bigger.  Cool
allwelder
Legendary
*
Offline Offline

Activity: 1512
Merit: 1004



View Profile
April 20, 2014, 01:44:09 PM
 #172

Also, beware of phishers!

Somebody at nxtstore.com is trying to do something with the IPO site.

Maybe he's legit, but why would anybody with that address want to do anything with Simcoin using paths like this:

/wolftest/sim.php ?

Anyone knows what this is? I can't access that domain for some reason.

--

Put your email in the profile at the IPO site, so even if your account is compromised you can always claim it back.

Hi,NxtChg.com

I just notice this
https://bitcointalk.org/index.php?topic=561294.200

The nxtstore.com belongs to my team, we are testing the Nxt mall,and it got hacked 。

The hacker did all as you described,and we have deleted the false information now .

My team member is restoring the database now and we have shut down nxtstore temporarily.

www.nxtstore.com is not a IPO website,is a Nxt accepted mall.

Sorry to disturb or effect your site simcoin.info.

Sorry again for our carelessness,and we will reinforce our website safety.


 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.CryptoTalk.org.|.MAKE POSTS AND EARN BTC!.🏆
NxtChg (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
April 20, 2014, 01:47:02 PM
 #173

The IPO will be closed when the btc reaches 69.5 or more.

What's so special about 69.5? Why not 100? Smiley


Will simcoin launch in one month or do you think it will take longer?

In one month only the Test Net might be launched. Official Simcoin launch will be much later. It's hard to predict.


Investor list keeps getting bigger and bigger.  Cool

Time to call my yacht designer and ask for a helipad Cool

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
xtester
Hero Member
*****
Offline Offline

Activity: 840
Merit: 500


Risk taker & Black Swan farmer.


View Profile
April 20, 2014, 02:01:48 PM
 #174

The IPO will be closed when the btc reaches 69.5 or more.

What's so special about 69.5? Why not 100? Smiley


Will simcoin launch in one month or do you think it will take longer?

In one month only the Test Net might be launched. Official Simcoin launch will be much later. It's hard to predict.


Investor list keeps getting bigger and bigger.  Cool

Time to call my yacht designer and ask for a helipad Cool

I understand. I don't mean all the features and fully launched. I mean, do you think it will take more than 2 months until an alpha version is launched and people can actually see something and start trading their coins, etc?

As for the yacht, tell him to make one for me too. Smiley
NxtChg (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
April 20, 2014, 02:19:01 PM
 #175

I understand. I don't mean all the features and fully launched. I mean, do you think it will take more than 2 months until an alpha version is launched and people can actually see something and start trading their coins, etc?

It's really hard to predict. It's my first coin, you know Smiley

On the one hand, when it comes to developing software, things usually take longer than it looks.

On the other hand, focusing on simplicity reduces the amount of code to write and decreases debugging time. But unexpected issues can always pop up and delay things.

The core of the system is not very complicated, so Test Net in a month is realistic. What is complicated is all the other stuff - good clients, merchant integration, etc.

About trading - I haven't decided yet when to setup the exchange. That can be done in a day or two, the question is when? Should this be done before people can access their wallets in the system? I don't know.


As for the yacht, tell him to make one for me too. Smiley

You need to bring another 100 investors first Wink

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
drmadcat
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
April 20, 2014, 02:46:42 PM
 #176

Are you going to change the name?
NxtChg (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
April 20, 2014, 02:50:33 PM
 #177

Are you going to change the name?

If somebody comes up with a better one, maybe.

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
ownerbest
Sr. Member
****
Offline Offline

Activity: 322
Merit: 250


View Profile
April 20, 2014, 02:56:06 PM
 #178

There are some people saying you deleted their posts in this thread. I'm little worried about simcoin. Hope this is not a scam again.

QORA | 2ND GEN | NEW SOURCE CODE | QM8Q7itiFjs9b2QaXgDuedT8cfX5qaYeqC
NxtChg (OP)
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000


Simcoin Developer


View Profile WWW
April 20, 2014, 03:00:01 PM
 #179

There are some people saying you deleted their posts in this thread. I'm little worried about simcoin. Hope this is not a scam again.

This is my temporary home. I intend to keep it clean and orderly.

Simcoin: https://simtalk.org:444/ | The Simplest Bitcoin Wallet: https://tsbw.io/ | Coinmix: https://coinmix.to | Tippr stats: https://tsbw.io/tippr/
--
About smaragda and his lies: https://medium.com/@nxtchg/about-smaragda-and-his-lies-c376e4694de9
justjetjut
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
April 20, 2014, 03:23:10 PM
 #180

69.5 btc and victor picture
http://media.giphy.com/media/s2qXK8wAvkHTO/giphy.gif

 Wink Wink Wink
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ... 71 »
  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!