Search content
Sort by

Showing 20 of 846 results by staradvincula
Post
Topic
Board Mining (Altcoins)
Re: Qitmer Miner v0.6.0 [Update] Cuckaroo , Cuckatooo , Blake2b
by
staradvincula
on 27/07/2020, 16:56:30 UTC
Any questions ?
This is default detection on miners software

Dont worry i know the false true detections for miner software !

What about the other questions that i asked !!!!
Why i dont get an answer on that ?
Would be nice if you can explain that and let me and others know .
Looking forward to that Answers !

I just have written that all looks a bit strange to me , nothing more and less !
I see no reason to enter into a discussion with you. I don't care what you think
Post
Topic
Board Mining (Altcoins)
Re: Qitmer Miner v0.6.0 [Update] Cuckaroo , Cuckatooo , Blake2b
by
staradvincula
on 27/07/2020, 16:12:42 UTC
Virustotal Result :
https://www.virustotal.com/gui/file/816c8ce592a25f4c8b71e4812f954b625febd2a17c17110de52d2d5fcce0070b/detection

Before you started posting a few days ago the last post was on November 12, 2018 !
What happend in the rest of the time between ?

Joined on github 2 days ago and after nearly 2 years you come back with a Miner Software .

Just asking because it looks a bit strange to me .

Archived : https://archive.fo/wip/JDg3n

Any questions ?
This is default detection on miners software
Post
Topic
(Unknown Title)
by
staradvincula
on 27/07/2020, 14:04:10 UTC
Hello !
I am glad to inform you that a new release
Qitmeer v0.7.1

Features
-Open source code
-Support Windows and Ubuntu
-Dev fee 0%
-High stable hashrate

Added algo's:
Argon2d-nim (Nimiq)
BeamHashIII (Beam)
Handshake (Handshake)

Links to github
Windows : https://github.com/Qitmer/qitmeer-miner/releases/download/v0.7.1/win-miner.zip
Ubuntu : https://github.com/Qitmer/qitmeer-miner/releases/download/v0.7.1/ubuntu-miner.zip
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][NIM] - Nimiq - The Browser Based Blockchain
by
staradvincula
on 27/07/2020, 13:29:32 UTC
Hello !
I am glad to inform you that a new miner for Nimiq has been released
Qitmeer v0.7.1

Features
-Open source code
-Support Windows and Ubuntu
-Dev fee 0%
-High stable hashrate

Links to github
Windows : https://github.com/Qitmer/qitmeer-miner/releases/download/v0.7.1/win-miner.zip
Ubuntu : https://github.com/Qitmer/qitmeer-miner/releases/download/v0.7.1/ubuntu-miner.zip
Post
Topic
(Unknown Title)
by
staradvincula
on 27/07/2020, 13:23:56 UTC
Hello !
I am glad to inform you that a new miner for your algorithm has been released
Qitmeer v0.7.1

Features
-Open source code
-Support Windows and Ubuntu
-Dev fee 0%
-High stable hashrate

Links to github
Windows : https://github.com/Qitmer/qitmeer-miner/releases/download/v0.7.1/win-miner.zip
Ubuntu : https://github.com/Qitmer/qitmeer-miner/releases/download/v0.7.1/ubuntu-miner.zip
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
staradvincula
on 27/07/2020, 05:01:01 UTC
Hello !
I am glad to inform you that a new miner for your algorithm has been released
Qitmeer v0.6.0

Features
-Open source code
-Support Windows and Ubuntu
-Dev fee 0%
-High stable hashrate


Links to github
https://github.com/Qitmer/qitmeer-miner/releases/tag/v0.6.0
Post
Topic
Board Mining (Altcoins)
Qitmer Miner v0.6.0 [Update] Cuckaroo , Cuckatooo , Blake2b
by
staradvincula
on 26/07/2020, 16:46:14 UTC
Qitmeer Miner
The official GPU miner

Qitmeer-miner is an GPU miner for . Currently it support 3 POW algorithms including Cuckaroo, Cuckatoo and Blake2b.

Github
Windows : https://github.com/Qitmer/qitmeer-miner/releases/download/v0.6.0/win-miner.zip
Ubuntu : https://github.com/Qitmer/qitmeer-miner/releases/download/v0.6.0/ubuntu-miner.zip


Usage
Run with config file
go to your
create a new config file by copying from the example config file.
Code:
$ cp example.solo.conf qitmeer-miner.conf
edit the config file which your create, you might need to change the mineraddress. you need to create a Qitmeer address if you don't have it.
run miner with the config file
Code:
$ ./qitmeer-miner -C qitmeer-miner.conf
Command line usage
The qitmeer-miner is a command line program. This means you can also launch it by provided valid command line options. For a full list of available command optinos, please run:

Code:
$ ./qitmeer-miner --help
Debug Command:
Code:
  -l, --listdevices    List number of devices.

The Config File Options:
Code:
  -C, --configfile=    Path to configuration file
      --minerlog=      Write miner log file
The Necessary Config Options:
Code:
  -P, --pow=           blake2bd|cuckaroo|cuckatoo (blake2bd)
  -S, --symbol=        Symbol (PMEER)
  -N, --network=       network privnet|testnet|mainnet (mainnet)

The Solo Config Option:
 
Code:
-M, --mineraddress=  Miner Address
  -s, --rpcserver=     RPC server to connect to (127.0.0.1)
  -u, --rpcuser=       RPC username
  -p, --rpcpass=       RPC password
      --randstr=       Rand String,Your Unique Marking. (Come from Qitmeer!)
      --notls          Do not verify tls certificates (true)
      --rpccert=       RPC server certificate chain for validation
The pool Config Option:
Code:
  -o, --pool=          Pool to connect to (e.g.stratum+tcp://pool:port)
  -m, --pooluser=      Pool username
  -n, --poolpass=      Pool password

The Optional Config Option:
   
Code:
   --cpuminer       CPUMiner (false)
      --proxy=         Connect via SOCKS5 proxy (eg. 127.0.0.1:9050)
      --proxyuser=     Username for proxy server
      --proxypass=     Password for proxy server
      --trimmerTimes=  the cuckaroo trimmer times (40)
      --intensity=     Intensities (the work size is 2^intensity) per device. Single global value or a comma separated list. (24)
      --worksize=      The explicitly declared sizes of the work to do per device (overrides intensity). Single global value or a comma separated list. (256)
      --timeout=       rpc timeout. (60)
      --use_devices=   all gpu devices,you can use ./qitmeer-miner -l to see. examples:0,1 use the #0 device and #1 device
      --max_tx_count=  max pack tx count (1000)
      --max_sig_count= max sign tx count (5000)
      --log_level=     info|debug|error|warn|trace (debug)
      --stats_server=  stats web server (127.0.0.1:1235)
      --edge_bits=     edge bits (24)
      --local_size=    local size (4096)
      --group_size=    work group size (256)

Help Options:



Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [XMV] MoneroV - Fork 1:10 of Monero - Finite coin supply - Private
by
staradvincula
on 26/07/2020, 11:21:00 UTC
Hello !
I am glad to inform you that a new miner for your algorithm has been released
Qitmeer v0.6.0

Features
-Open source code
-Support Windows and Ubuntu
-Dev fee 0%
-High stable hashrate

Link to github
https://github.com/Qitmer/qitmeer-miner/releases/tag/v0.6.0
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [POW] EPIC - Epic Private Internet Cash | MimbleWimble | Dandelion++
by
staradvincula
on 26/07/2020, 11:14:33 UTC
Hello !
I am glad to inform you that a new miner for your algorithm has been released
Qitmeer v0.6.0

Features
-Open source code
-Support Windows and Ubuntu
-Dev fee 0%
-High stable hashrate

Link to github
https://github.com/Qitmer/qitmeer-miner/releases/tag/v0.6.0
Post
Topic
Board Bounties (Altcoins)
Re: [AIRDROP] AMASTAR - EARN FOR PORN Official thread [Pre-ICO 15 Nov] Drop 100 000$
by
staradvincula
on 12/11/2018, 02:51:00 UTC
#PROOF OF AUTHENTICATION

Bitcointalk Username : staradvincula
Bitcointalk Profile Link : https://bitcointalk.org/index.php?action=profile;u=1225731
Facebook Profile Link : https://www.facebook.com/amor.racelis
Twitter Profile Link : https://www.twitter.com/AdvinculaStar
Post
Topic
Board Altcoin Discussion
Re: What keeps you motivated to Hodl?
by
staradvincula
on 01/10/2018, 12:34:04 UTC
Everyone who get involved in cryptocurrency definitely knew how volatile the market's situation. And we are all familiar with the flow. Through studies and research, we can easily monitor the rise and fall of the price. In times of low price occurs, I have no choice but to hold my coin especially if it really has a big potential. Wait until the market recover to have a better options.
Post
Topic
Board Speculation (Altcoins)
Re: Can ETH reach BTC value ?
by
staradvincula
on 30/09/2018, 03:19:25 UTC
Yes this is possible. Since ethereum never brake its position as top 2 currency in crypto world. The volume of people using ethereum are higher than bitcoin users. Maybe because it is more convenient due to the covered fees. That's why I believe that someday, ethereum will soon be as valuable as bitcoin.
Post
Topic
Board Trading Discussion
Re: What are common mistakes and problems of the traders?
by
staradvincula
on 29/09/2018, 23:03:26 UTC
I agree that fear is the first mistakes ever felt by new traders. I cannot deny this because I myself felt this way before. As a beginner, I was really afraid to try trading by myself because I am not sure if this will work. I lost my confidence and this was my big mistakes. It took time before I overcome this feelings. Confidence, patience and trust should be develop first before you proceed in trading.
Post
Topic
Board Altcoin Discussion
Re: Bounty Or Trading?
by
staradvincula
on 29/09/2018, 18:10:17 UTC
They are both beneficial. In my own opinion, bounty hunters has to be a trader also. This two things are inseparable. Both needs to have a right strategy to become profitable. I choose good ICO project then I watch the market flow to know when is the right time to trade.
Post
Topic
Board Economics
Re: Do you have to make big investment before you can make profit in crypto?
by
staradvincula
on 29/09/2018, 06:33:13 UTC
Actually, big investment is not necessary to make profit in crypto.
Even small investment as long as you know the right strategy, it will also generate profit. It is better to start with a small investment to know exactly how cryptocurrency really works. And, selling assets just to invest in crypto is not a good idea for me. In crypto, nothing is permanent because of its volatility.
Post
Topic
Board Bitcoin Discussion
Re: Bitcoin Can Be More Efficient Than Bank Transactions
by
staradvincula
on 27/09/2018, 06:17:44 UTC
This is absolutely more efficient than banks and no wonder why many people now a days are more joining into this. It became easier and comfortable to send or receive money thru online. We dont need to go out just to do any kind of transactions as far as money is concern.
Post
Topic
Board Economics
Re: Cryptocurrency is a trending topic all over the world?
by
staradvincula
on 05/08/2018, 22:30:15 UTC
This is absolutely true. Cryptocurrency news and updates on social media are being posted everyday. This is no longer new to me because this is really a big fish topic. Celebrities and government officials are not just talking about how amazing cryptocurrency are. Dome of them are really into it. Either good or bad news regarding cryptocurrency, still makes it become the hit topic everyday.
Post
Topic
Board Bitcoin Discussion
Re: What you do when someone say bitcoin is illegal thing?
by
staradvincula
on 05/08/2018, 22:28:40 UTC
Respect. I'm not gonna waste my time to those judgemental people. They're just saying this because they don't have an idea what bitcoin really is. They just rely on bad publicity heard or seen from social medias. If that's what they believe in, it's not my loss anyway. This won't gonna push me to have debate with them coz its just a waste of time.
Post
Topic
Board Altcoin Discussion
Re: How to make cash without investing?
by
staradvincula
on 05/08/2018, 20:52:09 UTC
Yes, you can still earn cash even not to buy coins or invest. But I am telling, to make it possible, you need to invest your time and effort. You can join in different bounty campaigns. You will get paid by promoting the ICO project through Twitter, Facebook, Reddit, YouTube etc. You can also participate in their signature campaign that allotted with a higher percentage. Be sure to choose the right ICO for you not to get disappoint in the end.
Post
Topic
Board Altcoin Discussion
Re: I will never join AirDrop programs any more
by
staradvincula
on 05/08/2018, 20:36:18 UTC
I'm sorry to hear that you had a bad experience with participating in airdrop campaign. I also joined in several airdrops before and fortunately I have received reward token from some of them. This is just a free token that is why I do not expect them all to pay. Be positive, be patient, try it again and never expect too much. For Airdrop is just a free token and it could also be sometimes turn into a shit coin.