PowerHemp
Legendary
Offline
Activity: 1386
Merit: 1001
Ganja <3
|
|
July 21, 2017, 11:44:48 PM |
|
ok thanks. at the moment im mining with ccminer decred so i just have to change the .bat file but what i have to but in there?
i myself haven't gpu mined but i am sure you must change the ip ,port , user ,pass and algo to aquire to the incakoin client ok no problem if someone know it would help me because i dont know setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 ccminer-x64 -a decred -o stratum+tcp://stratum.decredpool.org:3343 -u XXX.XXX -p XXX,stats,d=8 --cpu-priority 3 --max-log-rate 30 pause before that file looks like that for ethereum with a other miner setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 EthDcrMiner64.exe -epool eth-eu1.nanopool.org:9999 -ewal XXX.XXX/XXX -epsw x -mode 1 -ftime 10
|
|
|
|
DisasterFaster
|
|
July 22, 2017, 11:12:41 AM |
|
ok thanks. at the moment im mining with ccminer decred so i just have to change the .bat file but what i have to but in there?
i myself haven't gpu mined but i am sure you must change the ip ,port , user ,pass and algo to aquire to the incakoin client ok no problem if someone know it would help me because i dont know setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 ccminer-x64 -a decred -o 127.0.0.1: -u XXX.XXX -p XXX,stats,d=8 --cpu-priority 3 --max-log-rate 30 pause before that file looks like that for ethereum with a other miner setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 EthDcrMiner64.exe -epool eth-eu1.nanopool.org:9999 -ewal XXX.XXX/XXX -epsw x -mode 1 -ftime 10 Assuming you've setup the IncaKoin.conf file as displayed in the previous post.... I would give this a try and change: This... ccminer-x64 -a decred -o stratum+tcp://stratum.decredpool.org:3343 -u XXX.XXX -p XXX,stats,d=8 --cpu-priority 3 --max-log-rate 30 To This... ccminer-x64 -a decred -o http://127.0.0.1:17422 -u XXX.XXX -p XXX,stats,d=8 --cpu-priority 3 --max-log-rate 30 After changing your .bat as shown above this will point your miner and match up with your IncaKoin.conf and bear in mind that the user and password will need to match between your .conf and your .bat files... Now the other instructions listed previously won't apply to you and you won't be opening the console and changing setgenerate to true because you are not mining with the wallet but are using an alternate miner... Best of luck and let us know if you are good to go
|
|
|
|
PowerHemp
Legendary
Offline
Activity: 1386
Merit: 1001
Ganja <3
|
|
July 22, 2017, 11:18:22 AM |
|
ok thanks i will try when i have time and say if it is working
|
|
|
|
DisasterFaster
|
|
July 22, 2017, 11:40:10 AM |
|
ok thanks i will try when i have time and say if it is working One other thing that I just noticed... Where you have: ccminer-x64 -a decred -o http://127.0.0.1:17422 -u XXX.XXX -p XXX,stats,d=8 --cpu-priority 3 --max-log-rate 30 This looks like the decred entry is a mining pool requirement so that won't fly for IncaKoin.. Also, I'm not familiar with CCminer but I didn't see any algo option for it that would mine scrypt so I can't confirm or deny if that miner will even mine IncaKoin... If it won't you'll need a different miner for cpu/scrypt...
|
|
|
|
DisasterFaster
|
|
July 22, 2017, 11:48:51 AM |
|
Solo mining Guide
Download and Install Incakoin-Qt and synchronise the blockchain
if you require nodes you can find them on the first post of this ANN
Close your Incakoin wallet
Open notepad and create file IncaKoin.conf
Copy file to C:\Users\yourpc\AppData\Roaming\incakoin
Write in IncaKoin.conf: daemon=1 server=1 rpcuser=anything rpcpassword=anything rpcallowip=127.0.0.1 rpcport=17422 listen=1
save the file
Now run Incakoin wallet as a server (only start Incakoin wallet)
Server value is set up in IncaKoin.conf
Now you can set up miner
Solo mining with the wallet and your CPU
Run your wallet
Help
Debug Window
Console
To Start mining type in the console: setgenerate true (1 or 2 depending on how many core you want to use)
To Check it is enabled and see if your mining type into the console: getmininginfo
I followed your destructions very closely and the wallet won't mine the coin. In console "getmininginfo" shows the network hashrate and that setgenerate is true and the genproclimit is correct but console reports the hashrate as zero. Not sure what's up with this but wanted to let you know my observation. I went ahead and pointed my CPUminer at the coin and it seems to be mining just fine but I haven't gotten any block yet. When you consider the block reward is so low and the maturity is at 5000 blocks I'm not sure how excited people would be to do any serious mining? Maybe I'm missing something
|
|
|
|
Blockhunter
|
|
July 22, 2017, 12:30:46 PM |
|
Solo mining Guide
Download and Install Incakoin-Qt and synchronise the blockchain
if you require nodes you can find them on the first post of this ANN
Close your Incakoin wallet
Open notepad and create file IncaKoin.conf
Copy file to C:\Users\yourpc\AppData\Roaming\incakoin
Write in IncaKoin.conf: daemon=1 server=1 rpcuser=anything rpcpassword=anything rpcallowip=127.0.0.1 rpcport=17422 listen=1
save the file
Now run Incakoin wallet as a server (only start Incakoin wallet)
Server value is set up in IncaKoin.conf
Now you can set up miner
Solo mining with the wallet and your CPU
Run your wallet
Help
Debug Window
Console
To Start mining type in the console: setgenerate true (1 or 2 depending on how many core you want to use)
To Check it is enabled and see if your mining type into the console: getmininginfo
I followed your destructions very closely and the wallet won't mine the coin. In console "getmininginfo" shows the network hashrate and that setgenerate is true and the genproclimit is correct but console reports the hashrate as zero. Not sure what's up with this but wanted to let you know my observation. I went ahead and pointed my CPUminer at the coin and it seems to be mining just fine but I haven't gotten any block yet. When you consider the block reward is so low and the maturity is at 5000 blocks I'm not sure how excited people would be to do any serious mining? Maybe I'm missing something In console "getmininginfo" I see hashespersec =1005750 Networkhashps=403972
|
|
|
|
DisasterFaster
|
|
July 22, 2017, 12:46:04 PM |
|
Solo mining Guide
Download and Install Incakoin-Qt and synchronise the blockchain
if you require nodes you can find them on the first post of this ANN
Close your Incakoin wallet
Open notepad and create file IncaKoin.conf
Copy file to C:\Users\yourpc\AppData\Roaming\incakoin
Write in IncaKoin.conf: daemon=1 server=1 rpcuser=anything rpcpassword=anything rpcallowip=127.0.0.1 rpcport=17422 listen=1
save the file
Now run Incakoin wallet as a server (only start Incakoin wallet)
Server value is set up in IncaKoin.conf
Now you can set up miner
Solo mining with the wallet and your CPU
Run your wallet
Help
Debug Window
Console
To Start mining type in the console: setgenerate true (1 or 2 depending on how many core you want to use)
To Check it is enabled and see if your mining type into the console: getmininginfo
I followed your destructions very closely and the wallet won't mine the coin. In console "getmininginfo" shows the network hashrate and that setgenerate is true and the genproclimit is correct but console reports the hashrate as zero. Not sure what's up with this but wanted to let you know my observation. I went ahead and pointed my CPUminer at the coin and it seems to be mining just fine but I haven't gotten any block yet. When you consider the block reward is so low and the maturity is at 5000 blocks I'm not sure how excited people would be to do any serious mining? Maybe I'm missing something In console "getmininginfo" I see hashespersec =1005750 Networkhashps=403972 I've double checked everything and the only difference I can find is that on the wallet exe shortcut I've used the -datadir= command to relocate the incakoin folder away from my c drive. And for sure my hashrate is zero after changing setgenerate to true hmmm what could be the issue? EDIT: I figured it out. I had to unlock the wallet lol Ouch mined coins not available until 5000 blocks What's the block timing how long will it take to move 5k blocks down the chain hmmm?
|
|
|
|
Yannic
|
|
July 23, 2017, 01:29:01 AM |
|
Ouch mined coins not available until 5000 blocks What's the block timing how long will it take to move 5k blocks down the chain hmmm? Around 3 days
|
|
|
|
Blockhunter
|
|
July 23, 2017, 02:01:36 AM |
|
Ouch mined coins not available until 5000 blocks What's the block timing how long will it take to move 5k blocks down the chain hmmm? Around 3 days well it actually depends. It can be much faster if people are staking too but Yannic is correct for the POW side of it suggesting that no one is staking.. I put a video on slack of just how fast the chain can move move.
|
|
|
|
DisasterFaster
|
|
July 24, 2017, 08:32:22 PM Last edit: July 25, 2017, 03:28:58 PM by DisasterFaster |
|
Would anybody be interested in participating in an IncaKoin wish list? I am hoping the community can help give input and discussion on desirable changes for the wallet and/or coin and then we could move a little bit further along and see about dividing those changes into short-term and long-term goals. I'm going to start the ball rolling with some suggestions I have in my head and I'd love to see what other people might suggest.
My IncaCoin Wish List:
- One mouse click to turn wallet mining on and off
- Mouse over mining icon to view current hash rate
- One mouse click to turn wallet staking on and off
- Mouse over staking icon to view staking status
- DNS seeder
- Bootstrap blockchain
- Updated website
- New block explorer that is included within the website
- Marketing video explaining the desirability of the coin
- Tutorial video(s) explaining how to get started with IncaKoin
- Multi-language wallet
- iPhone & Android wallet app
- Listings on additional exchanges
- One or more press releases
- Ability to buy the coin at the website
- A staking table in the wallet that shows a variety of staking details
- Staking accrues incrementally 24/7 only if wallet is online and connected to at least 4 other nodes
- Increase the block reward so that mining could ROI at current coin value
- Reduce the 5000 block requirement for mined coins to become confirmed
- 32 & 64 bit versions of the wallet for Windows, Mac & Linux
- Ability to choose install directory and data directory during installation
- One mouse click to create/open/edit IncaKoin.conf file
- One mouse click to access wallet repair for zapwallettxes/re-index/rescan
- Seed implementation to restore wallet without backup copy/cloud storage
|
|
|
|
Blockhunter
|
|
July 25, 2017, 01:03:53 AM |
|
This is also my incakoin wish list. We have lots of work ahead and we will try to put up a timeline to accomplish all these goals. The only thing I see you missed is the 64bit windows client. Our team is growing and these goals are looking more realistic to happen in the next year. Would anybody be interested in participating in an IncaKoin wish list? I am hoping the community can help give input and discussion on desirable changes for the wallet and/or coin and then we could move a little bit further along and see about dividing those changes into short-term and long-term goals. I'm going to start the ball rolling with some suggestions I have in my head and I'd love to see what other people might suggest.
My IncaCoin Wish List:
- One mouse click to turn wallet mining on and off
- Mouse over mining icon to view current hash rate
- One mouse click to turn wallet staking on and off
- Mouse over staking icon to view staking status
- DNS seeder
- Bootstrap blockchain
- Updated website
- New block explorer that is included within the website
- Marketing video explaining the desirability of the coin
- Tutorial video(s) explaining how to get started with IncaKoin
- Multi-language wallet
- iPhone & Android wallet app
- Listings on additional exchanges
- One or more press releases
- Ability to buy the coin at the website
- A staking table in the wallet that shows a variety of staking details
- Staking accrues incrementally 24/7 only if wallet is online and connected to at least 4 other nodes
- Increase the block reward so that mining could ROI at current coin value
- Reduce the 5000 block requirement for mined coins to become confirmed
- 32 & 64 bit versions of the wallet for Windows, Mac & Linux
- Ability to choose install directory and data directory during installation
|
|
|
|
Blockhunter
|
|
July 25, 2017, 01:06:55 AM |
|
This is also my incakoin wish list. We have lots of work ahead and we will try to put up a timeline to accomplish all these goals. The only thing I see you missed is the 64bit windows client. Our team is growing and these goals are looking more realistic to happen in the next year. Would anybody be interested in participating in an IncaKoin wish list? I am hoping the community can help give input and discussion on desirable changes for the wallet and/or coin and then we could move a little bit further along and see about dividing those changes into short-term and long-term goals. I'm going to start the ball rolling with some suggestions I have in my head and I'd love to see what other people might suggest.
My IncaCoin Wish List:
- One mouse click to turn wallet mining on and off
- Mouse over mining icon to view current hash rate
- One mouse click to turn wallet staking on and off
- Mouse over staking icon to view staking status
- DNS seeder
- Bootstrap blockchain
- Updated website
- New block explorer that is included within the website
- Marketing video explaining the desirability of the coin
- Tutorial video(s) explaining how to get started with IncaKoin
- Multi-language wallet
- iPhone & Android wallet app
- Listings on additional exchanges
- One or more press releases
- Ability to buy the coin at the website
- A staking table in the wallet that shows a variety of staking details
- Staking accrues incrementally 24/7 only if wallet is online and connected to at least 4 other nodes
- Increase the block reward so that mining could ROI at current coin value
- Reduce the 5000 block requirement for mined coins to become confirmed
- 32 & 64 bit versions of the wallet for Windows, Mac & Linux
- Ability to choose install directory and data directory during installation
you didn't miss the 64bit client I just read it too fast. But we also need a Reddit and YouTube channel. I will work on a YouTube channel and post when it's done.
|
|
|
|
xdiamondx
Newbie
Offline
Activity: 13
Merit: 0
|
|
July 25, 2017, 09:38:42 AM |
|
How to Mine with AMD GPU? Which miner?
|
|
|
|
Bitgenius777
|
|
July 25, 2017, 07:27:40 PM |
|
Incakoin is being bought like crazy on cryptopia!! This hour 80% up!!!
Get on the train right now!!
Expect 20 million marketcap or 600% increase this week!!!
|
|
|
|
PowerHemp
Legendary
Offline
Activity: 1386
Merit: 1001
Ganja <3
|
|
July 25, 2017, 07:59:51 PM |
|
i see poll is closed
number of coins required to run a masternode 10000 - 11 (16.4%) 100000 - 9 (13.4%) 1000000 - 21 (31.3%) 10000000 - 26 (38.8%) Total Voters: 67
|
|
|
|
Sylw83
|
|
July 25, 2017, 08:04:58 PM |
|
Good job today $0.000475 (190.10%) 0.00000019 BTC (221.66%) It the same price what was week ago....but i forgot to sale for 20 sat and repurchase for 2-4 sat
|
|
|
|
DisasterFaster
|
|
July 25, 2017, 09:51:28 PM |
|
On another note has anybody seen this coin just now skyrocket at CoinmarketCap? http://coinmarketcap.com/currencies/incakoin/This coin is a sleeper and extremely undervalued and it's headed to the moon just you wait and see! Just now CoinMarket Cap says that NKA is up 274.19% and the last 24 hours trading volume is $33,047 This coin will have no problem booming up to .01 USD and then let's see it hit .10 USD and then start heading towards $1 USD oh yes I just stacked/sorted all coins at coinmarket cap for the biggest gainers in the last 24 hours and NKA is number 3! This is a big deal folks See above where the other day I grabbed a screenshot with IncaKoin smashing up to #3 globally in value gain... Well here's a brand new one from right now and IncaKoin is at #6 globally woo hoooo.... This is the little coin that can
|
|
|
|
Blockhunter
|
|
July 25, 2017, 11:23:30 PM |
|
On another note has anybody seen this coin just now skyrocket at CoinmarketCap? http://coinmarketcap.com/currencies/incakoin/This coin is a sleeper and extremely undervalued and it's headed to the moon just you wait and see! Just now CoinMarket Cap says that NKA is up 274.19% and the last 24 hours trading volume is $33,047 This coin will have no problem booming up to .01 USD and then let's see it hit .10 USD and then start heading towards $1 USD oh yes I just stacked/sorted all coins at coinmarket cap for the biggest gainers in the last 24 hours and NKA is number 3! This is a big deal folks See above where the other day I grabbed a screenshot with IncaKoin smashing up to #3 globally in value gain... Well here's a brand new one from right now and IncaKoin is at #6 globally woo hoooo.... This is the little coin that can thing are warming up here!
|
|
|
|
AU_AG
|
|
July 26, 2017, 12:05:21 AM |
|
This coin really could have taken off but 10mm for an MN. coins that have 1-10k coins for a mn hit 10k sats in months if not weeks min 200 sats in days (and stay there). 10mm is basically saying No MN and another PnD coin.
|
|
|
|
igoreha311
Newbie
Offline
Activity: 35
Merit: 0
|
|
July 26, 2017, 06:18:48 AM |
|
i see poll is closed
number of coins required to run a masternode 10000 - 11 (16.4%) 100000 - 9 (13.4%) 1000000 - 21 (31.3%) 10000000 - 26 (38.8%) Total Voters: 67
10000000 is too expansive most of people (21+9+11) voted for less than 10000000 In my opinion 1000000 is ok for this coin
|
|
|
|
|