Bitcoin Forum
May 02, 2024, 08:51:11 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 [192] 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 ... 282 »
  Print  
Author Topic: [UNOFFICIAL] [VNL] Vanillacoin 0.4.1 | Instant ▱ Incentivized ▱ Innovative  (Read 433436 times)
pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
September 24, 2015, 03:10:05 PM
Last edit: September 24, 2015, 03:34:24 PM by pseudonymdude
 #3821

I see icebreaker is still spamming, therefore:

Vanillacoin is the ONLY coin that:
- Has random ports and encrypted connections so all your ISP sees is normal SSL traffic while monitoring your ports.  No other coin does this
- Has full, staking mobile wallets that allow you to move your wallet.dat to your PC from your Android and iOS wallets.  No other coin does this
- Requires only 1 confirmation on Poloniex (other than BTC, which also requires 1 confirmation)
- Only coin to have near-instant 0 confirmation transactions without master nodes.  No other coin has done this

You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714683071
Hero Member
*
Offline Offline

Posts: 1714683071

View Profile Personal Message (Offline)

Ignore
1714683071
Reply with quote  #2

1714683071
Report to moderator
1714683071
Hero Member
*
Offline Offline

Posts: 1714683071

View Profile Personal Message (Offline)

Ignore
1714683071
Reply with quote  #2

1714683071
Report to moderator
bitcoin carpenter
Legendary
*
Offline Offline

Activity: 1582
Merit: 1001


View Profile
September 24, 2015, 04:41:32 PM
 #3822

So many good things happening with this coin right now!!

First person to get 10 btc to the exchange to buy this up is going to be a wealthy SOB.

If your not actively using the technology behind your crypto investment,

IT IS A SCAM!!!!
auctionitnow
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 24, 2015, 05:12:53 PM
 #3823

I dont understand how to manage vanillacoin on linux. I have started vanillacoind, I then use the command "screen -x vanillacoind" but I don't know what to do from here.

How do I know when I'm synced?
How do I  get a wallet address?
How do I send coins?
etc

Thx in advance
pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
September 24, 2015, 05:21:45 PM
 #3824

I dont understand how to manage vanillacoin on linux. I have started vanillacoind, I then use the command "screen -x vanillacoind" but I don't know what to do from here.

How do I know when I'm synced?
How do I  get a wallet address?
How do I send coins?
How do I backup wallet?
etc.

Thx in advance

You need to use rpc commands.  Try this one from user while vanillacoind is running:
curl --data-binary '{"jsonrpc": "1.0", "id":"123", "method": "getinfo", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:9195/

To kill vanillacoind, I use screen -x vannilacoind and then kill the process with Ctrl-c.  Don't know if that's the best way.

auctionitnow
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 24, 2015, 05:30:44 PM
 #3825

Ok cool, that gave me
"{"result":{"version":"Vanillacoin:0.3.6","protocolversion":60039,"walletversion":10500,"balance":0,"newmint":0,
"stake":0,"blocks":213911,"moneysupply":10625162.69303,"connections":6,"difficulty":28538.1220888124,"keypoolsize":101,"paytxfee":0.0005},"id":"123"}"

Is there any guide or command list somewhere? I've read the readme but it only explains the install and launch.
pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
September 24, 2015, 05:34:21 PM
 #3826

Ok cool, that gave me
"{"result":{"version":"Vanillacoin:0.3.6","protocolversion":60039,"walletversion":10500,"balance":0,"newmint":0,
"stake":0,"blocks":213911,"moneysupply":10625162.69303,"connections":6,"difficulty":28538.1220888124,"keypoolsize":101,"paytxfee":0.0005},"id":"123"}"

Is there any guide or command list somewhere? I've read the readme but it only explains the install and launch.

http://vanillacoin.net/wiki/RPC/Commands

If a command requires parameters, like encryptwallet, it's just:
curl --data-binary '{"jsonrpc": "1.0", "id":"123", "method": "encryptwallet", "params": ["replacethispassword"] }' -H 'content-type: text/plain;' http://127.0.0.1:9195/

auctionitnow
Newbie
*
Offline Offline

Activity: 7
Merit: 0


View Profile
September 24, 2015, 05:44:14 PM
 #3827

