The ones that are on the new share chain! Make sure the p2pool you visit has 7960 as the Block reward!
DGB Mining EU P2P Pool | DGB Mining ME P2P Pool | DGB Mining SG P2P Pool | DGB Mining NA P2P Pool | DGB Mining NY P2P Pool
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
NAME="Ubuntu"
VERSION="12.04.4 LTS, Precise Pangolin"
git clone https://github.com/chaeplin/SUBSIDY_FUNC.git
cd SUBSIDY_FUNC/digibyte-subsidy-python/
python setup.py install
:if get err -> sudo apt-get install libboost1.48-all-dev python-dev
python test.py
:work ? then
edit p2pool/bitcoin/network.py
replace
SUBSIDY_FUNC=~~~
to
SUBSIDY_FUNC=lambda height: __import__('digibyte_subsidy').GetBlockBaseValue(height),
Suse
zypper in gcc-c++ boost-devel python-devel
cd ~
sudo apt-get update
sudo apt-get upgrade
sudo add-apt-repository ppa:bitcoin/bitcoin
cd ~
killall digibyted
rm -f -r .digibyte
cd ~/digibyte #OR cd ~/DigiByteProject if you ahven't renamed
git pull origin master #just incase you havvent downloaded digibyte v2.0
cd src #edited: "/src" fixed! :)
rm -f -r obj
mkdir obj
make -f makefile.unix USE_UPNP=-
sudo cp digibyted /usr/bin
cd ~
cd ~
./digibyte/src/digibyted #or ./DigiByteProject/src/digibyted if you did not rename! Running digibyted should give you an error, good!
cd .digibyte
nano digibyte.conf #copy this into the file, dont forget to change user and pass:
rpcuser=youruserCHANGE
rpcpassword=yourpassCHANGE
server=1
daemon=1
rpcport=14022
port=12024
gen=1
rpcallowip=127.0.0.1
addnode=74.208.230.160
addnode=31.220.25.91
addnode=184.155.218.183
addnode=24.119.23.61
addnode=70.196.193.231
addnode=198.98.118.241
addnode=142.4.204.115
addnode=23.90.191.58
addnode=216.250.125.121
addnode=115.28.31.25
addnode=83.172.105.46
./digibyte/src/digibyted #or ./DigiByteProject/src/digibyted if you did not rename!
./digibyte/src/digibyted getinfo #make sure the blocks are syncing from the 0'th block
screen -x myp2pool
#Press CTRL + C to kill the p2pool and then restart using your string! after the blocks have synced
screen -d -m -S myp2pool ~/p2pool/run_p2pool.py --give-author 0 --net digibyte NEWUSER NEWPASS --outgoing-conns 4 --fee 1.0 --address NEWADDRESS