Search content
Sort by

Showing 20 of 265 results by Titan
Post
Topic
Board Invites & Accounts
Re: [SELLING] AWS Credit Account $5k - $10k | Google Cloud Credit Account $4k
by
Titan
on 15/02/2022, 01:20:10 UTC
Scam, he didn't reply after I asked him to go first
Post
Topic
Board Invites & Accounts
Re: {{WTS}}AZURE|LINODE|HETZNER|GOOGLE CLOUD |VULTR\ATLANTIC
by
Titan
on 15/02/2022, 00:10:11 UTC
Do you have Google Cloud Accounts
Post
Topic
Board Invites & Accounts
Topic OP
WTB Google Cloud Account - Free Trial
by
Titan
on 08/02/2022, 21:45:22 UTC
Hi

Like title said I want to buy a Google Cloud Account Free Trial

PM here if you have one
Post
Topic
Board Invites & Accounts
Re: WTS | VULTR $155 DIGITALOCEAN SCALEWAY GOOGLECLOUD LINODE Github | Other Cloud
by
Titan
on 08/02/2022, 16:19:09 UTC
Already PM you on Telegram and no respond
Post
Topic
Board Invites & Accounts
Re: WTS - Google - Digital Ocean - Azure - Linode - Vultr _ Also many other Account
by
Titan
on 21/11/2021, 09:07:20 UTC
Bought 2 google cloud accounts from him and everything was smooth
Also the seller was friendly and fast
Post
Topic
Board Invites & Accounts
Topic OP
WTB Vultr Account
by
Titan
on 08/05/2021, 14:09:33 UTC
Hi

Like title said I want to buy a Vultr account
Post
Topic
Board Invites & Accounts
Re: SELLING CLOUD SERVICES - AZURE|LINODE|VULTR|HETZNER|GOOGLE| and many others
by
Titan
on 04/04/2021, 20:17:17 UTC
I successfully bought 4 google cloud accounts, the seller goes first because of the rank and everything goes smoothly
Post
Topic
Board Invites & Accounts
Re: SELLING CLOUD SERVICES - AZURE|LINODE|VULTR|HETZNER|GOOGLE| and many others
by
Titan
on 04/04/2021, 17:14:18 UTC
Hi

I need some google cloud account if you have
Post
Topic
Board Invites & Accounts
Re: Sell Acount Digital Ocean, Google Cloud, Azure 100$,trial, Github , Mail edu...
by
Titan
on 01/04/2021, 15:35:02 UTC
Hello

I need some google cloud account if you still have them in stock
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Luckycoin LKY | New Official Thread | Get Lucky!
by
Titan
on 05/06/2015, 01:20:45 UTC



Dear Luckycoin community,

New mining pool: http://hollandsemultipool.nl

Get Lucky,

Titan

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MOON] Mooncoin: You know where it's headed! KGW exploit FIXED 4/3/2014
by
Titan
on 28/05/2015, 21:21:21 UTC
Announcement:

Mooncoin Foundation was created by volunteers with a purpose to help developers and to support Mooncoin.
If you want to join us or to share your ideas on how we all can help and support Mooncoin development, please PM, or leave your comments.


Hello Mooncoin!

I'd like to join the Mooncoin Foundation!

1) I can offer deterministic Gitian builds for the Mooncoin wallet to improve wallet security and trust.
2) I can also support the wallet development with unique features like advanced checkpointing (ACP) that is now available for the 0.9.x wallet series.

Titan

What is Advanced Checkpointing?
Advanced Checkpointing allows us to send out checkpoints without having to redistribute the Feathercoin software. This works by having a 'master node' which checkpoints each block it sees on the network protecting it from the attacker. This checkpoint is then picked up by all the other clients on the network which will then ignore any blocks generated by a 51% attack. This protects merchants from transaction reversal and miners from losing their newly minted coins. With Advanced Checkpointing, Feathercoin becomes the most secure of all the Scrypt cryptographic currencies.

is this it?

http://www.coindesk.com/feathercoin-secures-block-chain-advanced-check-pointing/
https://bitcoinmagazine.com/6263/feathercoin-interview-with-peter-bushnell/ (see below in the interview, where they cover ACP)

One thing to keep in mind: using one central node as the reference for the checkpoints is the opposite of decentralization.
Maybe we should develop a better system to overcome 51% attacks? I'm still wondering, whether it would be a good idea to change from mining to staking in that regard (also if you think about protecting the environment, as mining pulls a lot of electricity)? What do you all here think about that? Any other ideas?

Hello Mooncoin!

There are a couple comments in place regarding ACP.

1) First of all ACP originates form Peercoin, the original proof of stake (POS) coin.
Thus every POS coin has ACP built in! Not every POS coin has the master node set up.

