Bitcoin Forum
May 29, 2024, 10:54:50 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 [1346] 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 ... 2124 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669173 times)
TooDumbForBitcoin
Legendary
*
Offline Offline

Activity: 1638
Merit: 1001



View Profile
October 09, 2015, 08:40:20 AM
 #26901

Pretty much done with the custom miner, iDunk on IRC is running a stability test.

EDIT: I should say milestone 2; the performance kinda sucks - needs more work.

Any details on performance? (And cpu load?)


Miner works now; the code for the stratum and general stuff is fully custom, as well. Clears 400H/s on 290X, meeting the first performance milestone, as the OpenCL has been improved.

Here it is: https://github.com/wolf9466/wolf-xmr-miner

Needs a little bit of WinSock code added before it's ready for a Windows build, but that's about it.

What is this mysterious DRK coin being alluded to in your sig?  No XMR donations accepted?



▄▄                                  ▄▄
 ███▄                            ▄███
  ██████                      ██████
   ███████                  ███████
    ███████                ███████
     ███████              ███████
      ███████            ███████
       ███████▄▄      ▄▄███████
        ██████████████████████
         ████████████████████
          ██████████████████
           ████████████████
            ██████████████
             ███████████
              █████████
               ███████
                █████
                 ██
                  █
veil|     PRIVACY    
     WITHOUT COMPROMISE.      
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
|   NO ICO. NO PREMINE. 
   X16RT GPU Mining. Fair distribution.  
|      The first Zerocoin-based Cryptocurrency      
   WITH ALWAYS-ON PRIVACY.  
|



                   ▄▄████
              ▄▄████████▌
         ▄▄█████████▀███
    ▄▄██████████▀▀ ▄███▌
▄████████████▀▀  ▄█████
▀▀▀███████▀   ▄███████▌
      ██    ▄█████████
       █  ▄██████████▌
       █  ███████████
       █ ██▀ ▀██████▌
       ██▀     ▀████
                 ▀█▌




   ▄███████
   ████████
   ███▀
   ███
██████████
██████████
   ███
   ███
   ███
   ███
   ███
   ███




     ▄▄█▀▀ ▄▄▄▄▄▄▄▄ ▀▀█▄▄
   ▐██▄▄██████████████▄▄██▌
   ████████████████████████
  ▐████████████████████████▌
  ███████▀▀▀██████▀▀▀███████
 ▐██████     ████     ██████▌
 ███████     ████     ███████
▐████████▄▄▄██████▄▄▄████████▌
▐████████████████████████████▌
 █████▄▄▀▀▀▀██████▀▀▀▀▄▄█████
  ▀▀██████          ██████▀▀
      ▀▀▀            ▀▀▀
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
October 09, 2015, 08:47:15 AM
 #26902

A second update from our part time developer tewinget on documentation and cleanup of source code -> https://forum.getmonero.org/9/work-in-progress/2373/documentation-and-cleanup-of-source-code?sort=date_desc

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
October 09, 2015, 08:57:24 AM
 #26903

Pretty much done with the custom miner, iDunk on IRC is running a stability test.

EDIT: I should say milestone 2; the performance kinda sucks - needs more work.

Any details on performance? (And cpu load?)


Miner works now; the code for the stratum and general stuff is fully custom, as well. Clears 400H/s on 290X, meeting the first performance milestone, as the OpenCL has been improved.

Here it is: https://github.com/wolf9466/wolf-xmr-miner

Needs a little bit of WinSock code added before it's ready for a Windows build, but that's about it.

Is it possible to upload compiled miner somewhere or give instructions on how can I compile it?
Thanks for the great work!

DemocraticRepublicOfDave
Member
**
Offline Offline

Activity: 77
Merit: 10


View Profile
October 09, 2015, 09:31:42 AM
Last edit: October 09, 2015, 10:04:05 AM by DemocraticRepublicOfDave
 #26904

Hi there,

Quick heads up - Doesn't build under ubuntu 14.04 running gcc 4.8 due to a bug in gcc4.8

Code:
main.c:10:23: fatal error: stdatomic.h: No such file or directory
 #include <stdatomic.h>

Issue with gcc 4.8 reported here https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58016 (Bug 58016 - stdatomic.h missing in 4.8.1)

