Bitcoin Forum
May 13, 2024, 08:08:04 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 ... 222 »
  Print  
Author Topic: [ANN] DERO: DAG + Cryptonote + Bulletproofs + SSL + POW + Smart Contracts  (Read 122955 times)
tataran1919
Newbie
*
Offline Offline

Activity: 68
Merit: 0


View Profile
January 19, 2018, 03:34:51 AM
 #821

A huge hash rate is coming from outside the pool.
I think most of them are gotten by using malware or sub pool stealing?
It is well balanced.
Because it does not cost money, the end does not come.
I often find it in the pool of cryptonote.
I think the suddenly large big hash rate is cloud or nicehash.
1715587684
Hero Member
*
Offline Offline

Posts: 1715587684

View Profile Personal Message (Offline)

Ignore
1715587684
Reply with quote  #2

1715587684
Report to moderator
1715587684
Hero Member
*
Offline Offline

Posts: 1715587684

View Profile Personal Message (Offline)

Ignore
1715587684
Reply with quote  #2

1715587684
Report to moderator
If you see garbage posts (off-topic, trolling, spam, no point, etc.), use the "report to moderator" links. All reports are investigated, though you will rarely be contacted about your reports.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
Bearonkit
Newbie
*
Offline Offline

Activity: 22
Merit: 0


View Profile
January 19, 2018, 03:40:24 AM
 #822

Bah, I'm just cranky because I'm down to making just a little over 2 DERO a day, when only this morning it was closer to 10...



Whoever paid for all that hashing power must be super cranky. They've found so few blocks

Could it be an offensive move? Create a massive surge of hash, cause the block retargeting to kick in, and then abandon the algo so that blocks aren't being processed?
Speedie
Sr. Member
****
Offline Offline

Activity: 504
Merit: 254


View Profile
January 19, 2018, 04:22:07 AM
 #823

Bah, I'm just cranky because I'm down to making just a little over 2 DERO a day, when only this morning it was closer to 10...



Whoever paid for all that hashing power must be super cranky. They've found so few blocks

Could it be an offensive move? Create a massive surge of hash, cause the block retargeting to kick in, and then abandon the algo so that blocks aren't being processed?

Unlikely, DERO adjusts difficulty every block so such an attack would only succeed in the extremely short term.

roberval123
Jr. Member
*
Offline Offline

Activity: 108
Merit: 1


View Profile
January 19, 2018, 04:22:18 AM
 #824

DERO 44 days update:

Please to announce Status update release 1 of DERO Blockchain :
https://github.com/deroproject/derosuite

As per https://github.com/deroproject/derosuite/blob/master/README.md

In the status update release 1, Following parts of cryptonote has been rewritten in golang.

At present, Golang DERO daemon can sync and verify blockchain with the existing DERO network.

