Search content
Sort by

Showing 20 of 33 results by Scardigne
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Stakenodes :: PoS :: Voting :: Masternodes ::
by
Scardigne
on 29/04/2019, 00:27:46 UTC
1.4 update kicked in and staking is great, no more ASIC's, the blockchain is very healthy and high rewards Cheesy
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 13/12/2018, 19:29:43 UTC
HAPPY BIRTHDAY ORE! (づ。◕‿‿◕。)づ
Post
Topic
Board Mining (Altcoins)
Re: CryptoDredge 0.9.2 — NVIDIA GPU Miner
by
Scardigne
on 20/10/2018, 02:05:04 UTC
CryptoDredge



Downloads
Windows Download (CUDA 9.2 version)
Linux Download (CUDA 9.2 version)
Mirror on GitHub (CUDA 9.1/9.2/10.0 version)

Overview
CryptoDredge is a simple in use and highly optimized cryptocurrency mining software. It takes full advantage of modern NVIDIA graphics cards through the use of unique optimization techniques. We have also devoted great attention to stable power consumption. These benefits, along with the very small developer fee, make our product one of the best publicly available miners.

Features
Developer fee is 1%

Performance
    1080 Ti        1080        1070 Ti         1070          1060         1050 Ti        1050     
AlliumMh/s  11.6 - 12.0    8.1 - 8.4    7.3 - 7.6    4.5 - 4.7    2.8 - 3.0    2.2 - 2.4
Lyra2REv2Mh/s      79 - 82      56 - 59      50 - 52      44 - 47      26 - 30      17 - 18  13.5 - 14.5
Lyra2zMh/s    5.8 - 6.1    4.1 - 4.3    4.0 - 4.2    3.5 - 3.8    2.1 - 2.4    1.3 - 1.5    1.1 - 1.2
NeoScryptkh/s  2050 - 2150  1450 - 1500  1420 - 1480  1220 - 1280    770 - 840    480 - 520    390 - 420
Phi2Mh/s  10.2 - 10.5    7.3 - 7.6    6.4 - 6.6    3.9 - 4.1    2.5 - 2.7    2.1 - 2.2
TribusMh/s         ~155         ~110          ~85          ~50          ~32          ~26

    1080 Ti        1080          1070          1060         1050 Ti        1050     
Aeonh/s         ~1630         ~1100         ~1320          ~920          ~690          ~630
CryptoNightFasth/s         ~1590         ~1060         ~1270          ~875          ~650          ~590
CryptoNightHeavyh/s          ~990          ~670          ~760          ~500          ~370          ~340
CryptoNightV7h/s          ~820          ~555          ~660          ~460          ~345          ~315

Supported Algorithms
  • Allium
  • Blake2s
  • CryptoLightV7    (Aeon)
  • CryptoNightFast  (Masari)
  • CryptoNightHaven
  • CryptoNightHeavy
  • CryptoNightSaber (Bittube)
  • CryptoNightV7    (Monero)
  • Lbk3
  • Lyra2REv2
  • Lyra2z
  • NeoScrypt
  • Phi1612
  • Phi2
  • Skein
  • Skunkhash
  • Stellite
  • Tribus

QuickStart
The current version of CryptoDredge is a (portable) console application. Unpack the downloaded archive and edit one of the sample .bat/.sh files or provide the necessary command line arguments.
Example:
Code:
CryptoDredge -a -o stratum+tcp:// -u -p

Command-Line Arguments
-v, --version Print version information
-a, --algo Specify algorithm to use
  • aeon
  • allium
  • blake2s
  • cnfast
  • cnhaven
  • cnheavy
  • cnsaber
  • cnv7
  • lbk3
  • lyra2v2
  • lyra2v2-old (see the Lyra2REv2 Issues item)
  • lyra2z
  • neoscrypt
  • phi
  • phi2
  • skein
  • skunk
  • stellite
  • tribus
-d, --device List of comma-separated device IDs to use for mining. IDs are numbered 0,1...,N - 1
-h, --help Print help information
-i, --intensity Mining intensity (0 - 6). For example: -i N[,N] (default: 6)
-o, --url URL of mining pool
-p, --pass Password/Options for mining pool
-u, --user Username for mining pool
--log Log output to file
--no-color Force color off
--no-watchdog Force watchdog off
--no-crashreport Force crash reporting off
--cpu-priority Set process priority in the range 0 (low) to 5 (high) (default: 3)
--api-type Specify API type to use (default: ccminer-tcp)
  • ccminer-tcp (TCP)
  • ccminer-ws (WebSocket)
  • off
-b, --api-bind IP:port for the miner API, 0 disabled (default: 127.0.0.1:4068)
-r, --retries N number of times to retry if a network call fails, -1 retry indefinitely (default: -1)
-R, --retry-pause N time to pause between retries, in seconds (default: 15)
--timeout N network timeout, in seconds (default: 30)
-c, --config JSON configuration file to use

System Requirements
  • NVIDIA GPUs with Compute Capability 5.0 or above
  • Latest GeForce driver
  • 2 GB RAM (4 GB recommended). Some algorithms such as NeoScrypt require the virtual memory (swap file) with the same size as all of the GPU's memory.
  • Internet connection

Windows

Linux
  • Ubuntu 14.04+, Debian 8+ (64-bit versions)
  • Package libc-ares2. Installing libc-ares2 package is as easy as running the following command on terminal: apt-get install libc-ares2

Troubleshooting

Antivirus Software Reports
CryptoDredge is not a piece of malicious software. You may try to add an exception in antivirus software you use.

Rejected Shares
There are many reasons for rejected shares. The primary reasons are:
  • high network latency
  • overloaded mining server
  • aggressive graphics card overclocking

Watchdog
If you are using a third-party watchdog, you can disable the built-in watchdog by using --no-watchdog option.
Example:
Code:
CryptoDredge -a -o stratum+tcp:// -u --no-watchdog

Lyra2REv2 Issues
In case if you have issues with the current implementation of Lyra2REv2 (lyra2v2), you might want to try lyra2v2-old.
Example:
Code:
CryptoDredge -a lyra2v2-old -o stratum+tcp:// -u

Several Instances After a While
It seems that you are using an own restart mechanism of CryptoDredge (see the Watchdog item).

Crash Reporting
If the built-in watchdog is enabled then CryptoDredge will generate and send us the report. You can disable error reporting with --no-crashreport option. Allowing CryptoDredge to send us automatic reports helps us prioritize what to fix and improve in the future versions.

Crash reports won't include any personal information about you, but they might include:
  • Operating System version
  • Driver version
  • Miner configuration
  • Application crash data

Contact
If you have problems, questions, ideas or suggestions, please contact us by posting to cryptodredge@gmail.com

Web Site
Visit the CryptoDredge web site for the latest news and downloads: https://cryptodredge.org/

Direct links
Toпик нa pyccкoм
Old topic
Telegram Channel
Telegram Group
Discord


will you support cuda 10?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 09/10/2018, 17:53:15 UTC
https://www.reddit.com/r/Galactrum/ has been redesigned, If you use Reddit I would suggest subscribing to the Reddit for galactrum relevant content.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 26/09/2018, 20:14:04 UTC
About to hit block ((197100)) with the proposed changes going live. https://explorer.galactrum.org/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 25/09/2018, 19:00:22 UTC
Current block: 196371

Reward (110000 - 197099): 20% miner 80% masternodes
Reward (after 197100): 15% miner 75% masternodes 10% treasury // voting cycle begins
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 17/09/2018, 16:57:29 UTC
Guys, I'm sending 1000 ore from one to another linux wallet for a masternode.
I get
error code: -4
error message:
Transaction too large

What could be the problem?

reach out on the discord and the community can assist you.

I found the solution. The thing is, biggest part of my capital was mined, which involved many micro transactions.
Every transaction has to be stored in blocks, so the balance of 1000 coins contained many more, like 10 000 tx'es
While sending 1k ore, consisting of thousands of transactions was a bad idea (all tx'es could not fit in one block, because one transaction has to be fitted in a block).

The solution was send to myself firstly 100, then 200, then 500 and then 800 ore, to make coins stored in bigger tx'es.
Finally, after forming bigger transactions, I was able to send my 1k ore to the masternode.

great, happy you found a solution.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 12/09/2018, 13:04:06 UTC
Guys, I'm sending 1000 ore from one to another linux wallet for a masternode.
I get
error code: -4
error message:
Transaction too large

What could be the problem?

reach out on the discord and the community can assist you.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 01/09/2018, 03:45:31 UTC
Post
Topic
Board Announcements (Altcoins)
Re: 🎀 [ANN] HANACOIN ~ NEW GPU MINEABLE COIN 🎀
by
Scardigne
on 23/08/2018, 22:34:26 UTC
BOUNTY REWARDS UP: https://bounty.hanacoin.com/6041/4408529

a total of up to 200,000 coins will be disturbed to the bounty members
Post
Topic
Board Announcements (Altcoins)
Re: 🎀 [ANN] HANACOIN ~ NEW GPU MINEABLE COIN 🎀
by
Scardigne
on 09/08/2018, 15:15:22 UTC
Join the hanacoin official discord https://discord.gg/muUAzWq and quote @Scardigne in #competition-enter-now to win HANACOIN 50/50 split via the development team.

The community discord is full of great people and support, enjoy!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 17/07/2018, 20:10:15 UTC
This coin is going to blow up this year, glad I'm an early MN investor. Mobile wallet is looking great and hitting the playstore / IOS soon
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 30/06/2018, 13:45:48 UTC
Can we mine ORE using AMD? How does it compare mining using Nvidea?
Thanks

Nvidia cards are marginally better than AMD with the Lyra2REv2 algo
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 22/06/2018, 03:14:57 UTC
Just got another masternode setup, really stable project at the moment and really exited for the future of the project.
Post
Topic
Board Mining (Altcoins)
Re: CryptoDredge 0.3.0: ‎NVIDIA GPU Miner (Windows)
by
Scardigne
on 11/06/2018, 12:33:46 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 09/06/2018, 20:36:52 UTC
[FROM DISCORD ANNOUNCEMENTS]

Galactrum is now listed on BlockDX! ORE is now available for Atomic Swaps on the Blocknet Protocol, allowing freedom to trade ORE for several currencies without ever sending your coins to a 3rd party!

For a closer look at the platform take a look at their website: https://www.blocknet.co/

Or read the tutorial on github for setup instructions: https://github.com/BlocknetDX/blocknet-docs/blob/master/blocknetDXtrader-setup.md

We will follow up soon with a dedicated guide on how to setup your galactrum wallet for trading!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 04/06/2018, 19:05:44 UTC
im fairly new to the project, but i am surprised at how friendly the community was at helping me to set up my masternode.  i am excited at what the future brings for us.  i think this is one of my stable hidden gems.

Gratz on the masternode and welcome to the galactrum community!
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][PRE-ICO]HoweyCoins: the only BitcoinTalk-endorsed ICO - GUARANTEED PROFIT
by
Scardigne
on 04/06/2018, 16:35:11 UTC
Well since its stickied AND on bitcointalk I thought it was a legit project so i'm not completely sure this is effective. It would have to be NOT sticked to bitcointalk officially and posted as a regular thread as a disguised project. Or alternatively sticky the post but disguise it as a normal post. Still kinda delivers the message but I think it could be delivered with more effort.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 30/05/2018, 10:34:54 UTC
I own four masternodes currently with galactrum (ore) dating back to December last year and I can honestly say I'm impressed with this project. You can setup a masternode within 15 minutes with the easy step by step guide that is easy to follow for even the least tech savvy people. Transaction times are blazing fast with instant send as well as basic transactions being crazy fast. Added cloaking provides for added privacy to your transactions. I have stuck and supported ore for 6 months and will continue to invest in this still early days project. Great future for this project and I hope everyone who stumbled across this thread can be apart of it! Take a read of the whitepaper for the projects future development and roadmap which can be reached on the main site landing page. We are still all eagerly waiting for the IOS and ANDROID mobile wallet releases, Voting cycle, Proposal Tracking Platform, and further merchant integration. Great time for investment in galactrum! Have a great day Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Galactrum [ORE] :: Autonomous :: Self-Governed :: Voting :: Masternodes ::
by
Scardigne
on 21/05/2018, 18:37:16 UTC
What times that reward increase for the masternodes thats happening today, going to grab some more ore when I have time before the price jumps up again.