Ok cool, that gave me
"{"result":{"version":"Vanillacoin:0.3.6","protocolversion":60039,"walletversion":10500,"balance":0,"newmint":0,
"stake":0,"blocks":213911,"moneysupply":10625162.69303,"connections":6,"difficulty":28538.1220888124,"keypoolsize":101,"paytxfee":0.0005},"id":"123"}"

Is there any guide or command list somewhere? I've read the readme but it only explains the install and launch.

http://vanillacoin.net/wiki/RPC/Commands

If a command requires parameters, like encryptwallet, it's just:
curl --data-binary '{"jsonrpc": "1.0", "id":"123", "method": "encryptwallet", "params": ["replacethispassword"] }' -H 'content-type: text/plain;' http://127.0.0.1:9195/
Ok I think Im starting to understand the concept now, noob with both linux and VNL so Im a bit slow. Much appreciated!
Riseman
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
September 24, 2015, 09:03:22 PM
 #3828

What category do incentive transactions have? I've been running a node for days with an 'ok' network status and all transactions have a 'generate' type. Is it staking or incentive?
bigfryguy
Sr. Member
****
Offline Offline

Activity: 416
Merit: 250


View Profile
September 24, 2015, 10:07:03 PM
Last edit: September 25, 2015, 08:04:26 AM by bigfryguy
 #3829

incentive will say reward, and have an amount of .617283 or .611111

doh nice catch I must have been tired when I wrote that

YAdaminer
Hero Member
*****
Offline Offline

Activity: 829
Merit: 1000



View Profile
September 25, 2015, 07:02:49 AM
 #3830

staking will say reward, and have an amount of .617283 or .611111


Staking will say Interest, and node incentive reward will say Reward.
Riseman
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
September 25, 2015, 12:22:30 PM
 #3831

Then it seems like I didn't get a single incentive reward in a week. How often are they? The votecandidate value is true.
groggin
Legendary
*
Offline Offline

Activity: 1894
Merit: 1001



View Profile
September 25, 2015, 01:15:30 PM
 #3832

Then it seems like I didn't get a single incentive reward in a week. How often are they? The votecandidate value is true.

is your wallet unlocked?



loose the sword that is your pen or tongue [or bittorrent enabled computer] and help fight the so-called new world order   it is the enemy of humanity[/b][/url]  |  Sign-up @ Aurovine to get FREE HD music ... and coins!| |
pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
September 25, 2015, 01:34:23 PM
 #3833

Then it seems like I didn't get a single incentive reward in a week. How often are they? The votecandidate value is true.

is your wallet unlocked?




Wallets don't have to be unlocked to receive node incentives, only for staking and sending I believe.



Then it seems like I didn't get a single incentive reward in a week. How often are they? The votecandidate value is true.

You should have gotten a number of them in a week.  Do you have any 0.61xxxx values?

bigfryguy
Sr. Member
****
Offline Offline

Activity: 416
Merit: 250


View Profile
September 25, 2015, 03:15:13 PM
 #3834

make sure you reread my last post, I was tired when I wrote it originally, wrote it backwards 

stake=interest
Incentive=reward


if you have a bunch of rewards it is working fine

Riseman
Hero Member
*****
Offline Offline

Activity: 690
Merit: 500


View Profile
September 25, 2015, 05:06:23 PM
 #3835

I see. Seems like it's just an RPC bug or feature. They show as "Reward" in windows wallet and as "generate" in listtransactions output.
maccaspacca
Sr. Member
****
Offline Offline

Activity: 278
Merit: 258


Twitter: @maccaspacca1


View Profile
September 25, 2015, 06:35:29 PM
 #3836

I see. Seems like it's just an RPC bug or feature. They show as "Reward" in windows wallet and as "generate" in listtransactions output.

Two things describing the same coins

It shows up as a reward in the wallet to show you it was an incentive payment
It shows up as generate in listtransactions because that calls the blockchain and the coins are your portion of a newly generated block

Hope this helps Smiley

iCEBREAKER
Legendary
*
Offline Offline

Activity: 2156
Merit: 1072


Crypto is the separation of Power and State.


View Profile WWW
September 25, 2015, 06:56:14 PM
 #3837

IMO Monero guys are so pissed, because we took them a lot of potential investors (look at monero chart).
My advice for MONERO community sell part of your coins and buy Vanilla, after you earn a lot of money on VNL you can rebuy XMR at lower price.

What are you talking about?  VNL's  tiny volume is a trivial 11 BTC and the price is getting #REKT because it's a pump-and-dump scam.

OTOH, XMR's volume is 300 BTC, and prices have been very stable at ~fiddy cents for many months.

The only "potential investors" VNL took are n00b kids who click on faucets all day and can't tell that VNL is a scam with code stolen from Bitcoin.


██████████
█████████████████
██████████████████████
█████████████████████████
████████████████████████████
████
████████████████████████
█████
███████████████████████████
█████
███████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
███████████████████████████
██████
██████████████████████████
█████
███████████████████████████
█████████████
██████████████
████████████████████████████
█████████████████████████
██████████████████████
█████████████████
██████████

Monero
"The difference between bad and well-developed digital cash will determine
whether we have a dictatorship or a real democracy." 
David Chaum 1996
"Fungibility provides privacy as a side effect."  Adam Back 2014
Buy and sell XMR near you
P2P Exchange Network
Buy XMR with fiat
Is Dash a scam?
pseudonymdude
Legendary
*
Offline Offline

Activity: 896
Merit: 1000


View Profile
September 25, 2015, 07:09:15 PM
 #3838

IMO Monero guys are so pissed, because we took them a lot of potential investors (look at monero chart).
My advice for MONERO community sell part of your coins and buy Vanilla, after you earn a lot of money on VNL you can rebuy XMR at lower price.

What are you talking about?  VNL's  tiny volume is a trivial 11 BTC and the price is getting #REKT because it's a pump-and-dump scam.

OTOH, XMR's volume is 300 BTC, and prices have been very stable at ~fiddy cents for many months.

The only "potential investors" VNL took are n00b kids who click on faucets all day and can't tell that VNL is a scam with code stolen from Bitcoin.

You can't read code of any sort.

Read this:

Poloniex did review the code awhile ago.  It's the only coin other than Bitcoin that only requires 1 confirmation on Poloniex and has been that way for about 4 months.  You can test this by going here: https://poloniex.com/public?command=returnCurrencies and searching for minconf":1,

You'll get two results, which will be Vanillacoin and Bitcoin.

Some other things that are testable are:
- It's the only coin that has full, staking mobile wallets that allow you to move your wallet.dat to your PC from your Android and iOS wallets
- It's the only coin that gives you a random port if you have no config.dat.  All your ISP will see is normal SSL traffic while monitoring your ports, which is unlike what happens with all other coins

hughbt
Hero Member
*****
Offline Offline

Activity: 613
Merit: 501


View Profile
September 25, 2015, 07:16:57 PM
 #3839

IMO Monero guys are so pissed, because we took them a lot of potential investors (look at monero chart).
My advice for MONERO community sell part of your coins and buy Vanilla, after you earn a lot of money on VNL you can rebuy XMR at lower price.

What are you talking about?  VNL's  tiny volume is a trivial 11 BTC and the price is getting #REKT because it's a pump-and-dump scam.

OTOH, XMR's volume is 300 BTC, and prices have been very stable at ~fiddy cents for many months.

The only "potential investors" VNL took are n00b kids who click on faucets all day and can't tell that VNL is a scam with code stolen from Bitcoin.

You just embarassing yourself. Keep posting, I'm going to get my popcorn, cause this shit is funny. Legendary member posting like a child(now I'm sure it is sold, sockpuppet troll account). Cheesy  Cheesy  You are comparing two year old(?) project - XMR with few months old VNL. Are you stupid or what? If anyone has any doubts, just look at the XMR chart. It was in -500% downtrend in the past. But it doesn't mean that something is wrong with the coin or technology itself. For VNL this is just the beginning.
bigfryguy
Sr. Member
****
Offline Offline

Activity: 416
Merit: 250


View Profile
September 25, 2015, 07:59:44 PM
 #3840

IMO Monero guys are so pissed, because we took them a lot of potential investors (look at monero chart).
My advice for MONERO community sell part of your coins and buy Vanilla, after you earn a lot of money on VNL you can rebuy XMR at lower price.

What are you talking about?  


thats it im selling whats left of monero, (not many left anywys), but I was going to hold 100 just in case....  fuck it when devs and supporters spend all their day trolling other projects, it means there is nothing happening with their own.


good luck with XMR it had so much potential, but I see now there isnt enough skill left to keep it going.

If only you guys would write some code, then you would know how much work is being done by John-Conner
it looks to me like the whole monero team has become couch potato/armchair sinics

Pages: « 1 ... 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 [192] 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 ... 282 »
  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!