For specific details of current DERO core implementation and capabilities, see below:

    Cryptonight Hash: This is an ASIC resistant, memory-bound algorithm. This provides assurance that all miners are equal. ( No miner has any advantage over common miners).
    Wire protocol (90% completed): This protocol is used to exchange data between 2 DERO daemon nodes. At this point, Go daemon can connect to C daemon and vice-versa, sync blockchain and exchange, already possible. Complete interoperability has been achieved. This has 3 sub protocols:
   Levin Protocol: Bottom most layer, basically message framing.
   P2P Protocol: Handshake exchange, P2P commands and timed synchronization.
   CryptoNote Protocol: This layers controls exchange of blocks, transactions and blockchain itself.
    Pederson Commitment: (Part of ring confidential transactions): Pederson commitment algorithm is a cryptographic primitive that allows user to commit to a chosen value while keeping it hidden to others. Pederson commitment is used to hide all amounts without revealing the actual amount. It is a homomorphic commitment scheme.
    Borromean Signature: (Part of ring confidential transactions): Borromean Signatures are used to prove that the commitment has a specific value, without revealing the value itself.
    Additive Homomorphic Encryption: Additive Homomorphic Encryption is used to prove that sum of encrypted Input transaction amounts is EQUAL to sum of encrypted output amounts. This is based on Homomorphic Pederson commitment scheme.
    Multilayered Linkable Spontaneous Anonymous Group (MLSAG) Work-in-Progress: (Part of ring confidential transactions): MLSAG gives DERO untraceability and increases privacy and fungibility. MLSAG is a user controlled parameter ( Mixin) which the user can change to improve his privacy. Mixin of minimal amount is enforced and user cannot disable it.
   Core-Consensus Protocol implemented: Consensus protocol serves 2 major purpose
          Protects the system from adversaries and protects it from forking and tampering.
          Next block in the chain is the one and only correct version of truth ( balances)
   Proof-of-Work(PoW) algorithm: PoW part of core consensus protocol which is used to cryptographically prove that X amount of work has been done to successfully find a        block. To deter use of specialized hardware, an ASIC resistant, memory bound cryptonight algorithm is used in DERO project.
    Difficulty algorithm: Difficulty algorithm controls the system so as blocks are found roughly at the same speed, irrespective of the number and amount of mining power deployed.
    Serialization/De-serialization of blocks: Capability to encode/decode/process blocks .
    Serialization/De-serialization of transactions: Capability to encode/decode/process transactions.
    Socks proxy: Socks proxy has been implemented and integrated within the daemon to decrease user identifiability and improve user anonymity.
    Interactive daemon can print blocks, txs, even entire blockchain from within the daemon
    status, diff, print_bc, print_block, print_tx and several other commands implemented
    GO DERO Daemon has both mainnet, testnet support.
    Tree-hash for transactions (based on keccak): This merkle root allows user to verify transactions as needed without adding transaction body to block header.
    BOLT Database: DERO Blockchain uses BoltDB for future scalability and low latency reads.
    Enhanced Reliability, Privacy, Security, Useability, Portabilty assured. For discussion on each point how pls visit forum.

The daemon is only for limited testing and evaluation purposes only.



NOTE: DO NOT MIGRATE to this daemon. This is strictly for evaluation.

Pls download precompiled binaries for Windows, Solaris, Mac, BSDs, arm etc. from:  https://github.com/deroproject/derosuite

Thank you.



Awesome!!!! Keep up the good work Dev Smiley
thin
Full Member
***
Offline Offline

Activity: 420
Merit: 108


View Profile
January 19, 2018, 05:30:52 AM
 #825

I'm trying to send dero, it fails with an error below, please advise

[wallet dERoST]: status
Refreshed 21478/21478, synced, daemon RPC v1.13
[wallet dERoST]: sweep_all 1 XXX YYYY
Wallet password: ******
Error: failed to get output: possibly lost connection to daemon
korm
Member
**
Offline Offline

Activity: 280
Merit: 10


View Profile
January 19, 2018, 06:24:40 AM
 #826

Hi,
I've been mining around three days (http://pool.dero.live/) and I still don't see any dero on my wallet. On the pool I see this detail:
Hash Rate: 12.84 H/sec
When will I get DERO into my wallet?
My friend, do not torture the calculator  Grin. Only in vain to waste electricity.
cangliang1121
Newbie
*
Offline Offline

Activity: 95
Merit: 0


View Profile
January 19, 2018, 06:54:41 AM
 #827

Hi, devs

The SLACK invitation link is not working now. Please update the link. I wanna to join in. Thanks!
CaptDero (OP)
Member
**
Offline Offline

Activity: 308
Merit: 33


View Profile
January 19, 2018, 07:25:13 AM
 #828

I'm trying to send dero, it fails with an error below, please advise

[wallet dERoST]: status
Refreshed 21478/21478, synced, daemon RPC v1.13
[wallet dERoST]: sweep_all 1 XXX YYYY
Wallet password: ******
Error: failed to get output: possibly lost connection to daemon

