Bitcoin Forum
May 07, 2024, 09:31:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 [740] 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 ... 1832 »
  Print  
Author Topic: ★★DigiByte|极特币★★[DGB]✔ Core v6.16.5.1 - DigiShield, DigiSpeed, Segwit  (Read 3055611 times)
bogglor
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


DigiByte? Yes!


View Profile
January 01, 2015, 04:00:49 AM
 #14781


Nice guide. Couple of things I'd add is that theres no need to add txindex=1 into your conf feel free to leave it out. If you leave it out there's also no need to -reindex.

In the conf rather than use rpcallowip=* which opens up your wallet to connections outside your network you are far better off using rpcallowip=127.0.0.1

127.0.0.1 always points to localhost so you can use that instead of looking up your IP address with ipconfig

So Conf would become
Code:
rpcallowip=127.0.0.1
rpcuser=abc
rpcpassword=zzz
server=1
daemon=1
debug=1
algo=scrypt
rpcport=14022
port=12024
addnode=74.208.230.160
addnode=69.164.198.161
addnode=66.228.56.115
addnode=106.187.37.124

and then your mining settings would be

Pool = 127.0.0.1:14022
username = abc
password = zzz

Miner is on my linux box, and wallet is on my windows box. I would have to put the miner IP instead of 127.0.0.1.

My current miner setup: Linux - Ubuntu 12.04, Two 1.3Mh/s Scrypt ASICs, Two Radeon HD 7850 GPU mining different algos (usually qubit or skein).
Click here for my DGB Address QR code.   DGB Address: D6ZLjbSWu2mse3EqtoSn93nFrJ85wPKBF5
I have the DGB Gaming Wallet on my Galaxy S6
1715074295
Hero Member
*
Offline Offline

Posts: 1715074295

View Profile Personal Message (Offline)

Ignore
1715074295
Reply with quote  #2

1715074295
Report to moderator
1715074295
Hero Member
*
Offline Offline

Posts: 1715074295

View Profile Personal Message (Offline)

Ignore
1715074295
Reply with quote  #2

1715074295
Report to moderator
1715074295
Hero Member
*
Offline Offline

Posts: 1715074295

View Profile Personal Message (Offline)

Ignore
1715074295
Reply with quote  #2

1715074295
Report to moderator
"With e-currency based on cryptographic proof, without the need to trust a third party middleman, money can be secure and transactions effortless." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
dgbpool
Full Member
***
Offline Offline

Activity: 300
Merit: 103



View Profile
January 01, 2015, 04:30:42 AM
 #14782

happy new year!

bağış : 0x31B00501fA5d235474aECB3B3d6395d5b0710931
DigiByte (OP)
Legendary
*
Offline Offline

Activity: 1722
Merit: 1051


Official DigiByte Account


View Profile WWW
January 01, 2015, 04:34:19 AM
 #14783

I don't think I have ever seen comprehensive instructions on how to solomine a coin. I've found bits and pieces on several sites, but none that I could follow from start to finish and get the complete sequence.

Over the past few days, I decided to try it out just to see if I could get it working, and I did! If anyone else is curious about how to do it, here are the steps I followed:

(Assuming your wallet is running on a Windows computer.)

1. Shut down your wallet.

2. In the C:\Users\<yourname>\AppData\Roaming\DigiByte folder, add a file called DigiByte.conf that contains this:

Code:
rpcallowip=*
rpcuser=abc
rpcpassword=zzz
server=1
daemon=1
txindex=1
debug=1
algo=scrypt
rpcport=14022
port=12024
addnode=74.208.230.160
addnode=69.164.198.161
addnode=66.228.56.115
addnode=106.187.37.124

3. Right-click the shortcut icon of your wallet
   a. choose Properties
   b. click the Shortcut tab
   c. in the Target, add -server to the end. (Example: "C:\Program Files\DigiByte\digibyte-qt.exe" -server)

4. Launch your wallet. It may reindex your blockchain, this can take awhile. Wait until this is done.

5. Go into the console of your wallet and type this and hit Enter: setgenerate true -1

6. Your computer is now CPU mining. It's going to use about 100% of the CPU on your computer, so it's best to run the wallet on a computer that is different from your mining rig.

7. Make note of the IP address of the computer your wallet is running on. From the Command Prompt: ipconfig

Wireless LAN adapter Wireless Network Connection 2:

   Connection-specific DNS Suffix  . : your.internet.provider
   IPv4 Address. . . . . . . . . . . : 192.168.1.3
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.1.1


IP Address of the computer is 192.168.1.3

8. On your mining rig, point to 192.168.1.3:14022, username abc, password zzz

You are now solo mining! Depending on your mining program, you aren't going to see any activity until you find a block. But it is working. I have my wallet running on my Windows box, and my miner running on a Linux box. I pointed my linux miner to this and it worked.

There may be some other set of instructions out there that are better than this, but part of the fun for me was trying to figure out how to do it on my own from the bits and pieces I found on the internet.

Other Algos... In the digibyte.conf file, you should be able to change the algo= line to one of the other algorithms and mine, but I haven't tested that (yet).


This is great! Thank you for sharing this!

DigiByte (OP)
Legendary
*
Offline Offline

Activity: 1722
Merit: 1051


Official DigiByte Account


View Profile WWW
January 01, 2015, 04:47:58 AM
 #14784

Happy New Year everyone! 2015 is going to be a great year for DigiByte!

24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
January 01, 2015, 05:00:53 AM
 #14785

Happy new year Jared & team,  thank you for last year Smiley

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
voephilis
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
January 01, 2015, 12:58:36 PM
 #14786

Happy New Year everyone! 2015 is going to be a great year for DigiByte!

2015 will show how much the investment was really worth Smiley
bogglor
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


DigiByte? Yes!


View Profile
January 01, 2015, 01:08:37 PM
 #14787

Why does the block explorer say the reward is 2410, but is paying out 2434 ?

Please check into this. Is the block reward reduction not working, or are the wrong values being reported to the block explorer, or... ?

This is still happening.

My current miner setup: Linux - Ubuntu 12.04, Two 1.3Mh/s Scrypt ASICs, Two Radeon HD 7850 GPU mining different algos (usually qubit or skein).
Click here for my DGB Address QR code.   DGB Address: D6ZLjbSWu2mse3EqtoSn93nFrJ85wPKBF5
I have the DGB Gaming Wallet on my Galaxy S6
ycagel
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


View Profile
January 01, 2015, 01:26:53 PM
 #14788

Happy New Year to Jared, development team and all the valuable members of the community. You are all awesome!

YC

Happy New Year everyone! 2015 is going to be a great year for DigiByte!
ycagel
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


View Profile
January 01, 2015, 01:30:17 PM
 #14789

The DGB wallet at Bittrex is showing as disabled. Anyone else experiencing this?

YC
cryptmebro
Hero Member
*****
Offline Offline

Activity: 786
Merit: 1000


View Profile
January 01, 2015, 03:55:58 PM
 #14790

A lot of weird price manipulation at Bittrex. Someone keeps moving their buy orders from 11 to 13 and then taking them off. Not sure if they are attempting to trigger something or not. Is Cryptsy still having deposit issues?

YC

Welcome to crypto-currency.
DeDordtenaar
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500


View Profile
January 01, 2015, 07:00:32 PM
 #14791

Happy new year people, a happy new DGB year!


                ,╓▄▄▄▄▄▄▄▄▄╓                 
            ╓▄█████████████████▄╖           
         ╓▄█████▀▀'▒,,,,,╠'▀▀█████▄,         
       ,▓███▀╜,▄▄███████████▄▄,╙▀████╖       
      ▄███▀ ▄█████▀▀"``╙"▀▀█████▄ ▀███▄     
     ▓███╜╓████▀ ,▄▄█████▄▄, ▀████,╙███▌     
    ▓███`╔███▀ ╓▓███▀▀▀▀▀████╖ ▀███@"███▌   
   ]███▌┌███▌ ▐███         ███▄ ▐███ ▐███,   
   ▐███ ▐███ .███           ███  ███▌ ███▌   
   ▐███ ▐███ '███           ███  ███▌ ███▌   
   ]███@╙███@ ▀██▌        ,▄██▌ ▐███ ▐███`   
    ▓███ ▐███▄ ╙██▀╩     9███╜ ╔███▀,███▌   
     ████,╙███▌               ▓███╜,████     
      ▀███▄ ▀╜                 ▀▀ ▄███▌     
       ╙████▄,                 ╓▄████╜       
         ╙█████▄▄╓,       ,╓▄▄█████▀         
            ▀▀█████████████████▀▀           
                '▀▀▀▀▀▀▀▀▀▀▀'

CloakCoin | Private, Secure & Untraceable Cryptocurrency |  Enigma
Forum | Bitcointalk | Twitter | Slack |  Facebook |  VK |  Reddit |  CloakTV |  Instagram |  IRC-Chat |  Faucet
voephilis
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
January 01, 2015, 08:05:11 PM
 #14792

A lot of weird price manipulation at Bittrex. Someone keeps moving their buy orders from 11 to 13 and then taking them off. Not sure if they are attempting to trigger something or not. Is Cryptsy still having deposit issues?

YC

Welcome to crypto-currency.

some people always try to manipulate market. That s quite normal. If volume is low this will happen often.
ycagel
Hero Member
*****
Offline Offline

Activity: 924
Merit: 1000


View Profile
January 01, 2015, 11:23:35 PM
 #14793

Can someone tweet Bittrex to fix the DGB wallet?

YC
halinyo
Legendary
*
Offline Offline

Activity: 1106
Merit: 1000

The future is bright with DigiByte.


View Profile
January 02, 2015, 03:22:25 AM
 #14794

Can someone tweet Bittrex to fix the DGB wallet?

YC

Seems like it is working now, I have deposited a few tests and it delayed 10 mins more than usual, but arrived safely in the end.
Sarahiko
Hero Member
*****
Offline Offline

Activity: 772
Merit: 500



View Profile
January 02, 2015, 03:31:55 AM
 #14795

Its a bit slow this time sending coin to bittrex takes me about 15 minutes same with the other coins.
halinyo
Legendary
*
Offline Offline

Activity: 1106
Merit: 1000

The future is bright with DigiByte.


View Profile
January 02, 2015, 03:33:12 AM
 #14796

Guys and gals, finally I have received a huge payment that I was expecting. I will be plugging those BTCs into bittrex and cryptsy to buy more DGB.
I let everyone know here that If I feel in my good mood, I might (very slowly) buy all the DGB from the sell walls up to 25 SAT.

Hint: I might do this when we are much closer to the anniversary of DGB.
Disclaimer: I might not buy anything, at all.

PS: This is no pump, no dump. I expect this to help DGB a very slow, but healthy grow in terms of market price.

The_Cashier
Sr. Member
****
Offline Offline

Activity: 335
Merit: 250



View Profile
January 02, 2015, 04:10:12 AM
 #14797

Can someone tweet Bittrex to fix the DGB wallet?

YC

Seems like it is working now, I have deposited a few tests and it delayed 10 mins more than usual, but arrived safely in the end.
Working for me also, just a little delay.
24hralttrade
Hero Member
*****
Offline Offline

Activity: 756
Merit: 500


Community Liaison,How can i help you?


View Profile WWW
January 02, 2015, 09:47:00 AM
 #14798

Guys and gals, finally I have received a huge payment that I was expecting. I will be plugging those BTCs into bittrex and cryptsy to buy more DGB.
I let everyone know here that If I feel in my good mood, I might (very slowly) buy all the DGB from the sell walls up to 25 SAT.

Hint: I might do this when we are much closer to the anniversary of DGB.
Disclaimer: I might not buy anything, at all.

PS: This is no pump, no dump. I expect this to help DGB a very slow, but healthy grow in terms of market price.



Lol after this the sell walls are filled with more Digibytes. 
You got enough ?Wink

Want to see the Future of Retail omnichannel demo store powered by Digibyte & Tofugear teams?
Please feel free to contact me if you have anything to report or you have any questions.
voephilis
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile
January 02, 2015, 10:10:53 AM
 #14799

Guys and gals, finally I have received a huge payment that I was expecting. I will be plugging those BTCs into bittrex and cryptsy to buy more DGB.
I let everyone know here that If I feel in my good mood, I might (very slowly) buy all the DGB from the sell walls up to 25 SAT.

Hint: I might do this when we are much closer to the anniversary of DGB.
Disclaimer: I might not buy anything, at all.

PS: This is no pump, no dump. I expect this to help DGB a very slow, but healthy grow in terms of market price.



Lol after this the sell walls are filled with more Digibytes. 
You got enough ?Wink

why should he do this? it doesnt make sense to announce you are buying up to 25 sat...^^ don`t want to make profit?
CryptoLTD
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
January 02, 2015, 10:12:24 AM
 #14800

Because he thinks 12 year olds are trading against him.
Pages: « 1 ... 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 [740] 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 ... 1832 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!