Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: sugarchain on August 21, 2019, 08:41:56 PM



Title: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 21, 2019, 08:41:56 PM
Sugarchain
one-CPU-one-vote, the world's fastest PoW blockchain  
https://sugarchain.org


KICK OFF
2019/08/24 15:00 UTC
Saturday, 24 August 2019, 15:00:00 (UTC time)
https://www.timeanddate.com/countdown/launch?iso=20190824T15&p0=1440&msg=%5BANN%5D+Sugarchain+%5BCPU%5D+Launching+2019%2F08%2F24+15%3A00+UTC&font=sanserif


The meaning of Yumekawa
Sugarchain's first node software is called Yumekawa (夢川). It can be translated in some ways.
  • "Yume (夢)" means dream and "Kawa (川)" means river. So it's Dream River in japanese.
  • The second letter "Kawa" stands for "Kawaii (可愛い)". In this case the meaning is Dreamy Cute.
  • Also Yumekawa replaces the word Core (ie: Bitcoin Core). We think it sounds a bit centralized.


Specifications
  • Block time: 5 seconds
  • Difficulty: SugarShield-N510 (based on Zcash's modification of Digishield)
  • Block reward: 42.94967296 SUGAR
  • Halving interval: 12,500,000 Blocks (approx. 2 years)
  • Total supply: 1,073,741,824 SUGAR
  • PoW algorithm: YespowerSugar (based on Yespower 1.0.1)
  • Port: 34230 (RPC 34229)
  • Premine: None (No ICO, No Presale, No Founder's Rewards)


The world's fastest PoW blockchain
  • 5 seconds transaction speed:
    • 120x faster than Bitcoin
    • 30x faster than Litecoin
    • 12x faster than Dogecoin
  • Stable transaction time:
    • Even if the hash power suddenly increases, the block time remains 5 seconds. It is against hash attacks.
  • Don't worry about orphan blocks:
    • According to the testnet results, the average orphan rate is under 3% and no problem occurs.


A better halving
  • Halving is everything:
    • Bitcoin is valuable because its total supply has been strictly limited, unlike traditional currencies.
    • This total supply is controlled only by that halving. There is nothing else.
    • We made this halving better.
  • Block reward:
    • The block reward should be to a power of two, so that it halves correctly.
    • ie) 2^32/100000000 = 42.94967296 SUGAR
  • Halving schedule:
    • Interval 12500000 blocks (5^8*32) which is about 2 years (exactly 1.9818619989852864... years).
    • The total number of times halving will occur is 33 times, over the span of 66 years.
  • Total supply:
    • 1073741824 SUGAR in theory, and 1073741823.875 SUGAR in actual.
    • The difference is 0.125 SUGAR. One Satoshi (0.00000001) limitation makes this difference. In addition, this number is meaningful. FYI: 1 GB = 1073741824 Byte (2^30).
    • The total supply of Sugarchain is about 51 times greater than Bitcoin.
  • Halving Chart:
    • ![Halving Chart](https://github.com/sugarchain-project/website/blob/master/image/halving_chart.png)
  • Halving Table:
    • ![Halving Table](https://github.com/sugarchain-project/website/blob/master/image/halving_table.png)


one-CPU-one-vote
Quote
"31/Oct/2008 Proof-of-work is essentially one-CPU-one-vote"
Satoshi Nakamoto talked about the importance of decentralized mining in his whitepaper. We want to create a blockchain that anyone can do mining easily without any entry barriers.

  • CPU mining only:
    • YespowerSugar (based on Yespower 1.0.1) is only for Sugarchain, not compatible with other Yespower coins.
    • The minimum difficulty (powlimit) is set low enough for two reasons. The first is to handle fast block time; The second is to allow mining on slow CPUs.
  • Mining efficiency:
    • According to the test results, the most efficient is using 8 threads on a single CPU.
    • YespowerSugar is more suitable for older CPUs, because it is essentially a multi-threading resistor. Suitable for smartphones and raspberrypi.
  • NO GPU: GPU mining is not possible.
  • NO ASIC: ASIC mining is not possible.


Other advantages
  • Native segwit (Bech32) address built-in by default: Starting with sugar1q...
  • Fast blockchain synchronization: Using sha256d in header indexing, the initial synchronization speed is as fast as Litecoin


FAQ
  • Disk space requirements:
    • Blockchain size growth is around 10 MB per 1 day and 3.65 GB per year.
  • Network rules:
    • To prevent fraud and timestamp attacks, nodes should be within 70 seconds of accurate internet time, or they will be banned.
  • Selfish mining & time warp attack:
    • Fraud techniques for manipulating timestamps are already known. We use a future time limit (FTL) to prevent this. Blocks that differ 60 seconds or more from the current head will be banned. (credit: zawy12)
  • Exchange listing:
    • We do not have a listing plan at this moment. However, it will be discussed in our community and will be listed in the future. If you have any suggestions for exchange websites, contact us.


Appendix
  • Block time vs difficulty at first launching on testnet:
    • To keep the block time 5 seconds, SugarShield-N510 adjusts the difficulty level. Unlike the Zcash's modification version, we use a moving average of 510 blocks (about 42.5 minutes). It counts from block 1, an adjustment is made at block 511, and the actual control begins at block 512. [(log: time-diff)](https://github.com/sugarchain-project/website/blob/master/log/time_vs_difficulty-13536.log)
    • ![Blocktime vs Difficulty](https://github.com/sugarchain-project/website/blob/master/image/time_vs_difficulty.png)
  • Nonce distribution at first launching on testnet:
    • The nonce is randomly well distributed. Difficulty changes but no bias. [(log: nonce-diff)](https://github.com/sugarchain-project/website/blob/master/log/nonce_vs_difficulty-13548.log)
    • ![Nonce vs Difficulty](https://github.com/sugarchain-project/website/blob/master/image/nonce_vs_difficulty.png)


Wallet
  • Win64: https://github.com/sugarchain-project/sugarchain/releases/latest
  • Win32: coming soon
  • Linux64: https://github.com/sugarchain-project/sugarchain/releases/latest
  • Linux32: coming soon
  • OSX: https://github.com/sugarchain-project/sugarchain/releases/latest
  • ARM64: coming soon
  • ARM32: coming soon
  • Source: https://github.com/sugarchain-project/sugarchain


Cpuminer
Bech32 address is by default and strongly recommended. -t1 uses 1 thread. If you want more hash, increase this number.

  • cpuminer-opt-sugarchain: https://github.com/cryptozeny/cpuminer-opt-sugarchain/releases/latest
  • Solo mining: We strongly recommend solo mining for decentralization.
    • Make a file sugarchain.conf
      Quote
      server=1
      rpcuser=username
      rpcpassword=password
      rpcallowip=127.0.0.1
    • Restart your Yumekawa wallet
    • Run cpuminer-opt-sugarchain (RPC=34229, testnet5 RPC=44229, regtest RPC=45339)
      Quote
      ./cpuminer -a yespower -o http://localhost:34229 --no-longpoll -u username -p password --coinbase-addr=sugar1q... -t1
    • Detailed solo mining tutorials:
      • Windows: https://forum.sugarchain.org/d/9-solo-mining-on-windows
      • Linux: https://forum.sugarchain.org/d/20-solo-mining-on-linux
      • OSX: coming soon
  • Pool mining:
    Quote
    ./cpuminer -a yespower -o stratum+tcp://POOL_ADDRESS:PORT -u sugar1q... -t1


Pools
Please contact us if you have a new mining pool.
  • 1pool@tokyo: https://1pool.sugarchain.org
  • 2pool@tokyo: https://2pool.sugarchain.org
  • rplant@(moscow | london | toronto | singapore): https://pool.rplant.xyz
  • happysensor@korea: http://pool.happysensor.xyz
  • hashpex@usa: http://hashpex.com
  • skypool@(singapore | amsterdam | newyork): https://sugar.skypool.co
  • mofumofu@tokyo: https://nomp.mofumofu.me
  • loudmining@usa: https://sugar.loudmining.com
  • dxpool@china: https://www.dxpool.com
  • anomp@china: http://anomp.com:8090
  • lepool@china: http://www.lepool.com.cn:8080
  • nosuchpool@czechia: https://nosuchpool.cloud
  • customspeed@netherlands: http://pool.customspeed.nl
  • scryptpool@usa: http://scryptpool.xyz
  • miningmadness@usa: https://www.miningmadness.com
  • pool.work@china: http://sugar.pool.work:8000


Explorer
  • iquidus: https://1explorer.sugarchain.org
  • addressindex-explorer: https://sugarchain.org/explorer


Exchanges
  • EX4ANGE
    • SUGAR-BTC: https://ex4ange.org/?SUGAR-BTC
    • SUGAR-DOGE: https://ex4ange.org/?SUGAR-DOGE
  • ALTMARKETS
    • SUGAR-BTC: https://altmarkets.io/trading/sugarbtc
    • SUGAR-DOGE: https://altmarkets.io/trading/sugardoge
  • OCCE
    • SUGAR-BTC: https://www.occe.io/sugar_btc
  • SKY.IO
    • SUGAR-USDT: https://www.sky.io/exchange/SUGAR_USDT


Community
  • Telegram: https://t.me/sugarchain
  • Twitter: https://twitter.com/sugarchain_dev
  • Forum: https://forum.sugarchain.org
  • Rocket.Chat: https://chat.sugar.wtf
  • Bitcointalk: https://bitcointalk.org/index.php?topic=5177722.0


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: olkah on August 22, 2019, 01:32:36 AM
addnode= ????


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: steklomoy on August 22, 2019, 05:13:14 AM

Hello. Tell me, are those blocks that are being generated now, will they be added to the network?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: adaseb on August 22, 2019, 05:15:14 AM
Been a while since I've actually seen a POW coin introduced with no premine and no ICO. These days most coins are purely ICOs or they got some massive dev premine. Looks promising and hopefully stays CPU mineable only.

Only issue I see is with the short block times and the timestamp cheats. With a very small block reward time of 5 seconds I can see some miners just moving their computers up to 69 seconds and if they got enough hashpower they will find most of the blocks since any block found at the correct time (not t+69 seconds) will get rejected since its not possible for an older block to have a newer block time than a newer block.

Hopefully this is timestamp hack proof.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: fujinbo on August 22, 2019, 07:10:40 AM
http://sugar.52hash.com/stats


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: steklomoy on August 22, 2019, 09:21:11 AM
http://sugar.52hash.com/stats

Code:
tugar1qt9tcmdq7w002j8rw78h8nraj382ptqh7fe83f8

What is this address?? Shouldn't the address start with Sugar1q...!?
 


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: steklomoy on August 22, 2019, 11:23:16 AM
cryptozeny aka wjcloud

something I don’t see the connection between one and the second  ::)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: sugarchain on August 22, 2019, 11:38:11 AM
http://sugar.52hash.com/stats

Code:
tugar1qt9tcmdq7w002j8rw78h8nraj382ptqh7fe83f8


this is a testnet address(bech32)

mainnet address starts with
Code:
sugar1q
testnet
Code:
tugar1q
regtest
Code:
rugar1q


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: sugarchain on August 22, 2019, 12:18:04 PM
Been a while since I've actually seen a POW coin introduced with no premine and no ICO. These days most coins are purely ICOs or they got some massive dev premine. Looks promising and hopefully stays CPU mineable only.

Only issue I see is with the short block times and the timestamp cheats. With a very small block reward time of 5 seconds I can see some miners just moving their computers up to 69 seconds and if they got enough hashpower they will find most of the blocks since any block found at the correct time (not t+69 seconds) will get rejected since its not possible for an older block to have a newer block time than a newer block.

Hopefully this is timestamp hack proof.

Thank you for the good question. We'll make it clear soon.  :)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: sugarchain on August 22, 2019, 02:02:23 PM
Someone is trying do premine before launch. Let's be fair! Launching is Friday, 23 August 2019, 15:00:00 (UTC time). We will tell you the node IP on time. :)

https://www.timeanddate.com/countdown/generic?iso=20190823T15&p0=1440&msg=%5BANN%5D+Sugarchain+%5BCPU%5D+Launching+2019%2F08%2F23+15%3A00+UTC&font=cursive


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: denisblabkgt on August 22, 2019, 02:26:56 PM
hi, do you already have any exchange in mind? ??? ::)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/23 15:00 UTC
Post by: sugarchain on August 22, 2019, 03:45:02 PM
https://gist.github.com/cryptozeny/68ab952afd701afdd2534c4e57ce5ff1

Hello, this is cryptozeny.

There is one thing to explain. I posted a Sugarchain mainnet launch announcement on bitcointalk.org. A person named cpuminerdev started to claim that (cryptozeny) was the same as wjcloud, the culprit of the Bitcoin Platinum case.

In conclusion, this is not true at all.

wjcloud
A few years ago I only had a phone call with the wjcloud. The call was asked to help the wjcloud develop coin including Ethereum ProgPow hard fork. I refused because I already knew the trueth of wjcloud. Since then, He subsequently came to the community and asked again, but declined each time. I've (cryptozeny) never met wjcloud offline, but according to the testimonies of my friends, the wjcloud is an ordinary Korean high school student. I heard that he recently developed a new coin.

proof
I have all the records for a year (include phone call). I will release it if necessary. If necessary, I will take legal action in South Korea.

Conclusion
I (cryptozeny) is not wjcloud.

Thanks for reading.

cryptozeny aka wjcloud

something I don’t see the connection between one and the second  ::)

I'm sorry about his abuse. This is all false information. I know him (cpuminerdev) Do not feed the trolls. He is the developer of a coin, and he seems to think that he is in competition with me. I am not.

Hello teenager, you scamming again?

Bitcoin platinum - No premine

Sugarchain - No premine

Scamming people without premine, nice :P

Why don't you reveal your identity this time?

Cryptozeny is a 20 yo scammer aka wjcloud, I have proof!


Title: Re: [ANN] Sugarchain [CPU] DELAYING MAINNET LAUNCH
Post by: sugarchain on August 22, 2019, 04:06:30 PM
DELAYING MAINNET LAUNCH
Due to someone is trying premine before launching. We have to delay our mainnet launch. The launch date will be announced again. The Genesis block will changed and discard your old wallet. Thank you for your understanding.
https://twitter.com/sugarchain_dev/status/1164567808992112640


Title: Re: [ANN] Sugarchain [CPU] DELAYING MAINNET LAUNCH
Post by: sugarchain on August 22, 2019, 04:30:41 PM
Mainnet Delaying:
The mainnet launch was scheduled for 19/08/23 15:00 UTC. But someone () did premineed the chain about 19 hours earlier at 19/08/22 16:22:31 UTC. This is not fair. We decide to delay the mainnet. The Genesis block will change, and the chain he kidnapped means no more. Please remove the downloaded wallet. We will announce the date again after preparation.


Title: Re: [ANN] Sugarchain [CPU] DELAYING MAINNET LAUNCH
Post by: Mihawk on August 22, 2019, 08:45:07 PM
I'm interested. I will mining some SUGAR as soon as windows wallet is available.


Title: Re: [ANN] Sugarchain [CPU] DELAYING MAINNET LAUNCH
Post by: dabenko on August 22, 2019, 09:12:47 PM
How would someone try to premine on your system without any prior permission to do that? I hope it's not as if your security has Ben breached.
Well, if it has, I want to expect that you would have started taking measures to fortify it, so that by the time you reopen, there will not be a problem on that.


Title: Re: [ANN] Sugarchain [CPU] DELAYING MAINNET LAUNCH
Post by: sugarchain on August 22, 2019, 09:16:32 PM
I'm interested. I will mining some SUGAR as soon as windows wallet is available.

Thank you for your interest. We are preparing now and will be available soon.


Title: Re: [ANN] Sugarchain [CPU] DELAYING MAINNET LAUNCH
Post by: AmoreJaz on August 22, 2019, 09:41:09 PM
You said the coin was perfect but you'be been hijacked, not a very good looking with those FUDs you don't address

claiming to be perfect but someone can hijack their chain even before the launch of their mainnet. lol so how can they convince users that they will not encounter any problem the next time around? if you say you have a perfect system, you should have considered all worst possible scenarios that someone might do to your system...


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 23, 2019, 04:14:58 PM
MAINNET LAUNCH ANNOUNCEMENT

KICK OFF
2019/08/24 15:00 UTC
Saturday, 24 August 2019, 15:00:00 (UTC time)

https://twitter.com/sugarchain_dev/status/1164932524184723456


Title: Re: Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: kingartur on August 23, 2019, 09:56:34 PM
windows wallet?


                           ???


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: cointron on August 23, 2019, 11:17:16 PM
4 hours for launch. to publish the wallets right now would be a good way to show that the problem was solved and that it will not happen again.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 23, 2019, 11:56:27 PM
4 hours for launch. to publish the wallets right now would be a good way to show that the problem was solved and that it will not happen again.

The issue was fixed. The wallet will be released on time. Thank you for your attention.

Saturday, 24 August 2019, 15:00:00 (UTC time)


Title: Re: Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 24, 2019, 12:05:37 AM
windows wallet?

Windows(64-bit) Linux(64-bit) OSX wallets will be released. 32-bit and ARM takes a bit of time, because SSE2 needs to be fixed.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: GranRethory on August 24, 2019, 08:03:43 AM
4 hours for launch. to publish the wallets right now would be a good way to show that the problem was solved and that it will not happen again.

The issue was fixed. The wallet will be released on time. Thank you for your attention.

Saturday, 24 August 2019, 15:00:00 (UTC time)


We are less than 7 hours from the launch, the wallet is not ready yet, we do not know if the project group has already put a point ... there is silence in the air.


Without being able to avoid asking, what is the purpose and function of this currency? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ??? ???


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: saaayyyeeel on August 24, 2019, 08:40:08 AM
Both sides prove nothing against each other, if you are trying to make this thread active by accusing each other you must stop that and it wouldn't seems to help at all, just show your evidence if you have, someone to prove and someone to deny.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: kingartur on August 24, 2019, 09:21:47 AM
web wallet?
                       ???


when will the wallets appear?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 24, 2019, 02:55:00 PM
**DOWNLOAD SUGARCHAIN WALLET & CPUMINER**
`2019/08/24 15:00 UTC`

**Wallet:** Sugarchain Yumekawa `v0.16.3.21rc1`
https://github.com/sugarchain-project/sugarchain/releases/tag/release-0.16.3.21rc1

**Cpuminer:**
https://github.com/cryptozeny/cpuminer-opt-sugarchain/releases/tag/v3.8.8.1.7rc1

**Mining SOLO:** (RPC=34229)
./cpuminer -a yespower -o http://localhost:34229 --coinbase-addr=sugar1q... -t1

**Mining POOL:**
./cpuminer -a yespower -o stratum+tcp://POOL_ADDRESS:PORT -u sugar1q... -t1

**Comment:**
We provide a pool (5% fee), but we recommend do solo mining (no fees), because it's  (solo) better for the decentralization.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 24, 2019, 03:10:46 PM
sugarchain (mainnet) mining pool is up.

https://1pool.sugarchain.org/


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BoozyTalking on August 24, 2019, 03:20:19 PM
sugarchain (mainnet) mining pool is up.

https://1pool.sugarchain.org/

Please fix:

[2019-08-24 18:19:46] stratum_recv_line failed
[2019-08-24 18:19:46] ...retry after 10 seconds
[2019-08-24 18:19:57] stratum_recv_line failed
[2019-08-24 18:19:57] ...retry after 10 seconds
[2019-08-24 18:20:07] stratum_recv_line failed
[2019-08-24 18:20:07] ...retry after 10 seconds


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 24, 2019, 03:23:15 PM
2019/08/24 15:00 UTC
Sugarchain Mainnet Started


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BoozyTalking on August 24, 2019, 03:29:51 PM
There is a bug in windows wallet - it's stuck on exiting (with message about to wait before closing).


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 24, 2019, 03:30:34 PM
sugarchain (mainnet) explorer is up.

https://1explorer.sugarchain.org/


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BoozyTalking on August 24, 2019, 04:10:06 PM
52hash.com/workers
sugar1q3t4gqwx5rf7zrjgvyf2y4k3phkak5f8zq2tjv0   0.57   95.54%   257.06 KHash/s

Another chinese bot net or private gpu miber.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: steklomoy on August 24, 2019, 05:28:01 PM

In general, I am disappointed. approximately 90% of orphans in solo, more than 50% failures in the official pool. not a coin, but some piece of shit.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: steklomoy on August 24, 2019, 05:32:45 PM

In general, I am disappointed. approximately 90% of orphans in solo, more than 50% failures in the official pool. not a coin, but some dog shit.

Can't agree more, they have a bad QA strategy

yeah you're the same piece of shit like that coin  ;)

if mainnet had not been postponed because of you for a day, then already yesterday it was clear what the hell it was. and I would do other things.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Slkp on August 24, 2019, 05:33:09 PM
Solo mining doesnt works:
[2019-08-24 20:31:27] Empty data received in json_rpc_call.
[2019-08-24 20:31:27] getblocktemplate failed, falling back to getwork
[2019-08-24 20:31:27] Empty data received in json_rpc_call.
[2019-08-24 20:31:27] json_rpc_call failed, retry after 10 seconds
[2019-08-24 20:31:28] API bind to port 4048 failed - trying again in 20sec

what the problem?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BoozyTalking on August 24, 2019, 05:55:09 PM
52hash.com
miners: 10
pool hashrate: 876.93 KHash/s

really? How is that even possible?
Another scam with private gpu miner?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: steklomoy on August 24, 2019, 05:55:54 PM

In general, I am disappointed. approximately 90% of orphans in solo, more than 50% failures in the official pool. not a coin, but some dog shit.

Can't agree more, they have a bad QA strategy

yeah you're the same piece of shit like that coin  ;)

if mainnet had not been postponed because of you for a day, then already yesterday it was clear what the hell it was. and I would do other things.

Sorry for bothering you  ;D, but I think I've warned this shit enough, this shit is developed by a scam developer, what can we have more to be a shit coin?  ;D
What is the scam here? Personally, I see that developers are just a bunch of crooked self-taught people who wanted to shine with their minds, but ended up with a bunch of crap.  :)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: steklomoy on August 24, 2019, 06:36:03 PM
That is what we call scam  ;D

Scam and a piece of shit are different things  :)

There is always malice in scam.
Yes, they took a little of my time, yes, they took some of my nerve cells. This is all thanks to the inept design and its presentation. But I do not see any malicious intent here. There is no scam, since it does not make any sense.  ;)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 24, 2019, 08:29:56 PM
SUGARCHAIN MINING POOLS

