Pages:
Author

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

sr. member
Activity: 1451
Merit: 258
Only valid one day, and all will return to normal.
sr. member
Activity: 492
Merit: 254
OKCash World-wide Community Leader and Promotions
I hard corfirmation email not respon
site work but bot wont work...you cant recive email confirmation to run bot...
and on bittrex somewone pumping coin...interesting...

Yeah, wow, what is going on?  Such a jolt to the market!
newbie
Activity: 35
Merit: 0
I hard corfirmation email not respon
site work but bot wont work...you cant recive email confirmation to run bot...
and on bittrex somewone pumping coin...interesting...
newbie
Activity: 36
Merit: 0
I hard corfirmation email not respon
sr. member
Activity: 453
Merit: 255
Is this coin still on development?

I don't know is there something to develop anymore? Wallet works fine and network is healt, also this site http://cloud.synergycoin.com/Account/Login
member
Activity: 105
Merit: 10
Is this coin still on development?
sr. member
Activity: 804
Merit: 251
might be some behind the scenes?
hero member
Activity: 604
Merit: 500
full member
Activity: 340
Merit: 164
sr. member
Activity: 444
Merit: 250
Is there a working slack channel ? The one posted at OP gives a database error....
full member
Activity: 340
Merit: 164
They message on Bittrex does indicate they would like the development team to get in touch. I'm no longer in the Slack and don't have the address handy - can we check on this?
full member
Activity: 340
Merit: 164
I've seen that too, even been a small part. Hope that's the case...
sr. member
Activity: 444
Merit: 250
Threatened delisting on Bittrex.

I see volume has increased from the last few days...so, i think there should be no problem
full member
Activity: 340
Merit: 164
Threatened delisting on Bittrex.
sr. member
Activity: 355
Merit: 250
so what is causing the recent uptrend ?
are you going to the moon, coin?
sr. member
Activity: 378
Merit: 251
also looking forward to see the pumpgroup in action Cheesy

so the Blockchain Notary is more or less the same what FCT is doing and basing their marketing on but SNRG made it earlier?o0

can someone lighten that up for me pls

good point. is the dev team still working on this project?
sr. member
Activity: 804
Merit: 251
also looking forward to see the pumpgroup in action Cheesy

so the Blockchain Notary is more or less the same what FCT is doing and basing their marketing on but SNRG made it earlier?o0

can someone lighten that up for me pls
legendary
Activity: 1218
Merit: 1002
Supporting DMD, ERC & PIO
Grandpa's Pump Group was certainly of interest
to many and it seemed to perform well in testing.
Looking forward to its official release.
sr. member
Activity: 804
Merit: 251





SYNERGY is about allowing people to collaborate without direct interaction, to work towards a mutually beneficial goal.
SYNERGY fuses its community with technology such that the community becomes an autonomous actor working on behalf of the individuals,
even if the individuals are not aware that they are part of something much larger than themselves.

Our approach to raise the value of Synergy (the protocol and technology) is to develop an economy around SNRG (the token).
To do this we will create services that utilize the SNRG token.

We may implement new technologies when we develop services, but we don’t believe that new technologies primarily drive value.
Or if they do drive an increase in value, it is short lived. We believe that usage opportunities drive value.
Because we are not focused primarily on developing new technologies, we will use technologies that are already implemented in the client,
extending them only as necessary to develop the SNRG economy with new services.






Algorithm: SHA256d
Trading symbol: SNRG
Maximum PoW Coins: 250.001 SNRG

Last PoW block: 4320
Proof-of-Stake: 10 SNRG / block
Block time: 5 minutes

Min / Max stake age: 2 days / 6 days
RPC / P2P ports: 50542 / 40698
Tor: 38155 (configurable with torport=)





Built-In TOR Network Anonymization

In Synergy, we have provided basic network anonymization functionality by including the Tor service in the wallet.
It starts automatically at launch and works in the background without any configuration from the user.
We included Tor not only for anonymity, but also because cryptocurrencies that use Tor networks tend to have better connectivities between nodes.
This is because Tor acts as a port proxy, allowing nodes to discover each other and stay connected with much greater ease than with standard peer-to-peer routing.





Blockchain Notary

The blockchain notary is a simple tool for incorporating a “proof of existence” into the block chain. In the Qt, this feature is called “Exist”, and it is also at the top of the send page.
By clicking the “Exist…” button, the user will be taken to a file dialog.
Simply select a file for which to store a proof of existence and the SHA256 hash of the file will be inserted into the comment field.
The file could be a scan of a paper document or an electronic document. In any event don’t lose the original file!
You will need exactly the file (byte per byte) if you ever need to use the blockchain as proof of existence of the document at a given time.





Public Transaction Comments

Public transaction comments, stored in the blockchain, can be entered from the Qt wallet at the top of the send page.
Transaction comments are convenient, but they take up valuable blockchain memory. To compensate for this resource usage, Synergy charges 0.0001 SNRG per character.
The charge is effectively “burned” by the network. In other words, the individual making the transaction pays the fee, but no person collects it.
Can someone spam the chain with transaction comments?
Sure, but it will cost them. Each block is 256 kB. To fill up one block requires 25.6 SNRG. Additionally, those 25.6 SNRG will simply cease to exist, reducing the money supply as a result.





Dual Key Stealth Addresses

Stealth addresses are a way to cryptographically hide the receiver of a coin, using a public address.A stealth address is long, but can be made public.
Synergy users send to a stealth address, but the stealth address is not the actual receiving address.
The actual receiving address is derived from thestealth address, but only the sender and receiver know to whom this derived address belongs.
An example of a stealth address is: smYn4iNZAHFTKheSs9TckrKvmNWKuiUwhWRmW5bbqjXiWtfyFSaSjgfuoeKYS9fj3qtBS7w1hPcLfSk hgaqTk1euhLRVWeFLXuNqot
If an individual sends coins to that address, the actual address used in the block chain can not be linked to the stealth address or any other public address.





Efficient Long Term Blockchain Validation

Chained-hash cryptocurrency algorithms like X11 and X13 are exceptional for protecting GPUs during mining. That’s why we chose X11 for our PoW period.
However, they are unnecessarily computationally expensive for PoS, which does not rely on the difficulty of the algorithm to achieve security.
Early in a cryptocurrency’s life, the added difficulty of chained-hash algorithms make little difference.
However, after a few years, validating a block chain can be very computationally expensive.
To ameliorate the computational expense of our choice of PoW algorithms, we decided to make the PoS phase SHA256d, which requires only two SHA256 hasing cycles.
This reduces the work load for block validation significantly. It’s easier on CPUs, quicker, and energy efficient.
Use of the SHA256d algorithm will begin quietly about 10 days after launch.









1. Grandpa‘s Decentralized Pump Group - DONE
Details on www.synergycoin.com



2. SYNERGY Cloud -DONE
Cryptocurrency bot trading on cloud.synergycoin.com



3. Multisignatures
Escrow on the blockchain. The key component of our decentralized collaborative infrastructure, made easy to use from the comfort of your wallet.



4. Formal Contracts
Build a contract with multiple parties, store proof on the blockchain. Commit to it using SYNERGY Multisignatures.



5. Synapse
Store the SYNERGY asset and your contracts in your brain and access themin any browser safely.








1. Including Twitter OAuth authentication for secure using the Twitter API.

2. SNRG are burned to gain access to site features. Burn for an hour of use or burn for a month of use.
All SNRG are sent to an unspenadable address.

3. Integrated exchanges:  Bittrex  /  Poloniex  /  C-Cex





Accumulation Bot

You will activate the bot against a trading pair with a percent difference field.
It will monitor that trading pair for buys and sells and upon execution of an order it will place the opposite order at that percent.








Volume Generator

Allows you to add exchange volume to a pairing. You can set a range of speed, number of coins and spread.
You also have the option to limit the number of orders.







Timed orders

Allows you to buy or sell coins in a time range you set. There are also options for a rate limiting, number of orders, number of minutes and number of coins.






Dust /stacking

Allows you to line the books with buy and sell orders. You set a range for a number of coins, rate min/max you want to dust and a difference in spread for each order.






Programmable Orders

Allows you to monitor the market and automatically adjust buys and sells based on criteria you set.








Sync from bootstrap:

1. Stop your client
2. Download the file > BOOTSTRAP
3. Unzip the file
4. Put it in your SYNERGY app folder
5. Start your client
6. Wait about 5 minutes for it to sync from the bootstrap.














SYNERGY ON CRYPTOMERCADO

SNRG is now accepted on www.cryptomercado.com for Coffee and other goods!
Please see this post for more information. Support small merchants!










the new ANN and website look rly nice! luv the graphics on the website!
sr. member
Activity: 453
Merit: 255
lez bring some support guys Smiley lets not get delisted

There is already support so we not get delisted, but someones is buying huge  Shocked

well considering that there are only 1.6x million SNRG in circulation atm this is a very very cheap price. not to mention SNRG has an awesome bot therefor an actual use Smiley

And of course we have to remember that bitcoin has value up, so value is same as before drop, if you calculate in fiat. I think we don´t have granpas pump group anymore, but bot is working, so everything is good Smiley
Pages:
Jump to: