Author

Topic: [ANN] Slimcoin : Proof of Burn NEW BLOCK GEN, Mineable by low power computer! - page 123. (Read 284956 times)

legendary
Activity: 1092
Merit: 1000
Not sure you are getting the point, the reward system is broken, the rewards, both PoW and PoB are getting smaller at a much faster rate. If difficulty/network hash was to increase by 10x or 100x the reward would be almost non existant.
hero member
Activity: 616
Merit: 500
Someone good at math calculate PoB reward when 200,000 coins are burnt. 77k burnt so far and reward keeps dropping fast, currently at 19SLM.
Same for PoW. We are at 11/12 now, what happens when diff goes up by 10x or 100x ? Current difficulty : 0.01124055 , what would the reward be at difficulty 1.11240555 ?

Does the reward drop linearly or will it eventually stop at XX ?

EDIT: Reward looks broken to me.. Actually i am sure it is.

ANYONE ? THOUGHTS ?

The reward is based on the network hashrate AFAIK.

Yes and its broken! If the hash rate goes up by a 10x or 100x the reward will be so small it will be useless. 10x the current hashrate = PoW reward 1SLM ?? 800k burnt coins (should happen within a week or two) PoB reward 2SLM ?
Keep in mind difficulty/hash rate is so small its as if we launched yesterday. If the coin survives another week or two an increase of 10x or 100x is to be expected.

Take a look at devs OP :
Proof-of-Burn blocks: max 250 coins
Proof-of-Work blocks: max 50 coins
This was valid for the first 5 minutes after launch. The first PoB block i received was only worth 64SLM (30. May at 18:50CET). The first PoW block i mined, and i mined block #2, was 42SLM

BROKEN!!!!!!!!!!!!!!!!!

*Unless it stops at one point, eg lowest PoW reward = 10 , lowest PoB reward = 10 ? I seriously doubt it though, dev is too stupid. I cant read C , someone who can please give it a look.

I agree. It's counter intuitive IMHO. For a coin to grow, the network hashrate has to grow... There is no way around it.
member
Activity: 86
Merit: 10
$ CFLAGS="-03 -march=native" ./configure
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/dfs/slimminer':
configure: error: C compiler canno

why?
help!

It should be:

Code:
CFLAGS="-O3 -march=native" ./configure

not

Code:
CFLAGS="-03 -march=native" ./configure

so, it's an uppercase "o" not a zero.


done.
tks!
legendary
Activity: 1092
Merit: 1000
I've been saying it all along, this is the most incompetent dev i've ever had the 'pleasure' of dealing with.

sr. member
Activity: 320
Merit: 250
legendary
Activity: 1456
Merit: 1014
looks like we have already multiple chains again...
legendary
Activity: 1456
Merit: 1014
i my wallet doesn't get thru block 11256
sr. member
Activity: 320
Merit: 250
Where is the dev?  We need the dev's update on wallet.  Angry
legendary
Activity: 966
Merit: 1009
I can't sync Sad
My desktop gets stuck at 10559. I tried deleting EVERYTHING a few times, always the same.
So I tried an external server. Fresh install, never seen SLM before, gets stuck at 624!

Been trying since hours now, delete everything in .slimcoin except the config with the nodes, restart slimcoind - and it always stops at the same blocks.

Quote
./slimcoind getmininginfo
{
    "blocks" : 624,


./slimcoind getconnectioncount
25

Read the previous posts. Seems it's a common problem with the wallet.
newbie
Activity: 57
Merit: 0
I can't sync Sad
My desktop gets stuck at 10559. I tried deleting EVERYTHING a few times, always the same.
So I tried an external server. Fresh install, never seen SLM before, gets stuck at 624!

Been trying since hours now, delete everything in .slimcoin except the config with the nodes, restart slimcoind - and it always stops at the same blocks.

Quote
./slimcoind getmininginfo
{
    "blocks" : 624,


./slimcoind getconnectioncount
25
legendary
Activity: 1092
Merit: 1000
Someone good at math calculate PoB reward when 200,000 coins are burnt. 77k burnt so far and reward keeps dropping fast, currently at 19SLM.
Same for PoW. We are at 11/12 now, what happens when diff goes up by 10x or 100x ? Current difficulty : 0.01124055 , what would the reward be at difficulty 1.11240555 ?

Does the reward drop linearly or will it eventually stop at XX ?

EDIT: Reward looks broken to me.. Actually i am sure it is.

ANYONE ? THOUGHTS ?

The reward is based on the network hashrate AFAIK.

Yes and its broken! If the hash rate goes up by a 10x or 100x the reward will be so small it will be useless. 10x the current hashrate = PoW reward 1SLM ?? 800k burnt coins (should happen within a week or two) PoB reward 2SLM ?
Keep in mind difficulty/hash rate is so small its as if we launched yesterday. If the coin survives another week or two an increase of 10x or 100x is to be expected.

Take a look at devs OP :
Proof-of-Burn blocks: max 250 coins
Proof-of-Work blocks: max 50 coins
This was valid for the first 5 minutes after launch. The first PoB block i received was only worth 64SLM (30. May at 18:50CET). The first PoW block i mined, and i mined block #2, was 42SLM

BROKEN!!!!!!!!!!!!!!!!!

*Unless it stops at one point, eg lowest PoW reward = 10 , lowest PoB reward = 10 ? I seriously doubt it though, dev is too stupid. I cant read C , someone who can please give it a look.
hero member
Activity: 616
Merit: 500
Someone good at math calculate PoB reward when 200,000 coins are burnt. 77k burnt so far and reward keeps dropping fast, currently at 19SLM.
Same for PoW. We are at 11/12 now, what happens when diff goes up by 10x or 100x ? Current difficulty : 0.01124055 , what would the reward be at difficulty 1.11240555 ?

Does the reward drop linearly or will it eventually stop at XX ?

EDIT: Reward looks broken to me.. Actually i am sure it is.

ANYONE ? THOUGHTS ?

The reward is based on the network hashrate AFAIK.
legendary
Activity: 914
Merit: 1001
$ CFLAGS="-03 -march=native" ./configure
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/dfs/slimminer':
configure: error: C compiler canno

why?
help!

It should be:

Code:
CFLAGS="-O3 -march=native" ./configure

not

Code:
CFLAGS="-03 -march=native" ./configure

so, it's an uppercase "o" not a zero.
member
Activity: 86
Merit: 10
$ CFLAGS="-03 -march=native" ./configure
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/dfs/slimminer':
configure: error: C compiler canno

why?
help!

We need the entire error message
"configure: error: C compiler canno"

Looks like its a compiler error, sudo root and install development tools if on centos or build essentials if on ubuntu.

config.log:
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by cpuminer configure 2.3.4, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = xxx
uname -m = x86_64
uname -r = 1.7.30(0.272/5/3)
uname -s = CYGWIN_NT-6.1
uname -v = 2014-05-23 10:36

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = x86_64
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /cygdrive/c/Program Files (x86)/NVIDIA Corporation/PhysX/Common
PATH: /cygdrive/c/Program Files (x86)/Intel/iCLS Client
PATH: /cygdrive/c/Program Files/Intel/iCLS Client
PATH: /cygdrive/c/windows/system32
PATH: /cygdrive/c/windows
PATH: /cygdrive/c/windows/System32/Wbem
PATH: /cygdrive/c/windows/System32/WindowsPowerShell/v1.0
PATH: /cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/DAL
PATH: /cygdrive/c/Program Files/Intel/Intel(R) Management Engine Components/IPT
PATH: /cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL
PATH: /cygdrive/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2332: checking build system type
configure:2346: result: x86_64-unknown-cygwin
configure:2366: checking host system type
configure:2379: result: x86_64-unknown-cygwin
configure:2399: checking target system type
configure:2412: result: x86_64-unknown-cygwin
configure:2456: checking for a BSD-compatible install
configure:2524: result: /usr/bin/install -c
configure:2535: checking whether build environment is sane
configure:2590: result: yes
configure:2741: checking for a thread-safe mkdir -p
configure:2780: result: /usr/bin/mkdir -p
configure:2787: checking for gawk
configure:2803: found /usr/bin/gawk
configure:2814: result: gawk
configure:2825: checking whether make sets $(MAKE)
configure:2847: result: yes
configure:2876: checking whether make supports nested variables
configure:2893: result: yes
configure:3022: checking whether to enable maintainer-specific portions of Makefiles
configure:3031: result: no
configure:3057: checking for style of include used by make
configure:3085: result: GNU
configure:3156: checking for gcc
configure:3172: found /usr/bin/gcc
configure:3183: result: gcc
configure:3412: checking for C compiler version
configure:3421: gcc --version >&5
gcc (GCC) 4.8.3
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3432: $? = 0
configure:3421: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/4.8.3/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.3-2/src/gcc-4.8.3/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.3-2/src/gcc-4.8.3 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/libexec --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --libdir=/usr/lib --datarootdir=/usr/share --docdir=/usr/share/doc/gcc --htmldir=/usr/share/doc/gcc/html -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=ada,c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libada --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib --libexecdir=/usr/lib
Thread model: posix
gcc version 4.8.3 (GCC)
configure:3432: $? = 0
configure:3421: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3432: $? = 1
configure:3421: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3432: $? = 1
configure:3452: checking whether the C compiler works
configure:3474: gcc -03 -march=native   conftest.c  >&5
gcc: error: unrecognized command line option '-03'
configure:3478: $? = 1
configure:3516: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "cpuminer"
| #define PACKAGE_TARNAME "cpuminer"
| #define PACKAGE_VERSION "2.3.4"
| #define PACKAGE_STRING "cpuminer 2.3.4"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "cpuminer"
| #define VERSION "2.3.4"
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:3521: error: in `/home/xxx/slimminer':
configure:3523: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-cygwin
ac_cv_env_CCASFLAGS_set=
ac_cv_env_CCASFLAGS_value=
ac_cv_env_CCAS_set=
ac_cv_env_CCAS_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-03 -march=native'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-cygwin
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-cygwin
am_cv_make_support_nested_variables=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/xxx/slimminer/missing aclocal-1.14'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='1'
AM_V='$(V)'
ARCH_ARM_FALSE=''
ARCH_ARM_TRUE=''
ARCH_x86_64_FALSE=''
ARCH_x86_64_TRUE=''
ARCH_x86_FALSE=''
ARCH_x86_TRUE=''
AUTOCONF='${SHELL} /home/xxx/slimminer/missing autoconf'
AUTOHEADER='${SHELL} /home/xxx/slimminer/missing autoheader'
AUTOMAKE='${SHELL} /home/xxx/slimminer/missing automake-1.14'
AWK='gawk'
CC='gcc'
CCAS=''
CCASDEPMODE=''
CCASFLAGS=''
CCDEPMODE=''
CFLAGS='-03 -march=native'
CPP=''
CPPFLAGS=''
CYGPATH_W='cygpath -w'
DEFS=''
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GREP=''
HAVE_WINDOWS_FALSE=''
HAVE_WINDOWS_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
JANSSON_LIBS=''
LDFLAGS=''
LIBCURL=''
LIBCURL_CPPFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/xxx/slimminer/missing makeinfo'
MATH_LIBS=''
MKDIR_P='/usr/bin/mkdir -p'
OBJEXT=''
OPENSSL_LIBS=''
PACKAGE='cpuminer'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='cpuminer'
PACKAGE_STRING='cpuminer 2.3.4'
PACKAGE_TARNAME='cpuminer'
PACKAGE_URL=''
PACKAGE_VERSION='2.3.4'
PATH_SEPARATOR=':'
PTHREAD_FLAGS=''
PTHREAD_LIBS=''
RANLIB=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='2.3.4'
WANT_JANSSON_FALSE=''
WANT_JANSSON_TRUE=''
WS2_LIBS=''
_libcurl_config=''
ac_ct_CC='gcc'
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCCAS_FALSE=''
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-cygwin'
build_alias=''
build_cpu='x86_64'
build_os='cygwin'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-unknown-cygwin'
host_alias=''
host_cpu='x86_64'
host_os='cygwin'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/xxx/slimminer/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-cygwin'
target_alias=''
target_cpu='x86_64'
target_os='cygwin'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "cpuminer"
#define PACKAGE_TARNAME "cpuminer"
#define PACKAGE_VERSION "2.3.4"
#define PACKAGE_STRING "cpuminer 2.3.4"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "cpuminer"
#define VERSION "2.3.4"

configure: exit 77
legendary
Activity: 1092
Merit: 1000
Someone good at math calculate PoB reward when 200,000 coins are burnt. 77k burnt so far and reward keeps dropping fast, currently at 19SLM.
Same for PoW. We are at 11/12 now, what happens when diff goes up by 10x or 100x ? Current difficulty : 0.01124055 , what would the reward be at difficulty 1.11240555 ?

Does the reward drop linearly or will it eventually stop at XX ?

EDIT: Reward looks broken to me.. Actually i am sure it is.

ANYONE ? THOUGHTS ?
legendary
Activity: 1092
Merit: 1000
$ CFLAGS="-03 -march=native" ./configure
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/dfs/slimminer':
configure: error: C compiler canno

why?
help!

We need the entire error message
"configure: error: C compiler canno"

Looks like its a compiler error, sudo root and install development tools if on centos or build essentials if on ubuntu.
legendary
Activity: 1092
Merit: 1000
Someone good at math calculate PoB reward when 200,000 coins are burnt. 77k burnt so far and reward keeps dropping fast, currently at 19SLM.
Same for PoW. We are at 11/12 now, what happens when diff goes up by 10x or 100x ? Current difficulty : 0.01124055 , what would the reward be at difficulty 1.11240555 ?

Does the reward drop linearly or will it eventually stop at XX ?

EDIT: Reward looks broken to me.. Actually i am sure it is.
member
Activity: 86
Merit: 10
$ CFLAGS="-03 -march=native" ./configure
checking build system type... x86_64-unknown-cygwin
checking host system type... x86_64-unknown-cygwin
checking target system type... x86_64-unknown-cygwin
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/home/dfs/slimminer':
configure: error: C compiler canno

why?
help!
hero member
Activity: 616
Merit: 500
Have made some adjustments to the pool, daemons/pool will auto restart when crashed
member
Activity: 371
Merit: 10
"simply getting the job done"
Important:

Anyone who has not done the mandatory upgrade MUST upgrade their wallets.
Wallet stop sync when POS block is found...

Does anyone have "how to"? where is dev? I have last wallet.
Jump to: