Difference between revisions of "BTCSQ PoP QuickStart"

From Veriblock Wiki
Jump to: navigation, search
Line 14: Line 14:
 
---------------------
 
---------------------
 
==NODECORE==
 
==NODECORE==
3. Go to nodecore-0.4.13-rc.8.dev.1 -folder.
+
1. Go to nodecore-0.4.13-rc.8.dev.1 -folder.
  
4. Run download_mainnet_bootstrap.bat . Downloading takes 1-3 hours depending on your bandwidth.
+
2. Run download_mainnet_bootstrap.bat . Downloading takes 1-3 hours depending on your bandwidth.
  
5. When  the download is complete, Go to nodecore-0.4.13-rc.8.dev.1\bin  and run nodecore.bat
+
3. When  the download is complete, Go to nodecore-0.4.13-rc.8.dev.1\bin  and run nodecore.bat
  
6. Let Nodecore sync. When it's synced you should have local block number  the same as network block number.
+
4. Let Nodecore sync. When it's synced you should have local block number  the same as network block number.
  
7. Let Nodecore run on the background background.
+
5. Let Nodecore run on the background background.
 
---------------------
 
---------------------
 
==BTCSQ -wallet==
 
==BTCSQ -wallet==
8. Go to \BTCSQ-master-734a3a0-win64\BTCSQ-master-734a3a0 -folder.
+
6. Go to \BTCSQ-master-734a3a0-win64\BTCSQ-master-734a3a0 -folder.
  
9. Run start-btcsq-qt.bat
+
7. Run start-btcsq-qt.bat
 
---------------------
 
---------------------
 
==POP-MINER==
 
==POP-MINER==
10. Go to BTCSQ-master-734a3a0-win64\altchain-pop-miner-0.4.13-rc.8.dev.1\bin .
+
8. Go to BTCSQ-master-734a3a0-win64\altchain-pop-miner-0.4.13-rc.8.dev.1\bin .
  
11. Edit application.conf
+
9. Edit application.conf
 
  - feePerByte: 1000    *Higher the value the better chance you have to do successful  POP-minin. Total transaction fee is calculated following way = 256 x fee per byte, In example 256 x 1000= 0.00256 vbk.
 
  - feePerByte: 1000    *Higher the value the better chance you have to do successful  POP-minin. Total transaction fee is calculated following way = 256 x fee per byte, In example 256 x 1000= 0.00256 vbk.
 
- autoMineRounds: [4]  Default setting only mines round 4, which is every 20th block. I use [1,2,3,4]
 
- autoMineRounds: [4]  Default setting only mines round 4, which is every 20th block. I use [1,2,3,4]
Line 46: Line 46:
 
id: 252980111103  *Leave this as it is. *
 
id: 252980111103  *Leave this as it is. *
  
12. Run altchain-pop-miner.bat. You will see VBK-address displayed on the screen. Same address can also be found in mainnet.vbkwallet -file which you can open in Notepad  after the first run.
+
10. Run altchain-pop-miner.bat. You will see VBK-address displayed on the screen. Same address can also be found in mainnet.vbkwallet -file which you can open in Notepad  after the first run.
  
13. Fund VBK address, minimum is 10vbk. Go to www.bittrex.com and buy VBK. Another option is to  OTC trade. You can also GPU mine VBK.  https://miningpoolstats.stream/veriblock
+
11. Fund VBK address, minimum is 10vbk. Go to www.bittrex.com and buy VBK. Another option is to  OTC trade. You can also GPU mine VBK.  https://miningpoolstats.stream/veriblock
  
14. That's it, you are now POP-mining!
+
12. That's it, you are now POP-mining!
  
 
'''Special thanks to Chuck N. Discord user for creating this QuickStart guide.'''
 
'''Special thanks to Chuck N. Discord user for creating this QuickStart guide.'''

Revision as of 14:48, 13 December 2021

See: BTCSQ, PoW_Pools_BTCSQ, HowTo run NiceHash for BTCSQ

Here is a quick guide how to start POP-mining.

Download Package

https://mirror.veriblock.org/BTCSQ-master-734a3a0-win64.zip
https://mirror.veriblock.org/BTCSQ-master-734a3a0-linux-x64.zip

As project is active, there can be new packages. If above link is not available, then get latest from here: BTCSQ#Get_Package

Extract zip


NODECORE

1. Go to nodecore-0.4.13-rc.8.dev.1 -folder.

2. Run download_mainnet_bootstrap.bat . Downloading takes 1-3 hours depending on your bandwidth.

3. When the download is complete, Go to nodecore-0.4.13-rc.8.dev.1\bin and run nodecore.bat

4. Let Nodecore sync. When it's synced you should have local block number the same as network block number.

5. Let Nodecore run on the background background.


BTCSQ -wallet

6. Go to \BTCSQ-master-734a3a0-win64\BTCSQ-master-734a3a0 -folder.

7. Run start-btcsq-qt.bat


POP-MINER

8. Go to BTCSQ-master-734a3a0-win64\altchain-pop-miner-0.4.13-rc.8.dev.1\bin .

9. Edit application.conf

- feePerByte: 1000     *Higher the value the better chance you have to do successful  POP-minin. Total transaction fee is calculated following way = 256 x fee per byte, In example 256 x 1000= 0.00256 vbk.

- autoMineRounds: [4] Default setting only mines round 4, which is every 20th block. I use [1,2,3,4] See https://wiki.veriblock.org/index.php/HowTo_run_PoP_Miner - for more setup info.

round4 = every 20th block, i.e. keystone (highest reward) round1 = 1,4,7,10,13,16,19 round2 = 2,5,8,11,14,17 round3 = 3,6,9,12,15,18

PayoutAddress: "INSERT PAYOUT ADDRESS" .* Get your payout address from BTCSQ wallet.*

id: 252980111103 *Leave this as it is. *

10. Run altchain-pop-miner.bat. You will see VBK-address displayed on the screen. Same address can also be found in mainnet.vbkwallet -file which you can open in Notepad after the first run.

11. Fund VBK address, minimum is 10vbk. Go to www.bittrex.com and buy VBK. Another option is to OTC trade. You can also GPU mine VBK. https://miningpoolstats.stream/veriblock

12. That's it, you are now POP-mining!

Special thanks to Chuck N. Discord user for creating this QuickStart guide.