Bitcoin Forum
June 19, 2024, 11:38:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 04, 2014, 04:00:54 PM
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 04, 2014, 03:57:45 PM
Hello to all Securitysyscoin community.
We are partnering with the Securitysyscoin and we will be accepting it as payment in our shop http://bitscoinshop.com.br/en/
For currencies not yet have integration with CoinPayments, follow the instructions below for manual purchase.

These altcoins still lack integration with our payment platform because it uses coin payments Them to follow the instructions below.

1 - Select your product and Typically perform the registration on the site.

2 - Choose the way of payment via bank deposit.

3 - Leave us a message que you want to pay using one of the coins above it.

4 - After que send the value of your purchase already in the currency chosen and the address of our wallet.

5 - After the payment confirmation we will start the shipping of your product.

And now we bring more innovation, we are a paypal verified shop and we are accepting credit cards and parceling purchases at 6x via paypal.

Thank you. I will post in OP the instructions above to allow people use SCSY. Thank you again, really appreciated.

Looking forward to see the results of your efforts.
good luck.

We are working hard to see a slow but stable growth of our project. Let see if Crypto World will appreciate us.
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 04, 2014, 12:58:01 PM
hill, dve,   block
1-1440=878
1141-11520=412
11521-43200=164
BLOCK
11683   118 left   anonymous   11/04/2014 07:54:31   95.3740   412.00    95   109   219   230.53
11680   115 left   anonymous   11/04/2014 07:50:30   96.4986   412.00    96   90   253   263.54
11673   108 left   anonymous   11/04/2014 07:45:34   98.9050   412.00    99   67   100   101.01
11671   106 left   anonymous   11/04/2014 07:43:44   102.1484   412.00    102   65   163   159.80



oh, no。
PLZ Look at the source  everything is right
Code:
else if (nHeight <= 800) // First 800 blocks @ 50,000 = 40,000,000 == ICO coins
    {
        nBlockReward = 50000;
    }
    else if(nHeight <= 2240)// 1 day
{
        nBlockReward = 878 ;

}
    else if(nHeight <= 12320)// 7-1 days
{
        nBlockReward = 412 ;
}
    else if(nHeight <= 44000)//30-7-1 days
{
        nBlockReward = 164 ;
}
    else//
{
        nBlockReward = 62 ; // ~4 years
1440 block after first 800 block in ICO   Roll Eyes
  Else after block No. 12320

OP changed to clearly show Block Reward...

NEXT HALVING IN +/- 350 BLOCKS!
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 04, 2014, 08:49:49 AM
NEXT HALVING IN +/- 500 BLOCKS!!
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 04, 2014, 08:43:33 AM
Wallet update!

IRC chat in wallet is now available for Windows and Mac:

- Windows wallet with IRC chat: https://mega.co.nz/#!wo02BbSD!FHhi7lHXR6ZhBNSBoT49bkrTsGGCbDC2e_4YpsnKwUU

- Mac wallet with IRC chat: https://mega.co.nz/#!oxV1RCwJ!VOWGlUNFQMPnX_7kBmX5y5ZyUyLW9ih_HwXczhhFRck

66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 04, 2014, 07:45:22 AM
Less than 12 hours at next halving! From block 12320 Block Reward will be 164 instead of 412 !
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 04, 2014, 07:13:13 AM
We need more buy support on C-cex or dumpers will win this war!!
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 04, 2014, 07:08:48 AM
...yeah but i'm not Tim Cook, my wife is a girl  Grin lol


EDIT: really thanks to our graphics designer Hardroad, he's doing a great work and he's fast, reliable, professional..and cheap Smiley
good roadmap  but market has come true, lately there are so many coins did not do market
p/s:Where are you from  Huh vietnam ,china  Grin;D

if u pay attention to the time when i'm here and the time when im sleeping, you can easly note that i'm in GMT + 1.. Smiley

i was looking into the source (btw latest is missing from github Roll Eyes ), here are some suggestion:

You can remove this condition:
https://github.com/SecuritySystemTeam/securitysyscoin/blob/master/src/net.cpp#L1506
Code:
if (!pnode->fClient && !pnode->fOneShot &&
            !pnode->fDisconnect && pnode->fSuccessfullyConnected &&
            (pnode->nStartingHeight > (nBestHeight - 144))) {

and the constans from version.h
It was a btc wallet issue, your wallet is not affected.

Same with CADDR_TIME_VERSION:
https://github.com/SecuritySystemTeam/securitysyscoin/blob/master/src/version.h#L35
https://github.com/SecuritySystemTeam/securitysyscoin/blob/master/src/main.cpp#L3543
(remove if, but stay the {} statement!, you need the PushMessage call and fGetAddr set)

https://github.com/SecuritySystemTeam/securitysyscoin/blob/master/src/main.cpp#L3592
(remove if+return)

https://github.com/SecuritySystemTeam/securitysyscoin/blob/master/src/main.cpp#L3628
(remove if+continue)

thank you for your revision.. please take a look at your PMs


13:55:28

{
"version" : 1010000,
"protocolversion" : 70001,
"walletversion" : 60000,
"balance" : 6600.80529039,
"blocks" : 11563,
"timeoffset" : 0,
"connections" : 6,
"proxy" : "",
"difficulty" : 107.54530478,
"supply" : 45105396,
"maxmoney" : 160000000,
"reward" : 412,
"testnet" : false,
"keypoololdest" : 1415006846,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
}

"blocks" : 11563,
"reward" : 412,

why?Huh

i dont understand what u are asking bro'
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 03, 2014, 10:31:23 PM
Wallet update!

IRC chat in wallet is now available for Windows and Mac:

- Windows wallet with IRC chat: https://mega.co.nz/#!wo02BbSD!FHhi7lHXR6ZhBNSBoT49bkrTsGGCbDC2e_4YpsnKwUU

- Mac wallet with IRC chat: https://mega.co.nz/#!oxV1RCwJ!VOWGlUNFQMPnX_7kBmX5y5ZyUyLW9ih_HwXczhhFRck


you are following the roadmap, good! like IRC chat in wallet, work on Ubuntu also?

nope! you can download VMware from Ubuntu-Tweak or Software Center and just create VM with windows
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 03, 2014, 09:50:07 PM
Wallet update!

IRC chat in wallet is now available for Windows and Mac:

- Windows wallet with IRC chat: https://mega.co.nz/#!wo02BbSD!FHhi7lHXR6ZhBNSBoT49bkrTsGGCbDC2e_4YpsnKwUU

- Mac wallet with IRC chat: https://mega.co.nz/#!oxV1RCwJ!VOWGlUNFQMPnX_7kBmX5y5ZyUyLW9ih_HwXczhhFRck
71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 03, 2014, 08:16:41 PM
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 03, 2014, 08:14:52 PM
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 03, 2014, 08:01:51 PM
...yeah but i'm not Tim Cook, my wife is a girl  Grin lol


EDIT: really thanks to our graphics designer Hardroad, he's doing a great work and he's fast, reliable, professional..and cheap Smiley

The design is very beautiful!
I was a graphic designer!

yeah im agree, in fact i want to do my best congrats to Hardroad 'cause he's working really well.. and he's really fast and reliable.. today he did roadmap image one hour after  i sent to him the roadmap.. if anyone is searching for a great designer, well Hardroad is perfect!
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 03, 2014, 07:51:47 PM
...yeah but i'm not Tim Cook, my wife is a girl  Grin lol


EDIT: really thanks to our graphics designer Hardroad, he's doing a great work and he's fast, reliable, professional..and cheap Smiley
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 03, 2014, 07:18:05 PM
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | IRC in Wallet | on: November 03, 2014, 06:27:40 PM
Remain always up to date with the Price Notification available on Cryptonator

77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | Paper Wallet | on: November 03, 2014, 05:59:26 PM

Done. Please update the OP with the real coin numbers or people will be mislead into thinking there's loads more than there are!

OP is now up to date!
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | Paper Wallet | on: November 03, 2014, 04:49:33 PM
i have to say i like this dev  Smiley he's always present, ready to answer and stop any Fud


thank you, your comment is really appreciated..


@ all: PLEASE RETWEET
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | Paper Wallet | on: November 03, 2014, 04:27:31 PM
Do you want bittrex soon?


80  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [SCSY] Securitysyscoin | C-Cex - CoinSwap | Android App | Paper Wallet | on: November 03, 2014, 04:25:56 PM
1,000,000 first... 500,000 now
1,000,000 WOW Grin
@Rols The Price now 0.0000008 BTC (1,000,000*0.0000008 = 0.8 BTC)  Do you think 0.8 BTC it is a big deal for DEV  Roll Eyes
if  the price  500 sat  Grin

if the price will be 500sat im sure even if i dump with all 500,000 coins i cannot influence the price 'cause a lot of miners will have a great possibility to pay their electricity bill Smiley

anyway if someone dont trust me i can ask to C-cex owner to publish my transaction history.. but i think is ridicolous.. simply i asked 500,000 coins back from faucet because 1 milions coins are too much and i thought is better keep these coins to develop the coin insted of keep them for nothing, as long as faucet dont use them.. i wrote this to GrinZ:

"we need more funds to develop the coin.. can u please give us back 500,000 SCSY from the faucet? we will give them to you in future if you will need them"

this means that if faucet will use all 500,000 remaing coins, i will re-send to it the others 500,000.. ask to him as confirm

Pages: « 1 2 3 [4] 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!