Resolution is to upgrade to gcc 4.9 (haven't done this yet - will do when I figure out how to).

Cheers

Dave

*** EDIT ***

Ah Rats, updated to gcc 4.9 but my opencl version is out of date.  I guess it's time to upgrade my OS.

Wolf0, what is your build setup, os, etc?

DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
October 09, 2015, 10:11:13 AM
 #26905

Pretty much done with the custom miner, iDunk on IRC is running a stability test.

EDIT: I should say milestone 2; the performance kinda sucks - needs more work.

Any details on performance? (And cpu load?)


Miner works now; the code for the stratum and general stuff is fully custom, as well. Clears 400H/s on 290X, meeting the first performance milestone, as the OpenCL has been improved.

Here it is: https://github.com/wolf9466/wolf-xmr-miner

Needs a little bit of WinSock code added before it's ready for a Windows build, but that's about it.

Is it possible to upload compiled miner somewhere or give instructions on how can I compile it?
Thanks for the great work!

Sure, compiling instructions right here: make
No, that's it. Clone the git and make.

I'm sorry, but I did not understand!
What is this "make"? No such executable file in you compilation!!!
If you a little more detail!

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
October 09, 2015, 10:12:49 AM
 #26906

Pretty much done with the custom miner, iDunk on IRC is running a stability test.

EDIT: I should say milestone 2; the performance kinda sucks - needs more work.

Any details on performance? (And cpu load?)


Miner works now; the code for the stratum and general stuff is fully custom, as well. Clears 400H/s on 290X, meeting the first performance milestone, as the OpenCL has been improved.

Here it is: https://github.com/wolf9466/wolf-xmr-miner

Needs a little bit of WinSock code added before it's ready for a Windows build, but that's about it.

Is it possible to upload compiled miner somewhere or give instructions on how can I compile it?
Thanks for the great work!

Sure, compiling instructions right here: make
No, that's it. Clone the git and make.

I'm sorry, but I did not understand!
What is this "make"? No such executable file in you compilation!!!
If you a little more detail!

Make a build utility that uses Makefile as input. You get make as part of your OS (if your OS includes development tools) or along with however you do get your development tools (compilers, etc.) if it doesn't.
DStefanov
Sr. Member
****
Offline Offline

Activity: 425
Merit: 250


View Profile WWW
October 09, 2015, 10:19:05 AM
 #26907

Pretty much done with the custom miner, iDunk on IRC is running a stability test.

EDIT: I should say milestone 2; the performance kinda sucks - needs more work.

Any details on performance? (And cpu load?)


Miner works now; the code for the stratum and general stuff is fully custom, as well. Clears 400H/s on 290X, meeting the first performance milestone, as the OpenCL has been improved.

Here it is: https://github.com/wolf9466/wolf-xmr-miner

Needs a little bit of WinSock code added before it's ready for a Windows build, but that's about it.

Is it possible to upload compiled miner somewhere or give instructions on how can I compile it?
Thanks for the great work!

Sure, compiling instructions right here: make
No, that's it. Clone the git and make.

I'm sorry, but I did not understand!
What is this "make"? No such executable file in you compilation!!!
If you a little more detail!

Make a build utility that uses Makefile as input. You get make as part of your OS (if your OS includes development tools) or along with however you do get your development tools (compilers, etc.) if it doesn't.

I have no compiler on my PC! That is why I asked if it is possible compiled file to get somewhere! Not all programmers are here!
Thanks!

snakes-r-us
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
October 09, 2015, 12:40:51 PM
 #26908

Windows port done and is being tested by snakes on IRC.

The results came back:
http://forum.getmonero.org/9/work-in-progress/2400/open-source-amd-miner-by-wolf0?page=&noscroll=1#post-4193

<spoiler>
Great job!  Cool
</spoiler>
saddambitcoin
Legendary
*
Offline Offline

Activity: 1610
Merit: 1004



View Profile
October 09, 2015, 12:48:29 PM
 #26909

Ever since I solo mined a block on my DigitalOcean droplet a month ago (30-40 H/s) I've been more interested in mining, but pool mining just doesn't excite me. So I'm very glad to see that solo GPU mining is a goal!

GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
October 09, 2015, 12:57:54 PM
 #26910

Ever since I solo mined a block on my DigitalOcean droplet a month ago (30-40 H/s) I've been more interested in mining, but pool mining just doesn't excite me. So I'm very glad to see that solo GPU mining is a goal!

I realized though that with solo GPU mining, we'll lose donations to core that pool ops generally implement. Hopefully Wolf's solo code can include this option, or the core devs will implement it into the general coinbase thinger, because I know this is a R&D goal.

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
October 09, 2015, 01:08:32 PM
 #26911

Ever since I solo mined a block on my DigitalOcean droplet a month ago (30-40 H/s) I've been more interested in mining, but pool mining just doesn't excite me. So I'm very glad to see that solo GPU mining is a goal!

I realized though that with solo GPU mining, we'll lose donations to core that pool ops generally implement. Hopefully Wolf's solo code can include this option, or the core devs will implement it into the general coinbase thinger, because I know this is a R&D goal.

That's a good idea.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
October 09, 2015, 02:09:07 PM
 #26912

Ever since I solo mined a block on my DigitalOcean droplet a month ago (30-40 H/s) I've been more interested in mining, but pool mining just doesn't excite me. So I'm very glad to see that solo GPU mining is a goal!

I realized though that with solo GPU mining, we'll lose donations to core that pool ops generally implement. Hopefully Wolf's solo code can include this option, or the core devs will implement it into the general coinbase thinger, because I know this is a R&D goal.

If I do overhaul the pool code, it'd be simple to incorporate it in the solo miner once the pool part is done - just add an output to the coinbase transaction.

Probably better to do some random 1/N donation than bloat every coinbase.
forevernoob
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500



View Profile
October 09, 2015, 04:09:16 PM
 #26913

Sure, compiling instructions right here: make
No, that's it. Clone the git and make.

I missing OpenCL so can't compile it. Anyone wanna direct me to a URL/package name/ guide?
I suspect I could follow a litecoin guide or similar.

Back in the day when I was GPU mining you had to install something called AMD APP SDK or whatever the name was can't remember...

Please just write what dependencies are need and how to get them.
That's all we need for now.

Edit: I'm running Debian Linux.

GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
October 09, 2015, 04:25:23 PM
 #26914

if anybody figures out a command line copy and paste for the deps /packages it would be great if you post them similar to the stuff I aggregated for monero compiling, nvidia compiling etc.

< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
Bagatell
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500



View Profile
October 09, 2015, 05:08:47 PM
 #26915

if anybody figures out a command line copy and paste for the deps /packages it would be great if you post them similar to the stuff I aggregated for monero compiling, nvidia compiling etc.

I was hoping someone would jump in with a Monero vervsion of this
bitl0ck
Sr. Member
****
Offline Offline

Activity: 240
Merit: 250



View Profile
October 09, 2015, 06:37:34 PM
 #26916

100k aeon lot at auction, https://bitcointalk.org/index.php?topic=1201232.0

xmr accepted if anyone interested.
SmoothCurves
Sr. Member
****
Offline Offline

Activity: 379
Merit: 250


View Profile
October 09, 2015, 09:45:20 PM
 #26917

I'm seeing stuff about Aeon show up. Can anyone TL;DR it for me? Or can you confirm that Aeon is to XMR what Litecoin is to BTC?
forevernoob
Hero Member
*****
Offline Offline

Activity: 687
Merit: 500



View Profile
October 09, 2015, 09:53:35 PM
 #26918

if anybody figures out a command line copy and paste for the deps /packages it would be great if you post them similar to the stuff I aggregated for monero compiling, nvidia compiling etc.

It's the EXACT SAME as CPUMiner, except you don't need cURL.

I must have the wrong OpenCL version or something, I still cannot compile it.

Error:

Code:
main.c: In function 'SetupXMRTest':
main.c:722:8: error: unknown type name 'cl_queue_properties'
  const cl_queue_properties CommandQueueProperties[] = { 0, 0, 0 };
        ^
main.c:732:2: warning: implicit declaration of function 'clCreateCommandQueueWithProperties' [-Wimplicit-function-declaration]
  *HashData->CommandQueues = clCreateCommandQueueWithProperties(OCL->Context, OCL->Devices[DeviceIdx].DeviceID, CommandQueueProperties, &retval);
  ^
main.c:732:27: warning: assignment makes pointer from integer without a cast
  *HashData->CommandQueues = clCreateCommandQueueWithProperties(OCL->Context, OCL->Devices[DeviceIdx].DeviceID, CommandQueueProperties, &retval);
                           ^
Makefile:8: recipe for target 'all' failed


Code:
Package: opencl-headers
Source: khronos-opencl-headers
Version: 1.2-svn26009-1


For what I can gather this is the packages you should install (excluding the AMD driver and minus curl)
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm libjansson-dev opencl-headers


Johnny Mnemonic
Hero Member
*****
Offline Offline

Activity: 795
Merit: 514



View Profile
October 09, 2015, 10:16:36 PM
 #26919

I'm seeing stuff about Aeon show up. Can anyone TL;DR it for me? Or can you confirm that Aeon is to XMR what Litecoin is to BTC?

You can think of Aeon as XMR's baby brother. It serves more as an experimental test bed with features that may eventually be incorporated into XMR, such as blockchain pruning and a more mobile-friendly proof of work.
generalizethis
Legendary
*
Offline Offline

Activity: 1750
Merit: 1036


Facts are more efficient than fud


View Profile WWW
October 10, 2015, 04:28:55 AM
Last edit: October 10, 2015, 05:52:28 AM by generalizethis
 #26920

I'm seeing stuff about Aeon show up. Can anyone TL;DR it for me? Or can you confirm that Aeon is to XMR what Litecoin is to BTC?

Aeon is a Monero fork developed with inexpensive mobile devices in mind.

I don't think there is a BTC/xxx comparison to be made. It's understanding a niche and filling it. They very well could have the reciprocal value that many have predicted for Monero and Bitcoin. Though I think Monero is going to be an on-ramp on the road to something much bigger than Bitcoin. I can't imagine the IOT working with the clumsy privacy schemes that the Bitcoin Devs have planned, and don't see the IOT working at all without efficiency and privacy.

Time will tell.

Pages: « 1 ... 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 [1346] 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 ... 2124 »
  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!