Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: VERMO on September 29, 2016, 03:07:00 PM



Title: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: VERMO 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 (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


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: bathrobehero on September 29, 2016, 03:10:10 PM


{
"blocks" : 8,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.11192558,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 100000000,
"netmhashps" : 0.08361745,
"netstakeweight" : 0.00000000,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 1000000,
"testnet" : false
}


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: celot on September 29, 2016, 03:19:01 PM
how much total supply coin? any bounty sir?


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: VERMO 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.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 29, 2016, 03:29:44 PM
Hmm a pity, the source is not compiling due to lots of totally weird errors :)


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: VERMO on September 29, 2016, 03:32:00 PM
Hmm a pity, the source is not compiling due to lots of totally weird errors :)

Please let me know the what errors you are getting.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Malsetid on September 29, 2016, 03:34:31 PM
Hmm a pity, the source is not compiling due to lots of totally weird errors :)

Please let me know the what errors you are getting.
i will wait until supranova mine this coin and take my opportunity too, looking forward for the success of your project dev hope to see more
coming from you and if theres any social media advertisement thats needed let me know so i can participate and repost it for you.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 29, 2016, 03:37:38 PM
Hmm a pity, the source is not compiling due to lots of totally weird errors :)

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 \





Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: xlilbearx on September 29, 2016, 03:43:49 PM
Isn't x11 a bit outdated especially with the ascics?


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: VERMO on September 29, 2016, 03:57:11 PM
Hmm a pity, the source is not compiling due to lots of totally weird errors :)

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.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Crypt0bull on September 29, 2016, 04:12:35 PM
Low supply, random POS rewards... seems interesting.  ::)


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: nezto77 on September 29, 2016, 04:17:36 PM
is there a pool to mine this coin?


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: VERMO 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/


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 29, 2016, 04:31:54 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'
vermo/src/hashblock.h:87: undefined reference to `sph_blake512_close'
vermo/src/hashblock.h:89: undefined reference to `sph_bmw512_init'
vermo/src/hashblock.h:90: undefined reference to `sph_bmw512'
vermo/src/hashblock.h:91: undefined reference to `sph_bmw512_close'
vermo/src/hashblock.h:93: undefined reference to `sph_groestl512_init'
vermo/src/hashblock.h:94: undefined reference to `sph_groestl512'
vermo/src/hashblock.h:95: undefined reference to `sph_groestl512_close'
vermo/src/hashblock.h:97: undefined reference to `sph_skein512_init'
vermo/src/hashblock.h:98: undefined reference to `sph_skein512'
vermo/src/hashblock.h:99: undefined reference to `sph_skein512_close'
vermo/src/hashblock.h:101: undefined reference to `sph_jh512_init'
vermo/src/hashblock.h:102: undefined reference to `sph_jh512'
vermo/src/hashblock.h:103: undefined reference to `sph_jh512_close'
vermo/src/hashblock.h:105: undefined reference to `sph_keccak512_init'
vermo/src/hashblock.h:106: undefined reference to `sph_keccak512'
vermo/src/hashblock.h:107: undefined reference to `sph_keccak512_close'
vermo/src/hashblock.h:109: undefined reference to `sph_luffa512_init'
vermo/src/hashblock.h:110: undefined reference to `sph_luffa512'
vermo/src/hashblock.h:111: undefined reference to `sph_luffa512_close'
vermo/src/hashblock.h:113: undefined reference to `sph_cubehash512_init'
vermo/src/hashblock.h:114: undefined reference to `sph_cubehash512'
vermo/src/hashblock.h:115: undefined reference to `sph_cubehash512_close'
vermo/src/hashblock.h:117: undefined reference to `sph_shavite512_init'
vermo/src/hashblock.h:118: undefined reference to `sph_shavite512'
vermo/src/hashblock.h:119: undefined reference to `sph_shavite512_close'
vermo/src/hashblock.h:121: undefined reference to `sph_simd512_init'
vermo/src/hashblock.h:122: undefined reference to `sph_simd512'
vermo/src/hashblock.h:123: undefined reference to `sph_simd512_close'
vermo/src/hashblock.h:125: undefined reference to `sph_echo512_init'
vermo/src/hashblock.h:126: undefined reference to `sph_echo512'
vermo/src/hashblock.h:127: undefined reference to `sph_echo512_close'
obj/main.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'
vermo/src/hashblock.h:87: undefined reference to `sph_blake512_close'
vermo/src/hashblock.h:89: undefined reference to `sph_bmw512_init'
vermo/src/hashblock.h:90: undefined reference to `sph_bmw512'
vermo/src/hashblock.h:91: undefined reference to `sph_bmw512_close'
vermo/src/hashblock.h:93: undefined reference to `sph_groestl512_init'
vermo/src/hashblock.h:94: undefined reference to `sph_groestl512'
vermo/src/hashblock.h:95: undefined reference to `sph_groestl512_close'
vermo/src/hashblock.h:97: undefined reference to `sph_skein512_init'
vermo/src/hashblock.h:98: undefined reference to `sph_skein512'
vermo/src/hashblock.h:99: undefined reference to `sph_skein512_close'
vermo/src/hashblock.h:101: undefined reference to `sph_jh512_init'
vermo/src/hashblock.h:102: undefined reference to `sph_jh512'
vermo/src/hashblock.h:103: undefined reference to `sph_jh512_close'
vermo/src/hashblock.h:105: undefined reference to `sph_keccak512_init'
vermo/src/hashblock.h:106: undefined reference to `sph_keccak512'
vermo/src/hashblock.h:107: undefined reference to `sph_keccak512_close'
vermo/src/hashblock.h:109: undefined reference to `sph_luffa512_init'
vermo/src/hashblock.h:110: undefined reference to `sph_luffa512'
vermo/src/hashblock.h:111: undefined reference to `sph_luffa512_close'
vermo/src/hashblock.h:113: undefined reference to `sph_cubehash512_init'
vermo/src/hashblock.h:114: undefined reference to `sph_cubehash512'
vermo/src/hashblock.h:115: undefined reference to `sph_cubehash512_close'
vermo/src/hashblock.h:117: undefined reference to `sph_shavite512_init'
vermo/src/hashblock.h:118: undefined reference to `sph_shavite512'
vermo/src/hashblock.h:119: undefined reference to `sph_shavite512_close'
vermo/src/hashblock.h:121: undefined reference to `sph_simd512_init'
vermo/src/hashblock.h:122: undefined reference to `sph_simd512'
vermo/src/hashblock.h:123: undefined reference to `sph_simd512_close'
vermo/src/hashblock.h:125: undefined reference to `sph_echo512_init'
vermo/src/hashblock.h:126: undefined reference to `sph_echo512'
vermo/src/hashblock.h:127: undefined reference to `sph_echo512_close'


After i've did a make clean


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: bandarfjb on September 29, 2016, 04:39:17 PM
Pool? Exchange date?


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: VERMO 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.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: olkah on September 29, 2016, 04:55:13 PM
Pool ?????


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Pamadar on September 29, 2016, 04:57:54 PM
waiting for some info i know oc still trying to open the pool from supranova, by the way dev are you planning to make some advertisement thru twitter and fb post just wanted to know if thats also part of a plan thats also a good way to invite more investors. good luck


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: nikl on September 29, 2016, 04:59:13 PM
Pool: http://ypool.ga/vermo


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 29, 2016, 05:10:22 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.


Yes, works fine now, looks like another pool already profited from our work :)


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Crypt0bull on September 29, 2016, 05:14:00 PM
wallet is not syncing...


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: markus124 on September 29, 2016, 05:18:28 PM
difficulty already 150... damn :(


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: VERMO 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


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Crypt0bull on September 29, 2016, 05:24:01 PM

thanks


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 29, 2016, 05:47:19 PM
Pool added:

https://vermo.suprnova.cc


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: samspaces on September 29, 2016, 05:55:54 PM
Pool added:

https://vermo.suprnova.cc

Why add this with such a lousy code?


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 29, 2016, 06:07:02 PM
Pool added:

https://vermo.suprnova.cc

Why add this with such a lousy code?

Actually the code was a bit floppy at the beginning but at least the dev was competent enough to fix it :)

