Search content
Sort by

Showing 20 of 105 results by zmago
Post
Topic
Board Exchanges
Re: [ANN] MAMEEX Exchange - All Minable Coins at One Exchange!
by
zmago
on 15/10/2023, 08:33:34 UTC
Sounds great, will check it out.
Post
Topic
Board Marketplace (Altcoins)
Re: Selling 2222 Pi Coins
by
zmago
on 06/09/2023, 17:07:53 UTC
just a quick question. how long did you wait to get them to main net? i am waiting like 2 months and did all the steps.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Bitpool.pro | SHA,Scrypt,X11,Lyra2v2,Lyra2z | AutoEx & ProfitSwitch
by
zmago
on 10/09/2018, 17:53:11 UTC
it not working

it should set auto at your pool
 < 65000 is recommend difficulty

Thanks

hi.

starting diff is now changed to 65000 and up.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Bitpool.pro | SHA,Scrypt,X11,Lyra2v2,Lyra2z | AutoEx & ProfitSwitch
by
zmago
on 10/09/2018, 09:32:38 UTC
can you set diff for sha256 auto ?

thanks

sure. you can also set starting diff with adding d=diff_number in password.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Bitpool.pro | SHA,Scrypt,X11,Lyra2v2,Lyra2z | AutoEx & ProfitSwitch
by
zmago
on 09/09/2018, 06:51:01 UTC
2 unit cpuminer park here

 Smiley

welcome.

it's a slow start. we'll get higer speed eventually.
Post
Topic
Board Mining (Altcoins)
Re: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 10000 miners
by
zmago
on 08/09/2018, 18:51:07 UTC
@patrike

hi. is there a way to list my new pool into your awsome miner application? how much would it cost?
link here: https://bitcointalk.org/index.php?topic=5024298.0
Post
Topic
Board Altcoins (Hrvatski)
[ANN][POOL] Bitpool.pro | SHA,Scrypt,X11,Lyra2v2,Lyra2z | AutoEx & ProfitSwitch
by
zmago
on 08/09/2018, 15:05:07 UTC
Ako se netko želi priključiti domacem pool-u, ovdje je najava, ali je samo na engleskom.









evo link: https://bitcointalk.org/index.php?topic=5024298.0
Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Bitpool.pro | SHA,Scrypt,X11,Lyra2v2,Lyra2z | AutoEx & ProfitSwitch
by
zmago
on 08/09/2018, 14:33:11 UTC
I heard about this project a while ago and now I will definitely try it out. Site looks clean and easy to use but I am very interested in profitability. What are the fees like ?
Thank you.

fee is fixed at 0.1% and there are not tx fees.

have a nice day.
Post
Topic
Board Pools (Altcoins)
[ANN][POOL] Bitpool.pro | SHA,Scrypt,X11,Lyra2v2,Lyra2z | AutoEx & ProfitSwitch
by
zmago
on 08/09/2018, 09:56:50 UTC







Post
Topic
Board Mining (Altcoins)
Re: tdxminer lyra2z/XZC Miner for AMD GPUs on Linux
by
zmago
on 12/08/2018, 11:09:21 UTC
Why expose such a frequency of memory? It is better to put 300 MHz. This will save a few Watts

i forgot to change them back since i was testing lago switching between lyra2z and eth
Post
Topic
Board Mining (Altcoins)
Re: tdxminer lyra2z/XZC Miner for AMD GPUs on Linux
by
zmago
on 11/08/2018, 21:57:08 UTC
im getting:

failed to build program.
Failed to initialize device number 0.

Anyone a clue how to fix this?

Opencl shows the devices like it should.
ETHminer works without a problem.

Hopefully someone can help or point me into the right direction.

Thanks.

can you paste a screenshot here please. That will be more helpful for ppl here to understand your problem and solve a solution for this.
And you should also give your rig specs. And remove if you have any nvidia GPUs in your mining rig. And try again.

Got it working now. Upgrade to the latest kernel 4.15 and now its working.
But for some reasons i cannot change the powerplay mode with using rocm-smi

/opt/rocm/bin/rocm-smi --setfan 180 --device 0 --setsclk 5 --setmclk 3 --setperflevel high

sclk stays at 4 not switching to 5
How are you guys overclocking/undervoltage?





i was trying to undervolt on ubuntu. and after spending all day reading every forum i could find i gave up and install ethos 1.3.2

i was able to set 6 rx 580 8gb to run at 18.2 mh/s and pulling only 570w from wall.

you can install tdxminer to ethos if you follow this guide https://github.com/unrealjke/ethos-tdxminer

and you can use my local conf

Code:
globalfan 70
maxgputemp 85
globalvolt 950
tdxminer=proxypool1 lyra2z.eu.mine.zpool.ca:4553
tdxminer=poolpass1 c=BTC
tdxminer=proxywallet YourPayoutWalletBTC
miner YourHostName tdxminer
cor YourHostName 1180 1180 1180 1180 1180 1180
mem YourHostName 2150 2150 2150 2150 2150 2150
pwr YourHostName 115 115 115 115 115 115
dpm YourHostName 6 6 6 6 6 6
vlt YourHostName 950 950 950 950 950 950
vddci YourHostName 900 900 900 900 900 900
Post
Topic
Board Mining (Altcoins)
Re: tdxminer lyra2z/XZC Miner for AMD GPUs on Linux
by
zmago
on 10/08/2018, 20:33:29 UTC
Here is my experience.

Running: Fresh Ubuntu 16.04.4 install
GPUs: 6x Sapphire Nitro+ RX 580 8gb

hashrate per card: 3,7 mh/s
rig hashrate: 22,4 - 22,5 mh/s

drivers: amdgpu-pro with rocm
custom fan speed of 70%

my installation:

Graphic drivers:
Code:
sudo apt update
sudo apt dist-upgrade
sudo reboot
wget https://www2.ati.com/drivers/linux/ubuntu/amdgpu-pro-17.40-492261.tar.xz
tar -Jxvf amdgpu-pro-17.40-492261.tar.xz
cd amdgpu-pro-17.40-492261
./amdgpu-pro-install –y
sudo reboot
groups
sudo usermod -a -G video $LOGNAME
sudo apt install -y rocm-amdgpu-pro
env LLVM_BIN=/opt/amdgpu-pro/bin /opt/amdgpu-pro/bin/clinfo
echo 'export LLVM_BIN=/opt/amdgpu-pro/bin' | sudo tee /etc/profile.d/amdgpu-pro.sh
echo 'setenv LLVM_BIN /opt/amdgpu-pro/bin' | sudo tee /etc/profile.d/amdgpu-pro.csh

Fancontrol

Code:
sudo apt-get install lm-sensors
sudo apt-get install fancontrol
sudo pwmconfig
#do the test follow instructions at the end of test fans will spin at 100% don't worry. we will disable that
sudo /etc/init.d/fancontrol stop

My script for manual fan control little above 70% [0 - fans stop spinning and 255 fans spinn at 100%]

Copy this code
Code:
sudo /bin/su -c "echo 1 > /sys/class/drm/card0/device/hwmon/hwmon1/pwm1_enable"
sudo /bin/su -c "echo 1 > /sys/class/drm/card1/device/hwmon/hwmon2/pwm1_enable"
sudo /bin/su -c "echo 1 > /sys/class/drm/card2/device/hwmon/hwmon3/pwm1_enable"
sudo /bin/su -c "echo 1 > /sys/class/drm/card3/device/hwmon/hwmon4/pwm1_enable"
sudo /bin/su -c "echo 1 > /sys/class/drm/card4/device/hwmon/hwmon5/pwm1_enable"
sudo /bin/su -c "echo 1 > /sys/class/drm/card5/device/hwmon/hwmon6/pwm1_enable"
sudo /bin/su -c "echo 200 > /sys/class/drm/card0/device/hwmon/hwmon1/pwm1"
sudo /bin/su -c "echo 200 > /sys/class/drm/card1/device/hwmon/hwmon2/pwm1"
sudo /bin/su -c "echo 200 > /sys/class/drm/card2/device/hwmon/hwmon3/pwm1"
sudo /bin/su -c "echo 200 > /sys/class/drm/card3/device/hwmon/hwmon4/pwm1"
sudo /bin/su -c "echo 200 > /sys/class/drm/card4/device/hwmon/hwmon5/pwm1"
sudo /bin/su -c "echo 200 > /sys/class/drm/card5/device/hwmon/hwmon6/pwm1"

and create file that will auto run at user logon.

Code:
cd Desktop
nano fanspeed.sh
#now paste inside the above code
ctrl+x
confirm with y and enter
chmod +x fanspeed.sh

For one GPU card so you can compare what to delete or change if you have less or more then 6 GPUs
Code:
sudo /bin/su -c "echo 1 > /sys/class/drm/card0/device/hwmon/hwmon1/pwm1_enable"
sudo /bin/su -c "echo 200 > /sys/class/drm/card0/device/hwmon/hwmon1/pwm1"

Now search your your system for startup applications and open it.
Add new startup first imput name and second imput point to file fanspeed.sh at your Desktop

If your fans don't start to speen there is most likely permissions problem
You can try disable password request for sudo.
You can do this with "sudo visudo" and go to the end of line and type: USERNAME  ALL=(ALL) NOPASSWD:ALL
Please note this is huge security risk, just do this for test.

Miner
Code:
wget https://github.com/todxx/tdxminer/releases/download/v0.2.2.2/tdxminer-v0.2.2.2.tgz
tar -xvfz tdxminer-v0.2.2.2.tgz
cd tdxminer-v0.2.2.2
sudo mv tdxminer /home/USERNAME/
cd /home/USERNAME/
nano mine.sh
#inside of this file set your mining settings pool, wallet [ltc wallet will be example], c=LTC (because we use ltc wallet, if you will use bitcoin wallet you will change LTC to BTC)
#for example:
./tdxminer -a stratum+tcp://lyra2z.eu.mine.zpool.ca:4553 -u your_LTC_wallet -p c=LTC
ctrl+x
confirm with Y and enter
chmod +x mine.sh

Auto startup script on ubuntu logon
Code:
sudo apt-get install screen
cd
nano autostartup.sh
#inside paste code autostartup code bellow this
ctrl+x
confirm with Y and enter
chmod +x autostartup.sh

Autostartup.sh code:
Code:
#!/bin/bash
DEFAULT_DELAY=0
if [ "x$1" = "x" -o "x$1" = "xnone" ]; then
DELAY=$DEFAULT_DELAY
else
DELAY=$1
fi
sleep $DELAY
cd /home/USERNAME/
su USERNAME -c "screen -dmS lyra2z ./mine.sh"

Edit rc.local to start autostartup.sh
Code:
sudo nano /etc/rc.local
#Find the line which reads "exit 0" and  and type above that line
/home/USERNAME/autostartup.sh 15 &
ctrl+x
confirm with Y and enter

At this point you can restart your rig.
Soon after you will logon to system you will hear fans.
Give it a minute and check terminal for screen with "screen -list"
Attach to screen with: screen -x lyra2z
Detach and keep running with: ctrl+a+d

Hope this guide will be helpful.
Post
Topic
Board Announcements (Altcoins)
Re: #airdrop# Yooba: Decentralized e-commerce system based on blockchain
by
zmago
on 23/07/2018, 23:53:16 UTC
Why did i get 15000 yooba tokens to my address? never participate in any airdrop or did anything. yet I got them...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FuturoCoin - cryptocurrency with instant payments launched.
by
zmago
on 07/05/2018, 16:37:36 UTC
build wallet from source for mining... can't get mastnernodes...

Code:
2018-05-07 16:22:49 CMasternodeSync::ProcessTick -- nTick 3209167 nRequestedMasternodeAssets 999 nRequestedMasternodeAttempt 0 nSyncProgress 249.500000
2018-05-07 16:22:55 CMasternodeSync::ProcessTick -- nTick 3209173 nRequestedMasternodeAssets 999 nRequestedMasternodeAttempt 0 nSyncProgress 249.500000
2018-05-07 16:23:01 CMasternodeSync::ProcessTick -- nTick 3209179 nRequestedMasternodeAssets 999 nRequestedMasternodeAttempt 0 nSyncProgress 249.500000
2018-05-07 16:23:07 CMasternodeSync::ProcessTick -- nTick 3209185 nRequestedMasternodeAssets 999 nRequestedMasternodeAttempt 0 nSyncProgress 249.500000
2018-05-07 16:23:13 CMasternodeSync::ProcessTick -- nTick 3209191 nRequestedMasternodeAssets 999 nRequestedMasternodeAttempt 0 nSyncProgress 249.500000
2018-05-07 16:23:19 CMasternodeSync::ProcessTick -- nTick 3209197 nRequestedMasternodeAssets 999 nRequestedMasternodeAttempt 0 nSyncProgress 249.500000
2018-05-07 16:23:25 CMasternodeSync::ProcessTick -- nTick 3209203 nRequestedMasternodeAssets 999 nRequestedMasternodeAttempt 0 nSyncProgress 249.500000
2018-05-07 16:23:31 CMasternodeSync::ProcessTick -- nTick 3209209 nRequestedMasternodeAssets 999 nRequestedMasternodeAttempt 0 nSyncProgress 249.500000
2018-05-07 16:23:37 CMasternodeSync::ProcessTick -- nTick 3209215 nRequestedMasternodeAssets 999 nRequestedMasternodeAttempt 0 nSyncProgress 249.500000
2018-05-07 16:23:43 CMasternodeSync::ProcessTick -- nTick 3209221 nRequestedMasternodeAssets 999 nRequestedMasternodeAttempt 0 nSyncProgress 249.500000
CMasternodeMan::CheckAndRemove -- Masternodes: 15, peers who asked us for Masternode list: 0, peers we asked for Masternode list: 0, entries in Masternode list we asked for: 1

what can i do?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FuturoCoin - cryptocurrency with instant payments launched.
by
zmago
on 28/03/2018, 18:18:38 UTC
can someone please tell me the correct settings for yiimp. I am getting all blocks rejected on my private pool.

I don't know if must be checked or not:

- Has submitblock = Checked or Unchecked
- Txmessage = Checked or Unchecked
- Masternodes = Checked or Unchecked
- RPC Type: POW or POS?

I tried all combinations nothing seems to work for me.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Unbreakablecoin (UNB) | SHA256 - Over 3x Bigger then Bitcoin | No Premine
by
zmago
on 04/03/2018, 13:58:00 UTC
At Bittrex:
Quote
The last block update occurred 15863 minutes ago.

Where do you sell it?
Post
Topic
Board Exchanges
Re: [ANN][NEW][EXCHANGE] stocks.exchange new altcoin exchange
by
zmago
on 12/02/2018, 20:25:48 UTC
Missing lots of deposits since last deposit received today at 16:00 all deposits after that are missing but seen on blockchain
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] DigiMoney DGM - X11 - PoW/PoS - NOICO - Masternodes - Live
by
zmago
on 11/02/2018, 08:02:16 UTC
On windows:

Can't sync pass block 19176

ERROR: ProcessBlock() : AcceptBlock FAILED

tried rescan, repairwallet, etc. nothing is working.
Post
Topic
Board Pools (Altcoins)
Re: [ANN][Pool] D3Pool.eu ⛏️ 40+ X11 coins ⛏️ Profit Switching ⛏️ Auto Exchange
by
zmago
on 09/02/2018, 11:06:10 UTC
Got my first payment!  Cool https://www.d3pool.eu/?address=LT3zjhssezDuRhW7yzPLvYt6GUxFQKPP9L sweet!

Good job boys!
Post
Topic
Board Pools (Altcoins)
Merits 10 from 1 user
Re: [ANN][Pool] D3Pool.eu ⛏️ 40+ X11 coins ⛏️ Profit Switching ⛏️ Auto Exchange
by
zmago
on 08/02/2018, 15:33:30 UTC
⭐ Merited by D3Pool (10)
Just what I was looking for. And you have better profit per GH then starpool and granatgas. Way to go!