2) Feathercoin ported the ACP code from Peercoin to work with POW after the network suffered a severe attack.
Shortly thereafter I integrated the ACP code into the Luckycoin wallet with permission form Sunnyking.
The system is now working for nearly 2 years without failure.
While the Luckycoin certainly got its fair share of sometimes quite sophisticated attacks.

3) The Bitcoin 0.9.x wallet code completely broke the ACP internals due to a redesign of the internal block chain handling code.
That's the reason why Feathercoin hasn't updated their wallet.

4) The new ACP code is now a complete redesign to work with the Bitcoin 0.9.x series code base.
It took quite some time to figure everything out.

5) ACP features:
Accepting checkpoints is optional.
Every wallet can opt out from the checkpointing system.
ACP is driven by a single master node that decides on the checkpoints.
Every wallet is capable of being a master node with the right key.
It is a centralized authority that locks down the block chain.
In the same way are the hard checkpoints in the wallet issued by the developer centralized.
ACP blocks many types of attacks due to the fact that the block chain cannot be rewritten beyond a few blocks back.
Typically the checkpoint window is only a few minutes, after that no transaction can be changed.
With only hard checkpoints the whole block chain history back to the last hard checkpoint can be rewritten with enough hash power.

Food for thought.

Titan





That's good information. Thanks, Titan.

So the best would be to have some (master) nodes that are picked randomly to set the checkpoint every few minutes/blocks, if you use ACP? Is that possible, too?

It is only safe to have a single checkpoint master node due to the consistency requirement for the checkpoints.
The handover from one checkpoint master node to another is a delicate process. Two different forks could receive a checkpoint if one is not careful. If such an inconsistency is detected ACP puts the whole network in safe mode.

Generally the master node has to be reliable and well protected. Even in the case of a failure of the master node another node can be configured to take over the job. The network still works normally even without receiving new checkpoints.




Hhmm. A "master-node" seems to be a possible single point of failure. OK, the fallback to another node to become a master-node and possible fallback to the "simple-mode" (without ACP at all in case the backup-node also fails), could help. But how is that handled automatically by the network? Can it be handled automatically at all?

What about to place checkpoints into the blockchain of other coins by working together with them? Would that be possible?
Maybe that would be a cool idea. That way the different coins can "control" each other, making it very difficult to attack a single coin that is part of the whole network of "collaborating" coins.

Server uptime is not really a problem in this day and age. From my experience a well configured server can run for months without touching it.
The ACP handover must be done manually to ensure no inconsistent checkpoints are generated.

The checkpoint is a block hash. To be valid it must be a block hash of the current chain. So cross checkpointing another coin is not possible without the proper block chain information.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MOON] Mooncoin: You know where it's headed! KGW exploit FIXED 4/3/2014
by
Titan
on 27/05/2015, 17:54:06 UTC
Announcement:

Mooncoin Foundation was created by volunteers with a purpose to help developers and to support Mooncoin.
If you want to join us or to share your ideas on how we all can help and support Mooncoin development, please PM, or leave your comments.


Hello Mooncoin!

I'd like to join the Mooncoin Foundation!

1) I can offer deterministic Gitian builds for the Mooncoin wallet to improve wallet security and trust.
2) I can also support the wallet development with unique features like advanced checkpointing (ACP) that is now available for the 0.9.x wallet series.

Titan

What is Advanced Checkpointing?
Advanced Checkpointing allows us to send out checkpoints without having to redistribute the Feathercoin software. This works by having a 'master node' which checkpoints each block it sees on the network protecting it from the attacker. This checkpoint is then picked up by all the other clients on the network which will then ignore any blocks generated by a 51% attack. This protects merchants from transaction reversal and miners from losing their newly minted coins. With Advanced Checkpointing, Feathercoin becomes the most secure of all the Scrypt cryptographic currencies.

is this it?

http://www.coindesk.com/feathercoin-secures-block-chain-advanced-check-pointing/
https://bitcoinmagazine.com/6263/feathercoin-interview-with-peter-bushnell/ (see below in the interview, where they cover ACP)

One thing to keep in mind: using one central node as the reference for the checkpoints is the opposite of decentralization.
Maybe we should develop a better system to overcome 51% attacks? I'm still wondering, whether it would be a good idea to change from mining to staking in that regard (also if you think about protecting the environment, as mining pulls a lot of electricity)? What do you all here think about that? Any other ideas?

Hello Mooncoin!

There are a couple comments in place regarding ACP.

1) First of all ACP originates form Peercoin, the original proof of stake (POS) coin.
Thus every POS coin has ACP built in! Not every POS coin has the master node set up.

