Pages:
Author

Topic: WARP - Something different - VPN Wallet BETA Release - Bittrex/YoBit - page 66. (Read 116015 times)

hero member
Activity: 742
Merit: 500
I created a "warp.conf" file here. Is it ok the way I did it?

Code:
addnode=109.235.71.102
addnode=24.48.120.173
addnode=70.83.227.32
server=0
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcconnect=127.0.0.1

Thanks

It does not matter where you place your nodes, on beginn or at the end, good is, it is structured and not mixed. I like your config Smiley, it's the first where I see addnodes on beginn. And I am sure you use different user and pass than posted Smiley, correct?

Code: (These are entries that I in most cases add (ie. for POW mining, you can't mine warp), like to specify custom ports, different from defaults)
listen=1
daemon=1
server=1
rpcport=31313
port=31312

Last time I gave a tip to a person on this forum, I was told I am arrogant. I'll try it again and hope it can help you and others.

There is nothing wrong with your config, this is just another way of writing, for some usefull, for others less usefull.
Code: (Some would say it's an overhead, additional bytes to the config, for me it's usefull :))
rpcallowip=127.0.0.1/32

Code: (and for the range I would take)
rpcallowip=192.168.1.0/24

WHAT DOES /24 or /32 MEAN???
Code: (Here is some explanation:)
/32 is a network mask of 255.255.255.255
/24 is a network mask of 255.255.255.0

Code: (so it must mean)
192.168.0.254/32 = ip address of 192.168.0.254
192.168.0.1/24 = range of ip's from 192.168.0.1 to 192.168.0.1.255

Code: (a subnet mask is 32 bits. and looks like this in binary)
00000000.00000000.00000000.00000000

Code: (in a 24 netmask (255.255.255.0) the bits looks like this)
11111111.11111111.11111111.00000000

all number one's represent closed bit. Zero's can support 2 ip addresses per bit, the calculation is 2^N -2 where N= the number of open (0) bits, -2 because all open and all closed are not valid.

Means, in 192.168.0.0/24 valid firewall range is 192.168.0.1-192.168.0.254, in 192.168.0.1/32 the ONLY valid ip is 192.168.0.1

I am not chinese, but if somebody doesn't understand my chinese and is interested in this topic, feel free to google for CIDR notation....

Have a nice day @all Smiley
hero member
Activity: 504
Merit: 502
hero member
Activity: 910
Merit: 500
hero member
Activity: 504
Merit: 502
The block explorer is stocked no ?  Huh

Shows 3803 here for me, same as wallet.
hero member
Activity: 910
Merit: 500
The block explorer is stocked no ?  Huh
hero member
Activity: 491
Merit: 500
Remember, please vote for WARP on safecex:

https://safecex.com/coin/add?q=WARP

We have alot of investors, so we should get alot of votes!
hero member
Activity: 504
Merit: 502
Is there a warpcoin IRC channel? I want to put up a warpcoin IRC bot.


Good idea. This project must have one!

There is, #warpnet on freenode. But I'm not there usually.


#warpnet is invite only.

Changed, come in.
legendary
Activity: 1568
Merit: 1000
Twitter @Acimirov
Is there a warpcoin IRC channel? I want to put up a warpcoin IRC bot.


Good idea. This project must have one!

There is, #warpnet on freenode. But I'm not there usually.


#warpnet is invite only.
hero member
Activity: 504
Merit: 502
Gonna state this again, since nobody picked it up:

- we need somebody to run a faucet (https://github.com/invisibel/fedorafaucet)
- we need a paperwallet (https://github.com/dooglus/bitaddress.org)

I'm on to WebWallet, WarpDice and of course, v2.
For WarpDice we can set up a cold wallet for the initial fund if someone wants to invest and get dividends. Will make a plan about it, just give me some time.
More news on it soon. I have meetings regarding webwallet and v2 in the weekend, so that has priority.

Some people expressed desire to help, such as developer7. If you need any info please contact me via PM, slack, etc. Small but fair bounties will be paid.

I am busy but available to reply, usually at least 10hrs online.

Also, if you feel info is missing from the OP, please let me know.
hero member
Activity: 504
Merit: 502
and it's also a good idea to check if your computer time is correct (even seconds), in order to avoid orfans.

Very good point. It's an issue that can cause troubles.
newbie
Activity: 28
Merit: 0
Mine is still not stacking.......have received only one stake so far since I received IPO coins. Wallet is synced though.

"Not stacking because you don't have mature coins"  but I DO have mature coins.
correct me if im wrong here, But once you receive a staked block, the transaction that produced the block has its stake weight reset to 0 does it not? at which point, if you have only one transaction, you would have to wait the min stake age again.

Depends on how much you stake in the first place. Smaller amounts have less weight in proportion to the network.
People having orphans, might look ugly but you just need to ignore. Somebody else solved it instead of you.

Make sure you have no reserve amount if you wish to stake it all.
and it's also a good idea to check if your computer time is correct (even seconds), in order to avoid orfans.
hero member
Activity: 504
Merit: 502
Mine is still not stacking.......have received only one stake so far since I received IPO coins. Wallet is synced though.

"Not stacking because you don't have mature coins"  but I DO have mature coins.
correct me if im wrong here, But once you receive a staked block, the transaction that produced the block has its stake weight reset to 0 does it not? at which point, if you have only one transaction, you would have to wait the min stake age again.

Depends on how much you stake in the first place. Smaller amounts have less weight in proportion to the network.
People having orphans, might look ugly but you just need to ignore. Somebody else solved it instead of you.

Make sure you have no reserve amount if you wish to stake it all.
legendary
Activity: 1007
Merit: 1000
Mine is still not stacking.......have received only one stake so far since I received IPO coins. Wallet is synced though.

"Not stacking because you don't have mature coins"  but I DO have mature coins.
correct me if im wrong here, But once you receive a staked block, the transaction that produced the block has its stake weight reset to 0 does it not? at which point, if you have only one transaction, you would have to wait the min stake age again.

edit
hopefully Im correct, because I bought a few small blocks on this principle lol (if not then my bad)
hero member
Activity: 504
Merit: 502
I created a "warp.conf" file here. Is it ok the way I did it?

Code:
addnode=109.235.71.102
addnode=24.48.120.173
addnode=70.83.227.32
server=0
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcconnect=127.0.0.1

Thanks

All check!
newbie
Activity: 32
Merit: 0
I created a "warp.conf" file here. Is it ok the way I did it?

Code:
addnode=109.235.71.102
addnode=24.48.120.173
addnode=70.83.227.32
server=0
rpcuser=user
rpcpassword=pass
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcconnect=127.0.0.1

Thanks
full member
Activity: 151
Merit: 100
How abouth yobit exchange ?
sr. member
Activity: 1274
Merit: 250
PredX - AI-Powered Prediction Market
Will do!

It means something is wrong somewhere.


I want to see if there are more reports like this.
There shouldn't be anything wrong. You can sometimes lose coin maturity.
Let's see how it goes and let me know if it comes back. You should not have to wait for more than 8hrs.
hero member
Activity: 504
Merit: 502
It means something is wrong somewhere.


I want to see if there are more reports like this.
There shouldn't be anything wrong. You can sometimes lose coin maturity.
Let's see how it goes and let me know if it comes back. You should not have to wait for more than 8hrs.

*EDIT: anyway, for technical issues, the best is to come to the Slack channel. There's usually always someone there to help.
You can get an invite at http://warpslack.herokuapp.com
sr. member
Activity: 1274
Merit: 250
PredX - AI-Powered Prediction Market
It means something is wrong somewhere.

Mine is still not stacking.......have received only one stake so far since I received IPO coins. Wallet is synced though.

"Not stacking because you don't have mature coins"  but I DO have mature coins.

I had the same message during a while. I've restarted a lot of time my wallet and then it has worked.
hero member
Activity: 910
Merit: 500
Mine is still not stacking.......have received only one stake so far since I received IPO coins. Wallet is synced though.

"Not stacking because you don't have mature coins"  but I DO have mature coins.

I had the same message during a while. I've restarted a lot of time my wallet and then it has worked.
Pages:
Jump to: