Bitcoin Forum
May 28, 2024, 08:27:53 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 06, 2018, 12:43:31 AM
DERO: Privacy + Smart Contracts
Dero has written its own blockchain completely from scratch and we are on our blockchain now. 
DERO is completely new CryptoNote blockchain in Golang.
DERO is first blockchain to have complete SSL in P2P layer.
DERO will be first CryptoNote blockchain to have 500 Transactions Per Seconds on its native blockchain without any lightning networks or validators or off-blockchain solutions.
DERO will be first CryptoNote blockchain to have smart contracts on its native chain without any extra layers or secondary blockchains.

Download Pre-compiled binaries for MacOS, FreeBSD, NetBSD ,Linux, Windows, Solaris etc. from: http://seeds.dero.io/alpha/


Before you scroll further, Read  DERO article : https://medium.com/@867cryptocurrency/dero-a-new-blockchain-technology-that-brings-cryptonote-privacy-together-with-smart-contracts-4cc4972c81f8

WHITEPAPER:  https://github.com/deroproject/documentation/blob/master/WhitePaper.md
WEBSITE: https://dero.io/
FORUM : https://forum.dero.io/
EXPLORER : https://explorer.dero.io
EXPLORER : http://dero.live:8080/
TWITTER: https://twitter.com/DeroProject
POOLS LIST: https://forum.dero.io/t/dero-mining-pool-list/147
   Official Pool: http://pool.dero.live/

Exchanges & Stats:
https://stocks.exchange/trade/DERO/BTC
https://www.southxchange.com/Balance/Index/DERO
https://coincodex.com/crypto/dero/

How to join DERO Network in 2 mins?
Choose your OS and arch(32/64 bit) from MacOS,FreeBSD, NetBSD, Linux, Windows, Solaris, Raspberry Pi or any arm device etc. and download pre-compiled binaries from http://seeds.dero.io/alpha/
Start derod* and wait for sync around 20-60 mins depending on Network and CPU speed.
In Parallel start dero-wallet* and using menu create DERO address and save your seed.
Use exchange or join any pool for mining.

How to shift on new DERO blockchain:
  Choose your OS and arch(32/64 bit) from MacOS,FreeBSD, NetBSD, Linux, Windows, Solaris,Raspberry Pi or any arm device etc. and download pre-compiled binaries from http://seeds.dero.io/alpha/
Start derod* and wait for sync around 20-60 mins depending on Network and CPU speed.
Parallely start dero-wallet* and using menu re-create DERO wallet using old wallet seed.

WHY DERO AND WHY SMART CONTRACTS NEED PRIVACY ?
In very simple and few words:
Assume you design a smart contract and integrate to access/authorize a building/open a door or any other service like asset-management/tickets/shares distribution based on smart contract.
Many would not like like to share/view details of all other users/customers who used/participated/access that contract/service.
I hope you too would like transparency in contract details but would not like to share/disclose your details to rest of the world.
On DERO blockchain smart contracts details are transparent on blockchain but not user details.


Slack https://join.slack.com/t/deroproject/shared_invite/enQtMzAwMDc5MDY4NDUzLTAzOWNjYWZmNDgxZTk1YjNiNWFiYjg1OWNiMmQ2MmUxOWRmNjNjOWM3ODAzMzE3M2RhNzBhZjUyZGQxYjQxY2U

New wallet in action.
The new wallet is menu based so there is no need for commands

102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 05, 2018, 01:02:30 AM
I saw this warning in the Electroneum thread about Cryptopia having major issues with their wallet after the .dat file grew to 4.6GB:

https://bitcointalk.org/index.php?topic=2353282.msg33804903#msg33804903

Probably not an issue for the typical user, but could be a problem with exchanges.



"We dug through the code and found there was a hardcoded limit on the wallet file size of 1 GB, inherited from Monero."

I'm not an expert by any means so I might missed something and my thought is nonsense but this must have to do something with the fact that ETN has a huge supply so tx sizes should be also considerably bigger, right? We don't hear about such problems with Monero and Dero's total supply is the same. So I guess this must be another fail of ETN devs' quick copy&paste job lol. Correct me if I'm wrong.

You identified the part that I figured would most apply to DERO - a hard-coded limit on the wallet file size that is intended to prevent overly-long times in loading the file and executing transactions, etc., on it.

However, eventually ANY wallet.dat file will grow beyond reason given enough activity/use if there isn't some means of archiving old transactions. I felt that pointing out the issue with ETN/Cryptopia might give the DERO devs a head-start on dealing with the problem before it becomes a problem, so to speak.


Thanks for info.
we have already created new wallet database design from scratch to handle millions of transactions for exchanges and traders. We also kept in mind low ram consumption, database atomicity, minimum loss in case of server crash/power-loss. Anyone is welcome to test-run latest alpha release wallet for above.
103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 04, 2018, 05:38:28 PM
It's a display bug in wallet. Type 'balance' command in the wallet and will unlock all yellow coins.

Top man, sorry for being a noob.
that worked thanks to all for help  

This color functionality was added to help but looks it adding rather than solving.
Use balance cmd. Few terminals doesn’t behave as expected in displaying colors.

104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 04, 2018, 06:44:27 AM
When re-creating wallet from seed in other languages make sure you don't miss any special dots/symbols etc. during copy/paste.
Most of the time problems generally doesn't happen in Linux terminals and in windows you may require that language pack.
105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 04, 2018, 01:19:23 AM
Adding on top:
Source code will be updated in github in coming days/weeks.
We were supposed to release alpha in first week of April and testing for another few weeks/month in April but attacks on CryptoNote chains forced to update earlier.
Many users/pools who were on Golang found themselves safe from attacks and others followed to new code. At the same time several bugs reports in alpha started flowing and also attacks too. So the job of testing/fixing which was supposed to be executed over month's time was reduced to 3 days period. We fixed bugs same day of reporting and in-parallel improved DERO's resilience and security to attacks.

Also soon company would be incorporated for the DERO project. More ann to follow and real developers will be more than excited to get associated with DERO and create an eco-system.

Anyone having problem with License pls visit later when you feel comfortable . License can be open-source anytime but not vice-versa.

We would be focusing more on core technology and lots to be done and never seen in blockchain technologies before. Also guys we are 4 months old now.

Thanks to all.



DERO: Privacy + Smart Contracts
Update March 31 2018
     DERO at present is code fork of Monero(Helium Hydra) with Bytecoin CryptoNote protocol.  Thanks Monero guys for their Helium Hydra.
Dero has written its own blockchain completely from scratch and we are on our blockchain now.  
DERO is completely new CryptoNote blockchain in Golang.
DERO is first blockchain to have complete SSL in P2P layer.
DERO will be first CryptoNote blockchain to have 500 Transactions Per Seconds on its native blockchain without any lightning networks or validators or off-blockchain solutions.
DERO will be first CryptoNote blockchain to have smart contracts on its native chain without any extra layers or secondary blockchains.

Download Pre-compiled binaries for MacOS, FreeBSD, NetBSD ,Linux, Windows, Solaris etc. from: http://seeds.dero.io/alpha/


Before you scroll further, Read  DERO article : https://medium.com/@867cryptocurrency/dero-a-new-blockchain-technology-that-brings-cryptonote-privacy-together-with-smart-contracts-4cc4972c81f8

WHITEPAPER:  https://github.com/deroproject/documentation/blob/master/WhitePaper.md
WEBSITE: https://dero.io/
FORUM : https://forum.dero.io/
EXPLORER : https://explorer.dero.io
EXPLORER : http://dero.live:8080/
TWITTER: https://twitter.com/DeroProject
POOLS LIST: https://forum.dero.io/t/dero-mining-pool-list/147
   Official Pool: http://pool.dero.live/

Exchanges & Stats:
https://stocks.exchange/trade/DERO/BTC
https://www.southxchange.com/Balance/Index/DERO
https://coincodex.com/crypto/dero/

How to join DERO Network in 2 mins?
Choose your OS and arch(32/64 bit) from MacOS,FreeBSD, NetBSD, Linux, Windows, Solaris, Raspberry Pi or any arm device etc. and download pre-compiled binaries from http://seeds.dero.io/alpha/
Start derod* and wait for sync around 20-60 mins depending on Network and CPU speed.
In Parallel start dero-wallet* and using menu create DERO address and save your seed.
Use exchange or join any pool for mining.

How to shift on new DERO blockchain:
  Choose your OS and arch(32/64 bit) from MacOS,FreeBSD, NetBSD, Linux, Windows, Solaris,Raspberry Pi or any arm device etc. and download pre-compiled binaries from http://seeds.dero.io/alpha/
Start derod* and wait for sync around 20-60 mins depending on Network and CPU speed.
Parallely start dero-wallet* and using menu re-create DERO wallet using old wallet seed.