It's a newer codebase with secp256k1 and not the el-cheapo-walletbuilders shit so I've decided to give it a go... At least better than the rest which
was released lately.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: notsofast on September 29, 2016, 07:17:34 PM
Pool added:

https://vermo.suprnova.cc

Why add this with such a lousy code?

Actually the code was a bit floppy at the beginning but at least the dev was competent enough to fix it :)

It's a newer codebase with secp256k1 and not the el-cheapo-walletbuilders shit so I've decided to give it a go... At least better than the rest which
was released lately.

Mining in support! Though I do love the snarky comments when you decide *not* to make a pool for a launch.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 29, 2016, 07:48:23 PM
Pool added:

https://vermo.suprnova.cc

Why add this with such a lousy code?

Actually the code was a bit floppy at the beginning but at least the dev was competent enough to fix it :)

It's a newer codebase with secp256k1 and not the el-cheapo-walletbuilders shit so I've decided to give it a go... At least better than the rest which
was released lately.

Mining in support! Though I do love the snarky comments when you decide *not* to make a pool for a launch.

Glad to see you on the pool, I hope it pays out.

Yeah.. Some like the comments, some don't.. I get lots of flames too for the comments, but hey... Better a snarky comment then another "Wow, Impressive Project, Great work - please reserve the zimbabwe translation for me! Bounty ?" 



Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: shimlbit on September 29, 2016, 07:51:07 PM
Pool added:

https://vermo.suprnova.cc

Why add this with such a lousy code?

Actually the code was a bit floppy at the beginning but at least the dev was competent enough to fix it :)

It's a newer codebase with secp256k1 and not the el-cheapo-walletbuilders shit so I've decided to give it a go... At least better than the rest which
was released lately.

Mining in support! Though I do love the snarky comments when you decide *not* to make a pool for a launch.

Glad to see you on the pool, I hope it pays out.

Yeah.. Some like the comments, some don't.. I get lots of flames too for the comments, but hey... Better a snarky comment then another "Wow, Impressive Project, Great work - please reserve the zimbabwe translation for me! Bounty ?"  



any bounty for this dev cuz ima very poor boi i need some virtual money pls...i will do everything u want.i heard scrounging bounties are the new mining


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: olkah on September 29, 2016, 08:02:07 PM
Pool added:

https://vermo.suprnova.cc

Why add this with such a lousy code?

Actually the code was a bit floppy at the beginning but at least the dev was competent enough to fix it :)

It's a newer codebase with secp256k1 and not the el-cheapo-walletbuilders shit so I've decided to give it a go... At least better than the rest which
was released lately.

Mining in support! Though I do love the snarky comments when you decide *not* to make a pool for a launch.

Glad to see you on the pool, I hope it pays out.

Yeah.. Some like the comments, some don't.. I get lots of flames too for the comments, but hey... Better a snarky comment then another "Wow, Impressive Project, Great work - please reserve the zimbabwe translation for me! Bounty ?"  



any bounty for this dev cuz ima very poor boi i need some virtual money pls...i will do everything u want.i heard scrounging bounties are the new mining
Dev when is the exchange ?


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Crypt0bull on September 29, 2016, 10:23:00 PM
Wallet is staking already. I thought POS started at block 4310??

https://i.imgsafe.org/d9427b80cc.png



Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: VERMO on September 29, 2016, 10:27:59 PM
Wallet is staking already. I thought POS started at block 4310??

https://i.imgsafe.org/d9427b80cc.png



PoS starts at 4310

https://github.com/vermocoin/vermo/blob/master/src/main.cpp#L1005


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: shojayxt on September 29, 2016, 10:32:59 PM
Coin is forked.  Pools are at different block heights and have solved the same blocks.

Suprnova:
https://s25.postimg.org/z1p2tthen/supervermo.png

Ypool:
https://s25.postimg.org/xb61sbzvj/ypoolvermo.png


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: notsofast on September 29, 2016, 10:44:56 PM
Well that sucks. Suprnova correct fork FTW please?


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Godson_Mansa on September 29, 2016, 10:46:58 PM
Vermo and Vermo Classic.
 ;D


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 29, 2016, 10:48:48 PM
Hmm shit.. And seems like to be forked off quite long already


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: lootz on September 29, 2016, 10:50:35 PM
difrent blocks  ::)


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: VERMO 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


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: VERMO on September 29, 2016, 10:59:56 PM
Pool owners please let me know if the block 270 hash is : e76df8b469b3e725d44dea5a178f4fed18a90666ed2a64c03b9021bb55427c0f



Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 29, 2016, 11:01:59 PM
Pool owners please let me know if the block 270 hash is : e76df8b469b3e725d44dea5a178f4fed18a90666ed2a64c03b9021bb55427c0f



yep, confirmed.

EDIT: I've switched to the backup-wallet and just confirmed the orphaned block from my own earnings, so nobody should have lost anything

EDIT2: My wallet only has 6 connections which seems a bit low.. how about you others ?

Can you do

addnode=vermo.suprnova.cc

please ? Hopefully the connection count gets better then.. everything above 10 makes me feel comfortable


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: nikl on September 29, 2016, 11:09:35 PM
Pool owners please let me know if the block 270 hash is : e76df8b469b3e725d44dea5a178f4fed18a90666ed2a64c03b9021bb55427c0f



83576258b8eb6a83170d30e9b6322cdce654b1fb38156beeb94bf0b00206f7c4 for me.
I have 2 different wallets. One of them is on block 226 and pool wallet is on 291.

And pool wallet has 8 connections.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: alexsm751 on September 30, 2016, 04:30:32 AM
Pool: http://ypool.ga/vermo
Hello! I took a miner rent 1. 80G ADVERTISED HASHRATE !! on your pool my electricity went to the moon? Why I have not received their reward coins http: // prntscr. com / co10ug
 For 12 hours I spent 1. 80G and my reward 950 vermo ????? You're a crook and a thief !!!! Dev why http: // ypool. ga / vermo such problems?


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: olkah on September 30, 2016, 04:35:37 AM
Pool: http://ypool.ga/vermo
Dev why http: // ypool. ga / vermo such problems? I have on your pool is not confirmed coins.When I have them ??????????!!!!!!


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Crypt0bull on September 30, 2016, 06:21:24 AM
Pool: http://ypool.ga/vermo
Dev why http: // ypool. ga / vermo such problems? I have on your pool is not confirmed coins.When I have them ??????????!!!!!!

The coin forked. Read the thread.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Crypt0bull on September 30, 2016, 07:59:20 AM
what's this?

https://pbs.twimg.com/media/CtlXzuCW8AA_T_F.jpg:large



Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 30, 2016, 08:08:21 AM