2) Feathercoin ported the ACP code from Peercoin to work with POW after the network suffered a severe attack.
Shortly thereafter I integrated the ACP code into the Luckycoin wallet with permission form Sunnyking.
The system is now working for nearly 2 years without failure.
While the Luckycoin certainly got its fair share of sometimes quite sophisticated attacks.

3) The Bitcoin 0.9.x wallet code completely broke the ACP internals due to a redesign of the internal block chain handling code.
That's the reason why Feathercoin hasn't updated their wallet.

4) The new ACP code is now a complete redesign to work with the Bitcoin 0.9.x series code base.
It took quite some time to figure everything out.

5) ACP features:
Accepting checkpoints is optional.
Every wallet can opt out from the checkpointing system.
ACP is driven by a single master node that decides on the checkpoints.
Every wallet is capable of being a master node with the right key.
It is a centralized authority that locks down the block chain.
In the same way are the hard checkpoints in the wallet issued by the developer centralized.
ACP blocks many types of attacks due to the fact that the block chain cannot be rewritten beyond a few blocks back.
Typically the checkpoint window is only a few minutes, after that no transaction can be changed.
With only hard checkpoints the whole block chain history back to the last hard checkpoint can be rewritten with enough hash power.

Food for thought.

Titan





That's good information. Thanks, Titan.

So the best would be to have some (master) nodes that are picked randomly to set the checkpoint every few minutes/blocks, if you use ACP? Is that possible, too?

It is only safe to have a single checkpoint master node due to the consistency requirement for the checkpoints.
The handover from one checkpoint master node to another is a delicate process. Two different forks could receive a checkpoint if one is not careful. If such an inconsistency is detected ACP puts the whole network in safe mode.

Generally the master node has to be reliable and well protected. Even in the case of a failure of the master node another node can be configured to take over the job. The network still works normally even without receiving new checkpoints.


Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MOON] Mooncoin: You know where it's headed! KGW exploit FIXED 4/3/2014
by
Titan
on 27/05/2015, 02:19:35 UTC
Announcement:

Mooncoin Foundation was created by volunteers with a purpose to help developers and to support Mooncoin.
If you want to join us or to share your ideas on how we all can help and support Mooncoin development, please PM, or leave your comments.


Hello Mooncoin!

I'd like to join the Mooncoin Foundation!

1) I can offer deterministic Gitian builds for the Mooncoin wallet to improve wallet security and trust.
2) I can also support the wallet development with unique features like advanced checkpointing (ACP) that is now available for the 0.9.x wallet series.

Titan

What is Advanced Checkpointing?
Advanced Checkpointing allows us to send out checkpoints without having to redistribute the Feathercoin software. This works by having a 'master node' which checkpoints each block it sees on the network protecting it from the attacker. This checkpoint is then picked up by all the other clients on the network which will then ignore any blocks generated by a 51% attack. This protects merchants from transaction reversal and miners from losing their newly minted coins. With Advanced Checkpointing, Feathercoin becomes the most secure of all the Scrypt cryptographic currencies.

is this it?

http://www.coindesk.com/feathercoin-secures-block-chain-advanced-check-pointing/
https://bitcoinmagazine.com/6263/feathercoin-interview-with-peter-bushnell/ (see below in the interview, where they cover ACP)

One thing to keep in mind: using one central node as the reference for the checkpoints is the opposite of decentralization.
Maybe we should develop a better system to overcome 51% attacks? I'm still wondering, whether it would be a good idea to change from mining to staking in that regard (also if you think about protecting the environment, as mining pulls a lot of electricity)? What do you all here think about that? Any other ideas?

Hello Mooncoin!

There are a couple comments in place regarding ACP.

1) First of all ACP originates form Peercoin, the original proof of stake (POS) coin.
Thus every POS coin has ACP built in! Not every POS coin has the master node set up.

2) Feathercoin ported the ACP code from Peercoin to work with POW after the network suffered a severe attack.
Shortly thereafter I integrated the ACP code into the Luckycoin wallet with permission form Sunnyking.
The system is now working for nearly 2 years without failure.
While the Luckycoin certainly got its fair share of sometimes quite sophisticated attacks.

3) The Bitcoin 0.9.x wallet code completely broke the ACP internals due to a redesign of the internal block chain handling code.
That's the reason why Feathercoin hasn't updated their wallet.

4) The new ACP code is now a complete redesign to work with the Bitcoin 0.9.x series code base.
It took quite some time to figure everything out.

5) ACP features:
Accepting checkpoints is optional.
Every wallet can opt out from the checkpointing system.
ACP is driven by a single master node that decides on the checkpoints.
Every wallet is capable of being a master node with the right key.
It is a centralized authority that locks down the block chain.
In the same way are the hard checkpoints in the wallet issued by the developer centralized.
ACP blocks many types of attacks due to the fact that the block chain cannot be rewritten beyond a few blocks back.
Typically the checkpoint window is only a few minutes, after that no transaction can be changed.
With only hard checkpoints the whole block chain history back to the last hard checkpoint can be rewritten with enough hash power.

Food for thought.

Titan



Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MOON] Mooncoin: You know where it's headed! KGW exploit FIXED 4/3/2014
by
Titan
on 27/05/2015, 01:29:56 UTC
Announcement:

Mooncoin Foundation was created by volunteers with a purpose to help developers and to support Mooncoin.
If you want to join us or to share your ideas on how we all can help and support Mooncoin development, please PM, or leave your comments.


Hello Mooncoin!

I'd like to join the Mooncoin Foundation!

1) I can offer deterministic Gitian builds for the Mooncoin wallet to improve wallet security and trust.
2) I can also support the wallet development with unique features like advanced checkpointing (ACP) that is now available for the 0.9.x wallet series.

Titan

Hello, Titan, thank you, you know you're welcome!
1) When do you plan to complete Gitian builds with up to date nodes?
2) Can you explain please to Mooncoin users what ACP is.


1) I have already done an experimental Gitian Mooncoin build during the security audit some weeks back.
Some things in the source code have to be cleaned up a bit, strings renamed, etc. to make it ready for prime time.
The Gitian builds can be signed by multiple developers to make sure the binaries are ok and no one is sneaking any malicious code into the wallet. The Gitian build system setup tends to be a bit complicated, so it is not much used in the altcoin community.
I have to review the source code again to be able to set some dates for a release.

2) I'll discuss ACP in a reply below to keep the topics separated.
 
Titan
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Luckycoin LKY | New Official Thread | Get Lucky!
by
Titan
on 26/05/2015, 20:07:31 UTC



Happy Second Birthday!

The Luckycoin is 2 years old!
(BCT slightly missed the party...)

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Luckycoin LKY | New Official Thread | Get Lucky!
by
Titan
on 18/05/2015, 10:41:35 UTC
SO wheres my coins then
i opened a ticket 154314 but i seem to have got forgotten


Send a message to mullick on BCT. He is Cryptsy's wallet guy.
Open a new ticket if the old one is not receiving attention any more.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Luckycoin LKY | New Official Thread | Get Lucky!
by
Titan
on 18/05/2015, 01:45:48 UTC
Some of mine have disappeared from my wallet

On cryptsy?

I dont see any large reorganizations in our logs.

Luckycoin is using advanced checkpointing (ACP). No big reorganizations are possible.

Titan

Ahh thats good news Smiley

I think most of the missing deposits have been resolved. I ran a deposit scan for the last 100k transactions.

If anyone is still missing any please let me know Smiley

Hi mullick,

Thanks for your efforts!

I am missing still a bunch of transactions.
I've just reopened my ticket at Cryptsy #182717.
If you have time for a second look.

Titan


All missing 500+ transactions have now posted to my account.
The issue is now resolved.

Titan
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MOON] Mooncoin: You know where it's headed! KGW exploit FIXED 4/3/2014
by
Titan
on 18/05/2015, 01:30:43 UTC
Announcement:

Mooncoin Foundation was created by volunteers with a purpose to help developers and to support Mooncoin.
If you want to join us or to share your ideas on how we all can help and support Mooncoin development, please PM, or leave your comments.


Hello Mooncoin!

I'd like to join the Mooncoin Foundation!

1) I can offer deterministic Gitian builds for the Mooncoin wallet to improve wallet security and trust.
2) I can also support the wallet development with unique features like advanced checkpointing (ACP) that is now available for the 0.9.x wallet series.

Titan
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Luckycoin LKY | New Official Thread | Get Lucky!
by
Titan
on 09/05/2015, 16:05:05 UTC
Some of mine have disappeared from my wallet

On cryptsy?

I dont see any large reorganizations in our logs.

Luckycoin is using advanced checkpointing (ACP). No big reorganizations are possible.

Titan

Ahh thats good news Smiley

I think most of the missing deposits have been resolved. I ran a deposit scan for the last 100k transactions.

If anyone is still missing any please let me know Smiley

Hi mullick,

Thanks for your efforts!

I am missing still a bunch of transactions.
I've just reopened my ticket at Cryptsy #182717.
If you have time for a second look.

Titan
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Luckycoin LKY | New Official Thread | Get Lucky!
by
Titan
on 09/05/2015, 14:18:34 UTC
Some of mine have disappeared from my wallet

On cryptsy?

I dont see any large reorganizations in our logs.

Luckycoin is using advanced checkpointing (ACP). No big reorganizations are possible.

Titan