Bitcoin Forum
June 23, 2024, 04:02:54 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ... 73 »
  Print  
Author Topic: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif  (Read 149396 times)
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
December 03, 2014, 07:10:39 PM
 #121

I am getting about 3 blocks rejected for everyone that I find on my 280x. Anyone else having this issue?

I also can only get my 280X to mine. My 270X will not mine just HW errors and my other pc with Nvidia cards also nothing but HW.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
metallikingz
Member
**
Offline Offline

Activity: 139
Merit: 10


View Profile
December 03, 2014, 07:24:15 PM
 #122

I have a gigabyte r9 280x an can't mine with this settings  Huh

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
C:\Users\king\Desktop\KRYPTOHASH\cgminer-khc\cgminer.exe --kryptohash -o 127.0.0.1:38912 -u x  -p x --shaders 2048 --shaders-mul 8

  ● BlockAIp   
▄▀      A Decentralized Social Networking and Media Platform     ▀▄
▄▀  Whitepapper  | OneP | Presentation | Bounty  | Twitter  | Telegram    ▀▄
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
December 03, 2014, 07:26:40 PM
 #123

rpc command on the wallet show wrong difficulty

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
jasemoney
Legendary
*
Offline Offline

Activity: 1610
Merit: 1008


Forget-about-it


View Profile
December 03, 2014, 07:27:09 PM
 #124

update: with my 7950 ive gotten A:26 R:40 with 12 blocks solved in 4.5 hours. fiddle with you -mul and when its workign even if its rejecting let it set for 10-15 min and see if it works out.

$MAID & $BTC other than that some short hodls and some long held garbage.
WORE
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
December 03, 2014, 07:35:38 PM
 #125

rpc command on the wallet show wrong difficulty

Yes, found blocks states 2/2 when diff is 20.  I wasn't sure about that one but there was a bug at block 99 last night involving difficulty.
metallikingz
Member
**
Offline Offline

Activity: 139
Merit: 10


View Profile
December 03, 2014, 07:49:55 PM
 #126

I am getting about 3 blocks rejected for everyone that I find on my 280x. Anyone else having this issue?

I also can only get my 280X to mine. My 270X will not mine just HW errors and my other pc with Nvidia cards also nothing but HW.

What settings you use for your 280x?

  ● BlockAIp   
▄▀      A Decentralized Social Networking and Media Platform     ▀▄
▄▀  Whitepapper  | OneP | Presentation | Bounty  | Twitter  | Telegram    ▀▄
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
December 03, 2014, 08:05:56 PM
 #127

I try to compile mac wallet, I have this error

Code:
genesis.cpp:15: error: function definition does not declare parameters
genesis.cpp:20: error: function definition does not declare parameters
genesis.cpp:25: error: function definition does not declare parameters
genesis.cpp: In function ‘const Genesis::MapGenesis& Genesis::Genesis()’:
genesis.cpp:32: error: ‘mapGenesisTestnet’ was not declared in this scope
genesis.cpp:34: error: ‘mapGenesis’ was not declared in this scope
genesis.cpp:36: error: ‘mapGenesisRegtest’ was not declared in this scope

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 08:14:44 PM
Last edit: December 03, 2014, 08:34:59 PM by wr104
 #128

I believe there is an issue with the PID parameters.  The Difficulty has not increased fast enough to reach the Setpoint which is supposed to be 1 mined block every 180 seconds.    There shouldn't be more than 500 blocks per day and yet, we are at block 2400 at the moment.

I also think that because the Diff remains too low, some miners are seeing rejections because they ended up submitting new blocks with the same old TXs.
Truckfarmer
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 03, 2014, 08:24:15 PM
 #129

Giving up on this coin soon. Can't even compile the wallet and I'm not getting help.

My exact installation process on PiMP 1.6-14.6 (debian-based linux):

wget -O boost_1_57_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.tar.gz/download
tar xzvf boost_1_57_0.tar.gz
cd boost_1_57_0/
sudo apt-get update
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev
./bootstrap.sh --prefix=/usr/local
./bjam cxxflags="-std=c++11" install
apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
apt-get install libqrencode-dev
cd ..
wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
tar xzvf protobuf-2.5.0.tar.gz
cd pro*
./configure --disable-shared
make
sudo make install
cd ..
git clone https://github.com/kryptohash/kryptohash.git
cd k*
./autogen.sh
CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure
Quote
checking whether byte ordering is bigendian... yes
configure: error: "Big Endian not supported"
antonio8
Legendary
*
Offline Offline

Activity: 1386
Merit: 1000


View Profile
December 03, 2014, 08:24:46 PM
 #130

I am getting about 3 blocks rejected for everyone that I find on my 280x. Anyone else having this issue?

I also can only get my 280X to mine. My 270X will not mine just HW errors and my other pc with Nvidia cards also nothing but HW.

What settings you use for your 280x?

I have my shades set to 2048 and shader mul set to 8.

Right now I show 32 accepted and 96 rejected.

I believe that cgminer info is incorrect right now so it is actually 16 found and 48 rejected. If you notice that cgminer accepted /rejected is always an even number.

If you are going to leave your BTC on an exchange please send it to this address instead 1GH3ub3UUHbU5qDJW5u3E9jZ96ZEmzaXtG, I will at least use the money better than someone who steals it from the exchange. Thanks Wink
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
December 03, 2014, 08:28:02 PM
 #131

Giving up on this coin soon. Can't even compile the wallet and I'm not getting help.

My exact installation process on PiMP 1.6-14.6 (debian-based linux):

wget -O boost_1_57_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.tar.gz/download
tar xzvf boost_1_57_0.tar.gz
cd boost_1_57_0/
sudo apt-get update
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev
./bootstrap.sh --prefix=/usr/local
./bjam cxxflags="-std=c++11" install
apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
apt-get install libqrencode-dev
cd ..
wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
tar xzvf protobuf-2.5.0.tar.gz
cd pro*
./configure --disable-shared
make
sudo make install
cd ..
git clone https://github.com/kryptohash/kryptohash.git
cd k*
./autogen.sh
CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure
Quote
checking whether byte ordering is bigendian... yes
configure: error: "Big Endian not supported"

to avoid configure: error: "Big Endian not supported" : ./configure CXXFLAGS=-fpermissive

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 08:33:36 PM
 #132

Giving up on this coin soon. Can't even compile the wallet and I'm not getting help.

My exact installation process on PiMP 1.6-14.6 (debian-based linux):

wget -O boost_1_57_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.tar.gz/download
tar xzvf boost_1_57_0.tar.gz
cd boost_1_57_0/
sudo apt-get update
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev
./bootstrap.sh --prefix=/usr/local
./bjam cxxflags="-std=c++11" install
apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
apt-get install libqrencode-dev
cd ..
wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
tar xzvf protobuf-2.5.0.tar.gz
cd pro*
./configure --disable-shared
make
sudo make install
cd ..
git clone https://github.com/kryptohash/kryptohash.git
cd k*
./autogen.sh
CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure
Quote
checking whether byte ordering is bigendian... yes
configure: error: "Big Endian not supported"

This is strange.  The configure.ac file used here is the basically the same one you get with Bitcoin 0.9.3.  Can you try compiling Bitcoin 0.9.3?
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
December 03, 2014, 08:36:22 PM
Last edit: December 03, 2014, 08:46:34 PM by karimdr2
 #133

Giving up on this coin soon. Can't even compile the wallet and I'm not getting help.

My exact installation process on PiMP 1.6-14.6 (debian-based linux):

wget -O boost_1_57_0.tar.gz http://sourceforge.net/projects/boost/files/boost/1.57.0/boost_1_57_0.tar.gz/download
tar xzvf boost_1_57_0.tar.gz
cd boost_1_57_0/
sudo apt-get update
sudo apt-get install build-essential g++ python-dev autotools-dev libicu-dev build-essential libbz2-dev
./bootstrap.sh --prefix=/usr/local
./bjam cxxflags="-std=c++11" install
apt-get install libqt4-dev libprotobuf-dev protobuf-compiler
apt-get install libqrencode-dev
cd ..
wget https://protobuf.googlecode.com/files/protobuf-2.5.0.tar.gz
tar xzvf protobuf-2.5.0.tar.gz
cd pro*
./configure --disable-shared
make
sudo make install
cd ..
git clone https://github.com/kryptohash/kryptohash.git
cd k*
./autogen.sh
CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure
Quote
checking whether byte ordering is bigendian... yes
configure: error: "Big Endian not supported"

This is strange.  The configure.ac file used here is the basically the same one you get with Bitcoin 0.9.3.  Can you try compiling Bitcoin 0.9.3?

it's CXXFLAGS flag problem, thère is some changements from bitcoin configure file.

EDIT: change line 166 from configure.ac to
Code:
CXXFLAGS="$CXXFLAGS -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter"

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
Truckfarmer
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 03, 2014, 08:46:58 PM
 #134

to avoid configure: error: "Big Endian not supported" : ./configure CXXFLAGS=-fpermissive

Quote
CXXFLAGS=-fpermissive CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU Objective C++ compiler... no
checking whether g++ accepts -g... no
checking for a sed that does not truncate output... /bin/sed
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for strip... /usr/bin/strip
checking for gcov... /usr/bin/gcov
checking for lcov... no
checking for java... no
checking for genhtml... no
checking for git... /usr/bin/git
checking for ccache... no
checking for xgettext... /usr/bin/xgettext
checking for hexdump... /usr/bin/hexdump
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether the linker accepts -Wl,--large-address-aware... no
checking whether C++ compiler accepts -Wstack-protector... yes
checking whether C++ compiler accepts -fstack-protector-all... yes
checking whether C++ compiler accepts -fPIE... yes
checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
checking whether the linker accepts -Wl,--dynamicbase... no
checking whether the linker accepts -Wl,--nxcompat... no
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -pie... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for MSG_NOSIGNAL... yes
checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing

Installed BerkeleyDB with
Quote
sudo apt-get install libdb4.8++-dev
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
December 03, 2014, 08:54:54 PM
 #135

to avoid configure: error: "Big Endian not supported" : ./configure CXXFLAGS=-fpermissive

Quote
CXXFLAGS=-fpermissive CPPFLAGS="-Ikeccak -Ikeccak/SnP -Ikeccak/KeccakF-1600 -I/usr/local/include" LDFLAGS="-L/usr/local/lib -Wl,-rpath=/usr/local/lib" ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to disable maintainer-specific portions of Makefiles... yes
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU Objective C compiler... no
checking whether gcc accepts -g... no
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU Objective C++ compiler... no
checking whether g++ accepts -g... no
checking for a sed that does not truncate output... /bin/sed
checking for ar... /usr/bin/ar
checking for ranlib... /usr/bin/ranlib
checking for strip... /usr/bin/strip
checking for gcov... /usr/bin/gcov
checking for lcov... no
checking for java... no
checking for genhtml... no
checking for git... /usr/bin/git
checking for ccache... no
checking for xgettext... /usr/bin/xgettext
checking for hexdump... /usr/bin/hexdump
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking if compiler needs -Werror to reject unknown flags... no
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for PTHREAD_PRIO_INHERIT... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... yes
checking whether the linker accepts -Wl,--large-address-aware... no
checking whether C++ compiler accepts -Wstack-protector... yes
checking whether C++ compiler accepts -fstack-protector-all... yes
checking whether C++ compiler accepts -fPIE... yes
checking whether C++ preprocessor accepts -D_FORTIFY_SOURCE=2... yes
checking whether C++ preprocessor accepts -U_FORTIFY_SOURCE... yes
checking whether the linker accepts -Wl,--dynamicbase... no
checking whether the linker accepts -Wl,--nxcompat... no
checking whether the linker accepts -Wl,-z,relro... yes
checking whether the linker accepts -Wl,-z,now... yes
checking whether the linker accepts -pie... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for strings.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for MSG_NOSIGNAL... yes
checking for Berkeley DB C++ headers... no
configure: error: libdb_cxx headers missing
Install libdb5.3-dev or libdb5.3++-dev

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
Truckfarmer
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
December 03, 2014, 09:37:56 PM
 #136

tried both, as well as libdb5* and --fix-missing

Quote
E: Couldn't find any package by regex

sudo apt-get autoremove uninstalled libdb4.8. Reinstall got me nowhere (see above error)
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
December 03, 2014, 09:52:02 PM
 #137

tried both, as well as libdb5* and --fix-missing

Quote
E: Couldn't find any package by regex

sudo apt-get autoremove uninstalled libdb4.8. Reinstall got me nowhere (see above error)
open a new terminal or reboot to reset your environement variables. run autogen.sh again:
 
./autogen.sh
./configure CXXFLAGS=-fpermissive

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
mrmanager
Newbie
*
Offline Offline

Activity: 50
Merit: 0


View Profile
December 03, 2014, 10:45:11 PM
 #138

I am getting about 3 blocks rejected for everyone that I find on my 280x. Anyone else having this issue?

I also can only get my 280X to mine. My 270X will not mine just HW errors and my other pc with Nvidia cards also nothing but HW.

I have the same problem. I have a rig with two 280x cards and one 7970 and only the 7970 does not have hardware errors. It's also the card that my monitor is plugged into.
wr104 (OP)
Sr. Member
****
Offline Offline

Activity: 329
Merit: 250


View Profile WWW
December 03, 2014, 11:11:15 PM
 #139

Quick update.  I'm working on a new Wallet version 0.3.3 that will allow the PID algo to adjust the Difficulty a bit faster. 
karimdr2
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
December 03, 2014, 11:21:52 PM
 #140

Quick update.  I'm working on a new Wallet version 0.3.3 that will allow the PID algo to adjust the Difficulty a bit faster. 

Please consider to fix this :

genesis.cpp:15: error: function definition does not declare parameters
genesis.cpp:20: error: function definition does not declare parameters
genesis.cpp:25: error: function definition does not declare parameters
genesis.cpp: In function ‘const Genesis::MapGenesis& Genesis::Genesis()’:
genesis.cpp:32: error: ‘mapGenesisTestnet’ was not declared in this scope
genesis.cpp:34: error: ‘mapGenesis’ was not declared in this scope
genesis.cpp:36: error: ‘mapGenesisRegtest’ was not declared in this scope

for osx and linux platform

★ BitNet ★ New Darknet, better than TOR ! FREE VPN ! Free Distribution 14,000,000 VPNCOIN!!! Vg7NuuuJt2snso5N1EMPyPwSTHb2ByiHRo
BTC: 1Gu3KYr3HV1TGJmqgSXXQbGxxdLzTEAN6o
Pages: « 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 ... 73 »
  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!