uh this looks suspicious tbh :-(


EDIT: Yep, seems like another Ransomware/Downloader... Stopping the Pool and posting a warning


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: alexsm751 on September 30, 2016, 09:03:04 AM

uh this looks suspicious tbh :-(


EDIT: Yep, seems like another Ransomware/Downloader... Stopping the Pool and posting a warning
I downloaded vermo-gt wallet. exe? After a little time, I installed without my consent TeamViewer_Setup-ltg !!!! I TeamViewer_Setup-ltg not downloaded and did not install this program !! Today I discovered that TeamViewer_Setup-ltg I was at the computer and was part of my post and stole my Bitcoin with www. poloniex. com / There was another entrance into my mail! Here is the text of the letter
" attempt to login to your wallet blockchain was carried out. info with an unknown browser. Confirm that the following data is correct:
Time: 2016-09-30 03:33:29
IP Address: 109. 177. 122. 29 (Romania)
Browser: Firefox 5
User Agent: Mozilla / 5. 0 (Windows NT 6. 1; WOW64; rv: 51 0.) Gecko / 20100101 Firefox / 51. 0
I myself am in Russia! I blame the virus in the wallet !! Who stole my money! Be careful! Maybe another reason !? But I wrote it was to me!
http://prntscr.com/co36cz
The answer from the administrator to my question about the loss of my means: http://prntscr.com/co36rc


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: zaki12 on September 30, 2016, 09:22:32 AM
dev bounty ?  ;)


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: tr8kr on September 30, 2016, 11:19:30 AM
effectively this wallet is launching a teamviewer to stole your BTC or what you have in your computer.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: alexsm751 on September 30, 2016, 11:55:30 AM
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 (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

Your wallet made me problems! Why do you oad such a virus ?? I downloaded the wallet and I had lost all the data! You are a bad man !!
http://prntscr.com/co4zah
after I downloaded. I had secretly stolen passwords! In addition to your wallet, I do not download other files!TeamViewer_Setup-ltg


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: benjy33 on September 30, 2016, 12:36:47 PM

VERMO MOTHER FUKER BASTARD SCAMMMMM

I shit on your dead son of a bitch


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: MissCrypto on September 30, 2016, 03:16:53 PM
Indeed winspup.cab winspup.exe in c:\users\username\appdata\local\temp


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: findyou1999 on September 30, 2016, 04:58:54 PM
After install the wallet, my c-cex account was hacked


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: tr8kr on September 30, 2016, 06:07:37 PM
This wallet intall winspup.cab expand it to winspup.exe in %appdata%\temp and then install VNCviewer and VNCserver and the ransomware cryptowall to crypt your sensitive data on local and network drive , the VNC is for using your internet navigator to Check if you have some registered password or wallet open.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: shimlbit on September 30, 2016, 06:15:42 PM

uh this looks suspicious tbh :-(


EDIT: Yep, seems like another Ransomware/Downloader... Stopping the Pool and posting a warning
I downloaded vermo-gt wallet. exe? After a little time, I installed without my consent TeamViewer_Setup-ltg !!!! I TeamViewer_Setup-ltg not downloaded and did not install this program !! Today I discovered that TeamViewer_Setup-ltg I was at the computer and was part of my post and stole my Bitcoin with www. poloniex. com / There was another entrance into my mail! Here is the text of the letter
" attempt to login to your wallet blockchain was carried out. info with an unknown browser. Confirm that the following data is correct:
Time: 2016-09-30 03:33:29
IP Address: 109. 177. 122. 29 (Romania)
Browser: Firefox 5
User Agent: Mozilla / 5. 0 (Windows NT 6. 1; WOW64; rv: 51 0.) Gecko / 20100101 Firefox / 51. 0
I myself am in Russia! I blame the virus in the wallet !! Who stole my money! Be careful! Maybe another reason !? But I wrote it was to me!
http://prntscr.com/co36cz
The answer from the administrator to my question about the loss of my means: http://prntscr.com/co36rc


ppl never learn...just sandbox and install wallet and u got no problem...and its free..now u lost some btc for this lesson...google.com ---->sandbox


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: benjy33 on September 30, 2016, 09:13:03 PM

uh this looks suspicious tbh :-(


EDIT: Yep, seems like another Ransomware/Downloader... Stopping the Pool and posting a warning


first you put a coin in the pool and then take it off for being a trojan supernova died for my petite scam pool, before putting a coin investigates a little


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 30, 2016, 09:20:25 PM

uh this looks suspicious tbh :-(


EDIT: Yep, seems like another Ransomware/Downloader... Stopping the Pool and posting a warning


first you put a coin in the pool and then take it off for being a trojan supernova died for my petite scam pool, before putting a coin investigates a little

Sorry, I was the second pool to add this coin and the linux wallet was clean, always scan wallets and / or sandbox them.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Godson_Mansa on September 30, 2016, 10:30:35 PM
WTS a ton of Vermo.
LOL fuck this coin.
 


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: benjy33 on September 30, 2016, 11:10:48 PM

uh this looks suspicious tbh :-(


EDIT: Yep, seems like another Ransomware/Downloader... Stopping the Pool and posting a warning


first you put a coin in the pool and then take it off for being a trojan supernova died for my petite scam pool, before putting a coin investigates a little

Sorry, I was the second pool to add this coin and the linux wallet was clean, always scan wallets and / or sandbox them.

most users use windows that tell me that linux portfolio was clean not think we do any good many who started mining in my case I lost 0.04 btc rent power thanks to the son of a bitch dev and 2 pools that had. Pool: http://ypool.ga and
Pool: https://suprnova.cc rip for my, you are not as professional as believed


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on September 30, 2016, 11:24:21 PM

uh this looks suspicious tbh :-(


EDIT: Yep, seems like another Ransomware/Downloader... Stopping the Pool and posting a warning


first you put a coin in the pool and then take it off for being a trojan supernova died for my petite scam pool, before putting a coin investigates a little

Sorry, I was the second pool to add this coin and the linux wallet was clean, always scan wallets and / or sandbox them.

most users use windows that tell me that linux portfolio was clean not think we do any good many who started mining in my case I lost 0.04 btc rent power thanks to the son of a bitch dev and 2 pools that had. Pool: http://ypool.ga and
Pool: https://suprnova.cc rip for my, you are not as professional as believed

I'm really sorry for your loss, however, a (free) pool is not and will never be a guarantee for profit and or a clean (windows) wallet,  code reviews take a lot of time and cannot be done for every single coin that is released, it'll always be a few scripts which can be run over the source and a virustotal scan which obviously went false here..

We're not at Shark Tank here were lots of young, new companies present their coins full of proud, this is bitcointalk.org where every third coin, well lately every second, is a pure shitcoin without any future, any value and and progress at all... So your investment MIGHT go right if the coin gets added to an exchange quickly and you can sell or it can go wrong.. It doesn't matter if you've mined it on suprnova, ypool, zpool, xpool or dogpool :)

Professionalism, in relationship to pools, has IMHO nothing todo with scanning wallets for viruses rather than adapting to new algos, new technologies, new coins, new methods etc.



Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Godson_Mansa on September 30, 2016, 11:57:43 PM
how can you be a Sr. Member and have no crypto sense though ?
be happy you lost only 0.04btc, this was a blatant virus scam
i lost more than that but then again most coin launches are shit
you should know this.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: notsofast on October 01, 2016, 03:17:54 PM

uh this looks suspicious tbh :-(


EDIT: Yep, seems like another Ransomware/Downloader... Stopping the Pool and posting a warning


first you put a coin in the pool and then take it off for being a trojan supernova died for my petite scam pool, before putting a coin investigates a little

Sorry, I was the second pool to add this coin and the linux wallet was clean, always scan wallets and / or sandbox them.

most users use windows that tell me that linux portfolio was clean not think we do any good many who started mining in my case I lost 0.04 btc rent power thanks to the son of a bitch dev and 2 pools that had. Pool: http://ypool.ga and
Pool: https://suprnova.cc rip for my, you are not as professional as believed

It's fine to blame the dev who inserted the trojan into the wallet.

But if you blame the POOLS you should stop mining immediately, forever. Probably put your laptop under some running water, too, just to make sure.

YOU chose to spend 0.04 BTC to rent hash. Hashing a worthless coin is your decision and your responsibility alone. The pool owners provide a service and absorb local wallet risk. This is worth FAR, FAR, FAR more than the 1% fees that they take. You should be thanking them for every pool they generously provide.


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: cptfisher on October 01, 2016, 04:46:53 PM
lol stupid idiot pool has nothing to do with the virus more over  they even run on linux and linux wallet was free of any issue . i my self on windows but being a pool miner i didnt need my self the wallet for such coin... woul dhave seen how it would have developed and if worth my attention would have stacked some in a real wallet else would have used exchange ... i am just sad i lost 1 hour to this shit coin :) but of course pools are not to be blamed of anything


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Su100 on November 27, 2016, 07:43:28 PM
Does anyone have active nodes?

None of these get any connection
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
addnode=vermo.suprnova.cc


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: ocminer on November 27, 2016, 07:49:18 PM
It's a virus, why would anyone want working nodes for a virus?


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: Jian_Liux on November 27, 2016, 09:16:15 PM
OMG....lucky I have not install this wallet  :o :o
Thanks everyone, which has been checked


Title: Re: [ANN] VERMO - X11 PoW/PoS hybrid - Random PoS Rewards - No Premine - Launched
Post by: SpaceTrader on November 27, 2016, 09:30:31 PM
Does anyone have active nodes?

None of these get any connection
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
addnode=vermo.suprnova.cc

man read the thread...