Bitcoin Forum
May 08, 2024, 04:23:19 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  Print  
Author Topic: [ANN][VIPER][GPU MINING]Vipercoin - A cryptocurrency for fans of the Dodge Viper  (Read 3152 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
joejoemister (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 5


View Profile
January 15, 2018, 10:51:25 AM
 #21

pool dont work?
The pool operator put the wrong blake version
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715142199
Hero Member
*
Offline Offline

Posts: 1715142199

View Profile Personal Message (Offline)

Ignore
1715142199
Reply with quote  #2

1715142199
Report to moderator
1715142199
Hero Member
*
Offline Offline

Posts: 1715142199

View Profile Personal Message (Offline)

Ignore
1715142199
Reply with quote  #2

1715142199
Report to moderator
joejoemister (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 5


View Profile
January 15, 2018, 11:04:39 AM
Last edit: January 15, 2018, 11:14:40 AM by joejoemister
 #22

build fail
Code:
$ qmake
vipercoin-1.0/vipercoin-qt.pro:14: Assignment needs exactly one word on the left hand side.
Error processing project file: vipercoin-1.0/vipercoin-qt.pro

Code:
vipercoin-1.0/src $ make -f makefile.unix
...
alert.cpp:260:1: fatal error: opening dependency file obj/alert.d: Aucun fichier ou dossier de ce type

you need to use
Code:
$ qmake "USE_UPNP=-"

And also may i ask what version/distro of linux you are using. I built and made the coin on ubuntu 14.04

Also you need to generate the leveldb

To do so you need to
Code:
$ cd src/leveldb


then run
 
Code:
$ make libleveldb.a libmemenv.a
Plasticmen
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
January 15, 2018, 01:50:24 PM
 #23

https://clip2net.com/s/3R45VrJ

I can't install the wallet, the antivirus swears
joejoemister (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 5


View Profile
January 15, 2018, 02:59:02 PM
 #24



I can't install the wallet, the antivirus swears
You have to add an exception. Programs like this have a history of being  viruses and making botnets
vutaijay
Member
**
Offline Offline

Activity: 122
Merit: 10


View Profile
January 15, 2018, 04:04:22 PM
 #25

Wallet linx?
Iminethings
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 15, 2018, 06:32:48 PM
 #26

still no pool?
H3ALY
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 15, 2018, 06:38:22 PM
 #27

still no pool?

Pools
https://lpool.name/explorer/VIPER
KiparisD
Full Member
***
Offline Offline

Activity: 323
Merit: 101


View Profile
January 15, 2018, 06:39:19 PM
 #28

Will this coin help bring back viper production?  Grin
Iminethings
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
January 15, 2018, 06:40:57 PM
 #29

that pool is setup on blake2s ....it must be blake256
joejoemister (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 5


View Profile
January 15, 2018, 08:04:20 PM
 #30

Wallet linx?
You have to compile it yourself
hurr1cane
Full Member
***
Offline Offline

Activity: 234
Merit: 100


View Profile
January 16, 2018, 05:09:04 AM
 #31

we need a new pool, I cant solo mine against someone with x4 1080ti's
hopefully the next pool will get it right the first time like Vipercoin release
joejoemister (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 5


View Profile
January 16, 2018, 05:40:49 AM
 #32

we need a new pool, I cant solo mine against someone with x4 1080ti's
hopefully the next pool will get it right the first time like Vipercoin release
Everything i have tried has lead me to the wrong blake algorithm.
hurr1cane
Full Member
***
Offline Offline

Activity: 234
Merit: 100


View Profile
January 16, 2018, 06:08:19 AM
 #33

we need a new pool, I cant solo mine against someone with x4 1080ti's
hopefully the next pool will get it right the first time like Vipercoin release
Everything i have tried has lead me to the wrong blake algorithm.
yeah I know pool operator has wrong blake algorithm (should be blake256) , atleast its not marketing
MODUS OC ITS LIKE BITCOIN HAVING A THREESOME
joejoemister (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 5


View Profile
January 16, 2018, 06:18:41 AM
 #34

we need a new pool, I cant solo mine against someone with x4 1080ti's
hopefully the next pool will get it right the first time like Vipercoin release
Everything i have tried has lead me to the wrong blake algorithm.
yeah I know pool operator has wrong blake algorithm (should be blake256) , atleast its not marketing
MODUS OC ITS LIKE BITCOIN HAVING A THREESOME
What do you mean modus oc?
Sharikus
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
January 17, 2018, 01:34:07 AM
 #35

for solo mining:
make file vipercoin.conf
Quote
daemon=1
server=1
rpcuser=user
rpcpassword=pass
rpcport=19333
addnode=146.255.225.190:61133
addnode=165.227.96.129:9333
addnode=171.251.89.164:56903
addnode=220.245.198.5:49212
addnode=51.15.162.15:33914
addnode=51.15.164.53
addnode=51.15.185.7:9333
addnode=71.150.156.246:58400

download ccminer krnlx-xevan for nVidia GPUs from alexis78@github

make file start.bat
Quote
ccminer -a blake2s -o http://127.0.0.1:19333 -u user -p pass
joejoemister (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 5


View Profile
January 17, 2018, 01:48:58 AM
Last edit: January 17, 2018, 02:17:02 AM by joejoemister
 #36

for solo mining:
make file vipercoin.conf
Quote
daemon=1
server=1
rpcuser=user
rpcpassword=pass
rpcport=19333
addnode=146.255.225.190:61133
addnode=165.227.96.129:9333
addnode=171.251.89.164:56903
addnode=220.245.198.5:49212
addnode=51.15.162.15:33914
addnode=51.15.164.53
addnode=51.15.185.7:9333
addnode=71.150.156.246:58400

download ccminer krnlx-xevan for nVidia GPUs from alexis78@github

make file start.bat
Quote
ccminer -a blake2s -o http://127.0.0.1:19333 -u user -p pass
It's blake256

this is the right one

then run ccminer-x64.exe -a blakecoin -o http://127.0.0.1:19333 -u user -p pass
jbmustaq
Full Member
***
Offline Offline

Activity: 445
Merit: 100


View Profile
January 17, 2018, 08:05:55 AM
 #37

Connection refused.


[2018-01-17 13:35:05] HTTP request failed: Failed to connect to 127.0.0.1 port 1
9333: Connection refused
[2018-01-17 13:35:05] get_work failed, retry after 30 seconds
moskovskiy89
Newbie
*
Offline Offline

Activity: 112
Merit: 0


View Profile
January 17, 2018, 08:10:44 AM
 #38

I am also  a fan of Dodge Viper but for what use is the coin?
joejoemister (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 5


View Profile
January 17, 2018, 08:14:30 AM
 #39

Connection refused.


[2018-01-17 13:35:05] HTTP request failed: Failed to connect to 127.0.0.1 port 1
9333: Connection refused
[2018-01-17 13:35:05] get_work failed, retry after 30 seconds
there was an error in the config file, you need to add rpcallowip=127.0.0.1
joejoemister (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 5


View Profile
January 17, 2018, 08:19:06 AM
 #40

I hate to be blatant about this but, if you come here and say stupid things I am going to just delete them and ban you from the thread.
Pages: « 1 [2] 3 4 5 6 7 8 9 »  All
  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!