Pages:
Author

Topic: [SNRG] 🔥 Synergy 🔥 Cloud.Synergycoin.com Cloud Bot Now Live!! 🔥 - page 16. (Read 162153 times)

hero member
Activity: 798
Merit: 1000
sr. member
Activity: 354
Merit: 252
full member
Activity: 224
Merit: 100

When users log onto the site, they will be presented with an amount, in SNRG, that will be required to burn for each day of use.  You can fund one hour of use, or you can fund a whole year of use.  It's up to you.  This will be updated regularly.  Each user will also have a unique address where they will send SNRG in order to add time to their account.  Once the SNRG is sent to your unique address it will be accounted for and then sent on to the final, verifiable burn address I mentioned above.

That address can be found here: SMJ12qn9jNCCXJnTYRz5Yu9ZenERqvYwfg


I should mention that the two-step way we burn coins is the only way to ensure that the coins are provably not spendable. The address SMJ12qn9jNCCXJnTYRz5Yu9ZenERqvYwfg is provably not spendable and corresponds to a 20 byte public key where each byte has the value 0.

You can use a combination of a python interpreter (available in your browser here) and the Synergy Qt client to see exactly how this works out. First, you can make a bytearray of the Synergy prefix byte (63) and then 20 zeros (">>>" is the python prompt, don't type it):

Code: (python)
>>> b = bytearray([63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0])

The prefix byte makes all Synergy addresses start with an "S".

To that byte array, you need to append a checksum. That checksum is calculated by taking the first four bytes of the SHA256 hash of the SHA256 hash (two nested hashes) of the bytearray, b, above:

Code: (python)
>>> import hashlib
>>> hashlib.sha256(hashlib.sha256(b).digest()).hexdigest()[:8]

The result of this latter command is '7bfa0903', which corresponds to the bytes:

Code:
[123, 250, 9, 3]

You can see this equivalence with the following python command that converts hex to base 10 (the counting system most humans use):

Code: (python)
>>> [0x7b, 0xfa, 0x09, 0x03]

These checksum bytes are appended to the bytearray, b, which can be used with the Synergy RPC command called encodebase58 (available in the next update):

Code:
encodebase58 '[63, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 123, 250, 9, 3]'

The result of this command is the provable burn address SMJ12qn9jNCCXJnTYRz5Yu9ZenERqvYwfg. Try it in your own console after we update.

Why is this address provably not spendable? Because there is no mathematically possible private key that can correspond to the 20 byte public key of all zeros.
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
I logged in and tried it a couple of times.
I found it easy to use and fairly intuitive
if you have used a bot.

If not, that's why we have a great
community to provide help.
sr. member
Activity: 462
Merit: 250
What do you think about a site, accessible from anywhere you have web access where you can run common trading bots for days?

Don't have access to your PC?  Don't want to leave your PC running 24/7?  We've got you covered.

I've seen a lot of bot promises these days, especially from scam ICOs. I'm sure the cost will be unreasonable. But I'll watch and see what happens.


Well, we've never had an ICO and we're not making any promises we can't already back up.  We've had multiple users testing the site for a couple weeks now ironing out bugs and providing feedback for improvements.  Maybe one will stop by and chime in.

The cost will absolutely be reasonable.  All "costs" will be in SNRG and sent to a verifiable burn address. 

When users log onto the site, they will be presented with an amount, in SNRG, that will be required to burn for each day of use.  You can fund one hour of use, or you can fund a whole year of use.  It's up to you.  This will be updated regularly.  Each user will also have a unique address where they will send SNRG in order to add time to their account.  Once the SNRG is sent to your unique address it will be accounted for and then sent on to the final, verifiable burn address I mentioned above.

That address can be found here: SMJ12qn9jNCCXJnTYRz5Yu9ZenERqvYwfg
hero member
Activity: 742
Merit: 500
What do you think about a site, accessible from anywhere you have web access where you can run common trading bots for days?

Don't have access to your PC?  Don't want to leave your PC running 24/7?  We've got you covered.

I've seen a lot of bot promises these days, especially from scam ICOs. I'm sure the cost will be unreasonable. But I'll watch and see what happens.
sr. member
Activity: 462
Merit: 250
What do you think about a site, accessible from anywhere you have web access where you can run common trading bots for days?

Don't have access to your PC?  Don't want to leave your PC running 24/7?  We've got you covered.

It sounds really good but I need more details. How many coins do you need in your wallet? I don't want to spend several BTC to use it. I do like bots over spending hours on an exchange constantly changing orders...

Will this affect my staking? I'm loving those 10 SNRG block rewards.

Access to the sites functionality will not be controlled by your holdings in your wallet, so it will not affect your staking.

We're going for adoption here and the cost to use the site will be minimal, nowhere even remotely close to a single BTC, let alone several.   Grin

legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
What do you think about a site, accessible from anywhere you have web access where you can run common trading bots for days?

Don't have access to your PC?  Don't want to leave your PC running 24/7?  We've got you covered.

That would be awesome!
Very exciting - This would be huge!
legendary
Activity: 984
Merit: 1000
What do you think about a site, accessible from anywhere you have web access where you can run common trading bots for days?

Don't have access to your PC?  Don't want to leave your PC running 24/7?  We've got you covered.

That would be awesome!
sr. member
Activity: 462
Merit: 250
What do you think about a site, accessible from anywhere you have web access where you can run common trading bots for days?

Don't have access to your PC?  Don't want to leave your PC running 24/7?  We've got you covered.
hero member
Activity: 798
Merit: 1000
Tonight has been a good night for the cloud site.  Goodnight.   Grin

Waiting for the news.
sr. member
Activity: 462
Merit: 250
Tonight has been a good night for the cloud site.  Goodnight.   Grin
sr. member
Activity: 462
Merit: 250
It's just about time to freshen things up a bit.  You guys down? 

I know something big is going on in the background. Suspense is killing me, how about a teaser?Huh

There's a teaser out there, ya just gotta find it.
full member
Activity: 340
Merit: 164
hero member
Activity: 742
Merit: 500
It's just about time to freshen things up a bit.  You guys down? 


I hope this means the pump group is going to kick in soon. The concept is a winner, it just needs to get off the ground.
member
Activity: 77
Merit: 10
Big things coming! I'm pumped for the future of Synergy Smiley.  Keep up the good work guys!
hero member
Activity: 798
Merit: 1000
It's just about time to freshen things up a bit.  You guys down? 

I am waiting for the news!
sr. member
Activity: 354
Merit: 252
It's just about time to freshen things up a bit.  You guys down?  


sr. member
Activity: 804
Merit: 251
been watching SNRG for a while  and slowly buying Smiley I think we gonna see alot of good stuff from these devs
sr. member
Activity: 462
Merit: 250
It's just about time to freshen things up a bit.  You guys down? 
Pages:
Jump to: