Bitcoin Forum
May 08, 2024, 04:17:20 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 ... 114 »
  Print  
Author Topic: [ANN] [ARO] | Arionum | CPU+GPU+Masternode | PHP Based |Decentralized Revolution  (Read 71533 times)
guli13
Newbie
*
Offline Offline

Activity: 13
Merit: 0


View Profile
January 30, 2018, 10:53:29 PM
 #361

Thanks for the information @d13g0souz4

@DaKluit for now i have only a Linux based implementation. Not sure to be able to compile this for Windows.
Dependency list is not clear for now.


@programmerdan i've checked your Java miner. Really good job Smiley
Few days ago i've tried to implement miner in Java, but you've been faster than me !
Let me a few days to clean up a little my POC, after that i will be happy to share it with you.
I will send you an PM as soon as my quota is back !
 
Unlike traditional banking where clients have only a few account numbers, with Bitcoin people can create an unlimited number of accounts (addresses). This can be used to easily track payments, and it improves anonymity.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715141840
Hero Member
*
Offline Offline

Posts: 1715141840

View Profile Personal Message (Offline)

Ignore
1715141840
Reply with quote  #2

1715141840
Report to moderator
1715141840
Hero Member
*
Offline Offline

Posts: 1715141840

View Profile Personal Message (Offline)

Ignore
1715141840
Reply with quote  #2

1715141840
Report to moderator
programmerdan
Newbie
*
Offline Offline

Activity: 29
Merit: 1


View Profile
January 30, 2018, 10:57:30 PM
 #362


Let me a few days to clean up a little my POC, after that i will be happy to share it with you.
I will send you an PM as soon as my quota is back !
 


Sound great -- I'll look forward to hearing from you!
tunkhtyTBN
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 30, 2018, 11:08:58 PM
 #363

@guli13 Looking forward to your GPU miner  Wink
anarchyx914
Sr. Member
****
Offline Offline

Activity: 338
Merit: 251


View Profile
January 31, 2018, 01:38:00 AM
 #364

I'd love to test this GPU Miner. Ubuntu miner here Smiley
alexwolf011
Jr. Member
*
Offline Offline

Activity: 75
Merit: 1

Miner, Trader


View Profile
January 31, 2018, 02:58:58 AM
 #365

Hi all,

I'm working on a GPU miner.
I have a POC running for a few hours at 600 H/s on a Nvidia Tesla K80 (on AWS).

Do you think this a good rate ?

 

It is a very good rate...

which miner do you use? Could you share it to us?

we will pay you some coins. hahaha

QUANTUM 1NET • QUANTUM HACKING IS COMING. ARE YOU READY? • QUANTUM 1NET  (https://quantum1net.com/)
warda1989
Member
**
Offline Offline

Activity: 166
Merit: 29


View Profile
January 31, 2018, 04:02:04 AM
 #366

Very interesting coin, i like the transparency about this coin, i hope there is more detailed information about the developed project, I will always keep development of this project
fonship
Full Member
***
Offline Offline

Activity: 893
Merit: 135


Bitcoin is not a currency or asset. Its a MOVEMENT


View Profile WWW
January 31, 2018, 09:10:20 PM
 #367

Hi all,

I'm working on a GPU miner.
I have a POC running for a few hours at 600 H/s on a Nvidia Tesla K80 (on AWS).

Do you think this a good rate ?

 

It is a very good rate...

which miner do you use? Could you share it to us?

we will pay you some coins. hahaha

Guys, hopefully this miner will work for AMD cards as well.
Also, where I can find that Java CPU miner?

selling sushistake.com, send offers
fonship
Full Member
***
Offline Offline

Activity: 893
Merit: 135


Bitcoin is not a currency or asset. Its a MOVEMENT


View Profile WWW
January 31, 2018, 09:20:13 PM
 #368

Hi all,

I'm working on a GPU miner.
I have a POC running for a few hours at 600 H/s on a Nvidia Tesla K80 (on AWS).

Do you think this a good rate ?

 

yes, 600H/s is about 10 times faster than an Intel i7-7700 CPU @ 3.60GHz.



Closing in on stable java cpu miner that gets me 105H/s on Intel i7-7700k @ 3.6Ghz

@guli13 -- I'd love to manage your codebase. Been muddling through the C++ gpu ref implementation and its focus on benching / testing is obscuring actual use (my c/c++ is rusty). PM me or find me on Discord -- ProgrammerDan there too.

My i7-7700K is giving me 40H/s, how come you are getting 105H/S?

selling sushistake.com, send offers
programmerdan
Newbie
*
Offline Offline

Activity: 29
Merit: 1


View Profile
January 31, 2018, 10:18:39 PM
 #369

My i7-7700K is giving me 40H/s, how come you are getting 105H/S?

With my Java CPU miner (available here: https://github.com/ProgrammerDan/arionum-java ) -- the release version 0.1.0 or last "master branch" update at 0.1.1 using stable or experimental core I get between 80-85H/s. I use 5 simultaneous hashers. This is in Linux Mint. I do not have apples to apples compare for that hardware with Windows, but I suspect based on benchmarking with other hardware, Windows will fair a bit worse (60-70H/s, similar settings).

Soon to be released is v0.2.0 -- which for some hardware (like i7-7700k) will work much better, as it avoids as much as possible delays due to task scheduling for multiple argon2i instances via "CPU Affinity" and other techniques.

I'll post here when it's ready. Hopefully tonight. Maybe tomorrow depending on my schedule.
cryptovenus
Jr. Member
*
Offline Offline

Activity: 37
Merit: 1


View Profile
January 31, 2018, 11:23:45 PM
 #370

My i7-7700K is giving me 40H/s, how come you are getting 105H/S?

With my Java CPU miner (available here: https://github.com/ProgrammerDan/arionum-java ) -- the release version 0.1.0 or last "master branch" update at 0.1.1 using stable or experimental core I get between 80-85H/s. I use 5 simultaneous hashers. This is in Linux Mint. I do not have apples to apples compare for that hardware with Windows, but I suspect based on benchmarking with other hardware, Windows will fair a bit worse (60-70H/s, similar settings).

Soon to be released is v0.2.0 -- which for some hardware (like i7-7700k) will work much better, as it avoids as much as possible delays due to task scheduling for multiple argon2i instances via "CPU Affinity" and other techniques.

I'll post here when it's ready. Hopefully tonight. Maybe tomorrow depending on my schedule.

are you making java miner for mac as well?
programmerdan
Newbie
*
Offline Offline

Activity: 29
Merit: 1


View Profile
January 31, 2018, 11:34:57 PM
 #371


are you making java miner for mac as well?

I have no way to test it but the current release includes an argon2i runtime for Mac and should work fine. Let me know!

The 0.2.0 will contain a runtime but without the alterations for linux or windows as I have no way (at present) to compile the library on a mac.
cryptovenus
Jr. Member
*
Offline Offline

Activity: 37
Merit: 1


View Profile
February 01, 2018, 12:04:36 AM
 #372


are you making java miner for mac as well?

I have no way to test it but the current release includes an argon2i runtime for Mac and should work fine. Let me know!

The 0.2.0 will contain a runtime but without the alterations for linux or windows as I have no way (at present) to compile the library on a mac.

thanks for the info!
will try!
fonship
Full Member
***
Offline Offline

Activity: 893
Merit: 135


Bitcoin is not a currency or asset. Its a MOVEMENT


View Profile WWW
February 01, 2018, 04:03:52 AM
 #373

My i7-7700K is giving me 40H/s, how come you are getting 105H/S?

With my Java CPU miner (available here: https://github.com/ProgrammerDan/arionum-java ) -- the release version 0.1.0 or last "master branch" update at 0.1.1 using stable or experimental core I get between 80-85H/s. I use 5 simultaneous hashers. This is in Linux Mint. I do not have apples to apples compare for that hardware with Windows, but I suspect based on benchmarking with other hardware, Windows will fair a bit worse (60-70H/s, similar settings).

Soon to be released is v0.2.0 -- which for some hardware (like i7-7700k) will work much better, as it avoids as much as possible delays due to task scheduling for multiple argon2i instances via "CPU Affinity" and other techniques.

I'll post here when it's ready. Hopefully tonight. Maybe tomorrow depending on my schedule.

Windows is even worse then that, i am getting 55 H/S only. But still a good improvement.

Let me know if you guys need help in GPU miner testing, i have AMD cards.

selling sushistake.com, send offers
nadrojcote
Full Member
***
Offline Offline

Activity: 234
Merit: 102


View Profile
February 01, 2018, 04:57:56 AM
 #374

Very interesting project, unfortunately there are already gpu miners ruining the fun for everyone else. hopefully they share their software.

https://imgur.com/a/dSrb1
xxsyntax
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
February 01, 2018, 05:11:43 AM
 #375

Hi all,

I'm working on a GPU miner.
I have a POC running for a few hours at 600 H/s on a Nvidia Tesla K80 (on AWS).

Do you think this a good rate ?

 


What software are you using?
410751302
Member
**
Offline Offline

Activity: 93
Merit: 10


View Profile
February 01, 2018, 06:31:23 AM
 #376

buy  buy  buy Grin Grin Grin Grin Grin Grin Grin
doktor1897
Hero Member
*****
Offline Offline

Activity: 882
Merit: 500



View Profile
February 01, 2018, 06:37:11 AM
 #377

I tried to mine on the web pool with my cpu, and it shows having a share on my miners, but after I see in my web pool addres no share. is there a youtube tutorial to mine this Huh

                 ██            ██
               ██████        ██████
            ████████████      ██████
        ███████████████████    ██████
     ███████████    ██████████  ██████
  ██████████    ███    ████████  ▀█████
  ██████    ███████████   ██████  █████
  █████   ██████  ██████   █████  █████
  █████    ███      ███    █████  █████
  █████  ██            ██  █████  █████
  █████  ███          ███  █████  █████
  █████  ███████   ██████  █████  █████
  █████  ████████████████  █████  █████
  █████  ████████████████  █████  █████
  █████  ████  █████ ████  ████  ██████
  █████  ████   ███  ████  ███  ██████
  █████  ████    █   ████  █   ██████ 
  █████  ████        ██      ███████     
    ███  ████        █     ███████         
      █  ████         ▄██  █████       
           ██        ████  ███
            █        ██▀
`AiBB`  ———————————
HARNESSING THE POWER OF Ai IN CRYPTO
▐ -
`BUY TOKENS`
-▐   Twitter
  Telegram
  Facebook
|WP
Reddit
Medium
Titus pollo
Newbie
*
Offline Offline

Activity: 80
Merit: 0


View Profile
February 01, 2018, 09:55:59 AM
 #378

Coin seems interesting but i have trouble to get share oncwin 10...
draceus0
Newbie
*
Offline Offline

Activity: 33
Merit: 0


View Profile
February 01, 2018, 12:59:30 PM
 #379

So there is a working GPU miner already that can reach a speed of 600 H/s ??

Whats the point of this "CPU only" coin then?
kev4you23
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
February 01, 2018, 01:45:28 PM
 #380

So there is a working GPU miner already that can reach a speed of 600 H/s ??

Whats the point of this "CPU only" coin then?

There is NO working GPU miner, just i guy with 5 posts claiming he has one...
Big difference in my eyes.
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 ... 114 »
  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!