Pages:
Author

Topic: VLT | Veltor | Donar Network | Minimalism. - page 72. (Read 141330 times)

member
Activity: 112
Merit: 10
thefudpool.com|[email protected]
i recompiled on my big dedicated machine running ubuntu 14.04 64bit

Code:
{
    "version" : 1000000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 117,
    "timeoffset" : 0,
    "connections" : 1,
    "proxy" : "",
    "difficulty" : 0.33380193,
    "testnet" : false,
    "keypoololdest" : 1471053762,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}

did you
Code:
cd veltor/veltor/src
then do
Code:
make -f makefile.unix USE_UPNP=
hero member
Activity: 756
Merit: 500
i compiled on linux fine

Seems like your the only one Roll Eyes

Where is the Windows wallet, nice experiment.... Cheesy
member
Activity: 112
Merit: 10
thefudpool.com|[email protected]
i compiled on linux fine
legendary
Activity: 1554
Merit: 1001
Can't compile on linux hmmm, something about the profile.

I did see this though:

    int64 nSubsidy = 1 * COIN;
   
    if (nHeight == 1)
        return 650 * COIN;
    else if (nHeight <= 336)
        return 650 * COIN;
    else if (nHeight < 672)
        return 350 * COIN;
    else if (nHeight < 1344)
        return 100 * COIN;
    else if (nHeight < 2688)
        return 50 * COIN;
    else if (nHeight < 5376)
        return 25 * COIN;
    else if (nHeight < 10752)
        return 15 * COIN;
    else if (nHeight < 21504)
        return 10 * COIN;
    else if (nHeight < 43008)
        return 8 * COIN;
    else if (nHeight < 86016)
        return 4 * COIN;
    else if (nHeight < 172032)
        return 2 * COIN;
    else if (nHeight < 344064)
        return 1 * COIN;
hero member
Activity: 980
Merit: 1000
.
what algo and objectives of this coin ? Huh

Algo: Tors riddle
(shavite, skein, shabal and Gost)

how to config nvidia miner ?
hero member
Activity: 686
Merit: 500
August 12, 2016, 08:55:23 PM
#9
did not work to me Cry
legendary
Activity: 1680
Merit: 1010
Professional Native Greek Translator (2000+ done)
August 12, 2016, 01:47:32 PM
#8
what algo and objectives of this coin ? Huh

Algo: Tors riddle
(shavite, skein, shabal and Gost)

we need a win wallet to test
hero member
Activity: 980
Merit: 1000
.
August 12, 2016, 01:43:50 PM
#7
algo ?
full member
Activity: 156
Merit: 100
I'm an artist, my paint is code
August 12, 2016, 01:30:11 PM
#6
How do install if for windows? I can't find the "vector-qt.exe" file  Huh

Yea I'll get that done!
full member
Activity: 215
Merit: 100
August 12, 2016, 01:26:28 PM
#5
How do install if for windows? I can't find the "vector-qt.exe" file  Huh
full member
Activity: 156
Merit: 100
I'm an artist, my paint is code
August 12, 2016, 01:18:35 PM
#4
what algo and objectives of this coin ? Huh

Algo: Thor's riddle
(shavite, skein, shabal and Gost)
member
Activity: 112
Merit: 10
thefudpool.com|[email protected]
August 12, 2016, 01:12:00 PM
#3
my guess is sha256 it looks like a fork of bitcoin and  i compiled the source on my nix server someone slowly but surely mining

{
    "version" : 1000000,
    "protocolversion" : 70002,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 75,
    "timeoffset" : -33,
    "connections" : 5,
    "proxy" : "",
    "difficulty" : 0.02434075,
    "testnet" : false,
    "keypoololdest" : 1471020074,
    "keypoolsize" : 105,
    "paytxfee" : 0.00000000,
    "mininput" : 0.00001000,
    "errors" : ""
}
hero member
Activity: 882
Merit: 500
August 12, 2016, 12:33:50 PM
#2
what algo and objectives of this coin ? Huh
full member
Activity: 156
Merit: 100
I'm an artist, my paint is code
August 12, 2016, 12:17:37 PM
#1



Source:
https://github.com/veltor

Bounty:
GUI (Graphical User Interface) for the new codebase, PM for details and if you are interested in contributing.
Reward of 490 VLT
 

https://github.com/veltor/veltor-old
(This is the legacy codebase, built on bitcoin. A coin swap is going to take place once the new codebase, built from scratch, is operational)

Windows:
https://mega.nz/#!6MVFlTiL!JKsj6aC1HOievwSbKx7IJ_EqN-RemBJk6kSCRAL8ukQ

Block time: 30min

Website: http://www.veltor.org
Twitter: https://twitter.com/Veltor_Official
Unofficial Twitter: https://twitter.com/VeltorPR
Reddit: https://www.reddit.com/r/Veltor/

Block Explorers:
http://block.veltor.org:8080
http://yiimp.ccminer.org/explorer/VLT
http://www.zpool.ca/explorer/VLT

Slack chat:
Please PM me your email for access.

Nodes:
Add the following in your Veltor.conf file:

Code:
addnode=2a01:4f8:201:6211::2101
addnode=78.94.32.195
addnode=2001:41d0:8:250e::
addnode=veltor.suprnova.cc
addnode=178.33.228.14
addnode=144.76.237.39


If you don't have one, just create one.

OR run
Code:
addnode  add
In the command one by one.

Pools:
http://yiimp.ccminer.org
http://www.zpool.ca/site/gomining?algo=veltor
https://veltor.suprnova.cc

CPU Miners:
https://github.com/ocminer/cpuminer-veltor use "-a sib"
cpuminer-opt: https://bitcointalksearch.org/topic/ann-cpuminer-opt-v3881-open-source-optimized-multi-algo-cpu-miner-1326803
GPU Miner (NVIDIA) by ocminer:
https://github.com/ocminer/ccminer-veltor
use "-a sib"
GPU Miner (AMD) by Epsylon3:
Source: https://github.com/tpruvot/sgminer/tree/veltor
Compiled exe: https://mega.nz/#!SJ80nDCL!EfZGFCVl90pQPJdhFTVpvNq3iweEQIXnAPVEVehgEuI

CCminer by Tpruvot:
http://ccminer.org/preview/ccminer-rel1.8.2-veltor-x64.7z

Exchange:
Alcurex: https://alcurex.com/#VLT-BTC
Yobit: https://yobit.net/en/trade/VLT/BTC
Pages:
Jump to: