Pages:
Author

Topic: [ANN] Vaporum Coin (VPRM) Pow/Pos | Equihash 200,9 | No Premine No Dev Fees (Read 989 times)

newbie
Activity: 8
Merit: 0
Where are the people? Too quiet.
member
Activity: 280
Merit: 10
miner?
You need an Equihash ASIC miner - AntMiner Z9 for example. You can also mine on NVIDIA GPU - you need EWBF-miner v0.3.4b, but it's very inefficient, it's cheaper to buy coins on the stock exchange (NasaDax), especially since the price is now inexpensive (less than 1 cent). The best thing is to buy enough coins and start POS mining in the wallet.
newbie
Activity: 1
Merit: 0
member
Activity: 290
Merit: 10
whoops, I  thought it was the vapor related Smiley

newbie
Activity: 10
Merit: 0
Let me present you the project SPACECOIN v2
Hahahaha at least change some information, not copy past !
What the hell ! is launching crypto a trend now ! everyone have to launch his coin ! and especially that it's a copy past, nothing new, just copying old coins to launch coins then scamming people !
Even the block reward ? you couldn't change the % between POS and POW ?
Source : https://spacecoin.network/
by the way, even this coin is COMMING SOON hhhhhhhhh


We are not Spacecoin V2, and no scams are connected with this project and devs will always be around and continue development. Our only similarity with Spacecoin is the foundation network we are built on and the 50/50 split Pow/Pos. The 50/50 split was done for security of the network. We will be developing many products to work along with our core chain and have great plans for this project. Hope you stick around or check in from time to time and to see all of our new ideas and future direction. oh and its "coming soon"  Wink
member
Activity: 335
Merit: 21
Dev, there any faucet for VPRM?
newbie
Activity: 59
Merit: 0
Let me present you the project SPACECOIN v2
Hahahaha at least change some information, not copy past !
What the hell ! is launching crypto a trend now ! everyone have to launch his coin ! and especially that it's a copy past, nothing new, just copying old coins to launch coins then scamming people !
Even the block reward ? you couldn't change the % between POS and POW ?
Source : https://spacecoin.network/
by the way, even this coin is COMMING SOON hhhhhhhhh
jr. member
Activity: 63
Merit: 1
nothing works. the wallet is immediately closed, the fetch-params.bat file is opened and closed.
I opened the file to edit and it contains these commands, I deduce that they are errors, it will never be executed. I give up, can someone help me? I just want mine. Can anyone help me by providing me with a wallet where I can store my coins temporarily in the meantime? I'm in the pool I need a container to store my coins safely.



@echo off
call :GET_CURRENT_DIR
cd %THIS_DIR%
IF NOT EXIST "%APPDATA%"\ZcashParams (
MKDIR "%APPDATA%"\ZcashParams
)
IF NOT EXIST "%APPDATA%"\ZcashParams\sprout-proving.key (
    ECHO Downloading Zcash trusted setup sprout-proving.key, this may take a while ...
    .\wget64.exe --progress=dot:giga --continue --retry-connrefused --waitretry=3 --timeout=30 https://z.cash/downloads/sprout-proving.key.deprecated-sworn-elves -O "%APPDATA%"\ZcashParams\sprout-proving.key
)
IF NOT EXIST "%APPDATA%"\ZcashParams\sprout-verifying.key (
    ECHO Downloading Zcash trusted setup sprout-verifying.key, this may take a while ...
    .\wget64.exe --progress=dot:giga --continue --retry-connrefused --waitretry=3 --timeout=30 https://z.cash/downloads/sprout-verifying.key -O "%APPDATA%"\ZcashParams\sprout-verifying.key
)
IF NOT EXIST "%APPDATA%"\ZcashParams\sapling-spend.params (
    ECHO Downloading Zcash trusted setup sprout-proving.key, this may take a while ...
    .\wget64.exe --progress=dot:giga --continue --retry-connrefused --waitretry=3 --timeout=30 https://z.cash/downloads/sapling-spend.params -O "%APPDATA%"\ZcashParams\sapling-spend.params
)
IF NOT EXIST "%APPDATA%"\ZcashParams\sapling-output.params (
    ECHO Downloading Zcash trusted setup sprout-verifying.key, this may take a while ...
    .\wget64.exe --progress=dot:giga --continue --retry-connrefused --waitretry=3 --timeout=30 https://z.cash/downloads/sapling-output.params -O "%APPDATA%"\ZcashParams\sapling-output.params
)
IF NOT EXIST "%APPDATA%"\ZcashParams\sprout-groth16.params (
    ECHO Downloading Zcash trusted setup sprout-verifying.key, this may take a while ...
    .\wget64.exe --progress=dot:giga --continue --retry-connrefused --waitretry=3 --timeout=30 https://z.cash/downloads/sprout-groth16.params -O "%APPDATA%"\ZcashParams\sprout-groth16.params
)
goto :EOF
:GET_CURRENT_DIR
pushd %~dp0
set THIS_DIR=%CD%
popd
goto :EOF

newbie
Activity: 10
Merit: 0
the workers switched off. pool is not available.
pool was dealing with over 15 miners using wrong algo, creating a huge amount of traffic and garbage collection that needed to be delt with. Pool was restarted multi times because we had no other choice to dump the garbage data. Seems to have leveled off now and the algo thing the community has sorted.
newbie
Activity: 10
Merit: 0
coin without a website, without a wallet, why launch? Huh
The moment the pool was up for testing someone jumped on and started mining. In order to keep it a fair launch we announced. we needed to quickly put a wallet together and get underway. Today people are poised, used to be all you got at launch was the daemon.

That said beta wallets are coming real soon that will replace the current one. Website will be posted and we will be underway as we had planned to be. We apologize to the community, but we wanted this to be a fair launch.
newbie
Activity: 10
Merit: 0
Pow is working. And how to connect to POS?

if using qt wallet simply set in console setgenerate true 0

if it returns

{
  "staking": true,
  "generate": false,
  "numthreads": 0
}

you are now staking. Wallet must remain open to stake.


Stake With vaporumcoind
With vaporumcoind the commands will need to be used with vaporumcoin-cli.
For staking to work the wallet needs to be unlocked. If you encrypted your wallet you will need to unlock it with the command walletpassphrase.
Example: vaporumcoin-cli walletpassphrase "your passphrase" 3600
3600 is the time in seconds the wallet will stay unlocked before locking again. This means you will need to unlock it again after this specified amount of time to continue staking.
The wallet must stay open and online to be able to stake.
Instructions
1.    Run vaporumcoind and let the blockchain fully sync.
2.    Send coins to your wallet if you do not have any in your wallet already.
3.    Run vaporumcoin-cli setgenerate true 0.
You can check to make sure you are staking with vaporumcoin-cli getgenerate
1.    Navigate to vaporumcoin-cli or Console depending on your wallet.
2.    Enter the command getgenerate.
It will return:
{
  "staking": true,
  "generate": false,
  "numthreads": 0
}
If you see "staking": true, then you are staking!
If you see "staking": false, then you are not staking. Enable staking by entering the command setgenerate true 0.
Stake With Vaporumcoin-QT
With Vaporumcoin-QT the commands will need to be entered in the console. This is accessible at Help -> Debug Window -> Console.
For staking to work the wallet needs to be unlocked. If you encrypted your wallet you will need to unlock it with the command walletpassphrase.
Example: walletpassphrase "your passphrase" 3600
3600is the time in seconds the wallet will stay unlocked before locking again. This means you will need to unlock it again after this specified amount of time to continue staking.
The wallet must stay open and online to be able to stake.
Instructions
1.    Enter your vaporumcoin-qt folder.
2.    Run vaporumcoin-qt and let the blockchain fully sync.
3.    Send coins to your wallet if you do not have any in your wallet already.
4.    Navigate to the Console.
5.    Enter the command setgenerate true 0.
sr. member
Activity: 1960
Merit: 393
English<->Pt-BR - Professional Translations(90+)
coin without a website, without a wallet, why launch? Huh

According to the OP, the wallet is available on Github, the link is https://github.com/VaporumCoin.

I tried to access explorer today to see transactions and it's not working.
newbie
Activity: 25
Merit: 0
The network is working, but the coins earned before that have disappeared. Will they solve this problem somehow?
newbie
Activity: 25
Merit: 0
the workers switched off. pool is not available.
newbie
Activity: 25
Merit: 0
I do as you say - it turns out an invalid syntax error. Can you make an instruction with a picture on setting up staking and post it here or on the website, pool, github?
newbie
Activity: 10
Merit: 0
coin without a website, without a wallet, why launch? Huh
sr. member
Activity: 1960
Merit: 393
English<->Pt-BR - Professional Translations(90+)
It’s nice to see projects that go beyond more “traditional” blockchains and platforms to bring your coins and tokens to life. There are ecosystems with great capabilities and resources available on the market, and Komodo is one of them. Good choice!
newbie
Activity: 10
Merit: 0
I use a QT beta wallet with Github.
I don't understand how and where to write commands.

got to help>>debug>>console

type above into console
newbie
Activity: 25
Merit: 0
I use a QT beta wallet with Github.
I don't understand how and where to write commands.
Pages:
Jump to: