Bitcoin Forum
June 22, 2024, 09:59:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched on: September 29, 2016, 10:59:56 PM
Pool owners please let me know if the block 270 hash is : e76df8b469b3e725d44dea5a178f4fed18a90666ed2a64c03b9021bb55427c0f

2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched on: September 29, 2016, 10:52:23 PM
Looking into the fork issue, suprnova is longest chain atm, will be back for more info and a fix
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched on: September 29, 2016, 10:27:59 PM
Wallet is staking already. I thought POS started at block 4310??





PoS starts at 4310

https://github.com/vermocoin/vermo/blob/master/src/main.cpp#L1005
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched on: September 29, 2016, 05:18:29 PM
wallet is not syncing...

Code:
addnode=81.0.115.179
addnode=185.144.156.201
addnode=217.156.83.102
addnode=79.119.19.6
addnode=82.144.204.28
addnode=93.34.65.8
addnode=91.241.174.7
addnode=45.32.196.140
addnode=76.105.204.52
addnode=37.253.212.4
addnode=37.113.187.117
addnode=85.157.35.44
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched on: September 29, 2016, 04:51:39 PM
Ah wait, now I get:



obj/init.o: In function `uint256 Hash9<char*>(char*, char*)':
vermo/src/hashblock.h:85: undefined reference to `sph_blake512_init'
vermo/src/hashblock.h:86: undefined reference to `sph_blake512'
...

After i've did a make clean

Please git pull and make again, should build with no issues.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched on: September 29, 2016, 04:21:06 PM
@ocminer, please try this and let me know, the wallet builds on my fresh Ubuntu box:

Code:
cd vermo/src
mkdir obj/secp256k1/src/
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched on: September 29, 2016, 03:57:11 PM
Hmm a pity, the source is not compiling due to lots of totally weird errors Smiley

Please let me know the what errors you are getting.

Well.. I don't know where to start, there are too many of them tbh

secp256k seems to fail

./configure: line 12743: SECP_64BIT_ASM_CHECK: command not found
./configure: line 12772: SECP_INT128_CHECK: command not found
./configure: line 12800: SECP_INT128_CHECK: command not found
./configure: line 12825: SECP_GMP_CHECK: command not found
./configure: line 12931: SECP_OPENSSL_CHECK: command not found

and then a lot of redefines:

In file included from src/num_impl.h:14:0,
                 from src/secp256k1.c:14:
src/num.h:10:0: warning: "USE_NUM_NONE" redefined
 #define USE_NUM_NONE
 ^
In file included from src/util.h:11:0,
                 from src/secp256k1.c:13:
src/libsecp256k1-config.h:102:0: note: this is the location of the previous definition
 #define USE_NUM_NONE 1
 ^
In file included from src/num_impl.h:14:0,
                 from src/secp256k1.c:14:
src/num.h:11:0: warning: "USE_FIELD_INV_BUILTIN" redefined
 #define USE_FIELD_INV_BUILTIN
 ^
In file included from src/util.h:11:0,
                 from src/secp256k1.c:13:
src/libsecp256k1-config.h:93:0: note: this is the location of the previous definition
 #define USE_FIELD_INV_BUILTIN 1
 ^
In file included from src/num_impl.h:14:0,
                 from src/secp256k1.c:14:
src/num.h:12:0: warning: "USE_SCALAR_INV_BUILTIN" redefined
 #define USE_SCALAR_INV_BUILTIN



and then lots of other errors because of missing c++11:

In file included from /usr/include/c++/5/random:35:0,
                 from main.cpp:21:
/usr/include/c++/5/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
 #error This file requires compiler and library support \





The c++11 issue is fixed:

https://github.com/vermocoin/vermo/commit/aa0a08dee05e3dd7721aae3014bc3b195f82d3a2

working on secp256k1 now.

Thanks for reporting.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched on: September 29, 2016, 03:32:00 PM
Hmm a pity, the source is not compiling due to lots of totally weird errors Smiley

Please let me know the what errors you are getting.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched on: September 29, 2016, 03:24:00 PM
how much total supply coin? any bounty sir?

Currently the total supply is unknown due to the random PoS rewards. No bounties at this time.
10  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched on: September 29, 2016, 03:07:00 PM
V E R M O

Algo: X11 - Block Time: 60 Sec - Difficulty Retarget: 120 Sec - Min stake age: 1 hour - Maturity: 60


PoW Rewards:

Block 1 > 50 = 1 VERMO (Anti-Instamine)
Block 51 > 4370 = 100 VERMO ( 3 Days )
Block 4371 > forever = 1 VERMO

PoS Rewards:

Block 4310 > 10080 = Random from 1 to 100 VERMO ( 7 days )
Block 10081 > forever = 1 VERMO




Wallet:

Sourcecode: https://github.com/vermocoin/vermo

Windows: https://github.com/vermocoin/vermo/releases
Mirror: https://mega.nz/#!Po4yBZBY!7NSDk79NO4uZp9pU8_o0bK-IdQYzjAgUKD4RKnFFmm0
Mirror: https://file.io/Jhg1Zu
Mirror: https://filetea.me/t1sxg5HD6DrQ9in05Tmfl9cHQ

Mining:

Pool: http://ypool.ga/vermo
Pool: https://vermo.suprnova.cc

RPCPORT: 12720
P2P: 12710

Code:
rpcuser=USERNAME
rpcpassword=LONG_PASS
rpcallowip=*
rpcconnect=127.0.0.1
rpcport=12720
daemon=1
listen=1
server=1
rpcthreads=1000
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!