Can you pls see transfer guide here: https://forum.dero.io/t/dero-transfer-guide/16/2
CaptDero (OP)
Member
**
Offline Offline

Activity: 308
Merit: 33


View Profile
January 19, 2018, 07:49:20 AM
 #829

Hi, devs

The SLACK invitation link is not working now. Please update the link. I wanna to join in. Thanks!

Link updated: https://join.slack.com/t/deroproject/shared_invite/enQtMzAwMDc5MDY4NDUzLTAzOWNjYWZmNDgxZTk1YjNiNWFiYjg1OWNiMmQ2MmUxOWRmNjNjOWM3ODAzMzE3M2RhNzBhZjUyZGQxYjQxY2U
thin
Full Member
***
Offline Offline

Activity: 420
Merit: 108


View Profile
January 19, 2018, 08:15:57 AM
 #830

I'm trying to send dero, it fails with an error below, please advise

[wallet dERoST]: status
Refreshed 21478/21478, synced, daemon RPC v1.13
[wallet dERoST]: sweep_all 1 XXX YYYY
Wallet password: ******
Error: failed to get output: possibly lost connection to daemon

Can you pls see transfer guide here: https://forum.dero.io/t/dero-transfer-guide/16/2


sweel_all is more convenient  than transfer, and it did worked for me in past
CaptDero (OP)
Member
**
Offline Offline

Activity: 308
Merit: 33


View Profile
January 19, 2018, 09:15:11 AM
 #831

I'm trying to send dero, it fails with an error below, please advise

[wallet dERoST]: status
Refreshed 21478/21478, synced, daemon RPC v1.13
[wallet dERoST]: sweep_all 1 XXX YYYY
Wallet password: ******
Error: failed to get output: possibly lost connection to daemon

Can you pls see transfer guide here: https://forum.dero.io/t/dero-transfer-guide/16/2


sweel_all is more convenient  than transfer, and it did worked for me in past


 I assume you may have checked your daemon is all up and synced.
Try restarting both daemon and wallet.
thin
Full Member
***
Offline Offline

Activity: 420
Merit: 108


View Profile
January 19, 2018, 09:19:35 AM
 #832

I'm trying to send dero, it fails with an error below, please advise

[wallet dERoST]: status
Refreshed 21478/21478, synced, daemon RPC v1.13
[wallet dERoST]: sweep_all 1 XXX YYYY
Wallet password: ******
Error: failed to get output: possibly lost connection to daemon

Can you pls see transfer guide here: https://forum.dero.io/t/dero-transfer-guide/16/2


sweel_all is more convenient  than transfer, and it did worked for me in past


 I assume you may have checked your daemon is all up and synced.
Try restarting both daemon and wallet.

I did. I especially included into log  result of status command just before using sweep_all to show you  that everything was ok before using sweep. Several restarts also didn't helped. At the end I've used transfer command successfully. This is probably not a high prio bug, but it makes sense to have it in the backlog.
andy2010
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 19, 2018, 10:12:58 AM
 #833

Hi, nice coin!

I have a little problem... I have been mining on http://pool.dero.live and have about 20 Dero mined. It also says 4 diffrent payments has been issued but none of them has arrived to my wallet.

I have restarted, refreshed, recovered my wallet from scratch etc. etc. but balance still att 0. I have a bit experience before from Electroneum and Monero but in this case I have no clue what I should do to get my wallet running.

Your wallet has been generated!
To start synchronizing with the daemon, use "refresh" command.
Use "help" command to see the list of available commands.
Always use "exit" command when closing dero-wallet-cli to save your
current session's state. Otherwise, you might need to synchronize
your wallet again (your wallet keys are NOT at risk in any case).


PLEASE NOTE: the following 25 words can be used to recover access to your wallet. Please write them down and store them somewhere safe and secure. Please do not store them in your email or on file storage services outside of your immediate control.

**********************************************************************
Restore from specific blockchain height (optional, default 0),
or alternatively from specific date (YYYY-MM-DD):
Starting refresh...
Refresh done, blocks received: 20255
Balance: 0.000000000000, unlocked balance: 0.000000000000
Background refresh thread started
[wallet dERoaa]:

 Huh Huh Huh
HBayter
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
January 19, 2018, 10:14:05 AM
 #834

Friends, can somebody tell me, how many tokens is the company putting up for sale?
drigler
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
January 19, 2018, 10:15:55 AM
 #835

Hey Andy, your daemon is not fully synced.

Take a look here https://forum.dero.io/t/dero-blockchain-sync-problem/21
drigler
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
January 19, 2018, 10:22:17 AM
 #836

Friends, can somebody tell me, how many tokens is the company putting up for sale?

There are no tokens. You need to mine it or buy it at exchange. Read the first page of ANN Wink
andy2010
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
January 19, 2018, 10:56:22 AM
 #837

Hey Andy, your daemon is not fully synced.

Take a look here https://forum.dero.io/t/dero-blockchain-sync-problem/21


Thank you! That thread fixed my problem Smiley
zhongzy
Sr. Member
****
Offline Offline

Activity: 546
Merit: 250



View Profile
January 19, 2018, 11:00:22 AM
 #838

Hey Andy, your daemon is not fully synced.

Take a look here https://forum.dero.io/t/dero-blockchain-sync-problem/21


Thank you! That thread fixed my problem Smiley

this forum really helpfull ,already add bookmark.
greg500
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
January 19, 2018, 12:59:08 PM
 #839

I've been mining around three days (http://pool.dero.live/) and I still don't see any dero on my wallet. On the pool I see this detail:
...
 Hash Rate: 12.84 H/sec

Uh, definitely not trying to sound elitist here, but that is a really low hashrate; even my 10+ year old AMD Phenom II 955 can do around 40-50 H/s. What kind of CPU and mining software are you using? (Please don't say you are using a laptop... mining is murder on laptops!).


Yes, I know that my hashrate is embarrassingly very low (I am using a laptop). I just wanted to check if my wallet works properly because I am new in crypto world Smiley.

Currently, my hashrate is a bit better Smiley When I mine 4 Dero, and I get it into my walllet then I will stop mining.

Address: dERoSHYECXYMi3H1WsY6JiYZQEPFbgnmwH4UgPi9YwMYYG7oPAqA5yycGc4nBhrt2E8deJmxWEXqqDW 3SJTLi16L2FFYArbEta
 Pending Balance: 0.928820199879 DERO
 Total Paid: 0.000000000000 DERO
 Last Share Submitted: less than a minute ago
 Hash Rate: 33.33 H/sec
 Total Hashes Submitted: 7942429

MagicSmoker
Full Member
***
Offline Offline

Activity: 420
Merit: 182



View Profile
January 19, 2018, 01:32:03 PM
 #840

Yes, I know that my hashrate is embarrassingly very low (I am using a laptop). I just wanted to check if my wallet works properly because I am new in crypto world Smiley.

Currently, my hashrate is a bit better Smiley When I mine 4 Dero, and I get it into my walllet then I will stop mining.

Address: dERoSHYECXYMi3H1WsY6JiYZQEPFbgnmwH4UgPi9YwMYYG7oPAqA5yycGc4nBhrt2E8deJmxWEXqqDW 3SJTLi16L2FFYArbEta
 Pending Balance: 0.928820199879 DERO
 Total Paid: 0.000000000000 DERO
 Last Share Submitted: less than a minute ago
 Hash Rate: 33.33 H/sec
 Total Hashes Submitted: 7942429

Ah, a laptop. The low hashrate makes sense as laptop CPUs, even the "fast" ones, are optimized for extreme power savings by default.

Refresh your wallet balance - I just sent you 1 DERO so you don't have to wait 20+ days to find out if your wallet works or not.
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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 [42] 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 ... 222 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!