1pool@tokyo https://1pool.sugarchain.org/
2pool@tokyo https://2pool.sugarchain.org/
52hash@china (but has payment issue for now)
rplant@moscow https://pool.rplant.xyz/

Please contact us if you have a new mining pool.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: AnonJunkie on August 24, 2019, 10:42:52 PM
Quote
KICK OFF
2019/08/24 15:00 UTC
Saturday, 24 August 2019, 15:00:00 (UTC time

which is today, but the wallet is 9 days out of sync?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 24, 2019, 11:02:34 PM
Quote
KICK OFF
2019/08/24 15:00 UTC
Saturday, 24 August 2019, 15:00:00 (UTC time

which is today, but the wallet is 9 days out of sync?

Please reinstall the latest one.
https://github.com/sugarchain-project/sugarchain/releases


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Mihawk on August 24, 2019, 11:51:05 PM
'HTTP request failed: Failed to connect to localhost port 34229: Connection refused' when trying to solo mining.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 25, 2019, 12:20:21 AM
A new explorer added. trezor blockbook: https://sugarchain-blockbook.ilmango.work/

Thank you ilmango


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 25, 2019, 01:48:03 PM
Sugarchain Mainnet has been successfully launched

Nonce Report
SugarShield-N510 activates from block height 512. From there, the level of difficulty gradually increases, and stabilizing from around 8670 blocks, resulting in good random nonce distribution. Currently (block height 27201) no problem is found.
https://twitter.com/sugarchain_dev/status/1165616220659310594

Difficulty Report
Difficulty adjustment (SugarShield-N510) started at block height 512. After about a day of adjustment, the block time is now `5` seconds (block height 27201). No problem is found.
https://twitter.com/sugarchain_dev/status/1165616326926204928


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: DobroFenix on August 25, 2019, 03:36:21 PM
We have added your coin to our exchange.
In order to reduce commissions for depositing and withdrawing coins, the SUGAR / DOGE trading pair has been established

https://ex4ange.org/?SUGAR-DOGE


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: GranRethory on August 25, 2019, 07:37:26 PM
We have added your coin to our exchange.
In order to reduce commissions for depositing and withdrawing coins, the SUGAR / DOGE trading pair has been established

https://ex4ange.org/?SUGAR-DOGE



fee (2% + 2%) ?????????       ;D ;D ;D ;D ;D ;D ;D

How delinquent, you have the most expensive exchange in history, so far !!!!!!! I doubt anyone will trade there having such ridiculous commissions


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: camel33 on August 25, 2019, 08:20:18 PM
did You see http://sugar.52hash.com/workers
Less than 10 people take  over 99% coins
piece of shit and nothing else


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on August 25, 2019, 09:36:07 PM
Ok so for those wondering how to solo mine on window. here you go

cpuminer -a yespower -o http://localhost:34229/ -u... -p... --coinbase-addr=... -t1
---------
That will be put into the bat file
---------
edit in your address at addr=...  and user at -u and password at -p
---------
next you wanna go into the wallet and click on settings > options > and at the bottom click on open configuration file and click ok when something pops up
--------
server=1
rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
rpcport=34229
--------
Copy and paste that into the notepad and make sure to just add a user name after rpcuser= and a password after rpcpassword=
--------
after that make sure to compare the info in the bat file and the notepad in the configuration file regarding username and password
--------
after all looks according and same run the bat file and if it starts finding blocks it should be good to go


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: idrispendisbey on August 26, 2019, 12:53:35 PM
I asked for source code a couple of times and they banned me.

Do you want to hear a joke? Closed source blockchain. lol. use excel instead


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BoozyTalking on August 26, 2019, 01:39:06 PM
Ok so for those wondering how to solo mine on window. here you go

cpuminer -a yespower -o http://localhost:34229/ -u... -p... --coinbase-addr=... -t1
---------
That will be put into the bat file
---------
edit in your address at addr=...  and user at -u and password at -p
---------
next you wanna go into the wallet and click on settings > options > and at the bottom click on open configuration file and click ok when something pops up
--------
server=1
rpcuser=
rpcpassword=
rpcallowip=127.0.0.1
rpcport=34229
--------
Copy and paste that into the notepad and make sure to just add a user name after rpcuser= and a password after rpcpassword=
--------
after that make sure to compare the info in the bat file and the notepad in the configuration file regarding username and password
--------
after all looks according and same run the bat file and if it starts finding blocks it should be good to go


Why? This coin is already mined by botnet/private gpu/fpga miner.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: AnonJunkie on August 26, 2019, 04:09:50 PM
This coin is fucked biggest pool isn't paying ALOT of orphaned blocks on other pools the "devs" LOL don't know shit stay away... mine a better option.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: RicKillerZ on August 26, 2019, 06:41:23 PM
Hi all,

I add support for coin,

https://github.com/RickillerZ/cpuminer-RKZ


Linux or WSL  :

Git clone https://github.com/RickillerZ/cpuminer-RKZ.git
./build.sh


Windows:

https://github.com/RickillerZ/cpuminer-RKZ/releases/download/v3.9.7c/cpuminer-opt-3.9.7-windows.zip

Happy mining!!  :)





Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 27, 2019, 01:56:57 AM
This coin is fucked biggest pool isn't paying ALOT of orphaned blocks on other pools the "devs" LOL don't know shit stay away... mine a better option.

The all of orphan issues have been fixed on 1pool and 2pool. Thanks for your understanding.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: AnonJunkie on August 27, 2019, 02:08:09 AM
This coin is fucked biggest pool isn't paying ALOT of orphaned blocks on other pools the "devs" LOL don't know shit stay away... mine a better option.

The orphan issue has been fixed on 2pool. Thanks for your understanding.
why do you ban people pointing out the problem? you blame it on another pool LOL when 2pool had a real problem.. sad you do that to people trying to point out issues to help


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: U on August 27, 2019, 02:27:03 AM
No source code = Contains malware to steal your bitcoins, beware!!!!
seems legit.
where is the source code?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 27, 2019, 03:05:41 AM
Source code will be available in next release (yumekawa v0.17)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Mihawk on August 28, 2019, 12:04:56 AM
Well, I am still having problems with mining solo. When any decent exchange?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 28, 2019, 02:48:50 PM
Solo mining on Windows

1) Make a configuration file.
C:\Users\<windows_username>\AppData\Roaming\Sugarchain\sugarchain.conf

Code:
server=1
rpcuser=username
rpcpassword=password

2) Restart your wallet.

3) Run cpuminer-opt-sugarchain.

Code:
cpuminer.exe -a yespower -o http://localhost:34229 -u username -p password --coinbase-addr=sugar1q -t1


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: U on August 29, 2019, 06:27:22 AM
how do you realized 5s block time?many forks?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on August 31, 2019, 02:34:48 AM
how do you realized 5s block time?many forks?

Never forks or chain split occured, but there are some orphans under 1% (2pool.sugarchain.org). No problem at this moment. According to result on testnet, never forks or chain split occured for 6 months.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: GranRethory on September 01, 2019, 02:47:33 PM
how do you realized 5s block time?many forks?

Never forks or chain split occured, but there are some orphans under 1% (2pool.sugarchain.org). No problem at this moment. According to result on testnet, never forks or chain split occured for 6 months.


Could you please tell us what is the basis of the project? What will it be used for, if you have a business plan or something? any roadmap or whitepaper?
I AM MINING AND STILL DO NOT KNOW THE PURPOSE OF ITS EXISTENCE


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 01, 2019, 07:44:20 PM
https://bitcointalk.org/index.php?action=profile;u=1168638;sa=showPosts

user (@manoj 222) got new ann threads in altcoins forums for other languages. But all of them were google translate works. Was it part of a bounty campaign ? is manoj 222 your team member or not ?



Thanks for reporting. This is scam. Manoj 222 is a scammer. Do not try it.

https://twitter.com/sugarchain_dev/status/1168252016927264768


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: paulim78 on September 01, 2019, 08:07:00 PM
Addnode ??? ??? ??? ??? :-[


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 01, 2019, 10:48:32 PM
Addnode ??? ??? ??? ??? :-[

You do not need addnode. It should connect automatically.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: GranRethory on September 02, 2019, 09:25:00 PM
Addnode ??? ??? ??? ??? :-[

You do not need addnode. It should connect automatically.



REPEATING THE QUESTION FOR THE THIRD TIME "sugarchain"



Could you please tell us what is the basis of the project? What will it be used for, if you have a business plan or something? any roadmap or whitepaper?
I AM MINING AND STILL DO NOT KNOW THE PURPOSE OF ITS EXISTENCE


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: GranRethory on September 02, 2019, 09:29:32 PM
No source code = Contains malware to steal your bitcoins, beware!!!!

I begin to be absolutely certain that you were right about what you are talking about, consult 3 times about the road map plan or something, the first time in normal text, then in red (so you don't have excuses that you didn't see it) and nothing ... still playing dumb on the subject


https://bitcointalk.org/index.php?action=trust;u=2631015


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 02, 2019, 10:18:43 PM
Quote
REPEATING THE QUESTION FOR THE THIRD TIME "sugarchain"
Could you please tell us what is the basis of the project? What will it be used for, if you have a business plan or something? any roadmap or whitepaper?
I AM MINING AND STILL DO NOT KNOW THE PURPOSE OF ITS EXISTENCE

This is a non-profit community driven project. We cannot say a definite roadmap yet. We do not do business. Thank you.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on September 02, 2019, 10:29:41 PM
Addnode ??? ??? ??? ??? :-[

You do not need addnode. It should connect automatically.



REPEATING THE QUESTION FOR THE THIRD TIME "sugarchain"



Could you please tell us what is the basis of the project? What will it be used for, if you have a business plan or something? any roadmap or whitepaper?
I AM MINING AND STILL DO NOT KNOW THE PURPOSE OF ITS EXISTENCE

Someone should mine a coin because they like the project or tech, or just wanna mine a bit to have and move on, a coins purpose is how it is used by the people through tech offered by the dev or not even,  way back then people were trading goods and services through bitcoin, at a generally accepted value. long story short, the purpose is not chosen by the dev , the coin is given by dev and the people can choose what they do or don't do with it i think


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: U on September 04, 2019, 03:26:19 AM
one-CPU-one-vote, the world's fastest PoW blockchain

Seems not,Tera with 1s block time.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on September 04, 2019, 04:24:40 AM
What is the difference between lightbit and sugarchain if there is no roadmap or whitepaper or premine?  ;D

Lightbit does not have a native bech32 address by default nor has as low of a blocktime :)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 04, 2019, 05:30:34 AM
one-CPU-one-vote, the world's fastest PoW blockchain
Seems not,Tera with 1s block time.
This is cryptozeny. IMHO, that one is not a decentralized blockchain.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: U on September 05, 2019, 12:17:02 AM
one-CPU-one-vote, the world's fastest PoW blockchain
Seems not,Tera with 1s block time.
This is cryptozeny. IMHO, that one is not a decentralized blockchain.
Actually it's fully decentralized like bitcoin,leaderless,no centralized point,just use more advanced method rather than outdated Gossip protocol for message communication.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: U on September 05, 2019, 12:27:06 AM
Anyway,where can see the detailed words about how sugarchain achieved 5s block?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 05, 2019, 02:09:00 PM
New mining pool added: hashpex@USA
http://hashpex.com


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: U on September 06, 2019, 03:07:35 AM
Anyway,where can see the detailed words about how sugarchain achieved 5s block?

No source code or no whitepaper, how can you see the details  ;D
Seems legit,need source code for the tech claimed.
And I found that there are many coins and chains recently claimed with much short block time,1min,30second,5s,...but none has provide serious solution for the dilemma situation.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: ya.nikprm on September 06, 2019, 06:39:13 AM
New mining pool added: hashpex@USA
http://hashpex.com

The pool is good, but me need a good exchange and a lot of good news on the coin.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 07, 2019, 05:49:18 AM
NOTICE
Currently our Discord cannot be reached. We will announce a new community soon. Thank you for your understanding.
Saturday, September 7, 2019 (UTC)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: ya.nikprm on September 07, 2019, 08:32:53 AM
NOTICE
Currently our Discord cannot be reached. We will announce a new community soon. Thank you for your understanding.
Saturday, September 7, 2019 (UTC)

This is strange. Pools work, transactions go.

Am I stopping mining?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: DiHunter on September 07, 2019, 09:52:04 AM
NOTICE
Currently our Discord cannot be reached. We will announce a new community soon. Thank you for your understanding.
Saturday, September 7, 2019 (UTC)

This is strange. Pools work, transactions go.

Am I stopping mining?
Now no reasons to stop mining.
There was an incident.
CPUchain-developer (minkcrypto) came in Sugarchain-discord and began insulting Sugarchain-developer, making xenophobic statements, calling him a chinese "yellow monkey": https://i.imgur.com/fxfixW9.png
(*phone number has been retouched for obvious reasons)
Insulted Sugarchain-developer published a photo of CPUchain-developer with some information from google. And although minkcrypto is a public person, but he sent a complaint to discord-support on violation of the rule of personal information disclosure. Discord-support blocked account of Sugarchain-developer. Seems, making xenophobic statements is not prohibited, and posting a photo of a public person leads to a ban.  :( And its not the first time, when CPUchain-developer minkcrypto is insulting developers of other CPU-mineable coins.
So guys from Sugarchain-project need to start a new discord-channel, because they lost control over the current, when the account of its holder was deleted.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: ya.nikprm on September 07, 2019, 10:35:52 AM
NOTICE
Currently our Discord cannot be reached. We will announce a new community soon. Thank you for your understanding.
Saturday, September 7, 2019 (UTC)

This is strange. Pools work, transactions go.

Am I stopping mining?
Now no reasons to stop mining.
There was an incident.
CPUchain-developer (minkcrypto) came in Sugarchain-discord and began insulting Sugarchain-developer, making xenophobic statements, calling him a chinese "yellow monkey": https://i.imgur.com/fxfixW9.png
Insulted Sugarchain-developer published a photo of CPUchain-developer with some information from google. And although minkcrypto is a public person, but he sent a complaint to discord-support on violation of the rule of personal information disclosure. Discord-support blocked account of Sugarchain-developer. Seems, making xenophobic statements is not prohibited, and posting a photo of a public person leads to a ban.  :( And its not the first time, when CPUchain-developer minkcrypto is insulting developers of other CPU-mineable coins.
So guys from Sugarchain-project need to start a new discord-channel, because they lost control over the current, when the account of its holder was deleted.


Oh ... this is a real scandal ... can make a lot of noise and attract people, people love scandals, coins will be known and in demand. Thanks for the detailed explanations ....


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Hashpex on September 07, 2019, 11:36:59 AM


--= HashPex CPU Mining Pool =--

Listed on http://hashpex.com Pool

Dedicated CPU Pool - Discord Available for Support
Lowest Fees
Multiple VPN Auto-connection ports for faster mining - USA, UK, AUSTRALIA, FRANCE, GERMANY, RUSSIA
User friendly mining clients (Can be downloaded from hashpex.com)
Regular Random Airdrops to Miners
Payouts every 2 minutes
Dedicated High Speed Server

Code:
cpuminer -a yespowerSugar stratum+tcp://hashpex.com:4442 -u YOUR_WALLET.WORKER_NAME

Join us on Discord (links at the hashpex.com website)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: DiHunter on September 07, 2019, 04:01:30 PM
This is not true, the pic is being manipulated, I've reported your manipulated screenshot to mods, thanks.
Indeed, i have deleted your phone number from screenshot.  :D To keep the privacy of such a cowardly xenophobe as you. You're welcome.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on September 07, 2019, 05:28:58 PM
This is not true, the pic is being manipulated, I've reported your manipulated screenshot to mods, thanks.
Indeed, i have deleted your phone number from screenshot.  :D To keep the privacy of such a cowardly xenophobe as you. You're welcome.

Thank you to all that continue to support Sugarchain through this mess and  attack on our community


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 07, 2019, 05:58:01 PM
Telegram group opened:
The Discord was closed by someone's report. We opened a Telegram Group.

https://t.me/sugarchain


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: kumiskura on September 07, 2019, 06:17:42 PM
What just happened? it is still fine for us mining it or not? It is really uncomfortable to see it, anybody here still mining it or not?
man, at first someone stole the start and kidnaping the blocks and then this. This is ridiculous.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on September 07, 2019, 06:19:31 PM
What just happened? it is still fine for us mining it or not? It is really uncomfortable to see it, anybody here still mining it or not?
man, at first someone stole the start and kidnaping the blocks and then this. This is ridiculous.

if you join telegram we can explain everything that has happened , not you mink shoo shoo go away lol


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on September 07, 2019, 06:29:55 PM
if you join telegram we can explain everything that has happened , not you mink shoo shoo go away lol

This is a alt account of cryptozeny and they are circle jerking here to promote his scam coin!!!

https://i.imgur.com/Qr6BM70.png

https://i.imgur.com/AWs9CdT.png

https://i.imgur.com/J6pFWdN.png

https://i.imgur.com/O3JhrFI.png

See their account creation date and self trust manipulation, post history, I assume those accounts are being bought, used for high marketing activity!!


so apparently sticking up for a guy and defending someone from a scammer and attack on a coins community is "alt account" ok lol


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 08, 2019, 05:58:45 PM
Forum website opened:
After our Discord was removed by someone's report, we opened up a new place.

https://forum.sugarchain.org


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Mihawk on September 09, 2019, 03:54:19 PM
Why scam? So far, no activity justifies this word. A different exchange from the current one would be nice.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 11, 2019, 09:50:28 PM
Official Sugarchain Website
We just launched our official website!

https://sugarchain.org


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 14, 2019, 04:57:07 AM
Discord is back
Sugarchain Discord is back. The owner is salmaan1234.

https://discord.gg/5fvpTdk

https://twitter.com/sugarchain_dev/status/1172727316977352704


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: RicKillerZ on September 15, 2019, 09:48:28 PM
Hi, New Mining Pool for Sugarchain, Fast And Dedicated Stratum https://sugar.skypool.co

N. AMERICA STRATUM :
-o stratum+tcp://sugar-us.skypool.co:8801 -u WALLET_ADDRESS.Rigname

EUROPE STRATUM :
-o  stratum+tcp://sugar-eu.skypool.co:8801 -u WALLET_ADDRESS.Rigname

ASIA STRATUM :
-o stratum+tcp://sugar-asia.skypool.co:8801 -u WALLET_ADDRESS.Rigname 

Welcome and Happy mining!

https://discord.gg/SEqVDMb


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: DobroFenix on September 16, 2019, 05:09:41 AM
Available exchange in pairs to BTC

https://ex4ange.org/?SUGAR-BTC


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on September 17, 2019, 04:26:48 PM
Backstory To What Happened To Discord

Back story to what happened: The closure of the first discord was very abrupt  with no warning and My and zeny account got disabled for "violating ToS"
He who shall not be named :sweat_smile: had a fake profile and zeny was calling him out on it and showing that in fact he was using the picture of someone else online and zeny would send that info to me and then the (guy) reported zeny for "doxxing" and he lost his account and later that same day I was logged out of discord and had lost mine too and the discord server of 8 months was gone without warning, I got my account taken down I think because I had those messages that zeny sent of proof of that guy using fake profile pic of someone else and discord saw those messages
In a panic we created a Telegram and I contacted as many people as I could remember, pool operators and got in touch with our exchange to explain what had happened


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 18, 2019, 10:56:16 AM
Yumekawa wallet for ARM 64-bit released.

https://twitter.com/sugarchain_dev/status/1173841613199511553?s=19


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Mihawk on September 18, 2019, 03:31:11 PM
Is this exchange yours? Price orders are not pleasant.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sukoyomi on September 18, 2019, 11:09:33 PM
Is this exchange yours? Price orders are not pleasant.
Yeah, maybe he's the owner because that's really a small and new exchange, even not listed in CMC. And only a few coins that able to trade there, I guess that is his idea to add some coin to make it look like an ordinary exchange.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: befriendmywater on September 19, 2019, 08:37:57 AM
about Halving event, it only positively affects investors only when it is a famous coin and is mined by many people.
And for new projects, I think you need a long time to market better and attract more investors in the future. So are you guys going to do the upcoming bounty or airdrop?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BlinkInDie on September 19, 2019, 11:35:17 AM
Yumekawa wallet for ARM 64-bit released.

https://twitter.com/sugarchain_dev/status/1173841613199511553?s=19

Will your wallet be available on Android and iOS versions? This should definitely be considered as most people are already using phones in a daily basis.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 20, 2019, 07:48:18 PM
upcoming bounty or airdrop?

There is no airdrop plan yet, since we did not any Premine or ICO or something like that. However we can do a bounty programs if we get some donations.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 20, 2019, 07:50:47 PM
Yumekawa wallet for ARM 64-bit released.
https://twitter.com/sugarchain_dev/status/1173841613199511553?s=19

Will your wallet be available on Android and iOS versions?

Agreed. We are working on two Android wallets.
  • Electrum server based light wallet for Android (comming soon)
  • Android Fullnode (no eta yet)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: DobroFenix on September 22, 2019, 06:48:33 PM
Is this exchange yours? Price orders are not pleasant.
Yeah, maybe he's the owner because that's really a small and new exchange, even not listed in CMC. And only a few coins that able to trade there, I guess that is his idea to add some coin to make it look like an ordinary exchange.

This is just a coincidence. I am one of the authors of the ex4ange exchange. We are adding all new coins to ourselves and Sugarchain is no exception.

We have been developing for more than a year and a half, and only less than a month ago we launched several new coins for exchange.

We see interest in adding new coins that are not yet traded. All major exchanges started from this ... And I hope that we will soon grow to the level of a large exchange - at least we are trying very hard =)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: NoobKid220 on September 23, 2019, 02:26:55 AM
How is this coin different then any of the other coins out there right now? Besides having the quickest blockchain
?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: streetuff on September 24, 2019, 08:52:46 PM
How is this coin different then any of the other coins out there right now? Besides having the quickest blockchain
?


The BIG difference is... It is closed source until now. Would not touch it with POO ON A STICK right now... Probably just another clone of a clone of a clone using Yespower algo.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 25, 2019, 09:06:23 AM
How is this coin different then any of the other coins out there right now? Besides having the quickest blockchain
?

Advantages of the Sugarchain

- The world’s fastest PoW blockchain
  * 5 seconds transaction speed
  * 120x faster than Bitcoin
  * 30x faster than Litecoin
  * 12x faster than Dogecoin

- A better Halving
  * No error on halving
  * Accurate block reward:
Code:
(2^32/1e+08) = 42.94967296 SUGAR
 * Well predictable total supply:
Code:
(2^30) = 1073741824 SUGAR

- one-CPU-one-vote
  * CPU mining only
  * No GPU and ASIC

- Native Segwit (Bech32)
  * The world's first Native Segwit built-in by default.
  * Lowest TX size and lowest TX fee.

- Strict network rules to prevent attacks on the chain
  * No timestamp attacks
  * No selfish mining and time warp attacks

- Stable network difficulty
  * Even if the hash power suddenly increases or decreases, the block time remains 5 seconds. It is against hash attacks.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: luksbit on September 25, 2019, 07:10:52 PM
How is this coin different then any of the other coins out there right now? Besides having the quickest blockchain
?

Advantages of the Sugarchain

- The world’s fastest PoW blockchain
  * 5 seconds transaction speed
  * 120x faster than Bitcoin
  * 30x faster than Litecoin
  * 12x faster than Dogecoin


In any future, the currency for example has very large adoption of people, the processing fee may be similar to BTC at its peak, ie high transaction fee?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: NoobKid220 on September 25, 2019, 07:52:54 PM
How is this coin different then any of the other coins out there right now? Besides having the quickest blockchain
?

Advantages of the Sugarchain

- The world’s fastest PoW blockchain
  * 5 seconds transaction speed
  * 120x faster than Bitcoin
  * 30x faster than Litecoin
  * 12x faster than Dogecoin


In any future, the currency for example has very large adoption of people, the processing fee may be similar to BTC at its peak, ie high transaction fee?
so you can't mine from the wallet then?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 26, 2019, 06:28:06 PM
so you can't mine from the wallet then?

Wallet mining is possible in wallet console with generatetoaddress command, but its too slow. We recommend dedicated cpuminer for sugarchain.
https://github.com/cryptozeny/cpuminer-opt-sugarchain/releases/latest


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: luksbit on September 26, 2019, 08:28:02 PM
How is this coin different then any of the other coins out there right now? Besides having the quickest blockchain
?

Advantages of the Sugarchain

- The world’s fastest PoW blockchain
  * 5 seconds transaction speed
  * 120x faster than Bitcoin
  * 30x faster than Litecoin
  * 12x faster than Dogecoin


In any future, the currency for example has very large adoption of people, the processing fee may be similar to BTC at its peak, ie high transaction fee?
so you can't mine from the wallet then?

Where is it being quoted that it cannot be removed from the wallet? I just would like to know about future transaction fees.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 28, 2019, 08:45:13 AM
I just would like to know about future transaction fees.
The lowest txfee with using bech32 native segwit. Please use this bech32 address. Its by default. Starting with sugar1q...


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: dgigit on October 03, 2019, 11:25:56 AM
Sugarchain is already fully support BECH32 Native Segwit by default from lauching.




source (https://twitter.com/sugarchain_dev/status/1179698879362564096)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on October 09, 2019, 02:04:42 PM
TESTNET5 for Sugarchain is now live
for testing purpose: building pools or cpuminer or etc...

https://1explorer-testnet.cryptozeny.com/
https://1pool-testnet.cryptozeny.com/


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: JoenNL on October 16, 2019, 09:18:17 AM
TESTNET5 for Sugarchain is now live
for testing purpose: building pools or cpuminer or etc...

https://1explorer-testnet.cryptozeny.com/
https://1pool-testnet.cryptozeny.com/

Any nodes to add? Even sync headers will take days like this


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on October 16, 2019, 10:19:27 PM
Any nodes to add? Even sync headers will take days like this

Timeout downloading block (aka: slow download) is just fixed in this update. Please try this new version. You do not need addnode anymore. It will connect automatically.
https://github.com/sugarchain-project/sugarchain/releases


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: fuorilaveste2 on October 25, 2019, 01:11:10 PM
I would like to see Sugarchain also on Tradesatoshi because it is a great community as well as not having trading commissions, I believe that exchange is ideal for this currency to prosper.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: bruges on October 25, 2019, 10:15:34 PM
What are the conditions to be listed on tradesatoshi?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on October 26, 2019, 04:48:09 PM
What are the conditions to be listed on tradesatoshi?
Tradesatoshi charges 0.15 BTC to list a coin, the plan is to focus on lower-priced exchanges like Unnamed Exchange and Graviex, it will take a while to save up though. We are on Altmarkets currently, plan to get onto TradeCX when the new wallet is released which will make syncing up the wallet much faster. To be up to date with what's going on please consider joining the Discord


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on October 28, 2019, 10:01:32 AM
Source code is now released.
https://github.com/sugarchain-project/sugarchain


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on October 31, 2019, 07:55:47 PM
Discord: https://discord.gg/YteebzZ


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: tippytoes on November 06, 2019, 04:48:51 AM
What are the conditions to be listed on tradesatoshi?
Tradesatoshi charges 0.15 BTC to list a coin, the plan is to focus on lower-priced exchanges like Unnamed Exchange and Graviex, it will take a while to save up though. We are on Altmarkets currently, plan to get onto TradeCX when the new wallet is released which will make syncing up the wallet much faster. To be up to date with what's going on please consider joining the Discord

I don't think tradesatoshi is a good exchange to list with. When they changed the management, I have seen several complaints regarding withdrawal issues. And had experienced also, the reason why I don't go to that exchange anymore. Why not check on crex24? They have lower listing fees as compared to others. It was 0.3btc before, I don't know how much they are charging at the moment.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on November 06, 2019, 09:54:13 PM
What are the conditions to be listed on tradesatoshi?
Tradesatoshi charges 0.15 BTC to list a coin, the plan is to focus on lower-priced exchanges like Unnamed Exchange and Graviex, it will take a while to save up though. We are on Altmarkets currently, plan to get onto TradeCX when the new wallet is released which will make syncing up the wallet much faster. To be up to date with what's going on please consider joining the Discord

I don't think tradesatoshi is a good exchange to list with. When they changed the management, I have seen several complaints regarding withdrawal issues. And had experienced also, the reason why I don't go to that exchange anymore. Why not check on crex24? They have lower listing fees as compared to others. It was 0.3btc before, I don't know how much they are charging at the moment.

I asked another coin dev how much did Crex24 charge and they said 0.25btc, which is way out of the budget, and we have kinda decided that we are no longer interested in any exchange in the near future, we have two, we will continue to save up money though, for whatever we may decide to do with with it


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: tippytoes on November 07, 2019, 07:02:59 AM
What are the conditions to be listed on tradesatoshi?
Tradesatoshi charges 0.15 BTC to list a coin, the plan is to focus on lower-priced exchanges like Unnamed Exchange and Graviex, it will take a while to save up though. We are on Altmarkets currently, plan to get onto TradeCX when the new wallet is released which will make syncing up the wallet much faster. To be up to date with what's going on please consider joining the Discord

I don't think tradesatoshi is a good exchange to list with. When they changed the management, I have seen several complaints regarding withdrawal issues. And had experienced also, the reason why I don't go to that exchange anymore. Why not check on crex24? They have lower listing fees as compared to others. It was 0.3btc before, I don't know how much they are charging at the moment.

I asked another coin dev how much did Crex24 charge and they said 0.25btc, which is way out of the budget, and we have kinda decided that we are no longer interested in any exchange in the near future, we have two, we will continue to save up money though, for whatever we may decide to do with with it

That would be a smart decision. 2 exchanges are more than enough to build your coin's value. Anyway, you only need at least 2 exchanges to be listed in CMC, if that's one of your goals. Adding more exchanges will come in handy if you have good progress with your platform's development later on. A lot of projects are in a hurry to list their coin to as many exchanges as they can but not a sustainable strategy as it will just suffer poor trading performance if the platform itself is not fully functional and working.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on November 10, 2019, 08:27:24 AM
Final Release
Yumekawa v0.16.3.24-bloomy
https://github.com/sugarchain-project/sugarchain/releases/tag/v0.16.3.24-bloomy


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on November 15, 2019, 06:06:51 AM
I cannot believe I never thought of sharing this on here as well 😅 thanks for the suggestion make from Discord, *cough* Discord Link: https://discord.gg/M23J865
This is the 8th week I have been doing this so that is why it is so far along if you are new to this
The Sugar Chronicle
#8
(11/14/19)

Hello, this is our 8th edition of The Sugar Chronicle where we wish to highlight and mention what has been going on as of late regarding Sugarchain

(Sugar News 11/7/19-10/14/19)

rain of 100 Sugar to 80 people
Plans to do a Twitter Giveaway and have a Twitter Tipbot
New Pool https://nomp.mofumofu.me/
Final Release Yumekawa v0.16.3.24-bloomy
Raku Ten from Telegram has donated 100K Sugar to the Community Fund
Zeny made a meme https://github.com/sugarchain-project/media-distribution/blob/master/meme/meme-3-bech32.png
Sugarchain has been added to CryptoCanary
Discord name has changed to just Sugarchain


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on November 15, 2019, 06:14:56 AM
If you wanna catch up and read and follow where I write these as well, here is the Medium account: https://medium.com/@Sugarchain


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on November 22, 2019, 04:03:58 AM
The Sugar Chronicle
#9
(11/21/19)

Hello, this is our 9th edition of The Sugar Chronicle where we wish to highlight and mention what has been going on as of late regarding Sugarchain

(Sugar News 11/14/19-11/21/19)

Plans to use the BTC fund to purchase more Sugar for the Community Fund
The Community Fund has risen from 400K Sugar to 1.2 Million
Tested a new GUI Miner that Salmaan created
I rewarded salmaan1234#7477, joe_land1#8756, aglkm#2786 (From Discord) 15K Sugar each
New GUI Miner released by salmaan1234#7477 https://github.com/Nugetzrul3/CPU-GUI-Miner/releases/tag/v1.0 (https://github.com/Nugetzrul3/CPU-GUI-Miner/releases/tag/v1.0)
Testnet v5 Explorer and Pool are back up
Introducing a nice Discord bot Suggy!
I rewarded aglkm#2786 15K Sugar


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on November 29, 2019, 03:17:54 AM

The Sugar Chronicle
#10
(11/28/19)

Hello, this is our 10th edition of The Sugar Chronicle where we wish to highlight and mention what has been going on as of late regarding Sugarchain

(Sugar News 11/21/19-11/28/19)

The whale donated 200K Sugar to the Community Fund
New channel for automated hashrate and price updates
Tipbot Funds are Safu
2 new pools coming soon
I rewarded @ROZ - mofumofu.me#1977 (From Discord) 15K Sugar
Plans to clean up Discord
Started a campaign to reward designers #design (From Discord)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: especial on December 01, 2019, 06:43:37 PM
anyone mining and honest opinion about being profitable?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: riandixp on December 05, 2019, 01:19:19 PM
Available exchange in pairs to BTC

https://ex4ange.org/?SUGAR-BTC
Пoльзoвaтeль: riandixp@gmail.com
Я вывeл 1500 DOGE 05.12.2019 (15:27) пocлe пpoдaжи SUGAR. У вac нaпиcaнo "выпoлнeнo", нo в Explorer мoнeты нe пpишли.
Paзбepитecь и пpoяcнитe cитyaцию.
Full txid: b5afe94b6bb4375091b8903868d91a686b3c46a4e0abad4065d416c80f650c0c

User: riandixp@gmail.com
I withdraw 1500 DOGE 05.12.2019 (15:27) after sale SUGAR. You have written 'Success', but coins did not come to Explorer.
Understand and clarify the situation.
Full txid: b5afe94b6bb4375091b8903868d91a686b3c46a4e0abad4065d416c80f650c0c


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on December 05, 2019, 09:01:52 PM
Available exchange in pairs to BTC

https://ex4ange.org/?SUGAR-BTC
Пoльзoвaтeль: riandixp@gmail.com
Я вывeл 1500 DOGE 05.12.2019 (15:27) пocлe пpoдaжи SUGAR. У вac нaпиcaнo "выпoлнeнo", нo в Explorer мoнeты нe пpишли.
Paзбepитecь и пpoяcнитe cитyaцию.
Full txid: b5afe94b6bb4375091b8903868d91a686b3c46a4e0abad4065d416c80f650c0c

User: riandixp@gmail.com
I withdraw 1500 DOGE 05.12.2019 (15:27) after sale SUGAR. You have written 'Success', but coins did not come to Explorer.
Understand and clarify the situation.
Full txid: b5afe94b6bb4375091b8903868d91a686b3c46a4e0abad4065d416c80f650c0c

The best way to get in touch with the exchange is by email or by their Discord: https://discord.gg/yNTpJd9 . There I am sure they can help you


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on December 06, 2019, 02:44:28 AM
The Sugar Chronicle
#11
(12/5/19)

Hello, this is our 11th edition of The Sugar Chronicle where we wish to highlight and mention what has been going on as of late regarding Sugarchain

(Sugar News 11/28/19-12/5/19)

I started giving out rewards for those that submit art, come check out #design
I rewarded @aglkm#2786 15K for making the FAQ
100 Sugar airdrop everyday leading up to New Year to select few in Discord and Telegram and Wechat groups, Webminer? :eyes:
New ATH
Plan to move 800K Sugar to Cold Storage
Plans for translations for short Summary of Sugarchain in English, Chinese, Russian, Japanese, Korean
I rewarded @SomeMoonFan#8494 25K for new Gui miner and a Faucet website is in the works


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Gash on December 07, 2019, 03:28:23 PM
What are the conditions to be listed on tradesatoshi?
Tradesatoshi charges 0.15 BTC to list a coin, the plan is to focus on lower-priced exchanges like Unnamed Exchange and Graviex, it will take a while to save up though. We are on Altmarkets currently, plan to get onto TradeCX when the new wallet is released which will make syncing up the wallet much faster. To be up to date with what's going on please consider joining the Discord

Exchanges lost shame. I would love to punish some of them by the use of violence and ominous influence I project on the outside environment. I would duke them exchange operators and everyone associated with them, with hard blows to every square inch of their bodies. That is the only way to derail this fretful industry, to stop crypto from plaguing the virgin marshland of our global technological arena.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on December 13, 2019, 02:35:24 AM
The Sugar Chronicle
#12
(12/12/19)

Hello, this is our 12th edition of The Sugar Chronicle where we wish to highlight and mention what has been going on as of late regarding Sugarchain

(Sugar News 12/5/19-12/12/19)

Atomic Swap between SUGAR-ZNY in testing phase
Sugarchain<-->BitZeny(mainnet) AtomicSwap succeeded!!
testing YespowerCashe, trying to make download speed even faster
New Chinese Pool(https://pool.schoollt.cn/)
Raku Ten from Telegram posted three articles on Niubiquan, about sugar introduction, atomic swap, and coinpaprika
It was calculated that in the past two weeks, OTC trading volume has exceeded 10 million among Wechat users


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on December 20, 2019, 03:58:21 AM
The Sugar Chronicle
#13
(12/19/19)

Hello, this is our 13th edition of The Sugar Chronicle where we wish to highlight and mention what has been going on as of late regarding Sugarchain

(Sugar News 12/12/19-12/19/19)

A new bot able to scan and report scams
Five new North American nodes
We've been added to the Bravo reviewing platform
Reducing the duplicated downloading of blockchain, we can make sync faster and reduce bandwidth + YespowerCaching
Plans were discussed on the development of light/mobile wallet
New Mining Pool in USA Loud Mining(https://sugar.loudmining.com/)
Android miner?👀


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on December 27, 2019, 03:25:45 AM
The Sugar Chronicle
#14
(12/26/19)

Hello, this is our 14th edition of The Sugar Chronicle where we wish to highlight and mention what has been going on as of late regarding Sugarchain

(Sugar News 12/19/19-12/26/19)

Sugar Fundraiser to reward devs for mobile/light wallets
Work has started on mobile wallet and web wallet
We have collected 288K Sugar in donations so far
Voting for two exchanges ATAIX and Qtrade has started
Yespower caching: 3x faster sync
Sugarchain Community Rules #community-rules
API Server for Sugarchain
The original yespower author reviewed our PR on Github
Chinese Wechat group,OTC price is 10k sugar / 8.5 usdt, Over 10 sat, more than 1 million Sugar transactions
Rakutens (From Discord) sent 42,350 Doge to pay the vps fee for the Web/Mobile wallets for the next six months.
Next Yumekawa release code name: Moonlight: IBD & Sync significant faster, Android/Web Wallet release, Yespower 1.0.1+cache major update
1 million Sugar was sold for 1071.42 usdt in OTC trade in Wechat group


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on January 03, 2020, 03:50:25 AM
The Sugar Chronicle
#15
(1/2/20)

Hello, this is our 15th edition of The Sugar Chronicle where we wish to highlight and mention what has been going on as of late regarding Sugarchain

(Sugar News 12/26/19-1/2/20)

New hashrate ATH, Two new Chinese pools: Smartpool(http://139.129.229.26/), Anomp(http://anomp.com:8090/)
A reminder that Sugarchain team will NEVER ask you to send cryptocurrencies, funds, private keys, personal information and etc.
New🌟Explorer(https://sugar.wtf/#/), Thanks @volbil#8559
New🌟API(https://api.sugarchain.org/), This is backend for Android/Web Wallet. For Sugar Devs❤️
New nodes in Amsterdam, Franfurt, Paris, Silicon Valley and Singapore
web wallet(https://sugar.wtf/wallet/#/) Released
I rewarded @volbil#8559 150K for the web wallet
First look(https://twitter.com/Xperia_Build_Y/status/1211930839937716224?s=20) at atomicswap-qt developed on Ubuntu
Android Wallet Comming Soon, I rewarded heliohash 25K for the awesome artwork he made made for our Android Wallet. Feel free to donate him `sugar1q4tvu3h8hmr3fc8ahmf7plfvpfdstp85jpk2za3`
Introduced in China's blockchain information platform


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on January 10, 2020, 03:12:15 AM
The Sugar Chronicle
#16
(1/9/20)

Hello, this is our 16th edition of The Sugar Chronicle where we wish to highlight and mention what has been going on as of late regarding Sugarchain

(Sugar News 1/2/20-1/9/20)

New Chinese pool: Dx Pool(https://www.dxpool.com/help/en/sugar-mining-tutorial)
Sugarchain Android Miner V0.1.6-beta(https://github.com/Nugetzrul3/Sugarchain-Android-Miner/releases/tag/v0.1.6-beta) gui version only
Sugarchain is now listed on Crypto Discords(https://nlccapital.finance.blog/)
New French Pool: root(http://root-pool.com/)
Youtube Video Sugarchain Mining by @joe_land1#8756(https://www.youtube.com/watch?v=vgNufKBR2g4&feature=youtu.be)
Web Wallet updated to Version 0.4(https://sugar.wtf/wallet/#/)
I rewarded @Sandelinos#2168 25K Sugar for his USB Live Miner video(https://www.youtube.com/watch?v=2XavHsBIsP4&feature=youtu.be)
New Hashrate ATH 4 MH/s :rocket: :rocket:
Web wallet now has translations for Chinese, Russian, Japanese, Korean, Indonesian, Spanish


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on January 11, 2020, 01:33:53 PM
Network Status Report
- Hashrate: over 3 MH/s [OK]
- Nonce Distribution [OK]
- Blocktime : constantly 5s [OK]
- Blockchain Size : 1.4 GB [OK]
No problem found : ALL GREEN
https://twitter.com/sugarchain_dev/status/1215988944082309120


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on January 11, 2020, 06:05:44 PM
What Happened To Discord

https://medium.com/@Sugarchain/what-happened-to-discord-bd12feabf8e3?source=friends_link&sk=41c16e329d2293b71d4645f7d2e2ab4b



Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on January 17, 2020, 06:25:03 AM
The Sugar Chronicle #17 (1/16/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-17-1-16-20-cfebfb600f2b?source=friends_link&sk=7033cbca98ddae2cefaf066c6ddd14a8


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Mihawk on January 17, 2020, 08:53:12 PM
Interesting. The difficulty increased considerably after I stopped mining I will return to activities. ;D


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on January 18, 2020, 10:47:58 PM
Come to our Telegram Chatting (English)

https://t.me/sugarchain


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: bitpotter on January 22, 2020, 02:00:06 PM
Interesting. The difficulty increased considerably after I stopped mining I will return to activities. ;D

It is natural that when the level of difficulty increases, all of that would require a long process and requires having a device that is even faster when you want to start mining it at a time like this.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on January 24, 2020, 05:06:45 AM
The Sugar Chronicle #18 (1/23/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-18-1-23-20-aafccefea1ff?source=friends_link&sk=9a4d531f8ff00c6f7fb9b0960cd0964f


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on January 31, 2020, 06:54:22 AM
The Sugar Chronicle #19 (1/30/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-19-1-30-20-139aedac97c0?source=friends_link&sk=d7d509354bd823b71ab6ecbcdd2ff2af


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: microg on February 05, 2020, 07:07:33 AM
SUGARCHAIN POOL

https://nosuchpool.cloud (https://nosuchpool.cloud)

Code:
 -a yespowerSUGAR -o stratum+tcp://eu.nosuchpool.cloud:6560 -u WALLET -p c=SUGAR,WORKER

fee : 0%

YIIMP based pool
Your wallet is invisible to other miners.


No registration required

Payouts: every 2 hours

Dedicated port

Stratum adaptive difficulty (from slow to highend CPUs) tuned to superfast blocks of SUGARCHAIN

NiceHash compatible




Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on February 07, 2020, 10:30:44 AM
The Sugar Chronicle #20 (2/6/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-20-2-6-20-555b129a41b7?source=friends_link&sk=d7cb22fd0172e82e556c92ccf1a45772


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on February 11, 2020, 06:19:03 AM
Listing Announcement
Sugarchain will be listed on http://sky.io
- Pair: SUGAR-USDT
- Deposit: 2020-02-11 04:00 UTC
- Trade & Withdrawal: 2020-02-12 14:00 UTC

Chinese:
https://skyio.zendesk.com/hc/zh-cn/articles/360043220453-SugarChain-SUGAR- …

English:
https://skyio.zendesk.com/hc/en-001/articles/360043220453-SugarChain-SUGAR- …


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on February 12, 2020, 04:49:34 AM
https://www.sky.io/exchange/SUGAR_USDT


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on February 14, 2020, 07:15:03 AM
The Sugar Chronicle #21 (2/13/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-21-2-13-20-bdb82b6dcfd8?source=friends_link&sk=c7666177371c8c712789dc46f29d79b0


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on February 21, 2020, 08:08:31 AM
The Sugar Chronicle #22 (2/20/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-22-2-20-20-ca2ae651f77?source=friends_link&sk=24cc62e72a9b5c8e70b4cd7460286179


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on February 28, 2020, 06:16:44 AM
The Sugar Chronicle #23 (2/27/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-23-2-27-20-3e36bcf5298f?source=friends_link&sk=f9e6919fcc6af553daa4730a1e0d6142


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: cpu-pool on March 03, 2020, 01:00:19 PM
Precompiled miner for Linux64, Ubuntu - static miner for VDS mining.

Download - https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/1.4/Cpuminer-opt-cpu-pool-linux64.tar.gz

CMD for download and unzip
Code:
wget https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/1.4/Cpuminer-opt-cpu-pool-linux64.tar.gz && tar zxvf Cpuminer-opt-cpu-pool-linux64.tar.gz

CMD for auto - download and start mining one line CMD for Linux mining
(replace WALLET_ADDRESS!!!)
Code:
wget https://github.com/cpu-pool/cpuminer-opt-cpupower/releases/download/1.4/Cpuminer-opt-cpu-pool-linux64.tar.gz && tar zxvf Cpuminer-opt-cpu-pool-linux64.tar.gz && echo '#!/bin/sh
while [ 1 ]; do
./cpuminer -a yespowersugar -o stratum+tcp://cpu-pool.com:63418 -u WALLET_ADDRESS
done' > autominer.sh && chmod +x autominer.sh && ./autominer.sh


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on March 06, 2020, 04:07:24 PM
The Sugar Chronicle #24 (3/5/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-24-3-5-20-220c43f6433f?source=friends_link&sk=4d8703a0ef85fa582aaee9d2aca0bc27


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: cpu-pool on March 11, 2020, 12:23:53 PM
We wrote an article on how to install AOCC (AMD Optimizing C / C ++ Compiler) and tested CPUminer it on a ryzen 2600 CPU.

http://cpu-mining.info/post.php?post=2

https://i.imgur.com/7gQXwft.png


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on March 13, 2020, 03:58:52 PM
The Sugar Chronicle #25 (3/13/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-25-3-13-20-efe101120ceb?source=friends_link&sk=052b602420516efc4865b5a1ab2b788e


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: scryptpoolxyz on March 13, 2020, 04:14:22 PM
http://scryptpool.xyz/ Is a fairly new pool, we are always working on improving our service to make your mining better. We are also always looking into adding new coins and already have a few in mind.


-o stratum+tcp://scryptpool.xyz:<PORT> -u <WALLET_ADDRESS> [-p <OPTIONS>]


Sugarchain
Fee: 0.5%
Payout: Every 2 hours
Min payout: 0.1


You can use any miner that support stratum and the coins that we have.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on March 20, 2020, 03:12:58 PM
The Sugar Chronicle #26 (3/20/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-26-3-20-20-b50edc24ebd3?source=friends_link&sk=5e6dd2d5c5117594e08f9a197577cf75


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: EREXIO on March 22, 2020, 03:20:53 PM
SUGARCHAIN [SUGAR] is listed on EREX.io (https://erex.io/)

FREE TRADING FEE DURING 1 MONTH

BTC MARKET : https://erex.io/exchange/SUGAR/BTC (https://erex.io/exchange/SUGAR/BTC)
ETH MARKET : https://erex.io/exchange/SUGAR/ETH (https://erex.io/exchange/SUGAR/ETH)
DOGE MARKET : https://erex.io/exchange/SUGAR/DOGE (https://erex.io/exchange/SUGAR/DOGE)
USDT MARKET : https://erex.io/exchange/SUGAR/USDT (https://erex.io/exchange/SUGAR/USDT)
EREX MARKET : https://erex.io/exchange/SUGAR/EREX (https://erex.io/exchange/SUGAR/EREX)


LOTTERY (https://erex.io/lottery) | FAUCET (https://erex.io/freecoin) | REFERRAL (https://erex.io/referral) | INVEST (https://erex.io/invest)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on March 26, 2020, 11:53:05 AM
FAKE WARNING

We found some fake ANN and Releases. Please check SHA256SUM and PGP before download. Release key is:

A51B 1957 E82E 5404 FFE8  8CB9 B07A EB80 3FB9 E8E9
decryp2kanon (sugarchain developer) <decryp2kanon>

Old release PGP key is (until v25):

BB27 9FE1 59A0 E40E D02B  3365 B9DD BDE2 AAAD C421
cryptozeny (sugarchain developer) <cryptozeny>

Fake ANN found and deleted. Thanks Lafu!
https://bitcointalk.org/index.php?topic=5182222.msg53965220#msg53965220

Archived Fake ANN
https://archive.fo/Gnuo4


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on March 27, 2020, 03:58:37 PM
The Sugar Chronicle #27 (3/27/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-27-3-27-20-f178a651f7e3?source=friends_link&sk=c6c3435d29feedcc7fb9d3a6e22ebdcd


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on April 03, 2020, 04:11:16 PM
The Sugar Chronicle #28 (4/3/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-28-4-3-20-87ac85247b0c?source=friends_link&sk=802af725ce3deed27fa84373db14e6a8


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: YentenCommunity on April 12, 2020, 09:43:06 PM
Sugarchain Faucet
http://cpu-mining.info/sugarchain-faucet/

Please test....

https://i.imgur.com/KsUGDmw.png


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on April 15, 2020, 09:40:40 PM
It works to me. Thanks alot!
Sugarchain Faucet
http://cpu-mining.info/sugarchain-faucet/


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on April 17, 2020, 04:02:25 PM
The Sugar Chronicle #30 (4/17/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-30-4-17-20-8c673bb450bf?source=friends_link&sk=313330ec2a145b44e51fc4a08a29a160


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on April 24, 2020, 04:03:58 PM
The Sugar Chronicle #31 (4/24/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-31-4-24-20-6bbba02af517?source=friends_link&sk=c5467059c904112afe9977303ff4b46e


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: jangchongchan20 on April 29, 2020, 04:04:13 AM
New Sugarchain Explorer now available

https://sugarbook.xyz

Testnet: https://testnet.sugarchain.xyz


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on May 01, 2020, 04:15:20 PM
The Sugar Chronicle #32 (5/1/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-32-5-1-20-c1a97813dd11?source=friends_link&sk=ac5b7a1a1e4a75e23ba1d398c310dae8


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Butterflyman on May 06, 2020, 03:11:44 AM
Hi please help with android wallet.
I cannot send anything from the app. Some big error comes up about signing etc.
Have sugarchain credit stuck with no way to get them out to a different wallet. Would be good if we could export and or have the private keys to these mobile wallets so I can import it into desktop wallet


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: xpoolx on May 12, 2020, 09:51:39 PM
Hi

Can someone post the blockchain? my wallet is not downloading blocks.

Thanks


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on May 15, 2020, 02:11:03 PM
The Sugar Chronicle #33 (5/15/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-33-5-15-20-12a5d40524e6?source=friends_link&sk=cbe0fe35ee847904f75b0f2e5d3c0efc


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on May 22, 2020, 07:22:11 PM
The Sugar Chronicle #34 (5/22/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-34-5-22-20-b90e48191789?source=friends_link&sk=ab5806aff017f127cbd71b6176c9c582


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on May 29, 2020, 03:23:33 PM
The Sugar Chronicle #35 (5/29/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-35-5-29-20-2e245035340a?source=friends_link&sk=20055d1ee501ca0bbe86b5571802550b


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Gash on June 06, 2020, 11:20:49 AM
The Sugar Chronicle #25 (3/13/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-25-3-13-20-efe101120ceb?source=friends_link&sk=052b602420516efc4865b5a1ab2b788e

I see a bunch of miners just got released. Is that everything u have done in the weeks of May? Anything else to be given to people as an indication of ur progress? I dont wanna coach the idea of how important it is to commit ur soul to a coin u love but u force me to. Lazy rats with menutest brains and all these little coins should be killed with a flyswatter right away.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on June 08, 2020, 07:16:41 PM
Can someone post the blockchain? my wallet is not downloading blocks.

fixed in new release. Please try this stable version.

https://github.com/sugarchain-project/sugarchain/releases/tag/v0.16.3.34-starboy


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on June 08, 2020, 07:20:08 PM
The Sugar Chronicle #25 (3/13/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-25-3-13-20-efe101120ceb?source=friends_link&sk=052b602420516efc4865b5a1ab2b788e

I see a bunch of miners just got released. Is that everything u have done in the weeks of May? Anything else to be given to people as an indication of ur progress? I dont wanna coach the idea of how important it is to commit ur soul to a coin u love but u force me to. Lazy rats with menutest brains and all these little coins should be killed with a flyswatter right away.

You can try this new cpuminer Sugarmaker. Supporting all platforms include Raspberry Pi and Smartphones. Thanks!
https://github.com/decryp2kanon/sugarmaker/releases/latest


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on June 12, 2020, 03:15:41 PM
The Sugar Chronicle #36 (6/12/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-36-6-12-20-f411af4c39db?source=friends_link&sk=5ced680130c2a281b777d75373f8d39b


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on June 26, 2020, 03:18:18 PM
The Sugar Chronicle #37 (6/26/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-37-6-26-20-a88be4c53e15?source=friends_link&sk=0decb9f93a32251edaa69179662bcfd0


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Cz707 on July 10, 2020, 02:36:18 PM
The Sugar Chronicle #38 (7/10/20)
https://medium.com/@Sugarchain/the-sugar-chronicle-38-7-10-20-659ee6ac5c14?source=friends_link&sk=ef17fa5addb066b1d1e4d2d5426b94ab


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: AnnabelleCen on August 21, 2020, 06:01:50 AM
We've got SUGAR mining tutorial in DxPool,
here is the link:
https://www.dxpool.com/help/zh/sugar-mining-tutorial


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on September 20, 2020, 07:47:38 PM
Whitepaper has been just published.

https://sugarchain.org/whitepaper/


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: dasgardo87 on September 21, 2020, 05:18:09 AM
any new database?? so we can sync the blockchain fast


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: dasgardo87 on September 22, 2020, 10:40:37 AM
Why i dont get Sugarchain address on my wallet exchange, at altmarkets.io



Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: NoahV on October 06, 2020, 05:21:11 PM
Hello world, Noah here once more  ;D.

I recently made a video in which I explained some reasons for you to have #SUGARCHAIN in your portfolio. I also talked a little about my experience and results of mining this cryptocurrency using a Ryzen 9 3900x (12 threads) on pool as well as solo, I also tried to mine #SUGAR on Google Cloud and got banned  ::).

Don't forget to enable English captions  :P

https://youtu.be/JHKN4NIfwk8 (https://youtu.be/JHKN4NIfwk8)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on October 06, 2020, 05:39:29 PM
any new database?? so we can sync the blockchain fast

bootstrap is here.
https://github.com/sugarchain-project/bootstrap/releases/latest


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sugarchain on October 07, 2020, 08:30:05 PM
Android Wallet for Sugarchain v1.0.3 Released!

Changes:
- Add: Scan QR with camera
- Fix: Importing seed

https://github.com/sugarchain-project/android_wallet_sugarchain/releases/tag/v1.0.3


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: NoahV on October 28, 2020, 07:47:25 PM
Hello world.


Recently, I uploaded a video in which I talked about my experience of mining Sugarchain on AWS, I recommend you to check it out, don't forget to turn on the English Captions   ::)

https://youtu.be/Mz4sKSjKb04 (https://youtu.be/Mz4sKSjKb04)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: lordnitro on November 10, 2020, 04:39:25 PM
added to cryptoverse.eu
https://cryptoverse.eu/sugarchain/

added bootstrap & Addnodes


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: crackfoo on December 06, 2020, 05:54:08 PM
https://zpool.ca/images/zpool_logo_512.png
http://zpool.ca/

Hi,
We've added Sugar (SUGAR) to http://zpool.ca/algo/yespowerSUGAR. See below for connection details.

Fee only: 0.5% or less
BTC payouts are processed once a day for balances above 0.0025
Payouts for all other currencies are made automatically every 4 hours for balances above 0.05 and balances more than 0.0125 are included in one of the payouts each day.

- Sample configurations -
To mine and get paid in SUGAR:
Code:
-a yespowerSUGAR -o stratum+tcp://yespowerSUGAR.mine.zpool.ca:6241 -u SUGAR_ADDRESS -p c=SUGAR,zap=SUGAR

Exchange to BTC:
Code:
-a yespowerSUGAR -o stratum+tcp://yespowerSUGAR.mine.zpool.ca:6241 -u BTC_ADDRESS -p c=BTC
Exchange to BTC but mine only SUGAR:
Code:
-a yespowerSUGAR -o stratum+tcp://yespowerSUGAR.mine.zpool.ca:6241 -u BTC_ADDRESS -p c=BTC,zap=SUGAR

All of our ports are NiceHash friendly, no need to specify any extra details

Need hashpower? zpool’s sister provides hash rental services: http://hashtap.ca/

==============================

Support: https://discord.gg/n45n6Jj
Twitter: https://twitter.com/_zpool_


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: pinpins on December 08, 2020, 06:59:41 AM
http://zergpool.com/yaamp/ui/css/zergpool_small.png 
You can mine Sugarchain at autoexchange mining pool Zergpool.com (http://Zergpool.com) at 0.5% fee. Please use following commands for different mining options
 
Option 1 Auto coin switch mining by profitability within algorithm with autoexchange to specified coin wallet(BTC in example below)
Code:
  -o stratum+tcp://yespowersugar.mine.zergpool.com:6535 -u <YOURBTCWALLET> -p c=BTC 

Option 2 Direct coin mining with payout to coin wallet
Code:
  -o stratum+tcp://yespowersugar.mine.zergpool.com:6535 -u <YOURSUGARWALLET> -p c=SUGAR,mc=SUGAR

Option 3 Direct coin mining with autoexchange to specified coin wallet(BTC in example below)
Code:
  -o stratum+tcp://yespowersugar.mine.zergpool.com:6535 -u <YOURBTCWALLET> -p c=BTC,mc=SUGAR

Please note mc stands for mining coin symbol, c stand for payout coin symbol

SOLO and PARTY mining
Set m=solo, or m=party.YourPartyPassword to your password field to use this feature. No extra fees.

Autoexchange to BTC, LTC, DASH, BCH, DOGE or any other currency we mine
Happy mining,
 cheers pinpin


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: EXCHALTGE on December 21, 2020, 02:27:31 PM
Hi all,

I'm pleased to pre-announce my first big project, after 6 months of hard work: exchaltge.com

Exchaltge will be an altcoin exchange focused on small cryptocoin communities, and we are offering some faucets, claimable every 12 hours and based on the random number generator of one coin that will be tradeable on the exchange.

Markets will be opened on 6th January, and we will offer 10-12 markets. But for the moment, we are finishing the development of the withdraw automated system, and we have already opened the wallet with 3 cryptocurrencies (STLX , SUGAR and CPU) that have a faucet available and a low minimum of withdraw to be able to test the system.

You are all invited to register and try the faucets: https://exchaltge.com

For any comment, I'll be here!


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: swimwmarter on January 04, 2021, 02:46:59 AM
Now the BTC is 34000$ Sugarchain is only 0.005$ hahaha I don't have a BTC ,but I have 1500000 Sugarchain ,I am not a legend ,but a sugarchain believer!!!


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Butterflyman on January 08, 2021, 08:37:10 AM
Android Wallet for Sugarchain v1.0.3 Released!

Changes:
- Add: Scan QR with camera
- Fix: Importing seed

https://github.com/sugarchain-project/android_wallet_sugarchain/releases/tag/v1.0.3

HELP! I can't send anything from the app! Always has error sending anything! Is there a way to import android wallet into desktop wallet? It only comes with a 12 word phrase and no access to private keys on the app! Have many sugar stuck on mobile wallet. Very frustrating!


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Butterflyman on January 20, 2021, 03:28:57 AM
SCAM EXCHANGE ALERT. Don't use KuangEx exchange! Always check fees before using any exchange you're not familiar with.

Please sort out the mobile wallet. Can't transfer my Sugar! Urgently need WIF convert tool!


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: US-Phone-Numbers on January 23, 2021, 11:46:06 AM
Hi all,

I'm pleased to pre-announce my first big project, after 6 months of hard work: exchaltge.com

Exchaltge will be an altcoin exchange focused on small cryptocoin communities, and we are offering some faucets, claimable every 12 hours and based on the random number generator of one coin that will be tradeable on the exchange.

Markets will be opened on 6th January, and we will offer 10-12 markets. But for the moment, we are finishing the development of the withdraw automated system, and we have already opened the wallet with 3 cryptocurrencies (STLX , SUGAR and CPU) that have a faucet available and a low minimum of withdraw to be able to test the system.

You are all invited to register and try the faucets: https://exchaltge.com

For any comment, I'll be here!


Hello,

I have sent 1900 sugar to your exchange yesterday but it still  didn't arrive...


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: US-Phone-Numbers on January 24, 2021, 12:28:06 AM
It's all good, it's there now :)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: siegep on January 29, 2021, 12:43:32 PM
Hi all,

I'm pleased to pre-announce my first big project, after 6 months of hard work: exchaltge.com

Exchaltge will be an altcoin exchange focused on small cryptocoin communities, and we are offering some faucets, claimable every 12 hours and based on the random number generator of one coin that will be tradeable on the exchange.

Markets will be opened on 6th January, and we will offer 10-12 markets. But for the moment, we are finishing the development of the withdraw automated system, and we have already opened the wallet with 3 cryptocurrencies (STLX , SUGAR and CPU) that have a faucet available and a low minimum of withdraw to be able to test the system.

You are all invited to register and try the faucets: https://exchaltge.com

For any comment, I'll be here!
Made 100sugar deposit 2 days ago. Still no on balance. Do you make it manually ?
the tx https://1explorer.sugarchain.org/tx/303ae5286ca98ec9289dbfd64cc3336825611666948f6dd7227ee83e8326ac46
I like your exchange but you pay no attention on it !


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: baljeetamsaini on January 31, 2021, 05:39:22 AM
I started mining today coz I personally love CPU Coins and have equal love for this other CPU Mineable coin named "Scala".

Before starting the mining of "Sugarchain", I was sure that the "Block Rejection" should be high..... which is normal for a BlockChain that generates Blocks every 5 seconds.

Hope you can do something here...... so that the rejection rate comes down.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Butterflyman on February 01, 2021, 11:47:07 PM
Soooo... any updates or progress on the mobile wallet fix? Any news at all?  ???


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: republicrypto on February 09, 2021, 10:21:44 PM
today sugarchain added in coinmarketcap website, but only tradeable at GX exchange, personally i never use this exchange
and i hope this project will be listed in other exchange soon beside gx
https://coinmarketcap.com/currencies/sugarchain/markets
regards


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: xiaolin123 on February 19, 2021, 04:28:58 PM
== Phi Phi Pool ==
https://www.phi-phi-pool.com/

Hi, We've added Sugar (SUGAR) to https://www.phi-phi-pool.com/site/algo?algo=yespowerSUGAR. See below for connection details.

Fee 0.25%
BTC Payouts are made automatically every 3 hours for all balances above 0.001 BTC, or 0.0001 BTC on Sunday.
DOGE Payouts are made automatically every 3 hours for all balances above 500 DOGE.
Payouts for all other currencies are made automatically every 3 hours for balances above 1/4 of Block Reward.

- Sample configurations -
To mine and get paid in SUGAR:
Quote
-a yespowerSUGAR -o stratum+tcp://asia.phi-phi-pool.com:6240 -u SUGAR_ADDRESS -p c=SUGAR

Exchange to BTC:
Quote
-a yespowerSUGAR -o stratum+tcp://asia.phi-phi-pool.com:6240 -u BTC_ADDRESS -p c=BTC

Exchange to DOGE:
Quote
-a yespowerSUGAR -o stratum+tcp://asia.phi-phi-pool.com:6240 -u DOGE_ADDRESS -p c=DOGE

SOLO mining
Set m=solo to your password field to use this feature. No extra fees.

Autoexchange to BTC, DOGE or any other currency we mine
Happy mining!!

==============================

Support: https://discord.gg/2djgGFdSNe


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: crackfoo on February 24, 2021, 03:39:49 PM
https://zpool.ca/images/hotlink-ok/logo_cexz.png (https://www.cexz.ca/)

Hi,
We've added Sugar (SUGAR) to https://www.cexz.ca/ (https://bit.ly/_cexz)
## Exclusive partnership with https://zpool.ca ##
Mine on zpool using one of your CexZ deposit addresses and get your mining fee's waived!

==============================

Support: https://discord.gg/btHkR2NEam
Twitter: https://twitter.com/_cexz_


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: HelNoise on March 03, 2021, 12:02:30 AM
Soooo... any updates or progress on the mobile wallet fix? Any news at all?  ???
Hello,
The Android Wallet is being updated and currently tested, but I have no ETA regarding a release.
The best I could suggest, is to join the telegram group and ask there, I'm practically sure you will get a copy of the current Beta, especially if you have issue so the dev could see if it was fixed or if need more works.
Thank you


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Fbird on April 19, 2021, 04:19:02 PM
https://www.youtube.com/watch?v=vrvEBPwc1RE&t=12s


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: zden2k on May 01, 2021, 02:05:59 PM
Hello, new pool for Sugarchain has been added. Address is: https://sugarchain.eu/ (https://sugarchain.eu/) and new miners are welcome. Thanks.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Mihawk on May 06, 2021, 02:34:30 PM
This situation did not last for 2 months, if you check in the CMC you will notice that SUGAR is market data is untracked.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Overdrive5 on May 09, 2021, 08:27:49 PM
VERY Happy to have discovered this coin!

Amazingly Fast Transfers! Typical Wallet to Wallet transfers are ready to spend in 30 seconds! Similar speed of a debit card!

Still early in it's emission life. Only about 40% mined so far.

I'm throwing all my mining rig CPU's at it! They weren't doing anything anyway, so why not?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: rawsugar on May 09, 2021, 10:33:07 PM
New Pool added - https://rawsugar.xyz/

Low 0.5% fees.

Miner(s) average 10 - 11 KHash/sec already so finding a good amount of blocks per day and rewards are flowing even for lower-powered miners who join.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: tippytoes on May 09, 2021, 10:43:16 PM
VERY Happy to have discovered this coin!

Amazingly Fast Transfers! Typical Wallet to Wallet transfers are ready to spend in 30 seconds! Similar speed of a debit card!

Still early in it's emission life. Only about 40% mined so far.

I'm throwing all my mining rig CPU's at it! They weren't doing anything anyway, so why not?

They may have amazingly fast transfers but right now, where can you use this coin as a payment method, which is one of their missions? Because the duration doesn't matter if the coin is not available to many merchants. Now, is there a list at the moment about merchants or shops that are currently accepting this coin as a payment method? The exchanges listed also are not very familiar with very low trading volume. This will be a challenge if you want to use this as payment method as you can't find it in a more popular exchange.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Mihawk on May 13, 2021, 10:40:14 AM
It would be interesting if SUGAR joined Crex24 or other smaller exchanges. Of course, Binance would be utopian.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: buzz2015 on May 13, 2021, 04:37:39 PM
VERY Happy to have discovered this coin!

Amazingly Fast Transfers! Typical Wallet to Wallet transfers are ready to spend in 30 seconds! Similar speed of a debit card!

Still early in it's emission life. Only about 40% mined so far.

I'm throwing all my mining rig CPU's at it! They weren't doing anything anyway, so why not?

I've got 8 Xeons and tinkering with Xeon Phi's for this one, sugarmaker looks like it might work on KNC/KNL co processors. Server boards seem better in terms of performance for the native quad channel compatibility


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Overdrive5 on May 15, 2021, 02:49:40 AM
VERY Happy to have discovered this coin!

Amazingly Fast Transfers! Typical Wallet to Wallet transfers are ready to spend in 30 seconds! Similar speed of a debit card!

Still early in it's emission life. Only about 40% mined so far.

I'm throwing all my mining rig CPU's at it! They weren't doing anything anyway, so why not?

I've got 8 Xeons and tinkering with Xeon Phi's for this one, sugarmaker looks like it might work on KNC/KNL co processors. Server boards seem better in terms of performance for the native quad channel compatibility

Out of curiosity, about what kind of performance gain are you seeing going from dual to quad channel?

As I understand it, this algo is all about fitting in and using L2/L3 cache for peak performance.

Approximately 1.5-2MB cache per thread.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: zden2k on May 18, 2021, 02:26:15 PM
Hello, I discovered a "question-form" for adding new assets for the "Atomic wallet" exchange (I already filled it). I would quite happy if the SUGAR will be added, and I believe not only me. So if anyone would like to fill the form too, link for Add new assets (https://atomicwallet.io/prices) or direct link is here (https://docs.google.com/forms/d/e/1FAIpQLSfYuQaJeqZ5Ahrc_5tz7xomawceywukYASXEVXbqidlpSCKbQ/viewform).
------------------------------
Sugarchain.eu  (https://sugarchain.eu) Pool


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: buzz2015 on June 25, 2021, 06:12:21 PM
VERY Happy to have discovered this coin!

Amazingly Fast Transfers! Typical Wallet to Wallet transfers are ready to spend in 30 seconds! Similar speed of a debit card!

Still early in it's emission life. Only about 40% mined so far.

I'm throwing all my mining rig CPU's at it! They weren't doing anything anyway, so why not?

I've got 8 Xeons and tinkering with Xeon Phi's for this one, sugarmaker looks like it might work on KNC/KNL co processors. Server boards seem better in terms of performance for the native quad channel compatibility

Out of curiosity, about what kind of performance gain are you seeing going from dual to quad channel?

As I understand it, this algo is all about fitting in and using L2/L3 cache for peak performance.

Approximately 1.5-2MB cache per thread.

On dual socket intel E5 2600's v2/3's quad channel ramps performance up 1 - 1.5kh/s i.e. from 2200h/s to around 3500-4000h/s, I haven't yet configured the v4s on the right frequency i.e. my ram is a bit mixed up so not seeing much performance from those just yet.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: cryptomaxsun on September 08, 2021, 03:17:49 AM
Russian translation - https://bitcointalk.org/index.php?topic=5358669.0

The very idea of decentralization and mining with any processor has a downside - the creation of botnets.
The owners of such a botnet can mine a lot of coins and sell them on the market at any price by dumping the price.
How can you fight this?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: walletrecovery on October 11, 2021, 09:10:09 PM
Is this coin still alive?

welcoime all miners
to Litecoincash LCC
pool:rplant DOT xyz


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: matusik484 on January 15, 2022, 01:27:59 PM
https://raw.githubusercontent.com/JustFragger/crypto-icons/main/logo/BTCTALK.png


Sugarchain available for trading on Exbitron Exchange, with pairs DOGE and USDT!

SUGAR/DOGE : https://www.exbitron.com/trading/sugardoge
SUGAR/USDT : https://www.exbitron.com/trading/sugarusdt

>Low trading fees only 0,2%, and withdrawal fees are small too ;)
>Easy to use UI
>Discord and Telegram support

Support :

Discord: http://discord.gg/PctkfqDPgm
Telegram: https://t.me/exbitron_en

Happy Trading!


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Hermes Mercury on March 17, 2022, 01:58:33 AM
Are SUGAR prices lower than a few months ago? Has the coin been abandoned?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: leslie4u on March 17, 2022, 07:11:02 AM
This coin is pretty much dead. Time for plan B.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Hermes Mercury on March 20, 2022, 03:55:40 PM
So, this coin may be dead now, but a revival is possible. It all depends on the community.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC-50 on April 26, 2022, 05:35:28 AM
It's a bit slow,
but the development is working hard to make it possible to join the BSC bridge,
it's time to start your mining! :)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: yanjun229 on April 26, 2022, 03:28:50 PM
Sugarchain is the best CPU mine cryptocurrency。
New discord:https://discord.gg/4HPdZHbNVm
Telegram:https://t.me/sugarchain


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC-50 on April 27, 2022, 09:51:31 AM
The future of CPU tracks


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sdlgdxyy on April 27, 2022, 09:09:22 PM
sugar to the moon   :) :) :) :) :)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: sdlgdxyy on April 27, 2022, 09:32:24 PM
sugar


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC-50 on April 29, 2022, 01:51:50 AM
There is no market promotion for the cpu track,
monero has a very high price, sugar will be the future,
 and the current price is very low,
it will be the leader of the CPU.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: LISONG02831X on April 30, 2022, 03:29:04 AM
the fastest coin!


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: vanhongan on May 08, 2022, 04:41:53 AM
Still mining this best coin. speed very good
Sugar will also have BSC network, dev confirmed !


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC-50 on May 09, 2022, 05:59:28 AM
https://media.discordapp.net/attachments/968471111778058333/973037557443067955/IMG_20220509_094120_320.jpg?width=916&height=630

testing looks good :)


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: mausuv on May 09, 2022, 03:30:45 PM
hi,

how to exchange Sugarchain_coin to btc,eth ,doge ,etc #
i have 2000sugar coin
please tell currently working best site name ,i need exchagne today


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: mausuv on May 10, 2022, 01:06:07 AM
Still mining this best coin. speed very good
Sugar will also have BSC network, dev confirmed !
hi,

how to exchange Sugarchain_coin to btc,eth ,doge ,etc #
i have 2000sugar coin
please tell currently working best site name ,i need exchagne today


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC-50 on May 10, 2022, 04:21:38 AM
Still mining this best coin. speed very good
Sugar will also have BSC network, dev confirmed !
hi,

how to exchange Sugarchain_coin to btc,eth ,doge ,etc #
i have 2000sugar coin
please tell currently working best site name ,i need exchagne today


https://www.exbitron.com/trading/sugarusdt
https://www.exbitron.com/trading/sugardoge
https://v2.altmarkets.io/trading/sugarltc
https://v2.altmarkets.io/trading/sugardoge

You will be trading sugar in pancak soon!


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: mausuv on May 10, 2022, 08:46:27 AM
Still mining this best coin. speed very good
Sugar will also have BSC network, dev confirmed !
hi,

how to exchange Sugarchain_coin to btc,eth ,doge ,etc #
i have 2000sugar coin
please tell currently working best site name ,i need exchagne today


https://www.exbitron.com/trading/sugarusdt
https://www.exbitron.com/trading/sugardoge
https://v2.altmarkets.io/trading/sugarltc
https://v2.altmarkets.io/trading/sugardoge

You will be trading sugar in pancak soon!

thanks for reply

one more question
how to Mining Sugarchain GPU , its possible ??? ,please share github code

Edit:

any site available for web mining for sugarchain
this site working or not ? https://cpu-mining.info/sugarchain_web_miner/


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC-50 on May 19, 2022, 02:50:27 PM
Sugarchain Under Attack on 13th Friday (2022-05-13)

- Attack Type:
The purpose of this attack to break DAA by inducing a difficulty control failure by momentarily injecting and removing a huge hashpower that is 50 times or more too high.


now(22-05-19)8:00 pm the attack is coming again

https://miningpoolstats.stream/sugarchain


BTC is survived historical such ton of attacks, and prove their value. we same.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC-50 on May 19, 2022, 02:59:33 PM
Still mining this best coin. speed very good
Sugar will also have BSC network, dev confirmed !
hi,

how to exchange Sugarchain_coin to btc,eth ,doge ,etc #
i have 2000sugar coin
please tell currently working best site name ,i need exchagne today


https://www.exbitron.com/trading/sugarusdt
https://www.exbitron.com/trading/sugardoge
https://v2.altmarkets.io/trading/sugarltc
https://v2.altmarkets.io/trading/sugardoge

You will be trading sugar in pancak soon!

thanks for reply

one more question
how to Mining Sugarchain GPU , its possible ??? ,please share github code

Edit:

any site available for web mining for sugarchain
this site working or not ? https://cpu-mining.info/sugarchain_web_miner/

one cpu one vote,only cpu no asic no gpu!
u can find some pools on https://miningpoolstats.stream/sugarchain
github:https://github.com/sugarchain-project


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: mausuv on May 23, 2022, 02:34:04 PM
this site working or not ? https://cpu-mining.info/sugarchain_web_miner/

i need this site github source code
how to build own sugarchain_web_miner guide me step by step


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Hermes Mercury on June 13, 2022, 02:04:11 PM
Is there any faucet to SUGAR?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Hermes Mercury on June 16, 2022, 09:16:44 AM
This discord link is expired.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC-50 on June 16, 2022, 09:27:15 AM
https://discord.gg/tjg9WbYSe3


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: mausuv on June 25, 2022, 05:55:29 AM
https://discord.gg/tjg9WbYSe3

how to mining sugarchain_testnet from ubuntu
guide me step by step
this pool not working Pool (testnet5): https://1pool-testnet.cryptozeny.com


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Hermes Mercury on August 21, 2022, 03:16:03 PM
Will there be a wallet update? It's difficult to synchronize the wallet due to the weight of the blocks.


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: Hermes Mercury on October 28, 2022, 12:42:29 PM
The 1Explorer is off. There others?


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC50 on April 07, 2023, 04:46:29 AM
Now is listed on xeggex

https://xeggex.com/market/SUGAR_USDT
https://xeggex.com/market/SUGAR_DOGE


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC50 on December 14, 2023, 02:53:03 PM
The 1Explorer is off. There others?



https://sugar.wtf/#/


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC50 on May 19, 2024, 06:11:16 AM
The 1Explorer is off. There others?



https://sugar.wtf/#/


https://explorer.sugarchain.net/richlist


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC50 on May 19, 2024, 06:15:07 AM
If anyone would like to join to bridge testing, you can do this trough this bot @sugarchain_bridge_bot
https://t.me/sugarchain

Please note that in order to use it you must have some testnet BNB which as it turned out bit hard to get now

Wrapped token contract address 0x4e97a9588774056aa4d575e699dd58ad8ed351ea (https://testnet.bscscan.com/token/0x4e97a9588774056aa4d575e699dd58ad8ed351ea)

P.s. currently bot is running on my home server and may be not available from time to time due to the power outages caused by russia severely damaging Ukrainian power grid

P.s.s. bot currently works with BSC testnet and Sugarchain mainnet please keep this in mind and don't deposit large sums of SUGAR as well as don't try withdrawing it to BSC mainnet




Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC50 on May 19, 2024, 02:38:04 PM
Miner For SugarChain, Supports Newer & Older CPUS


https://github.com/structdjm79/SugarChain_Miner/releases


Title: Re: [ANN] Sugarchain [CPU] Launching 2019/08/24 15:00 UTC
Post by: BTC50 on May 20, 2024, 12:22:47 AM
If anyone would like to join to bridge testing, you can do this trough this bot @sugarchain_bridge_bot
https://t.me/sugarchain

Please note that in order to use it you must have some testnet BNB which as it turned out bit hard to get now

Wrapped token contract address 0x4e97a9588774056aa4d575e699dd58ad8ed351ea (https://testnet.bscscan.com/token/0x4e97a9588774056aa4d575e699dd58ad8ed351ea)

P.s. currently bot is running on my home server and may be not available from time to time due to the power outages caused by russia severely damaging Ukrainian power grid

P.s.s. bot currently works with BSC testnet and Sugarchain mainnet please keep this in mind and don't deposit large sums of SUGAR as well as don't try withdrawing it to BSC mainnet




BNB testnet faucet
 https://www.bnbchain.org/en/testnet-faucet