WHY DERO AND WHY SMART CONTRACTS NEED PRIVACY ?
In very simple and few words:
Assume you design a smart contract and integrate to access/authorize a building/open a door or any other service like asset-management/tickets/shares distribution based on smart contract.
Many would not like like to share/view details of all other users/customers who used/participated/access that contract/service.
I hope you too would like transparency in contract details but would not like to share/disclose your details to rest of the world.
On DERO blockchain smart contracts details are transparent on blockchain but not user details.


Slack https://join.slack.com/t/deroproject/shared_invite/enQtMzAwMDc5MDY4NDUzLTAzOWNjYWZmNDgxZTk1YjNiNWFiYjg1OWNiMmQ2MmUxOWRmNjNjOWM3ODAzMzE3M2RhNzBhZjUyZGQxYjQxY2U
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 04, 2018, 01:17:36 AM
Source code will be updated in github in coming days/weeks.
We were supposed to release alpha in first week of April and testing for another few weeks/month in April but attacks on CryptoNote chains forced to update earlier.
Many users/pools who were on Golang found themselves safe from attacks and others followed to new code. At the same time several bugs reports in alpha started flowing and also attacks too. So the job of testing/fixing which was supposed to be executed over month's time was reduced to 3 days period. We fixed bugs same day of reporting and in-parallel improved DERO's resilience and security to attacks.

Also soon company would be incorporated for the DERO project. More ann to follow and real developers will be more than excited to get associated with DERO and create an eco-system.

Anyone having problem with License pls visit later when you feel comfortable . License can be open-source anytime but not vice-versa.

We would be focusing more on core technology and lots to be done and never seen in blockchain technologies before. Also guys we are 4 months old now.

Thanks to all.
107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 03, 2018, 06:27:37 PM
Is it possible to withdraw several thousand coins from stocks.exchange at once? It's still kind of problematic. I don't feel safe leaving the coins there.
I don't think it's possible

Wait for few days, will PM you when possible.

Please, PM me also, I'd like to withdraw a few DERO that I've been accumulating

Noted, In next 3-4 days they will update their wallet/daemon to handle very large no. of transactions.
108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 03, 2018, 05:54:13 PM
Is it possible to withdraw several thousand coins from stocks.exchange at once? It's still kind of problematic. I don't feel safe leaving the coins there.
I don't think it's possible

Wait for few days, will PM you when possible.
109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 03, 2018, 05:33:32 PM

Hmm, well, it's a very official sounding statement, I'll give you that. A bit light on some of what I would consider to be essential details starting with what is a network attack? I'm guessing it's not NiceHash, so perhaps an array of ASIC miners coming online on a private pool or even running solo? As the old tabloid slogan goes, "Enquiring* minds want to know!"


* - [sic], from National Enquirer.

Its recent attack on CryptoNote coins. Many coins are affected. Hundreds of blocks are added in few minutes.
110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 03, 2018, 05:30:06 PM
Alpha release updated: http://seeds.dero.io/alpha/ 
Pool operators must update.
111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 03, 2018, 01:37:20 AM
Hello everyone we are asking EVERYONE to stop using their C daemons now. It does not matter which version of C you're on (v1 - v7).

This is NOW the time to switch to the golang version which can be found here: http://seeds.dero.io/alpha/
-
As of right now, we are no longer going to be offering any support for the old daemon (C++ version).

Can I instead compile the github version or is dero now binary-only with single pool?

For now download pre-compiled binaries from http://seeds.dero.io/alpha/
Feel free to use any pool make sure its synced with official pool/explorer etc.
112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 02, 2018, 11:42:51 PM
Hello @everyone we are asking everyone to mine on the official pool (pool.dero.live) for now and to please make sure you're on the latest version of Dero (Version 1.0.0-alpha5+31032018) this is the NEW golang version. This can be found here: http://seeds.dero.io/alpha/

The official pool is on the same block for some time now, it won't change 557700, what is happening? is it just pool frontend or block is stuck?

@Coindgr, All Cryptonote coins seems under attack. As we have written new algo, we have added some safety measures and optimize the algo for such attacks.
Hundreds of new blocks are added in few minutes time by this attack.
 We are safe from such attack.
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 02, 2018, 03:01:24 PM
DERO: Privacy + Smart Contracts
Update March 31 2018
      DERO at present is code fork of Monero(Helium Hydra) with Bytecoin CryptoNote protocol.   Thanks Monero guys for their Helium Hydra.
