Skip to content

Commit

Permalink
v.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Blagodarenko committed Jan 3, 2017
1 parent 3d1e4be commit 7a3de90
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 83 deletions.
3 changes: 3 additions & 0 deletions Nonce.h
Expand Up @@ -4,6 +4,7 @@
#include <vector>
#include <array>
#include <thread>
#include <string>



Expand All @@ -15,6 +16,8 @@
extern std::array <char*, HASH_CAP * sizeof(char*)> cache;
extern std::vector<size_t> worker_status;

bool write_to_stream(const unsigned long long data);

namespace AVX1
{
void work_i(const size_t local_num, const unsigned long long loc_addr, const unsigned long long local_startnonce, const unsigned long long local_nonces);
Expand Down

0 comments on commit 7a3de90

Please sign in to comment.