Dero has written its own blockchain completely from scratch and we are on our blockchain now. 
DERO is completely new CryptoNote blockchain in Golang.
DERO is first blockchain to have complete SSL in P2P layer.
DERO will be first CryptoNote blockchain to have 500 Transactions Per Seconds on its native blockchain without any lightning networks or validators or off-blockchain solutions.
DERO will be first CryptoNote blockchain to have smart contracts on its native chain without any extra layers or secondary blockchains.

Download Pre-compiled binaries for MacOS, FreeBSD, NetBSD ,Linux, Windows, Solaris etc. from: http://seeds.dero.io/alpha/


Before you scroll further, Read  DERO article : https://medium.com/@867cryptocurrency/dero-a-new-blockchain-technology-that-brings-cryptonote-privacy-together-with-smart-contracts-4cc4972c81f8

WHITEPAPER:  https://github.com/deroproject/documentation/blob/master/WhitePaper.md
WEBSITE: https://dero.io/
FORUM : https://forum.dero.io/
EXPLORER : https://explorer.dero.io
EXPLORER : http://dero.live:8080/
TWITTER: https://twitter.com/DeroProject
POOLS LIST: https://forum.dero.io/t/dero-mining-pool-list/147
   Official Pool: http://pool.dero.live/

Exchanges & Stats:
https://stocks.exchange/trade/DERO/BTC
https://www.southxchange.com/Balance/Index/DERO
https://coincodex.com/crypto/dero/

How to join DERO Network in 2 mins?
Choose your OS and arch(32/64 bit) from MacOS,FreeBSD, NetBSD, Linux, Windows, Solaris, Raspberry Pi or any arm device etc. and download pre-compiled binaries from http://seeds.dero.io/alpha/
Start derod* and wait for sync around 20-60 mins depending on Network and CPU speed.
In Parallel start dero-wallet* and using menu create DERO address and save your seed.
Use exchange or join any pool for mining.

How to shift on new DERO blockchain:
  Choose your OS and arch(32/64 bit) from MacOS,FreeBSD, NetBSD, Linux, Windows, Solaris,Raspberry Pi or any arm device etc. and download pre-compiled binaries from http://seeds.dero.io/alpha/
Start derod* and wait for sync around 20-60 mins depending on Network and CPU speed.
Parallely start dero-wallet* and using menu re-create DERO wallet using old wallet seed.

WHY DERO AND WHY SMART CONTRACTS NEED PRIVACY ?
In very simple and few words:
Assume you design a smart contract and integrate to access/authorize a building/open a door or any other service like asset-management/tickets/shares distribution based on smart contract.
Many would not like like to share/view details of all other users/customers who used/participated/access that contract/service.
I hope you too would like transparency in contract details but would not like to share/disclose your details to rest of the world.
On DERO blockchain smart contracts details are transparent on blockchain but not user details.


Slack https://join.slack.com/t/deroproject/shared_invite/enQtMzAwMDc5MDY4NDUzLTAzOWNjYWZmNDgxZTk1YjNiNWFiYjg1OWNiMmQ2MmUxOWRmNjNjOWM3ODAzMzE3M2RhNzBhZjUyZGQxYjQxY2U
114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 02, 2018, 02:58:05 PM
HI ,,

I have been hashing to the official dero pol that is in the 1st ANN post . It was going ok until about 1hr ago when my pending balance has been removed and I have not been paid the coins that was pending . Anyone else have this issue Huh

It would be great if you can PM the address to dig more Or you can join hundreds of miners amd several pool operators on slack to confirm/solve yourself:
https://join.slack.com/t/deroproject/shared_invite/enQtMzAwMDc5MDY4NDUzLTAzOWNjYWZmNDgxZTk1YjNiNWFiYjg1OWNiMmQ2MmUxOWRmNjNjOWM3ODAzMzE3M2RhNzBhZjUyZGQxYjQxY2U
115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 02, 2018, 02:27:58 PM

Regarding the new binaries, can I still use the option --data-dir <drive:\path>
I'm using a different folder due to hard drive space

yes, you can use --data-dir option.
116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 02, 2018, 01:57:06 PM
DERO POOLS: https://forum.dero.io/t/dero-mining-pool-list/147

http://pool.dero.live/ (Official pool)
https://dero.cryptopool.space
https://dero.miner.rocks/
https://monerise.com/pool-stats?pool=dero
https://dero.hashvault.pro/
https://dero.electromine.net
https://dero.spacepools.org/
https://dero.europools.tk/
http://deropool.partyvibe.com/
http://dero.easyhash.pro
http://dero.miner.ink:6080/old  China Pool

Few private pools also.
117  Alternate cryptocurrencies / Bounties (Altcoins) / Re: [BOUNTY] DERO: FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 02, 2018, 02:17:52 AM
DERO: Privacy + Smart Contracts
Update March 31 2018
      DERO at present is code fork of Monero(Helium Hydra) with Bytecoin CryptoNote protocol.   Thanks Monero guys for their Helium Hydra.
Dero has written its own blockchain completely from scratch and we are on our blockchain now. 
DERO is completely new CryptoNote blockchain in Golang.
DERO is first blockchain to have complete SSL in P2P layer.
DERO will be first CryptoNote blockchain to have 500 Transactions Per Seconds on its native blockchain without any lightning networks or validators or off-blockchain solutions.
DERO will be first CryptoNote blockchain to have smart contracts on its native chain without any extra layers or secondary blockchains.

Download Pre-compiled binaries for MacOS, FreeBSD, NetBSD ,Linux, Windows, Solaris etc. from: http://seeds.dero.io/alpha/


Before you scroll further, Read  DERO article : https://medium.com/@867cryptocurrency/dero-a-new-blockchain-technology-that-brings-cryptonote-privacy-together-with-smart-contracts-4cc4972c81f8

WHITEPAPER:  https://github.com/deroproject/documentation/blob/master/WhitePaper.md
WEBSITE: https://dero.io/
FORUM : https://forum.dero.io/
EXPLORER : https://explorer.dero.io
EXPLORER : http://dero.live:8080/
TWITTER: https://twitter.com/DeroProject
POOLS LIST: https://forum.dero.io/t/dero-mining-pool-list/147
   Official Pool: http://pool.dero.live/

Exchanges & Stats:
https://stocks.exchange/trade/DERO/BTC
https://www.southxchange.com/Balance/Index/DERO
https://coincodex.com/crypto/dero/

How to join DERO Network in 2 mins?
Choose your OS and arch(32/64 bit) from MacOS,FreeBSD, NetBSD, Linux, Windows, Solaris, Raspberry Pi or any arm device etc. and download pre-compiled binaries from http://seeds.dero.io/alpha/
Start derod* and wait for sync around 20-60 mins depending on Network and CPU speed.
In Parallel start dero-wallet* and using menu create DERO address and save your seed.
Use exchange or join any pool for mining.

WHY DERO AND WHY SMART CONTRACTS NEED PRIVACY ?
In very simple and few words:
Assume you design a smart contract and integrate to access/authorize a building/open a door or any other service like asset-management/tickets/shares distribution based on smart contract.
Many would not like like to share/view details of all other users/customers who used/participated/access that contract/service.
I hope you too would like transparency in contract details but would not like to share/disclose your details to rest of the world.
On DERO blockchain smart contracts details are transparent on blockchain but not user details.


Slack https://join.slack.com/t/deroproject/shared_invite/enQtMzAwMDc5MDY4NDUzLTAzOWNjYWZmNDgxZTk1YjNiNWFiYjg1OWNiMmQ2MmUxOWRmNjNjOWM3ODAzMzE3M2RhNzBhZjUyZGQxYjQxY2U
118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 02, 2018, 01:56:35 AM
DERO: Privacy + Smart Contracts
Update March 31 2018
     DERO at present is code fork of Monero(Helium Hydra) with Bytecoin CryptoNote protocol.  Thanks Monero guys for their Helium Hydra.
Dero has written its own blockchain completely from scratch and we are on our blockchain now.  
DERO is completely new CryptoNote blockchain in Golang.
DERO is first blockchain to have complete SSL in P2P layer.
DERO will be first CryptoNote blockchain to have 500 Transactions Per Seconds on its native blockchain without any lightning networks or validators or off-blockchain solutions.
DERO will be first CryptoNote blockchain to have smart contracts on its native chain without any extra layers or secondary blockchains.

Download Pre-compiled binaries for MacOS, FreeBSD, NetBSD ,Linux, Windows, Solaris etc. from: http://seeds.dero.io/alpha/


Before you scroll further, Read  DERO article : https://medium.com/@867cryptocurrency/dero-a-new-blockchain-technology-that-brings-cryptonote-privacy-together-with-smart-contracts-4cc4972c81f8

WHITEPAPER:  https://github.com/deroproject/documentation/blob/master/WhitePaper.md
WEBSITE: https://dero.io/
FORUM : https://forum.dero.io/
EXPLORER : https://explorer.dero.io
EXPLORER : http://dero.live:8080/
TWITTER: https://twitter.com/DeroProject
POOLS LIST: https://forum.dero.io/t/dero-mining-pool-list/147
   Official Pool: http://pool.dero.live/

Exchanges & Stats:
https://stocks.exchange/trade/DERO/BTC
https://www.southxchange.com/Balance/Index/DERO
https://coincodex.com/crypto/dero/

How to join DERO Network in 2 mins?
Choose your OS and arch(32/64 bit) from MacOS,FreeBSD, NetBSD, Linux, Windows, Solaris, Raspberry Pi or any arm device etc. and download pre-compiled binaries from http://seeds.dero.io/alpha/
Start derod* and wait for sync around 20-60 mins depending on Network and CPU speed.
In Parallel start dero-wallet* and using menu create DERO address and save your seed.
Use exchange or join any pool for mining.

How to shift on new DERO blockchain:
  Choose your OS and arch(32/64 bit) from MacOS,FreeBSD, NetBSD, Linux, Windows, Solaris,Raspberry Pi or any arm device etc. and download pre-compiled binaries from http://seeds.dero.io/alpha/
Start derod* and wait for sync around 20-60 mins depending on Network and CPU speed.
Parallely start dero-wallet* and using menu re-create DERO wallet using old wallet seed.

WHY DERO AND WHY SMART CONTRACTS NEED PRIVACY ?
In very simple and few words:
Assume you design a smart contract and integrate to access/authorize a building/open a door or any other service like asset-management/tickets/shares distribution based on smart contract.
Many would not like like to share/view details of all other users/customers who used/participated/access that contract/service.
I hope you too would like transparency in contract details but would not like to share/disclose your details to rest of the world.
On DERO blockchain smart contracts details are transparent on blockchain but not user details.


Slack https://join.slack.com/t/deroproject/shared_invite/enQtMzAwMDc5MDY4NDUzLTAzOWNjYWZmNDgxZTk1YjNiNWFiYjg1OWNiMmQ2MmUxOWRmNjNjOWM3ODAzMzE3M2RhNzBhZjUyZGQxYjQxY2U
119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 01, 2018, 02:33:54 PM
Hello, My Dero wallet is stuck at block 52130 and its not syncing.. derod shows that sync is in progress but wallet is not syncing at all...

Can you post any screenshot or some more details which can be helpful to solve your problem.
Also you can try latest http://seeds.dero.io/alpha/  
120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] DERO FIRST SSL BLOCKCHAIN: CryptoNote Privacy + Smart Contracts on: April 01, 2018, 01:09:37 PM
DERO: Privacy + Smart Contracts
Update March 31 2018
     DERO at present is code fork of Monero(Helium Hydra) with Bytecoin CryptoNote protocol.  Thanks Monero guys for their Helium Hydra.
Dero has written its own blockchain completely from scratch and we are on our blockchain now.  
DERO is completely new CryptoNote blockchain in Golang.
DERO is first blockchain to have complete SSL in P2P layer.
DERO will be first CryptoNote blockchain to have 500 Transactions Per Seconds on its blockchain without any validators or off-blockchain solutions.
DERO will be first CryptoNote blockchain to have smart contracts on its native chain without any extra layers or secondary blockchains.

Download Pre-compiled binaries for MacOS, FreeBSD, NetBSD ,Linux, Windows, Solaris etc. from: http://seeds.dero.io/alpha/

Is there any guide to move from old wallet to new one, to avoid possible problems?


Choose your OS and arch(32/64 bit) from MacOS,FreeBSD, NetBSD, Linux, Windows, Solaris, Raspberry Pi or any arm device etc. and download pre-compiled binaries from http://seeds.dero.io/alpha/
Start derod* and wait for sync around 20-60 mins depending on Network and CPU speed.
In Parallel start dero-wallet*  in another cmd-prompt and Just create new wallet with seed of old wallet. Use seed command to see seed words in old wallet.


Congrats man, downloaded the new cli for windows and created the new wallet using the seed; all systems go so far!
The new daemon looks great Wink

Great to see your support. There are many improvements in new code and also Expect several  breakthroughs in coming times in DERO blockchain.
Pages: « 1 2 3 4 5 [6] 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!